[
  {
    "path": ".github/.gitignore",
    "content": "*.html\n"
  },
  {
    "path": ".github/workflows/pkgdown.yaml",
    "content": "on:\n  \n  push:\n  \n  schedule:\n    \n    # * is a special character in YAML so you have to quote this string\n    - cron:  '0 */6 * * *'\n\nname: pkgdown\n\njobs:\n  \n  pkgdown:\n    \n    runs-on: ubuntu-latest\n    \n    env:\n      GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}\n    \n    steps:\n    \n      - name: Credentials\n        run: |\n            git config --global user.email \"emanuele.guidotti@unine.ch\"\n            git config --global user.name \"Emanuele Guidotti\"\n      \n      - uses: actions/checkout@v2\n      \n      - uses: r-lib/actions/setup-r@v2\n\n      - uses: r-lib/actions/setup-pandoc@v2\n      \n      - name: Install libcurl\n        run: sudo apt-get install libcurl4-openssl-dev\n      \n      - name: Install FriBidi\n        run: sudo apt-get install -y libfribidi-dev\n      \n      - name: Install HarfBuzz\n        run: sudo apt-get install -y libharfbuzz-dev\n\n      - name: Install additional libs\n        run: sudo apt-get install -y libfontconfig1-dev libtiff-dev\n\n      - name: Install dependencies\n        run: |\n          install.packages(\"DT\")\n          install.packages(\"remotes\")\n          remotes::install_version(\"pkgdown\", version = \"1.6.1\")\n          remotes::install_deps(dependencies = TRUE)\n        shell: Rscript {0}\n\n      - name: Install package\n        run: R CMD INSTALL .\n\n      - name: Deploy package\n        run: pkgdown::deploy_to_branch(new_process = FALSE, clean = TRUE)\n        shell: Rscript {0}\n"
  },
  {
    "path": ".gitignore",
    "content": "# History files\n.Rhistory\n.Rapp.history\n\n# Session Data files\n.RData\n\n# User-specific files\n.Ruserdata\n\n# Example code in package build process\n*-Ex.R\n\n# Output files from R CMD build\n/*.tar.gz\n\n# Output files from R CMD check\n/*.Rcheck/\n\n# RStudio files\n.Rproj.user/\n\n# produced vignettes\nvignettes/*.html\nvignettes/*.pdf\n\n# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3\n.httr-oauth\n\n# knitr and R markdown default cache directories\n*_cache/\n/cache/\n\n# Temporary files created by R markdown\n*.utf8.md\n*.knit.md\n*.Rproj\n.Rbuildignore\nLICENSE\n\n# R Environment Variables\n.Renviron\n\n# Additional files\n/doc\n/Meta\n/docs\ninst/doc\n*.log\n/inst/extdata/apple.csv\n/inst/extdata/google.csv\n.DS_Store\n"
  },
  {
    "path": ".travis.yml",
    "content": "language: r\nsudo: required\ncache: packages\n\nr:\n  - devel\n  - release\n\nos:\n  - linux\n  \nenv:\n  - _R_CHECK_TESTS_NLINES_=0\n  \nscript:\n  - |\n    R CMD build .\n    travis_wait 180 R CMD check --no-build-vignettes --no-manual COVID19*tar.gz\n  "
  },
  {
    "path": "DESCRIPTION",
    "content": "Package: COVID19\nType: Package\nTitle: COVID-19 Data Hub\nVersion: 3.0.0\nAuthors@R: c(\n    person(given = \"Emanuele\", family = \"Guidotti\", email = \"emanuele.guidotti@unine.ch\", role = c(\"aut\", \"cre\"), comment = c(ORCID = \"0000-0002-8961-6623\")),\n    person(given = \"David\", family = \"Ardia\", role = c(\"ctb\"), comment = c(ORCID = \"0000-0003-2823-782X\"))\n  )\nDescription: Unified datasets for a better understanding of COVID-19.\nLicense: GPL-3\nURL: https://covid19datahub.io\nBugReports: https://github.com/covid19datahub/COVID19/issues\nEncoding: UTF-8\nLazyData: true\nDepends: R (>= 3.5.0), utils, dplyr (>= 1.0.0), tidyr (>= 1.0.0)\nImports: remotes, curl, digest, readxl, readr, httr, xml2, jsonlite, rvest, data.table, R.utils, MMWRweek\nRoxygen: list(markdown = TRUE)\nRoxygenNote: 7.2.1\nSuggests: knitr, rmarkdown\nVignetteBuilder: knitr\n"
  },
  {
    "path": "LICENSE.md",
    "content": "# Terms of use\n\n> We have invested a lot of time and effort in creating [COVID-19 Data Hub](https://covid19datahub.io/), please: \n\n- cite [Guidotti and Ardia (2020)](https://doi.org/10.21105/joss.02376) when using [COVID-19 Data Hub](https://covid19datahub.io).\n- place the URL https://covid19datahub.io in a footnote to help others find [COVID-19 Data Hub](https://covid19datahub.io/).\n- you assume full risk for the use of [COVID-19 Data Hub](https://covid19datahub.io/). We try our best to guarantee the data quality and consistency and the continuous filling of the Data Hub. However, it is free software and comes with ABSOLUTELY NO WARRANTY.\n\nThe output data files are published under the [CC BY license](https://creativecommons.org/licenses/by/4.0/). All other code and assets are published under the [GPL-3 license](https://www.r-project.org/Licenses/GPL-3).\n\n## Cite as\n\n> *Guidotti, E., Ardia, D., (2020), \"COVID-19 Data Hub\", Journal of Open Source Software 5(51):2376, doi: [10.21105/joss.02376](https://doi.org/10.21105/joss.02376).*\n\nA BibTeX entry for LaTeX users is:\n\n```latex\n@Article{guidotti2020,\n    title = {COVID-19 Data Hub},\n    year = {2020},\n    doi = {10.21105/joss.02376},\n    author = {Emanuele Guidotti and David Ardia},\n    journal = {Journal of Open Source Software},\n    volume = {5},\n    number = {51},\n    pages = {2376}\n}\n```\n\nThe implementation details and the latest version of the data are described in:\n\n> *Guidotti, E., (2022), \"A worldwide epidemiological database for COVID-19 at fine-grained spatial resolution\", Sci Data 9(1):112, doi: [10.1038/s41597-022-01245-1](https://doi.org/10.1038/s41597-022-01245-1)*\n\nA BibTeX entry for LaTeX users is:\n\n```latex\n@Article{guidotti2022,\n    title = {A worldwide epidemiological database for COVID-19 at fine-grained spatial resolution},\n    year = {2022},\n    doi = {10.1038/s41597-022-01245-1},\n    author = {Emanuele Guidotti},\n    journal = {Scientific Data},\n    volume = {9},\n    number = {1},\n    pages = {112}\n}\n```\n\n## Comments\n\n<div class=\"utterances\"></div>\n<script src=\"https://utteranc.es/client.js\"\n        repo=\"covid19datahub/COVID19\"\n        issue-term=\"pathname\"\n        theme=\"github-light\"\n        crossorigin=\"anonymous\"\n        async>\n</script>\n"
  },
  {
    "path": "NAMESPACE",
    "content": "# Generated by roxygen2: do not edit by hand\n\nexport(add_iso)\nexport(covid19)\nexport(cumsum)\nexport(decreasing)\nexport(docstring)\nexport(drop_decreasing)\nexport(ds_check_format)\nexport(ds_docstring)\nexport(extdata)\nexport(id)\nexport(iso_docstring)\nexport(isoweek2date)\nexport(map_data)\nexport(map_values)\nexport(naming)\nexport(read.csv)\nexport(read.excel)\nexport(read.xsv)\nexport(read.zip)\nexport(repo)\nexport(write.csv)\n"
  },
  {
    "path": "NEWS.md",
    "content": "# COVID19 v3.0.0\n\n## Data Update\n\n- added the data on the number of people who have received at least one vaccine dose\n- added the number of people who are fully vaccinated according to the vaccination protocol\n- added the data on population for all the administrative areas that we provide (more than 12,000)\n- added the latest policy measures by Oxford Covid-19 Government Response Tracker\n- added google and apple mobility identifiers for 3000+ administrative areas\n- added a new set of identifiers to enable geospatial analysis by linking to NUTS codes for Europe or to the GADM database worldwide\n- to compute coordinates, the centroid is replaced by [`st_point_on_surface`](https://r-spatial.github.io/sf/reference/geos_unary.html), which guarantees to return a point on the surface of the administrative area\n\n## Breaking changes\n\n- the `id` for level 1 has been replaced with a 8-alphanumeric hash code for consistency with levels 2 and 3 \n- the column `key_google_mobility` now matches the Google `place_id`\n- the columns `key`, `key_alpha_2`, and `key_numeric` are replaced by `key_local`; containing the administrative area identifier used by the local authorities regardless of its type, e.g., numeric, 2-alpha code, etc. Codes such as FIPS now include leading zeros\n- the column `currency` is renamed in `iso_currency`\n- vintage data are now shipped in SQLite databases instead of ZIP folders\n- vintage data sources are now reported in PDF files, instead of `src.csv`\n\n## Website and documentation\n\n- new website with interactive visualization of the data and data sources\n- improved documentation\n\n## New URLs\n\nA new set of [endpoints](/articles/data.html) is available to download the data in several ways. The following files will continue to be updated for backward compatibility, but it is strongly recommended to switch to the new URLs:\n\n| Old URL | New URL | Description | Format | Downloads |\n|------------------------------------------------|----------------------------------------------|---------------|--------|-----------|\n| https://storage.covid19datahub.io/rawdata-1.csv  | https://storage.covid19datahub.io/level/1.csv  | Worldwide country-level data | CSV | ![](https://storage.covid19datahub.io/downloads/rawdata-1.csv.svg) | \n| https://storage.covid19datahub.io/rawdata-1.zip  | https://storage.covid19datahub.io/level/1.csv.zip  | Worldwide country-level data | ZIP | ![](https://storage.covid19datahub.io/downloads/rawdata-1.zip.svg) | \n| https://storage.covid19datahub.io/rawdata-2.csv  | https://storage.covid19datahub.io/level/2.csv  | Worldwide state-level data | CSV | ![](https://storage.covid19datahub.io/downloads/rawdata-2.csv.svg) | \n| https://storage.covid19datahub.io/rawdata-2.zip  | https://storage.covid19datahub.io/level/2.csv.zip  | Worldwide state-level data | ZIP | ![](https://storage.covid19datahub.io/downloads/rawdata-2.zip.svg) | \n| https://storage.covid19datahub.io/rawdata-3.csv  | https://storage.covid19datahub.io/level/3.csv  | Worldwide city-level data | CSV | ![](https://storage.covid19datahub.io/downloads/rawdata-3.csv.svg) | \n| https://storage.covid19datahub.io/rawdata-3.zip  | https://storage.covid19datahub.io/level/3.csv.zip  | Worldwide city-level data | ZIP | ![](https://storage.covid19datahub.io/downloads/rawdata-3.zip.svg) | \n\n## Deprecated files\n\nThe following files have been deprecated and are no longer maintained.\n\n| URL | Description | Format | Downloads |\n|-----------------------------------------------|-------------------------------------------|--------|-----------|\n| ~~https://storage.covid19datahub.io/data-1.csv~~  | Pre-processed worldwide country-level data | CSV    | ![](https://storage.covid19datahub.io/downloads/data-1.csv.svg) |\n| ~~https://storage.covid19datahub.io/data-2.csv~~  | Pre-processed worldwide state-level data | CSV    | ![](https://storage.covid19datahub.io/downloads/data-2.csv.svg) |\n| ~~https://storage.covid19datahub.io/data-3.csv~~  | Pre-processed worldwide city-level data | CSV    | ![](https://storage.covid19datahub.io/downloads/data-3.csv.svg) |\n| ~~https://storage.covid19datahub.io/data-1.zip~~  | Pre-processed worldwide country-level data | ZIP    | ![](https://storage.covid19datahub.io/downloads/data-1.zip.svg) |\n| ~~https://storage.covid19datahub.io/data-2.zip~~  | Pre-processed worldwide state-level data | ZIP    | ![](https://storage.covid19datahub.io/downloads/data-2.zip.svg) |\n| ~~https://storage.covid19datahub.io/data-3.zip~~  | Pre-processed worldwide city-level data | ZIP    | ![](https://storage.covid19datahub.io/downloads/data-3.zip.svg) |\n| ~~https://storage.covid19datahub.io/data.log~~    | Log file                  | CSV    | ![](https://storage.covid19datahub.io/downloads/data.log.svg) |\n| ~~https://storage.covid19datahub.io/rawdata.log~~ | Log file                  | CSV    | ![](https://storage.covid19datahub.io/downloads/rawdata.log.svg) |\n| ~~https://storage.covid19datahub.io/src.csv~~ | Data sources | CSV | ![](https://storage.covid19datahub.io/downloads/src.csv.svg) |\n\n"
  },
  {
    "path": "R/covid19.R",
    "content": "#' COVID-19 Data Hub\n#'\n#' @param country vector of 3-letter ISO codes for countries.\n#' @param level integer. Granularity level. 1: country-level data. 2: state-level data. 3: city-level data.\n#'\n#' @source \\url{https://covid19datahub.io}\n#'\n#' @references \n#' Guidotti, E., Ardia, D., (2020), \"COVID-19 Data Hub\", Journal of Open Source Software 5(51):2376, \\doi{10.21105/joss.02376}.\n#'\n#' @keywords internal\n#' \n#' @export\n#' \ncovid19 <- function(country = NULL, level = 1){\n  \n  # fallback\n  if(!(level %in% 1:3))\n    stop(\"Valid options for 'level' are:\n         1: admin area level 1\n         2: admin area level 2\n         3: admin area level 3\")\n  \n  # ISO \n  iso <- extdata(\"db\", \"ISO.csv\")\n  iso <- mutate_if(iso, is.integer, as.character)\n  \n  # load all csv files\n  db <- bind_rows(lapply(iso$iso_alpha_3, function(i){\n    extdata(sprintf(\"db/%s.csv\", i)) %>%\n      as.data.frame() %>%\n      mutate_if(is.integer, as.character) %>%\n      mutate(iso_alpha_3 = i)\n  })) \n\n  # drop missing id\n  db <- db[!is.na(db$id),]\n  \n  # add level 1 data\n  cols <- c(\"iso_alpha_3\", \"iso_alpha_2\", \"iso_numeric\", \"iso_currency\", \"administrative_area_level_1\")\n  db <- left_join(db, iso[,cols], by = \"iso_alpha_3\")\n  db <- bind_rows(db, iso)\n\n  # check duplicated ids\n  if(length(idx <- which(duplicated(db$id))))\n    stop(sprintf(\"Duplicated ids in CSV files: %s\", paste(db$id[idx], collapse = \", \")))\n  \n  # check google key\n  if(length(idx <- which(!is.na(db$key_google_mobility) & nchar(db$key_google_mobility)!=27)))\n    stop(sprintf(\"Google mobility key not of 27 characters: %s\", paste(db$id[idx], collapse = \", \")))\n  \n  # download data\n  x <- data.frame()\n  if(is.null(country)) country <- iso$id_covid19datahub.io\n  for(fun in country) if(exists(fun, envir = asNamespace(\"COVID19\"), mode = \"function\", inherits = FALSE)) {\n    \n    # try \n    y <- try(do.call(fun, args = list(level = level)))\n    \n    # skip on NULL\n    if(is.null(y))\n      next\n    \n    # check error\n    if(\"try-error\" %in% class(y)){\n      warning(sprintf(\"%s: try-error\", fun))\n      next\n    }\n    \n    # subset\n    y <- y[,intersect(colnames(y), c('id', 'date', vars('cases')))]\n    \n    # add country code\n    y$iso_alpha_3 <- fun\n\n    # add id for level 1    \n    if(level==1)\n      y$id <- iso$id[which(iso$id_covid19datahub.io==fun)]\n    \n    # check format\n    if(!ds_check_format(y, level = level)){\n      warning(sprintf(\"%s: check failed\", fun))\n      # next\n    }\n    \n    # add data\n    x <- bind_rows(x, y)\n    \n  }\n  \n  # filter\n  x <- x[!is.na(x$id),]\n  \n  # check empty\n  if(!nrow(x))\n    return(NULL)\n  \n  # policy measures\n  o <- github.oxcgrt.covidpolicytracker(level = level)\n  \n  # add oxcgrt id\n  map <- db$id_github.oxcgrt.covidpolicytracker\n  names(map) <- db$id\n  x$id_oxcgrt <- map[x$id]\n  \n  # fallback to country when id is missing\n  idx <- which(is.na(x$id_oxcgrt))\n  x$id_oxcgrt[idx] <- x$iso_alpha_3[idx]\n  \n  # merge policy measures\n  x <- left_join(x, o, by = c('date','id_oxcgrt'))\n  \n  # fill missing columns and subset\n  key <- c('id', 'date', vars('cases'), vars('measures'))\n  x[,key[!(key %in% colnames(x))]] <- NA\n  x <- x[,key]\n  \n  # merge top level data\n  x <- left_join(x, db[,intersect(colnames(db), c(\"id\", vars(\"admin\")))], by = \"id\")\n  \n  # fill missing columns and subset\n  cn <- vars()\n  x[,cn[!(cn %in% colnames(x))]] <- NA\n  x <- x[,cn]\n  \n  # type conversion\n  x <- x %>% \n    dplyr::mutate_at('date', as.Date) %>%\n    dplyr::mutate_at(vars('integer'), as.integer) %>%\n    dplyr::mutate_at(vars('numeric'), as.numeric) %>%\n    dplyr::mutate_at(vars('character'), as.character)\n  \n  # order by id and date\n  x <- arrange(x, id, date)\n  \n  # check missing dates\n  if(length(which(idx <- is.na(x$date))))\n    stop(sprintf(\"column 'date' contains NA values: %s\", paste0(unique(x$id[idx]), collapse = \", \")))\n  \n  # check duplicated dates\n  if(length(idx <- which(duplicated(x[,c(\"id\", \"date\")]))))\n    stop(sprintf(\"multiple dates per id: %s\", paste0(unique(x$id[idx]), collapse = \", \")))\n  \n  # check date range\n  if(any(x$date<\"2020-01-01\" | x$date>Sys.Date()))\n    stop(\"Some dates are out of range\")\n  \n  # check duplicated names\n  idx <- which(duplicated(x[,c('date','administrative_area_level_1','administrative_area_level_2','administrative_area_level_3')]))\n  if(length(idx))\n    stop(sprintf(\"the tuple ('date','administrative_area_level_1','administrative_area_level_2','administrative_area_level_3') is not unique: %s\", paste(unique(x$id[idx]), collapse = \", \")))\n  \n  # return\n  x\n  \n}\n\n#' Generate link to the file at the GitHub repository\n#' \n#' @param x name of the iso_ or ds_ function, or name of the .csv file\n#' \n#' @keywords internal\n#' \n#' @export\nrepo <- function(x, csv = FALSE){\n  master <- \"https://github.com/covid19datahub/COVID19/blob/master\" \n  if(csv){\n    url <- sprintf(\"%s/inst/extdata/db/%s.csv\", master, x)\n  }\n  else{\n    prefix <- ifelse(grepl(\"^[A-Z]{3}$\", x), \"iso\", \"ds\")\n    url <- sprintf(\"%s/R/%s_%s.R\", master, prefix, x)\n  }\n  return(url)\n}\n\n#' Naming convention\n#' \n#' @param x the return of a ds_ funtion\n#' \n#' @keywords internal\n#' \n#' @export\nnaming <- function(x){\n  n <- na.omit(map_values(colnames(x), force = TRUE, c(\n    \"confirmed\"               = \"0 confirmed cases\",\n    \"deaths\"                  = \"1 deaths\",\n    \"recovered\"               = \"2 recovered\",\n    \"tests\"                   = \"3 tests\",\n    \"vaccines\"                = \"4 total vaccine doses administered\",  \n    \"people_vaccinated\"       = \"5 people with at least one vaccine dose\", \n    \"people_fully_vaccinated\" = \"6 people fully vaccinated\", \n    \"hosp\"                    = \"7 hospitalizations\",  \n    \"icu\"                     = \"8 intensive care\",  \n    \"vent\"                    = \"9 patients requiring ventilation\"\n  )))\n  gsub(\"^..\", \"\", sort(n))\n}\n\n#' Generate docstring to use in the ds_ files\n#' \n#' @param ds the name of the ds_ R function\n#' @param name the name of the data provider\n#' @param desc the name(s) of the countries supported by the data provider, e.g., \"United States\".\n#' @param url the link to the data provider\n#' @param ... arguments passed to the ds_ function\n#' \n#' @keywords internal\n#' \n#' @export\nds_docstring <- function(ds, name, desc, url, ...){\n  variables <- lapply(1:3, function(level){\n    x <- do.call(ds, args = c(list(level = level), list(...)))\n    if(is.null(x)) return(NULL)\n    naming(x)    \n  })\n  levels <- which(!sapply(variables, is.null))\n  sections <- sapply(levels, function(level){\n    v <- variables[[level]]\n    s <- paste(\"#' -\", v, collapse = \"\\n\")\n    sprintf(\"#' @section Level %s:\\n%s\\n\", level, s)\n  })\n  sections <- paste(sections, collapse = \"#'\\n\")\n  params <- sprintf(\"#' @param level %s\\n\", paste(levels, collapse = \", \"))\n  extra <- setdiff(names(formals(ds)), \"level\")\n  if(length(extra)){\n    extra <- sapply(extra, function(p) sprintf(\"#' @param %s <INSERT DESCRIPTION HERE>\\n\", p))\n    params <- paste(c(params, extra), collapse = \"\")\n  }\n  cat(sprintf(\n    \"#' %s\\n#'\\n#' Data source for: %s\\n#'\\n%s#'\\n%s#'\\n#' @source %s\\n#'\\n#' @keywords internal\\n#'\", \n    name, desc, params, sections, url))\n}\n\n#' Generate docstring to use in the iso_ files\n#' \n#' @param ds the name of the ds_ R function\n#' @param ... arguments passed to the ds_ function\n#' \n#' @keywords internal\n#' \n#' @export\niso_docstring <- function(ds, ...){\n  x <- do.call(ds, args = list(...))\n  n <- naming(x)\n  t <- gsub(\"#' \", \"\", readLines(sprintf(\"R/ds_%s.R\", ds))[1], fixed = TRUE)\n  cat(sprintf('#\\' - \\\\href{`r repo(\"%s\")`}{%s}:\\n#\\' %s.\\n#\\'\\n', ds, t, paste(n, collapse = \",\\n#' \")))\n}\n\n#' Generate docstring to use in the iso_ files to list the population data source\n#' \n#' @param iso the ISO code of the country\n#' @param level 1, 2, 3\n#' \n#' @keywords internal\n#' \n#' @export\ndocstring <- function(iso, level){\n  if(level==1){\n    x <- extdata(\"db/ISO.csv\") %>% dplyr::filter(id_covid19datahub.io==iso)\n    url <- repo(\"ISO\", csv = TRUE)\n  }\n  else{\n    x <- extdata(sprintf(\"db/%s.csv\", iso))\n    url <- repo(iso, csv = TRUE)\n  }\n  ds <- na.omit(unique(x$population_data_source[x$administrative_area_level==level]))\n  if(length(ds)==0) return(NULL)\n  ds <- sprintf(\"\\\\href{%s}{%s}\", url, ds)  \n  sprintf(\" - %s: population.\", paste(ds, collapse = \", \"))\n}\n\ncachedata <- new.env(hash = TRUE)\ncachecall <- function(fun, ...){\n  \n  args  <- list(...)\n  cache <- ifelse(is.null(args$cache), TRUE, args$cache)\n  key   <- make.names(sprintf(\"%s_%s\",paste(deparse(fun), collapse = ''),paste(names(args),args,sep = \".\",collapse = \"..\")))\n  \n  if(cache & exists(key, envir = cachedata))\n    return(get(key, envir = cachedata))\n  else\n    x <- do.call(fun, args = args)\n  \n  if(cache)\n    assign(key, x, envir = cachedata)\n  \n  return(x)\n  \n}\n\n#' Convert identifiers\n#'\n#' Map the ids of administrative areas used by the data provider to the \n#' identifiers used in the Data Hub.\n#' \n#' @param x vector of identifiers used by the data source to identify administrative areas.\n#' @param iso the 3 letter ISO code of the country.\n#' @param ds the name of the data source function.\n#' @param level the level of the administrative areas.\n#' \n#' @return converted vector of identifiers to use in the Data Hub.\n#' \n#' @keywords internal\n#' \n#' @export\nid <- function(x, iso, ds, level){\n  \n  db <- extdata(\"db\",sprintf(\"%s.csv\",iso))\n  db <- db[which(db$administrative_area_level==level),]\n  \n  map        <- db$id\n  names(map) <- db[[sprintf(\"id_%s\",ds)]]\n  \n  x   <- map_values(x, map)\n  idx <- which(!(x %in% map))\n  if(length(idx)){\n    warning(sprintf(\"missing id: %s\", paste0(unique(x[idx]), collapse = \", \")))\n    x[idx] <- NA\n  }\n  \n  return(x)\n  \n}\n\nvars <- function(type = NULL){\n  \n  cum <- c(\n    'numeric' = 'confirmed',\n    'numeric' = 'deaths',\n    'numeric' = 'recovered',\n    'numeric' = 'tests',\n    'numeric' = 'vaccines',\n    'numeric' = 'people_vaccinated',\n    'numeric' = 'people_fully_vaccinated'\n  )\n  \n  spot <- c(\n    'numeric' = 'hosp',\n    'numeric' = 'icu',\n    'numeric' = 'vent'\n  )\n  \n  measures <- c(\n    'integer' = 'school_closing',\n    'integer' = 'workplace_closing',\n    'integer' = 'cancel_events',\n    'integer' = 'gatherings_restrictions',\n    'integer' = 'transport_closing',\n    'integer' = 'stay_home_restrictions',\n    'integer' = 'internal_movement_restrictions',\n    'integer' = 'international_movement_restrictions',\n    'integer' = 'information_campaigns',\n    'integer' = 'testing_policy',\n    'integer' = 'contact_tracing',\n    'integer' = 'facial_coverings',\n    'integer' = 'vaccination_policy',\n    'integer' = 'elderly_people_protection',\n    'numeric' = 'government_response_index',\n    'numeric' = 'stringency_index',\n    'numeric' = 'containment_health_index',\n    'numeric' = 'economic_support_index'\n  )\n  \n  admin <- c(\n    'character' = 'iso_alpha_3',\n    'character' = 'iso_alpha_2',\n    'integer'   = 'iso_numeric',\n    'character' = 'iso_currency',\n    'integer'   = 'administrative_area_level',\n    'character' = 'administrative_area_level_1',\n    'character' = 'administrative_area_level_2',\n    'character' = 'administrative_area_level_3',\n    'numeric'   = 'latitude',\n    'numeric'   = 'longitude',\n    'integer'   = 'population',\n    'character' = 'key_local',\n    'character' = 'key_google_mobility',\n    'character' = 'key_apple_mobility',\n    'character' = 'key_jhu_csse',\n    'character' = 'key_nuts',\n    'character' = 'key_gadm'\n  )\n  \n  if(is.null(type))\n    return(unname(unique(c('id', 'date', cum, spot, 'population', measures, admin))))\n  \n  if(type==\"cum\")\n    return(unname(cum))\n  \n  if(type==\"spot\")\n    return(unname(spot))\n  \n  if(type==\"measures\")\n    return(unname(measures))\n    \n  if(type==\"admin\")\n    return(unname(admin))\n  \n  if(type==\"cases\")\n    return(unname(c(cum, spot)))\n  \n  all <- c(cum, spot, measures, admin)\n  all <- all[which(names(all)==type)]\n  return(unname(all))\n  \n}\n\n#' Cumulative Sums\n#' \n#' Returns a numeric object whose elements are the cumulative sums of the elements of the argument.\n#' \n#' @param x a numeric object.\n#' @param na.rm logical. Should missing values be removed? Default \\code{FALSE}.\n#' \n#' @details \n#' If \\code{na.rm=TRUE}, then \\code{NA} are treated as \\code{0} when computing the cumulative sum.\n#' \n#' @keywords internal\n#' \n#' @export\ncumsum <- function(x, na.rm = TRUE){\n  \n  if(!na.rm)\n    return(base::cumsum(x))\n  \n  miss <- is.na(x)\n  x[miss] <- 0\n  \n  x <- base::cumsum(x)\n  x[miss] <- NA\n  \n  return(x)\n  \n}\n\n#' External Data\n#' \n#' Read files in the inst/extdata/ folder.\n#' \n#' @param ... path to file\n#' \n#' @return \\code{data.frame}\n#' \n#' @keywords internal\n#' \n#' @export\nextdata <- function(...){\n  \n  file <- system.file(\"extdata\", ..., package = \"COVID19\")\n  if(!file.exists(file))\n    return(NULL)\n  \n  utils::read.csv(file, na.strings = \"\", stringsAsFactors = FALSE, encoding = \"UTF-8\")\n  \n}\n\n#' Add XXX.csv file\n#' \n#' Add new country in the inst/extdata/db/ folder\n#' \n#' @param x \\code{data.frame} generated by a data source function.\n#' @param iso ISO code (3 letters).\n#' @param ds name of the data source function generating \\code{x}.\n#' @param map named vector mapping the columns of \\code{x} to the columns of the XXX.csv file.\n#' @param append logical. Append the data to the XXX.csv file if it already exists? Default \\code{TRUE}.\n#' @param level integer. Granularity level. 1: country-level data. 2: state-level data. 3: city-level data.\n#' \n#' @return \\code{data.frame}\n#' \n#' @keywords internal\n#' \n#' @export\nadd_iso <- function(x, iso, ds, level, map = c(\"id\"), append = TRUE){\n  \n  if(!level %in% 2:3)\n    stop(\"level must be 2 or 3\")\n  \n  id_ds <- sprintf(\"id_%s\", ds)\n  key   <- c('id',id_ds,'administrative_area_level','administrative_area_level_2','administrative_area_level_3','latitude','longitude','population')\n  map   <- c(map, key[!(key %in% map)])\n  \n  x <- map_data(x, map)\n  x <- x[!duplicated(x),,drop=FALSE]\n  if(!(\"id\" %in% colnames(x)))\n    stop(\"specify the 'id' column using the 'map' argument, eg. map = c('column' = 'id')\")\n  \n  x[[id_ds]] <- x$id \n  x$id <- sapply(x$id, FUN = function(x) digest::digest(c(iso, x), algo = 'crc32'))\n  \n  x[,key[!(key %in% colnames(x))]] <- NA\n  x$administrative_area_level      <- level\n  \n  file <- sprintf(\"%s.csv\", iso)\n  \n  if(append){\n    \n    if(file.exists(file))\n      y <- read.csv(file, cache = FALSE)\n    else\n      y <- extdata(\"db\", file)\n    \n    x <- dplyr::bind_rows(y, x)\n    \n  }\n  \n  cn  <- colnames(x)\n  key <- unique(c(\"id\", cn[grepl(\"^id\\\\_\", cn)], key, cn[grepl(\"^key(\\\\_|$)\", cn)]))\n  x   <- x[,key]\n  \n  write.csv(x, file)\n  cat(sprintf(\"File saved: %s\", file))\n  \n  return(x)\n  \n}\n\n#' Map values\n#' \n#' Map values of a vector.\n#' \n#' @param x vector.\n#' @param map named vector mapping names to values.\n#' \n#' @return \\code{vector}.\n#' \n#' @keywords internal\n#' \n#' @export\nmap_values <- function(x, map, force = FALSE){\n  \n  value <- tolower(x)\n  from  <- tolower(names(map))\n  to    <- map\n  \n  if(force)\n    y <- rep(NA, length(x))\n  else \n    y <- x\n  \n  for(i in 1:length(map)){\n    idx <- which(value==from[i])\n    if(length(idx)>0)\n      y[idx] <- to[i]\n  }\n  \n  return(y)\n  \n}\n\n#' Map Data\n#' \n#' Subset a \\code{data.frame} and change column names.\n#' \n#' @param x \\code{data.frame}\n#' @param map named vector. Map columns of \\code{x} and subset.\n#' \n#' @return \\code{data.frame}\n#' \n#' @keywords internal\n#' \n#' @export\nmap_data <- function(x, map){\n  \n  cn <- names(map)\n  if(is.null(cn))\n    cn <- map\n  \n  idx <- which(cn==\"\")\n  if(length(idx))\n    cn[idx] <- unname(map)[idx]\n  \n  x <- x[,intersect(cn, colnames(x)), drop = FALSE]\n  colnames(x) <- map_values(colnames(x), map)\n  \n  return(x)\n  \n}\n\n#' Decreasing counts\n#'\n#' Check which elements in a numeric vector are decreasing with respect to the previous elements\n#'\n#' @param x numeric vector\n#' @param k vector of lags (e.g., \\code{k=1:7} returns \\code{TRUE} if an element is decreasing with respect to any of the previous 7 elements)\n#' @param strict logical indicating whether only strictly decreasing counts should be considered\n#'\n#' @return \\code{logical} indicating decreasing elements\n#' \n#' @keywords internal\n#' \n#' @export\ndecreasing <- function(x, k = 1, strict = TRUE){\n  if(strict)\n    apply(sapply(k, function(k) c(rep(FALSE, k), diff(x, lag = k)<0)), 1, any)\n  else\n    apply(sapply(k, function(k) c(rep(FALSE, k), diff(x, lag = k)<=0)), 1, any)\n}\n\n#' Drop decreasing counts\n#' \n#' @param x \\code{data.frame} containing the column \\code{date}\n#' @param by vector to group by\n#' @param cols vector of columns to clean\n#' @param k vector of lags (e.g., \\code{k=1:7} removes values that are decreasing with respect to any of the previous 7 values)\n#' @param strict logical indicating whether only strictly decreasing counts should be dropped\n#' \n#' @return \\code{x} where decreasing counts are replaced with \\code{NA} \n#' \n#' @keywords internal\n#' \n#' @export\ndrop_decreasing <- function(x, by, cols, k, strict){\n  x %>%\n    group_by_at(by) %>%\n    arrange(date) %>%\n    mutate(across(all_of(cols), function(x){\n      replace(x, decreasing(x, k = k, strict = strict), NA)\n    }))\n}\n\n#' Data Output\n#' \n#' Write csv in UTF-8.\n#' \n#' @param x the object to be written, preferably a matrix or data frame. If not, it is attempted to coerce x to a data frame.\n#' @param file either a character string naming a file or a connection open for writing. \"\" indicates output to the console.\n#' @param row.names either a logical value indicating whether the row names of x are to be written along with x, or a character vector of row names to be written.\n#' @param na the string to use for missing values in the data.\n#' @param fileEncoding character string: if non-empty declares the encoding to be used on a file (not a connection) so the character data can be re-encoded as they are written. \n#' @param ... arguments passed to \\code{\\link[utils:write.table]{write.csv}}\n#' \n#' @return return value of \\code{\\link[utils:write.table]{write.csv}}\n#' \n#' @keywords internal\n#' \n#' @export\nwrite.csv <- function(x, file, row.names = FALSE, na = \"\", fileEncoding = \"UTF-8\", ...){\n  \n  utils::write.csv(x, file = file, row.names = row.names, na = na, fileEncoding = fileEncoding, ...)\n  \n}\n\n#' Data Input (csv)\n#' \n#' Reads a file in table format and creates a data frame from it, with cases corresponding to lines and variables to fields in the file.\n#' \n#' @param file the name of the file which the data are to be read from. Each row of the table appears as one line of the file. If it does not contain an absolute path, the file name is relative to the current working directory, getwd(). Tilde-expansion is performed where supported. This can be a compressed file.\n#' @param cache logical. Memory caching? Default \\code{FALSE}.\n#' @param na.strings a character vector of strings which are to be interpreted as \\code{NA} values. Blank fields are also considered to be missing values in logical, integer, numeric and complex fields. Note that the test happens after white space is stripped from the input, so \\code{na.strings} values may need their own white space stripped in advance.\n#' @param stringsAsFactors logical: should character vectors be converted to factors?\n#' @param encoding encoding to be assumed for input strings. It is used to mark character strings as known to be in Latin-1 or UTF-8: it is not used to re-encode the input, but allows R to handle encoded strings in their native encoding. \n#' @param ... arguments passed to \\code{\\link[utils:write.table]{read.csv}}\n#' \n#' @return return value of \\code{\\link[utils:write.table]{read.csv}}\n#' \n#' @keywords internal\n#' \n#' @export\nread.csv <- function(file, cache = FALSE, na.strings = \"\", stringsAsFactors = FALSE, encoding = \"UTF-8\", ...){\n  \n  if(cache)\n    x <- cachecall(utils::read.csv, file = file, na.strings = na.strings, stringsAsFactors = stringsAsFactors, encoding = encoding, ...)\n  else\n    x <- utils::read.csv(file = file, na.strings = na.strings, stringsAsFactors = stringsAsFactors, encoding = encoding, ...)\n  \n  return(x)\n  \n}\n\n#' Data Input (excel)\n#' \n#' Read xls and xlsx files.\n#' \n#' @param path Path to the xls/xlsx file.\n#' @param cache logical. Memory caching? Default \\code{FALSE}.\n#' @param sheet Sheet to read. Either a string (the name of a sheet), or an integer (the position of the sheet). Ignored if the sheet is specified via range. If neither argument specifies the sheet, defaults to all sheets.\n#' @param ... arguments passed to \\code{\\link[readxl]{read_excel}}\n#' \n#' @return list of \\code{data.frame}\n#' \n#' @examples \n#' \\dontrun{\n#' \n#' url <- \"https://epistat.sciensano.be/Data/COVID19BE.xlsx\"\n#' x   <- read.excel(url, cache = TRUE)  \n#' \n#' }\n#' \n#' @keywords internal\n#' \n#' @export\nread.excel <- function(path, cache = FALSE, sheet = NA, ...) {\n  \n  # read excel from url\n  read_excel <- function(path, sheet, ...) {\n    \n    tmp <- tempfile()\n    utils::download.file(path, destfile = tmp, mode = \"wb\", quiet = TRUE)\n    \n    # sheet not given - all sheets\n    if(all(is.na(sheet))) {\n      \n      sheets <- readxl::excel_sheets(path = tmp)\n      \n      x <- lapply(sheets, function(X) readxl::read_excel(path = tmp, sheet = X))\n      names(x) <- sheets\n      \n    } \n    # multiple sheets\n    else if (length(sheet) > 1){\n\n      x <- lapply(sheet, function(X) readxl::read_excel(path = tmp, sheet = X))\n      names(x) <- sheet\n\n    }\n    # single sheet\n    else {\n      \n      x <- readxl::read_excel(path = tmp, sheet = sheet, ...)\n      \n    }\n    \n    return(x)\n    \n  }\n  \n  # is url (readxl::read_excel supports only http, https, ftp)\n  if(grepl(x = path, pattern = \"^(http:\\\\/\\\\/)|(https:\\\\/\\\\/)|(ftp:\\\\/\\\\/)\")) \n    reader <- read_excel\n  # local file\n  else\n    reader <- readxl::read_excel\n  \n  if(cache)\n    x <- cachecall(reader, path = path, sheet = sheet, ...)\n  else\n    x <- reader(path = path, sheet = sheet, ...)\n  \n  return(x)\n  \n}\n\n#' Data Input (csv)\n#' \n#' Reads specific columns of a csv file by using the xsv command line utility\n#' https://github.com/BurntSushi/xsv\n#' \n#' @param file the path to the csv file\n#' @param select character vector of column names to extract\n#' @param ... additional arguments passed to \\code{\\link[data.table]{fread}}\n#' \n#' @return data.table\n#' \n#' @keywords internal\n#' \n#' @export\nread.xsv <- function(file, select, ...){\n  data.table::fread(cmd = sprintf(\"xsv select %s %s\", paste0(select, collapse = \",\"), file), showProgress = FALSE, ...)\n}\n\n#' Data Input (zip)\n#' \n#' Reads files from a zip folder.\n#' \n#' @param zip path (url) to the zip folder.\n#' @param files vector of filenames to read inside the zip folder.\n#' @param cache logical. Memory caching? Default \\code{FALSE}.\n#' @param fread logical indicating whether \\code{\\link[data.table]{fread}} should be used\n#' @param xsv logical indicating whether \\code{\\link{xsv}} should be used. If \\code{TRUE}, the argument \\code{select} must be specified\n#' @param method the download method passed to \\code{\\link[utils]{download.file}}\n#' @param ... arguments passed to \\code{\\link{read.csv}} or \\code{\\link{read.excel}}.\n#' \n#' @return list of data frames\n#' \n#' @keywords internal\n#' \n#' @export\nread.zip <- function(zip, files, cache = FALSE, fread = FALSE, xsv = FALSE, method = \"auto\", ...){\n  \n  read.zip <- function(zip, files, ...){\n    \n    temp <- tempfile()\n    utils::download.file(zip, temp, method = method, quiet = TRUE)\n    \n    if(fread | xsv){\n      exdir <- tempdir()\n      unzip(temp, exdir = exdir, files = files, unzip = \"unzip\", junkpaths = TRUE)\n    }\n    \n    x <- lapply(files, function(file){\n      if(grepl(\"\\\\.xlsx?$\", file))\n        readxl::read_excel(unz(temp, file), ...)\n      else if(xsv)\n        read.xsv(sprintf(\"%s/%s\", exdir, file), ...)\n      else if(fread)\n        data.table::fread(sprintf(\"%s/%s\", exdir, file), showProgress = FALSE, ...)\n      else\n        read.csv(unz(temp, file), cache = FALSE, ...)  \n    })\n    \n    unlink(temp)\n    if(fread | xsv) for(file in files) \n      unlink(sprintf(\"%s/%s\", exdir, file))\n    \n    return(x)\n    \n  }\n  \n  if(cache)\n    x <- cachecall(read.zip, zip = zip, files = files, ...)\n  else \n    x <- read.zip(zip = zip, files = files, ...)\n  \n  return(x)\n  \n}\n\n#' Check Data Source Format\n#' \n#' Checks if the output of a data source function is correctly formatted. \n#' The function checks the FORMAT, NOT the DATA.\n#' Before submission, the data should be double checked by comparing with external data sources (e.g. Google search).\n#' \n#' @param x output of a data source function.\n#' @param level integer. Granularity level. 1: country-level data. 2: state-level data. 3: city-level data.\n#' \n#' @return logical. \n#' \n#' @keywords internal\n#' \n#' @export\nds_check_format <- function(x, level, ci = 0.8) {\n  \n  check <- function(c, message) {\n    c <- mean(c, na.rm = TRUE) > ci\n    if(is.na(c)) \n      c <- TRUE\n    if(!c) \n      warning(message)\n    return(c)\n  }\n  \n  # fallback\n  if(!any(vars(\"cases\") %in% colnames(x))){\n    warning(\"no valid column detected. Please rename the columns according to the documentation available at https://covid19datahub.io/articles/docs.html\")\n    return(FALSE)\n  }\n  \n  # id missing \n  if(!(\"id\" %in% colnames(x))){\n    if(level>1){\n      warning(\"column 'id' missing. Please add the id for each location (required for level > 1)\")\n      return(FALSE)\n    }\n    else{ \n      x$id <- \"id\"\n    }\n  }\n  \n  # subset\n  x      <- x[!is.na(x$id),]\n  x      <- x[, apply(x, 2, function(x) any(!is.na(x))), drop=FALSE]\n  cols   <- colnames(x)\n  status <- TRUE\n  \n  # date missing \n  if(!(\"date\" %in% cols)){\n    warning(\"column 'date' missing. Please add the date for each observation\")\n    return(FALSE)\n  }\n  \n  # NA dates\n  if(any(is.na(x$date))){\n    warning(\"column date contains NA values\")\n    return(FALSE)\n  }\n  \n  # check date column is date\n  status <- status & check(inherits(x$date, c(\"Date\")),\n                           \"column date of wrong type\")\n  \n  # check duplicated dates\n  if(length(idx <- which(duplicated(x[,c(\"id\", \"date\")])))){\n    warning(sprintf(\"multiple dates per id: %s\", paste0(unique(x$id[idx]), collapse = \", \")))\n    return(FALSE)\n  }\n  \n  # check data types\n  for(col in intersect(cols, c('tests','confirmed','recovered','deaths','hosp','vent','icu'))){\n    if(!is.numeric(x[[col]])){\n      warning(sprintf(\"%s not of class numeric\", col))\n      return(FALSE)\n    }\n  }\n  \n  # deaths <= confirmed\n  if(\"confirmed\" %in% cols & \"deaths\" %in% cols)\n    status <- status & check(ci < mean(x$deaths <= x$confirmed, na.rm = TRUE), \"deaths > confirmed\")\n\n  # confirmed <= tests\n  if(\"confirmed\" %in% cols & \"tests\" %in% cols)\n    status <- status & check(ci < mean(x$confirmed <= x$tests, na.rm = TRUE), \"confirmed > tests\")\n  \n  # recovered <= confirmed\n  if(\"recovered\" %in% cols & \"confirmed\" %in% cols)\n    status <- status & check(ci < mean(x$recovered <= x$confirmed, na.rm = TRUE), \"recovered > confirmed\")\n  \n  # people_vaccinated <= vaccines \n  if(\"vaccines\" %in% cols & \"people_vaccinated\" %in% cols)\n    status <- status & check(ci < mean(x$people_vaccinated <= x$vaccines, na.rm = TRUE), \"people_vaccinated > vaccines\")\n  \n  # people_fully_vaccinated <= vaccines\n  if(\"vaccines\" %in% cols & \"people_fully_vaccinated\" %in% cols)\n    status <- status & check(ci < mean(x$people_fully_vaccinated <= x$vaccines, na.rm = TRUE), \"people_fully_vaccinated > vaccines\")\n  \n  # people_fully_vaccinated <= people_vaccinated\n  if(\"people_vaccinated\" %in% cols & \"people_fully_vaccinated\" %in% cols)\n    status <- status & check(ci < mean(x$people_fully_vaccinated <= x$people_vaccinated, na.rm = TRUE), \"people_fully_vaccinated > people_vaccinated\")\n  \n  # icu <= hosp\n  if(\"icu\" %in% cols & \"hosp\" %in% cols)\n    status <- status & check(ci < mean(x$icu <= x$hosp, na.rm = TRUE), \"icu > hosp\")\n  \n  # vent <= confirmed\n  if(\"vent\" %in% cols & \"confirmed\" %in% cols)\n    status <- status & check(ci < mean(x$vent <= x$confirmed, na.rm = TRUE), \"vent > confirmed\")\n  \n  # vent <= icu\n  if(\"vent\" %in% cols & \"icu\" %in% cols)\n    status <- status & check(ci < mean(x$vent <= x$icu, na.rm = TRUE), \"vent > icu\")\n  \n  # check cumulative/non-cumulative\n  y <- x %>%\n    \n    dplyr::mutate(\n      deaths    = if(\"deaths\" %in% cols) deaths else 0,\n      confirmed = if(\"confirmed\" %in% cols) confirmed else 0,\n      tests     = if(\"tests\" %in% cols) tests else 0,\n      vaccines  = if(\"vaccines\" %in% cols) vaccines else 0,\n      people_vaccinated       = if(\"people_vaccinated\" %in% cols) people_vaccinated else 0,\n      people_fully_vaccinated = if(\"people_fully_vaccinated\" %in% cols) people_fully_vaccinated else 0,\n      recovered = if(\"recovered\" %in% cols) recovered else 0,\n      hosp      = if(\"hosp\" %in% cols) hosp else 0,\n      vent      = if(\"vent\" %in% cols) vent else 0,\n      icu       = if(\"icu\" %in% cols) icu else 0 ) %>%\n    \n    dplyr::group_by_at('id') %>%\n    dplyr::arrange_at('date') %>%\n    \n    # detect negative derivation\n    dplyr::summarise(\n      d_confirmed_tests  = ci < mean(diff(confirmed) <= diff(tests), na.rm = T),\n      d_deaths_nonneg    = ci < mean(diff(deaths)    >= 0, na.rm = T),\n      d_confirmed_nonneg = ci < mean(diff(confirmed) >= 0, na.rm = T),\n      d_tests_nonneg     = ci < mean(diff(tests)     >= 0, na.rm = T),\n      d_vaccines_nonneg  = ci < mean(diff(vaccines)     >= 0, na.rm = T),\n      d_people_vaccinated_nonneg       = ci < mean(diff(people_vaccinated)     >= 0, na.rm = T),\n      d_people_fully_vaccinated_nonneg = ci < mean(diff(people_fully_vaccinated)     >= 0, na.rm = T),\n      d_recovered_nonneg = ci < mean(diff(recovered) >= 0, na.rm = T),\n      d_hosp_anyneg      = all(diff(hosp)==0, na.rm = T) | any(diff(hosp) < 0, na.rm = T),\n      d_vent_anyneg      = all(diff(vent)==0, na.rm = T) | any(diff(vent) < 0, na.rm = T),\n      d_icu_anyneg       = all(diff(icu)==0, na.rm = T)  | any(diff(icu)  < 0, na.rm = T) )\n  \n  # daily confirmed <= daily tests\n  # status <- status & check(y$d_confirmed_tests, \"confirmed > tests\")\n  \n  # deaths not descending\n  status <- status & check(y$d_deaths_nonneg,\n                           \"are you sure 'deaths' are cumulative counts?\")\n  # confirmed not descending\n  status <- status & check(y$d_confirmed_nonneg,\n                           \"are you sure 'confirmed' are cumulative counts?\")\n  # tests not descending\n  status <- status & check(y$d_tests_nonneg,\n                           \"are you sure 'tests' are cumulative counts?\")\n  \n  # vaccines not descending\n  status <- status & check(y$d_vaccines_nonneg,\n                           \"are you sure 'vaccines' are cumulative counts?\")\n  \n  # people_vaccinated not descending\n  status <- status & check(y$d_people_vaccinated_nonneg,\n                           \"are you sure 'people_vaccinated' are cumulative counts?\")\n  \n  # people_fully_vaccinated not descending\n  status <- status & check(y$d_people_fully_vaccinated_nonneg,\n                           \"are you sure 'people_fully_vaccinated' are cumulative counts?\")\n  \n  # recovered not descending\n  status <- status & check(y$d_recovered_nonneg,\n                           \"are you sure 'recovered' are cumulative counts?\")\n  \n  # hosp not cumulative (any descending)\n  status <- status & check(y$d_hosp_anyneg,\n                           \"are you sure 'hosp' are NOT cumulative counts?\")\n  # vent not cumulative (any descending)\n  status <- status & check(y$d_vent_anyneg,\n                           \"are you sure 'vent' are NOT cumulative counts?\")\n  # icu not cumulative (any descending)\n  status <- status & check(y$d_icu_anyneg,\n                           \"are you sure 'icu' are NOT cumulative counts?\")\n  \n  # return\n  return(status)\n}\n\n#' ISO week to date\n#' \n#' Converts ISO week (e.g., 202009) to date (e.g. 2020-02-24)\n#' \n#' @param isoweeks vector of isoweeks in the format YYYYMM.\n#' @param day integer between 1 (Mondays) and 7 (Sundays). \n#' \n#' @return Date. \n#' \n#' @keywords internal\n#' \n#' @export\nisoweek2date <- function(isoweeks, day){\n  \n  year <- as.integer(isoweeks / 100)\n  week <- isoweeks - year * 100\n  \n  return(MMWRweek::MMWRweek2Date(year, week) + day)\n  \n}\n"
  },
  {
    "path": "R/ds_admin.ch.R",
    "content": "#' Federal Office of Public Health\n#'\n#' Data source for: Switzerland and Liechtenstein\n#'\n#' @param level 1, or 2 (only for Switzerland)\n#' @param state one of CH (Switzerland) or FL (Liechtenstein)\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#'\n#' @source https://www.covid19.admin.ch/en/overview\n#'\n#' @keywords internal\n#'\nadmin.ch <- function(level, state = NULL) {\n    if(state==\"FL\" & level!=1) return(NULL)\n    if(state==\"CH\" & !level %in% 1:2) return(NULL)\n    \n    # metadata\n    meta <- jsonlite::fromJSON(\"https://www.covid19.admin.ch/api/data/context\")\n    csv <- meta$sources$individual$csv\n    \n    # total vaccine doses \n    x <- read.csv(csv$vaccDosesAdministered, na.strings = \"NA\")\n    vaccines <- map_data(x, c(\n        \"date\"      = \"date\",\n        \"geoRegion\" = \"code\",\n        \"sumTotal\"  = \"vaccines\"\n    ))\n    \n    # people vaccinated\n    x <- read.csv(csv$vaccPersonsV2, na.strings = \"NA\")\n    vaccinated <- map_data(x, c(\n        \"date\"      = \"date\",\n        \"geoRegion\" = \"code\",\n        \"sumTotal\"  = \"total\",\n        \"type\"      = \"type\",\n        \"age_group\" = \"age\"\n    )) \n    # filter by total population and pivot\n    vaccinated <- vaccinated %>%\n        filter(age==\"total_population\") %>%\n        pivot_wider(id_cols = c(\"code\", \"date\"), names_from = \"type\", values_from = \"total\") %>%\n        rename(people_vaccinated = COVID19AtLeastOneDosePersons)\n\n    # people fully vaccinated\n    urls <- c(\"CH\" = \"https://storage.covid19datahub.io/country/CHE.csv\",\n              \"FL\" = \"https://storage.covid19datahub.io/country/LIE.csv\")\n    labels <- c(\"CH\" = \"CH\", \"FL\" = \"LIE\")\n    \n    past_data <- read.csv(urls[state])\n    fully_vaccinated <- past_data %>%\n      mutate(\n        code = ifelse(is.na(key_local) & administrative_area_level == 1, state, key_local)\n      ) %>%\n      select(date, code, people_fully_vaccinated)\n              \n    \n    # confirmed\n    x <- read.csv(csv$daily$cases, na.strings = \"NA\")\n    confirmed <- map_data(x, c(\n        \"datum\"     = \"date\",\n        \"geoRegion\" = \"code\",\n        \"sumTotal\"  = \"confirmed\"\n    ))\n    \n    # confirmed weekly\n    x <- read.csv(csv$weekly$default$cases, na.strings = \"NA\")\n    confirmed_w <- map_data(x, c(\n      \"datum\"     = \"date\",\n      \"geoRegion\" = \"code\",\n      \"sumTotal\"  = \"confirmed\"\n    ))\n    confirmed_w$date <- as.character(isoweek2date(confirmed_w$date, 7))\n\n    # deaths\n    x <- read.csv(csv$daily$death, na.strings = \"NA\")\n    deaths <- map_data(x, c(\n        \"datum\"     = \"date\",\n        \"geoRegion\" = \"code\",\n        \"sumTotal\"  = \"deaths\"\n    ))\n    \n    # deaths weekly\n    x <- read.csv(csv$weekly$default$death, na.strings = \"NA\")\n    deaths_w <- map_data(x, c(\n      \"datum\"     = \"date\",\n      \"geoRegion\" = \"code\",\n      \"sumTotal\"  = \"deaths\"\n    ))\n    deaths_w$date <- as.character(isoweek2date(deaths_w$date, 7))\n    \n    # tests weekly\n    x <- read.csv(csv$weekly$default$test, na.strings = \"NA\")\n    tests_w <- map_data(x, c(\n      \"datum\"     = \"date\",\n      \"geoRegion\" = \"code\",\n      \"sumTotal\"  = \"tests\"\n    ))\n    tests_w$date <- as.character(isoweek2date(tests_w$date, 7))\n    \n    # hosp\n    x <- read.csv(csv$daily$hospCapacity, na.strings = \"NA\")\n    x <- x[x$type_variant==\"nfp\",]\n    hosp <- map_data(x, c(\n        \"date\"      = \"date\",\n        \"geoRegion\" = \"code\",\n        \"Total_Covid19Patients\"  = \"hosp\",\n        \"ICU_Covid19Patients\"    = \"icu\"\n    ))\n    \n    if (state == \"FL\") {\n      hosp$hosp <- NULL\n    }\n    \n    # merge \n    by <- c(\"code\", \"date\")\n    x <- vaccines %>%\n        full_join(vaccinated, by = by) %>%\n        full_join(fully_vaccinated, by = by) %>%\n        full_join(hosp, by = by) %>%\n        full_join(tests_w, by = by) %>%\n        full_join(bind_rows(\n          confirmed, \n          confirmed_w[confirmed_w$date > max(confirmed$date),]\n        ), by = by) %>%\n        full_join(bind_rows(\n          deaths, \n          deaths_w[deaths_w$date > max(deaths$date),]\n        ), by = by)\n\n    # clean code\n    x <- x[!is.na(x$code),]\n    \n    # filter by state\n    if(level==1){\n        x <- x[x$code==state,]\n    }\n    # select only Swiss cantons\n    else{\n        x <- x[x$code %in% c(\n          \"AG\", \"AI\", \"AR\", \"BE\", \"BL\", \"BS\", \"FR\", \"GE\",\n          \"GL\", \"GR\", \"JU\", \"LU\", \"NE\", \"NW\", \"OW\", \"SG\",\n          \"SH\", \"SO\", \"SZ\", \"TG\", \"TI\", \"UR\", \"VD\", \"VS\",\n          \"ZG\", \"ZH\"\n        ),]\n    }\n    \n    # convert date\n    x$date <- as.Date(x$date)\n    \n    return(x)\n}\n"
  },
  {
    "path": "R/ds_arcgis.de.R",
    "content": "#' Robert Koch Institute\n#'\n#' Data source for: Germany\n#'\n#' @param level 1, 2, 3\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#'\n#' @section Level 3:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#'\n#' @source https://www.arcgis.com/home/item.html?id=f10774f1c63e40168479a1feb6c7ca74\n#'\n#' @keywords internal\n#'\narcgis.de <- function(level){\n  if(!level %in% 1:3) return(NULL)\n  \n  # download\n  url <- \"https://www.arcgis.com/sharing/rest/content/items/f10774f1c63e40168479a1feb6c7ca74/data\"\n  x <- data.table::fread(url, showProgress = FALSE)\n  \n  # format\n  x <- map_data(x, c(\n    'Meldedatum'      = 'date',\n    'Bundesland'      = 'state',\n    'Landkreis'       = 'district',\n    'IdBundesland'    = 'id_state',\n    'IdLandkreis'     = 'id_district',\n    'AnzahlFall'      = 'confirmed',\n    'AnzahlTodesfall' = 'deaths',\n    'AnzahlGenesen'   = 'recovered',\n    'NeuerFall'       = 'confirmed_status',\n    'NeuerTodesfall'  = 'deaths_status',\n    'NeuGenesen'      = 'recovered_status'\n  ))\n  \n  # convert date type\n  x <- x[!is.na(x$date),]\n  x$date <- as.Date(x$date, format = \"%Y/%m/%d\")\n  \n  # group key\n  if(level == 1) \n    by <- NULL\n  if(level == 2) \n    by <- c('id_state')\n  if(level == 3) \n    by <- c('id_state','id_district')\n  \n  # The German data is slightly odd. It is a CSV file which is updated daily,\n  # the 'status' flags is the status of the entry on the day the file was\n  # updated. The flags mean:\n  #                                     \n  #    1 - cdr was only added today (as in the day the file was created)\n  #    0 - cdr was added to yesterdays file, or before, but NOT today\n  #   -1 - cd will be removed tomorrow but is still present today, exclude it\n  #   -9 - not applicable (e.g. recovered_status=-9 on a death)\n  #\n  # So, basically just exclude anything with a negative value, but only for that\n  # specific column type.\n  # \n  # (Abbreviated case/death/recovery as cdr)\n  x <- x %>%\n    # drop negative counts\n    mutate(\n      confirmed = replace(confirmed, confirmed < 0, 0),\n      deaths    = replace(deaths, deaths < 0, 0),\n      recovered = replace(recovered, recovered < 0, 0)) %>%\n    # group by date and admin area\n    group_by_at(c('date', by)) %>%\n    # compute total counts\n    summarise(\n      confirmed = sum(confirmed),\n      deaths    = sum(deaths),\n      recovered = sum(recovered)) %>%\n    # group by admin area\n    group_by_at(by) %>%\n    # sort by date\n    arrange(date) %>%\n    # cumulate\n    mutate(\n      confirmed = cumsum(confirmed),\n      deaths    = cumsum(deaths),\n      recovered = cumsum(recovered))\n  \n  return(x) \n}\n"
  },
  {
    "path": "R/ds_arcgis.se.R",
    "content": "#' Public Health Agency of Sweden\n#'\n#' Data source for: Sweden\n#'\n#' @param level 1, 2\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#'\n#' @section Level 2:\n#' - confirmed cases\n#'\n#' @source https://www.arcgis.com/home/item.html?id=b5e7488e117749c19881cce45db13f7e\n#'\n#' @keywords internal\n#'\narcgis.se <- function(level){\n  if(!level %in% 1:2) return(NULL)\n  \n  # excel file\n  url <- \"https://www.arcgis.com/sharing/rest/content/items/b5e7488e117749c19881cce45db13f7e/data\"\n  \n  # level\n  if(level==1){\n    \n    # cases\n    x.cases <- read.excel(url, sheet = 1)\n    \n    # format cases\n    x.cases <- map_data(x.cases, c(\n      'Statistikdatum'    = 'date',\n      'Totalt_antal_fall' = 'confirmed'\n    ))\n    \n    # convert date\n    x.cases$date <- as.Date(x.cases$date)\n    \n    # deaths\n    x.deaths <- suppressWarnings(read.excel(url, sheet = 2, col_types = c(\"date\", \"numeric\")))\n    \n    # format deaths\n    x.deaths <- map_data(x.deaths, c(\n      \"Datum_avliden\" = \"date\",\n      \"Antal_avlidna\" = \"deaths\"\n    ))\n    \n    # clean date\n    x.deaths$date <- as.Date(x.deaths$date)\n    x.deaths <- x.deaths[!is.na(x.deaths$date),]\n    \n    # merge\n    x <- full_join(x.cases, x.deaths, by = \"date\")  %>% \n      # sort by date\n      arrange(date) %>%\n      # cumulate\n      mutate(\n        confirmed = cumsum(confirmed),\n        deaths = cumsum(deaths))\n      \n  }\n  if(level==2){\n    \n    # confirmed\n    x <- read.excel(url, sheet = 1)\n    \n    # drop national data\n    x <- x[,-2]\n    \n    # format date\n    colnames(x)[1] <- \"date\"\n    x$date <- as.Date(x$date)\n    \n    # sort by date and cumulate\n    x <- x[order(x$date),]\n    x[,-1] <- cumsum(x[,-1])\n    \n    # pivot\n    x <- tidyr::pivot_longer(x, -1, names_to = \"state\", values_to = \"confirmed\")\n    \n  }\n    \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_canada.ca.R",
    "content": "#' Public Health Agency of Canada\n#'\n#' Data source for: Canada\n#'\n#' @param level 1, 2\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @source https://www.canada.ca/en/public-health/services/diseases/coronavirus-disease-covid-19.html\n#'\n#' @keywords internal\n#'\ncanada.ca <- function(level){\n  if(!level %in% 1:2) return(NULL)\n  \n  # download cases\n  # see https://health-infobase.canada.ca/covid-19/\n  url <- \"https://health-infobase.canada.ca/src/data/covidLive/covid19-download.csv\"\n  x1 <- read.csv(url)\n  \n  # format\n  x1 <- map_data(x1, c(\n    \"date\",\n    \"pruid\"      = \"id\",\n    \"prname\"     = \"name\",\n    \"numdeaths\"  = \"deaths\",\n    \"totalcases\" = \"confirmed\"\n  ))\n  \n  # download total vaccine doses\n  # see https://health-infobase.canada.ca/covid-19/vaccine-administration/\n  url <- \"https://health-infobase.canada.ca/src/data/covidLive/vaccination-administration.csv\"\n  x2 <- read.csv(url)\n  \n  # format\n  x2 <- map_data(x2, c(\n    \"pruid\" = \"id\",\n    \"report_date\" = \"date\",\n    \"numtotal_all_administered\" = \"vaccines\"\n  ))\n  \n  # sanitize\n  x2$vaccines <- suppressWarnings(as.integer(x2$vaccines))\n  \n  # download people vaccinated\n  # see https://health-infobase.canada.ca/covid-19/vaccination-coverage/\n  url <- \"https://health-infobase.canada.ca/src/data/covidLive/vaccination-coverage-map.csv\"\n  x3 <- read.csv(url, fileEncoding = \"UTF-8-BOM\")\n  \n  # format\n  x3 <- map_data(x3, c(\n    \"pruid\" = \"id\",\n    \"week_end\" = \"date\",\n    \"numtotal_atleast1dose\" = \"people_vaccinated\",\n    \"numtotal_fully\" = \"people_fully_vaccinated\"\n  ))\n\n  # download tests\n  url <- \"https://health-infobase.canada.ca/src/data/covidLive/covid19-epiSummary-labIndicators.csv\"\n  x4 <- read.csv(url, fileEncoding = \"UTF-8-BOM\")\n  \n  # format\n  x4 <- map_data(x4, c(\n    \"pruid\" = \"id\",\n    \"date\" = \"date\",\n    \"numtests_total\" = \"tests\"\n  ))\n  \n  # merge\n  by <- c(\"id\", \"date\")\n  x <- x1 %>%\n    full_join(x2, by = by) %>%\n    full_join(x3, by = by) %>%\n    full_join(x4, by = by)\n\n  # remove non-geographic entity\n  x <- x[which(x$id!=99),] \n  \n  # fill with daily series before June 2022\n  x <- bind_rows(extdata(\"ds/CAN.csv\"), x) %>%\n    # for each id and date\n    group_by(id, date) %>%\n    # take last non-NA element\n    summarise_all(function(x) ifelse(is.na(x[2]), x[1], x[2]))\n  \n  # filter by level (id=1 -> Canada)\n  if(level==1)\n    x <- x[x$id==1,]   \n  if(level==2)\n    x <- x[x$id!=1,]  \n\n  # convert date\n  x$date <- as.Date(x$date)\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_cdc.gov.R",
    "content": "#' Centers for Disease Control and Prevention\n#'\n#' Data source for: United States\n#'\n#' @param level 1, 2, 3\n#'\n#' @section Level 1:\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @section Level 2:\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @section Level 3:\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @source https://data.cdc.gov/browse?q=COVID-19%20Vaccination&sortBy=relevance\n#'\n#' @keywords internal\n#'\ncdc.gov <- function(level){\n  if(!level %in% 1:3) return(NULL)\n  \n  if(level==1 | level==2){\n   \n    # vaccines\n    # see https://data.cdc.gov/d/rh2h-3yt2\n    url <- \"https://data.cdc.gov/api/views/rh2h-3yt2/rows.csv?accessType=DOWNLOAD\"\n    x <- read.csv(url)\n    \n    # format\n    x <- map_data(x, c(\n      \"date_type\" = \"type\",\n      \"Date\" = \"date\",\n      \"Location\" = \"state\",\n      \"Administered_Cumulative\" = \"vaccines\",\n      \"Admin_Dose_1_Cumulative\" = \"people_vaccinated\",\n      \"Series_Complete_Cumulative\" = \"people_fully_vaccinated\"\n    ))\n    \n    # select data by date of vaccine administration\n    x <- filter(x, type==\"Admin\")\n    \n    # filter by level\n    if(level==1)\n      x <- filter(x, state==\"US\")\n    if(level==2)\n      x <- filter(x, !is.na(state) & !state %in% c(\"US\", \"PW\", \"FM\", \"RP\", \"MH\"))\n    \n    # convert date\n    x$date <- as.Date(x$date, format = \"%m/%d/%Y\")\n    \n  }\n  \n  if(level==3){\n    \n    # vaccines\n    # see https://data.cdc.gov/d/8xkx-amqh\n    url <- \"https://data.cdc.gov/api/views/8xkx-amqh/rows.csv?accessType=DOWNLOAD\"\n    x <- data.table::fread(url, showProgress = FALSE)\n    \n    # format\n    x <- map_data(x, c(\n      \"Date\" = \"date\",\n      \"FIPS\" = \"fips\",\n      \"Series_Complete_Yes\" = \"people_fully_vaccinated\",\n      \"Administered_Dose1_Recip\" = \"people_vaccinated\"\n    ))\n    \n    # clean\n    x <- x %>%\n      # drop unassigned and Guam\n      filter(fips!=\"UNK\" & fips!=\"66010\") %>%\n      # fips to integers\n      mutate(fips = as.integer(fips)) %>%\n      # drop duplicated rows\n      distinct() %>%\n      # standardize fips\n      mutate(        \n        # map \"Yakutat\" and \"Hoonah-Angoon\" to \"Yakutat plus Hoonah-Angoon\"\n        fips = replace(fips, fips %in% c(2105, 2282), 2998),\n        # map \"Bristol Bay\" and \"Lake and Peninsula\" to \"Bristol Bay plus Lake and Peninsula\"\n        fips = replace(fips, fips %in% c(2164, 2060), 2997),\n        # map New York boroughs to New York City\n        fips = replace(fips, fips %in% c(36081, 36005, 36085, 36047), 36061)) %>%\n      # for each date and fips\n      group_by(date, fips) %>%\n      # compute total counts\n      summarise(\n        people_vaccinated = sum(people_vaccinated),\n        people_fully_vaccinated = sum(people_fully_vaccinated))\n    \n    # convert date\n    x$date <- as.Date(x$date, format = \"%m/%d/%Y\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_covid19india.org.R",
    "content": "#' COVID-19 India API\n#'\n#' Data source for: India\n#'\n#' @param level 2\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @source https://data.covid19india.org\n#'\n#' @keywords internal\n#'\ncovid19india.org <- function(level){\n  if(level!=2) return(NULL)\n\n  # state codes\n  url.codes <- \"https://data.covid19india.org/csv/latest/state_wise.csv\"\n  x.codes <- read.csv(url.codes)\n  \n  # format codes\n  x.codes <- map_data(x.codes, c(\n    \"State\" = \"state\",\n    \"State_code\" = \"code\"\n  ))\n  \n  # cases\n  url.cases <- \"https://data.covid19india.org/csv/latest/states.csv\"\n  x.cases <- read.csv(url.cases)\n  \n  # format cases\n  x.cases <- map_data(x.cases, c(\n    \"Date\" = \"date\",\n    \"State\" = \"state\",\n    \"Confirmed\" = \"confirmed\",\n    \"Recovered\" = \"recovered\",\n    \"Deceased\" = \"deaths\",\n    \"Tested\" = \"tests\"\n  ))\n  \n  # convert date\n  x.cases$date <- as.Date(x.cases$date)\n  \n  # vaccines\n  url.vacc <- \"http://data.covid19india.org/csv/latest/vaccine_doses_statewise_v2.csv\"\n  x.vacc <- read.csv(url.vacc)\n  \n  # format vaccines\n  x.vacc <- map_data(x.vacc, c(\n    \"Vaccinated.As.of\" = \"date\",\n    \"State\" = \"state\",\n    \"First.Dose.Administered\" = \"people_vaccinated\",\n    \"Second.Dose.Administered\" = \"people_fully_vaccinated\",\n    \"Total.Doses.Administered\" = \"vaccines\"\n  ))\n  \n  # convert date\n  x.vacc$date <- as.Date(x.vacc$date, format = \"%d/%m/%Y\")\n\n  # merge\n  by <- c(\"date\", \"state\")\n  x <- x.cases %>%\n    full_join(x.vacc, by = by) %>%\n    left_join(x.codes, by = \"state\")\n  \n  # drop total and unassigned\n  x <- x %>%\n    filter(!is.na(code) & !code %in% c(\"TT\", \"UN\"))\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_covidtracking.com.R",
    "content": "#' The COVID Tracking Project\n#'\n#' Data source for: United States\n#'\n#' @param level 2\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#'\n#' @source https://covidtracking.com/data/api\n#'\n#' @keywords internal\n#'\ncovidtracking.com <- function(level){\n  if(level!=2) return(NULL)\n  \n  # download\n  url <- \"https://covidtracking.com/data/download/all-states-history.csv\"\n  x   <- read.csv(url)\n  \n  # format \n  x <- map_data(x, c(\n    'date',\n    'state',\n    'fips',\n    'positive'              = 'confirmed',\n    'death'                 = 'deaths',\n    'totalTestResults'      = 'tests',\n    'recovered'             = 'recovered',\n    'hospitalizedCurrently' = 'hosp',\n    'inIcuCurrently'        = 'icu',\n    'onVentilatorCurrently' = 'vent'\n  ))\n\n  # date\n  x$date <- as.Date(as.character(x$date), format = \"%Y-%m-%d\")\n  \n  return(x) \n}\n"
  },
  {
    "path": "R/ds_geohive.ie.R",
    "content": "#' Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)\n#'\n#' Data source for: Ireland\n#'\n#' @param level 1, 2\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#'\n#' @source https://covid-19.geohive.ie/search\n#'\n#' @keywords internal\n#'\ngeohive.ie <- function(level) {\n  if(!level %in% 1:2) return(NULL)\n\n  if(level==1) {\n    \n    # cases\n    url.cases <- \"https://opendata.arcgis.com/datasets/d8eb52d56273413b84b0187a4e9117be_0.csv\"\n    x.cases <- read.csv(url.cases)\n    \n    # format cases\n    x.cases <- map_data(x.cases, c(\n      \"Date\"                     = \"date\",\n      \"TotalConfirmedCovidCases\" = \"confirmed\",\n      \"TotalCovidDeaths\"         = \"deaths\"\n    ))\n    \n    # convert date\n    x.cases$date <- as.Date(x.cases$date, \"%Y/%m/%d\")\n    \n    # intensive care\n    url.icu <- \"https://opendata.arcgis.com/datasets/c8208a0a8ff04a45b2922ae69e9b2206_0.csv\"\n    x.icu <- read.csv(url.icu)\n    \n    # format icu\n    x.icu <- map_data(x.icu, c(\n      \"extract\"    = \"date\",\n      \"ncovidconf\" = \"icu\"\n    ))\n    \n    # convert date\n    x.icu$date <- as.Date(x.icu$date, \"%Y/%m/%d\")\n    \n    # hospitalizations\n    url.hosp  <- \"https://opendata.arcgis.com/datasets/fe9bb23592ec4142a4f4c2c9bd32f749_0.csv\"\n    x.hosp  <- read.csv(url.hosp)\n    \n    # format hospitalizations\n    x.hosp <- map_data(x.hosp, c(\n      \"Date\"                            = \"date\",\n      \"SUM_number_of_confirmed_covid_1\" = \"hosp\"\n    ))\n    \n    # convert date\n    x.hosp$date <- as.Date(x.hosp$date, \"%Y/%m/%d\")\n    \n    # tests\n    url.tests <- \"https://opendata.arcgis.com/datasets/f6d6332820ca466999dbd852f6ad4d5a_0.csv\"\n    x.tests <- read.csv(url.tests, fileEncoding = \"UTF-8-BOM\")\n    \n    # format tests\n    x.tests <- map_data(x.tests, c(\n      \"Date_HPSC\" = \"date\",\n      \"TotalLabs\" = \"tests\"\n    ))\n    \n    # convert date\n    x.tests$date <- as.Date(x.tests$date, \"%Y/%m/%d\")\n    \n    # vaccines\n    url.vacc <- \"https://opendata.arcgis.com/datasets/a0e3a1c53ad8422faf00604ee08955db_0.csv\"\n    x.vacc <- read.csv(url.vacc, fileEncoding = \"UTF-8-BOM\")\n    \n    # format vaccines\n    x.vacc <- map_data(x.vacc, c(\n      \"VaccinationDate\" = \"date\",\n      \"Dose1Cum\" = \"first\",\n      \"Dose2Cum\" = \"second\",\n      \"SingleDoseCum\" = \"oneshot\",\n      \"PartiallyVacc\" = \"people_vaccinated\",\n      \"FullyVacc\" = \"people_fully_vaccinated\"\n    )) \n    \n    # compute total vaccine doses\n    x.vacc <- x.vacc %>%\n      mutate(vaccines = first + second + oneshot)\n    \n    # convert date\n    x.vacc$date <- as.Date(x.vacc$date, format = \"%Y/%m/%d\")\n    \n    # merge\n    by <- \"date\"\n    x <- x.cases %>% \n      full_join(x.icu, by = by) %>%\n      full_join(x.hosp, by = by) %>%\n      full_join(x.vacc, by = by) %>%\n      full_join(x.tests, by = by)\n    \n    # fix duplicates\n    x <- x[!duplicated(x[,\"date\"], fromLast = TRUE),]\n    \n  }\n  \n  if(level==2) {\n    \n    # cases\n    url <- \"https://opendata.arcgis.com/datasets/d9be85b30d7748b5b7c09450b8aede63_0.csv\"\n    x <- read.csv(url)\n    \n    # format cases\n    x <- map_data(x, c(\n      \"ORIGID\"                  = \"county_id\",\n      \"CountyName\"              = \"county\",\n      \"PopulationCensus16\"      = \"population\",\n      \"Lat\"                     = \"latitude\",\n      \"Long\"                    = \"longitude\",\n      \"TimeStamp\"               = \"date\",\n      \"ConfirmedCovidCases\"     = \"confirmed\",\n      \"ConfirmedCovidDeaths\"    = \"deaths\", \n      \"ConfirmedCovidRecovered\" = \"recovered\"\n    ))\n    \n    # convert date\n    x$date <- as.Date(x$date, \"%Y/%m/%d\")\n    \n    # fix duplicates\n    x <- x[!duplicated(x[,c(\"date\", \"county_id\")], fromLast = TRUE),]\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_github.ceedsdemm.covidprodataset.R",
    "content": "#' Centre of Excellence in Economics and Data Science, University of Milan\n#'\n#' Data source for: Italy\n#'\n#' @param level 3\n#'\n#' @section Level 3:\n#' - deaths\n#'\n#' @source https://github.com/CEEDS-DEMM/COVID-Pro-Dataset\n#'\n#' @keywords internal\n#'\ngithub.ceedsdemm.covidprodataset <- function(level){\n  if(level!=3) return(NULL)\n                      \n  # source\n  url  <- \"https://raw.githubusercontent.com/CEEDS-DEMM/COVID-Pro-Dataset/master/deathsItaProv.csv\"\n\n  # download\n  x   <- read.csv(url)\n  \n  # formatting\n  x <- map_data(x, c(\n    'Date'       = 'date',\n    'id_prov'    = 'city_code',\n    'Tot_deaths' = 'deaths'\n  ))\n  \n  # date\n  x$date <- as.Date(x$date, format = \"%Y-%m-%d\")\n\n  # return\n  return(x)\n\n}\n"
  },
  {
    "path": "R/ds_github.covid19euzh.covid19eudata.R",
    "content": "#' COVID-19 European Chinese Channel\n#'\n#' Data source for: Poland\n#'\n#' @param level 2\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#'\n#' @source https://github.com/covid19-eu-zh/covid19-eu-data\n#'\n#' @keywords internal\n#'\ngithub.covid19euzh.covid19eudata <- function(level){\n  if(level!=2) return(NULL)\n  \n  # download\n  url <- \"https://raw.githubusercontent.com/covid19-eu-zh/covid19-eu-data/master/dataset/covid-19-pl.csv\"\n  x <- read.csv(url)\n\n  # clean\n  x$nuts_2 <- gsub(\"warmi.*sko-mazurskie\", \"warminsko-mazurskie\", x$nuts_2)\n  x$nuts_2 <- gsub(\"ma.*opolskie\", \"malopolskie\", x$nuts_2)\n  x$nuts_2 <- gsub(\"dolno.*skie\", \"dolnoslaskie\", x$nuts_2)\n  x$nuts_2 <- gsub(\".*dzkie$\", \"lodzkie\", x$nuts_2)\n  x$nuts_2 <- gsub(\".*tokrzyskie$\", \"swietokrzyskie\", x$nuts_2)\n  x$nuts_2 <- gsub(\".*[^a-z]skie$\", \"slaskie\", x$nuts_2)\n  \n  # format\n  x <- map_data(x, c(\n    \"datetime\" = \"date\",\n    \"nuts_2\" = \"nuts\",\n    \"cases\" = \"confirmed\",\n    \"deaths\" = \"deaths\",\n    \"tests\" = \"tests\"\n  ))\n  \n  # remove broken nuts\n  x <- x[which(!is.na(x$nuts) & !startsWith(x$nuts, \"https://\")),]\n  \n  # date\n  x$date <- as.Date(x$date, format = \"%Y-%m-%d\")\n\n  # return\n  return(x)\n\n}\n"
  },
  {
    "path": "R/ds_github.cssegisanddata.covid19.R",
    "content": "#' Johns Hopkins Center for Systems Science and Engineering\n#'\n#' Data source for: Worldwide\n#'\n#' @param level 1, 2, or 3 (U.S only)\n#' @param file one of \"global\" for worldwide data or \"US\" for U.S. data\n#' @param country filter by name of country\n#' @param state filter by name of state\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' \n#' @section Level 3:\n#' - confirmed cases (U.S. only)\n#' - deaths (U.S. only)\n#'\n#' @source https://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series\n#'\n#' @keywords internal\n#' \ngithub.cssegisanddata.covid19 <- function(level = 1, file = \"global\", country = NULL, state = NULL){\n  if(file==\"US\" & !level %in% 1:3) return(NULL)\n  if(file==\"global\" & !level %in% 1:2) return(NULL)\n  \n  # source\n  repo <- \"https://raw.githubusercontent.com/CSSEGISandData/COVID-19/master/csse_covid_19_data/\"\n\n  if(file==\"global\")\n    urls = c(\n      \"confirmed\" = \"time_series_covid19_confirmed_global.csv\",\n      \"deaths\"    = \"time_series_covid19_deaths_global.csv\",\n      \"recovered\" = \"time_series_covid19_recovered_global.csv\"\n    )\n\n  if(file==\"US\")\n    urls = c(\n      \"confirmed\" = \"time_series_covid19_confirmed_US.csv\",\n      \"deaths\"    = \"time_series_covid19_deaths_US.csv\"\n    )\n\n  for(i in 1:length(urls)){\n\n    # download\n    url <- sprintf(\"%s/csse_covid_19_time_series/%s\", repo, urls[i])\n    xx  <- read.csv(url, cache = level!=3)\n\n    if(class(xx)==\"try-error\")\n      next\n\n    # NA\n    xx <- xx %>%\n      mutate(across(where(is.numeric), ~ na_if(., 0))) %>%\n      mutate(across(where(is.numeric), ~ na_if(., -1)))\n    \n    # formatting\n    colnames(xx) <- gsub(pattern = \"\\\\_$\", replacement = \"\", x = colnames(xx))\n    colnames(xx) <- gsub(pattern = \"\\\\_\", replacement = \".\", x = colnames(xx))\n    colnames(xx) <- gsub(pattern = \"^.\\\\_\\\\_\", replacement = \"\", x = colnames(xx))\n    colnames(xx) <- gsub(pattern = \"^_\", replacement = \"\", x = colnames(xx))\n\n    if(file==\"US\") {\n      \n      colnames(xx) <- map_values(colnames(xx), c(\n        'UID'            = 'id',\n        'FIPS'           = 'fips',\n        'iso3'           = 'country',\n        'Province.State' = 'state',\n        'Admin2'         = 'city',\n        'Lat'            = 'lat',\n        'Long'           = 'lng',\n        'Population'     = 'pop'))\n      \n      xx <- xx[which( (!is.na(xx$city) & !is.na(xx$fips) & !is.na(xx$id)) | xx$country!=\"USA\" ),]\n      if(level==3){\n        xx <- xx[-which(xx$city==\"Unassigned\"),]\n        xx <- xx[!grepl(\"^Out of \", xx$city),]\n      }\n        \n    }\n    if(file==\"global\"){\n      \n      colnames(xx) <- map_values(colnames(xx), c(\n        'Country.Region' = 'country',\n        'Province.State' = 'state',\n        'Lat'            = 'lat',\n        'Long'           = 'lng'))\n\n      idx <- which(xx$state==\"Grand Princess\")\n      xx$country[idx] <- \"Grand Princess\"\n      xx$state[idx]   <- NA\n      \n      idx <- which(xx$state %in% c(\"Recovered\",\"Diamond Princess\"))\n      if(length(idx))\n        xx  <- xx[-idx,]\n      \n      idx <- which(xx$country %in% c(\"Summer Olympics 2020\"))\n      if(length(idx))\n        xx  <- xx[-idx,]\n      \n      if(level==1){\n        xx <- xx[is.na(xx$state),]\n        xx$id <- xx$country\n      }\n      if(level==2){\n        xx <- xx[!is.na(xx$state),]\n        xx$id <- paste(xx$country, xx$state, sep = \", \")\n      }\n        \n    }\n    \n    # filter\n    if(!is.null(country))\n      xx <- xx[which(xx$country==country),]\n    if(!is.null(state))\n      xx <- xx[which(xx$state==state),]\n\n    # pivot\n    xx <- xx %>%\n      pivot_longer(cols = starts_with(\"X\", ignore.case = FALSE), values_to = names(urls[i]), names_to = \"date\") %>%\n      select(c(\"id\", \"date\", names(urls[i])))\n    \n    # date\n    xx$date <- as.Date(xx$date, format = \"X%m.%d.%y\")\n\n    # merge\n    if(i==1)\n      x <- xx\n    else\n      x <- full_join(x, xx, by = c('id', 'date'))\n    \n  }\n  \n  # remove constant cumulative counts\n  cols <- intersect(colnames(x), c(\"confirmed\", \"deaths\", \"recovered\"))\n  clean <- function(x) replace(x, c(NA, diff(x))==0, NA)\n  x <- x %>% \n    group_by(id) %>%\n    arrange(date) %>%\n    mutate(across(cols, clean))\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_github.cssegisanddata.covid19unified.R",
    "content": "#' Johns Hopkins Center for Systems Science and Engineering\n#'\n#' Data source for: Worldwide\n#'\n#' @param level 1, 2, 3\n#' @param iso the 2-letter (level=1) or 3-letter (level>1) ISO code of the country\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#' \n#' @section Level 3:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#'\n#' @source https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\n#'\n#' @keywords internal\n#'\ngithub.cssegisanddata.covid19unified <- function(level, iso){\n  if(!level %in% 1:3) return(NULL)\n  \n  # JHU ids\n  ids <- iso\n  if(level!=1){\n    db <- extdata(sprintf(\"db/%s.csv\", iso))\n    ids <- db$id_github.cssegisanddata.covid19unified[db$administrative_area_level==level]\n  }\n  \n  # download\n  url <- \"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset/blob/master/COVID-19.rds?raw=true\"\n  file <- tempfile()\n  download.file(url, file, mode = \"wb\", quiet = TRUE)\n  x <- readRDS(file)\n  unlink(file)\n  \n  # filter\n  x <- x[which((x$ID %in% ids) & x$Age==\"Total\" & x$Sex==\"Total\" & x$Cases>0),]\n  \n  # select data source with best data coverage\n  s <- names(which.max(table(x$Source)))\n  x <- x[x$Source==s,]\n  \n  # pivot\n  x <- tidyr::pivot_wider(x, id_cols = c(\"ID\", \"Date\"), names_from = \"Type\", values_from = \"Cases\")\n  \n  # map values\n  x <- map_data(x, c(\n    \"ID\"               = \"id\",\n    \"Date\"             = \"date\",\n    \"Tests\"            = \"tests\",\n    \"Recovered\"        = \"recovered\",\n    \"Confirmed\"        = \"confirmed\",\n    \"Deaths\"           = \"deaths\",\n    \"Hospitalized_Now\" = \"hosp\",\n    \"ICU_Now\"          = \"icu\",\n    \"Ventilator_Now\"   = \"vent\"\n  ))\n  \n  # date\n  x$date <- as.Date(x$date)\n\n  return(x)\n}\n"
  },
  {
    "path": "R/ds_github.dsfsi.covid19za.R",
    "content": "#' Data Science for Social Impact research group, University of Pretoria\n#'\n#' Data source for: South Africa\n#'\n#' @param level 1, 2\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#'\n#' @source https://github.com/dsfsi/covid19za\n#'\n#' @keywords internal\n#'\ngithub.dsfsi.covid19za <- function(level){\n  if(!level %in% 1:2) return(NULL)\n  \n  # download\n  baseurl  <- \"https://raw.githubusercontent.com/dsfsi/covid19za/master/data/covid19za_provincial_cumulative_timeline_\"\n  x.cases  <- read.csv(paste0(baseurl, \"confirmed.csv\"))\n  x.deaths <- read.csv(paste0(baseurl, \"deaths.csv\"))\n  x.tests  <- read.csv(paste0(baseurl, \"testing.csv\"))\n  x.recov  <- read.csv(paste0(baseurl, \"recoveries.csv\"))\n  \n  if(level==1)\n    cols <- \"total\"\n  if(level==2)\n    cols <- c(\"EC\",\"FS\",\"GP\",\"KZN\",\"LP\",\"MP\",\"NC\",\"NW\",\"WC\")\n  \n  # cases\n  x.cases <- x.cases %>%\n    select(c(\"date\", cols)) %>%\n    pivot_longer(cols = all_of(cols), names_to = \"state\", values_to = \"confirmed\")\n  \n  # deaths\n  x.deaths <- x.deaths %>%\n    select(c(\"date\", cols)) %>%\n    pivot_longer(cols = all_of(cols), names_to = \"state\", values_to = \"deaths\")\n  \n  # cases\n  x.tests <- x.tests %>%\n    select(c(\"date\", cols)) %>%\n    pivot_longer(cols = all_of(cols), names_to = \"state\", values_to = \"tests\")\n  \n  # cases\n  x.recov <- x.recov %>%\n    select(c(\"date\", cols)) %>%\n    pivot_longer(cols = all_of(cols), names_to = \"state\", values_to = \"recovered\")\n  \n  # merge\n  by <- c(\"date\", \"state\")\n  x <- x.cases %>%\n    full_join(x.deaths, by = by) %>%\n    full_join(x.recov, by = by) %>%\n    full_join(x.tests, by = by)\n  \n  # convert date\n  x$date <- as.Date(x$date, format = \"%d-%m-%Y\")\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_github.dssgpt.covid19ptdata.R",
    "content": "#' Data Science for Social Good Portugal\n#'\n#' Data source for: Portugal\n#'\n#' @param level 1, 2\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - hospitalizations\n#' - intensive care\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#'\n#' @source https://github.com/dssg-pt/covid19pt-data\n#'\n#' @keywords internal\n#'\ngithub.dssgpt.covid19ptdata <- function(level) {\n  if(!level %in% 1:2) return(NULL)\n  \n  # download\n  url <- \"https://raw.githubusercontent.com/dssg-pt/covid19pt-data/master/data.csv\"\n  x   <- read.csv(url)\n  \n  # map data\n  x <- map_data(x, c(\n    \"data\"                    = \"date\",\n    # country\n    \"confirmados\"             = \"confirmed\",\n    \"confirmados_novos\"       = \"confirmed_daily\",\n    \"recuperados\"             = \"recovered\",\n    \"obitos\"                  = \"deaths\",\n    \"internados\"              = \"hosp\",\n    \"internados_uci\"          = \"icu\",\n    # confirmed by region\n    \"confirmados_arsnorte\"    = \"confirmed_PT11\",\n    \"confirmados_arsalgarve\"  = \"confirmed_PT15\",\n    \"confirmados_arscentro\"   = \"confirmed_PT16\",\n    \"confirmados_arslvt\"      = \"confirmed_PT17\",\n    \"confirmados_arsalentejo\" = \"confirmed_PT18\",\n    \"confirmados_acores\"      = \"confirmed_PT20\",\n    \"confirmados_madeira\"     = \"confirmed_PT30\",\n    # deaths by region\n    \"obitos_arsnorte\"         = \"deaths_PT11\",\n    \"obitos_arsalgarve\"       = \"deaths_PT15\",\n    \"obitos_arscentro\"        = \"deaths_PT16\",\n    \"obitos_arslvt\"           = \"deaths_PT17\",\n    \"obitos_arsalentejo\"      = \"deaths_PT18\",\n    \"obitos_acores\"           = \"deaths_PT20\",\n    \"obitos_madeira\"          = \"deaths_PT30\"\n  ))\n  \n  if(level == 1) {\n    \n    # select national data\n    x <- x[,c(\"date\",\"confirmed\",\"recovered\",\"deaths\",\"hosp\",\"icu\")]\n    \n  }\n  \n  if(level == 2) {\n    \n    # region columns\n    regions           <- c(\"PT11\",\"PT15\",\"PT16\",\"PT17\",\"PT18\",\"PT20\",\"PT30\")\n    regions.confirmed <- sapply(regions, function(r) paste(\"confirmed\", r, sep = \"_\"))\n    regions.deaths    <- sapply(regions, function(r) paste(\"deaths\", r, sep = \"_\"))\n    \n    # cases\n    x.cases <- x[,c(\"date\", regions.confirmed)] %>%\n      pivot_longer(!date, names_to = \"region\", names_prefix = \"confirmed_\", values_to = \"confirmed\")\n    \n    # deaths\n    x.deaths <- x[,c(\"date\", regions.deaths)] %>%\n      pivot_longer(!date, names_to = \"region\", names_prefix = \"deaths_\", values_to = \"deaths\")\n    \n    # merge\n    x <- full_join(x.cases, x.deaths, by = c(\"date\", \"region\"))\n    \n  }\n  \n  # date\n  x$date <- as.Date(x$date, \"%d-%m-%Y\")\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_github.eguidotti.covid19br.R",
    "content": "#' Emanuele Guidotti\n#'\n#' Data source for: Brazil\n#'\n#' @param level 3\n#'\n#' @section Level 3:\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @source https://github.com/covid19datahub/covid19br\n#'\n#' @keywords internal\n#'\ngithub.covid19datahub.covid19br <- function(level){\n  if(level!=3) return(NULL)\n  \n  # download\n  url <- \"https://raw.githubusercontent.com/covid19datahub/covid19br/main/data.csv.gz\"\n  x <- data.table::fread(url, encoding = \"UTF-8\", showProgress = FALSE)\n  \n  # format\n  x <- map_data(x, c(\n    \"Date\" = \"date\",\n    \"IBGE\" = \"ibge\",\n    \"TotalVaccinations\" = \"vaccines\",\n    \"PeopleVaccinated\" = \"people_vaccinated\",\n    \"PeopleFullyVaccinated\" = \"people_fully_vaccinated\"\n  ))\n  \n  # drop missing IBGE\n  x <- x[which(x$ibge!=\"999999\"),]\n  \n  # convert date\n  x$date <- as.Date(x$date)\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_github.italia.covid19opendatavaccini.R",
    "content": "#' Commissario straordinario per l'emergenza Covid-19, Presidenza del Consiglio dei Ministri\n#'\n#' Data source for: Italy\n#'\n#' @param level 1, 2\n#'\n#' @section Level 1:\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @section Level 2:\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @source https://github.com/italia/covid19-opendata-vaccini\n#'\n#' @keywords internal\n#'\ngithub.italia.covid19opendatavaccini <- function(level){\n  if(!level %in% 1:2) return(NULL)\n  \n  # download\n  urls <- c(\"https://raw.githubusercontent.com/italia/covid19-opendata-vaccini/refs/heads/master/dati/somministrazioni-vaccini-latest-2020.csv\",\n            \"https://raw.githubusercontent.com/italia/covid19-opendata-vaccini/refs/heads/master/dati/somministrazioni-vaccini-latest-2021.csv\",\n            \"https://raw.githubusercontent.com/italia/covid19-opendata-vaccini/refs/heads/master/dati/somministrazioni-vaccini-latest-2022.csv\",\n            \"https://raw.githubusercontent.com/italia/covid19-opendata-vaccini/refs/heads/master/dati/somministrazioni-vaccini-latest-2023.csv\",\n            \"https://raw.githubusercontent.com/italia/covid19-opendata-vaccini/refs/heads/master/dati/somministrazioni-vaccini-latest-campagna-2023-2024.csv\",\n            \"https://raw.githubusercontent.com/italia/covid19-opendata-vaccini/refs/heads/master/dati/somministrazioni-vaccini-latest-campagna-2024-2025.csv\"\n  )\n  \n  x <- dplyr::bind_rows(lapply(urls, read.csv))\n  \n  # format\n  x <- map_data(x, c(\n    \"data\" = \"date\",\n    \"forn\" = \"type\",\n    \"N2\" = \"state\",\n    \"d1\" = \"first\",\n    \"d2\" = \"second\",\n    \"dpi\" = \"oneshot\",\n    \"db1\" = \"extra_1\",\n    \"db2\" = \"extra_2\",\n    \"db3\" = \"extra_3\",\n    \"d\" = \"unsp_dose\"\n  ))\n  \n  # people vaccinated and total doses\n  x <- x %>%\n    dplyr::mutate(\n          vaccines = coalesce(first, 0) + \n            coalesce(second, 0) + \n            coalesce(oneshot, 0) + \n            coalesce(extra_1, 0) + \n            coalesce(extra_2, 0) + \n            coalesce(extra_3, 0) + \n            coalesce(unsp_dose, 0),\n          people_vaccinated = first + oneshot,\n          people_fully_vaccinated = second + oneshot + first*(type==\"Janssen\"))\n  \n  if(level==1){\n    \n    # vaccines\n    x <- x %>%\n      # for each date\n      dplyr::group_by(date) %>%\n      # compute total counts\n      dplyr::summarise(\n        vaccines = sum(vaccines),\n        people_vaccinated = sum(people_vaccinated),\n        people_fully_vaccinated = sum(people_fully_vaccinated)) %>%\n      # sort by date\n      dplyr::arrange(date) %>%\n      # cumulate\n      dplyr::mutate(\n        vaccines = cumsum(vaccines),\n        people_vaccinated = cumsum(people_vaccinated),\n        people_fully_vaccinated = cumsum(people_fully_vaccinated))  \n  \n  }\n  \n  if(level==2){\n    \n    # vaccines\n    x <- x %>%\n      # for each date and region\n      dplyr::group_by(date, state) %>%\n      # compute total counts\n      dplyr::summarise(\n        vaccines = sum(vaccines),\n        people_vaccinated = sum(people_vaccinated),\n        people_fully_vaccinated = sum(people_fully_vaccinated)) %>%\n      # group by date\n      dplyr::group_by(state) %>%\n      # sort by date\n      dplyr::arrange(date) %>%\n      # cumulate\n      dplyr::mutate(\n        vaccines = cumsum(vaccines),\n        people_vaccinated = cumsum(people_vaccinated),\n        people_fully_vaccinated = cumsum(people_fully_vaccinated))  \n    \n  }\n\n  # format date\n  x$date <- as.Date(x$date)\n\n  return(x)\n}\n"
  },
  {
    "path": "R/ds_github.jmcastagnetto.covid19perudata.R",
    "content": "#' Jesus M. Castagnetto\n#'\n#' Data source for: Peru\n#'\n#' @param level 1, 2\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#'\n#' @source https://github.com/jmcastagnetto/covid-19-peru-data\n#'\n#' @keywords internal\n#'\ngithub.jmcastagnetto.covid19perudata <- function(level) {\n    if(!level %in% 1:2) return(NULL)\n    \n    # download cases\n    repo <- \"https://raw.githubusercontent.com/jmcastagnetto/covid-19-peru-data\"\n    url  <- \"/main/datos/covid-19-peru-data-augmented.csv\"\n    x.cases <- read.csv(paste0(repo,url), na.strings = c(\"NA\",\"\"))\n    \n    # format cases\n    x.cases <- map_data(x.cases, c(\n        \"date\"            = \"date\",\n        \"region\"          = \"region\",\n        \"iso_3166_2_code\" = \"id\",\n        \"ubigeo\"          = \"ubigeo\",\n        \"confirmed\"       = \"confirmed\",\n        \"deaths\"          = \"deaths\",\n        \"recovered\"       = \"recovered\",\n        \"total_tests\"     = \"tests\"\n    ))\n    \n    # convert date\n    x.cases$date <- as.Date(x.cases$date)\n    \n    if(level==1){\n        \n        # download hosp        \n        url <- \"/main/datos/covid-19-peru-detalle-hospitalizados.csv\"\n        x.hosp <- read.csv(paste0(repo,url), na.strings = c(\"NA\",\"\"))\n        \n        # format hosp\n        x.hosp <- map_data(x.hosp, c(\n            \"fecha\"                = \"date\",\n            \"hospitalizados\"       = \"hosp\",\n            \"ventilacion_mecanica\" = \"vent\"\n        ))\n        \n        # convert date\n        x.hosp$date <- as.Date(x.hosp$date)\n        \n        # download icu\n        url <- \"/main/datos/covid-19-peru-camas-uci.csv\"\n        x.icu <- read.csv(paste0(repo,url), na.strings = c(\"NA\",\"\"))\n        \n        # format icu\n        x.icu <- map_data(x.icu, c(\n            \"fecha\"  = \"date\",\n            \"estado\" = \"status\",\n            \"total\"  = \"icu\"\n        ))\n        \n        # select icu beds in use\n        x.icu <- filter(x.icu, status==\"en uso\")\n        \n        # convert date\n        x.icu$date <- as.Date(x.icu$date)\n        \n        # select national level cases\n        x.cases <- x.cases[is.na(x.cases$id),]\n        \n        # merge\n        x <- x.cases %>%\n            full_join(x.hosp, by = \"date\") %>%\n            full_join(x.icu, by = \"date\")\n        \n    }\n    \n    if(level==2){\n        \n        # cases\n        x <- x.cases %>%\n            # drop national level cases\n            filter(!is.na(id)) %>%\n            # group by date and region\n            dplyr::group_by(date, id) %>%\n            # compute total counts\n            dplyr::summarise(\n                confirmed = sum(confirmed),\n                deaths    = sum(deaths),\n                recovered = sum(recovered),\n                tests     = sum(tests))\n        \n    }\n    \n    return(x)\n}\n"
  },
  {
    "path": "R/ds_github.lisphilar.covid19sir.R",
    "content": "#' Hirokazu Takaya\n#'\n#' Data source for: Japan\n#'\n#' @param level 1, 2\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - hospitalizations\n#' - intensive care\n#'\n#' @source https://github.com/lisphilar/covid19-sir\n#'\n#' @keywords internal\n#'\ngithub.lisphilar.covid19sir <- function(level) {\n  if(!level %in% 1:2) return(NULL)\n  \n  if(level==1){  \n    \n    url <- \"https://raw.githubusercontent.com/lisphilar/covid19-sir/main/data/japan/covid_jpn_total.csv\"\n    x <- read.csv(url, na.strings = c(\"0\", \"NA\"))\n    \n    x <- x[x$Location==\"Domestic\",]\n    x <- map_data(x, c(\n      \"Date\" = \"date\",\n      \"Positive\" = \"confirmed\",\n      \"Tested\" = \"tests\",\n      \"Discharged\" = \"recovered\",\n      \"Hosp_require\" = \"hosp\",\n      \"Hosp_severe\" = \"icu\",\n      \"Fatal\" = \"deaths\",\n      \"Vaccinated_1st\" = \"people_vaccinated\",\n      \"Vaccinated_2nd\" = \"people_fully_vaccinated\",\n      \"Vaccinated_3rd\" = \"vaccines_3\",\n      \"Vaccinated_4th\" = \"vaccines_4\",\n      \"Vaccinated_5th\" = \"vaccines_5\"\n    ))\n    \n    x$vaccines <- x$people_vaccinated + \n      tidyr::replace_na(x$people_fully_vaccinated, 0) + \n      tidyr::replace_na(x$vaccines_3, 0) + \n      tidyr::replace_na(x$vaccines_4, 0) + \n      tidyr::replace_na(x$vaccines_5, 0)\n    \n  }\n  \n  if(level==2){\n    \n    url <- \"https://raw.githubusercontent.com/lisphilar/covid19-sir/main/data/japan/covid_jpn_prefecture.csv\"\n    x <- read.csv(url, na.strings = c(\"0\", \"NA\"))\n    \n    x <- map_data(x, c(\n      \"Date\" = \"date\",\n      \"Prefecture\" = \"prefecture\",\n      \"Positive\" = \"confirmed\",\n      \"Tested\" = \"tests\",\n      \"Discharged\" = \"recovered\",\n      \"Hosp_require\" = \"hosp\",\n      \"Hosp_severe\" = \"icu\",\n      \"Fatal\" = \"deaths\"\n    ))\n    \n  }\n  \n  x$date <- as.Date(x$date)\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_github.m3it.covid19data.R",
    "content": "#' Matt Bolton\n#'\n#' Data source for: Australia\n#'\n#' @param level 1, 2\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#'\n#' @source https://github.com/M3IT/COVID-19_Data\n#'\n#' @keywords internal\n#'\ngithub.m3it.covid19data <- function(level) {\n  if(!level %in% 1:2) return(NULL)\n\n  # download\n  url <- \"https://raw.githubusercontent.com/M3IT/COVID-19_Data/master/Data/COVID19_Data_Hub.csv\"\n  x <- read.csv(url, na.strings = c(\"0\", \"NA\", \"\"))\n\n  # format date\n  x$date <- as.Date(x$date)\n\n  # filter by level\n  x <- x[x$administrative_area_level == level,]\n\n  return(x)\n}\n"
  },
  {
    "path": "R/ds_github.minciencia.datoscovid19.R",
    "content": "#' Ministerio de Ciencia, Tecnología, Conocimiento, e Innovación\n#'\n#' Data source for: Chile\n#'\n#' @param level 1, 2, 3\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - intensive care\n#'\n#' @section Level 3:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @source https://github.com/MinCiencia/Datos-COVID19\n#'\n#' @keywords internal\n#'\ngithub.minciencia.datoscovid19 <- function(level) {\n  if(!level %in% 1:3) return(NULL)\n  \n  if(level==1 | level==2){\n    \n    # confirmed, deaths, and recovered at regional and national level\n    url.cases <- \"https://raw.githubusercontent.com/MinCiencia/Datos-COVID19/master/output/producto3/TotalesPorRegion_std.csv\"\n    x.cases <- read.csv(url.cases)\n    # format\n    x.cases <- map_data(x.cases, c(\n      \"Region\"    = \"region\",\n      \"Fecha\"     = \"date\",\n      \"Categoria\" = \"type\",\n      \"Total\"     = \"n\"\n    ))\n    # pivot\n    x.cases <- x.cases %>%\n      mutate(type = map_values(type, force = TRUE, map = c(\n        \"Casos acumulados\" = \"confirmed\",\n        \"Fallecidos totales\" = \"deaths\",\n        \"Casos confirmados recuperados\" = \"recovered\"))) %>%\n      filter(!is.na(type)) %>%\n      pivot_wider(id_cols = c(\"region\", \"date\"), names_from = \"type\", values_from = \"n\")\n    \n    \n    # vaccination data at national and regional level\n    url.vacc  <- \"https://raw.githubusercontent.com/MinCiencia/Datos-COVID19/master/output/producto76/vacunacion_std.csv\"\n    x.vacc  <- read.csv(url.vacc)\n    # format\n    x.vacc <- map_data(x.vacc, c(\n      \"Region\"   = \"region\",\n      \"Fecha\"    = \"date\",\n      \"Dosis\"    = \"type\",\n      \"Cantidad\" = \"n\"\n    ))\n    # compute people vaccinated\n    x.vacc <- x.vacc %>%\n      group_by(region, date) %>%\n      summarise(\n        vaccines = sum(n),\n        people_vaccinated = sum(n[type %in% c(\"Primera\", \"Unica\")]),\n        people_fully_vaccinated = sum(n[type %in% c(\"Segunda\", \"Unica\")]))\n    \n    if(level==1){\n      \n      # hospitalization data at national level\n      url.hosp  <- \"https://raw.githubusercontent.com/MinCiencia/Datos-COVID19/master/output/producto24/CamasHospital_Diario_std.csv\"\n      x.hosp  <- read.csv(url.hosp)\n      # format      \n      x.hosp <- map_data(x.hosp, c(\n        \"fecha\" = \"date\",\n        \"Tipo.de.cama\" = \"type\",\n        \"Casos.confirmados\" = \"n\"\n      ))\n      # compute total hospitalizations and intensive care\n      x.hosp <- x.hosp %>%\n        group_by(date) %>%\n        summarise(\n          hosp = sum(n),\n          icu = sum(n[type %in% c(\"UTI\", \"UCI\")]))\n      \n      # this file contains data on patients requiring ventilation at national level\n      url.vent  <- \"https://raw.githubusercontent.com/MinCiencia/Datos-COVID19/master/output/producto30/PacientesVMI_std.csv\"\n      x.vent  <- read.csv(url.vent)\n      # format\n      x.vent <- map_data(x.vent, c(\n        \"Fecha\" = \"date\",\n        \"Casos\" = \"type\",\n        \"Casos.confirmados\" = \"n\"\n      ))\n      # extract patients requiring ventilation\n      x.vent <- x.vent %>%\n        group_by(date) %>%\n        summarise(vent = n[type==\"Pacientes VMI\"])\n      \n      # this file contains the total tests at national level\n      url.tests <- \"https://raw.githubusercontent.com/MinCiencia/Datos-COVID19/master/output/producto17/PCREstablecimiento_std.csv\"\n      x.tests <- read.csv(url.tests)\n      # format\n      x.tests <- map_data(x.tests, c(\n        \"fecha\" = \"date\",\n        \"Establecimiento\" = \"type\",\n        \"Numero.de.PCR\" = \"n\"\n      ))\n      # extract the total number of tests performed \n      x.tests <- x.tests %>%\n        group_by(date) %>%\n        summarise(tests = n[type==\"Total realizados\"])\n      \n      # extract national cases and vaccination data\n      x.cases <- filter(x.cases, region==\"Total\")\n      x.vacc <- filter(x.vacc, region==\"Total\")\n\n      # merge\n      by <- \"date\"\n      x <- x.cases %>%\n        full_join(x.vacc, by = by) %>%\n        full_join(x.hosp, by = by) %>%\n        full_join(x.vent, by = by) %>%\n        full_join(x.tests, by = by)\n      \n    }\n    \n    if(level==2){\n      \n      # data on realized tests at regional level\n      url.tests <- \"https://raw.githubusercontent.com/MinCiencia/Datos-COVID19/master/output/producto7/PCR_std.csv\"\n      x.tests <- read.csv(url.tests)\n      # format\n      x.tests <- map_data(x.tests, c(\n        \"fecha\" = \"date\",\n        \"Region\" = \"region\",\n        \"numero\" = \"n\"\n      ))\n      # cumulate\n      x.tests <- x.tests %>%\n        group_by(region) %>%\n        arrange(date) %>%\n        mutate(tests = cumsum(n))\n      \n      # intensive care at regional level\n      url.icu  <- \"https://raw.githubusercontent.com/MinCiencia/Datos-COVID19/master/output/producto8/UCI_std.csv\"\n      x.icu <- read.csv(url.icu)\n      # format\n      x.icu <- map_data(x.icu, c(\n        \"fecha\" = \"date\",\n        \"Region\" = \"region\",\n        \"numero\" = \"icu\"\n      ))  \n      \n      # extract regional cases and vaccination data\n      x.cases <- filter(x.cases, region!=\"Total\")\n      x.vacc <- filter(x.vacc, region!=\"Total\")\n      \n      # merge\n      by <- c(\"date\", \"region\")\n      x <- x.cases %>%\n        full_join(x.vacc, by = by) %>%\n        full_join(x.icu, by = by) %>%\n        full_join(x.tests, by = by)\n      \n    }\n    \n  }\n  \n  if(level == 3) {\n    \n    # url\n    url.pos    <- \"https://raw.githubusercontent.com/MinCiencia/Datos-COVID19/master/output/producto55/Positividad_por_comuna.csv\"\n    url.cases  <- \"https://raw.githubusercontent.com/MinCiencia/Datos-COVID19/master/output/producto1/Covid-19_std.csv\"\n    url.deaths <- \"https://raw.githubusercontent.com/MinCiencia/Datos-COVID19/master/output/producto38/CasosFallecidosPorComuna_std.csv\"\n    url.vacc.0 <- \"https://raw.githubusercontent.com/MinCiencia/Datos-COVID19/master/output/producto80/vacunacion_comuna_UnicaDosis_std.csv\"\n    url.vacc.1 <- \"https://raw.githubusercontent.com/MinCiencia/Datos-COVID19/master/output/producto80/vacunacion_comuna_1eraDosis_std.csv\"\n    url.vacc.2 <- \"https://raw.githubusercontent.com/MinCiencia/Datos-COVID19/master/output/producto80/vacunacion_comuna_2daDosis_std.csv\"\n    url.vacc.3 <- \"https://raw.githubusercontent.com/MinCiencia/Datos-COVID19/master/output/producto80/vacunacion_comuna_Refuerzo_std.csv\"\n    \n    # download\n    x.pos    <- read.csv(url.pos)\n    x.cases  <- read.csv(url.cases)\n    x.deaths <- read.csv(url.deaths)\n    x.vacc.0 <- read.csv(url.vacc.0)\n    x.vacc.1 <- read.csv(url.vacc.1)\n    x.vacc.2 <- read.csv(url.vacc.2)\n    x.vacc.3 <- read.csv(url.vacc.3)\n    \n    # format positivity rate\n    x.pos <- map_data(x.pos, c(\n      \"Codigo.comuna\" = \"municipality\",\n      \"fecha\" = \"date\",\n      \"positividad\" = \"positivity\"\n    ))\n    \n    # format cases\n    x.cases <- map_data(x.cases, c(\n      \"Codigo.comuna\" = \"municipality\",\n      \"Fecha\" = \"date\",\n      \"Casos.confirmados\" = \"confirmed\"\n    ))\n    \n    # format deaths\n    x.deaths <- map_data(x.deaths, c(\n      \"Codigo.comuna\" = \"municipality\",\n      \"Fecha\" = \"date\",\n      \"Casos.fallecidos\" = \"deaths\"\n    ))\n    \n    # format one shot vaccine dose\n    x.vacc.0 <- map_data(x.vacc.0, c(\n      \"Fecha\" = \"date\",\n      \"Codigo.comuna\" = \"municipality\",\n      \"Unica.Dosis\" = \"oneshot\"\n    ))\n    \n    # format first vaccine dose\n    x.vacc.1 <- map_data(x.vacc.1, c(\n      \"Fecha\" = \"date\",\n      \"Codigo.comuna\" = \"municipality\",\n      \"Primera.Dosis\" = \"first\"\n    ))\n    \n    # format second vaccine dose\n    x.vacc.2 <- map_data(x.vacc.2, c(\n      \"Fecha\" = \"date\",\n      \"Codigo.comuna\" = \"municipality\",\n      \"Segunda.Dosis\" = \"second\"\n    ))\n    \n    # format extra vaccine dose\n    x.vacc.3 <- map_data(x.vacc.3, c(\n      \"Fecha\" = \"date\",\n      \"Codigo.comuna\" = \"municipality\",\n      \"Dosis.Refuerzo\" = \"extra\"\n    ))\n    \n    # drop non-geographical entities\n    x.pos    <- filter(x.pos,    !is.na(municipality))\n    x.cases  <- filter(x.cases,  !is.na(municipality))\n    x.deaths <- filter(x.deaths, !is.na(municipality))\n    x.vacc.0 <- filter(x.vacc.0, !is.na(municipality))\n    x.vacc.1 <- filter(x.vacc.1, !is.na(municipality))\n    x.vacc.2 <- filter(x.vacc.2, !is.na(municipality))\n    x.vacc.3 <- filter(x.vacc.3, !is.na(municipality))\n    \n    # merge\n    by <- c(\"date\", \"municipality\")\n    x <- x.cases %>%\n      full_join(x.pos,    by = by) %>%\n      full_join(x.deaths, by = by) %>%\n      full_join(x.vacc.0, by = by) %>%\n      full_join(x.vacc.1, by = by) %>%\n      full_join(x.vacc.2, by = by) %>%\n      full_join(x.vacc.3, by = by) \n    \n    # vaccines and tests\n    x <- x %>%\n      mutate(\n        # total positive cases = confirmed cases\n        pos_tot = confirmed,\n        # drop negative and unfeasible values of positivity rate\n        positivity = replace(positivity, positivity < 1e-4, NA)) %>%\n      # for each municipality\n      group_by(municipality) %>%\n      # order by date\n      arrange(date) %>%\n      # replace missing positives with the previous value\n      fill(pos_tot) %>%\n      mutate(\n        # compute vaccines and people vaccinated\n        vaccines = cumsum(first + second + oneshot + extra),\n        people_vaccinated = cumsum(first + oneshot),\n        people_fully_vaccinated = cumsum(second + oneshot),\n        # compute new positive\n        pos_new = pmax(0, c(NA, diff(pos_tot))),\n        # compute new tests\n        tests_new = pos_new/positivity,\n        # cumulate tests\n        tests = as.integer(cumsum(tests_new)),\n        # drop tests when confirmed is missing or it is greater than tests\n        tests = replace(tests, is.na(confirmed) | confirmed>tests, NA))\n    \n  }\n  \n  # convert date\n  x$date <- as.Date(x$date)\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_github.mpiktas.covid19lt.R",
    "content": "#' Vaidotas Zemlys-Balevicius\n#'\n#' Data source for: Lithuania\n#'\n#' @param level 1, 2, 3\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#' \n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @section Level 3:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @source https://github.com/mpiktas/covid19lt\n#'\n#' @keywords internal\n#'\ngithub.mpiktas.covid19lt <- function(level) {\n    if(!level %in% 1:3) return(NULL)\n    \n    # source\n    url <- \"https://raw.githubusercontent.com/mpiktas/covid19lt/master/data/\"\n    \n    # levels\n    if(level == 1){\n        \n        # download\n        file <- paste0(url, \"lt-covid19-country.csv\")\n        x <- read.csv(file)\n        \n        # format\n        x <- map_data(x, c(\n            \"day\"          = \"date\",\n            \"confirmed\"    = \"confirmed\",\n            \"tests\"        = \"tests\",\n            \"deaths_1\"     = \"deaths\",\n            \"recovered\"    = \"recovered\",\n            \"icu\"          = \"icu\",\n            \"ventilated\"   = \"vent\",\n            \"hospitalized\" = \"hosp\",\n            \"vaccinated_1\" = \"dose_1\",\n            \"vaccinated_2\" = \"dose_2\",\n            \"vaccinated_3\" = \"dose_3\",\n            \"fully_protected\" = \"people_fully_vaccinated\"\n        ))\n        \n        # people vaccinated\n        x$people_vaccinated <- x$dose_1\n        \n        # total vaccine doses\n        x$vaccines <- x$dose_1 + x$dose_2 + x$dose_3\n        \n    }\n    \n    if(level==2 | level==3){\n        \n        # download\n        file <- paste0(url, sprintf(\"lt-covid19-level%s.csv\", level))\n        x <- read.csv(file)\n        \n        # format\n        x <- map_data(x, c(\n            \"administrative_level_2\" = \"admin2\",\n            \"administrative_level_3\" = \"admin3\",\n            \"population\"             = \"population\",\n            \"day\"                    = \"date\",\n            \"confirmed\"              = \"confirmed\",\n            \"tests\"                  = \"tests\",\n            \"deaths_1\"               = \"deaths\",\n            \"recovered\"              = \"recovered\",\n            \"vaccinated_1\"           = \"dose_1\",\n            \"vaccinated_2\"           = \"dose_2\",\n            \"vaccinated_3\"           = \"dose_3\",\n            \"fully_protected\"        = \"people_fully_vaccinated\"\n        ))\n        \n        # people vaccinated\n        x$people_vaccinated <- x$dose_1\n        \n        # total vaccine doses\n        x$vaccines <- x$dose_1 + x$dose_2 + x$dose_3\n        \n    }\n    \n    # date\n    x$date <- as.Date(x$date)\n    \n    # return\n    return(x)\n}\n"
  },
  {
    "path": "R/ds_github.nytimes.covid19data.R",
    "content": "#' The New York Times\n#'\n#' Data source for: United States\n#'\n#' @param level 1, 2, 3\n#' @param fips filter by FIPS code\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#'\n#' @section Level 3:\n#' - confirmed cases\n#' - deaths\n#'\n#' @source https://github.com/nytimes/covid-19-data\n#'\n#' @keywords internal\n#'\ngithub.nytimes.covid19data <- function(level, fips = NULL){\n  if(!level %in% 1:3) return(NULL)\n  \n  # source\n  repo <- \"https://raw.githubusercontent.com/nytimes/covid-19-data/master/\" \n  files <- list(\n    '1' = \"us.csv\", \n    '2' = \"us-states.csv\", \n    '3' = sprintf(\"us-counties-%s.csv\", 2020:as.integer(format(Sys.Date(), \"%Y\")))\n  )\n  \n  # build url\n  urls  <- paste0(repo, files[[as.character(level)]])\n  \n  # download\n  x <- lapply(urls, read.csv)\n  x <- do.call(rbind, x)\n  \n  # format \n  x <- map_data(x, c(\n    'date',\n    'state',\n    'fips',\n    'county' = 'city',\n    'cases'  = 'confirmed',\n    'deaths' = 'deaths'\n  ))\n\n  # clean\n  if(level==3){\n    x <- x[x$city!=\"Unknown\",]\n    x$fips[x$city==\"New York City\"] <- 36061\n    x$fips[x$city==\"Kansas City\"]   <- 29901\n    x$fips[x$city==\"Joplin\"]        <- 29592\n  }\n  \n  # date\n  x$date <- as.Date(x$date, format = \"%Y-%m-%d\")\n  \n  # filter by FIPS code\n  if(!is.null(fips))\n    x <- x[which(startsWith(as.character(x$fips), fips)),]\n  \n  return(x) \n}\n"
  },
  {
    "path": "R/ds_github.openzh.covid19.R",
    "content": "#' Specialist Unit for Open Government Data Canton of Zurich\n#'\n#' Data source for: Switzerland and Liechtenstein\n#'\n#' @param level 1 (only for Liechtenstein), or 2 (only for Switzerland)\n#' @param state one of CH (Switzerland) or FL (Liechtenstein)\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#'\n#' @source https://github.com/openZH/covid_19\n#'\n#' @keywords internal\n#'\ngithub.openzh.covid19 <- function(level, state){\n  if(state==\"FL\" & level!=1) return(NULL)\n  if(state==\"CH\" & level!=2) return(NULL)\n  \n  # download\n  url <- \"https://raw.githubusercontent.com/openZH/covid_19/master/COVID19_Fallzahlen_CH_total_v2.csv\"\n  x <- read.csv(url)\n\n  # formatting\n  x <- map_data(x, c(\n    'date',\n    'abbreviation_canton_and_fl' = 'code',\n    'ncumul_conf'                = 'confirmed',\n    'ncumul_tested'              = 'tests',\n    'ncumul_deceased'            = 'deaths',\n    'ncumul_released'            = 'recovered',\n    'current_hosp'               = 'hosp',\n    'current_icu'                = 'icu',\n    'current_vent'               = 'vent'  \n  ))\n\n  # filter by state\n  if(state==\"FL\")\n    x <- x[which(x$code==\"FL\"),]\n  if(state==\"CH\")\n    x <- x[which(x$code!=\"FL\"),]\n\n  # convert date\n  x$date <- as.Date(x$date)\n\n  return(x)\n}\n"
  },
  {
    "path": "R/ds_github.oxcgrt.covidpolicytracker.R",
    "content": "#' Oxford Covid-19 Government Response Tracker\n#'\n#' Data source for: Worldwide\n#' Documentation: https://covid19datahub.io/articles/docs.html#policy-measures\n#'\n#' @param level 1, 2, 3\n#'\n#' @source https://github.com/OxCGRT/covid-policy-tracker\n#'\n#' @keywords internal\n#'\ngithub.oxcgrt.covidpolicytracker <- function(level){\n  if(!level %in% 1:3) return(NULL)\n  \n  # download\"BRA\" \"CAN\" \"CHN\" \"GBR\" \"USA\"\n  url <- \"https://raw.githubusercontent.com/OxCGRT/covid-policy-tracker-legacy/main/legacy_data_202207/OxCGRT_latest.csv\"\n  x   <- read.csv(url, cache = TRUE)\n\n  # issue a warning if new sub-national data are available\n  codes <- unique(x$CountryCode[!is.na(x$RegionCode)])\n  new <- setdiff(codes, c(\"AUS\", \"BRA\", \"CAN\", \"CHN\", \"GBR\", \"IND\", \"USA\"))\n  if(length(new)>0) warning(sprintf(\"OxCGRT: New sub-national level are available: %s\", new))\n  \n  # C8, H2, H3, H7 have no binary flag for geographic scope\n  # -> they do not vary within the country \n  # -> set flag=1 (general policy)\n  x$C8_Flag <- 1\n  x$H2_Flag <- 1\n  x$H3_Flag <- 1\n  x$H7_Flag <- 1\n  \n  # formatting\n  x <- map_data(x, c(\n    \"Date\"                                    = \"date\",\n    \"CountryCode\"                             = \"iso_alpha_3\",\n    \"RegionCode\"                              = \"region_code\",\n    \"C1_School.closing\"                       = \"school_closing\",\n    \"C1_Flag\"                                 = \"school_closing_flag\",\n    \"C2_Workplace.closing\"                    = \"workplace_closing\",\n    \"C2_Flag\"                                 = \"workplace_closing_flag\",\n    \"C3_Cancel.public.events\"                 = \"cancel_events\",\n    \"C3_Flag\"                                 = \"cancel_events_flag\",\n    \"C4_Restrictions.on.gatherings\"           = \"gatherings_restrictions\",\n    \"C4_Flag\"                                 = \"gatherings_restrictions_flag\",\n    \"C5_Close.public.transport\"               = \"transport_closing\",\n    \"C5_Flag\"                                 = \"transport_closing_flag\",\n    \"C6_Stay.at.home.requirements\"            = \"stay_home_restrictions\",\n    \"C6_Flag\"                                 = \"stay_home_restrictions_flag\",\n    \"C7_Restrictions.on.internal.movement\"    = \"internal_movement_restrictions\",\n    \"C7_Flag\"                                 = \"internal_movement_restrictions_flag\",\n    \"C8_International.travel.controls\"        = \"international_movement_restrictions\",\n    \"C8_Flag\"                                 = \"international_movement_restrictions_flag\",\n    \"H1_Public.information.campaigns\"         = \"information_campaigns\",\n    \"H1_Flag\"                                 = \"information_campaigns_flag\",\n    \"H2_Testing.policy\"                       = \"testing_policy\",\n    \"H2_Flag\"                                 = \"testing_policy_flag\",\n    \"H3_Contact.tracing\"                      = \"contact_tracing\",\n    \"H3_Flag\"                                 = \"contact_tracing_flag\",\n    \"H6_Facial.Coverings\"                     = \"facial_coverings\", \n    \"H6_Flag\"                                 = \"facial_coverings_flag\",\n    \"H7_Vaccination.policy\"                   = \"vaccination_policy\",\n    \"H7_Flag\"                                 = \"vaccination_policy_flag\",\n    \"H8_Protection.of.elderly.people\"         = \"elderly_people_protection\",\n    \"H8_Flag\"                                 = \"elderly_people_protection_flag\",\n    \"GovernmentResponseIndex\"                 = \"government_response_index\",\n    \"StringencyIndex\"                         = \"stringency_index\",\n    \"ContainmentHealthIndex\"                  = \"containment_health_index\",\n    \"EconomicSupportIndex\"                    = \"economic_support_index\"))\n  \n  # define flags, policy, and index columns  \n  cn <- colnames(x)\n  flags <- cn[endsWith(cn, \"_flag\")]\n  value <- gsub(\"\\\\_flag\", \"\", flags)\n  index <- cn[endsWith(cn, \"_index\")]\n  \n  # set negative values for policies with missing flag or flag equal to zero\n  x[,flags][is.na(x[,flags])] <- 0\n  x[,value] <- x[,value] * sign(x[,flags]-0.5)\n  \n  # country level\n  if(level == 1) {\n    \n    # nothing to do\n\n  }\n  \n  # sub-national level\n  if(level==2) {\n\n    # do not alter sub-national index\n    # set negative values for country-level index\n    idx <- is.na(x$region_code)\n    x[idx, index] <- -x[idx, index]\n    \n  }\n  \n  # municipality level\n  if(level==3){\n\n    # OxCGRT has no data at the municipality level\n    # set negative values for all index\n    x[, index] <- -x[, index]\n    \n  }\n  \n  # date\n  x$date <- as.Date(as.character(x$date), format = \"%Y%m%d\")\n  \n  # create identifier with country code for countries, and region code for regions\n  x$id_oxcgrt <- ifelse(is.na(x$region_code), x$iso_alpha_3, x$region_code)\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_github.ozanerturk.covid19turkeyapi.R",
    "content": "#' Ozan Erturk\n#'\n#' Data source for: Turkey\n#'\n#' @param level 1\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - intensive care\n#' - patients requiring ventilation\n#'\n#' @source https://github.com/ozanerturk/covid19-turkey-api\n#'\n#' @keywords internal\n#'\ngithub.ozanerturk.covid19turkeyapi <- function(level){\n  if(level!=1) return(NULL)\n\n  # download\n  url <- \"https://raw.githubusercontent.com/ozanerturk/covid19-turkey-api/master/dataset/timeline.csv\"\n  x   <- read.csv(url, na.strings = c(\"\", \"-\")) \n  \n  # formatting\n  x <- map_data(x, c(\n    'date'               = 'date',\n    'totalTests'         = 'tests',\n    'totalPatients'      = 'confirmed',\n    'totalDeaths'        = 'deaths',\n    'totalRecovered'     = 'recovered',\n    'totalIntensiveCare' = 'icu',\n    'totalIntubated'     = 'vent'\n  ))\n  \n  # clean date\n  x <- x[!is.na(x$date),]\n  x$date <- as.Date(x$date, format = \"%d/%m/%Y\")\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_github.pcmdpc.covid19.R",
    "content": "#' Ministero della Salute\n#'\n#' Data source for: Italy\n#'\n#' @param level 1, 2, 3\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - hospitalizations\n#' - intensive care\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - hospitalizations\n#' - intensive care\n#'\n#' @section Level 3:\n#' - confirmed cases\n#'\n#' @source https://github.com/pcm-dpc/COVID-19\n#' \n#' @keywords internal\n#'\ngithub.pcmdpc.covid19 <- function(level){\n  if(!level %in% 1:3) return(NULL)\n                             \n  # source\n  repo <- \"https://raw.githubusercontent.com/pcm-dpc/COVID-19/master/\"\n  urls <- c(\n    \"dati-andamento-nazionale/dpc-covid19-ita-andamento-nazionale.csv\",\n    \"dati-regioni/dpc-covid19-ita-regioni.csv\",\n    \"dati-province/dpc-covid19-ita-province.csv\"\n  )\n\n  # download\n  url <- sprintf(\"%s/%s\", repo, urls[level])\n  x   <- read.csv(url)\n\n  # date\n  d <- as.Date(x$data, format = \"%Y-%m-%d %H:%M:%S\")\n  if(all(is.na(d)))\n    d <- as.Date(x$data, format = \"%Y-%m-%dT%H:%M:%S\")\n  x$date <- d\n\n  # filter\n  if(!is.null(x$lat) & !is.null(x$long))\n    x <- x[which(x$lat!=0 | x$long!=0),]\n  \n  # formatting\n  x <- map_data(x, c(\n    'date',\n    'denominazione_regione'   = 'state', \n    'codice_regione'          = 'state_code',\n    'sigla_provincia'         = 'city',\n    'codice_provincia'        = 'city_code',\n    'tamponi'                 = 'tests', \n    'totale_casi'             = 'confirmed', \n    'deceduti'                = 'deaths',        \n    'dimessi_guariti'         = 'recovered',     \n    'totale_ospedalizzati'    = 'hosp',\n    'terapia_intensiva'       = 'icu' \n  ))\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_github.robertkochinstitut.covid19impfungenindeutschland.R",
    "content": "#' Robert Koch Institut\n#'\n#' Data source for: Germany\n#'\n#' @param level 2, 3\n#'\n#' @section Level 2:\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @section Level 3:\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @source https://github.com/robert-koch-institut/COVID-19-Impfungen_in_Deutschland\n#'\n#' @keywords internal\n#'\ngithub.robertkochinstitut.covid19impfungenindeutschland <- function(level){\n  if(!level %in% 2:3) return(NULL)\n  \n  if(level==2){\n    \n    # download\n    url <- \"https://raw.githubusercontent.com/robert-koch-institut/COVID-19-Impfungen_in_Deutschland/master/Aktuell_Deutschland_Bundeslaender_COVID-19-Impfungen.csv\"\n    x <- read.csv(url)\n    \n    # format\n    x <- map_data(x, c(\n      \"Impfdatum\" = \"date\",\n      \"BundeslandId_Impfort\" = \"id\",\n      \"Impfstoff\" = \"type\",\n      \"Impfserie\" = \"dose\",\n      \"Anzahl\" = \"n\"\n    ))\n    \n    # vaccines\n    x <- x %>%\n      # remove undefined region\n      filter(id!=17) %>%\n      # create oneshot column\n      mutate(is_oneshot = type==\"Janssen\") %>%\n      # for each date and region\n      group_by(date, id) %>%\n      # compute total doses and people vaccinated\n      summarise(\n        vaccines = sum(n),\n        people_vaccinated = sum(n[dose==1]),\n        people_fully_vaccinated = sum(n[(dose==1 & is_oneshot) | (dose==2 & !is_oneshot)])) %>%\n      # group by region\n      group_by(id) %>%\n      # sort by date\n      arrange(date) %>%\n      # cumulate\n      mutate(\n        vaccines = cumsum(vaccines),\n        people_vaccinated = cumsum(people_vaccinated),\n        people_fully_vaccinated = cumsum(people_fully_vaccinated))\n    \n  }\n  \n  if(level==3){\n    \n    # download\n    url <- \"https://raw.githubusercontent.com/robert-koch-institut/COVID-19-Impfungen_in_Deutschland/master/Aktuell_Deutschland_Landkreise_COVID-19-Impfungen.csv\"\n    x <- read.csv(url)\n    \n    # format\n    x <- map_data(x, c(\n      \"Impfdatum\" = \"date\",\n      \"LandkreisId_Impfort\" = \"id\",\n      \"Impfschutz\" = \"type\",\n      \"Anzahl\" = \"n\"\n    ))\n    \n    # vaccines\n    x <- x %>%\n      # keep only valid admin areas (5 digits)\n      # drop undefined (17000) and Berlin region (11000)\n      filter(grepl(\"^\\\\d{5}$\", id) & !id %in% c(\"11000\", \"17000\")) %>%\n      # id to integer\n      mutate(id = as.integer(id)) %>%\n      # for each admin area and date\n      group_by(id, date) %>%\n      # compute total doses and people vaccinated\n      summarize(\n        vaccines = sum(n),\n        people_vaccinated = sum(n[type==1]),\n        people_fully_vaccinated = sum(n[type==2])) %>%\n      # group by admin area\n      group_by(id) %>%\n      # sort by date\n      arrange(date) %>%\n      # cumulate\n      mutate(\n        vaccines = cumsum(vaccines),\n        people_vaccinated = cumsum(people_vaccinated),\n        people_fully_vaccinated = cumsum(people_fully_vaccinated))\n    \n  }\n  \n  # convert date\n  x$date <- as.Date(x$date)\n  \n  return(x) \n}\n"
  },
  {
    "path": "R/ds_github.swsoyee.2019ncovjapan.R",
    "content": "#' Su Wei\n#'\n#' Data source for: Japan and Cruise Ships\n#'\n#' @param level 1, 2\n#' @param id filter by name\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#' \n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#'\n#' @source https://github.com/swsoyee/2019-ncov-japan/blob/master/README.en.md\n#'\n#' @keywords internal\n#'\ngithub.swsoyee.2019ncovjapan <- function(level, id = NULL) {\n  if(!level %in% 1:2) return(NULL)\n  \n  # download\n  url <- \"https://raw.githubusercontent.com/swsoyee/2019-ncov-japan/master/50_Data/covid19_jp.csv\"\n  x <- read.csv(url)\n  \n  # fix severe\n  if(\"severe\" %in% colnames(x))\n    x$icu <- x$severe\n  \n  # fix value for Costa Atlantica\n  idx <- which(x$date==\"2020-05-10\" & x$administrative_area_level_2==\"Costa Atlantica\")\n  x$tests[idx] <- 623\n  \n  # filter by level\n  x <- x[x$administrative_area_level == level,]\n  \n  # filter by id\n  if(!is.null(id))\n    x <- x[which(x$administrative_area_level_2 == id),]\n  # remove cruise ships and other non-geographical entities\n  else if(level==1)\n    x <- x[is.na(x$administrative_area_level_2),]\n    \n  # convert to date\n  x$date <- as.Date(x$date)\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_github.wcota.covid19br.R",
    "content": "#' Wesley Cota\n#'\n#' Data source for: Brazil\n#'\n#' @param level 1, 2, 3\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @section Level 3:\n#' - confirmed cases\n#' - deaths\n#'\n#' @source https://github.com/wcota/covid19br\n#'\n#' @keywords internal\n#' \ngithub.wcota.covid19br <- function(level){\n  if(!level %in% 1:3) return(NULL)\n  \n  if(level==1 | level==2){\n    \n    # download\n    url <- \"https://raw.githubusercontent.com/wcota/covid19br/master/cases-brazil-states.csv\"\n    x <- read.csv(url)\n    \n    # formatting\n    x <- map_data(x, c(\n      \"date\" = \"date\",\n      \"state\" = \"state\",\n      \"deaths\" = \"deaths\",\n      \"totalCases\" = \"confirmed\",\n      \"recovered\" = \"recovered\",\n      \"tests\" = \"tests\",\n      \"vaccinated\" = \"first\",\n      \"vaccinated_second\" = \"second\",\n      \"vaccinated_single\" = \"oneshot\",\n      \"vaccinated_third\" = \"extra\"\n    ))\n    \n    # total number of doses\n    x <- x %>%\n      dplyr::mutate(\n        vaccines = first + replace_na(second, 0) + replace_na(oneshot, 0) + replace_na(extra, 0),\n        people_vaccinated = first + replace_na(oneshot, 0),\n        people_fully_vaccinated = second + replace_na(oneshot, 0))\n\n    # filter\n    idx <- which(x$state==\"TOTAL\")\n    if(level==1)\n      x <- x[idx,]\n    if(level==2)\n      x <- x[-idx,]\n    \n  }\n  else {\n\n    # urls\n    urls <- sprintf(\n      \"https://raw.githubusercontent.com/wcota/covid19br/master/cases-brazil-cities-time%s.csv.gz\",\n      c('', paste0('_', 2020:2030))\n    )\n    \n    # filter by urls that actually exist\n    urls <- urls[!sapply(urls, httr::http_error)]\n    \n    # process data by year\n    x <- lapply(urls, function(url){\n\n      # download  \n      tmp <- tempfile()\n      download.file(url, destfile=tmp, mode=\"wb\", quiet = TRUE)\n      x <- read.csv(tmp)\n      unlink(tmp)\n      \n      # formatting\n      x <- map_data(x, c(\n        \"date\" = \"date\",\n        \"ibgeID\" = \"code\",\n        \"state\" = \"state\",\n        \"deaths\" = \"deaths\",\n        \"totalCases\" = \"confirmed\"\n      ))\n      \n      # filter cities\n      x <- x[nchar(x$code)==7,]\n      \n    })\n    \n    # merge all years together\n    x <- do.call(rbind, x)\n    \n  }\n  \n  # date\n  x$date <- as.Date(x$date)\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_github.wcota.covid19br.vac.R",
    "content": "#' Wesley Cota\n#'\n#' Data source for: Brazil\n#'\n#' @param level 3\n#'\n#' @section Level 3:\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @source https://github.com/wcota/covid19br-vac\n#'\n#' @keywords internal\n#' \ngithub.wcota.covid19br.vac <- function(level){\n  if(level != 3) return(NULL)\n  \n  # master file\n  url <- \"https://raw.githubusercontent.com/wcota/covid19br-vac/main/states.json\"\n  master <- jsonlite::fromJSON(url)\n  \n  # urls\n  urls <- sprintf(\n    \"https://github.com/wcota/covid19br-vac/blob/main/processed_%s.csv.gz?raw=true\",\n    names(master$vaccination)\n  )\n  \n  # process data by state\n  x <- lapply(urls, function(url){\n    \n    # read  \n    tmp <- tempfile()\n    download.file(url, destfile=tmp, mode=\"wb\", quiet = TRUE)\n    x <- read.csv(tmp)\n    unlink(tmp)\n    \n    # formatting\n    x <- map_data(x, c(\n      \"date\" = \"date\",\n      \"ibgeID\" = \"code\",\n      \"dose\" = \"dose\",\n      \"count\" = \"n\"\n    ))\n    \n    # filter cities\n    x <- x[nchar(x$code)==7,]\n  \n  })\n  \n  # merge all states together\n  x <- do.call(rbind, x)\n  \n  # compute vaccinated people by municipality and date\n  x <- x %>%\n    dplyr::group_by(code, date) %>%\n    dplyr::summarise(\n      vaccines = sum(n),\n      people_vaccinated = sum(n[dose == 0 | dose == 1]),\n      people_fully_vaccinated = sum(n[dose == 0 | dose == 2]))\n\n  # convert to date and drop missing\n  x$date <- as.Date(x$date)\n  x <- x[!is.na(x$date),]\n  \n  # compute cumulative counts\n  x <- x %>%\n    dplyr::group_by(code) %>%\n    dplyr::arrange(date) %>%\n    dplyr::mutate(vaccines = cumsum(vaccines),\n                  people_vaccinated = cumsum(people_vaccinated),\n                  people_fully_vaccinated = cumsum(people_fully_vaccinated))\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_go.th.R",
    "content": "#' Department of Disease Control, Thailand Ministry of Public Health\n#'\n#' Data source for: Thailand\n#'\n#' @param level 1, 2\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#'\n#' @source https://data.go.th/en/dataset/covid-19-daily\n#'\n#' @keywords internal\n#'\ngo.th <- function(level){\n  if(!level %in% 1:2) return(NULL)  \n  \n  # link to waves 1-2 ad 3\n  if(level == 1){\n    w1 <- \"https://covid19.ddc.moph.go.th/api/Cases/round-1to2-all\"\n    w2 <- \"https://covid19.ddc.moph.go.th/api/Cases/timeline-cases-all\" \n  }\n  if(level == 2){\n    w1 <- \"https://covid19.ddc.moph.go.th/api/Cases/round-1to2-by-provinces\"\n    w2 <- \"https://covid19.ddc.moph.go.th/api/Cases/timeline-cases-by-provinces\"\n  }\n  \n  # download waves\n  x1 <- jsonlite::fromJSON(w1, flatten=TRUE)\n  x2 <- jsonlite::fromJSON(w2, flatten=TRUE)\n  \n  # merge waves and format\n  x <- dplyr::bind_rows(x1, x2) %>%\n    map_data(c(\n      \"txn_date\" = \"date\",\n      \"province\" = \"province\",\n      \"total_case\" = \"confirmed\",\n      \"total_death\" = \"deaths\"\n    ))\n  \n  # drop unassigned\n  if(level==2){\n    x <- filter(x, province!=\"ไม่ระบุ\")\n  }\n  \n  # convert date\n  x$date <- as.Date(x$date)\n  \n  # fix duplicates\n  cols <- intersect(colnames(x), c(\"date\",\"province\"))\n  x <- x[!duplicated(x[,cols]),]\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_gob.ar.R",
    "content": "#' Argentine Ministry of Health\n#'\n#' Data source for: Argentina\n#'\n#' @param level 1, 2, 3\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' \n#' @section Level 3:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' \n#' @source https://datos.gob.ar/dataset?q=covid&tags=COVID-19&sort=metadata_modified+desc\n#'\n#' @keywords internal\n#'\ngob.ar <- function(level){\n  if(!level %in% 1:3) return(NULL)\n  \n  # group by level\n  if(level==1)\n    by <- NULL\n  if(level==2)\n    by <- \"prov\"\n  if(level==3)\n    by <- \"dep\"\n  \n  # download cases \n  # see https://datos.gob.ar/dataset/salud-covid-19-casos-registrados-republica-argentina\n  url.cases <- \"https://sisa.msal.gov.ar/datos/descargas/covid-19/files/Covid19Casos.zip\"\n  x.cases <- read.zip(url.cases, files = \"Covid19Casos.csv\", method = \"wget\", xsv = TRUE, \n                      select = c(\"clasificacion_resumen\", \"fecha_apertura\", \"fecha_fallecimiento\",\n                                 \"residencia_provincia_id\", \"residencia_departamento_id\"))\n  \n  # format cases\n  x.cases <- map_data(x.cases[[1]], c(\n    \"clasificacion_resumen\" = \"type\",\n    \"fecha_apertura\" = \"date_confirmed\",\n    \"fecha_fallecimiento\" = \"date_deaths\",\n    \"residencia_provincia_id\" = \"prov\",\n    \"residencia_departamento_id\" = \"dep\"\n  ))\n  \n  # sanitize cases\n  x.cases <- x.cases[x.cases$type==\"Confirmado\",]\n  x.cases$prov <- sprintf(\"%.02d\", x.cases$prov)\n  x.cases$dep <- paste0(x.cases$prov, sprintf(\"%.03d\", x.cases$dep))\n  \n  # compute confirmed\n  x.confirmed <- x.cases %>%\n    rename(date = date_confirmed) %>%\n    group_by_at(c(\"date\", by)) %>%\n    summarize(confirmed = n()) %>%\n    group_by_at(by) %>%\n    arrange(date) %>%\n    mutate(confirmed = cumsum(confirmed))\n  \n  # compute deaths\n  x.deaths <- x.cases %>%\n    rename(date = date_deaths) %>%\n    filter(!is.na(date)) %>%\n    group_by_at(c(\"date\", by)) %>%\n    summarize(deaths = n()) %>%\n    group_by_at(by) %>%\n    arrange(date) %>%\n    mutate(deaths = cumsum(deaths))\n  \n  # download tests\n  # see https://datos.gob.ar/dataset/salud-covid-19-determinaciones-registradas-republica-argentina\n  url.tests <- \"https://sisa.msal.gov.ar/datos/descargas/covid-19/files/Covid19Determinaciones.zip\"\n  x.tests <- read.zip(url.tests, files = \"Covid19Determinaciones.csv\", fread = TRUE)\n  \n  # format tests\n  x.tests <- map_data(x.tests[[1]], c(\n    \"fecha\" = \"date\",\n    \"codigo_indec_provincia\" = \"prov\",\n    \"codigo_indec_departamento\" = \"dep\",\n    \"positivos\" = \"confirmed\",\n    \"total\" = \"tests\"\n  ))\n  \n  # sanitize tests\n  x.tests$prov <- sprintf(\"%.02d\", x.tests$prov)\n  x.tests$dep <- paste0(x.tests$prov, sprintf(\"%.03d\", x.tests$dep))\n  \n  # compute tests\n  x.tests <- x.tests %>%\n    group_by_at(c(\"date\", by)) %>%\n    summarise(tests = sum(tests),\n              confirmed = sum(confirmed)) %>%\n    group_by_at(by) %>%\n    arrange(date) %>%\n    mutate(tests = cumsum(tests),\n           confirmed = cumsum(confirmed))\n  \n  # download vaccines\n  # see https://datos.gob.ar/dataset/salud-vacunas-contra-covid-19-dosis-aplicadas-republica-argentina---registro-desagregado\n  url.vacc <- \"https://sisa.msal.gov.ar/datos/descargas/covid-19/files/datos_nomivac_covid19.zip\"\n  x.vacc <- read.zip(url.vacc, files = \"datos_nomivac_covid19.csv\", method = \"wget\", xsv = TRUE, \n                     select = c(\"fecha_aplicacion\", \"jurisdiccion_residencia_id\", \"depto_residencia_id\", \"orden_dosis\"))\n  \n  # format vaccines\n  x.vacc <- map_data(x.vacc[[1]], c(\n    \"fecha_aplicacion\" = \"date\",\n    \"jurisdiccion_residencia_id\" = \"prov\",\n    \"depto_residencia_id\" = \"dep\",\n    \"orden_dosis\" = \"dose\"\n  ))\n  \n  # sanitize vaccines\n  x.vacc$prov <- sprintf(\"%.02d\", x.vacc$prov)\n  x.vacc$dep <- paste0(x.vacc$prov, sprintf(\"%.03d\", x.vacc$dep))\n  \n  # compute vaccines\n  x.vacc <- x.vacc %>%\n    group_by_at(c(\"date\", by)) %>%\n    summarize(vaccines = n(),\n              people_vaccinated = sum(dose==1),\n              people_fully_vaccinated = sum(dose==2)) %>%\n    group_by_at(by) %>%\n    arrange(date) %>%\n    mutate(vaccines = cumsum(vaccines),\n           people_vaccinated = cumsum(people_vaccinated),\n           people_fully_vaccinated = cumsum(people_fully_vaccinated))\n  \n  # merge\n  x <- x.deaths %>%\n    full_join(x.tests, by = c(\"date\", by)) %>%\n    full_join(x.vacc, by = c(\"date\", by))\n  \n  # confirmed tests are reported by testing location, confirmed cases by residence.\n  # we need confirmed tests to be compatible with the number of tests at level 3.\n  # for levels 1 and 2, it doesn't make much difference and we can use confirmed cases that have a longer history.\n  # if level!=3 use confirmed cases instead of confirmed tests.\n  if(level!=3){\n    x <- x %>%\n      select(-confirmed) %>%\n      full_join(x.confirmed, by = c(\"date\", by))\n  }\n  \n  # convert date and sanitize\n  x <- x %>%\n    mutate(date = as.Date(date)) %>%\n    filter(!is.na(date) & date>=\"2020-01-01\")\n\n  # fill missing values originated by the merge\n  x <- x %>%\n    # for each group\n    group_by_at(by) %>%\n    # sort by date\n    arrange(date) %>%\n    # fill with previous value\n    fill(confirmed, deaths, tests, vaccines, people_vaccinated, people_fully_vaccinated) %>%\n    # ungroup\n    ungroup() %>%\n    # set to missing if date greater than the corresponding max date\n    mutate(confirmed = replace(confirmed, date>max(x.confirmed$date), NA),\n           deaths = replace(deaths, date>max(x.deaths$date), NA),\n           tests = replace(tests, date>max(x.tests$date), NA),\n           vaccines = replace(vaccines, date>max(x.vacc$date), NA),\n           people_vaccinated = replace(people_vaccinated, date>max(x.vacc$date), NA),\n           people_fully_vaccinated = replace(people_fully_vaccinated, date>max(x.vacc$date), NA))\n  \n  # drop unassigned provinces\n  if(level==2){\n    x <- x %>% \n      filter(prov!=\"99\" & prov!=\"00\") %>%\n      mutate(prov = as.integer(prov))\n  }\n  \n  # drop unassigned departments\n  if(level==3){\n    x <- x %>% \n      filter(!startsWith(dep, \"99\") & !endsWith(dep, \"999\") & !startsWith(dep, \"00\") & !endsWith(dep, \"000\")) %>%\n      mutate(dep = as.integer(dep))\n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_gob.pe.R",
    "content": "#' Ministerio de Salud\n#'\n#' Data source for: Peru\n#'\n#' @param level 1, 2, 3\n#'\n#' @section Level 1:\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @section Level 2:\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' \n#' @section Level 3:\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' \n#' @source https://www.datosabiertos.gob.pe/dataset/vacunaci%C3%B3n-contra-covid-19-ministerio-de-salud-minsa\n#'\n#' @keywords internal\n#'\ngob.pe <- function(level){\n  if(!level %in% 1:3) return(NULL)\n  \n  # download vaccines\n  zip <- tempfile()\n  url <- \"https://cloud.minsa.gob.pe/s/To2QtqoNjKqobfw/download\"\n  download.file(url, zip, mode = \"wb\", quiet = TRUE)\n  \n  # unzip, read, and delete\n  x <- data.table::fread(cmd = sprintf(\"7za x -so %s\", zip), showProgress = FALSE)\n  unlink(zip)\n  \n  # format\n  x <- map_data(x, c(\n    \"FECHA_VACUNACION\" = \"date\",\n    \"DOSIS\" = \"dose\",\n    \"FABRICANTE\" = \"type\",\n    \"DEPARTAMENTO\" = \"department\",\n    \"PROVINCIA\" = \"province\",\n    \"DISTRITO\" = \"district\"\n  ))\n  \n  # grouping by level\n  by <- switch(level,\n    \"1\" = c(\"date\"),\n    \"2\" = c(\"date\", \"department\"),\n    \"3\" = c(\"date\", \"department\", \"district\"))\n    \n  # vaccines\n  x <- x %>%\n    # for each date and area\n    group_by_at(by) %>%\n    # compute people vaccinated and total doses\n    summarise(\n      vaccines = n(),\n      people_vaccinated = sum(dose==1),\n      people_fully_vaccinated = sum(dose==2)) %>%\n    # group by area\n    group_by_at(by[-1]) %>%\n    # sort by date\n    arrange(date) %>%\n    # cumulate\n    mutate(\n      vaccines = cumsum(vaccines),\n      people_vaccinated = cumsum(people_vaccinated),\n      people_fully_vaccinated = cumsum(people_fully_vaccinated))\n    \n  # convert date\n  x$date <- as.Date(as.character(x$date), format = \"%Y%m%d\")\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_gouv.fr.R",
    "content": "#' Santé Publique France\n#'\n#' Data source for: France and overseas territories\n#'\n#' @param level 1, 2, 3\n#' @param reg filter by region code\n#' @param dep filter by department code\n#'\n#' @section Level 1:\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#' \n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#'\n#' @section Level 3:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#'\n#' @source https://www.data.gouv.fr/fr/pages/donnees-coronavirus/\n#'\n#' @keywords internal\n#'\ngouv.fr <- function(level = 1, reg = NULL, dep = NULL){\n  if(!level %in% 1:3) return(NULL)\n  \n  if(level==1){\n    \n    # download cases\n    # see https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/#_\n    url.cases <- \"https://www.data.gouv.fr/fr/datasets/r/f335f9ea-86e3-4ffa-9684-93c009d5e617\"\n    x.cases <- read.csv(url.cases)\n    \n    # format cases\n    x.cases <- map_data(x.cases, c(\n      \"date\" = \"date\",\n      \"hosp\" = \"hosp\",\n      \"rea\" = \"icu\",\n      \"dc_tot\" = \"deaths\"\n    ))\n    \n    # download tests\n    # see https://www.data.gouv.fr/fr/datasets/donnees-de-laboratoires-pour-le-depistage-a-compter-du-18-05-2022-si-dep/\n    url.tests <- \"https://www.data.gouv.fr/fr/datasets/r/d349accb-56ef-4b53-b218-46c2a7f902e0\"\n    x.tests <- read.csv(url.tests, sep = \";\", dec = \",\")\n    \n    # format tests\n    x.tests <- map_data(x.tests, c(\n      \"jour\" = \"date\",\n      \"T\"    = \"tests\"\n    )) \n    \n    # cumulate tests\n    x.tests <- x.tests %>%\n      group_by(date) %>%\n      summarise(tests = as.integer(sum(tests))) %>%\n      arrange(date) %>%\n      mutate(tests = cumsum(tests))\n    \n    # download people vaccinated\n    # see https://www.data.gouv.fr/fr/datasets/donnees-relatives-aux-personnes-vaccinees-contre-la-covid-19-1/\n    url.vacc <- \"https://www.data.gouv.fr/fr/datasets/r/efe23314-67c4-45d3-89a2-3faef82fae90\"\n    x.vacc  <- read.csv(url.vacc, sep = \";\")\n    \n    # format people vaccinated\n    x.vacc <- map_data(x.vacc, c(\n      \"jour\" = \"date\",\n      \"n_cum_dose1\" = \"people_vaccinated\",\n      \"n_cum_complet\" = \"people_fully_vaccinated\"\n    ))\n    \n    # download vaccine doses\n    # see https://www.data.gouv.fr/fr/datasets/donnees-relatives-aux-personnes-vaccinees-contre-la-covid-19-1/\n    url.doses <- \"https://www.data.gouv.fr/fr/datasets/r/b273cf3b-e9de-437c-af55-eda5979e92fc\"\n    x.doses <- read.csv(url.doses, sep = \";\")\n    \n    # compute vaccine doses\n    x.doses <- x.doses %>%\n      # filter by total vaccines\n      filter(vaccin==0) %>%\n      # for each row\n      rowwise() %>%\n      # compute the sum of all doses\n      mutate(vaccines = sum(c_across(starts_with(\"n_cum_dose\")))) %>%\n      # rename date\n      mutate(date = jour)\n    \n    # merge\n    by <- \"date\"\n    x <- x.cases %>%\n      full_join(x.tests, by = by) %>%\n      full_join(x.doses, by = by) %>%\n      full_join(x.vacc, by = by)\n    \n  }\n  \n  if(level==2){\n    \n    # download cases\n    # see https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/#_\n    url.cases <- \"https://www.data.gouv.fr/fr/datasets/r/5c4e1452-3850-4b59-b11c-3dd51d7fb8b5\"\n    x.cases <- read.csv(url.cases)\n    \n    # format cases\n    x.cases <- map_data(x.cases, c(\n      \"date\" = \"date\",\n      \"reg\"  = \"reg\",\n      \"hosp\" = \"hosp\",\n      \"rea\" = \"icu\",\n      \"dchosp\" = \"deaths\",\n      \"pos\" = \"confirmed\"\n    ))\n    \n    # cases\n    x.cases <- x.cases %>%\n      # for each date and region\n      dplyr::group_by(reg, date) %>%\n      # compute total counts\n      dplyr::summarise(\n        hosp = sum(hosp),\n        icu = sum(icu),\n        deaths = sum(deaths),\n        confirmed = sum(confirmed)) %>%\n      # group by region\n      dplyr::group_by(reg) %>%\n      # sort by date\n      dplyr::arrange(date) %>%\n      # cumulate confirmed cases (deaths are already cumulative)\n      dplyr::mutate(confirmed = cumsum(confirmed))\n    \n    # download tests\n    # see https://www.data.gouv.fr/fr/datasets/donnees-de-laboratoires-pour-le-depistage-a-compter-du-18-05-2022-si-dep/\n    url.tests <- \"https://www.data.gouv.fr/fr/datasets/r/8b382611-4b86-41ff-9e58-9ee638a6d564\"\n    x.tests <- read.csv(url.tests, sep = \";\", dec = \",\")\n    \n    # format tests\n    x.tests <- map_data(x.tests, c(\n      \"reg\"  = \"reg\",\n      \"jour\" = \"date\",\n      \"T\"    = \"tests\"\n    )) \n    \n    # cumulate tests\n    x.tests <- x.tests %>% \n      group_by(reg, date) %>%\n      summarise(tests = as.integer(sum(tests))) %>%\n      group_by(reg) %>%\n      arrange(date) %>%\n      mutate(tests = cumsum(tests))\n    \n    # download people vaccinated\n    # see https://www.data.gouv.fr/fr/datasets/donnees-relatives-aux-personnes-vaccinees-contre-la-covid-19-1/\n    url.vacc <- \"https://www.data.gouv.fr/fr/datasets/r/735b0df8-51b4-4dd2-8a2d-8e46d77d60d8\"\n    x.vacc  <- read.csv(url.vacc, sep = \";\")\n    \n    # format people vaccinated\n    x.vacc <- map_data(x.vacc, c(\n      \"jour\" = \"date\",\n      \"reg\" = \"reg\",\n      \"n_cum_dose1\" = \"people_vaccinated\",\n      \"n_cum_complet\" = \"people_fully_vaccinated\"\n    ))\n    \n    # download vaccine doses\n    # see https://www.data.gouv.fr/fr/datasets/donnees-relatives-aux-personnes-vaccinees-contre-la-covid-19-1/\n    url.doses <- \"https://www.data.gouv.fr/fr/datasets/r/900da9b0-8987-4ba7-b117-7aea0e53f530\"\n    x.doses <- read.csv(url.doses, sep = \";\")\n    \n    # compute vaccine doses\n    x.doses <- x.doses %>%\n      # filter by total vaccines\n      filter(vaccin==0) %>%\n      # for each row\n      rowwise() %>%\n      # compute the sum of all doses\n      mutate(vaccines = sum(c_across(starts_with(\"n_cum_dose\")))) %>%\n      # rename date\n      mutate(date = jour)\n    \n    # merge\n    by <- c(\"date\", \"reg\")\n    x <- x.cases %>%\n      full_join(x.tests, by = by) %>%\n      full_join(x.doses, by = by) %>%\n      full_join(x.vacc, by = by)\n    \n  }\n  \n  if(level==3){\n    \n    # download cases\n    # see https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/#_\n    url.cases <- \"https://www.data.gouv.fr/fr/datasets/r/5c4e1452-3850-4b59-b11c-3dd51d7fb8b5\"\n    x.cases <- read.csv(url.cases)\n    \n    # format cases\n    x.cases <- map_data(x.cases, c(\n      \"date\" = \"date\",\n      \"dep\"  = \"dep\",\n      \"hosp\" = \"hosp\",\n      \"rea\" = \"icu\",\n      \"dchosp\" = \"deaths\",\n      \"pos\" = \"confirmed\"\n    )) \n    \n    # cumulate cases\n    x.cases <- x.cases %>%\n      dplyr::group_by(dep) %>%\n      dplyr::arrange(date) %>%\n      dplyr::mutate(confirmed = cumsum(confirmed))\n    \n    # download tests\n    # see https://www.data.gouv.fr/fr/datasets/donnees-de-laboratoires-pour-le-depistage-a-compter-du-18-05-2022-si-dep/\n    url.tests <- \"https://www.data.gouv.fr/fr/datasets/r/674bddab-6d61-4e59-b0bd-0be535490db0\"\n    x.tests <- read.csv(url.tests, sep = \";\", dec = \",\")\n    \n    # format tests\n    x.tests <- map_data(x.tests, c(\n      \"dep\"  = \"dep\",\n      \"jour\" = \"date\",\n      \"T\"    = \"tests\"\n    )) \n    \n    # cumulate tests\n    x.tests <- x.tests %>% \n      group_by(dep, date) %>%\n      summarise(tests = as.integer(sum(tests))) %>%\n      group_by(dep) %>%\n      arrange(date) %>%\n      mutate(tests = cumsum(tests))\n    \n    # download people vaccinated\n    # see https://www.data.gouv.fr/fr/datasets/donnees-relatives-aux-personnes-vaccinees-contre-la-covid-19-1/\n    url.vacc <- \"https://www.data.gouv.fr/fr/datasets/r/4f39ec91-80d7-4602-befb-4b522804c0af\"\n    x.vacc <- read.csv(url.vacc, sep = \";\")\n    \n    # format people vaccinated\n    x.vacc <- map_data(x.vacc, c(\n      \"jour\" = \"date\",\n      \"dep\" = \"dep\",\n      \"n_cum_dose1\" = \"people_vaccinated\",\n      \"n_cum_complet\" = \"people_fully_vaccinated\"\n    ))\n    \n    # download vaccine doses\n    # see https://www.data.gouv.fr/fr/datasets/donnees-relatives-aux-personnes-vaccinees-contre-la-covid-19-1/\n    url.doses <- \"https://www.data.gouv.fr/fr/datasets/r/535f8686-d75d-43d9-94b3-da8cdf850634\"\n    x.doses <- read.csv(url.doses, sep = \";\")\n    \n    # compute vaccine doses\n    x.doses <- x.doses %>%\n      # filter by total vaccines\n      filter(vaccin==0) %>%\n      # for each row\n      rowwise() %>%\n      # compute the sum of all doses\n      mutate(vaccines = sum(c_across(starts_with(\"n_cum_dose\")))) %>%\n      # rename date\n      mutate(date = jour)\n    \n    # merge\n    by <- c(\"date\", \"dep\")\n    x <- x.cases %>%\n      full_join(x.tests, by = by) %>%\n      full_join(x.doses, by = by) %>%\n      full_join(x.vacc, by = by)\n    \n  }\n  \n  # convert to date\n  x$date <- as.Date(x$date)\n  \n  # filter\n  if(!is.null(reg))\n    x <- x[which(x$reg==reg),]\n  if(!is.null(dep))\n    x <- x[which(x$dep==dep),]\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_gov.co.R",
    "content": "#' Instituto Nacional de Salud\n#'\n#' Data source for: Colombia\n#'\n#' @param level 1, 2, 3\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' \n#' @section Level 3:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @source https://www.datos.gov.co/browse?category=Salud+y+Protecci%C3%B3n+Social&q=covid&sortBy=relevance\n#'\n#' @keywords internal\n#'\ngov.co <- function(level){\n  if(!level %in% 1:3) return(NULL)\n  \n  # confirmed, recovered, deaths\n  # the number of rows in this file matches the number of confirmed cases reported by other sources (e.g. JHU)\n  # this file can be aggregated to compute confirmed, recovered, and deaths at all levels\n  # see https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr\n  url <- 'https://www.datos.gov.co/resource/gt2j-8ykr.csv?$limit=9999999999'\n  x.cases <- read.csv(url, encoding = \"UTF-8\")\n  # format\n  x.cases <- map_data(x.cases, c(\n    'fecha_reporte_web'     = 'date_confirmed',\n    'fecha_muerte'          = 'date_deaths',\n    'fecha_recuperado'      = 'date_recovered',\n    'departamento'          = 'state_code',\n    'ciudad_municipio'      = 'city_code',\n    'departamento_nom'      = 'state',\n    'ciudad_municipio_nom'  = 'city'\n  ))\n  # compute cumulative cases, deaths, and recovered\n  x.cases <- x.cases %>%\n    # pivot\n    pivot_longer(cols = starts_with(\"date\"), names_to = \"type\", values_to = \"date\", values_drop_na = TRUE, names_prefix = \"date_\") %>%\n    # convert date\n    mutate(date = as.Date(date, format = \"%d/%m/%Y\")) %>%\n    # keep only valid dates\n    filter(!is.na(date)) %>%\n    # group by city, date, and type of metrics\n    group_by(state_code, city_code, date, type) %>%\n    # compute the counts for each metric\n    summarise(n = n())\n  \n  if(level==1 | level==2){\n    \n    # pcr tests\n    # see https://www.datos.gov.co/Salud-y-Protecci-n-Social/Pruebas-PCR-procesadas-de-COVID-19-en-Colombia-Dep/8835-5baf\n    url <- 'https://www.datos.gov.co/resource/8835-5baf.csv?$limit=9999999999'\n    x.pcr <- read.csv(url, encoding=\"UTF-8\")\n    # format and sanitize\n    x.pcr <- x.pcr %>%\n      rename(date = fecha) %>%\n      mutate(date = as.Date(date, format = \"%Y-%m-%d\")) %>%\n      filter(!is.na(date)) %>%\n      select(-c(\"cartagena\", \"barranquilla\", \"santa_marta\",\n                \"indeterminadas\", \"procedencia_desconocida\",\n                \"positivas_acumuladas\", \"negativas_acumuladas\", \n                \"positividad_acumulada\")) %>%\n      pivot_longer(cols = -1, names_to = 'state', values_to = 'n', values_drop_na = TRUE)\n    \n    # antigen tests\n    # see https://www.datos.gov.co/Salud-y-Protecci-n-Social/Ant-geno-procesadas-de-COVID-19-en-Colombia-Depart/ci85-cyhe\n    url <- 'https://www.datos.gov.co/resource/ci85-cyhe.csv?$limit=9999999999'\n    x.ant <- read.csv(url, encoding=\"UTF-8\")\n    # format and sanitize (make names compatible with the PCR dataset)\n    x.ant <- x.ant %>%\n      rename(\n        date = mes,\n        narino = nari_o, \n        norte_de_santander = norte_santander,\n        bogota = bogota_dc) %>%\n      mutate(date = as.Date(date, format = \"%Y-%m-%d\")) %>%\n      filter(!is.na(date)) %>%\n      pivot_longer(cols = -1, names_to = 'state', values_to = 'n', values_drop_na = TRUE)\n    \n    if(level==1){\n      \n      # confirmed, recovered, deaths\n      x.cases <- x.cases %>%\n        group_by(date, type) %>%\n        summarise(n = sum(n)) %>%\n        group_by(type) %>%\n        arrange(date) %>%\n        mutate(n = cumsum(n)) %>%\n        pivot_wider(id_cols = \"date\", names_from = \"type\", values_from = \"n\")\n      \n      # pcr tests\n      x.pcr <- x.pcr %>%\n        filter(state==\"acumuladas\") %>%\n        rename(pcr = n)\n      \n      # antigen tests\n      x.ant <- x.ant %>%\n        group_by(date) %>%\n        summarise(antigen = sum(n))\n      \n      # merge \n      by <- \"date\"\n      x <- x.cases %>%\n        full_join(x.pcr, by = by) %>%\n        full_join(x.ant, by = by) %>%\n        mutate(tests = antigen + pcr)\n      \n    }\n    \n    if(level==2){\n      \n      # confirmed, recovered, deaths\n      x.cases <- x.cases %>%\n        filter(!state_code %in% c(13001, 8001, 47001)) %>%\n        group_by(date, state_code, type) %>%\n        summarise(n = sum(n)) %>%\n        group_by(type, state_code) %>%\n        arrange(date) %>%\n        mutate(n = cumsum(n)) %>%\n        pivot_wider(id_cols = c(\"date\", \"state_code\"), names_from = \"type\", values_from = \"n\")\n\n      # pcr tests\n      x.pcr <- x.pcr %>%\n        filter(state!=\"acumuladas\") %>%\n        rename(pcr = n)\n      \n      # antigen tests\n      x.ant <- x.ant %>%\n        rename(antigen = n)\n      \n      # map code to state as used in the PCR and antigen datasets      \n      db <- extdata(\"db/COL.csv\")\n      idx <- which(db$administrative_area_level==2)\n      map <- db$id_gov.co[idx]\n      names(map) <- as.integer(db$key_local[idx])\n      x.cases$state <- map_values(x.cases$state_code, map = map)\n      \n      # merge \n      by <- c(\"date\", \"state\")\n      x <- x.cases %>%\n        full_join(x.pcr, by = by) %>%\n        full_join(x.ant, by = by) %>%\n        mutate(tests = antigen + pcr)\n      \n    }\n    \n  }\n  \n  if(level==3){\n    \n    # this file does not sum up to the vaccines for level 1 (from e.g. Our World in Data)\n    # use only for level 3 as it is: do not aggregate to upper levels\n    # see https://www.datos.gov.co/Salud-y-Protecci-n-Social/Coberturas-de-Vacunaci-n-contra-COVID-19/8cgj-t5ds\n    url <- 'https://www.datos.gov.co/resource/8cgj-t5ds.csv?$limit=9999999999'\n    x.vacc <- read.csv(url, encoding=\"UTF-8\")\n    # format\n    x.vacc <- map_data(x.vacc, c(\n      \"fecha_de_corte\"     = \"date\",\n      \"municipio_divipola\" = \"city_code\",\n      \"grupo_edad\"         = \"age\",\n      \"n_mero_acumulado_de_1_dosis\" = \"people_vaccinated\",\n      \"n_mero_acumulado_de_esquema\" = \"people_fully_vaccinated\"\n    ))\n    # sanitize\n    x.vacc <- x.vacc %>%\n      mutate(date = as.Date(date, format = \"%Y-%m-%d\")) %>%\n      filter(age==\"Todas\" & city_code!=\"No definido\" & !is.na(date)) %>%\n      mutate(city_code = as.integer(city_code))\n      \n    # confirmed, recovered, deaths\n    x.cases <- x.cases %>%\n      group_by(type, city_code) %>%\n      arrange(date) %>%\n      mutate(n = cumsum(n)) %>%\n      pivot_wider(id_cols = c(\"date\", \"city_code\"), names_from = \"type\", values_from = \"n\")\n    \n    # merge\n    by <- c(\"date\", \"city_code\")\n    x <- x.cases %>%\n      full_join(x.vacc, by = by)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_gov.lv.R",
    "content": "#' Center for Disease Prevention and Control\n#'\n#' Data source for: Latvia\n#'\n#' @param level 1, 3\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#'\n#' @section Level 3:\n#' - confirmed cases\n#'\n#' @source https://data.gov.lv/dati/eng/dataset?q=covid&res_format=CSV&sort=score+desc%2C+metadata_modified+desc\n#'\n#' @keywords internal\n#'\ngov.lv <- function(level){\n  if(level!=1 & level!=3) return(NULL)\n  \n  if(level==1){\n    \n    # cases\n    # see https://data.gov.lv/dati/eng/dataset/covid-19\n    url <- 'https://data.gov.lv/dati/dataset/f01ada0a-2e77-4a82-8ba2-09cf0cf90db3/resource/d499d2f0-b1ea-4ba2-9600-2c701b03bd4a/download/covid_19_izmeklejumi_rezultati.csv'\n    x <- read.csv(url, sep = \";\")\n    \n    # format cases\n    x <- map_data(x, c(\n      'Datums' = \"date\",\n      'TestuSkaits' = 'tests',\n      'ApstiprinataCOVID19InfekcijaSkaits' = 'confirmed',\n      'MirusoPersonuSkaits' = 'deaths'\n    ))\n    \n    # cumulate\n    x <- x %>%\n      arrange(date) %>%\n      mutate(across(c(\"confirmed\", \"deaths\", \"tests\"), cumsum))\n    \n    # convert date\n    x$date <- as.Date(x$date, format=\"%Y.%m.%d.\")\n    \n  }\n  \n  if(level==3){\n    \n    # cases\n    # see https://data.gov.lv/dati/eng/dataset/covid-19-pa-adm-terit\n    url <- 'https://data.gov.lv/dati/dataset/e150cc9a-27c1-4920-a6c2-d20d10469873/resource/492931dd-0012-46d7-b415-76fe0ec7c216/download/covid_19_pa_adm_terit.csv'\n    x <- read.csv(url, sep = \";\", fileEncoding = \"UTF-8-BOM\", encoding = \"Latin1\")\n    \n    # format cases\n    x <- map_data(x, c(\n      'Datums' = 'date',\n      'AdministrativiTeritorialasVienibasNosaukums' = 'region',\n      'ATVK' = 'atvk',\n      'ApstiprinataCOVID19infekcija' = 'confirmed'\n    ))\n    \n    # remove country reports from region reports\n    x <- x[which(x$atvk != 'Nav'),]\n    \n    # replace range\n    x$confirmed <- replace(x$confirmed, grepl(\"^no 1\", x$confirmed), 1)\n    \n    # convert types\n    x$date <- as.Date(x$date, format=\"%Y.%m.%d.\")\n    x$confirmed <- as.integer(x$confirmed)\n    x$atvk <- as.integer(x$atvk)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_gov.si.R",
    "content": "#' Ministry of Health and National Institute for Public health\n#'\n#' Data source for: Slovenia\n#'\n#' @param level 1\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - hospitalizations\n#' - intensive care\n#'\n#' @source https://www.gov.si/en/topics/coronavirus-disease-covid-19/actual-data/\n#'\n#' @keywords internal\n#'\ngov.si <- function(level){\n  if(level!=1) return(NULL)\n  \n  # download\n  url <- 'https://www.gov.si/assets/vlada/Koronavirus-podatki/EN_Covid-19-all-data-v2.xlsx'\n  x <- read.excel(url, sheet = 1)\n  \n  # format\n  x <- map_data(x, c(\n    'Date'                                         = 'date',\n    'Tested (all)'                                 = 'tests',\n    'Positive (all)'                               = 'confirmed',\n    'All hospitalized on certain day'              = 'hosp',\n    'All persons in intensive care on certain day' = 'icu',\n    'Deaths (all)'                                 = 'deaths'\n  ))\n  \n  # clean date\n  x$date <- as.Date(suppressWarnings(as.numeric(x$date)), origin = \"1899-12-30\")   \n  x <- x[!is.na(x$date),]\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_gov.tw.R",
    "content": "#' Ministry of Health and Welfare of Taiwan\n#'\n#' Data source for: Taiwan\n#'\n#' @param level 1, 2\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - tests\n#'\n#' @section Level 2:\n#' - confirmed cases\n#'\n#' @source https://data.gov.tw\n#'\n#' @keywords internal\n#'\ngov.tw <- function(level) {\n  if(!level %in% 1:2) return(NULL)\n\n  # download cases\n  url <- \"https://od.cdc.gov.tw/eic/Day_Confirmation_Age_County_Gender_19CoV.csv\"\n  x   <- read.csv(url, encoding = \"UTF-8\")\n  \n  # format cases\n  x <- x[,-1]\n  colnames(x) <- c(\"date\", \"county\", \"city\", \"gender\", \"imported\", \"age_group\", \"confirmed\")\n  \n  # convert date\n  x$date <- as.Date(x$date, \"%Y/%m/%d\")\n\n  if(level == 1) {\n    \n    # download tests\n    # see https://data.gov.tw/dataset/120451\n    url.tests <- \"https://od.cdc.gov.tw/eic/covid19/covid19_tw_specimen.csv\"\n    x.tests   <- read.csv(url.tests, encoding = \"UTF-8\")\n    \n    # format tests\n    colnames(x.tests) <- c(\"date\", \"notification\", \"home quarantine\", \"monitoring\", \"total\")\n    x.tests <- x.tests %>%\n      # convert date\n      mutate(date  = as.Date(date, \"%Y/%m/%d\")) %>%\n      # sort by date\n      arrange(date) %>%\n      # cumulate\n      mutate(tests = cumsum(total)) %>%\n      # subset\n      select(date, tests) %>%\n      # drop missing values\n      filter(!is.na(tests))\n    \n    # cases\n    x <- x %>% \n      # for each date\n      group_by(date) %>%\n      # compute total counts\n      summarise(confirmed = sum(confirmed)) %>%\n      # sort by date\n      arrange(date) %>%\n      # cumulate\n      mutate(confirmed = cumsum(confirmed))\n      \n    # merge\n    x <- full_join(x, x.tests, by = \"date\")\n    \n  }\n  \n  if(level == 2) {\n    \n    # drop unassigned\n    x <- filter(x, x$county!=\"空值\")\n\n    # cases\n    x <- x %>% \n      # for each date and countr\n      group_by(date, county) %>%\n      # compute total counts\n      summarise(confirmed = sum(confirmed)) %>%\n      # group by county\n      group_by(county) %>%\n      # sort by date\n      arrange(date) %>%\n      # cumulate\n      mutate(confirmed = cumsum(confirmed))\n    \n  }\n    \n  # fix date\n  x <- x[x$date<=Sys.Date(),]\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_gov.uk.R",
    "content": "#' UK Health Security Agency\n#'\n#' Data source for: United Kingdom\n#'\n#' @param level 1, 2, 3\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - patients requiring ventilation\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - patients requiring ventilation\n#' \n#' @section Level 3:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - patients requiring ventilation\n#'\n#' @source https://coronavirus.data.gov.uk\n#'\n#' @keywords internal\n#'\ngov.uk <- function(level){\n  \n  # Extracts paginated data by requesting all of the pages\n  # and combining the results.\n  #\n  # @param filters    API filters. See the API documentations for \n  #                   additional information.\n  #                   \n  # @param structure  Structure parameter. See the API documentations \n  #                   for additional information.\n  #                   \n  # @return list      Comprehensive list of dictionaries containing all \n  #                   the data for the given ``filter`` and ``structure`.`\n  get_paginated_data <- function (filters, structure) {\n    \n    endpoint     <- \"https://api.coronavirus.data.gov.uk/v1/data\"\n    results      <- list()\n    current_page <- 1\n    \n    repeat {\n      \n      i <- 1\n      repeat{\n        \n        httr::GET(\n          url   = endpoint,\n          query = list(\n            filters   = paste(filters, collapse = \";\"),\n            structure = jsonlite::toJSON(structure, auto_unbox = TRUE),\n            page      = current_page\n          ),\n          httr::timeout(30)\n        ) -> response\n        \n        # Handle errors:\n        if ( response$status_code >= 400 ) {\n          i <- i+1\n          if(i<5)\n            Sys.sleep(i+runif(1))\n          else\n            stop(httr::http_status(response))\n        } else break\n        \n      }\n      \n      # Handle errors:\n      if ( response$status_code == 204 ) {\n        break\n      }\n      \n      # Convert response from binary to JSON:\n      json_text <- httr::content(response, \"text\")\n      dt        <- jsonlite::fromJSON(json_text)\n      results   <- rbind(results, dt$data)\n      \n      if ( is.null( dt$pagination$`next` ) ){\n        break\n      }\n      \n      current_page <- current_page + 1\n      \n    }\n    \n    return(results)\n    \n  }\n  \n  # level\n  area_type <- switch (level, \"overview\", \"nation\", \"ltla\")\n  \n  # download\n  x <- NULL\n  for(a in area_type){\n    \n    # create filters\n    filters <- c(\n      sprintf(\"areaType=%s\", a)\n    )\n    \n    # vaccination metrics\n    dose1 <- \"cumPeopleVaccinatedFirstDoseByVaccinationDate\"\n    dose2 <- \"cumPeopleVaccinatedSecondDoseByVaccinationDate\"\n    if(a %in% c(\"overview\", \"nation\")){\n      dose1 <- \"cumPeopleVaccinatedFirstDoseByPublishDate\"\n      dose2 <- \"cumPeopleVaccinatedSecondDoseByPublishDate\"\n    }\n    \n    # tests metrics\n    tests <- \"cumVirusTestsBySpecimenDate\"\n    if(a == \"overview\"){\n      tests <- \"cumVirusTestsByPublishDate\"\n    }\n    \n    # create structure\n    structure <- list(\n      \"date\"       = \"date\",\n      \"type\"       = \"areaType\",\n      \"name\"       = \"areaName\",\n      \"code\"       = \"areaCode\",\n      \"confirmed\"  = \"cumCasesBySpecimenDate\",\n      \"deaths\"     = \"cumDeaths28DaysByDeathDate\",\n      \"tests\"      =  tests,\n      \"vent\"       = \"covidOccupiedMVBeds\",\n      \"hosp\"       = \"hospitalCases\",\n      \"vaccines\"   = \"cumVaccinesGivenByPublishDate\",\n      \"people_vaccinated\" = dose1,\n      \"people_fully_vaccinated\" = dose2\n    )\n    \n    # download data\n    x <- dplyr::bind_rows(x, get_paginated_data(filters, structure))\n    \n  }\n  \n  # clean\n  x <- x[!duplicated(x[,c(\"date\",\"code\")]),]\n  \n  # date\n  x$date <- as.Date(x$date)\n  \n  return(x) \n}\n"
  },
  {
    "path": "R/ds_gv.at.R",
    "content": "#' Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\n#'\n#' Data source for: Austria\n#'\n#' @param level 1, 2, 3\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#'\n#' @section Level 3:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#'\n#' @source https://www.data.gv.at/covid-19/\n#'\n#' @keywords internal\n#'\ngv.at <- function(level){\n  if(!level %in% 1:3) return(NULL)\n  \n  if(level==1 | level==2){\n\n    # see https://www.data.gv.at/katalog/dataset/846448a5-a26e-4297-ac08-ad7040af20f1\n    url.hosp <- \"https://covid19-dashboard.ages.at/data/Hospitalisierung.csv\"    \n    \n    # see https://www.data.gv.at/katalog/dataset/ef8e980b-9644-45d8-b0e9-c6aaf0eff0c0\n    url.cases <- \"https://covid19-dashboard.ages.at/data/CovidFaelle_Timeline.csv\"\n    \n    # see https://www.data.gv.at/katalog/dataset/85d040af-e09a-4401-8d67-8cee3e41fcaa\n    url.vacc <- \"https://info.gesundheitsministerium.gv.at/data/COVID19_vaccination_doses_timeline_v202206.csv\"\n    \n    # import hosp\n    x.hosp <- read.csv(url.hosp, sep = \";\")\n    x.hosp <- map_data(x.hosp, c(\n      \"Meldedatum\"   = \"date\",\n      \"Bundesland\"   = \"state\",\n      \"BundeslandID\" = \"state_id\",\n      \"TestGesamt\"   = \"tests\",\n      \"NormalBettenBelCovid19\"   = \"hosp\",\n      \"IntensivBettenBelCovid19\" = \"icu\"\n    )) \n    \n    # import cases\n    x.cases <- read.csv(url.cases, sep = \";\")\n    x.cases <- map_data(x.cases, c(\n      \"Time\"             = \"date\",\n      \"Bundesland\"       = \"state\",\n      \"BundeslandID\"     = \"state_id\",\n      \"AnzEinwohner\"     = \"population\",\n      \"AnzahlFaelleSum\"  = \"confirmed\",\n      \"AnzahlGeheiltSum\" = \"recovered\",\n      \"AnzahlTotSum\"     = 'deaths'\n    ))\n    \n    # import vaccines\n    x.vacc <- read.csv(url.vacc, sep = \";\", fileEncoding = \"UTF-8-BOM\")\n    x.vacc <- map_data(x.vacc, c(\n      \"date\" = \"date\",\n      \"state_id\" = \"state_id\",\n      \"vaccine\" = \"type\",\n      \"dose_number\" = \"dose\",\n      \"doses_administered_cumulative\" = \"n\"\n    ))\n    \n    # format date\n    x.hosp$date <- as.Date(x.hosp$date, format = \"%d.%m.%Y\")\n    x.cases$date <- as.Date(x.cases$date, format = \"%d.%m.%Y\")\n    x.vacc$date <- as.Date(x.vacc$date, format = \"%Y-%m-%d\")\n    \n    # first, second, and total doses by state\n    x.vacc <- x.vacc %>%\n      filter(state_id != 0) %>%\n      group_by(date, state_id) %>%\n      summarise(\n        vaccines = sum(n),\n        people_vaccinated = sum(n[dose == \"1\"]),\n        people_fully_vaccinated = sum(n[dose == \"2\" | (dose == \"1\" & type == \"Janssen\")])) %>%\n      mutate(people_fully_vaccinated = pmin(people_fully_vaccinated, people_vaccinated))\n    \n    if(level==1){\n      \n      # national level data\n      x.cases <- x.cases[which(x.cases$state_id==10),]\n      x.hosp  <- x.hosp[which(x.hosp$state_id==10),]\n      x.vacc  <- x.vacc[which(x.vacc$state_id==10),]\n      \n      # merge\n      x <- x.cases %>%\n        full_join(x.hosp, by = \"date\") %>%\n        full_join(x.vacc, by = \"date\")\n      \n    }\n    \n    if(level == 2){\n      \n      # drop national level data\n      x.cases <- x.cases[-which(x.cases$state_id==10),]\n      x.hosp  <- x.hosp[-which(x.hosp$state_id==10),]\n      x.vacc  <- x.vacc[-which(x.vacc$state_id==10),]\n      \n      # merge\n      x <- x.cases %>%\n        full_join(x.hosp, by = c(\"date\",\"state_id\")) %>%\n        full_join(x.vacc, by = c(\"date\",\"state_id\"))\n      \n    }\n    \n  }\n  \n  if(level == 3){\n    \n    # see https://www.data.gv.at/katalog/dataset/4b71eb3d-7d55-4967-b80d-91a3f220b60c\n    url <- \"https://covid19-dashboard.ages.at/data/CovidFaelle_Timeline_GKZ.csv\"\n    \n    # download\n    x <- read.csv(url, sep = \";\")\n    \n    # format\n    x <- map_data(x, c(\n      \"Time\"             = \"date\",\n      \"Bezirk\"           = \"city\",\n      \"GKZ\"              = \"city_id\",\n      \"AnzEinwohner\"     = \"population\",\n      \"AnzahlFaelleSum\"  = \"confirmed\",\n      \"AnzahlGeheiltSum\" = \"recovered\",\n      \"AnzahlTotSum\"     = 'deaths'\n    ))\n    \n    # convert date\n    x$date <- as.Date(x$date, format = \"%d.%m.%Y\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_healthdata.gov.R",
    "content": "#' U.S. Department of Health & Human Services\n#'\n#' Data source for: United States\n#'\n#' @param level 2\n#'\n#' @section Level 2:\n#' - tests\n#' - hospitalizations\n#' - intensive care\n#'\n#' @source https://healthdata.gov/browse?tags=hhs+covid-19\n#'\n#' @keywords internal\n#'\nhealthdata.gov <- function(level){\n  if(level!=2) return(NULL)\n  \n  # hospitalizations\n  # see https://healthdata.gov/d/g62h-syeh\n  url <- \"https://healthdata.gov/api/views/g62h-syeh/rows.csv?accessType=DOWNLOAD\"\n  x.hosp <- read.csv(url)\n  \n  # format\n  x.hosp <- map_data(x.hosp, c(\n    \"state\" = \"state\",\n    \"date\" = \"date\",\n    \"total_adult_patients_hospitalized_confirmed_and_suspected_covid\" = \"hosp\",\n    \"staffed_icu_adult_patients_confirmed_and_suspected_covid\" = \"icu\"\n  ))\n  \n  # tests\n  # see https://healthdata.gov/d/j8mb-icvb\n  url <- \"https://healthdata.gov/api/views/j8mb-icvb/rows.csv?accessType=DOWNLOAD\"\n  x.tests <- read.csv(url)\n  \n  # format\n  x.tests <- map_data(x.tests, c(\n    \"state\" = \"state\",\n    \"date\" = \"date\",\n    \"total_results_reported\" = \"tests\"\n  ))\n  \n  # compute total tests\n  x.tests <- x.tests %>% \n    group_by(date, state) %>%\n    summarise(tests = sum(tests))\n  \n  # merge\n  x <- full_join(x.tests, x.hosp, by = c(\"state\", \"date\"))\n  \n  # drop Marshall Islands\n  x <- x[which(x$state != \"MH\"),]\n  \n  # convert date\n  x$date <- as.Date(x$date)\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_humdata.af.R",
    "content": "#' Afghanistan Ministry of Health\n#'\n#' Data source for: Afghanistan\n#'\n#' @param level 2\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#'\n#' @source https://data.humdata.org/dataset/afghanistan-covid-19-statistics-per-province\n#'\n#' @keywords internal\n#'\nhumdata.af <- function(level){\n  if(level!=2) return(NULL)\n  \n  # download\n  url <- \"https://docs.google.com/spreadsheets/d/1F-AMEDtqK78EA6LYME2oOsWQsgJi4CT3V_G4Uo-47Rg/export?format=csv\"\n  x <- read.csv(url)\n  \n  # formatting \n  x <- map_data(x[-1,], c(\n    'Province'   = 'state',\n    'Date'       = 'date',\n    'Cases'      = 'confirmed',\n    'Deaths'     = 'deaths',\n    'Recoveries' = 'recovered',\n    'Tests'      = 'tests'\n  ))\n  \n  # sanitize\n  x <- x %>%\n    mutate(\n      # states to lower\n      state = gsub(\"[^a-z]+province.*$\", \"\", tolower(x$state)),\n      # fix names\n      state = replace(state, state==\"dykundi\", \"daykundi\"),\n      state = replace(state, state==\"hirat\", \"herat\"),\n      state = replace(state, state==\"jawzjan\", \"jowzjan\"),\n      state = replace(state, state==\"nimroz\", \"nimruz\"),\n      state = replace(state, state==\"nooristan\", \"nuristan\"),\n      state = replace(state, state==\"paktya\", \"paktia\"),\n      state = replace(state, state==\"panjshir\", \"panjsher\"),\n      state = replace(state, grepl(\"^sar[^a-z].*p[ou]l$\", state), \"sar-e pol\"),\n      # convert to integers\n      confirmed = as.integer(gsub(\"[^0-9]\", \"\", confirmed)),\n      deaths =  as.integer(gsub(\"[^0-9]\", \"\", deaths)),\n      recovered =  as.integer(gsub(\"[^0-9]\", \"\", recovered)),\n      tests =  as.integer(gsub(\"[^0-9]\", \"\", tests)),\n      # convert to date\n      date = as.Date(date, format = \"%Y-%m-%d\"))\n  \n  # remove decreasing cumulative counts\n  # the data are not clean and these issues are most likely manual entry mistakes\n  x <- drop_decreasing(x, by = \"state\", cols = c(\"confirmed\", \"deaths\", \"recovered\", \"tests\"), k = 1:7, strict = FALSE)\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_humdata.ht.R",
    "content": "#' Ministry of Public Health and Population of Haiti\n#'\n#' Data source for: Haiti\n#'\n#' @param level 2\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#'\n#' @source https://data.humdata.org/dataset/haiti-covid-19-subnational-cases\n#'\n#' @keywords internal\n#'\nhumdata.ht <- function(level){\n  if(level!=2) return(NULL)\n\n  # download\n  url <- \"https://proxy.hxlstandard.org/data/738954/download/haiti-covid-19-subnational-data.csv\"\n  x   <- read.csv(url)\n  \n  # formatting \n  x <- map_data(x[-1,], c(\n    'Département'       = 'state',\n    'Date'              = 'date',\n    'Cumulative.cases'  = 'confirmed',\n    'Cumulative.Deaths' = 'deaths'\n  ))\n  \n  # sanitize\n  x <- x %>%\n    mutate(\n      # states to lower\n      state = tolower(state),\n      # fix names\n      state = replace(state, state==\"grand anse\", \"grandanse\"),\n      state = replace(state, state==\"quest\", \"ouest\"),\n      # convert to integers\n      confirmed = as.integer(gsub(\",\", \"\", confirmed)),\n      deaths =  as.integer(gsub(\",\", \"\", deaths)),\n      # convert to date\n      date = as.Date(date, format = \"%d-%m-%Y\")) %>%\n    # drop duplicates\n    distinct(state, date, .keep_all = TRUE)\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_impfdashboard.de.R",
    "content": "#' Robert Koch Institute and the Federal Ministry of Health\n#'\n#' Data source for: Germany\n#'\n#' @param level 1\n#'\n#' @section Level 1:\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @source https://impfdashboard.de/en/data\n#'\n#' @keywords internal\n#'\nimpfdashboard.de <- function(level){\n  if(level!=1) return(NULL)\n  \n  # download\n  url <- \"https://impfdashboard.de/static/data/germany_vaccinations_timeseries_v2.tsv\"\n  x <- read.csv(url, sep = \"\\t\")\n  \n  # format\n  x <- map_data(x, c(\n    \"date\" = \"date\",\n    \"dosen_kumulativ\" = \"vaccines\",\n    \"personen_erst_kumulativ\" = \"people_vaccinated\",\n    \"personen_voll_kumulativ\" = \"people_fully_vaccinated\"\n  ))\n  \n  # convert date\n  x$date <- as.Date(x$date)\n  \n  return(x) \n}\n"
  },
  {
    "path": "R/ds_isciii.es.R",
    "content": "#' Centro Nacional de Epidemiología\n#'\n#' Data source for: Spain\n#'\n#' @param level 2, 3\n#'\n#' @section Level 2:\n#' - confirmed cases\n#'\n#' @section Level 3:\n#' - confirmed cases\n#' - deaths\n#' - hospitalizations\n#' - intensive care\n#'\n#' @source https://cnecovid.isciii.es/covid19/#documentaci%C3%B3n-y-datos\n#'\n#' @keywords internal\n#'\nisciii.es <- function(level) {\n  if(!level %in% 2:3) return(NULL)\n  \n  if(level==2){\n    \n    # download cases\n    url <- 'https://cnecovid.isciii.es/covid19/resources/casos_diag_ccaadecl.csv'\n    x   <- read.csv(url)\n    \n    # format cases\n    x <- map_data(x, c(\n      \"fecha\"     = \"date\",\n      \"ccaa_iso\"  = \"state\",\n      \"num_casos\" = \"confirmed\")) \n    \n    # cases\n    x <- x %>%\n      group_by(state) %>%\n      arrange(date) %>%\n      mutate(confirmed = cumsum(confirmed))\n    \n    # date\n    x$date <- as.Date(x$date)\n    \n  }\n  \n  if(level==3) {\n    \n    # download cases\n    url <- 'https://cnecovid.isciii.es/covid19/resources/casos_hosp_uci_def_sexo_edad_provres.csv'\n    x <- read.csv(url)\n    \n    # format cases\n    x <- map_data(x, c(\n      \"fecha\"          = \"date\",\n      \"provincia_iso\"  = \"district\",\n      \"num_casos\"      = \"confirmed\",\n      \"num_hosp\"       = \"hosp\",\n      \"num_uci\"        = \"icu\",\n      \"num_def\"        = \"deaths\")) \n    \n    # cases\n    x <- x %>%\n      # remove unassigned\n      filter(district!=\"NC\") %>%\n      # for each date and district\n      group_by(date, district) %>%\n      # compute total counts\n      summarise(\n        confirmed = sum(confirmed),\n        hosp = sum(hosp),\n        icu = sum(icu),\n        deaths = sum(deaths)) %>%\n      # group by district\n      group_by(district) %>%\n      # sort by date\n      arrange(date) %>%\n      # cumulate\n      mutate(\n        confirmed = cumsum(confirmed),\n        deaths = cumsum(deaths))\n    \n    # date\n    x$date <- as.Date(x$date)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_koronavirus.hr.R",
    "content": "#' Croatian Institute of Public Health\n#'\n#' Data source for: Croatia\n#'\n#' @param level 1, 2\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#'\n#' @source https://www.koronavirus.hr/otvoreni-strojno-citljivi-podaci/526\n#'\n#' @keywords internal\n#'\nkoronavirus.hr <- function(level) {\n  if(!level %in% 1:2) return(NULL)\n  \n  # download\n  url <- 'https://www.koronavirus.hr/json/?action=po_danima_zupanijama'\n  x   <- jsonlite::fromJSON(url, flatten=TRUE)\n  \n  # make longer along regions (zupanija)\n  x <- bind_rows(apply(x, 1, function(row) {\n    cbind(date = row$Datum, row$PodaciDetaljno)\n  }))\n\n  # format\n  x <- map_data(x, c(\n    \"date\"           = \"date\",\n    \"broj_zarazenih\" = \"confirmed\",\n    \"broj_umrlih\"    = \"deaths\",\n    \"broj_aktivni\"   = \"active\",\n    \"Zupanija\"       = \"region\"\n  ))\n  \n  # recovered\n  x <- x %>%\n    mutate(recovered = confirmed - deaths - active)\n  \n  if(level==1){\n\n    # compute total counts    \n    x <- x %>%\n      group_by(date) %>%\n      summarise(across(c(\"confirmed\", \"deaths\", \"recovered\"), sum))\n    \n  }\n  \n  if(level==2){\n\n    # sanitize regions\n    x$region <- trimws(x$region)\n    \n  }\n  \n  # date\n  x$date <- as.Date(x$date, \"%Y-%m-%d %H:%M\")\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_mzcr.cz.R",
    "content": "#' Ministry of Health of the Czech Republic\n#'\n#' Data source for: Czech Republic\n#'\n#' @param level 1, 2, 3\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#' \n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @section Level 3:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#'\n#' @source https://onemocneni-aktualne.mzcr.cz/api/v2/covid-19\n#'\n#' @keywords internal\n#'\nmzcr.cz <- function(level){\n  if(!level %in% 1:3) return(NULL)\n  \n  # vaccines\n  url.vacc <- \"https://onemocneni-aktualne.mzcr.cz/api/v2/covid-19/ockovani.csv\"\n  x.vacc <- read.csv(url.vacc, fileEncoding = \"UTF-8-BOM\", encoding = \"Latin1\")\n  \n  # format\n  x.vacc <- map_data(x.vacc, c(\n    \"datum\" = \"date\",\n    \"vakcina\" = \"type\",\n    \"kraj_nuts_kod\" = \"nuts\",\n    \"prvnich_davek\" = \"first\",\n    \"druhych_davek\" = \"second\"\n  ))\n  \n  # compute total doses and people vaccinated  \n  x.vacc <- x.vacc %>%\n    mutate(\n      is_oneshot = type==\"COVID-19 Vaccine Janssen\",\n      vaccines = first + second,\n      people_vaccinated = first,\n      people_fully_vaccinated = first*is_oneshot + second*(!is_oneshot))\n  \n  if(level==1){\n    \n    # confirmed, recovered, deaths, tests\n    url.cases <- \"https://onemocneni-aktualne.mzcr.cz/api/v2/covid-19/nakazeni-vyleceni-umrti-testy.csv\"\n    x.cases <- read.csv(url.cases, fileEncoding = \"UTF-8-BOM\")\n    \n    # format\n    x.cases <- map_data(x.cases, c(\n      \"datum\" = \"date\",\n      \"kumulativni_pocet_nakazenych\" = \"confirmed\",\n      \"kumulativni_pocet_vylecenych\" = \"recovered\",\n      \"kumulativni_pocet_umrti\" = \"deaths\",\n      \"kumulativni_pocet_testu\" = \"pcr\",\n      \"kumulativni_pocet_ag_testu\" = \"antigen\"\n    ))\n    \n    # compute total tests\n    x.cases$tests <- x.cases$pcr + x.cases$antigen\n    \n    # hospitalizations\n    url.hosp <- \"https://onemocneni-aktualne.mzcr.cz/api/v2/covid-19/hospitalizace.csv\"\n    x.hosp <- read.csv(url.hosp, fileEncoding = \"UTF-8-BOM\")\n    x.hosp <- map_data(x.hosp, c(\n      \"datum\" = \"date\",\n      \"pocet_hosp\" = \"hosp\",\n      \"jip\" = \"icu\",\n      \"upv\" = \"vent\"\n    ))\n    \n    # compute cumulative vaccination data\n    x.vacc <- x.vacc %>%\n      # for each date\n      group_by(date) %>%\n      # compute total counts\n      summarise(\n        vaccines = sum(vaccines),\n        people_vaccinated = sum(people_vaccinated),\n        people_fully_vaccinated = sum(people_fully_vaccinated)) %>%\n      # sort by date\n      arrange(date) %>%\n      # cumulate\n      mutate(\n        vaccines = cumsum(vaccines),\n        people_vaccinated = cumsum(people_vaccinated),\n        people_fully_vaccinated = cumsum(people_fully_vaccinated))\n    \n    # merge\n    by <- \"date\"\n    x <- x.cases %>%\n      full_join(x.hosp, by = by) %>%\n      full_join(x.vacc, by = by)\n    \n  }\n  \n  if(level==2 | level==3){\n    \n    # confirmed, recovered, deaths\n    url.cases <- \"https://onemocneni-aktualne.mzcr.cz/api/v2/covid-19/kraj-okres-nakazeni-vyleceni-umrti.csv\"\n    x.cases <- read.csv(url.cases, fileEncoding = \"UTF-8-BOM\")\n    \n    # format\n    x.cases <- map_data(x.cases, c(\n      \"datum\" = \"date\",\n      \"kraj_nuts_kod\" = \"nuts\",\n      \"okres_lau_kod\" = \"lau\",\n      \"kumulativni_pocet_nakazenych\" = \"confirmed\",\n      \"kumulativni_pocet_vylecenych\" = \"recovered\",\n      \"kumulativni_pocet_umrti\" = \"deaths\"\n    ))\n    \n    # tests\n    url.tests <- \"https://onemocneni-aktualne.mzcr.cz/api/v2/covid-19/kraj-okres-testy.csv\"\n    x.tests <- read.csv(url.tests, fileEncoding = \"UTF-8-BOM\")  \n    \n    # format\n    x.tests <- map_data(x.tests, c(\n      \"datum\" = \"date\",\n      \"kraj_nuts_kod\" = \"nuts\",\n      \"okres_lau_kod\" = \"lau\",\n      \"kumulativni_pocet_testu_okres\" = \"tests_lau\",\n      \"kumulativni_pocet_testu_kraj\" = \"tests_nuts\"\n    ))\n    \n    if(level==2){\n      \n      # compute cases by state\n      x.cases <- x.cases %>%\n        filter(!is.na(nuts)) %>%\n        group_by(nuts, date) %>%\n        summarise(\n          confirmed = sum(confirmed),\n          recovered = sum(recovered),\n          deaths    = sum(deaths))\n      \n      # compute tests by state\n      x.tests <- x.tests %>%\n        filter(!is.na(nuts)) %>%\n        group_by(nuts, date) %>%\n        summarise(tests = median(tests_nuts))\n      \n      # compute vaccines by state\n      x.vacc <- x.vacc %>%\n        # for each date and state\n        group_by(date, nuts) %>%\n        # compute total counts\n        summarise(\n          vaccines = sum(vaccines),\n          people_vaccinated = sum(people_vaccinated),\n          people_fully_vaccinated = sum(people_fully_vaccinated)) %>%\n        # group by state\n        group_by(nuts) %>%\n        # sort by date\n        arrange(date) %>%\n        # cumulate\n        mutate(\n          vaccines = cumsum(vaccines),\n          people_vaccinated = cumsum(people_vaccinated),\n          people_fully_vaccinated = cumsum(people_fully_vaccinated))\n      \n      # merge\n      by <- c(\"date\", \"nuts\")\n      x <- x.cases %>%\n        full_join(x.tests, by = by) %>%\n        full_join(x.vacc, by = by)\n      \n    }\n    \n    if(level==3){\n      \n      # filter cases by lau\n      x.cases <- x.cases %>%\n        filter(!is.na(lau)) \n      \n      # filter tests by lau\n      x.tests <- x.tests %>%\n        filter(!is.na(lau)) %>%\n        mutate(tests = tests_lau)\n      \n      # merge\n      x <- full_join(x.cases, x.tests, by = c(\"date\", \"lau\")) \n      \n    }\n    \n  }\n  \n  # convert date\n  x$date <- as.Date(x$date)\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_ourworldindata.org.R",
    "content": "#' Our World in Data\n#'\n#' Data source for: Worldwide\n#'\n#' @param level 1, 2\n#' @param id filter by ISO code if level=1 or by name of state if level=2\n#'\n#' @section Level 1:\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#'\n#' @section Level 2:\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @source https://covid.ourworldindata.org\n#'\n#' @keywords internal\n#'\nourworldindata.org <- function(level = 1, id = NULL){\n  if(!level %in% 1:2) return(NULL)\n  \n  if(level==1){\n    \n    # download\n    url <- \"https://covid.ourworldindata.org/data/owid-covid-data.csv\"\n    x   <- read.csv(url, cache = TRUE)\n    \n    # keep only countries \n    x <- x[!is.na(x$iso_code),]\n    \n    # filter by id \n    if(!is.null(id))\n      x <- x[x$iso_code %in% id,]\n    \n    # formatting\n    x <- map_data(x, c(\n      'date',\n      'iso_code'                = 'iso_alpha_3',\n      'location'                = 'country',\n      'total_tests'             = 'tests',\n      'total_vaccinations'      = 'vaccines',\n      'people_vaccinated'       = 'people_vaccinated',\n      'people_fully_vaccinated' = 'people_fully_vaccinated',\n      'icu_patients'            = 'icu',\n      'hosp_patients'           = 'hosp'\n    ))\n    \n  }\n  \n  if(level==2){\n    \n    # download\n    url <- \"https://raw.githubusercontent.com/owid/covid-19-data/master/public/data/vaccinations/us_state_vaccinations.csv\"\n    x   <- read.csv(url)\n    \n    # formatting\n    x <- map_data(x, c(\n      'date',\n      'location'                = 'state',\n      'total_vaccinations'      = 'vaccines',\n      'people_vaccinated'       = 'people_vaccinated',\n      'people_fully_vaccinated' = 'people_fully_vaccinated'\n    ))\n    \n    # filter by id\n    if(!is.null(id)){\n      x <- x[which(x$state %in% id),]\n    }\n    # drop states that should not be in level 2\n    else{\n      x <- x[which(!x$state %in% c(\n        \"Bureau of Prisons\", \"Dept of Defense\", \"Federated States of Micronesia\", \n        \"Indian Health Svc\", \"Long Term Care\", \"Marshall Islands\", \"Republic of Palau\", \n        \"United States\", \"Veterans Health\")),]\n    }\n    \n  }\n  \n  # date\n  x$date <- as.Date(x$date)\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_rivm.nl.R",
    "content": "#' National Institute for Public Health and the Environment\n#'\n#' Data source for: Netherlands\n#'\n#' @param level 1, 2, 3\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#'\n#' @section Level 3:\n#' - confirmed cases\n#' - deaths\n#'\n#' @source https://data.rivm.nl/covid-19/\n#'\n#' @keywords internal\n#'\nrivm.nl <- function(level) {\n  if(!level %in% 1:3) return(NULL)\n\n  # download\n  url <- \"https://data.rivm.nl/covid-19/COVID-19_aantallen_gemeente_per_dag.csv\"\n  x   <- read.csv(url, sep = \";\")\n  \n  # format\n  x <- map_data(x, c(\n    \"Date_of_publication\" = \"date\",\n    \"Municipality_code\"   = \"municipality_code\",\n    \"Municipality_name\"   = \"municipality\",\n    \"Province\"            = \"province\",\n    \"Total_reported\"      = \"confirmed\",\n    \"Deceased\"            = \"deaths\")) \n  \n  # sanitize\n  x$date <- as.Date(x$date)\n  x$province <- trimws(x$province)\n  x$municipality <- trimws(x$municipality)\n  \n  # group by\n  if(level == 1){\n    by <- c(\"date\") \n  }\n  if(level == 2){\n    by <- c(\"date\", \"province\")\n    x <- x[!is.na(x$province),]\n  }\n  if(level == 3){\n    by <- c(\"date\", \"province\", \"municipality\")\n    x <- x[!is.na(x$province) & !is.na(x$municipality),]\n  }\n  \n  # aggregate\n  x <- x %>% \n    # for each date and area\n    dplyr::group_by_at(by) %>%\n    # compute total counts\n    dplyr::summarise(\n      confirmed = sum(confirmed),\n      deaths    = sum(deaths)) %>%\n    # group by area\n    dplyr::group_by_at(by[-1]) %>%\n    # sort by date\n    dplyr::arrange(date) %>%\n    # cumulate\n    dplyr::mutate(\n      confirmed = cumsum(confirmed),\n      deaths    = cumsum(deaths))\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_sciensano.be.R",
    "content": "#' Sciensano, the Belgian Institute for Health\n#'\n#' Data source for: Belgium\n#'\n#' @param level 1, 2, 3\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#' \n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#'\n#' @section Level 3:\n#' - confirmed cases\n#' - tests\n#' - total vaccine doses administered\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#' - intensive care\n#' - patients requiring ventilation\n#'\n#' @source https://epistat.wiv-isp.be/covid/\n#'\n#' @keywords internal\n#'\nsciensano.be <- function(level){\n  if(!level %in% 1:3) return(NULL)\n  \n  # download\n  url <- \"https://epistat.sciensano.be/Data/COVID19BE.xlsx\"\n  x   <- read.excel(url, sheet = c(\n    \"CASES_AGESEX\", \"CASES_MUNI_CUM\", \"HOSP\", \"MORT\", \"TESTS\",         \n    \"VACC\", \"VACC_MUNI_CUM_1\", \"VACC_MUNI_CUM_2\", \"VACC_MUNI_CUM_3\"       \n  ))  \n  \n  # convert date in all the excel sheets\n  x <- lapply(x, function(x){\n    if(\"DATE\" %in% colnames(x)){\n      x$date <- as.Date(x$DATE)\n      x$DATE <- NULL  \n      x <- x %>% \n        filter(!is.na(date)) %>% \n        arrange(date)\n    }\n    return(x)\n  })\n  \n  if(level==1){\n    \n    # confirmed\n    confirmed <- x$CASES_AGESEX %>% \n      group_by(date) %>% \n      summarise(confirmed = sum(CASES)) %>%\n      arrange(date) %>%\n      mutate(confirmed = cumsum(confirmed))\n    \n    # hosp\n    hosp <- x$HOSP %>%\n      group_by(date) %>%\n      summarise(\n        hosp = sum(TOTAL_IN),\n        icu  = sum(TOTAL_IN_ICU),\n        vent = sum(TOTAL_IN_RESP))\n    \n    # deaths\n    deaths <- x$MORT %>%\n      group_by(date) %>%\n      summarise(deaths = sum(DEATHS)) %>%\n      arrange(date) %>%\n      mutate(deaths = cumsum(deaths))\n    \n    # tests \n    tests <- x$TESTS %>%\n      group_by(date) %>%\n      summarise(tests = sum(TESTS_ALL)) %>%\n      arrange(date) %>%\n      mutate(tests = cumsum(tests))\n    \n    # Sciensano uses the following codes for vaccines. \n    # - For vaccines requiring 2 doses: A for first dose, B for second dose; \n    # - C for vaccine requiring only 1 dose \n    # - E for extra dose of vaccine administered since the 9th of September 2021\n    # We use A+C to compute people_vaccinated and B+C to compute people_fully_vaccinated.\n    # See https://epistat.sciensano.be/COVID19BE_codebook.pdf\n    vaccines <- x$VACC %>%\n      group_by(date) %>%\n      summarise(\n        vaccines = sum(COUNT),\n        people_vaccinated = sum(COUNT[DOSE %in% c(\"A\", \"C\")]),\n        people_fully_vaccinated = sum(COUNT[DOSE %in% c(\"B\", \"C\")])) %>%\n      arrange(date) %>%\n      mutate(\n        vaccines = cumsum(vaccines),\n        people_vaccinated = cumsum(people_vaccinated),\n        people_fully_vaccinated = cumsum(people_fully_vaccinated))\n    \n    # merge\n    by <- \"date\"\n    x <- confirmed %>%\n      full_join(hosp, by = by) %>%\n      full_join(deaths, by = by) %>%\n      full_join(tests, by = by) %>%\n      full_join(vaccines, by = by)\n    \n  }\n  if(level==2){\n    \n    # confirmed\n    confirmed <- x$CASES_AGESEX %>%\n      filter(!is.na(REGION)) %>%\n      group_by(date, REGION) %>% \n      summarise(confirmed = sum(CASES)) %>%\n      group_by(REGION) %>% \n      arrange(date) %>%\n      mutate(confirmed = cumsum(confirmed))\n    \n    # hosp\n    hosp <- x$HOSP %>%\n      filter(!is.na(REGION)) %>%\n      group_by(date, REGION) %>%\n      summarise(\n        hosp = sum(TOTAL_IN),\n        icu  = sum(TOTAL_IN_ICU),\n        vent = sum(TOTAL_IN_RESP))\n    \n    # deaths\n    deaths <- x$MORT %>%\n      filter(!is.na(REGION)) %>%\n      group_by(date, REGION) %>%\n      summarise(deaths = sum(DEATHS)) %>%\n      group_by(REGION) %>% \n      arrange(date) %>%\n      mutate(deaths = cumsum(deaths))\n    \n    # tests\n    tests <- x$TESTS %>%\n      filter(!is.na(REGION)) %>%\n      group_by(date, REGION) %>%\n      summarise(tests = sum(TESTS_ALL)) %>%\n      group_by(REGION) %>% \n      arrange(date) %>%\n      mutate(tests = cumsum(tests))\n    \n    # Sciensano uses the following codes for vaccines. \n    # - For vaccines requiring 2 doses: A for first dose, B for second dose; \n    # - C for vaccine requiring only 1 dose \n    # - E for extra dose of vaccine administered since the 9th of September 2021\n    # We use A+C to compute people_vaccinated and B+C to compute people_fully_vaccinated.\n    # See https://epistat.sciensano.be/COVID19BE_codebook.pdf\n    vaccines <- x$VACC %>%\n      filter(!is.na(REGION)) %>%\n      group_by(date, REGION) %>%\n      summarise(\n        vaccines = sum(COUNT),\n        people_vaccinated = sum(COUNT[DOSE %in% c(\"A\", \"C\")]),\n        people_fully_vaccinated = sum(COUNT[DOSE %in% c(\"B\", \"C\")])) %>%\n      group_by(REGION) %>% \n      arrange(date) %>%\n      mutate(\n        vaccines = cumsum(vaccines),\n        people_vaccinated = cumsum(people_vaccinated),\n        people_fully_vaccinated = cumsum(people_fully_vaccinated))\n    \n    # merge\n    by <- c(\"date\", \"REGION\")\n    x <- confirmed %>%\n      full_join(hosp, by = by) %>%\n      full_join(deaths, by = by) %>%\n      full_join(tests, by = by) %>%\n      full_join(vaccines, by = by)\n    \n  }\n  \n  if(level==3){\n    \n    # confirmed\n    confirmed <- x$CASES_AGESEX %>%\n      filter(!is.na(REGION) & !is.na(PROVINCE)) %>%\n      group_by(date, REGION, PROVINCE) %>% \n      summarise(confirmed = sum(CASES)) %>%\n      group_by(REGION, PROVINCE) %>% \n      arrange(date) %>%\n      mutate(confirmed = cumsum(confirmed))\n    \n    # hosp\n    hosp <- x$HOSP %>%\n      filter(!is.na(REGION) & !is.na(PROVINCE)) %>%\n      group_by(date, REGION, PROVINCE) %>%\n      summarise(\n        hosp = sum(TOTAL_IN),\n        icu  = sum(TOTAL_IN_ICU),\n        vent = sum(TOTAL_IN_RESP))\n    \n    # tests\n    tests <- x$TESTS %>%\n      filter(!is.na(REGION) & !is.na(PROVINCE)) %>%\n      group_by(date, REGION, PROVINCE) %>%\n      summarise(tests = sum(TESTS_ALL)) %>%\n      group_by(REGION, PROVINCE) %>% \n      arrange(date) %>%\n      mutate(tests = cumsum(tests))\n    \n    # Sciensano uses the following codes for vaccines. \n    # - For vaccines requiring 2 doses: A for first dose, B for second dose; \n    # - C for vaccine requiring only 1 dose \n    # - E for extra dose of vaccine administered since the 9th of September 2021\n    # We use A+C to compute people_vaccinated and B+C to compute people_fully_vaccinated.\n    # See https://epistat.sciensano.be/COVID19BE_codebook.pdf\n    vaccines <- bind_rows(x$VACC_MUNI_CUM_1, x$VACC_MUNI_CUM_2, x$VACC_MUNI_CUM_3) %>%\n      filter(CUMUL!=\"<10\") %>%\n      mutate(\n        NIS5 = as.character(NIS5),\n        CUMUL = as.integer(CUMUL),\n        # convert epidemiological week to date. \n        # the vaccines are reported at the end of the week on Sundays.\n        YEAR = as.integer(paste0(\"20\", substr(YEAR_WEEK, 0, 2))),\n        WEEK = as.integer(substr(YEAR_WEEK, 4, 6)),\n        date = MMWRweek::MMWRweek2Date(YEAR, WEEK)+7) %>%\n      left_join(x$CASES_MUNI_CUM, by = \"NIS5\") %>%\n      filter(!is.na(REGION) & !is.na(PROVINCE)) %>%\n      group_by(date, REGION, PROVINCE) %>%\n      summarise(\n        vaccines = sum(CUMUL),\n        people_vaccinated = sum(CUMUL[DOSE %in% c(\"A\", \"C\")]),\n        people_fully_vaccinated = sum(CUMUL[DOSE %in% c(\"B\", \"C\")]))\n    \n    # merge\n    by <- c(\"date\", \"REGION\", \"PROVINCE\")\n    x <- confirmed %>%\n      full_join(hosp, by = by) %>%\n      full_join(tests, by = by) %>%\n      full_join(vaccines, by = by)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_ssi.dk.R",
    "content": "#' Statens Serum Institut\n#'\n#' Data source for: Denmark\n#'\n#' @param level 2, 3\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - tests\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#' - hospitalizations\n#'\n#' @section Level 3:\n#' - confirmed cases\n#' - tests\n#' - people with at least one vaccine dose\n#' - people fully vaccinated\n#'\n#' @source https://covid19.ssi.dk/overvagningsdata\n#'\n#' @keywords internal\n#'\nssi.dk <- function(level){\n  if(!level %in% 2:3) return(NULL)\n  \n  # function to scrape the url of the latest data file\n  get_url <- function(webpage, baseurl){\n    html <- httr::GET(webpage)\n    data <- httr::content(html)\n    data <- as.character(data)\n    pattern <- paste0(baseurl, \"-\\\\d{8}[-\\\\_a-z0-9]*\")\n    m <- regexpr(pattern, data, ignore.case = TRUE)\n    regmatches(data, m)\n  }\n  \n  # download cases\n  webpage <- \"https://covid19.ssi.dk/overvagningsdata/download-fil-med-overvaagningdata\"\n  baseurl <- \"https://files.ssi.dk/covid19/overvagning/dashboard/overvaagningsdata-dashboard-covid19\"\n  zip.cases <- tempfile()\n  url <- get_url(webpage = webpage, baseurl = baseurl)\n  download.file(url, zip.cases, quiet = TRUE, mode = \"wb\")  \n\n  # download vaccines  \n  webpage <- \"https://covid19.ssi.dk/overvagningsdata/download-fil-med-vaccinationsdata\"\n  baseurl <- \"https://files.ssi.dk/covid19/vaccinationsdata/zipfil/vaccinationsdata-dashboard-covid19\"\n  zip.vacc <- tempfile()\n  url <- get_url(webpage = webpage, baseurl = baseurl)\n  download.file(url, zip.vacc, quiet = TRUE, mode = \"wb\")  \n  \n  # temp dir to unzip\n  dir <- tempdir()\n  \n  if(level==2){\n    \n    # read cases and deaths\n    file <- \"Regionalt_DB/03_bekraeftede_tilfaelde_doede_indlagte_pr_dag_pr_koen.csv\"\n    file <- unzip(zip.cases, files = file, exdir = dir)\n    x.cases <- read.csv(file, sep = \";\", fileEncoding = \"Latin1\", encoding = \"ANSI\")\n\n    # format cases\n    x.cases <- map_data(x.cases, c(\n      \"Region\" = \"region\",\n      \"Prøvetagningsdato\" = \"date\",\n      \"Døde\" = \"deaths\",\n      \"Bekræftede.tilfælde\" = \"confirmed\",\n      \"Bekræftede.tilfælde.i.alt\" = \"confirmed\"\n    ))\n    \n    # cases\n    x.cases <- x.cases %>%\n      # for each region and date\n      group_by(region, date) %>%\n      # compute total counts\n      summarise(\n        deaths = sum(deaths),\n        confirmed = sum(confirmed)) %>%\n      # group by region\n      group_by(region) %>%\n      # sort by date\n      arrange(date) %>%\n      # cumulate\n      mutate(\n        deaths = cumsum(deaths),\n        confirmed = cumsum(confirmed))\n    \n    # read hosp\n    file <- \"Regionalt_DB/15_indlagte_pr_region_pr_dag.csv\"\n    file <- unzip(zip.cases, files = file, exdir = dir)\n    x.hosp <- read.csv(file, sep = \";\", fileEncoding = \"Latin1\", encoding = \"ANSI\")\n    \n    # format hosp\n    x.hosp <- map_data(x.hosp, c(\n      \"Region\" = \"region\",\n      \"Dato\" = \"date\",\n      \"Indlagte\" = \"hosp\"\n    ))\n    # drop duplicated entry: Syddanmark 2021-10-26\n    x.hosp <- x.hosp[!duplicated(x.hosp),]\n     \n    # read tests\n    file <- \"Regionalt_DB/16_pcr_og_antigen_test_pr_region.csv\"\n    file <- unzip(zip.cases, files = file, exdir = dir)\n    x.tests <- read.csv(file, sep = \";\", fileEncoding = \"Latin1\", encoding = \"ANSI\")\n    \n    # format tests\n    x.tests <- map_data(x.tests, c(\n      \"Uge\" = \"epiweek\",\n      \"Region\" = \"region\",\n      \"Metode\" = \"type\",\n      \"Prøver\" = \"tests\"\n    ))\n  \n    # tests\n    x.tests <- x.tests %>%\n      # drop missing region and keep only PCR tests\n      # only PCR tests are counted as confirmed cases\n      # see https://covid19.ssi.dk/overvagningsdata/konfirmatorisk-pcr-test\n      filter(!is.na(region) & type==\"PCR\") %>%\n      # convert epiweek to date\n      mutate(\n        YEAR = as.integer(substr(epiweek, 0, 4)),\n        WEEK = as.integer(substr(epiweek, 7, 9)),\n        date = as.character(MMWRweek::MMWRweek2Date(YEAR, WEEK)+7)) %>%\n      # for each date and region\n      group_by(date, region) %>%\n      # compute total counts\n      summarize(tests = sum(tests)) %>%\n      # group by region\n      group_by(region) %>%\n      # sort by date\n      arrange(date) %>%\n      # cumulate\n      mutate(tests = cumsum(tests))\n      \n    # read people vaccinated\n    file <- \"Vaccine_DB/Vaccine_dato_region.csv\"\n    file <- unzip(zip.vacc, files = file, exdir = dir)\n    x.vacc <- read.csv(file, sep = \";\", fileEncoding = \"Latin1\", encoding = \"ANSI\")\n    \n    # format people vaccinated\n    x.vacc <- map_data(x.vacc, c(\n      \"Dato\" = \"date\",\n      \"Region\" = \"region\",\n      \"Samlet.antal.1..stik\" = \"people_vaccinated\",\n      \"Samlet.antal.2..stik\" = \"people_fully_vaccinated\"\n    ))\n    \n    # merge\n    by <- c(\"region\", \"date\")\n    x <- x.cases %>%\n      full_join(x.hosp, by = by) %>%\n      full_join(x.tests, by = by) %>%\n      full_join(x.vacc, by = by)\n\n  }\n  \n  if(level==3){\n    \n    # read cases\n    file <- \"Kommunalt_DB/07_bekraeftede_tilfaelde_pr_dag_pr_kommune.csv\"\n    file <- unzip(zip.cases, files = file, exdir = dir)\n    x.cases <- read.csv(file, sep = \";\", fileEncoding = \"Latin1\", encoding = \"ANSI\")\n    \n    # format cases\n    x.cases <- map_data(x.cases, c(\n      \"Kommune\" = \"code\",\n      \"Kommunenavn\" = \"name\",\n      \"Dato\" = \"date\",\n      \"Bekræftede.tilfælde\" = \"confirmed\",\n      \"Bekræftede.tilfælde.i.alt\" = \"confirmed\"\n    )) \n    \n    # cases\n    x.cases <- x.cases %>%\n      filter(!is.na(code)) %>%\n      group_by(code) %>%\n      arrange(date) %>%\n      mutate(confirmed = cumsum(confirmed))\n    \n    # read tests\n    file <- \"Kommunalt_DB/12_pcr_og_antigen_test_pr_kommune.csv\"\n    file <- unzip(zip.cases, files = file, exdir = dir)\n    x.tests <- read.csv(file, sep = \";\", fileEncoding = \"Latin1\", encoding = \"ANSI\")\n    \n    # format tests\n    x.tests <- map_data(x.tests, c(\n      \"Uge\" = \"epiweek\",\n      \"Kommune.kode\" = \"code\",\n      \"Kommunenavn\" = \"name\",\n      \"Metode\" = \"type\",\n      \"Prøver\" = \"tests\"\n    ))\n    \n    # map\n    idx <- which(!duplicated(x.tests$code))\n    map <- x.tests$code[idx]\n    names(map) <- x.tests$name[idx]\n    \n    # tests\n    x.tests <- x.tests %>%\n      # drop missing municipality and keep only PCR tests\n      # only PCR tests are counted as confirmed cases\n      # see https://covid19.ssi.dk/overvagningsdata/konfirmatorisk-pcr-test\n      filter(!is.na(code) & !is.na(name) & type==\"PCR\") %>%\n      # convert epiweek to date\n      mutate(\n        YEAR = as.integer(substr(epiweek, 0, 4)),\n        WEEK = as.integer(substr(epiweek, 7, 9)),\n        date = as.character(MMWRweek::MMWRweek2Date(YEAR, WEEK)+7)) %>%\n      # for each date and municipality\n      group_by(date, code) %>%\n      # compute total counts\n      summarize(tests = sum(tests)) %>%\n      # group by municipality\n      group_by(code) %>%\n      # sort by date\n      arrange(date) %>%\n      # cumulate\n      mutate(tests = cumsum(tests))\n    \n    # read people vaccinated\n    file <- \"Vaccine_DB/Vaccine_dato_kommune.csv\"\n    file <- unzip(zip.vacc, files = file, exdir = dir)\n    x.vacc <- read.csv(file, sep = \";\", fileEncoding = \"Latin1\", encoding = \"ANSI\")\n    \n    # format people vaccinated\n    x.vacc <- map_data(x.vacc, c(\n      \"Dato\" = \"date\",\n      \"Kommune\" = \"name\",\n      \"Samlet.antal.1..stik\" = \"people_vaccinated\",\n      \"Samlet.antal.2..stik\" = \"people_fully_vaccinated\"\n    ))\n    x.vacc$code <- as.integer(map_values(x.vacc$name, map = map))\n    \n    # merge\n    by <- c(\"code\", \"date\")\n    x <- x.cases %>%\n      full_join(x.tests, by = by) %>%\n      full_join(x.vacc, by = by) \n    \n  }\n  \n  # convert date\n  x$date <- as.Date(x$date)\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_toyokeizai.net.R",
    "content": "#' Toyo Keizai\n#'\n#' Data source for: Japan\n#'\n#' @param level 1, 2\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - hospitalizations\n#' - intensive care\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - hospitalizations\n#' - intensive care\n#'\n#' @source https://toyokeizai.net/sp/visual/tko/covid19/\n#'\n#' @keywords internal\n#'\ntoyokeizai.net <- function(level) {\n  if(!level %in% 1:2) return(NULL)\n\n  if(level == 1){\n    \n    # confirmed cases\n    url <- \"https://toyokeizai.net/sp/visual/tko/covid19/csv/pcr_positive_daily.csv\"\n    x.cases <- read.csv(url)\n    colnames(x.cases) <- c(\"date\", \"confirmed\")\n    \n    # deaths \n    url <- \"https://toyokeizai.net/sp/visual/tko/covid19/csv/death_total.csv\"\n    x.deaths <- read.csv(url)\n    colnames(x.deaths) <- c(\"date\", \"deaths\")\n    \n    # recovered\n    url <- \"https://toyokeizai.net/sp/visual/tko/covid19/csv/recovery_total.csv\"\n    x.recovered <- read.csv(url)\n    colnames(x.recovered) <- c(\"date\", \"recovered\")\n    \n    # tests\n    url <- \"https://toyokeizai.net/sp/visual/tko/covid19/csv/pcr_tested_daily.csv\"\n    x.tests <- read.csv(url)\n    colnames(x.tests) <- c(\"date\", \"tests\")\n    \n    # hosp\n    url <- \"https://toyokeizai.net/sp/visual/tko/covid19/csv/cases_total.csv\"\n    x.hosp <- read.csv(url)\n    colnames(x.hosp) <- c(\"date\", \"hosp\")\n    \n    # icu\n    url <- \"https://toyokeizai.net/sp/visual/tko/covid19/csv/severe_daily.csv\"\n    x.icu <- read.csv(url)\n    colnames(x.icu) <- c(\"date\", \"icu\")\n    \n    # merge\n    x <- x.cases %>%\n      full_join(x.deaths, by = \"date\") %>%\n      full_join(x.recovered, by = \"date\") %>%\n      full_join(x.tests, by = \"date\") %>%\n      full_join(x.hosp, by = \"date\") %>%\n      full_join(x.icu, by = \"date\") \n    \n    # convert to date and cumulate\n    x <- x %>%\n      mutate(date = as.Date(date, format = \"%Y/%m/%d\")) %>%\n      arrange(date) %>%\n      mutate(confirmed = cumsum(confirmed),\n             tests = cumsum(tests))\n    \n  }\n  \n  if(level == 2){\n\n    # read data    \n    url <- \"https://toyokeizai.net/sp/visual/tko/covid19/csv/prefectures.csv\"\n    x <- read.csv(url)\n  \n    # convert to date\n    x$date <- as.Date(paste(x$year, x$month, x$date, sep = \"-\"))\n    \n    # formatting\n    x <- map_data(x, c(\n      \"date\" = \"date\",\n      \"prefectureNameE\" = \"prefecture\",\n      \"testedPositive\" = \"confirmed\",\n      \"peopleTested\" = \"tests\",\n      \"hospitalized\" = \"hosp\",\n      \"serious\" = \"icu\",\n      \"discharged\" = \"recovered\",\n      \"deaths\" = \"deaths\"\n    ))\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/ds_who.int.R",
    "content": "#' World Health Organization\n#'\n#' Data source for: Worldwide\n#'\n#' @param level 1\n#' @param id filter by 2-letter ISO code of country \n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#'\n#' @source https://covid19.who.int\n#'\n#' @keywords internal\n#'\nwho.int <- function(level = 1, id = NULL){\n  if(level!=1) return(NULL)\n  \n  # download\n  url <- \"https://srhdpeuwpubsa.blob.core.windows.net/whdh/COVID/WHO-COVID-19-global-daily-data.csv\"\n  who_data <- read.csv(url, stringsAsFactors = FALSE)\n  \n  # formatting\n  who_data <- map_data(who_data, c(\n    'Date_reported'     = 'date',\n    'Country_code'      = 'country_id',\n    'Country'           = 'country',\n    'Cumulative_cases'  = 'confirmed',\n    'Cumulative_deaths' = 'deaths',\n    'New_cases'         = 'new_cases',\n    'New_deaths'        = 'new_deaths'\n  ))\n  \n  # date\n  who_data$date <- as.Date(who_data$date, format = \"%Y-%m-%d\")\n\n  # filter\n  who_data <- who_data %>%\n    filter(country_id == id) %>%\n    mutate(\n      confirmed = if_else(!is.na(new_cases), confirmed, NA_integer_),\n      deaths = if_else(!is.na(new_deaths), deaths, NA_integer_)\n    ) %>%\n    filter(!is.na(confirmed) | !is.na(deaths)) %>% \n    select(date, country_id, confirmed, deaths)\n  \n  return(who_data)\n}\n"
  },
  {
    "path": "R/ds_wikipedia.dp.R",
    "content": "#' Wikipedia\n#'\n#' Data source for: Diamond Princess (Cruise Ship)\n#'\n#' @param level 1\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - tests\n#'\n#' @source https://en.wikipedia.org/wiki/COVID-19_pandemic_on_Diamond_Princess\n#'\n#' @keywords internal\n#'\nwikipedia.dp <- function(level) {\n  if(level!=1) return(NULL)\n\n  # data downloaded from the table \"Confirmed cases on Diamond Princess\" at \n  # https://en.wikipedia.org/wiki/COVID-19_pandemic_on_Diamond_Princess\n  x <- extdata(\"ds/DPC.csv\") %>%\n    mutate(date = as.Date(date))\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ABW.R",
    "content": "#' Aruba\n#'\n#' @source \\url{`r repo(\"ABW\")`}\n#' \nABW <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ABW\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Netherlands\", state = \"Aruba\", level = 2)\n    x1 <- x1[x1$date <= \"2023-03-10\",]\n    \n    #' - \\href{`r repo(\"who.int\")`}{World Health Organization}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x2 <- who.int(level = 1, id = \"AW\")\n    x2 <- x2[x2$date > \"2023-03-10\",]\n\n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x3 <- ourworldindata.org(id = \"ABW\")\n    \n    # merge\n    x <- bind_rows(x1, x2) %>%\n      full_join(x3, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_AFG.R",
    "content": "#' Afghanistan\n#'\n#' @source \\url{`r repo(\"AFG\")`}\n#' \nAFG <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"AFG\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Afghanistan\")\n    x1 <- x1[x1$date <= \"2023-03-10\",]\n    \n    #' - \\href{`r repo(\"who.int\")`}{World Health Organization}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x2 <- who.int(level = 1, id = \"AF\")\n    x2 <- x2[x2$date > \"2023-03-10\",]\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x3 <- ourworldindata.org(id = \"AFG\")\n    \n    # merge\n    x <- bind_rows(x1, x2) %>%\n      full_join(x3, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"AFG\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"humdata.af\")`}{Afghanistan Ministry of Health}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests.\n    #'\n    x <- humdata.af(level = level)\n    x$id <- id(x$state, iso = \"AFG\", ds = \"humdata.af\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_AGO.R",
    "content": "#' Angola\n#'\n#' @source \\url{`r repo(\"AGO\")`}\n#' \nAGO <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"AGO\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Angola\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"AGO\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_AIA.R",
    "content": "#' Anguilla\n#'\n#' @source \\url{`r repo(\"AIA\")`}\n#' \nAIA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"AIA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"Anguilla\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"AIA\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ALB.R",
    "content": "#' Albania\n#'\n#' @source \\url{`r repo(\"ALB\")`}\n#' \nALB <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ALB\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Albania\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"ALB\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_AND.R",
    "content": "#' Andorra\n#'\n#' @source \\url{`r repo(\"AND\")`}\n#' \nAND <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"AND\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Andorra\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"AND\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ARE.R",
    "content": "#' United Arab Emirates\n#'\n#' @source \\url{`r repo(\"ARE\")`}\n#' \nARE <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ARE\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"United Arab Emirates\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"ARE\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ARG.R",
    "content": "#' Argentina\n#'\n#' @source \\url{`r repo(\"ARG\")`}\n#' \nARG <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ARG\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Argentina\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"ARG\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"ARG\", 2)`\n  #' \n  if(level==2){\n   \n    #' - \\href{`r repo(\"gob.ar\")`}{Argentine Ministry of Health}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x <- gob.ar(level = level)\n    x$id <- id(x$prov, iso = \"ARG\", ds = \"gob.ar\", level = level)\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"ARG\", 3)`\n  #' \n  if(level==3){\n    \n    #' - \\href{`r repo(\"gob.ar\")`}{Argentine Ministry of Health}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x <- gob.ar(level = level)\n    x$id <- id(x$dep, iso = \"ARG\", ds = \"gob.ar\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ARM.R",
    "content": "#' Armenia\n#'\n#' @source \\url{`r repo(\"ARM\")`}\n#' \nARM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ARM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Armenia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"ARM\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ASM.R",
    "content": "#' American Samoa\n#'\n#' @source \\url{`r repo(\"ASM\")`}\n#' \nASM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ASM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.nytimes.covid19data\")`}{The New York Times}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x1 <- github.nytimes.covid19data(level = 2, fips = \"60\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"ASM\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ATG.R",
    "content": "#' Antigua and Barbuda\n#'\n#' @source \\url{`r repo(\"ATG\")`}\n#' \nATG <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ATG\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Antigua and Barbuda\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"ATG\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_AUS.R",
    "content": "#' Australia\n#'\n#' @source \\url{`r repo(\"AUS\")`}\n#' \nAUS <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"AUS\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.m3it.covid19data\")`}{Matt Bolton}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care,\n    #' patients requiring ventilation.\n    #'\n    x <- github.m3it.covid19data(level = level)\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"AUS\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"github.m3it.covid19data\")`}{Matt Bolton}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care,\n    #' patients requiring ventilation.\n    #'\n    x <- github.m3it.covid19data(level = level)\n    x$id <- id(x$administrative_area_level_2, iso = \"AUS\", ds = \"github.m3it.covid19data\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_AUT.R",
    "content": "#' Austria\n#'\n#' @source \\url{`r repo(\"AUT\")`}\n#' \nAUT <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"AUT\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"gv.at\")`}{Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x <- gv.at(level = level)\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"AUT\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"gv.at\")`}{Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x <- gv.at(level = level)\n    x$id <- id(x$state_id, iso = \"AUT\", ds = \"gv.at\", level = level)\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"AUT\", 3)`\n  #' \n  if(level==3){  \n    \n    #' - \\href{`r repo(\"gv.at\")`}{Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x <- gv.at(level = level)\n    x$id <- id(x$city_id, iso = \"AUT\", ds = \"gv.at\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_AZE.R",
    "content": "#' Azerbaijan\n#'\n#' @source \\url{`r repo(\"AZE\")`}\n#' \nAZE <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"AZE\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Azerbaijan\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"AZE\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BDI.R",
    "content": "#' Burundi\n#'\n#' @source \\url{`r repo(\"BDI\")`}\n#' \nBDI <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BDI\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Burundi\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BDI\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BEL.R",
    "content": "#' Belgium\n#'\n#' @source \\url{`r repo(\"BEL\")`}\n#' \nBEL <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BEL\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"sciensano.be\")`}{Sciensano, the Belgian Institute for Health}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care,\n    #' patients requiring ventilation.\n    #'\n    x1 <- sciensano.be(level = level)\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' recovered.\n    #'\n    x2 <- github.cssegisanddata.covid19(country = \"Belgium\") %>%\n      select(-c(\"confirmed\", \"deaths\"))\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"BEL\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"sciensano.be\")`}{Sciensano, the Belgian Institute for Health}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care,\n    #' patients requiring ventilation.\n    #'\n    x <- sciensano.be(level = level)\n    x$id <- id(x$REGION, iso = \"BEL\", ds = \"sciensano.be\", level = level)\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"BEL\", 3)`\n  #' \n  if(level==3){  \n    \n    #' - \\href{`r repo(\"sciensano.be\")`}{Sciensano, the Belgian Institute for Health}:\n    #' confirmed cases,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care,\n    #' patients requiring ventilation.\n    #'\n    x <- sciensano.be(level = level)\n    x$id <- id(x$PROVINCE, iso = \"BEL\", ds = \"sciensano.be\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BEN.R",
    "content": "#' Benin\n#'\n#' @source \\url{`r repo(\"BEN\")`}\n#' \nBEN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BEN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Benin\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BEN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BES.R",
    "content": "#' Bonaire, Sint Eustatius and Saba\n#'\n#' @source \\url{`r repo(\"BES\")`}\n#' \nBES <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BES\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"Bonaire, Sint Eustatius and Saba\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BES\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BFA.R",
    "content": "#' Burkina Faso\n#'\n#' @source \\url{`r repo(\"BFA\")`}\n#' \nBFA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BFA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Burkina Faso\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BFA\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BGD.R",
    "content": "#' Bangladesh\n#'\n#' @source \\url{`r repo(\"BGD\")`}\n#' \nBGD <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BGD\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Bangladesh\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BGD\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BGR.R",
    "content": "#' Bulgaria\n#'\n#' @source \\url{`r repo(\"BGR\")`}\n#' \nBGR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BGR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Bulgaria\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BGR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BHR.R",
    "content": "#' Bahrain\n#'\n#' @source \\url{`r repo(\"BHR\")`}\n#' \nBHR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BHR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Bahrain\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BHR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BHS.R",
    "content": "#' Bahamas\n#'\n#' @source \\url{`r repo(\"BHS\")`}\n#' \nBHS <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BHS\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Bahamas\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BHS\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BIH.R",
    "content": "#' Bosnia and Herzegovina\n#'\n#' @source \\url{`r repo(\"BIH\")`}\n#' \nBIH <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BIH\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Bosnia and Herzegovina\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BIH\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BLR.R",
    "content": "#' Belarus\n#'\n#' @source \\url{`r repo(\"BLR\")`}\n#' \nBLR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BLR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Belarus\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BLR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BLZ.R",
    "content": "#' Belize\n#'\n#' @source \\url{`r repo(\"BLZ\")`}\n#' \nBLZ <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BLZ\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Belize\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BLZ\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BMU.R",
    "content": "#' Bermuda\n#'\n#' @source \\url{`r repo(\"BMU\")`}\n#' \nBMU <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BMU\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"Bermuda\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BMU\") %>%\n      select(-c(\"tests\"))\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BOL.R",
    "content": "#' Bolivia\n#'\n#' @source \\url{`r repo(\"BOL\")`}\n#' \nBOL <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BOL\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Bolivia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BOL\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BRA.R",
    "content": "#' Brazil \n#'\n#' @source \\url{`r repo(\"BRA\")`}\n#' \nBRA <- function(level, ...){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BRA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.wcota.covid19br\")`}{Wesley Cota}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered.\n    #'\n    x <- github.wcota.covid19br(level = level)\n   \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"BRA\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"github.wcota.covid19br\")`}{Wesley Cota}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered.\n    #'\n    x <- github.wcota.covid19br(level = level)\n    x$id <- id(x$state, iso = \"BRA\", ds = \"github.wcota.covid19br\", level = level)\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"BRA\", 3)`\n  #' \n  if(level==3){  \n\n    #' - \\href{`r repo(\"github.wcota.covid19br\")`}{Wesley Cota}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x <- github.wcota.covid19br(level = level)\n    x$id <- id(x$code, iso = \"BRA\", ds = \"github.wcota.covid19br\", level = level)\n    \n    #' - \\href{`r repo(\"github.wcota.covid19br.vac\")`}{Wesley Cota}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    v <- github.wcota.covid19br.vac(level = level)\n    v$id <- id(v$code, iso = \"BRA\", ds = \"github.wcota.covid19br.vac\", level = level)\n    \n    # merge\n    x <- full_join(x, v, by = c(\"id\", \"date\"))\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BRB.R",
    "content": "#' Barbados\n#'\n#' @source \\url{`r repo(\"BRB\")`}\n#' \nBRB <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BRB\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Barbados\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BRB\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BRN.R",
    "content": "#' Brunei\n#'\n#' @source \\url{`r repo(\"BRN\")`}\n#' \nBRN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BRN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Brunei\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BRN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BTN.R",
    "content": "#' Bhutan\n#'\n#' @source \\url{`r repo(\"BTN\")`}\n#' \nBTN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BTN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Bhutan\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BTN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_BWA.R",
    "content": "#' Botswana\n#'\n#' @source \\url{`r repo(\"BWA\")`}\n#' \nBWA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BWA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Botswana\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"BWA\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_CAC.R",
    "content": "#' Cruise Ship Costa Atlantica\n#'\n#' @source \\url{`r repo(\"CAC\")`}\n#' \nCAC <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"CAC\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.swsoyee.2019ncovjapan\")`}{Su Wei}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' hospitalizations.\n    #'\n    x <- github.swsoyee.2019ncovjapan(id = \"Costa Atlantica\", level = 1) %>%\n      filter(date >= \"2020-04-21\" & date <= \"2020-07-10\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_CAF.R",
    "content": "#' Central African Republic\n#'\n#' @source \\url{`r repo(\"CAF\")`}\n#' \nCAF <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"CAF\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Central African Republic\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"CAF\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_CAN.R",
    "content": "#' Canada\n#'\n#' @source \\url{`r repo(\"CAN\")`}\n#' \nCAN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"CAN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"canada.ca\")`}{Public Health Agency of Canada}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests.\n    #'\n    x1 <- canada.ca(level = level) %>%\n      select(-c(\"vaccines\", \"people_vaccinated\", \"people_fully_vaccinated\"))\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"CAN\") %>%\n      select(-c(\"tests\"))\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"CAN\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"canada.ca\")`}{Public Health Agency of Canada}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x <- canada.ca(level = level)\n    x$id <- id(x$id, iso = \"CAN\", ds = \"canada.ca\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_CHE.R",
    "content": "#' Switzerland\n#'\n#' @source \\url{`r repo(\"CHE\")`}\n#' \nCHE <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"CHE\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"admin.ch\")`}{Federal Office of Public Health}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x1 <- admin.ch(state = \"CH\", level = level)\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' recovered.\n    #'\n    x2 <- github.cssegisanddata.covid19(country = \"Switzerland\") %>% \n      select(-c(\"confirmed\", \"deaths\"))\n    \n    # merge \n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"CHE\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"admin.ch\")`}{Federal Office of Public Health}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x1 <- admin.ch(state = \"CH\", level = level)\n    x1$id <- id(x1$code, iso = \"CHE\", ds = \"admin.ch\", level = level)\n    \n    #' - \\href{`r repo(\"github.openzh.covid19\")`}{Specialist Unit for Open Government Data Canton of Zurich}:\n    #' recovered,\n    #' patients requiring ventilation.\n    #'\n    x2 <- github.openzh.covid19(state = \"CH\", level = level) %>% \n      select(-c(\"confirmed\", \"deaths\", \"tests\", \"hosp\", \"icu\")) %>%\n      mutate(id = id(code, iso = \"CHE\", ds = \"github.openzh.covid19\", level = level))\n    \n    # merge\n    x <- full_join(x1, x2, by = c(\"id\", \"date\"))\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_CHL.R",
    "content": "#' Chile\n#'\n#' @source \\url{`r repo(\"CHL\")`}\n#' \nCHL <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"CHL\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.minciencia.datoscovid19\")`}{Ministerio de Ciencia, Tecnología, Conocimiento, e Innovación}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care,\n    #' patients requiring ventilation.\n    #'\n    x <- github.minciencia.datoscovid19(level = level)\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"CHL\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"github.minciencia.datoscovid19\")`}{Ministerio de Ciencia, Tecnología, Conocimiento, e Innovación}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' intensive care.\n    #'\n    x <- github.minciencia.datoscovid19(level = level)\n    x$id <- id(x$region, iso = \"CHL\", ds = \"github.minciencia.datoscovid19\", level = level)\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"CHL\", 3)`\n  #' \n  if(level==3){  \n    \n    #' - \\href{`r repo(\"github.minciencia.datoscovid19\")`}{Ministerio de Ciencia, Tecnología, Conocimiento, e Innovación}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x <- github.minciencia.datoscovid19(level = level)\n    x$id <- id(x$municipality, iso = \"CHL\", ds = \"github.minciencia.datoscovid19\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_CHN.R",
    "content": "#' China\n#'\n#' @source \\url{`r repo(\"CHN\")`}\n#' \nCHN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"CHN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"who.int\")`}{World Health Organization}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x1 <- who.int(id = \"CN\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"CHN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_CIV.R",
    "content": "#' Cote d'Ivoire\n#'\n#' @source \\url{`r repo(\"CIV\")`}\n#' \nCIV <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"CIV\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Cote d'Ivoire\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"CIV\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_CMR.R",
    "content": "#' Cameroon\n#'\n#' @source \\url{`r repo(\"CMR\")`}\n#' \nCMR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"CMR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Cameroon\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"CMR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_COD.R",
    "content": "#' Congo (Kinshasa)\n#'\n#' @source \\url{`r repo(\"COD\")`}\n#' \nCOD <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"COD\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Congo (Kinshasa)\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"COD\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_COG.R",
    "content": "#' Congo (Brazzaville)\n#'\n#' @source \\url{`r repo(\"COG\")`}\n#' \nCOG <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"COG\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Congo (Brazzaville)\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"COG\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_COK.R",
    "content": "#' Cook Islands\n#'\n#' @source \\url{`r repo(\"COK\")`}\n#' \nCOK <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"COK\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"Cook Islands\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"COK\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_COL.R",
    "content": "#' Colombia\n#'\n#' @source \\url{`r repo(\"COL\")`}\n#' \nCOL <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"COL\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"gov.co\")`}{Instituto Nacional de Salud}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests.\n    #'\n    x1 <- gov.co(level = level)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"COL\") %>%\n      select(-c(\"tests\"))\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"COL\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"gov.co\")`}{Instituto Nacional de Salud}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests.\n    #'\n    x <- gov.co(level = level)\n    x$id <- id(x$state, iso = \"COL\", ds = \"gov.co\", level = level)\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"COL\", 3)`\n  #' \n  if(level==3){  \n    \n    #' - \\href{`r repo(\"gov.co\")`}{Instituto Nacional de Salud}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x <- gov.co(level = level)\n    x$id <- id(x$city_code, iso = \"COL\", ds = \"gov.co\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_COM.R",
    "content": "#' Comoros\n#'\n#' @source \\url{`r repo(\"COM\")`}\n#' \nCOM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"COM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Comoros\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"COM\") %>%\n      select(-c(\"tests\"))\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_CPV.R",
    "content": "#' Cabo Verde\n#'\n#' @source \\url{`r repo(\"CPV\")`}\n#' \nCPV <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"CPV\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Cabo Verde\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"CPV\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_CRI.R",
    "content": "#' Costa Rica\n#'\n#' @source \\url{`r repo(\"CRI\")`}\n#' \nCRI <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"CRI\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Costa Rica\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"CRI\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_CUB.R",
    "content": "#' Cuba\n#'\n#' @source \\url{`r repo(\"CUB\")`}\n#' \nCUB <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"CUB\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Cuba\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"CUB\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_CUW.R",
    "content": "#' Curaçao\n#'\n#' @source \\url{`r repo(\"CUW\")`}\n#' \nCUW <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"CUW\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"Curacao\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"CUW\") %>%\n      select(-c(\"tests\"))\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_CYM.R",
    "content": "#' Cayman Islands\n#'\n#' @source \\url{`r repo(\"CYM\")`}\n#' \nCYM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"CYM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"Cayman Islands\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"CYM\") %>%\n      select(-c(\"tests\"))\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_CYP.R",
    "content": "#' Cyprus\n#'\n#' @source \\url{`r repo(\"CYP\")`}\n#' \nCYP <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"CYP\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Cyprus\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"CYP\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_CZE.R",
    "content": "#' Czech Republic\n#'\n#' @source \\url{`r repo(\"CZE\")`}\n#' \nCZE <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"CZE\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"mzcr.cz\")`}{Ministry of Health of the Czech Republic}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care,\n    #' patients requiring ventilation.\n    #'\n    x <- mzcr.cz(level = level)\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"CZE\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"mzcr.cz\")`}{Ministry of Health of the Czech Republic}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x <- mzcr.cz(level = level)\n    x$id <- id(x$nuts, iso = \"CZE\", ds = \"mzcr.cz\", level = level)\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"CZE\", 3)`\n  #' \n  if(level==3){  \n    \n    #' - \\href{`r repo(\"mzcr.cz\")`}{Ministry of Health of the Czech Republic}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests.\n    #'\n    x <- mzcr.cz(level = level)\n    x$id <- id(x$lau, iso = \"CZE\", ds = \"mzcr.cz\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_DEU.R",
    "content": "#' Germany\n#'\n#' @source \\url{`r repo(\"DEU\")`}\n#' \nDEU <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"DEU\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"arcgis.de\")`}{Robert Koch Institute}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- arcgis.de(level = level)\n    \n    #' - \\href{`r repo(\"impfdashboard.de\")`}{Robert Koch Institute and the Federal Ministry of Health}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x2 <- impfdashboard.de(level = level)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x3 <- ourworldindata.org(id = \"DEU\") %>%\n      select(-c(\"vaccines\", \"people_vaccinated\", \"people_fully_vaccinated\"))\n    \n    # merge\n    x <- x1 %>% \n      full_join(x2, by = \"date\") %>%\n      full_join(x3, by = \"date\") \n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"DEU\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"arcgis.de\")`}{Robert Koch Institute}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- arcgis.de(level = level)\n    x1$id <- id(x1$id_state, iso = \"DEU\", ds = \"arcgis.de\", level = level)\n    \n    #' - \\href{`r repo(\"github.robertkochinstitut.covid19impfungenindeutschland\")`}{Robert Koch Institut}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x2 <- github.robertkochinstitut.covid19impfungenindeutschland(level = level)\n    x2$id <- id(x2$id, iso = \"DEU\", ds = \"github.robertkochinstitut.covid19impfungenindeutschland\", level = level)\n   \n    # merge\n    x <- full_join(x1, x2, by = c(\"id\", \"date\"))\n     \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"DEU\", 3)`\n  #' \n  if(level==3){  \n    \n    #' - \\href{`r repo(\"arcgis.de\")`}{Robert Koch Institute}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- arcgis.de(level = level)\n    x1$id <- id(x1$id_district, iso = \"DEU\", ds = \"arcgis.de\", level = level)\n   \n    #' - \\href{`r repo(\"github.robertkochinstitut.covid19impfungenindeutschland\")`}{Robert Koch Institut}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x2 <- github.robertkochinstitut.covid19impfungenindeutschland(level = level)\n    x2$id <- id(x2$id, iso = \"DEU\", ds = \"github.robertkochinstitut.covid19impfungenindeutschland\", level = level)\n    \n    # merge\n    x <- full_join(x1, x2, by = c(\"id\", \"date\"))\n     \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_DJI.R",
    "content": "#' Djibouti\n#'\n#' @source \\url{`r repo(\"DJI\")`}\n#' \nDJI <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"DJI\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Djibouti\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"DJI\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_DMA.R",
    "content": "#' Dominica\n#'\n#' @source \\url{`r repo(\"DMA\")`}\n#' \nDMA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"DMA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Dominica\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"DMA\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_DNK.R",
    "content": "#' Denmark\n#'\n#' @source \\url{`r repo(\"DNK\")`}\n#' \nDNK <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"DNK\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Denmark\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"DNK\")\n   \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n     \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"DNK\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"ssi.dk\")`}{Statens Serum Institut}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations.\n    #'\n    x <- ssi.dk(level = level)\n    x$id <- id(x$region, iso = \"DNK\", ds = \"ssi.dk\", level = level)\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"DNK\", 3)`\n  #' \n  if(level==3){  \n    \n    #' - \\href{`r repo(\"ssi.dk\")`}{Statens Serum Institut}:\n    #' confirmed cases,\n    #' tests,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x <- ssi.dk(level = level)\n    x$id <- id(x$code, iso = \"DNK\", ds = \"ssi.dk\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_DOM.R",
    "content": "#' Dominican Republic\n#'\n#' @source \\url{`r repo(\"DOM\")`}\n#' \nDOM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"DOM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Dominican Republic\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"DOM\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_DPC.R",
    "content": "#' Cruise Ship Diamond Princess\n#'\n#' @source \\url{`r repo(\"DPC\")`}\n#' \nDPC <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"DPC\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Diamond Princess\") %>%\n      filter(date >= \"2020-02-01\" & date <= \"2020-12-03\")\n    \n    #' - \\href{`r repo(\"wikipedia.dp\")`}{Wikipedia}:\n    #' confirmed cases,\n    #' tests.\n    #'\n    x2 <- wikipedia.dp(level = level)\n    \n    # use x2 (Wikipedia data) to overwrite x1 (JHU)\n    x <- bind_rows(x1, x2) %>%\n      # for each date\n      group_by(date) %>%\n      # take last non-NA element\n      summarise_all(function(x) ifelse(is.na(x[2]), x[1], x[2]))\n\n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_DZA.R",
    "content": "#' Algeria\n#'\n#' @source \\url{`r repo(\"DZA\")`}\n#' \nDZA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"DZA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Algeria\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"DZA\") %>%\n      select(-c(\"tests\"))\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ECU.R",
    "content": "#' Ecuador\n#'\n#' @source \\url{`r repo(\"ECU\")`}\n#' \nECU <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ECU\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Ecuador\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"ECU\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_EGY.R",
    "content": "#' Egypt\n#'\n#' @source \\url{`r repo(\"EGY\")`}\n#' \nEGY <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"EGY\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Egypt\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"EGY\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ERI.R",
    "content": "#' Eritrea\n#'\n#' @source \\url{`r repo(\"ERI\")`}\n#' \nERI <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ERI\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Eritrea\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"ERI\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ESP.R",
    "content": "#' Spain\n#'\n#' @source \\url{`r repo(\"ESP\")`}\n#' \nESP <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ESP\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Spain\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"ESP\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"ESP\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"isciii.es\")`}{Centro Nacional de Epidemiología}:\n    #' confirmed cases.\n    #'\n    x <- isciii.es(level = level)\n    x$id <- id(x$state, iso = \"ESP\", ds = \"isciii.es\", level = level)\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"ESP\", 3)`\n  #' \n  if(level==3){  \n    \n    #' - \\href{`r repo(\"isciii.es\")`}{Centro Nacional de Epidemiología}:\n    #' confirmed cases,\n    #' deaths,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x <- isciii.es(level = level)\n    x$id <- id(x$district, iso = \"ESP\", ds = \"isciii.es\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_EST.R",
    "content": "#' Estonia\n#'\n#' @source \\url{`r repo(\"EST\")`}\n#' \nEST <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"EST\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Estonia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"EST\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ETH.R",
    "content": "#' Ethiopia\n#'\n#' @source \\url{`r repo(\"ETH\")`}\n#' \nETH <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ETH\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Ethiopia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"ETH\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_FIN.R",
    "content": "#' Finland\n#'\n#' @source \\url{`r repo(\"FIN\")`}\n#' \nFIN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"FIN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Finland\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"FIN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_FJI.R",
    "content": "#' Fiji\n#'\n#' @source \\url{`r repo(\"FJI\")`}\n#' \nFJI <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"FJI\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Fiji\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"FJI\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_FLK.R",
    "content": "#' Falkland Islands\n#'\n#' @source \\url{`r repo(\"FLK\")`}\n#' \nFLK <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"FLK\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"Falkland Islands (Malvinas)\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"FLK\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_FRA.R",
    "content": "#' France\n#'\n#' @source \\url{`r repo(\"FRA\")`}\n#' \nFRA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"FRA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"gouv.fr\")`}{Santé Publique France}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x1 <- gouv.fr(level = level) %>%\n      select(-c(\"deaths\"))\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x2 <- github.cssegisanddata.covid19(country = \"France\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"FRA\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"gouv.fr\")`}{Santé Publique France}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x <- gouv.fr(level = level)\n    x$id <- id(x$reg, iso = \"FRA\", ds = \"gouv.fr\", level = level)\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"FRA\", 3)`\n  #' \n  if(level==3){  \n    \n    #' - \\href{`r repo(\"gouv.fr\")`}{Santé Publique France}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x <- gouv.fr(level = level)\n    x$id <- id(x$dep, iso = \"FRA\", ds = \"gouv.fr\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_FRO.R",
    "content": "#' Faroe Islands\n#'\n#' @source \\url{`r repo(\"FRO\")`}\n#' \nFRO <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"FRO\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"Faroe Islands\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"FRO\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n\n  return(x)\n}\n"
  },
  {
    "path": "R/iso_FSM.R",
    "content": "#' Micronesia\n#'\n#' @source \\url{`r repo(\"FSM\")`}\n#' \nFSM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"FSM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Micronesia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"FSM\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GAB.R",
    "content": "#' Gabon\n#'\n#' @source \\url{`r repo(\"GAB\")`}\n#' \nGAB <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GAB\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Gabon\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"GAB\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GBR.R",
    "content": "#' United Kingdom\n#'\n#' @source \\url{`r repo(\"GBR\")`}\n#' \nGBR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GBR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"gov.uk\")`}{UK Health Security Agency}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' patients requiring ventilation.\n    #'\n    x1 <- gov.uk(level = level) %>%\n      select(-c(\"confirmed\", \"deaths\"))\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x2 <- github.cssegisanddata.covid19(country = \"United Kingdom\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"GBR\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"gov.uk\")`}{UK Health Security Agency}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' patients requiring ventilation.\n    #'\n    x <- gov.uk(level = level)\n    x$id <- id(x$code, iso = \"GBR\", ds = \"gov.uk\", level = level)\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"GBR\", 3)`\n  #' \n  if(level==3){  \n    \n    #' - \\href{`r repo(\"gov.uk\")`}{UK Health Security Agency}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' patients requiring ventilation.\n    #'\n    x <- gov.uk(level = level)\n    x$id <- id(x$code, iso = \"GBR\", ds = \"gov.uk\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GEO.R",
    "content": "#' Georgia\n#'\n#' @source \\url{`r repo(\"GEO\")`}\n#' \nGEO <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GEO\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Georgia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"GEO\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GGY.R",
    "content": "#' Guernsey\n#'\n#' @source \\url{`r repo(\"GGY\")`}\n#' \nGGY <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GGY\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Guernsey\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"GGY\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GHA.R",
    "content": "#' Ghana\n#'\n#' @source \\url{`r repo(\"GHA\")`}\n#' \nGHA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GHA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Ghana\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"GHA\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GIB.R",
    "content": "#' Gibraltar\n#'\n#' @source \\url{`r repo(\"GIB\")`}\n#' \nGIB <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GIB\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"Gibraltar\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"GIB\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GIN.R",
    "content": "#' Guinea\n#'\n#' @source \\url{`r repo(\"GIN\")`}\n#' \nGIN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GIN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Guinea\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"GIN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GLP.R",
    "content": "#' Guadeloupe\n#'\n#' @source \\url{`r repo(\"GLP\")`}\n#' \nGLP <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GLP\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"gouv.fr\")`}{Santé Publique France}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x <- gouv.fr(dep = \"971\", level = 3)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GMB.R",
    "content": "#' Gambia\n#'\n#' @source \\url{`r repo(\"GMB\")`}\n#' \nGMB <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GMB\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Gambia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"GMB\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GNB.R",
    "content": "#' Guinea-Bissau\n#'\n#' @source \\url{`r repo(\"GNB\")`}\n#' \nGNB <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GNB\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Guinea-Bissau\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"GNB\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GNQ.R",
    "content": "#' Equatorial Guinea\n#'\n#' @source \\url{`r repo(\"GNQ\")`}\n#' \nGNQ <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GNQ\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Equatorial Guinea\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"GNQ\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GPC.R",
    "content": "#' Cruise Ship Grand Princess\n#'\n#' @source \\url{`r repo(\"GPC\")`}\n#' \nGPC <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GPC\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x <- COVID19:::github.cssegisanddata.covid19(country = \"Grand Princess\") %>%\n      filter(date >= \"2020-03-13\" & date <= \"2020-03-22\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GRC.R",
    "content": "#' Greece\n#'\n#' @source \\url{`r repo(\"GRC\")`}\n#' \nGRC <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GRC\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Greece\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"GRC\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GRD.R",
    "content": "#' Grenada\n#'\n#' @source \\url{`r repo(\"GRD\")`}\n#' \nGRD <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GRD\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Grenada\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"GRD\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GRL.R",
    "content": "#' Greenland\n#'\n#' @source \\url{`r repo(\"GRL\")`}\n#' \nGRL <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GRL\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"Greenland\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"GRL\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GTM.R",
    "content": "#' Guatemala\n#'\n#' @source \\url{`r repo(\"GTM\")`}\n#' \nGTM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GTM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Guatemala\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"GTM\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GUF.R",
    "content": "#' French Guiana\n#'\n#' @source \\url{`r repo(\"GUF\")`}\n#' \nGUF <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GUF\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"gouv.fr\")`}{Santé Publique France}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x <- gouv.fr(dep = \"973\", level = 3)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GUM.R",
    "content": "#' Guam\n#'\n#' @source \\url{`r repo(\"GUM\")`}\n#' \nGUM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GUM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.nytimes.covid19data\")`}{The New York Times}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x1 <- github.nytimes.covid19data(fips = \"66\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"GUM\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_GUY.R",
    "content": "#' Guyana\n#'\n#' @source \\url{`r repo(\"GUY\")`}\n#' \nGUY <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"GUY\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Guyana\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"GUY\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_HKG.R",
    "content": "#' Hong Kong\n#'\n#' @source \\url{`r repo(\"HKG\")`}\n#' \nHKG <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"HKG\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"China\", state = \"Hong Kong\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"HKG\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_HND.R",
    "content": "#' Honduras\n#'\n#' @source \\url{`r repo(\"HND\")`}\n#' \nHND <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"HND\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Honduras\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"HND\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_HRV.R",
    "content": "#' Croatia\n#'\n#' @source \\url{`r repo(\"HRV\")`}\n#' \nHRV <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"HRV\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"koronavirus.hr\")`}{Croatian Institute of Public Health}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- koronavirus.hr(level = level)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"HRV\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"HRV\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"koronavirus.hr\")`}{Croatian Institute of Public Health}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x <- koronavirus.hr(level = level)\n    x$id <- id(x$region, iso = \"HRV\", ds = \"koronavirus.hr\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_HTI.R",
    "content": "#' Haiti\n#'\n#' @source \\url{`r repo(\"HTI\")`}\n#' \nHTI <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"HTI\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Haiti\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"HTI\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"HTI\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"humdata.ht\")`}{Ministry of Public Health and Population of Haiti}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x <- humdata.ht(level = level)\n    x$id <- id(x$state, iso = \"HTI\", ds = \"humdata.ht\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_HUN.R",
    "content": "#' Hungary\n#'\n#' @source \\url{`r repo(\"HUN\")`}\n#' \nHUN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"HUN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Hungary\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"HUN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_IDN.R",
    "content": "#' Indonesia\n#'\n#' @source \\url{`r repo(\"IDN\")`}\n#' \nIDN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"IDN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Indonesia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"IDN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_IMN.R",
    "content": "#' Isle of Man\n#'\n#' @source \\url{`r repo(\"IMN\")`}\n#' \nIMN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"IMN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"Isle of Man\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"IMN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_IND.R",
    "content": "#' India\n#'\n#' @source \\url{`r repo(\"IND\")`}\n#' \nIND <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"IND\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"India\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"IND\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"IND\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"covid19india.org\")`}{COVID-19 India API}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x <- covid19india.org(level = level) \n    x$id <- id(x$code, iso = \"IND\", ds = \"covid19india.org\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_IRL.R",
    "content": "#' Ireland\n#'\n#' @source \\url{`r repo(\"IRL\")`}\n#' \nIRL <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"IRL\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"geohive.ie\")`}{Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x1 <- geohive.ie(level = level)\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' recovered.\n    #'\n    x2 <- github.cssegisanddata.covid19(country = \"Ireland\") %>%\n      select(-c(\"confirmed\", \"deaths\"))\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"IRL\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"geohive.ie\")`}{Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x <- geohive.ie(level = level)\n    x$id <- id(x$county_id, iso = \"IRL\", ds = \"geohive.ie\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_IRN.R",
    "content": "#' Iran\n#'\n#' @source \\url{`r repo(\"IRN\")`}\n#' \nIRN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"IRN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Iran\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"IRN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_IRQ.R",
    "content": "#' Iraq\n#'\n#' @source \\url{`r repo(\"IRQ\")`}\n#' \nIRQ <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"IRQ\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Iraq\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"IRQ\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ISL.R",
    "content": "#' Iceland\n#'\n#' @source \\url{`r repo(\"ISL\")`}\n#' \nISL <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ISL\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Iceland\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"ISL\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ISR.R",
    "content": "#' Israel\n#'\n#' @source \\url{`r repo(\"ISR\")`}\n#' \nISR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ISR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Israel\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"ISR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ITA.R",
    "content": "#' Italy\n#'\n#' @source \\url{`r repo(\"ITA\")`}\n#' \nITA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ITA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.pcmdpc.covid19\")`}{Ministero della Salute}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x1 <- github.pcmdpc.covid19(level = level)\n    \n    #' - \\href{`r repo(\"github.italia.covid19opendatavaccini\")`}{Commissario straordinario per l'emergenza Covid-19, Presidenza del Consiglio dei Ministri}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x2 <- github.italia.covid19opendatavaccini(level = level)\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"ITA\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"github.pcmdpc.covid19\")`}{Ministero della Salute}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x1 <- github.pcmdpc.covid19(level = level)\n    x1$id <- id(x1$state, iso = \"ITA\", ds = \"github.pcmdpc.covid19\", level = level)\n    \n    #' - \\href{`r repo(\"github.italia.covid19opendatavaccini\")`}{Commissario straordinario per l'emergenza Covid-19, Presidenza del Consiglio dei Ministri}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x2 <- github.italia.covid19opendatavaccini(level = level)\n    x2$id <- id(x2$state, iso = \"ITA\", ds = \"github.italia.covid19opendatavaccini\", level = level)\n    \n    # merge\n    x <- full_join(x1, x2, by = c(\"id\", \"date\"))\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"ITA\", 3)`\n  #' \n  if(level==3){  \n    \n    #' - \\href{`r repo(\"github.pcmdpc.covid19\")`}{Ministero della Salute}:\n    #' confirmed cases.\n    #'\n    x <- github.pcmdpc.covid19(level = level)\n    x$id <- id(x$city, iso = \"ITA\", ds = \"github.pcmdpc.covid19\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_JAM.R",
    "content": "#' Jamaica\n#'\n#' @source \\url{`r repo(\"JAM\")`}\n#' \nJAM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"JAM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Jamaica\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"JAM\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_JEY.R",
    "content": "#' Jersey\n#'\n#' @source \\url{`r repo(\"JEY\")`}\n#' \nJEY <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"JEY\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Jersey\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"JEY\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_JOR.R",
    "content": "#' Jordan\n#'\n#' @source \\url{`r repo(\"JOR\")`}\n#' \nJOR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"JOR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Jordan\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"JOR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_JPN.R",
    "content": "#' Japan\n#'\n#' @source \\url{`r repo(\"JPN\")`}\n#' \nJPN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"JPN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.lisphilar.covid19sir\")`}{Hirokazu Takaya}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x <- github.lisphilar.covid19sir(level = level)\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"JPN\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"github.lisphilar.covid19sir\")`}{Hirokazu Takaya}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x <- github.lisphilar.covid19sir(level = level)\n    x$id <- id(x$prefecture, iso = \"JPN\", ds = \"github.lisphilar.covid19sir\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_KAZ.R",
    "content": "#' Kazakhstan\n#'\n#' @source \\url{`r repo(\"KAZ\")`}\n#' \nKAZ <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"KAZ\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Kazakhstan\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"KAZ\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_KEN.R",
    "content": "#' Kenya\n#'\n#' @source \\url{`r repo(\"KEN\")`}\n#' \nKEN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"KEN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Kenya\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"KEN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_KGZ.R",
    "content": "#' Kyrgyzstan\n#'\n#' @source \\url{`r repo(\"KGZ\")`}\n#' \nKGZ <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"KGZ\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Kyrgyzstan\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"KGZ\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_KHM.R",
    "content": "#' Cambodia\n#'\n#' @source \\url{`r repo(\"KHM\")`}\n#' \nKHM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"KHM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Cambodia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"KHM\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_KIR.R",
    "content": "#' Kiribati\n#'\n#' @source \\url{`r repo(\"KIR\")`}\n#' \nKIR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"KIR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Kiribati\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"KIR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_KNA.R",
    "content": "#' Saint Kitts and Nevis\n#'\n#' @source \\url{`r repo(\"KNA\")`}\n#' \nKNA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"KNA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Saint Kitts and Nevis\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"KNA\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_KOR.R",
    "content": "#' Korea, South\n#'\n#' @source \\url{`r repo(\"KOR\")`}\n#' \nKOR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"KOR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Korea, South\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"KOR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_KWT.R",
    "content": "#' Kuwait\n#'\n#' @source \\url{`r repo(\"KWT\")`}\n#' \nKWT <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"KWT\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Kuwait\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"KWT\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_LAO.R",
    "content": "#' Laos\n#'\n#' @source \\url{`r repo(\"LAO\")`}\n#' \nLAO <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"LAO\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Laos\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"LAO\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_LBN.R",
    "content": "#' Lebanon\n#'\n#' @source \\url{`r repo(\"LBN\")`}\n#' \nLBN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"LBN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Lebanon\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"LBN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_LBR.R",
    "content": "#' Liberia\n#'\n#' @source \\url{`r repo(\"LBR\")`}\n#' \nLBR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"LBR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Liberia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"LBR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_LBY.R",
    "content": "#' Libya\n#'\n#' @source \\url{`r repo(\"LBY\")`}\n#' \nLBY <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"LBY\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Libya\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"LBY\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_LCA.R",
    "content": "#' Saint Lucia\n#'\n#' @source \\url{`r repo(\"LCA\")`}\n#' \nLCA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"LCA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Saint Lucia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"LCA\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_LIE.R",
    "content": "#' Liechtenstein\n#'\n#' @source \\url{`r repo(\"LIE\")`}\n#' \nLIE <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"LIE\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"admin.ch\")`}{Federal Office of Public Health}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' intensive care.\n    #'\n    x1 <- admin.ch(state = \"FL\", level = 1)\n    \n    #' - \\href{`r repo(\"github.openzh.covid19\")`}{Specialist Unit for Open Government Data Canton of Zurich}:\n    #' recovered,\n    #' hospitalizations,\n    #' patients requiring ventilation.\n    #'\n    x2 <- github.openzh.covid19(state = \"FL\", level = 1) %>%\n      select(-c(\"confirmed\", \"deaths\", \"tests\", \"icu\"))\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_LKA.R",
    "content": "#' Sri Lanka\n#'\n#' @source \\url{`r repo(\"LKA\")`}\n#' \nLKA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"LKA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Sri Lanka\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"LKA\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_LSO.R",
    "content": "#' Lesotho\n#'\n#' @source \\url{`r repo(\"LSO\")`}\n#' \nLSO <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"LSO\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Lesotho\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"LSO\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_LTU.R",
    "content": "#' Lithuania\n#'\n#' @source \\url{`r repo(\"LTU\")`}\n#' \nLTU <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"LTU\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.mpiktas.covid19lt\")`}{Vaidotas Zemlys-Balevicius}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care,\n    #' patients requiring ventilation.\n    #'\n    x <- github.mpiktas.covid19lt(level = level)\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"LTU\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"github.mpiktas.covid19lt\")`}{Vaidotas Zemlys-Balevicius}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x <- github.mpiktas.covid19lt(level = level)\n    x$id <- id(x$admin2, iso = \"LTU\", ds = \"github.mpiktas.covid19lt\", level = level)\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"LTU\", 3)`\n  #' \n  if(level==3){  \n    \n    #' - \\href{`r repo(\"github.mpiktas.covid19lt\")`}{Vaidotas Zemlys-Balevicius}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x <- github.mpiktas.covid19lt(level = level)\n    x$id <- id(x$admin3, iso = \"LTU\", ds = \"github.mpiktas.covid19lt\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_LUX.R",
    "content": "#' Luxembourg\n#'\n#' @source \\url{`r repo(\"LUX\")`}\n#' \nLUX <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"LUX\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Luxembourg\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"LUX\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_LVA.R",
    "content": "#' Latvia\n#'\n#' @source \\url{`r repo(\"LVA\")`}\n#' \nLVA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"LVA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"gov.lv\")`}{Center for Disease Prevention and Control}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests.\n    #'\n    x1 <- gov.lv(level = level)\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' recovered.\n    #'\n    x2 <- github.cssegisanddata.covid19(country = \"Latvia\") %>%\n      select(-c(\"confirmed\", \"deaths\"))\n          \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x3 <- ourworldindata.org(id = \"LVA\") %>%\n      select(-c(\"tests\"))\n    \n    # merge\n    x <- x1 %>% \n      full_join(x2, by = \"date\") %>%\n      full_join(x3, by = \"date\")\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"LVA\", 3)`\n  #' \n  if(level==3){  \n    \n    #' - \\href{`r repo(\"gov.lv\")`}{Center for Disease Prevention and Control}:\n    #' confirmed cases.\n    #'\n    x <- gov.lv(level = level)\n    x$id <- id(x$atvk, iso = \"LVA\", ds = \"gov.lv\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MAC.R",
    "content": "#' Macao\n#'\n#' @source \\url{`r repo(\"MAC\")`}\n#' \nMAC <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MAC\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Macao\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MAC\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MAR.R",
    "content": "#' Morocco\n#'\n#' @source \\url{`r repo(\"MAR\")`}\n#' \nMAR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MAR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Morocco\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MAR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MCO.R",
    "content": "#' Monaco\n#'\n#' @source \\url{`r repo(\"MCO\")`}\n#' \nMCO <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MCO\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Monaco\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MCO\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MDA.R",
    "content": "#' Moldova\n#'\n#' @source \\url{`r repo(\"MDA\")`}\n#' \nMDA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MDA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Moldova\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MDA\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MDG.R",
    "content": "#' Madagascar\n#'\n#' @source \\url{`r repo(\"MDG\")`}\n#' \nMDG <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MDG\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Madagascar\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MDG\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MDV.R",
    "content": "#' Maldives\n#'\n#' @source \\url{`r repo(\"MDV\")`}\n#' \nMDV <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MDV\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Maldives\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MDV\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MEX.R",
    "content": "#' Mexico\n#'\n#' @source \\url{`r repo(\"MEX\")`}\n#' \nMEX <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MEX\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Mexico\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MEX\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"MEX\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19unified\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x <- github.cssegisanddata.covid19unified(iso = \"MEX\", level = level)\n    x$id <- id(x$id, iso = \"MEX\", ds = \"github.cssegisanddata.covid19unified\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MHL.R",
    "content": "#' Marshall Islands\n#'\n#' @source \\url{`r repo(\"MHL\")`}\n#' \nMHL <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MHL\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Marshall Islands\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MHL\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MKD.R",
    "content": "#' North Macedonia\n#'\n#' @source \\url{`r repo(\"MKD\")`}\n#' \nMKD <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MKD\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"North Macedonia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MKD\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MLI.R",
    "content": "#' Mali\n#'\n#' @source \\url{`r repo(\"MLI\")`}\n#' \nMLI <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MLI\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Mali\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MLI\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MLT.R",
    "content": "#' Malta\n#'\n#' @source \\url{`r repo(\"MLT\")`}\n#' \nMLT <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MLT\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Malta\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MLT\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MMR.R",
    "content": "#' Burma\n#'\n#' @source \\url{`r repo(\"MMR\")`}\n#' \nMMR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MMR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Burma\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MMR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MNE.R",
    "content": "#' Montenegro\n#'\n#' @source \\url{`r repo(\"MNE\")`}\n#' \nMNE <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MNE\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Montenegro\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MNE\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MNG.R",
    "content": "#' Mongolia\n#'\n#' @source \\url{`r repo(\"MNG\")`}\n#' \nMNG <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MNG\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Mongolia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MNG\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MNP.R",
    "content": "#' Northern Mariana Islands\n#'\n#' @source \\url{`r repo(\"MNP\")`}\n#' \nMNP <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MNP\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.nytimes.covid19data\")`}{The New York Times}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x <- github.nytimes.covid19data(fips = \"69\", level = 2)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MOZ.R",
    "content": "#' Mozambique\n#'\n#' @source \\url{`r repo(\"MOZ\")`}\n#' \nMOZ <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MOZ\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Mozambique\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MOZ\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MRT.R",
    "content": "#' Mauritania\n#'\n#' @source \\url{`r repo(\"MRT\")`}\n#' \nMRT <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MRT\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Mauritania\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MRT\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MSR.R",
    "content": "#' Montserrat\n#'\n#' @source \\url{`r repo(\"MSR\")`}\n#' \nMSR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MSR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"Montserrat\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MSR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MTQ.R",
    "content": "#' Martinique\n#'\n#' @source \\url{`r repo(\"MTQ\")`}\n#' \nMTQ <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MTQ\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"gouv.fr\")`}{Santé Publique France}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x <- gouv.fr(dep = \"972\", level = 3)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MUS.R",
    "content": "#' Mauritius\n#'\n#' @source \\url{`r repo(\"MUS\")`}\n#' \nMUS <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MUS\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Mauritius\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MUS\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MWI.R",
    "content": "#' Malawi\n#'\n#' @source \\url{`r repo(\"MWI\")`}\n#' \nMWI <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MWI\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Malawi\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MWI\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MYS.R",
    "content": "#' Malaysia\n#'\n#' @source \\url{`r repo(\"MYS\")`}\n#' \nMYS <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MYS\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Malaysia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"MYS\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_MYT.R",
    "content": "#' Mayotte\n#'\n#' @source \\url{`r repo(\"MYT\")`}\n#' \nMYT <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"MYT\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"gouv.fr\")`}{Santé Publique France}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x <- gouv.fr(dep = \"976\", level = 3)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_NAM.R",
    "content": "#' Namibia\n#'\n#' @source \\url{`r repo(\"NAM\")`}\n#' \nNAM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"NAM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Namibia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"NAM\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_NCL.R",
    "content": "#' New Caledonia\n#'\n#' @source \\url{`r repo(\"NCL\")`}\n#' \nNCL <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"NCL\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"New Caledonia\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"NCL\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_NER.R",
    "content": "#' Niger\n#'\n#' @source \\url{`r repo(\"NER\")`}\n#' \nNER <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"NER\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Niger\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"NER\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_NGA.R",
    "content": "#' Nigeria\n#'\n#' @source \\url{`r repo(\"NGA\")`}\n#' \nNGA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"NGA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Nigeria\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"NGA\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_NIC.R",
    "content": "#' Nicaragua\n#'\n#' @source \\url{`r repo(\"NIC\")`}\n#' \nNIC <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"NIC\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Nicaragua\") %>%\n      select(-c(\"recovered\"))\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"NIC\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_NIU.R",
    "content": "#' Niue\n#'\n#' @source \\url{`r repo(\"NIU\")`}\n#' \nNIU <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"NIU\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Niue\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"NIU\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_NLD.R",
    "content": "#' Netherlands\n#'\n#' @source \\url{`r repo(\"NLD\")`}\n#' \nNLD <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"NLD\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"rivm.nl\")`}{National Institute for Public Health and the Environment}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x1 <- rivm.nl(level = level)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"NLD\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"NLD\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"rivm.nl\")`}{National Institute for Public Health and the Environment}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x <- rivm.nl(level = level)\n    x$id <- id(x$province, iso = \"NLD\", ds = \"rivm.nl\", level = level)\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"NLD\", 3)`\n  #' \n  if(level==3){  \n    \n    #' - \\href{`r repo(\"rivm.nl\")`}{National Institute for Public Health and the Environment}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x <- rivm.nl(level = level)\n    x$id <- id(x$municipality, iso = \"NLD\", ds = \"rivm.nl\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_NOR.R",
    "content": "#' Norway\n#'\n#' @source \\url{`r repo(\"NOR\")`}\n#' \nNOR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"NOR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Norway\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"NOR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_NPL.R",
    "content": "#' Nepal\n#'\n#' @source \\url{`r repo(\"NPL\")`}\n#' \nNPL <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"NPL\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Nepal\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"NPL\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_NRU.R",
    "content": "#' Nauru\n#'\n#' @source \\url{`r repo(\"NRU\")`}\n#' \nNRU <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"NRU\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Nauru\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"NRU\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_NZL.R",
    "content": "#' New Zealand\n#'\n#' @source \\url{`r repo(\"NZL\")`}\n#' \nNZL <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"NZL\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"New Zealand\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"NZL\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_OMN.R",
    "content": "#' Oman\n#'\n#' @source \\url{`r repo(\"OMN\")`}\n#' \nOMN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"OMN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Oman\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"OMN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_PAK.R",
    "content": "#' Pakistan\n#'\n#' @source \\url{`r repo(\"PAK\")`}\n#' \nPAK <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"PAK\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Pakistan\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"PAK\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"PAK\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19unified\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x <- github.cssegisanddata.covid19unified(iso = \"PAK\", level = level)\n    x$id <- id(x$id, iso = \"PAK\", ds = \"github.cssegisanddata.covid19unified\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_PAN.R",
    "content": "#' Panama\n#'\n#' @source \\url{`r repo(\"PAN\")`}\n#' \nPAN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"PAN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Panama\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"PAN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_PCN.R",
    "content": "#' Pitcairn\n#'\n#' @source \\url{`r repo(\"PCN\")`}\n#' \nPCN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"PCN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Pitcairn\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"PCN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_PER.R",
    "content": "#' Peru\n#'\n#' @source \\url{`r repo(\"PER\")`}\n#' \nPER <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"PER\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.jmcastagnetto.covid19perudata\")`}{Jesus M. Castagnetto}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' hospitalizations,\n    #' intensive care,\n    #' patients requiring ventilation.\n    #'\n    x1 <- github.jmcastagnetto.covid19perudata(level = level)\n    \n    #' - \\href{`r repo(\"gob.pe\")`}{Ministerio de Salud}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x2 <- gob.pe(level = level)\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"PER\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"github.jmcastagnetto.covid19perudata\")`}{Jesus M. Castagnetto}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests.\n    #'\n    x1 <- github.jmcastagnetto.covid19perudata(level = level)\n    x1$id <- id(x1$id, iso = \"PER\", ds = \"github.jmcastagnetto.covid19perudata\", level = level)\n    \n    #' - \\href{`r repo(\"gob.pe\")`}{Ministerio de Salud}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x2 <- gob.pe(level = level)\n    x2$id <- id(x2$department, iso = \"PER\", ds = \"gob.pe\", level = level)\n    \n    # merge\n    x <- full_join(x1, x2, by = c(\"id\", \"date\"))\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_PHL.R",
    "content": "#' Philippines\n#'\n#' @source \\url{`r repo(\"PHL\")`}\n#' \nPHL <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"PHL\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Philippines\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"PHL\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_PLW.R",
    "content": "#' Palau\n#'\n#' @source \\url{`r repo(\"PLW\")`}\n#' \nPLW <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"PLW\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Palau\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"PLW\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_PNG.R",
    "content": "#' Papua New Guinea\n#'\n#' @source \\url{`r repo(\"PNG\")`}\n#' \nPNG <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"PNG\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Papua New Guinea\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"PNG\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_POL.R",
    "content": "#' Poland\n#'\n#' @source \\url{`r repo(\"POL\")`}\n#' \nPOL <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"POL\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Poland\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"POL\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_PRI.R",
    "content": "#' Puerto Rico\n#'\n#' @source \\url{`r repo(\"PRI\")`}\n#' \nPRI <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"PRI\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.nytimes.covid19data\")`}{The New York Times}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x1 <- github.nytimes.covid19data(fips = \"72\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"PRI\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_PRT.R",
    "content": "#' Portugal\n#'\n#' @source \\url{`r repo(\"PRT\")`}\n#' \nPRT <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"PRT\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(level = level, country = \"Portugal\")\n    \n    #' - \\href{`r repo(\"github.dssgpt.covid19ptdata\")`}{Data Science for Social Good Portugal}:\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- github.dssgpt.covid19ptdata(level = level) %>%\n      select(-c(\"confirmed\", \"deaths\", \"recovered\"))\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x3 <- ourworldindata.org(id = \"PRT\") %>%\n      select(-c(\"hosp\", \"icu\"))\n    \n    # merge\n    x <- x1 %>%\n      full_join(x2, by = \"date\") %>%\n      full_join(x3, by = \"date\")\n      \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"PRT\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"github.dssgpt.covid19ptdata\")`}{Data Science for Social Good Portugal}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x <- github.dssgpt.covid19ptdata(level = level)\n    x$id <- id(x$region, iso = \"PRT\", ds = \"github.dssgpt.covid19ptdata\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_PRY.R",
    "content": "#' Paraguay\n#'\n#' @source \\url{`r repo(\"PRY\")`}\n#' \nPRY <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"PRY\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Paraguay\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"PRY\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_PSE.R",
    "content": "#' West Bank and Gaza\n#'\n#' @source \\url{`r repo(\"PSE\")`}\n#' \nPSE <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"PSE\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"West Bank and Gaza\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"PSE\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_PYF.R",
    "content": "#' French Polynesia\n#'\n#' @source \\url{`r repo(\"PYF\")`}\n#' \nPYF <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"PYF\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"French Polynesia\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"PYF\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_QAT.R",
    "content": "#' Qatar\n#'\n#' @source \\url{`r repo(\"QAT\")`}\n#' \nQAT <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"QAT\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Qatar\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"QAT\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_REU.R",
    "content": "#' Réunion\n#'\n#' @source \\url{`r repo(\"REU\")`}\n#' \nREU <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"REU\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"gouv.fr\")`}{Santé Publique France}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x <- gouv.fr(dep = \"974\", level = 3)  \n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_RKS.R",
    "content": "#' Kosovo\n#'\n#' @source \\url{`r repo(\"RKS\")`}\n#' \nRKS <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"RKS\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x <- github.cssegisanddata.covid19(country = \"Kosovo\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ROU.R",
    "content": "#' Romania\n#'\n#' @source \\url{`r repo(\"ROU\")`}\n#' \nROU <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ROU\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Romania\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"ROU\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_RUS.R",
    "content": "#' Russia\n#'\n#' @source \\url{`r repo(\"RUS\")`}\n#' \nRUS <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"RUS\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Russia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"RUS\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"RUS\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19unified\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x <- github.cssegisanddata.covid19unified(iso = \"RUS\", level = level)\n    x$id <- id(x$id, iso = \"RUS\", ds = \"github.cssegisanddata.covid19unified\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_RWA.R",
    "content": "#' Rwanda\n#'\n#' @source \\url{`r repo(\"RWA\")`}\n#' \nRWA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"RWA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Rwanda\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"RWA\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SAU.R",
    "content": "#' Saudi Arabia\n#'\n#' @source \\url{`r repo(\"SAU\")`}\n#' \nSAU <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SAU\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Saudi Arabia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SAU\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SDN.R",
    "content": "#' Sudan\n#'\n#' @source \\url{`r repo(\"SDN\")`}\n#' \nSDN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SDN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Sudan\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SDN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SEN.R",
    "content": "#' Senegal\n#'\n#' @source \\url{`r repo(\"SEN\")`}\n#' \nSEN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SEN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Senegal\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SEN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SGP.R",
    "content": "#' Singapore\n#'\n#' @source \\url{`r repo(\"SGP\")`}\n#' \nSGP <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SGP\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Singapore\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SGP\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SHN.R",
    "content": "#' Saint Helena, Ascension and Tristan da Cunha\n#'\n#' @source \\url{`r repo(\"SHN\")`}\n#' \nSHN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SHN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"Saint Helena, Ascension and Tristan da Cunha\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SHN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SLB.R",
    "content": "#' Solomon Islands\n#'\n#' @source \\url{`r repo(\"SLB\")`}\n#' \nSLB <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SLB\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Solomon Islands\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SLB\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SLE.R",
    "content": "#' Sierra Leone\n#'\n#' @source \\url{`r repo(\"SLE\")`}\n#' \nSLE <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SLE\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Sierra Leone\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SLE\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SLV.R",
    "content": "#' El Salvador\n#'\n#' @source \\url{`r repo(\"SLV\")`}\n#' \nSLV <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SLV\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"El Salvador\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SLV\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SMR.R",
    "content": "#' San Marino\n#'\n#' @source \\url{`r repo(\"SMR\")`}\n#' \nSMR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SMR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"San Marino\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SMR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SOM.R",
    "content": "#' Somalia\n#'\n#' @source \\url{`r repo(\"SOM\")`}\n#' \nSOM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SOM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Somalia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SOM\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SRB.R",
    "content": "#' Serbia\n#'\n#' @source \\url{`r repo(\"SRB\")`}\n#' \nSRB <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SRB\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Serbia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SRB\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SSD.R",
    "content": "#' South Sudan\n#'\n#' @source \\url{`r repo(\"SSD\")`}\n#' \nSSD <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SSD\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"South Sudan\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SSD\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_STP.R",
    "content": "#' Sao Tome and Principe\n#'\n#' @source \\url{`r repo(\"STP\")`}\n#' \nSTP <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"STP\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Sao Tome and Principe\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"STP\") %>%\n      select(-c(\"tests\"))\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SUR.R",
    "content": "#' Suriname\n#'\n#' @source \\url{`r repo(\"SUR\")`}\n#' \nSUR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SUR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Suriname\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SUR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SVK.R",
    "content": "#' Slovakia\n#'\n#' @source \\url{`r repo(\"SVK\")`}\n#' \nSVK <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SVK\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Slovakia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SVK\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SVN.R",
    "content": "#' Slovenia\n#'\n#' @source \\url{`r repo(\"SVN\")`}\n#' \nSVN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SVN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"gov.si\")`}{Ministry of Health and National Institute for Public health}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x1 <- gov.si(level = level)\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' recovered.\n    #'\n    x2 <- github.cssegisanddata.covid19(country = \"Slovenia\") %>%\n      select(-c(\"confirmed\", \"deaths\"))\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x3 <- ourworldindata.org(id = \"SVN\") %>%\n      select(-c(\"tests\", \"hosp\", \"icu\"))\n    \n    # merge\n    x <- x1 %>%\n      full_join(x2, by = \"date\") %>%\n      full_join(x3, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SWE.R",
    "content": "#' Sweden\n#'\n#' @source \\url{`r repo(\"SWE\")`}\n#' \nSWE <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SWE\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"arcgis.se\")`}{Public Health Agency of Sweden}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x1 <- arcgis.se(level = level)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SWE\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"SWE\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"arcgis.se\")`}{Public Health Agency of Sweden}:\n    #' confirmed cases.\n    #'\n    x <- arcgis.se(level = level)\n    x$id <- id(x$state, iso = \"SWE\", ds = \"arcgis.se\", level = level) \n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SWZ.R",
    "content": "#' Eswatini\n#'\n#' @source \\url{`r repo(\"SWZ\")`}\n#' \nSWZ <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SWZ\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Eswatini\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SWZ\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SXM.R",
    "content": "#' Sint Maarten\n#'\n#' @source \\url{`r repo(\"SXM\")`}\n#' \nSXM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SXM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"Sint Maarten\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SXM\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SYC.R",
    "content": "#' Seychelles\n#'\n#' @source \\url{`r repo(\"SYC\")`}\n#' \nSYC <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SYC\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Seychelles\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SYC\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_SYR.R",
    "content": "#' Syria\n#'\n#' @source \\url{`r repo(\"SYR\")`}\n#' \nSYR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"SYR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Syria\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"SYR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_TCA.R",
    "content": "#' Turks and Caicos Islands\n#'\n#' @source \\url{`r repo(\"TCA\")`}\n#' \nTCA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"TCA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"Turks and Caicos Islands\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"TCA\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_TCD.R",
    "content": "#' Chad\n#'\n#' @source \\url{`r repo(\"TCD\")`}\n#' \nTCD <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"TCD\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Chad\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"TCD\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_TGO.R",
    "content": "#' Togo\n#'\n#' @source \\url{`r repo(\"TGO\")`}\n#' \nTGO <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"TGO\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Togo\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"TGO\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_THA.R",
    "content": "#' Thailand\n#'\n#' @source \\url{`r repo(\"THA\")`}\n#' \nTHA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"THA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"go.th\")`}{Department of Disease Control, Thailand Ministry of Public Health}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x1 <- go.th(level = level)\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' recovered.\n    #'\n    x2 <- github.cssegisanddata.covid19(country = \"Thailand\") %>%\n      select(-c(\"confirmed\", \"deaths\"))\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x3 <- ourworldindata.org(id = \"THA\")\n    \n    # merge\n    x <- x1 %>%\n      full_join(x2, by = \"date\") %>%\n      full_join(x3, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"THA\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"go.th\")`}{Department of Disease Control, Thailand Ministry of Public Health}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x <- go.th(level = level)\n    x$id <- id(x$province, iso = \"THA\", ds = \"go.th\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_TJK.R",
    "content": "#' Tajikistan\n#'\n#' @source \\url{`r repo(\"TJK\")`}\n#' \nTJK <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"TJK\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Tajikistan\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"TJK\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_TKL.R",
    "content": "#' Tokelau\n#'\n#' @source \\url{`r repo(\"TKL\")`}\n#' \nTKL <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"TKL\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Tokelau\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"TKL\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_TKM.R",
    "content": "#' Turkmenistan\n#'\n#' @source \\url{`r repo(\"TKM\")`}\n#' \nTKM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"TKM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Turkmenistan\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"TKM\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_TLS.R",
    "content": "#' Timor-Leste\n#'\n#' @source \\url{`r repo(\"TLS\")`}\n#' \nTLS <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"TLS\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Timor-Leste\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"TLS\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_TON.R",
    "content": "#' Tonga\n#'\n#' @source \\url{`r repo(\"TON\")`}\n#' \nTON <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"TON\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Tonga\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"TON\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_TTO.R",
    "content": "#' Trinidad and Tobago\n#'\n#' @source \\url{`r repo(\"TTO\")`}\n#' \nTTO <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"TTO\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Trinidad and Tobago\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"TTO\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_TUN.R",
    "content": "#' Tunisia\n#'\n#' @source \\url{`r repo(\"TUN\")`}\n#' \nTUN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"TUN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Tunisia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"TUN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_TUR.R",
    "content": "#' Turkey\n#'\n#' @source \\url{`r repo(\"TUR\")`}\n#' \nTUR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"TUR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Turkey\")\n    \n    #' - \\href{`r repo(\"github.ozanerturk.covid19turkeyapi\")`}{Ozan Erturk}:\n    #' intensive care,\n    #' patients requiring ventilation.\n    #'\n    x2 <- github.ozanerturk.covid19turkeyapi(level = level) %>%\n      select(-c(\"confirmed\", \"deaths\", \"recovered\", \"tests\"))\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations.\n    #'\n    x3 <- ourworldindata.org(id = \"TUR\") %>%\n      select(-c(\"icu\"))\n    \n    # merge\n    x <- x1 %>%\n      full_join(x2, by = \"date\") %>%\n      full_join(x3, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_TUV.R",
    "content": "#' Tuvalu\n#'\n#' @source \\url{`r repo(\"TUV\")`}\n#' \nTUV <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"TUV\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Tuvalu\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"TUV\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_TWN.R",
    "content": "#' Taiwan\n#'\n#' @source \\url{`r repo(\"TWN\")`}\n#' \nTWN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"TWN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"gov.tw\")`}{Ministry of Health and Welfare of Taiwan}:\n    #' confirmed cases,\n    #' tests.\n    #'\n    x1 <- gov.tw(level = level)\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' deaths,\n    #' recovered.\n    #'\n    x2 <- github.cssegisanddata.covid19(country = \"Taiwan*\") %>%\n      select(-c(\"confirmed\"))\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x3 <- ourworldindata.org(id = \"TWN\") %>%\n      select(-c(\"tests\"))\n    \n    # merge\n    x <- x1 %>%\n      full_join(x2, by = \"date\") %>%\n      full_join(x3, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"TWN\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"gov.tw\")`}{Ministry of Health and Welfare of Taiwan}:\n    #' confirmed cases.\n    #'\n    x <- gov.tw(level = level)\n    x$id <- id(x$county, iso = \"TWN\", ds = \"gov.tw\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_TZA.R",
    "content": "#' Tanzania\n#'\n#' @source \\url{`r repo(\"TZA\")`}\n#' \nTZA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"TZA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Tanzania\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"TZA\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_UGA.R",
    "content": "#' Uganda\n#'\n#' @source \\url{`r repo(\"UGA\")`}\n#' \nUGA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"UGA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Uganda\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"UGA\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_UKR.R",
    "content": "#' Ukraine\n#'\n#' @source \\url{`r repo(\"UKR\")`}\n#' \nUKR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"UKR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Ukraine\") %>% \n      select(-c(\"confirmed\", \"deaths\"))\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' confirmed cases,\n    #' deaths,\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"UKR\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"UKR\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19unified\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x <- github.cssegisanddata.covid19unified(iso = \"UKR\", level = level)\n    x$id <- id(x$id, iso = \"UKR\", ds = \"github.cssegisanddata.covid19unified\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_URY.R",
    "content": "#' Uruguay\n#'\n#' @source \\url{`r repo(\"URY\")`}\n#' \nURY <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"URY\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Uruguay\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"URY\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_USA.R",
    "content": "#' United States\n#'\n#' @source \\url{`r repo(\"USA\")`}\n#' \nUSA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"USA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.nytimes.covid19data\")`}{The New York Times}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x1 <- github.nytimes.covid19data(level = level)\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' recovered.\n    #'\n    x2 <- github.cssegisanddata.covid19(country = \"United States\") %>%\n      select(-c(\"confirmed\", \"deaths\"))\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x3 <- ourworldindata.org(id = \"USA\") %>%\n      select(-c(\"vaccines\", \"people_vaccinated\", \"people_fully_vaccinated\"))\n    \n    #' - \\href{`r repo(\"cdc.gov\")`}{Centers for Disease Control and Prevention}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x4 <- cdc.gov(level = level)\n    \n    # merge\n    x <- x1 %>%\n      full_join(x2, by = \"date\") %>%\n      full_join(x3, by = \"date\") %>%\n      full_join(x4, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"USA\", 2)`\n  #' \n  if(level==2){\n\n    #' - \\href{`r repo(\"github.nytimes.covid19data\")`}{The New York Times}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x1 <- github.nytimes.covid19data(level = level)\n    x1$id <- id(x1$fips, iso = \"USA\", ds = \"github.nytimes.covid19data\", level = level)\n    \n    #' - \\href{`r repo(\"healthdata.gov\")`}{U.S. Department of Health & Human Services}:\n    #' tests,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- healthdata.gov(level = level)\n    x2$id <- id(x2$state, iso = \"USA\", ds = \"healthdata.gov\", level = level)\n    \n    #' - \\href{`r repo(\"covidtracking.com\")`}{The COVID Tracking Project}:\n    #' recovered,\n    #' patients requiring ventilation.\n    #'\n    x3 <- covidtracking.com(level = level) %>%\n      select(-c(\"confirmed\", \"deaths\", \"tests\", \"hosp\", \"icu\")) %>%\n      mutate(id = id(state, iso = \"USA\", ds = \"covidtracking.com\", level = level))\n\n    #' - \\href{`r repo(\"cdc.gov\")`}{Centers for Disease Control and Prevention}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x4 <- cdc.gov(level = level)\n    x4$id <- id(x4$state, iso = \"USA\", ds = \"cdc.gov\", level = level)\n    \n    # merge\n    x <- x1 %>%\n      full_join(x2, by = c(\"id\", \"date\")) %>%\n      full_join(x3, by = c(\"id\", \"date\")) %>%\n      full_join(x4, by = c(\"id\", \"date\"))\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"USA\", 3)`\n  #' \n  if(level==3){  \n    \n    #' - \\href{`r repo(\"github.nytimes.covid19data\")`}{The New York Times}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x1 <- github.nytimes.covid19data(level = level)\n    x1$id <- id(x1$fips, iso = \"USA\", ds = \"github.nytimes.covid19data\", level = level)\n    \n    #' - \\href{`r repo(\"cdc.gov\")`}{Centers for Disease Control and Prevention}:\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    x2 <- cdc.gov(level = level)\n    x2$id <- id(x2$fips, iso = \"USA\", ds = \"cdc.gov\", level = level)\n    \n    # merge\n    x <- full_join(x1, x2, by = c(\"id\", \"date\"))\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_UZB.R",
    "content": "#' Uzbekistan\n#'\n#' @source \\url{`r repo(\"UZB\")`}\n#' \nUZB <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"UZB\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Uzbekistan\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"UZB\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_VAT.R",
    "content": "#' Holy See\n#'\n#' @source \\url{`r repo(\"VAT\")`}\n#' \nVAT <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"VAT\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Holy See\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"VAT\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_VCT.R",
    "content": "#' Saint Vincent and the Grenadines\n#'\n#' @source \\url{`r repo(\"VCT\")`}\n#' \nVCT <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"VCT\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Saint Vincent and the Grenadines\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"VCT\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_VEN.R",
    "content": "#' Venezuela\n#'\n#' @source \\url{`r repo(\"VEN\")`}\n#' \nVEN <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"VEN\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Venezuela\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"VEN\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_VGB.R",
    "content": "#' British Virgin Islands\n#'\n#' @source \\url{`r repo(\"VGB\")`}\n#' \nVGB <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"VGB\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"British Virgin Islands\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"VGB\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_VIR.R",
    "content": "#' Virgin Islands, U.S.\n#'\n#' @source \\url{`r repo(\"VIR\")`}\n#' \nVIR <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"VIR\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.nytimes.covid19data\")`}{The New York Times}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x1 <- github.nytimes.covid19data(fips = \"78\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"Virgin Islands\", level = 2)\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_VNM.R",
    "content": "#' Vietnam\n#'\n#' @source \\url{`r repo(\"VNM\")`}\n#' \nVNM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"VNM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Vietnam\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"VNM\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_VUT.R",
    "content": "#' Vanuatu\n#'\n#' @source \\url{`r repo(\"VUT\")`}\n#' \nVUT <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"VUT\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Vanuatu\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"VUT\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_WLF.R",
    "content": "#' Wallis and Futuna\n#'\n#' @source \\url{`r repo(\"WLF\")`}\n#' \nWLF <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"WLF\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(state = \"Wallis and Futuna\", level = 2)\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"WLF\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_WSM.R",
    "content": "#' Samoa\n#'\n#' @source \\url{`r repo(\"WSM\")`}\n#' \nWSM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"WSM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Samoa\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"WSM\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_YEM.R",
    "content": "#' Yemen\n#'\n#' @source \\url{`r repo(\"YEM\")`}\n#' \nYEM <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"YEM\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Yemen\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"YEM\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ZAF.R",
    "content": "#' South Africa\n#'\n#' @source \\url{`r repo(\"ZAF\")`}\n#' \nZAF <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ZAF\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.dsfsi.covid19za\")`}{Data Science for Social Impact research group, University of Pretoria}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.dsfsi.covid19za(level = level) %>%\n      select(-c(\"tests\"))\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"ZAF\")    \n    \n    # merge \n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"ZAF\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"github.dsfsi.covid19za\")`}{Data Science for Social Impact research group, University of Pretoria}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests.\n    #'\n    x <- github.dsfsi.covid19za(level = level)\n    x$id <- id(x$state, iso = \"ZAF\", ds = \"github.dsfsi.covid19za\", level = level)\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ZMB.R",
    "content": "#' Zambia\n#'\n#' @source \\url{`r repo(\"ZMB\")`}\n#' \nZMB <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ZMB\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Zambia\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"ZMB\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "R/iso_ZWE.R",
    "content": "#' Zimbabwe\n#'\n#' @source \\url{`r repo(\"ZWE\")`}\n#' \nZWE <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ZWE\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.cssegisanddata.covid19\")`}{Johns Hopkins Center for Systems Science and Engineering}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered.\n    #'\n    x1 <- github.cssegisanddata.covid19(country = \"Zimbabwe\")\n    \n    #' - \\href{`r repo(\"ourworldindata.org\")`}{Our World in Data}:\n    #' tests,\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated,\n    #' hospitalizations,\n    #' intensive care.\n    #'\n    x2 <- ourworldindata.org(id = \"ZWE\")\n    \n    # merge\n    x <- full_join(x1, x2, by = \"date\")\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "README.md",
    "content": "<a href=\"https://covid19datahub.io\"><img src=\"https://storage.covid19datahub.io/logo.svg\" align=\"right\" height=\"128\"/></a>\n\n# COVID-19 Data Hub [![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fcovid19datahub%2FCOVID19%2F)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fcovid19datahub%2FCOVID19)\n\n[![](https://storage.covid19datahub.io/downloads/total.svg)](https://covid19datahub.io/articles/data.html) \n\n> Funded by the Institute for Data Valorization [IVADO](https://ivado.ca/en/) in 2020. Supported by the [R Consortium](https://www.r-consortium.org) from 2021 to 2024. Funded by the University of Lugano [USI](https://www.usi.ch/en) in 2025.\n\nThis repository aggregates COVID-19 data at a fine-grained spatial resolution from [several sources](https://covid19datahub.io/reference/index.html) and makes them available in the form of ready-to-use CSV files available at https://covid19datahub.io\n\n| Variable                  | Description                                                  |\n| ------------------------- | ------------------------------------------------------------ |\n| `confirmed`               | Cumulative number of confirmed cases                         |\n| `deaths`                  | Cumulative number of deaths                                  |\n| `recovered`               | Cumulative number of patients released from hospitals or reported recovered |\n| `tests`                   | Cumulative number of tests                                   |\n| `vaccines`                | Cumulative number of total doses administered                |\n| `people_vaccinated`       | Cumulative number of people who received at least one vaccine dose |\n| `people_fully_vaccinated` | Cumulative number of people who received all doses prescribed by the vaccination protocol |\n| `hosp`                    | Number of hospitalized patients on date                      |\n| `icu`                     | Number of hospitalized patients in intensive therapy on date |\n| `vent`                    | Number of patients requiring invasive ventilation on date    |\n| `population`              | Total population                                             |\n\nThe dataset also includes [policy measures](https://covid19datahub.io/articles/docs.html#policy-measures) by Oxford's government response tracker, and a set of [keys](https://covid19datahub.io/articles/docs.html#external-keys) to match the data with [Google](https://www.google.com/covid19/mobility/) and [Apple](https://www.apple.com/covid19/mobility) mobility reports, with the [Hydromet dataset](https://github.com/CSSEGISandData/COVID-19_Unified-Dataset/tree/master/Hydromet), and with spatial databases such as [Eurostat](https://ec.europa.eu/eurostat/web/nuts/nuts-maps) for Europe or [GADM](https://gadm.org/) worldwide.\n\n## Administrative divisions\n\nThe data are provided at 3 different levels of granularity:\n\n- level 1: national-level data (e.g., countries)\n- level 2: sub-national data (e.g., regions/states)\n- level 3: lower-level data (e.g., municipalities/counties)\n\n## Download the data\n\nAll the data are available to download at the [download centre](https://covid19datahub.io/articles/data.html).\n\n## How it works\n\nCOVID-19 Data Hub is developed around 2 concepts: \n\n- data sources\n- countries  \n\nTo extract the data for one country, different data sources may be required. For this reason, the code in the [R folder](https://github.com/covid19datahub/COVID19/tree/master/R) is organized in two main types of files:\n\n- files representing a data source (prefix `ds_`)\n- files representing a country (prefix `iso_`)\n\nThe `ds_` files implement a wrapper to pull the data from a provider and import them in an R `data.frame` with standardized column names. The `iso_` files take care of merging all the data sources needed for one country, and to map the identifiers used by the provider to the `id` listed in the [CSV files](https://github.com/covid19datahub/COVID19/tree/master/inst/extdata/db). Finally, the function [`covid19`](https://github.com/covid19datahub/COVID19/blob/master/R/covid19.R) takes care of downloading the data for all countries at all levels.\n\nThe code is run continuously on a dedicated Linux server to crunch the data from the providers.  In principle, one can use the function `covid19` from the repository to generate the same data we provide at the [download centre](https://covid19datahub.io/articles/data.html#latest-data). However, this takes between 1-2 hours, so that downloading the pre-computed files is typically more convenient.\n\n## Contribute\n\nIf you find some issues with the data, please [report a bug](https://github.com/covid19datahub/COVID19/issues).\n\n## Academic publications\n\nThe first version of the project is described in *\"COVID-19 Data Hub\"*, [Journal of Open Source Software, 2020](https://doi.org/10.21105/joss.02376). The implementation details and the latest version of the data are described in *\"A worldwide epidemiological database for COVID-19 at fine-grained spatial resolution\"*, [Scientific Data, Nature, 2022](https://doi.org/10.1038/s41597-022-01245-1). You can browse the publications that use COVID-19 Data Hub [here](https://scholar.google.com/scholar?oi=bibs&hl=en&cites=1585537563493742217) and [here](https://scholar.google.com/scholar?oi=bibs&hl=en&cites=3406901022968697451). Please [cite](/authors.html) our paper(s) when using COVID-19 Data Hub.\n\n## Cite as\n\nWe have invested a lot of time and effort in creating [COVID-19 Data Hub](https://covid19datahub.io), please cite the following when using it:\n\n*Guidotti, E., Ardia, D., (2020), \"COVID-19 Data Hub\", Journal of Open Source Software 5(51):2376, doi: [10.21105/joss.02376](https://doi.org/10.21105/joss.02376).*\n\nA BibTeX entry for LaTeX users is:\n\n```latex\n@Article{guidotti2020,\n    title = {COVID-19 Data Hub},\n    year = {2020},\n    doi = {10.21105/joss.02376},\n    author = {Emanuele Guidotti and David Ardia},\n    journal = {Journal of Open Source Software},\n    volume = {5},\n    number = {51},\n    pages = {2376}\n}\n```\n\nThe implementation details and the latest version of the data are described in:\n\n*Guidotti, E., (2022), \"A worldwide epidemiological database for COVID-19 at fine-grained spatial resolution\", Sci Data 9, 112, doi: [10.1038/s41597-022-01245-1](https://doi.org/10.1038/s41597-022-01245-1)*\n\nA BibTeX entry for LaTeX users is:\n\n```latex\n@Article{guidotti2022,\n    title = {A worldwide epidemiological database for COVID-19 at fine-grained spatial resolution},\n    year = {2022},\n    doi = {10.1038/s41597-022-01245-1},\n    author = {Emanuele Guidotti},\n    journal = {Scientific Data},\n    volume = {9},\n    number = {1},\n    pages = {112}\n}\n```\n\n## Terms of use\n\nBy using COVID-19 Data Hub, you agree to our [terms of use](https://covid19datahub.io/LICENSE.html). \n\n## Supported by \n\n<div style=\"height:96px\">\n<img height=\"96\" src=\"man/figures/RConsortium.png\" alt=\"R Consortium\" style=\"margin-right:8px\"/>\n<img height=\"96\" src=\"man/figures/ivado.png\" alt=\"IVADO\" style=\"margin-right:8px\"/>\n<img height=\"96\" src=\"man/figures/hec-montreal.jpg\" alt=\"HEC Montréal\" style=\"display:inline-block;margin-right:8px\" />\n<img height=\"96\" src=\"man/figures/hackzurich.jpeg\" alt=\"Hack Zurich\" style=\"display:inline-block;margin-right:8px\" />\n<img height=\"96\" src=\"man/figures/unimi.jpg\" alt=\"Università degli Studi di Milano\" style=\"display:inline-block;margin-right:8px\" />\n<img height=\"96\" src=\"man/figures/usi.png\" alt=\"University of Lugano\" style=\"display:inline-block;margin-right:8px\" />\n</div>\n\n\n"
  },
  {
    "path": "index.md",
    "content": "[![](https://storage.covid19datahub.io/downloads/total.svg)](https://covid19datahub.io/articles/data.html)\n\n# COVID-19 Data Hub <img src=\"man/figures/logo.png\" width=\"200\" align=\"right\" />\n\nFunded by the Institute for Data Valorization [IVADO](https://ivado.ca/en/) in 2020. Supported by the [R Consortium](https://www.r-consortium.org) from 2021 to 2024. Funded by the University of Lugano [USI](https://www.usi.ch/en) in 2025.\n\n> The goal of COVID-19 Data Hub is to provide the research community with a [unified dataset](/articles/data.html) by collecting worldwide fine-grained case data, merged with exogenous variables helpful for a better understanding of COVID-19.\n\n## Download the data\n\nAll the data are provided at the [download centre](/articles/data.html).\n\n## Unified dataset\n\nThe dataset includes an extensive list of [epidemiological variables](/articles/docs.html#epidemiological-variables), several [policy measures](/articles/docs.html#policy-measures) by Oxford's government response tracker, and a set of [external keys](/articles/docs.html#external-keys) to match the data with [Google](https://www.google.com/covid19/mobility/) and [Apple](https://www.apple.com/covid19/mobility) mobility reports, with the [Hydromet dataset](https://github.com/CSSEGISandData/COVID-19_Unified-Dataset/tree/master/Hydromet), and with spatial databases such as [Eurostat](https://ec.europa.eu/eurostat/web/nuts/nuts-maps) for Europe or [GADM](https://gadm.org/) worldwide.\n\n## Software packages\n\nThe [R](/articles/api/r.html) and [Python](/articles/api/python.html) packages simplify the interaction with the Data Hub. In general, it is possible to import the data in any software by reading the CSV files provided at the [download centre](/articles/data.html).\n\n## Data transparency\n\nThe data acquisition pipeline is open source. All the code used to generate the data files can be found at our [GitHub repository](https://github.com/covid19datahub/COVID19/). In principle, one can use the function `covid19` from the repository to generate the same data available at the [download centre](/articles/data.html#latest-data). However, this takes between 1-2 hours, so that downloading the pre-computed files is typically more convenient. The full list of data sources where the data are pulled from is available [here](/reference/index.html).\n\n## Research reproducibility\n\nAs most governments are updating the data retroactively, we provide [vintage data](/articles/data.html#vintage-data) to simplify reproducibility of academic research. These are immutable snapshots of the data taken each day. We gratefully acknowledge financial support by the [R Consortium](https://www.r-consortium.org/blog/2020/12/14/r-consortium-providing-financial-support-to-covid-19-data-hub-platform) in maintaining the vintage data.\n\n## Academic publications\n\nThe first version of the project is described in *\"COVID-19 Data Hub\"*, [Journal of Open Source Software, 2020](https://doi.org/10.21105/joss.02376). The implementation details and the latest version of the data are described in *\"A worldwide epidemiological database for COVID-19 at fine-grained spatial resolution\"*, [Scientific Data, Nature, 2022](https://doi.org/10.1038/s41597-022-01245-1). You can browse the publications that use COVID-19 Data Hub [here](https://scholar.google.com/scholar?oi=bibs&hl=en&cites=1585537563493742217) and [here](https://scholar.google.com/scholar?oi=bibs&hl=en&cites=3406901022968697451). Please [cite](/authors.html) our paper(s) when using COVID-19 Data Hub.\n\n<!--\n## In the news\n\n- [LexTech Institute, 03/2021](https://www.lextechinstitute.ch/covid-19-data-hub/)\n- [CScience, 02/2021](http://www.cscience.ca/2021/02/10/exploiter-les-donnees-pour-enrayer-la-pandemie/)\n- [R Consortium, 02/2021](https://www.r-consortium.org/blog/2021/02/09/covid-19-data-hub)\n- [University of Neuchâtel, 12/2020](https://www.unine.ch/unine/home/pour-les-medias/communiques-de-presse/les-donnees-de-la-covid-19-sur-u.html)\n- [Quartier L!bre, 11/2020](https://quartierlibre.ca/regrouper-les-donnees-mondiales-sur-la-covid-19/)\n- [HEC Montréal, 09/2020](https://www.hec.ca/en/research/take-a-closer-look/reliable-unified-data.html) \n- [Statistical Society of Canada, 06/2020](https://ssc.ca/en/publications/ssc-liaison/vol-34-3-june-2020/news-hec-montreal)\n- [Institute for Data Valorization, 06/2020](<https://ivado.ca/en/covid-19/#phares>)\n- [Winner of the eRum2020 CovidR contest, 06/2020](<https://milano-r.github.io/erum2020-covidr-contest/index.html>)\n- [Data Science and Economics, University of Milano, 06/2020](<https://dse.cdl.unimi.it/en/avviso/notice-detail/covid-data-analysis>)\n- [More Select COVID-19 Resources, 06/2020](https://rviews.rstudio.com/2020/06/03/more-select-covid-19-resources/)\n- [Top 50 R resources on Novel COVID-19 Coronavirus, 03/2020](<https://towardsdatascience.com/top-5-r-resources-on-covid-19-coronavirus-1d4c8df6d85f>)\n- [\"Top 40\" New CRAN Packages, 03/2020](<https://rviews.rstudio.com/2020/04/27/march-2020-top-40-new-cran-packages/>)\n-->\n\n## Contribute\n\nIf you find some issues with the data, please report a bug at our [GitHub repository](https://github.com/covid19datahub/COVID19/issues).\n\n<a class=\"github-button\" href=\"https://github.com/covid19datahub/COVID19\" data-icon=\"octicon-star\" data-size=\"large\" data-show-count=\"true\" aria-label=\"Star covid19datahub/COVID19 on GitHub\">Star</a>\n<script async defer src=\"https://buttons.github.io/buttons.js\"></script>\n\n## Terms of use\n\nBy using COVID-19 Data Hub, you agree to our [terms of use](/LICENSE.html).\n\n## Authors\n\nThe project was initiated via the [R package COVID19](https://CRAN.R-project.org/package=COVID19) developed by [Emanuele Guidotti](https://guidotti.dev/) (University of Neuchâtel), leveraged by [David Ardia](https://ardiad.github.io/) (HEC Montréal) via the funding by [IVADO](https://ivado.ca/en/), enhanced by an awesome [open source community](/articles/contributors.html), and it is maintained by [Emanuele Guidotti](https://guidotti.dev/).\n\nLogo courtesy of [Gary Sandoz](http://www.garysandoz.ch/index.html) and [Talk-to-Me](https://www.talk-to-me.ch/).\n\n## Supported by\n\n<img height=\"96\" src=\"man/figures/RConsortium.png\" alt=\"R Consortium\" style=\"padding:8px\"/>\n<img height=\"96\" src=\"man/figures/ivado.png\" alt=\"IVADO\" style=\"padding:8px\"/>\n<img height=\"96\" src=\"man/figures/hec-montreal.jpg\" alt=\"HEC Montréal\" style=\"display:inline-block;padding:8px\" />\n<img height=\"96\" src=\"man/figures/hackzurich.jpeg\" alt=\"Hack Zurich\" style=\"display:inline-block;padding:8px\" />\n<img height=\"96\" src=\"man/figures/unimi.jpg\" alt=\"Università degli Studi di Milano\" style=\"display:inline-block;padding:8px\" />\n<img height=\"96\" src=\"man/figures/usi.png\" alt=\"University of Lugano\" style=\"display:inline-block;padding:8px\" />\n"
  },
  {
    "path": "inst/CITATION",
    "content": "bibentry(\n\tbibtype=\"Article\",\n\ttitle=\"COVID-19 Data Hub\", \n\tyear=2020,\n\tDOI=\"10.21105/joss.02376\", \n\tauthor=as.person(\"Emanuele Guidotti [aut], David Ardia [aut]\"),\n  journal=\"Journal of Open Source Software\",\n  volume=\"5\",\n  number=\"51\",\n  pages=\"2376\",\n  header=\"We have invested a lot of time and effort in creating COVID-19 Data Hub, please cite the following when using it:\",\n\ttextVersion='Guidotti, E., Ardia, D., (2020), \"COVID-19 Data Hub\", Journal of Open Source Software 5(51):2376, doi: 10.21105/joss.02376'\n)\n\nbibentry(\n\tbibtype=\"Article\",\n\ttitle=\"A worldwide epidemiological database for COVID-19 at fine-grained spatial resolution\", \n\tyear=2022,\n\tDOI=\"10.1038/s41597-022-01245-1\", \n\tauthor=as.person(\"Emanuele Guidotti [aut]\"),\n  journal=\"Scientific Data\",\n  volume=\"9\",\n  number=\"1\",\n  pages=\"112\",\n  header=\"The implementation details and the latest version of the data are described in:\",\n\ttextVersion='Guidotti, E., (2022), \"A worldwide epidemiological database for COVID-19 at fine-grained spatial resolution\", Sci Data 9(1):112, doi: 10.1038/s41597-022-01245-1'\n)\n"
  },
  {
    "path": "inst/extdata/db/AFG.csv",
    "content": "\"id\",\"id_humdata.af\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_gadm\",\"key_hasc\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,\"-\",,,,,\n\"0b8766df\",\"badakhshan\",2,\"Badakhshan\",,\"AFG.1_1\",\"AF.BD\",,36.967899325,73.3269699424752,1054087,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"6de9e18d\",\"badghis\",2,\"Badghis\",,\"AFG.2_1\",\"AF.BG\",,35.25792694,63.6283078065214,487272,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"defcc506\",\"baghlan\",2,\"Baghlan\",,\"AFG.3_1\",\"AF.BL\",,35.7279644,69.0223075621267,1014634,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"e13247d0\",\"balkh\",2,\"Balkh\",,\"AFG.4_1\",\"AF.BK\",,36.482851025,67.1633804119261,1509183,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"b90ef2ee\",\"bamyan\",2,\"Bamyan\",,\"AFG.5_1\",\"AF.BM\",,34.712677005,67.3918101374787,495557,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"b4d9074e\",\"daykundi\",2,\"Daykundi\",,\"AFG.6_1\",\"AF.DK\",,33.73499489,66.402918001355,535566,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"f8e587e0\",\"farah\",2,\"Farah\",,\"AFG.7_1\",\"AF.FH\",,32.467048645,62.4530104472118,563026,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"2353bb1a\",\"faryab\",2,\"Faryab\",,\"AFG.8_1\",\"AF.FB\",,36.22276878,64.7799084712915,1171534,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"b5bf89a1\",\"ghazni\",2,\"Ghazni\",,\"AFG.9_1\",\"AF.GZ\",,33.155397415,67.7572014120308,1362504,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"799ca10b\",\"ghor\",2,\"Ghor\",,\"AFG.10_1\",\"AF.GR\",,34.231822965,64.4976840361036,764472,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"ce867fff\",\"helmand\",2,\"Hilmand\",,\"AFG.11_1\",\"AF.HM\",,31.369792935,64.0076900590358,1427168,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"dcb6f299\",\"herat\",2,\"Hirat\",,\"AFG.12_1\",\"AF.HR\",,34.189914705,62.0285373784546,2140662,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"49649e35\",\"jowzjan\",2,\"Jawzjan\",,\"AFG.13_1\",\"AF.JW\",,36.73578262,65.963744217858,602082,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"3590f36d\",\"kabul\",2,\"Kabul\",,\"AFG.14_1\",\"AF.KB\",,34.55278969,69.3297476684714,5204667,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"dd9e31c3\",\"kandahar\",2,\"Kandahar\",,\"AFG.15_1\",\"AF.KD\",,31.00781155,65.6559479467343,1399594,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"c81fe256\",\"kapisa\",2,\"Kapisa\",,\"AFG.16_1\",\"AF.KP\",,34.909669875,69.743803517421,488298,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"05761064\",\"khost\",2,\"Khost\",,\"AFG.17_1\",\"AF.KT\",,33.377161025,69.9180556029194,636522,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"375020f7\",\"kunar\",2,\"Kunar\",,\"AFG.18_1\",\"AF.KR\",,35.017705915,71.0786882930402,499393,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"395e0e81\",\"kunduz\",2,\"Kunduz\",,\"AFG.19_1\",\"AF.KZ\",,36.81573868,68.6665501045443,1136677,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"8f01d46c\",\"laghman\",2,\"Laghman\",,\"AFG.20_1\",\"AF.LA\",,34.80631447,70.2751600940778,493488,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"b5057093\",\"logar\",2,\"Logar\",,\"AFG.21_1\",\"AF.LW\",,33.983417515,69.1689867037506,434374,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"1ce2639f\",\"nangarhar\",2,\"Nangarhar\",,\"AFG.22_1\",\"AF.NG\",,34.367256165,70.4149995887855,1701698,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"c69d959d\",\"nimruz\",2,\"Nimroz\",,\"AFG.23_1\",\"AF.NM\",,30.80847359,62.4533419319147,183554,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"71461864\",\"nuristan\",2,\"Nuristan\",,\"AFG.24_1\",\"AF.NR\",,35.465198515,71.1016936291659,163814,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"9d197a37\",\"paktika\",2,\"Paktika\",,\"AFG.25_1\",\"AF.PK\",,32.500627515,68.6570904282671,775498,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"82c50a68\",\"paktia\",2,\"Paktya\",,\"AFG.26_1\",\"AF.PT\",,33.695337295,69.5222453696463,611952,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"dd03f8cf\",\"panjsher\",2,\"Panjshir\",,\"AFG.27_1\",\"AF.PJ\",,35.497240065,69.9028466077624,169926,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"f5f43bbd\",\"parwan\",2,\"Parwan\",,\"AFG.28_1\",\"AF.PV\",,35.00689125,68.7383295720628,737700,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"7b8aeda7\",\"samangan\",2,\"Samangan\",,\"AFG.29_1\",\"AF.SM\",,35.977314,67.7245409704905,430489,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"aded9ac5\",\"sar-e pol\",2,\"Sari Pul\",,\"AFG.30_1\",\"AF.SP\",,35.72974205,66.1118510954875,621002,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"400fd9bc\",\"takhar\",2,\"Takhar\",,\"AFG.31_1\",\"AF.TK\",,36.70185089,69.6153603460428,1093092,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"3ff22c47\",\"urozgan\",2,\"Uruzgan\",,\"AFG.32_1\",\"AF.OZ\",,32.801496505,65.9822979430939,436079,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"86fbe2a3\",\"wardak\",2,\"Wardak\",,\"AFG.33_1\",\"AF.VR\",,34.24128914,68.235535756735,660258,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n\"68104d5f\",\"zabul\",2,\"Zabul\",,\"AFG.34_1\",\"AF.ZB\",,32.312578205,66.9366743060558,384349,\"Ministry of Public Health Afghanistan (2020)\",\"http://covid.moph-dw.org\"\n"
  },
  {
    "path": "inst/extdata/db/ARG.csv",
    "content": "\"id\",\"id_gob.ar\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,\"-\",,,,,\n\"d1fd62bb\",6,2,\"Buenos Aires\",,,\"ARG.1_1\",\"ChIJ2YFSWbe87ZURRKHw3PwJ00o\",\"AR.BA\",\"06\",-37.147916795,-60.1344491791543,15625084,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"2185f6cf\",10,2,\"Catamarca\",,,\"ARG.2_1\",\"ChIJvdQKAsVdIJQR3MJsfSPDVzI\",\"AR.CT\",\"10\",-27.634918215,-67.4916266569923,367828,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"e4a6c420\",22,2,\"Chaco\",,,\"ARG.3_1\",\"ChIJR3LI4_rvQJQRleyel8CWr04\",\"AR.CC\",\"22\",-26.04924679,-60.6918502132331,1055259,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"e3cb0039\",26,2,\"Chubut\",,,\"ARG.4_1\",\"ChIJR3BXosaj4r0RKKImS45F1No\",\"AR.CH\",\"26\",-44.00166702,-68.4708734800261,509108,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"d690a6a2\",2,2,\"Ciudad de Buenos Aires\",,\"Buenos Aires\",\"ARG.5_1\",\"ChIJu39FBT3KvJURF8D35_z0YOE\",\"AR.DF\",\"02\",-34.62111092,-58.4342692756502,2890151,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"26e832d6\",14,2,\"Córdoba\",,,\"ARG.6_1\",\"ChIJNcbaCaHULJQRnokOgQ8wLec\",\"AR.CB\",\"14\",-32.25216484,-63.6323584135882,3308876,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"2f5e7efd\",18,2,\"Corrientes\",,,\"ARG.7_1\",\"ChIJs6lQkqyLTJQRDX3jVziDc4s\",\"AR.CN\",\"18\",-29.003835675,-57.8016423383841,992595,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"13b3944d\",30,2,\"Entre Ríos\",,,\"ARG.8_1\",\"ChIJvy9Iut1RpZURgmPU3PBLKGk\",\"AR.ER\",\"30\",-32.102638245,-59.4220957277735,1235994,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"14de5054\",34,2,\"Formosa\",,,\"ARG.9_1\",\"ChIJpwz0Xr4sapQRRF1cxa5GtKA\",\"AR.FM\",\"34\",-24.66732502,-60.0955370173357,530162,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"1d681c7f\",38,2,\"Jujuy\",,,\"ARG.10_1\",\"ChIJhwBc5_ahBJQReU7OMLKRXoE\",\"AR.JY\",\"38\",-23.19677734,-66.035492140212,673307,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"b2fc63a6\",42,2,\"La Pampa\",,,\"ARG.11_1\",\"ChIJ6TZppA1t3JURyFjyX753Fqw\",\"AR.LP\",\"42\",-37.15555382,-65.8170147602372,318951,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"b591a7bf\",46,2,\"La Rioja\",,,\"ARG.12_1\",\"ChIJm_z9wv8FKJQRYHNdBKV3wbc\",\"AR.LR\",\"46\",-29.858521465,-66.8092447295435,333642,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"45e933cb\",50,2,\"Mendoza\",,,\"ARG.13_1\",\"ChIJ_f_VXVt0eZYRJHgEHW9YAgk\",\"AR.MZ\",\"50\",-34.771865845,-68.4709661091667,1738929,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"4284f7d2\",54,2,\"Misiones\",,,\"ARG.14_1\",\"ChIJM-NMXSQR-JQRHVqx6381Xfs\",\"AR.MN\",\"54\",-26.833618165,-54.3892031323154,1101593,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"4b32bbf9\",58,2,\"Neuquén\",,,\"ARG.15_1\",\"ChIJiRjkWq1rDZYRL9Kzu9ExMIw\",\"AR.NQ\",\"58\",-38.59080696,-69.5433109117244,551266,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"80ca0124\",62,2,\"Río Negro\",,,\"ARG.16_1\",\"ChIJC1OmsMSC4pUR266wM__G38I\",\"AR.RN\",\"62\",-39.793367385,-66.4395310729896,638645,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"87a7c53d\",66,2,\"Salta\",,,\"ARG.17_1\",\"ChIJx9DqOCkNG5QRmHnD9tEbSos\",\"AR.SA\",\"66\",-24.20046902,-63.251199720197,1214441,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"77df5149\",70,2,\"San Juan\",,,\"ARG.18_1\",\"ChIJl9Q8oylAgZYR37HjZ-P_UjU\",\"AR.SJ\",\"70\",-30.502604485,-68.8030032337029,681055,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"70b29550\",74,2,\"San Luis\",,,\"ARG.19_1\",\"ChIJPdeaUuQ71JURRryKvYMe7l0\",\"AR.SL\",\"74\",-33.933448795,-65.9348641788992,432310,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"7904d97b\",78,2,\"Santa Cruz\",,,\"ARG.20_1\",\"ChIJX1N_w_37tr0RfCPI_XcNueQ\",\"AR.SC\",\"78\",-49.197221755,-70.4013781423767,273964,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"1e492caa\",82,2,\"Santa Fe\",,,\"ARG.21_1\",\"ChIJbxhssh7ASpQRvDtaZyBOPo4\",\"AR.SF\",\"82\",-31.19031429,-60.9963778521671,3194537,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"1924e8b3\",86,2,\"Santiago del Estero\",,,\"ARG.22_1\",\"ChIJzxmuSU-oJZQRpZuk02QcO-I\",\"AR.SE\",\"86\",-28.064320565,-63.4388117609495,874006,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"ee31b8de\",94,2,\"Tierra del Fuego\",,,\"ARG.23_1\",\"ChIJISlD2c8iTLwRjdjwjDVU7oA\",\"AR.TF\",\"94\",-53.800001145,-68.1640989656093,127205,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"e95c7cc7\",90,2,\"Tucumán\",,,\"ARG.24_1\",\"ChIJWUwJqOlFIpQR_QxdHCqFwuk\",\"AR.TM\",\"90\",-27.03806305,-65.3688013664519,1448188,\"Statoids (2010)\",\"http://www.statoids.com/uar.html\"\n\"c6640570\",6854,3,\"Buenos Aires\",\"25 de Mayo\",,\"ARG.1.124_1\",\"ChIJNTpy39xnvpURzWh5D-aZMEs\",\"AR.BA.VM\",\"06854\",-35.5562915802002,-60.284291681305,35842,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"72a4a445\",6588,3,\"Buenos Aires\",\"9 de Julio\",,\"ARG.1.85_1\",\"ChIJpUEEf510v5URNF0TiKcA9l8\",\"AR.BA.NJ\",\"06588\",-35.5210914611816,-60.9244894056825,47722,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"2c09f137\",6007,3,\"Buenos Aires\",\"Adolfo Alsina\",,\"ARG.1.1_1\",\"ChIJeV8qz0eJ6ZURfDKn85AdGVM\",\"AR.BA.AA\",\"06007\",-37.1634902954102,-62.9677646462947,17072,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ac1b91cc\",6014,3,\"Buenos Aires\",\"Adolfo Gonzales Chaves\",,\"ARG.1.2_1\",\"ChIJ9_JGTs1KkpURZMNZ85RK7Rs\",\"AR.BA.AC\",\"06014\",-37.9392776489258,-60.2876742169095,12047,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f75c3680\",6021,3,\"Buenos Aires\",\"Alberti\",,\"ARG.1.3_1\",\"ChIJmxAZ-CrBvpUR-_yT4e55w8Y\",\"AR.BA.AL\",\"06021\",-35.0305938720703,-60.2866012952458,10654,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8e808e24\",6028,3,\"Buenos Aires\",\"Almirante Brown\",,\"ARG.1.4_1\",\"ChIJI5GNLh4to5URpkUocyVBASA\",\"AR.BA.AB\",\"06028\",-34.8354663848877,-58.3781072660489,552902,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"634867f0\",6077,3,\"Buenos Aires\",\"Arrecifes\",,\"ARG.1.6_1\",\"ChIJE37ekTiDuZURCcne59JxJIQ\",\"AR.BA.BM\",\"06077\",-34.0089416503906,-60.014283335775,29044,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e92ac3d8\",6035,3,\"Buenos Aires\",\"Avellaneda\",,\"ARG.1.7_1\",\"ChIJ14EM2bzMvJURkaCAfSuL7F4\",\"AR.BA.AV\",\"06035\",-34.6820430755615,-58.3372017601028,342677,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"380fc0bc\",6042,3,\"Buenos Aires\",\"Ayacucho\",,\"ARG.1.8_1\",\"ChIJeYxXgkemkJURKIjrLcBtoFU\",\"AR.BA.AY\",\"06042\",-36.9778709411621,-58.5972262857808,20337,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"afdd1934\",6049,3,\"Buenos Aires\",\"Azul\",,\"ARG.1.9_1\",\"ChIJz3n0ZQ6YlpURt550cSZY9-g\",\"AR.BA.AZ\",\"06049\",-36.8375835418701,-59.6821285642165,65280,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"267935e4\",6056,3,\"Buenos Aires\",\"Bahía Blanca\",,\"ARG.1.10_1\",\"ChIJ_Qg5eS-v7ZURkJ8Tr_dW7oQ\",\"AR.BA.BB\",\"06056\",-38.580602645874,-62.1857078853427,301572,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"7d3e92a8\",6063,3,\"Buenos Aires\",\"Balcarce\",,\"ARG.1.11_1\",\"ChIJLxbK7wakmpURN2h1gzE7-44\",\"AR.BA.BC\",\"06063\",-37.7694339752197,-58.1900727729907,43823,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"fd2cf253\",6070,3,\"Buenos Aires\",\"Baradero\",,\"ARG.1.12_1\",\"ChIJA_UDCqZKupURtAN6M3WexwM\",\"AR.BA.BD\",\"06070\",-33.9121398925781,-59.4443699496023,32761,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"7dd92a85\",6084,3,\"Buenos Aires\",\"Benito Juárez\",,\"ARG.1.13_1\",\"ChIJIW8f20ffk5URfo3Bh_5R4D4\",\"AR.BA.BJ\",\"06084\",-37.5643920898437,-59.8863758116255,20239,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"14a8ef4b\",6091,3,\"Buenos Aires\",\"Berazategui\",,\"ARG.1.14_1\",\"ChIJceyBPlzXopURu-lEZftn2oc\",\"AR.BA.BZ\",\"06091\",-34.8457851409912,-58.1419775224556,324244,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"6d7457ef\",6098,3,\"Buenos Aires\",\"Berisso\",,\"ARG.1.15_1\",\"ChIJ64RatgPwopURONNDc1C43Ik\",\"AR.BA.BS\",\"06098\",-34.9002780914307,-57.8550572830126,88470,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c3c5fa2c\",6105,3,\"Buenos Aires\",\"Bolívar\",,\"ARG.1.16_1\",\"ChIJfYPr56Xiv5URGAeMsqC0bNM\",\"AR.BA.BO\",\"06105\",-36.2855911254883,-61.1490850411866,34190,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"44ba5ece\",6112,3,\"Buenos Aires\",\"Bragado\",,\"ARG.1.17_1\",\"ChIJpfk56g4ov5URP5xEDqX6Mts\",\"AR.BA.BG\",\"06112\",-35.0323638916016,-60.6044331184667,41336,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d3688746\",6119,3,\"Buenos Aires\",\"Brandsen\",,\"ARG.1.18_1\",\"ChIJmT7W97W5opURcoex71ISGKk\",\"AR.BA.BR\",\"06119\",-35.1972312927246,-58.2346904901368,26367,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"68fac914\",6126,3,\"Buenos Aires\",\"Campana\",,\"ARG.1.19_1\",\"ChIJketB0tltu5URcmDrSeeSOP0\",\"AR.BA.CM\",\"06126\",-34.1608371734619,-58.8946841111819,94461,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9fef9979\",6134,3,\"Buenos Aires\",\"Cañuelas\",,\"ARG.1.20_1\",\"ChIJRfEmgzE9vZURYJMDGB1vpTo\",\"AR.BA.CL\",\"06134\",-35.1592330932617,-58.7248488004586,51892,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d7c3cba7\",6140,3,\"Buenos Aires\",\"Capitán Sarmiento\",,\"ARG.1.21_1\",\"ChIJodRwwZt9uZURRZXOPQSLeog\",\"AR.BA.CS\",\"06140\",-34.1459178924561,-59.8501763262022,14494,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"49a75e04\",6147,3,\"Buenos Aires\",\"Carlos Casares\",,\"ARG.1.22_1\",\"ChIJAXS1Dil-wJURe5-X2GeTySU\",\"AR.BA.CC\",\"06147\",-35.7181148529053,-61.3153802870358,22237,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c9b53eff\",6154,3,\"Buenos Aires\",\"Carlos Tejedor\",,\"ARG.1.23_1\",\"ChIJDWx8_DM0wZURFe17s90SIXI\",\"AR.BA.CT\",\"06154\",-35.3922157287597,-62.4307563704353,11570,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"92f299b3\",6161,3,\"Buenos Aires\",\"Carmen de Areco\",,\"ARG.1.24_1\",\"ChIJ47GhMZNeuZURsYLvs7YPasQ\",\"AR.BA.CA\",\"06161\",-34.427188873291,-59.9282794332108,14692,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"eb2e2117\",6168,3,\"Buenos Aires\",\"Castelli\",,\"ARG.1.25_1\",\"ChIJX6SuiVQHmZURWCQpduufbmk\",\"AR.BA.CI\",\"06168\",-36.0229167938232,-57.6534469717765,8205,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"a8f281bb\",6210,3,\"Buenos Aires\",\"Chacabuco\",,\"ARG.1.26_1\",\"ChIJ6Sjrcws6uZUR9sKA-20puno\",\"AR.BA.CB\",\"06210\",-34.6369800567626,-60.3311695633333,48703,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"36961418\",6217,3,\"Buenos Aires\",\"Chascomús\",,\"ARG.1.27.1_0\",\"ChIJkS543-xpmJURdodW1r4j6Y4\",\"AR.BA.CH\",\"06217\",-35.6889419555664,-57.885304137716,42277,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"84b21661\",6224,3,\"Buenos Aires\",\"Chivilcoy\",,\"ARG.1.28_1\",\"ChIJvypI1EekvpURNtgk7edqy98\",\"AR.BA.CV\",\"06224\",-34.9192714691162,-59.9759698529387,64185,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8c846ceb\",6175,3,\"Buenos Aires\",\"Colón\",,\"ARG.1.29_1\",\"ChIJCzI78HQauJURucdsngH5-1s\",\"AR.BA.CO\",\"06175\",-33.8531742095947,-61.0480291478638,24890,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9578e587\",6182,3,\"Buenos Aires\",\"Coronel de Marina L. Rosales\",,\"ARG.1.30_1\",\"ChIJ8w7S3m1v7ZURQiImH2UDwo4\",\"AR.BA.CR\",\"06182\",-38.8141651153564,-61.9281603206287,62152,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"02aa3c0f\",6189,3,\"Buenos Aires\",\"Coronel Dorrego\",,\"ARG.1.31_1\",\"ChIJ__hqdsq6kpURruIRSscfH3U\",\"AR.BA.CD\",\"06189\",-38.6417198181152,-61.1479848082369,15825,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8b0e10df\",6196,3,\"Buenos Aires\",\"Coronel Pringles\",,\"ARG.1.32_1\",\"ChIJ-YX6aysqk5URLVHoso-xMtI\",\"AR.BA.CP\",\"06196\",-38.1741657257079,-61.2454599288264,22933,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"28e0e140\",6203,3,\"Buenos Aires\",\"Coronel Suárez\",,\"ARG.1.33_1\",\"ChIJ08T46YFx65URLOIqlrOG8OM\",\"AR.BA.CE\",\"06203\",-37.5367164611816,-61.9157760994198,38320,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"edc3d3af\",6231,3,\"Buenos Aires\",\"Daireaux\",,\"ARG.1.34_1\",\"ChIJLRjOiema6pURbjsOUZvcT7U\",\"AR.BA.DA\",\"06231\",-36.6203746795654,-61.9405665905045,16889,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"941f6b0b\",6238,3,\"Buenos Aires\",\"Dolores\",,\"ARG.1.35_1\",\"ChIJ_ezxVzOdmZURG99T8S_8DH4\",\"AR.BA.DO\",\"06238\",-36.4190616607665,-57.6078245311196,27042,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"a5ef8171\",6245,3,\"Buenos Aires\",\"Ensenada\",,\"ARG.1.36_1\",\"ChIJ0VvSuMHgopUR3IgXiGbwEPE\",\"AR.BA.EN\",\"06245\",-34.84055519104,-57.9999186083518,56729,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"22902593\",6252,3,\"Buenos Aires\",\"Escobar\",,\"ARG.1.37_1\",\"ChIJy4LsgVJgu5UR6Pk6q85G84o\",\"AR.BA.ES\",\"06252\",-34.3346481323242,-58.7870733293471,213619,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e7b3177c\",6260,3,\"Buenos Aires\",\"Esteban Echeverría\",,\"ARG.1.38.1_0\",\"ChIJ3Qji2j3OvJURVvBpTjYF-pM\",\"AR.BA.EB\",\"06260\",-34.8738708496093,-58.5294027697123,300959,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0ed0b249\",6266,3,\"Buenos Aires\",\"Exaltación de la Cruz\",,\"ARG.1.39_1\",\"ChIJURf5StScu5URhEPFmXscMAQ\",\"AR.BA.EC\",\"06266\",-34.3171730041504,-59.1354881581785,29805,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"fea8263d\",6270,3,\"Buenos Aires\",\"Ezeiza\",,\"ARG.1.38.2_0\",\"ChIJl8p7znTQvJURS00xtaxOckE\",\"AR.BA.EZ\",\"06270\",-34.822222,-58.535833,163722,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f9c5e224\",6274,3,\"Buenos Aires\",\"Florencio Varela\",,\"ARG.1.40_1\",\"ChIJ2Tpp55Uro5URSyaBCEblwqc\",\"AR.BA.FC\",\"06274\",-34.887580871582,-58.2676814304271,426005,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"60ccb39e\",6277,3,\"Buenos Aires\",\"Florentino Ameghino\",,\"ARG.1.5_1\",\"ChIJadRI4yXsxpURF8MQQz8NMAg\",\"AR.BA.FA\",\"06277\",-34.8874168395996,-62.4004548569674,8869,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"79303af2\",6280,3,\"Buenos Aires\",\"General Alvarado\",,\"ARG.1.41_1\",\"ChIJcafxFbFBhZURpYTVVH9CZg4\",\"AR.BA.GD\",\"06280\",-38.2037639617919,-58.0605350734129,39594,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e754af51\",6287,3,\"Buenos Aires\",\"General Alvear\",,\"ARG.1.42_1\",\"ChIJ868VDg32lZURGTPyquWUank\",\"AR.BA.GA\",\"06287\",-36.0374927520751,-60.1011104722834,11130,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"6746cfaa\",6294,3,\"Buenos Aires\",\"General Arenales\",,\"ARG.1.43_1\",\"ChIJ52I0N4F3uJURxVG2Vxizosk\",\"AR.BA.GE\",\"06294\",-34.235200881958,-61.2848198518817,14903,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c72cea5b\",6301,3,\"Buenos Aires\",\"General Belgrano\",,\"ARG.1.44_1\",\"ChIJ26s5Vu7pl5URrQ89bH39ngs\",\"AR.BA.GB\",\"06301\",-35.8568611145019,-58.614137807362,17365,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"bef052ff\",6308,3,\"Buenos Aires\",\"General Guido\",,\"ARG.1.45_1\",,\"AR.BA.GG\",\"06308\",-36.685131072998,-57.9438713025541,2816,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d95a1f03\",6315,3,\"Buenos Aires\",\"General Juan Madariaga\",,\"ARG.1.46_1\",\"ChIJfx211mpzm5UReIEM3P7eGJY\",\"AR.BA.GJ\",\"06315\",-37.1610069274902,-57.2783601663858,19747,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"6c13d963\",6322,3,\"Buenos Aires\",\"General La Madrid\",,\"ARG.1.47_1\",\"ChIJG8gzWiSzlJURjK_7I204_Nw\",\"AR.BA.GM\",\"06322\",-37.4019985198974,-61.2844942293,10783,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"fbc100eb\",6329,3,\"Buenos Aires\",\"General Las Heras\",,\"ARG.1.48_1\",\"ChIJp989DK_wvJURCqZ2cLjPeLY\",\"AR.BA.GH\",\"06329\",-34.91357421875,-59.0001916058052,14889,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"72652c3b\",6336,3,\"Buenos Aires\",\"General Lavalle\",,\"ARG.1.49_1\",,\"AR.BA.GL\",\"06336\",-36.6716461181641,-57.0220026779215,3700,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4d4e4e73\",6343,3,\"Buenos Aires\",\"General Paz\",,\"ARG.1.50_1\",\"ChIJHzmtSctUvZURSPik-DwdAx0\",\"AR.BA.GZ\",\"06343\",-35.4611587524413,-58.3590088654589,11202,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ba5b1e1e\",6351,3,\"Buenos Aires\",\"General Pinto\",,\"ARG.1.51_1\",\"ChIJXyaJTcMDx5URjyIIiRAjzNI\",\"AR.BA.GI\",\"06351\",-34.677885055542,-61.9904333951546,11261,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"5338bb2b\",6357,3,\"Buenos Aires\",\"General Pueyrredón\",,\"ARG.1.52_1\",\"ChIJic_Q_54vhZURLXNx6QUNbtI\",\"AR.BA.GP\",\"06357\",-37.9730548858642,-57.7849452167972,618989,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e11cb952\",6364,3,\"Buenos Aires\",\"General Rodríguez\",,\"ARG.1.53_1\",\"ChIJu0S0ztaOvJURP96rBRPL_hk\",\"AR.BA.GR\",\"06364\",-34.6445026397705,-59.0015250494042,87185,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"886d7c9c\",6371,3,\"Buenos Aires\",\"General San Martín\",,\"ARG.1.54_1\",\"ChIJu8qd6wW6vJURQte4RqKfiaI\",\"AR.BA.GN\",\"06371\",-34.5483417510986,-58.5763164170231,414196,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0898a44a\",6385,3,\"Buenos Aires\",\"General Viamonte\",,\"ARG.1.56_1\",\"ChIJy1WmED6zuJURofyrAuNtVuw\",\"AR.BA.GT\",\"06385\",-34.9941940307617,-61.064067957536,18078,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8fe700a8\",6392,3,\"Buenos Aires\",\"General Villegas\",,\"ARG.1.57_1\",\"ChIJPaXWAOMpxJUREw5jMR30lf0\",\"AR.BA.GV\",\"06392\",-34.8546142578125,-63.0040483753804,30864,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"1835d920\",6399,3,\"Buenos Aires\",\"Guaminí\",,\"ARG.1.58_1\",\"ChIJV4ZmquJq6pUREjLUkntnqNY\",\"AR.BA.GU\",\"06399\",-36.8887100219727,-62.4577477591772,11826,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"5c07697d\",6406,3,\"Buenos Aires\",\"Hipólito Yrigoyen\",,\"ARG.1.59_1\",\"ChIJWTVNLIQXwJUR3Y6qWunN2yU\",\"AR.BA.HY\",\"06406\",-36.2543411254883,-61.6770478113253,9585,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"bbbf447a\",6408,3,\"Buenos Aires\",\"Hurlingham\",,\"ARG.1.82.1_0\",\"ChIJsUVV10m5vJURzuwfg_6y0i0\",\"AR.BA.HU\",\"06408\",-34.588333,-58.639167,181241,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ac7ffd09\",6410,3,\"Buenos Aires\",\"Ituzaingó\",,\"ARG.1.82.2_0\",\"ChIJi3cwCni_vJURGgCvOcXbONY\",\"AR.BA.IT\",\"06410\",-34.666667,-58.666667,167824,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"42719c25\",6412,3,\"Buenos Aires\",\"José C. Paz\",,\"ARG.1.55.1_0\",\"ChIJU9hbrEiYvJURUjoh1M6g1Eg\",\"AR.BA.JP\",\"06412\",-34.516667,-58.766667,265981,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"3576acb3\",6413,3,\"Buenos Aires\",\"Junín\",,\"ARG.1.60_1\",\"ChIJw1D5SaaTuJURMPlOqIC2qQ8\",\"AR.BA.JU\",\"06413\",-34.5446128845215,-60.9718080821861,90305,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8752aeca\",6420,3,\"Buenos Aires\",\"La Costa\",,\"ARG.1.61_1\",\"ChIJ3XYbww1ynJURSwO4QU6A2Ig\",\"AR.BA.LC\",\"06420\",-36.6681938171386,-56.69380773743,69633,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"19363b69\",6427,3,\"Buenos Aires\",\"La Matanza\",,\"ARG.1.62_1\",\"ChIJyb-rO9nHvJURFBKUaNO8aXA\",\"AR.BA.LM\",\"06427\",-34.7765598297119,-58.6368845049284,1775816,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"a60f39da\",6441,3,\"Buenos Aires\",\"La Plata\",,\"ARG.1.63_1\",\"ChIJ4y8KScLeopURniKCiwyf1mw\",\"AR.BA.LT\",\"06441\",-35.0342273712158,-57.991900965109,654324,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"99245b92\",6434,3,\"Buenos Aires\",\"Lanús\",,\"ARG.1.64_1\",\"ChIJ59YjjIbMvJURHyohbfG4alU\",\"AR.BA.LS\",\"06434\",-34.7057628631592,-58.4008182221474,459263,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"dfd3817e\",6448,3,\"Buenos Aires\",\"Laprida\",,\"ARG.1.65_1\",\"ChIJG17U3dd8k5URgLKnEjWF38I\",\"AR.BA.LR\",\"06448\",-37.5065841674804,-60.647586111836,10210,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"b879cc82\",6455,3,\"Buenos Aires\",\"Las Flores\",,\"ARG.1.66_1\",\"ChIJYX7Xars2lpUR6EE8Ny_pHLE\",\"AR.BA.LF\",\"06455\",-36.0532417297363,-59.1254901520498,23871,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0d300ae2\",6462,3,\"Buenos Aires\",\"Leandro N. Alem\",,\"ARG.1.67_1\",\"ChIJiYd2MYt1x5URmz-hiDnBUgI\",\"AR.BA.LA\",\"06462\",-34.4957752227783,-61.6445133255452,16799,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0a5dcefb\",6466,3,\"Buenos Aires\",\"Lezama\",,\"ARG.1.27.2_0\",,,\"06466\",-35.875,-57.898,4500,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/Lezama,_Buenos_Aires\"\n\"9ae2d36a\",6469,3,\"Buenos Aires\",\"Lincoln\",,\"ARG.1.68_1\",\"ChIJURxRm_c1x5URF7c1spCEofM\",\"AR.BA.LI\",\"06469\",-35.1169281005859,-61.8086519054232,41808,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"1346ffba\",6476,3,\"Buenos Aires\",\"Lobería\",,\"ARG.1.69_1\",\"ChIJt4XSrQ8fkJURW7uWCmXpNGo\",\"AR.BA.LO\",\"06476\",-38.0704803466796,-58.6882616202251,17523,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e4b417fa\",6483,3,\"Buenos Aires\",\"Lobos\",,\"ARG.1.70_1\",\"ChIJe0MOy_qrvZURwh5lW99X5ic\",\"AR.BA.LB\",\"06483\",-35.2040729522705,-59.1621102907331,36172,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"64a67701\",6490,3,\"Buenos Aires\",\"Lomas de Zamora\",,\"ARG.1.71_1\",\"ChIJCeaxaTfMvJURRnkO7LbleqI\",\"AR.BA.LZ\",\"06490\",-34.756736755371,-58.4089651016728,616279,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"fac2e2a2\",6497,3,\"Buenos Aires\",\"Luján\",,\"ARG.1.72_1\",\"ChIJjcnQflN8vJURT_bGp9i6OIM\",\"AR.BA.LU\",\"06497\",-34.596565246582,-59.1708453841147,106273,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c4cc52f0\",6505,3,\"Buenos Aires\",\"Magdalena\",,\"ARG.1.73.1_0\",\"ChIJD_t_nruBmJURvjjzjzUxm2c\",\"AR.BA.ML\",\"06505\",-35.3256950378418,-57.6008827213457,19301,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"dabaa7a8\",6511,3,\"Buenos Aires\",\"Maipú\",,\"ARG.1.74_1\",\"ChIJU_WErKi1m5URmgJ051XS-7k\",\"AR.BA.MA\",\"06511\",-36.8906784057617,-57.598716653352,10188,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ddd763b1\",6515,3,\"Buenos Aires\",\"Malvinas Argentinas\",,\"ARG.1.55.2_0\",\"ChIJzyXgo7O8vJUREJHkTeC0SNs\",\"AR.BA.MV\",\"06515\",-34.4797,-58.703,322375,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"a3661f0c\",6518,3,\"Buenos Aires\",\"Mar Chiquita\",,\"ARG.1.75_1\",\"ChIJ5QbzKInfmpUReWIAP1HlNXc\",\"AR.BA.MC\",\"06518\",-37.486026763916,-57.6621747414575,21279,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f6fa3072\",6525,3,\"Buenos Aires\",\"Marcos Paz\",,\"ARG.1.76_1\",\"ChIJzRRK8_PuvJUR8F2ljsJTaug\",\"AR.BA.MP\",\"06525\",-34.8261795043945,-58.8329104327158,54181,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"71859490\",6532,3,\"Buenos Aires\",\"Mercedes\",,\"ARG.1.77_1\",\"ChIJidWHsupyvJUR_oJxXoyWJW0\",\"AR.BA.MD\",\"06532\",-34.70263671875,-59.441858451444,63284,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e6574d18\",6539,3,\"Buenos Aires\",\"Merlo\",,\"ARG.1.78_1\",\"ChIJZXAdYkyVvJUROftpTNdHaIQ\",\"AR.BA.ME\",\"06539\",-34.7109355926513,-58.7475478005451,528494,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4eaef6d8\",6547,3,\"Buenos Aires\",\"Monte\",,\"ARG.1.79_1\",\"ChIJI2O3GCJmvZUR0OncRXVc0tQ\",\"AR.BA.MT\",\"06547\",-35.5006046295165,-58.7567627089075,21034,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"50d80380\",6553,3,\"Buenos Aires\",\"Monte Hermoso\",,\"ARG.1.80_1\",\"ChIJhYOKpVFSjZURL8Rl1T7S-Nw\",\"AR.BA.MH\",\"06553\",-38.9681644439697,-61.2712710533444,6499,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e2fc01f9\",6560,3,\"Buenos Aires\",\"Moreno\",,\"ARG.1.81_1\",\"ChIJbxnks0iXvJUR6BH1PLohwyA\",\"AR.BA.MR\",\"06560\",-34.602912902832,-58.8008313927639,452505,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ec2789cb\",6568,3,\"Buenos Aires\",\"Morón\",,\"ARG.1.82.3_0\",\"ChIJPXwBM_u4vJUReOvH6Iong-I\",\"AR.BA.MN\",\"06568\",-34.6382236480713,-58.6427802017756,321109,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"fc8af4a1\",6574,3,\"Buenos Aires\",\"Navarro\",,\"ARG.1.83_1\",\"ChIJs__sMetHvJURTohlwaf-u4E\",\"AR.BA.NA\",\"06574\",-35.0266876220703,-59.3967395964426,17054,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0b781ce1\",6581,3,\"Buenos Aires\",\"Necochea\",,\"ARG.1.84_1\",\"ChIJE4nvwn3UkZURFAOLNknhvCQ\",\"AR.BA.NE\",\"06581\",-38.179126739502,-59.1091573973791,92933,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"150ee9b9\",6595,3,\"Buenos Aires\",\"Olavarría\",,\"ARG.1.86_1\",\"ChIJs5XxzKv9lJURLczjVKZ2zSc\",\"AR.BA.OL\",\"06595\",-36.8552093505859,-60.7155363239837,111708,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"58ee790a\",6602,3,\"Buenos Aires\",\"Patagones\",,\"ARG.1.87_1\",\"ChIJjx0qgPvg85URpJYbTaaqxtE\",\"AR.BA.PA\",\"06602\",-40.1800003051757,-62.8598598046158,30207,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"cf3ca082\",6609,3,\"Buenos Aires\",\"Pehuajó\",,\"ARG.1.88_1\",\"ChIJc3aMY_1WwJURlxZXAVlziFY\",\"AR.BA.PJ\",\"06609\",-35.9174900054931,-61.9577054218078,39776,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"46988c52\",6616,3,\"Buenos Aires\",\"Pellegrini\",,\"ARG.1.89_1\",\"ChIJDz6SgXg2wpURkai1TeEN08k\",\"AR.BA.PE\",\"06616\",-36.2620735168457,-63.1743217476766,5887,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"1ddf2b1e\",6623,3,\"Buenos Aires\",\"Pergamino\",,\"ARG.1.90_1\",\"ChIJmz4RU_DKuZURv4eHXbzoTWg\",\"AR.BA.PG\",\"06623\",-33.8612957000732,-60.5862682949365,104590,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9dcd4be5\",6630,3,\"Buenos Aires\",\"Pila\",,\"ARG.1.91_1\",,\"AR.BA.PL\",\"06630\",-36.2199802398681,-58.3949050985776,3640,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9316c3d7\",6638,3,\"Buenos Aires\",\"Pilar\",,\"ARG.1.92.1_0\",\"ChIJjR4CAOCcvJUR4NNtqoZsR7c\",\"AR.BA.PX\",\"06638\",-34.4511833190917,-58.9345449869195,299077,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d5e1193b\",6644,3,\"Buenos Aires\",\"Pinamar\",,\"ARG.1.93_1\",\"ChIJ6_XsEticnJURd8efcPEIJUk\",\"AR.BA.PI\",\"06644\",-37.1102771759033,-56.8675068185496,25728,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"dc575510\",6648,3,\"Buenos Aires\",\"Presidente Perón\",,\"ARG.1.92.2_0\",\"ChIJWYVwsFArvZURQI-0mzWEf7c\",\"AR.BA.PP\",\"06648\",-34.466667,-58.916667,81141,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"bc90dcf5\",6651,3,\"Buenos Aires\",\"Puán\",,\"ARG.1.94_1\",\"ChIJVc5getyt7pURDxbdZk-n-Xw\",\"AR.BA.PU\",\"06651\",-38.1041889190674,-63.0430171942933,15743,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"bbfd18ec\",6655,3,\"Buenos Aires\",\"Punta Indio\",,\"ARG.1.73.2_0\",,\"AR.BA.PT\",\"06655\",-35.266667,-57.216667,9888,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c54c6451\",6658,3,\"Buenos Aires\",\"Quilmes\",,\"ARG.1.95_1\",\"ChIJgSytIYUto5URUb5SLUHdF6s\",\"AR.BA.QU\",\"06658\",-34.7421245574951,-58.2738899256871,582943,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"90d04b2f\",6665,3,\"Buenos Aires\",\"Ramallo\",,\"ARG.1.96_1\",\"ChIJVZ6awXvluZURhBWZ7g7dwv0\",\"AR.BA.RM\",\"06665\",-33.5908222198486,-60.0346212104749,33042,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"17afefcd\",6672,3,\"Buenos Aires\",\"Rauch\",,\"ARG.1.97_1\",\"ChIJ6bkWfZQXl5UR9WU_8rLd6Ss\",\"AR.BA.RU\",\"06672\",-36.6043758392334,-58.9185145399532,15176,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"807d3645\",6679,3,\"Buenos Aires\",\"Rivadavia\",,\"ARG.1.98_1\",\"ChIJv8Kh53L6w5URxDC73ijBzdU\",\"AR.BA.RI\",\"06679\",-35.5949783325195,-63.0302139541543,17143,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"975a371b\",6686,3,\"Buenos Aires\",\"Rojas\",,\"ARG.1.99_1\",\"ChIJ78aYqotZuJURX6_aa4z1964\",\"AR.BA.RO\",\"06686\",-34.1975173950195,-60.7217110669483,23432,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"fe2bf2d5\",6693,3,\"Buenos Aires\",\"Roque Pérez\",,\"ARG.1.100_1\",\"ChIJGzavzZyVvZURsYGI7HfnE18\",\"AR.BA.RP\",\"06693\",-35.5249137878418,-59.2263075355038,12513,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"b7227211\",6700,3,\"Buenos Aires\",\"Saavedra\",,\"ARG.1.101_1\",\"ChIJB1-jHkPt65URbfi4wxwKjfQ\",\"AR.BA.SD\",\"06700\",-37.7211933135986,-62.4200174591758,20749,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"2946e7b2\",6707,3,\"Buenos Aires\",\"Saladillo\",,\"ARG.1.102_1\",\"ChIJdQPZ5jLkvZUR4ajL7F6cSRw\",\"AR.BA.SL\",\"06707\",-35.6864852905273,-59.6599716632911,32103,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f2132005\",6721,3,\"Buenos Aires\",\"Salliqueló\",,\"ARG.1.103_1\",\"ChIJXRZ_cxEPwpURBPqB4o0iIEc\",\"AR.BA.SQ\",\"06721\",-36.6797943115234,-63.0338641274512,8644,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"a9548749\",6714,3,\"Buenos Aires\",\"Salto\",,\"ARG.1.104_1\",\"ChIJMT-k0EYMuZUReWkkzWMVShg\",\"AR.BA.ST\",\"06714\",-34.2472248077392,-60.3057026957188,32653,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8bcf98a1\",6728,3,\"Buenos Aires\",\"San Andrés de Giles\",,\"ARG.1.105_1\",\"ChIJ_TaLsrnyu5UR8WkQr3d7t4I\",\"AR.BA.SG\",\"06728\",-34.430456161499,-59.4850961650347,23027,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ec65d55d\",6735,3,\"Buenos Aires\",\"San Antonio de Areco\",,\"ARG.1.106_1\",\"ChIJmUTAxBrBu5URrWDJLLQYvhU\",\"AR.BA.SA\",\"06735\",-34.2083530426025,-59.5666628901406,23138,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"3d40d639\",6742,3,\"Buenos Aires\",\"San Cayetano\",,\"ARG.1.107_1\",\"ChIJ6Qvjtw0djpURTZC2-2Igkvc\",\"AR.BA.SC\",\"06742\",-38.4051246643066,-59.6272341228492,8399,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"aa920fb1\",6749,3,\"Buenos Aires\",\"San Fernando\",,\"ARG.1.109_1\",\"ChIJmXemZFGlvJURFVsyd692nGo\",\"AR.BA.SF\",\"06749\",-34.4617462158203,-58.5655387524932,163240,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"23362361\",6756,3,\"Buenos Aires\",\"San Isidro\",,\"ARG.1.110_1\",\"ChIJ1bcpY1awvJURG5iHsEdQXL8\",\"AR.BA.SI\",\"06756\",-34.4912567138671,-58.5356817245483,292878,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e178d597\",6760,3,\"Buenos Aires\",\"San Miguel\",,\"ARG.1.55.3_0\",\"ChIJy0i_EYe8vJURCEKEJuMmLV4\",\"AR.BA.SM\",\"06760\",-34.533333,-58.716667,276190,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"7871842d\",6763,3,\"Buenos Aires\",\"San Nicolás\",,\"ARG.1.111_1\",\"ChIJfb_HXC9it5URbxJcmBQmv_0\",\"AR.BA.SN\",\"06763\",-33.4673061370849,-60.2918569987426,145857,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f863e4d6\",6770,3,\"Buenos Aires\",\"San Pedro\",,\"ARG.1.112_1\",\"ChIJfcUjgu8mupURgW6SuT0B-ok\",\"AR.BA.SP\",\"06770\",-33.7929534912109,-59.8227162592287,59036,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f6b86ce4\",6778,3,\"Buenos Aires\",\"San Vicente\",,\"ARG.1.113_1\",\"ChIJ-YqC62AyvZURy3zb_-RT2SU\",\"AR.BA.SE\",\"06778\",-35.0636081695557,-58.4170063629314,59478,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"78963c00\",6784,3,\"Buenos Aires\",\"Suipacha\",,\"ARG.1.114_1\",\"ChIJXfNzIlIEvJURsN4fum3z3GM\",\"AR.BA.SU\",\"06784\",-34.737548828125,-59.7179445890284,10081,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"11e7f9ce\",6791,3,\"Buenos Aires\",\"Tandil\",,\"ARG.1.115_1\",\"ChIJ1339sFQfkZURcZCB11QQa50\",\"AR.BA.TD\",\"06791\",-37.3562793731689,-59.1631675877401,123871,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"683b416a\",6798,3,\"Buenos Aires\",\"Tapalqué\",,\"ARG.1.116_1\",\"ChIJR5xzQsjBlZURuHRnIn20Dpw\",\"AR.BA.TP\",\"06798\",-36.3672695159912,-60.2247508137369,9178,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"cc14c1a3\",6805,3,\"Buenos Aires\",\"Tigre\",,\"ARG.1.117_1\",\"ChIJwZXXiJilvJURhrmoV2BagBA\",\"AR.BA.TI\",\"06805\",-34.4047222137451,-58.6096155254412,376381,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4b6b6541\",6812,3,\"Buenos Aires\",\"Tordillo\",,\"ARG.1.118_1\",,\"AR.BA.TO\",\"06812\",-36.4132423400879,-57.2283652958117,1764,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"dcb9bcc9\",6819,3,\"Buenos Aires\",\"Tornquist\",,\"ARG.1.119_1\",\"ChIJFamBxIRE7JURemlTdxrUcNc\",\"AR.BA.TQ\",\"06819\",-38.255193710327,-62.1914371831076,12723,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"672bf29b\",6826,3,\"Buenos Aires\",\"Trenque Lauquen\",,\"ARG.1.120_1\",\"ChIJVWm14TSdwZURfGR_z6AjeVs\",\"AR.BA.TR\",\"06826\",-36.0955085754394,-62.6351014417251,43021,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0e5a3755\",6833,3,\"Buenos Aires\",\"Tres Arroyos\",,\"ARG.1.121_1\",\"ChIJq-uYbGcLkpURYen7wBTB5XE\",\"AR.BA.TA\",\"06833\",-38.474687576294,-60.2665066794913,57110,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d812f028\",6840,3,\"Buenos Aires\",\"Tres de Febrero\",,\"ARG.1.122_1\",\"ChIJTdjr1MS7vJUR0hJ8j7luADc\",\"AR.BA.TF\",\"06840\",-34.6046066284179,-58.5633740553556,340071,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4676658b\",6847,3,\"Buenos Aires\",\"Tres Lomas\",,\"ARG.1.123_1\",\"ChIJ2VwSQ2MewpUR6YLLb-1d0N8\",\"AR.BA.TL\",\"06847\",-36.4882926940918,-62.8811111232487,8700,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9d23a23c\",6861,3,\"Buenos Aires\",\"Vicente López\",,\"ARG.1.125_1\",\"ChIJO3vyXa22vJUR0voAU6R5GbM\",\"AR.BA.VL\",\"06861\",-34.5346240997314,-58.5047666945208,269420,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e4ff1a98\",6868,3,\"Buenos Aires\",\"Villa Gesell\",,\"ARG.1.126_1\",\"ChIJseHax5Jcm5URqhYtGpPMI00\",\"AR.BA.VG\",\"06868\",-37.3733329772949,-57.0648411156441,31730,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"83555764\",6875,3,\"Buenos Aires\",\"Villarino\",,\"ARG.1.127_1\",\"ChIJnyKnvhL57ZUR54AvOca7bgg\",\"AR.BA.VI\",\"06875\",-39.1574993133545,-62.8516221005299,31014,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9aa9de08\",6882,3,\"Buenos Aires\",\"Zárate\",,\"ARG.1.128_1\",\"ChIJRfz1EjsIu5URBtk9iTLWN10\",\"AR.BA.ZA\",\"06882\",-34.0099773406982,-59.1499678083031,114269,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e4137f0e\",10007,3,\"Catamarca\",\"Ambato\",,\"ARG.2.1_1\",,\"AR.CT.AM\",\"10007\",-27.9769592285155,-65.9288713852081,4463,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"3f46b8b9\",10021,3,\"Catamarca\",\"Andalgalá\",,\"ARG.2.3_1\",\"ChIJb0P73Q0UIZQR4FaASpNwFPI\",\"AR.CT.AG\",\"10021\",-27.5911722183227,-66.2936668707228,18132,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"469a001d\",10028,3,\"Catamarca\",\"Antofagasta de la Sierra\",,\"ARG.2.4_1\",,\"AR.CT.AS\",\"10028\",-26.0316467285156,-67.6324551855456,1436,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"21304de1\",10035,3,\"Catamarca\",\"Belén\",,\"ARG.2.5_1\",\"ChIJOc4afvo7IJQRnTv9gqS9Doo\",\"AR.CT.BE\",\"10035\",-26.9630575180053,-66.9000336685096,27843,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f0154e85\",10042,3,\"Catamarca\",\"Capayán\",,\"ARG.2.6_1\",\"ChIJvbjnI_8GJpQRoEKb6DAd6Cc\",\"AR.CT.CA\",\"10042\",-29.2200050354004,-65.7197556446229,16085,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"67c7970d\",10049,3,\"Catamarca\",\"Capital\",,\"ARG.2.7_1\",\"ChIJQVdv5bQgJJQR25wKottdXY4\",\"AR.CT.CT\",\"10049\",-28.3711071014404,-65.8509492618092,159703,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ee63bbdd\",10056,3,\"Catamarca\",\"El Alto\",,\"ARG.2.8_1\",,\"AR.CT.EA\",\"10056\",-28.4039516448974,-65.3337597796227,3570,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"b5241c91\",10063,3,\"Catamarca\",\"Fray Mamerto Esquiú\",,\"ARG.2.9_1\",\"ChIJFZWsr0siJJQRG9YKXnxmQW8\",\"AR.CT.FE\",\"10063\",-28.3086471557617,-65.7270960857063,11896,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"35367c6a\",10070,3,\"Catamarca\",\"La Paz\",,\"ARG.2.10_1\",\"ChIJDctJY4t5L5QRNfRQH8L76oo\",\"AR.CT.LP\",\"10070\",-29.362060546875,-65.192503254248,22638,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ab52e9c9\",10077,3,\"Catamarca\",\"Paclín\",,\"ARG.2.11_1\",,\"AR.CT.PA\",\"10077\",-28.093804359436,-65.6434069346372,4185,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"b5c3a4bc\",10084,3,\"Catamarca\",\"Pomán\",,\"ARG.2.12_1\",,\"AR.CT.PO\",\"10084\",-28.2187271118164,-66.5383792691647,10776,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"dcb26172\",10091,3,\"Catamarca\",\"Santa María\",,\"ARG.2.13_1\",\"ChIJoUt1d-XdIZQRc7RumC1ZGNw\",\"AR.CT.SM\",\"10091\",-26.6955232620238,-66.2792269730539,22548,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"a56ed9d6\",10098,3,\"Catamarca\",\"Santa Rosa\",,\"ARG.2.14_1\",,\"AR.CT.SR\",\"10098\",-28.094160079956,-65.3332171321883,12034,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0bdf7415\",10105,3,\"Catamarca\",\"Tinogasta\",,\"ARG.2.15_1\",\"ChIJCVTSUoayn5YR1kUoq1afx1o\",\"AR.CT.TI\",\"10105\",-27.5534992218017,-68.149340130034,22360,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8ca0d0f7\",10112,3,\"Catamarca\",\"Valle Viejo\",,\"ARG.2.16_1\",\"ChIJ-Wv-mTwtJJQRr3PcJkf1mlk\",\"AR.CT.VV\",\"10112\",-28.5951471328735,-65.7143377123237,27242,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"5590ae00\",22036,3,\"Chaco\",\"12 de Octubre\",,\"ARG.3.5.1_0\",\"ChIJYfdUxsKgOJQRU3UUX17hVlc\",\"AR.CC.DC\",\"22036\",-27.3277521133422,-61.4152467894117,22281,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4d49f576\",22126,3,\"Chaco\",\"1º de Mayo\",,\"ARG.3.18_1\",\"ChIJg1MWP4oCRZQRC5yPlIerJl8\",\"AR.CC.PM\",\"22126\",-27.1688270568847,-59.0012952425237,10322,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c52fb391\",22039,3,\"Chaco\",\"2 de Abril\",,\"ARG.3.5.2_0\",,\"AR.CC.DA\",\"22039\",-27.616667,-61.35,7432,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ce9d1d75\",22168,3,\"Chaco\",\"25 de Mayo\",,\"ARG.3.24_1\",\"ChIJv6pHdkCyRpQRzoTbuWTAW3Y\",\"AR.CC.VM\",\"22168\",-26.8214073181152,-60.0365086351822,29215,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e676c64e\",22105,3,\"Chaco\",\"9 de Julio\",,\"ARG.3.15_1\",\"ChIJbzlkdiyrQJQRZp7zqCyGEBs\",\"AR.CC.NJ\",\"22105\",-27.0046596527099,-61.1878046337111,28555,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"09bacd55\",22007,3,\"Chaco\",\"Almirante Brown\",,\"ARG.3.1_1\",\"ChIJbyfUCFKAFZQRnNdwY0mYMYk\",\"AR.CC.AB\",\"22007\",-25.7758436203002,-61.4827364402486,34075,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"89a8adae\",22014,3,\"Chaco\",\"Bermejo\",,\"ARG.3.2_1\",\"ChIJUYWu4afeRJQR0r1-JMcO2P4\",\"AR.CC.BE\",\"22014\",-26.9933071136474,-58.7153737031535,25052,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ab33b246\",22028,3,\"Chaco\",\"Chacabuco\",,\"ARG.3.3_1\",\"ChIJCyV_djJUR5QRPsJqozJWCFk\",\"AR.CC.CH\",\"22028\",-27.078592300415,-61.3711017353602,30590,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d2ef0ae2\",22021,3,\"Chaco\",\"Comandante Fernández\",,\"ARG.3.4_1\",\"ChIJ7Zgz4ossQZQRu9EK87yvGUg\",\"AR.CC.CF\",\"22021\",-26.8054599761962,-60.478976362751,96944,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"6abbcc48\",22043,3,\"Chaco\",\"Fray Justo Santa María de Oro\",,\"ARG.3.6_1\",,\"AR.CC.FJ\",\"22043\",-27.8077831268311,-61.3207112060463,11826,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8a6e2556\",22049,3,\"Chaco\",\"General Belgrano\",,\"ARG.3.7_1\",,\"AR.CC.GB\",\"22049\",-26.8863220214843,-61.0549914916394,11988,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"03ca0986\",22056,3,\"Chaco\",\"General Donovan\",,\"ARG.3.8_1\",\"ChIJoakt03ZORJQRDFjcKtJ0WHw\",\"AR.CC.GD\",\"22056\",-27.1491174697876,-59.3728259209832,13490,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"588daeca\",22063,3,\"Chaco\",\"General Güemes\",,\"ARG.3.9_1\",\"ChIJjxTJ2XAuFZQR3sI_neCRScw\",\"AR.CC.GG\",\"22063\",-25.1107473373413,-61.4687312134723,67132,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d89fce31\",22070,3,\"Chaco\",\"Independencia\",,\"ARG.3.10_1\",\"ChIJWUgvBBzQQJQRm5isdWfrISA\",\"AR.CC.IN\",\"22070\",-26.7074279785155,-60.7939387966842,22411,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"46fb5b92\",22077,3,\"Chaco\",\"Libertad\",,\"ARG.3.11_1\",\"ChIJJ-T5if-tRZQR-JKCKAgewJ0\",\"AR.CC.LI\",\"22077\",-27.3124532699584,-59.199254113454,12158,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"586a16e7\",22084,3,\"Chaco\",\"Libertador General San Martín\",,\"ARG.3.12_1\",\"ChIJ978WS5WVQ5QRzHn4LQrE8Ww\",\"AR.CC.LM\",\"22084\",-26.255331993103,-59.7542202238981,59147,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"311bd329\",22091,3,\"Chaco\",\"Maipú\",,\"ARG.3.13_1\",\"ChIJT59NUcQbQZQR4hm_9q7AphM\",\"AR.CC.MA\",\"22091\",-26.3875875473022,-60.5067844445259,25288,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"48c76b8d\",22098,3,\"Chaco\",\"Mayor Luis J. Fontana\",,\"ARG.3.14_1\",\"ChIJf_0w9Z-tR5QRpv9r-bO03hE\",\"AR.CC.MF\",\"22098\",-27.6864624023437,-60.7858957936502,55080,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"610962ac\",22112,3,\"Chaco\",\"O'Higgins\",,\"ARG.3.16_1\",\"ChIJM4gdwYgiR5QR_0pUMNnOERI\",\"AR.CC.OH\",\"22112\",-27.2145986557007,-60.7141773251376,20131,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f6dbbb24\",22119,3,\"Chaco\",\"Presidencia de la Plaza\",,\"ARG.3.17_1\",\"ChIJm0rMOb8fRJQRue9Z24_tJUw\",\"AR.CC.PP\",\"22119\",-26.9801616668701,-59.7747611611011,12499,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"243830b8\",22133,3,\"Chaco\",\"Quitilipi\",,\"ARG.3.19_1\",\"ChIJkQWZvPM1QZQRiepAYcnoHtM\",\"AR.CC.QU\",\"22133\",-26.7012720108032,-60.1899958530759,34081,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f270f7c5\",22140,3,\"Chaco\",\"San Fernando\",,\"ARG.3.20_1\",\"ChIJr49LVWSdRZQRMkdnk0Wauh8\",\"AR.CC.SF\",\"22140\",-27.6643991470337,-59.1204345732933,390874,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"6c146266\",22147,3,\"Chaco\",\"San Lorenzo\",,\"ARG.3.21_1\",\"ChIJZ8ktW47wRpQRHXUBwpm1Z5Q\",\"AR.CC.SL\",\"22147\",-27.3295555114746,-60.3777094274185,14702,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ec06029d\",22154,3,\"Chaco\",\"Sargento Cabral\",,\"ARG.3.22_1\",\"ChIJm6sOEIQNRJQReG50u3oVPmY\",\"AR.CC.SC\",\"22154\",-26.7441005706787,-59.5943938314851,15889,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"b741a5d1\",22161,3,\"Chaco\",\"Tapenagá\",,\"ARG.3.23_1\",,\"AR.CC.TA\",\"22161\",-27.6480798721313,-59.8178186555395,4097,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"86d85a02\",26007,3,\"Chubut\",\"Biedma\",,\"ARG.4.1_1\",\"ChIJD9oiv630Ar4R2ooQpmlo4Zs\",\"AR.CH.BI\",\"26007\",-42.4386119842529,-65.2002654764655,82883,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"06ca3af9\",26014,3,\"Chubut\",\"Cushamen\",,\"ARG.4.2_1\",\"ChIJ5_9nlm_AHJYROI1-qHvL5Uo\",\"AR.CH.CU\",\"26014\",-42.4644737243652,-70.7579760186286,20919,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"5d8d9db5\",26021,3,\"Chubut\",\"Escalante\",,\"ARG.4.3_1\",\"ChIJ3zRRFzy65L0Rta0Ef7BhylI\",\"AR.CH.ES\",\"26021\",-45.3419437408446,-67.7124436746963,186583,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"24512511\",26028,3,\"Chubut\",\"Florentino Ameghino\",,\"ARG.4.4_1\",,\"AR.CH.FA\",\"26028\",-44.4110546112061,-66.0707698571877,1627,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"43fb68ed\",26035,3,\"Chubut\",\"Futaleufú\",,\"ARG.4.5_1\",\"ChIJvSfSBuWkHZYR6Tf8N3exSSM\",\"AR.CH.FU\",\"26035\",-43.0556526184082,-71.449871294058,43076,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"92de6b89\",26042,3,\"Chubut\",\"Gaiman\",,\"ARG.4.6_1\",\"ChIJLd-k0kTpAL4RxbQ2tXWltsc\",\"AR.CH.GM\",\"26042\",-43.2949962615967,-66.2905484228828,11141,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8ca89ed1\",26056,3,\"Chubut\",\"Languiñeo\",,\"ARG.4.8_1\",,\"AR.CH.LA\",\"26056\",-43.268611907959,-70.2046865770782,3085,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d7ef399d\",26063,3,\"Chubut\",\"Mártires\",,\"ARG.4.9_1\",,\"AR.CH.MA\",\"26063\",-43.7998809814453,-67.1081023351702,778,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"57fd5966\",26070,3,\"Chubut\",\"Paso de Indios\",,\"ARG.4.10_1\",,\"AR.CH.PI\",\"26070\",-44.069185256958,-68.6354894036162,1867,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c999ccc5\",26077,3,\"Chubut\",\"Rawson\",,\"ARG.4.11_1\",\"ChIJJ36gx1v5A74RvJG-fkXPZTk\",\"AR.CH.RA\",\"26077\",-43.2968063354492,-65.227360585004,131313,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d70881b0\",26084,3,\"Chubut\",\"Río Senguer\",,\"ARG.4.12_1\",,\"AR.CH.RS\",\"26084\",-45.328420639038,-70.4860793321154,5979,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"be79447e\",26091,3,\"Chubut\",\"Sarmiento\",,\"ARG.4.13_1\",\"ChIJc5gbKhYG8L0R4-WlG-k2EJo\",\"AR.CH.SA\",\"26091\",-45.3646812438964,-69.0025224948365,11396,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c7a5fcda\",26098,3,\"Chubut\",\"Tehuelches\",,\"ARG.4.14_1\",,\"AR.CH.TH\",\"26098\",-44.2178955078125,-70.6782444598349,5390,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"69145119\",26105,3,\"Chubut\",\"Telsen\",,\"ARG.4.15_1\",,\"AR.CH.TN\",\"26105\",-42.6358165740966,-67.1673887912403,1644,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4a08c355\",2001,3,\"Ciudad de Buenos Aires\",\"COMUNA 01\",,\"ARG.5.1.1_0\",\"ChIJuQQBxzE1o5URe4mzo2cEmTc\",,\"02001\",-34.600022,-58.386917,205886,\"Wikipedia (2010)\",\"https://es.wikipedia.org/wiki/Comunas_de_la_ciudad_de_Buenos_Aires\"\n\"d30192ef\",2002,3,\"Ciudad de Buenos Aires\",\"COMUNA 02\",,\"ARG.5.1.2_0\",\"ChIJDWsSDp_KvJUR9QfscYcpGOU\",,\"02002\",-34.590556,-58.390556,157932,\"Wikipedia (2010)\",\"https://es.wikipedia.org/wiki/Comunas_de_la_ciudad_de_Buenos_Aires\"\n\"a406a279\",2003,3,\"Ciudad de Buenos Aires\",\"COMUNA 03\",,\"ARG.5.1.3_0\",\"ChIJfYHTguXKvJURoZj4BULLfqM\",,\"02003\",-34.602672,-58.396756,187537,\"Wikipedia (2010)\",\"https://es.wikipedia.org/wiki/Comunas_de_la_ciudad_de_Buenos_Aires\"\n\"3a6237da\",2004,3,\"Ciudad de Buenos Aires\",\"COMUNA 04\",,\"ARG.5.1.4_0\",\"ChIJ9_j8amvLvJURXE6r-8YAdB8\",,\"02004\",-34.650328,-58.424531,218245,\"Wikipedia (2010)\",\"https://es.wikipedia.org/wiki/Comunas_de_la_ciudad_de_Buenos_Aires\"\n\"4d65074c\",2005,3,\"Ciudad de Buenos Aires\",\"COMUNA 05\",,\"ARG.5.1.5_0\",\"ChIJA7bs4VnKvJUR8YI31twWxkg\",,\"02005\",-34.622936,-58.412506,179005,\"Wikipedia (2010)\",\"https://es.wikipedia.org/wiki/Comunas_de_la_ciudad_de_Buenos_Aires\"\n\"d46c56f6\",2006,3,\"Ciudad de Buenos Aires\",\"COMUNA 06\",,\"ARG.5.1.6_0\",\"ChIJIR9pFD7KvJURPaMYFhbLY48\",,\"02006\",-34.616667,-58.45,176076,\"Wikipedia (2010)\",\"https://es.wikipedia.org/wiki/Comunas_de_la_ciudad_de_Buenos_Aires\"\n\"a36b6660\",2007,3,\"Ciudad de Buenos Aires\",\"COMUNA 07\",,\"ARG.5.1.7_0\",\"ChIJs7AojjLKvJURJNFcnyOteb0\",,\"02007\",-34.6303,-58.467167,220591,\"Wikipedia (2010)\",\"https://es.wikipedia.org/wiki/Comunas_de_la_ciudad_de_Buenos_Aires\"\n\"33d47bf1\",2008,3,\"Ciudad de Buenos Aires\",\"COMUNA 08\",,\"ARG.5.1.8_0\",\"ChIJmZurhlXJvJUR4nMVILqKWx4\",,\"02008\",-34.685917,-58.455586,187237,\"Wikipedia (2010)\",\"https://es.wikipedia.org/wiki/Comunas_de_la_ciudad_de_Buenos_Aires\"\n\"44d34b67\",2009,3,\"Ciudad de Buenos Aires\",\"COMUNA 09\",,\"ARG.5.1.9_0\",\"ChIJK4_D6QjJvJURJsjRJpB3mVg\",,\"02009\",-34.65,-58.483333,161797,\"Wikipedia (2010)\",\"https://es.wikipedia.org/wiki/Comunas_de_la_ciudad_de_Buenos_Aires\"\n\"2414c282\",2010,3,\"Ciudad de Buenos Aires\",\"COMUNA 10\",,\"ARG.5.1.10_0\",\"ChIJif2PN8nJvJURdmM8-GjGdMs\",,\"02010\",-34.631914,-58.483539,166022,\"Wikipedia (2010)\",\"https://es.wikipedia.org/wiki/Comunas_de_la_ciudad_de_Buenos_Aires\"\n\"5313f214\",2011,3,\"Ciudad de Buenos Aires\",\"COMUNA 11\",,\"ARG.5.1.11_0\",\"ChIJ9fAAUSS2vJUR1sOIFvvX2XU\",,\"02011\",-34.608853,-58.516306,189832,\"Wikipedia (2010)\",\"https://es.wikipedia.org/wiki/Comunas_de_la_ciudad_de_Buenos_Aires\"\n\"ca1aa3ae\",2012,3,\"Ciudad de Buenos Aires\",\"COMUNA 12\",,\"ARG.5.1.12_0\",\"ChIJX3MKLfS2vJURrrZUmIOQI-0\",,\"02012\",-34.568592,-58.482886,200116,\"Wikipedia (2010)\",\"https://es.wikipedia.org/wiki/Comunas_de_la_ciudad_de_Buenos_Aires\"\n\"bd1d9338\",2013,3,\"Ciudad de Buenos Aires\",\"COMUNA 13\",,\"ARG.5.1.13_0\",\"ChIJ1xHQhS20vJURuGiIQEy6qLk\",,\"02013\",-34.553731,-58.463814,231331,\"Wikipedia (2010)\",\"https://es.wikipedia.org/wiki/Comunas_de_la_ciudad_de_Buenos_Aires\"\n\"2379069b\",2014,3,\"Ciudad de Buenos Aires\",\"COMUNA 14\",,\"ARG.5.1.14_0\",\"ChIJy9bjmp61vJUR1kFz4gnyucs\",,\"02014\",-34.588889,-58.430556,225970,\"Wikipedia (2010)\",\"https://es.wikipedia.org/wiki/Comunas_de_la_ciudad_de_Buenos_Aires\"\n\"547e360d\",2015,3,\"Ciudad de Buenos Aires\",\"COMUNA 15\",,\"ARG.5.1.15_0\",\"ChIJJ2FHGQi2vJURwDLt3Or-hBA\",,\"02015\",-34.587111,-58.441117,182574,\"Wikipedia (2010)\",\"https://es.wikipedia.org/wiki/Comunas_de_la_ciudad_de_Buenos_Aires\"\n\"6b71e859\",14007,3,\"Córdoba\",\"Calamuchita\",,\"ARG.6.1_1\",\"ChIJU2LwLkeW0pURwhLYEOJ7_wE\",\"AR.CB.CA\",\"14007\",-32.2080230712891,-64.619444163237,54730,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"eb6388a2\",14014,3,\"Córdoba\",\"Capital\",,\"ARG.6.2_1\",\"ChIJo3_QtIOiMpQRtYt-_DpfqH8\",\"AR.CB.CB\",\"14014\",-31.3962411880493,-64.1887332279833,1329604,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"b0242fee\",14021,3,\"Córdoba\",\"Colón\",,\"ARG.6.3_1\",\"ChIJlfkzx2GPMpQRGNTKhhVg1Ls\",\"AR.CB.CO\",\"14021\",-31.1789293289185,-64.1519638842799,225151,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c9f8974a\",14028,3,\"Córdoba\",\"Cruz del Eje\",,\"ARG.6.4_1\",\"ChIJCQo1X-csLJQRAVbLYvofQNw\",\"AR.CB.CE\",\"14028\",-30.7069425582886,-65.0128596616004,58759,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ae52dab6\",14035,3,\"Córdoba\",\"General Roca\",,\"ARG.6.5_1\",\"ChIJc14Wj91VxZURfbJAnDtN1Sg\",\"AR.CB.GR\",\"14035\",-34.4573192596435,-64.4739133461326,35645,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"7f77d9d2\",14042,3,\"Córdoba\",\"General San Martín\",,\"ARG.6.6_1\",\"ChIJcSJJWug_zJURaAtWxRrDAy4\",\"AR.CB.GM\",\"14042\",-32.5742721557617,-63.3378920031105,127454,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e8a5005a\",14049,3,\"Córdoba\",\"Ischilín\",,\"ARG.6.7_1\",\"ChIJn0XJHiMJLpQRPAYmyJE4g_Y\",\"AR.CB.IS\",\"14049\",-30.3963975906372,-64.6583229825012,31312,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"61012c8a\",14056,3,\"Córdoba\",\"Juárez Celman\",,\"ARG.6.8_1\",\"ChIJS4MhTXmKzpURKr-vQKFuzGM\",\"AR.CB.JC\",\"14056\",-33.3611793518066,-63.5059956040337,61078,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"3a468bc6\",14063,3,\"Córdoba\",\"Marcos Juárez\",,\"ARG.6.9_1\",\"ChIJxbHgEDptyZURTzTFKxj58bM\",\"AR.CB.MJ\",\"14063\",-32.9971160888672,-62.1628045001662,104205,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ba54eb3d\",14070,3,\"Córdoba\",\"Minas\",,\"ARG.6.10_1\",,\"AR.CB.MI\",\"14070\",-30.9619951248169,-65.4444680104687,4727,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"24307e9e\",14077,3,\"Córdoba\",\"Pocho\",,\"ARG.6.11_1\",,\"AR.CB.PO\",\"14077\",-31.5109567642211,-65.4487834946659,5380,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"3aa133eb\",14084,3,\"Córdoba\",\"Presidente Roque Sáenz Peña\",,\"ARG.6.12_1\",\"ChIJ-bx-TFpjz5URyJVwW4AnUoQ\",\"AR.CB.PP\",\"14084\",-34.1827583312987,-63.4248343690955,36282,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"53d0f625\",14091,3,\"Córdoba\",\"Punilla\",,\"ARG.6.13_1\",\"ChIJcfidhHx2LZQRraL1izKn_-Q\",\"AR.CB.PU\",\"14091\",-31.2045907974243,-64.5641712173856,178401,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"2a0c4e81\",14098,3,\"Córdoba\",\"Río Cuarto\",,\"ARG.6.14_1\",\"ChIJm7Krqfj50ZURRucmh-8GNNs\",\"AR.CB.RC\",\"14098\",-33.2384910583496,-64.5224102554135,246393,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"84bde342\",14105,3,\"Córdoba\",\"Río Primero\",,\"ARG.6.15_1\",\"ChIJYeznrH4FM5QRJAoC4Ndwzs4\",\"AR.CB.RP\",\"14105\",-31.0284080505371,-63.4033487996405,46675,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"03c247a0\",14112,3,\"Córdoba\",\"Río Seco\",,\"ARG.6.16_1\",,\"AR.CB.RS\",\"14112\",-29.9850425720215,-63.3042592902522,13242,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"94109e28\",14119,3,\"Córdoba\",\"Río Segundo\",,\"ARG.6.17_1\",\"ChIJ20Rx0p7RzJURV4o-98bOwjI\",\"AR.CB.RG\",\"14119\",-31.6938886642456,-63.560473848091,103718,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"2f82d07a\",14126,3,\"Córdoba\",\"San Alberto\",,\"ARG.6.18_1\",\"ChIJ8dwwYhrdLJQRm7Rmat80y80\",\"AR.CB.SA\",\"14126\",-31.6751003265381,-65.1047199171458,37004,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"46f315b4\",14133,3,\"Córdoba\",\"San Javier\",,\"ARG.6.19_1\",\"ChIJ68o-sj8u05URLbmFFIAT7Bw\",\"AR.CB.SV\",\"14133\",-32.094066619873,-65.1021552926959,53520,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"90bbd2c9\",14140,3,\"Córdoba\",\"San Justo\",,\"ARG.6.20_1\",\"ChIJ9wbIeTu6NJQRlUlTD4yiTIY\",\"AR.CB.SJ\",\"14140\",-31.2042751312255,-62.5797513258334,206307,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0edf476a\",14147,3,\"Córdoba\",\"Santa María\",,\"ARG.6.21_1\",\"ChIJ74w6XydXLZQRpXMfRVaMZso\",\"AR.CB.SM\",\"14147\",-31.680151939392,-64.281707423101,98188,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8ecd2791\",14154,3,\"Córdoba\",\"Sobremonte\",,\"ARG.6.22_1\",,\"AR.CB.SO\",\"14154\",-29.7971506118774,-64.1297419039838,4591,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d58a80dd\",14161,3,\"Córdoba\",\"Tercero Arriba\",,\"ARG.6.23_1\",\"ChIJM-l3vXGpzZURZR4o6MIS4Bk\",\"AR.CB.TA\",\"14161\",-32.3783321380615,-63.7295474758832,109554,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ac563879\",14168,3,\"Córdoba\",\"Totoral\",,\"ARG.6.24_1\",\"ChIJdeVoPj1rMpQRTwxTq40edrw\",\"AR.CB.TO\",\"14168\",-30.7189102172852,-63.8856375023055,18556,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"cbfc7585\",14175,3,\"Córdoba\",\"Tulumba\",,\"ARG.6.25_1\",\"ChIJE9ubA0WbMZQRIbnFR2FcwDc\",\"AR.CB.TU\",\"14175\",-30.1001224517822,-64.0845135571273,12673,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d200fce9\",14182,3,\"Córdoba\",\"Unión\",,\"ARG.6.26_1\",\"ChIJN6MGwGtSyZURnuH0rgSphmM\",\"AR.CB.UN\",\"14182\",-32.9298343658447,-62.8429342847888,105727,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"21a757e1\",18007,3,\"Corrientes\",\"Bella Vista\",,\"ARG.7.1_1\",\"ChIJH3U8sVFNTpQRzYPlRB9zNZM\",\"AR.CN.BV\",\"18007\",-28.4944286346435,-58.8681707350091,37181,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"a1b5371a\",18014,3,\"Corrientes\",\"Berón de Astrada\",,\"ARG.7.2_1\",,\"AR.CN.BA\",\"18014\",-27.4760236740112,-57.5974575878202,2461,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"faf29056\",18021,3,\"Corrientes\",\"Capital\",,\"ARG.7.3_1\",\"ChIJD7luDxlqRZQRdJ5m5nAO2LA\",\"AR.CN.CN\",\"18021\",-27.5147180557251,-58.7621526705058,358223,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e484650e\",18035,3,\"Corrientes\",\"Curuzú Cuatiá\",,\"ARG.7.5_1\",\"ChIJSfscpaaGUpQR-hL_oTfQ1_g\",\"AR.CN.CC\",\"18035\",-29.7354001998901,-58.2511615232557,44384,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"35a1666a\",18042,3,\"Corrientes\",\"Empedrado\",,\"ARG.7.6_1\",\"ChIJd6hoYG_yT5QRJF7-Dx0Od08\",\"AR.CN.EM\",\"18042\",-27.9073963165283,-58.5856504513955,15109,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"a273bfe2\",18049,3,\"Corrientes\",\"Esquina\",,\"ARG.7.7_1\",\"ChIJFYZaq9j4TJQR_4LCFsTASbg\",\"AR.CN.ES\",\"18049\",-29.9468240737915,-59.2776282647012,30802,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"2bd79332\",18056,3,\"Corrientes\",\"General Alvear\",,\"ARG.7.8_1\",,\"AR.CN.GA\",\"18056\",-28.7742481231689,-56.545284073359,7926,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"7090347e\",18063,3,\"Corrientes\",\"General Paz\",,\"ARG.7.9_1\",\"ChIJXan7KttkUJQRzw924rEbbkw\",\"AR.CN.GP\",\"18063\",-27.7025136947632,-57.8319980705052,14836,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f0825485\",18070,3,\"Corrientes\",\"Goya\",,\"ARG.7.10_1\",\"ChIJS8DRTVE2TJQR8Ihhh0no-_c\",\"AR.CN.GO\",\"18070\",-29.5398731231689,-59.2863014785723,89959,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"6ee6c126\",18077,3,\"Corrientes\",\"Itatí\",,\"ARG.7.11_1\",,\"AR.CN.IT\",\"18077\",-27.3399457931518,-58.0435471161603,9171,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"70778c53\",18084,3,\"Corrientes\",\"Ituzaingó\",,\"ARG.7.12_1\",\"ChIJmSOlg5DXVpQRBKp1xLd45-4\",\"AR.CN.IZ\",\"18084\",-27.9504117965698,-57.0403237473487,31150,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"1906499d\",18091,3,\"Corrientes\",\"Lavalle\",,\"ARG.7.13_1\",\"ChIJeak1C6J6TpQRI9AuIZNbMks\",\"AR.CN.LA\",\"18091\",-29.0169219970703,-58.9247399310054,28759,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ce6b5cfa\",18105,3,\"Corrientes\",\"Mercedes\",,\"ARG.7.15_1\",\"ChIJv9PEl8E7UpQRZjF1BBPrVQg\",\"AR.CN.ME\",\"18105\",-29.1253089904785,-57.9943352338445,40667,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4914f818\",18112,3,\"Corrientes\",\"Monte Caseros\",,\"ARG.7.16_1\",\"ChIJHVGXfPcxrZURsDBJjOKebJI\",\"AR.CN.MC\",\"18112\",-30.2942276000976,-57.835417731646,36338,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"dec62190\",18119,3,\"Corrientes\",\"Paso de los Libres\",,\"ARG.7.17_1\",\"ChIJ46-AGSwVU5QR6FWEwGGDiIg\",\"AR.CN.PL\",\"18119\",-29.6854581832885,-57.3158801836405,48642,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0c25aa0c\",18133,3,\"Corrientes\",\"San Cosme\",,\"ARG.7.19_1\",\"ChIJyepwastJRZQRVz45oUKrxgw\",\"AR.CN.SC\",\"18133\",-27.38929271698,-58.5461837190705,14381,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9f5c3f65\",18161,3,\"Corrientes\",\"San Roque\",,\"ARG.7.23_1\",\"ChIJS9ZsbwQ8TpQRS0YsAJUucIw\",\"AR.CN.SR\",\"18161\",-28.6769256591797,-58.6872778519798,18366,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e68087c1\",18168,3,\"Corrientes\",\"Santo Tomé\",,\"ARG.7.24_1\",\"ChIJ61CgzluGVpQRkxmBnG0sRQk\",\"AR.CN.ST\",\"18168\",-28.3285570144653,-56.1109048487808,61297,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0e6c31ff\",30008,3,\"Entre Ríos\",\"Colón\",,\"ARG.8.1.1_0\",\"ChIJ4WNNVvwQrpURD_wNgvsetDY\",\"AR.ER.CO\",\"30008\",-31.9604864120483,-58.433332456289,62160,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"69c67c03\",30015,3,\"Entre Ríos\",\"Concordia\",,\"ARG.8.2_1\",\"ChIJp23d8uSMrZUR7f_lLYcNtqE\",\"AR.ER.CC\",\"30015\",-31.2742681503296,-58.1868325756202,170033,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4586ebd9\",30021,3,\"Entre Ríos\",\"Diamante\",,\"ARG.8.3_1\",\"ChIJ_a5YbmeCtpURO0_JxHRyXvg\",\"AR.ER.DI\",\"30021\",-32.2383193969726,-60.48784966095,46361,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"3c5a537d\",30028,3,\"Entre Ríos\",\"Federación\",,\"ARG.8.4_1\",\"ChIJVevFKWdvrZUR4sGVdatLn2s\",\"AR.ER.FC\",\"30028\",-30.7336854934692,-58.1520870437403,68736,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"5bf01e81\",30035,3,\"Entre Ríos\",\"Federal\",,\"ARG.8.5_1\",\"ChIJO5Fh8LPxspURMStLYBWyfCk\",\"AR.ER.FE\",\"30035\",-31.0046644210815,-58.897536776548,25863,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8ad51de5\",30042,3,\"Entre Ríos\",\"Feliciano\",,\"ARG.8.6_1\",\"ChIJ6Y1iZpVKTZQRmuJMf7arf5Q\",\"AR.ER.FL\",\"30042\",-30.4193534851074,-58.7309284826494,15079,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"1d07c46d\",30049,3,\"Entre Ríos\",\"Gualeguay\",,\"ARG.8.7_1\",\"ChIJtyiOX86xsJURzCWzQm9Vv_0\",\"AR.ER.GG\",\"30049\",-33.163272857666,-59.564245075348,51883,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"94a3e8bd\",30056,3,\"Entre Ríos\",\"Gualeguaychú\",,\"ARG.8.8_1\",\"ChIJmYtNuIYMsJURNmkh84s3QlQ\",\"AR.ER.GC\",\"30056\",-32.9598503112793,-58.7344861049536,109461,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"cfe44ff1\",30063,3,\"Entre Ríos\",\"Islas del Ibicuy\",,\"ARG.8.10_1\",\"ChIJ5Zrp1NX2upUR6jB1mbSqqC0\",\"AR.ER.II\",\"30063\",-33.5948524475097,-58.9236558948043,12077,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4ff62f0a\",30070,3,\"Entre Ríos\",\"La Paz\",,\"ARG.8.11_1\",\"ChIJ7TJULGQ_s5UR0MtGSDaRlMM\",\"AR.ER.LP\",\"30070\",-30.913631439209,-59.5407514045699,66903,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d192baa9\",30077,3,\"Entre Ríos\",\"Nogoyá\",,\"ARG.8.12_1\",\"ChIJ1R3hO59NsZURTQ9AcTXlfGE\",\"AR.ER.NO\",\"30077\",-32.2338352203369,-59.8119194719099,39026,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"cf03f7dc\",30084,3,\"Entre Ríos\",\"Paraná\",,\"ARG.8.13_1\",\"ChIJ5UTNsJNltJURDfdsOprPVTc\",\"AR.ER.PA\",\"30084\",-31.6163930892944,-59.9309130143562,339930,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c6b5bbf7\",30088,3,\"Entre Ríos\",\"San Salvador\",,\"ARG.8.1.2_0\",,\"AR.ER.SS\",\"30088\",-31.616667,-58.5,17357,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"a6723212\",30091,3,\"Entre Ríos\",\"Tala\",,\"ARG.8.14_1\",\"ChIJe5O6WnISsZURP0Ys19AxsdQ\",\"AR.ER.TA\",\"30091\",-32.3057518005371,-59.2982932140012,25665,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"dfae8ab6\",30098,3,\"Entre Ríos\",\"Uruguay\",,\"ARG.8.15_1\",\"ChIJB0DuXasxsJURXW663p8Oxts\",\"AR.ER.UR\",\"30098\",-32.5045852661133,-58.5517713498929,100728,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"711f2775\",30105,3,\"Entre Ríos\",\"Victoria\",,\"ARG.8.16_1\",\"ChIJr9YVJC7ntpURxcSw6wbquzg\",\"AR.ER.VC\",\"30105\",-32.737361907959,-60.2603822362448,35767,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8167b301\",30113,3,\"Entre Ríos\",\"Villaguay\",,\"ARG.8.17_1\",\"ChIJY5N9O9YzspURmHB-i1cSeA4\",\"AR.ER.VG\",\"30113\",-31.6294012069702,-59.0379902585994,48965,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"11b1bb39\",34007,3,\"Formosa\",\"Bermejo\",,\"ARG.9.1_1\",,\"AR.FM.BE\",\"34007\",-23.9509935379028,-61.2052956178326,14046,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"91a3dbc2\",34014,3,\"Formosa\",\"Formosa\",,\"ARG.9.2_1\",\"ChIJL0uKS7TKXJQR_cKU6fcCEfQ\",\"AR.FM.FO\",\"34014\",-25.9759769439697,-58.3941897134244,234354,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"cae47c8e\",34021,3,\"Formosa\",\"Laishi\",,\"ARG.9.3_1\",\"ChIJ7Zg1wwylRJQRQ_3pnOl5gMY\",\"AR.FM.LA\",\"34021\",-26.5152187347412,-58.5269029548274,17063,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"b338c42a\",34028,3,\"Formosa\",\"Matacos\",,\"ARG.9.4_1\",,\"AR.FM.MA\",\"34028\",-23.9061861038208,-62.0910253806932,14375,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d49289d6\",34035,3,\"Formosa\",\"Patiño\",,\"ARG.9.5_1\",\"ChIJH0Cs4uUZapQR37KUjn0_oVY\",\"AR.FM.PA\",\"34035\",-25.0788679122924,-59.8410750927183,68581,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"05b78ab2\",34042,3,\"Formosa\",\"Pilagás\",,\"ARG.9.6_1\",,\"AR.FM.PG\",\"34042\",-25.0987958908081,-58.6667652978989,18399,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9265533a\",34049,3,\"Formosa\",\"Pilcomayo\",,\"ARG.9.7_1\",\"ChIJr2K8aRE8XZQRVleqsRtTBWs\",\"AR.FM.PM\",\"34049\",-25.36243724823,-58.0086741637458,85024,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"1bc17fea\",34056,3,\"Formosa\",\"Pirané\",,\"ARG.9.8_1\",\"ChIJP2V5O5pVQpQRsZc_jPzK6zc\",\"AR.FM.PR\",\"34056\",-25.7782135009765,-59.2343627981773,64566,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4086d8a6\",34063,3,\"Formosa\",\"Ramón Lista\",,\"ARG.9.9_1\",,\"AR.FM.RL\",\"34063\",-22.9792537689209,-62.1751255492016,13754,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"5b670481\",38007,3,\"Jujuy\",\"Cochinoca\",,\"ARG.10.2_1\",,\"AR.JY.CO\",\"38007\",-23.0667266845703,-65.9865708032162,12656,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8032c336\",38021,3,\"Jujuy\",\"Dr. Manuel Belgrano\",,\"ARG.10.1_1\",\"ChIJIz0mMLgTG5QRymHR3coJccI\",\"AR.JY.DB\",\"38021\",-24.0820398330688,-65.4493731875605,265249,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"db75647a\",38014,3,\"Jujuy\",\"El Carmen\",,\"ARG.10.3_1\",\"ChIJ4WTMwTRNGpQRQwNegQgFYn0\",\"AR.JY.EC\",\"38014\",-24.4664354324341,-65.011994774366,97039,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f9ee7b92\",38028,3,\"Jujuy\",\"Humahuaca\",,\"ARG.10.4_1\",\"ChIJl-q1-r3xBJQRs8803pB6ftM\",\"AR.JY.HU\",\"38028\",-23.031831741333,-65.3463116993593,17366,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9e44366e\",38035,3,\"Jujuy\",\"Ledesma\",,\"ARG.10.5_1\",\"ChIJh-D1P4rDGpQR-IRnRZmsIBU\",\"AR.JY.LE\",\"38035\",-23.7764129638672,-64.825377403088,81790,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4f61350a\",38042,3,\"Jujuy\",\"Palpalá\",,\"ARG.10.6_1\",\"ChIJOXeOT5YBG5QRVSpEVYIcfKE\",\"AR.JY.PA\",\"38042\",-24.1997699737549,-65.1358464122585,52631,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d8b3ec82\",38049,3,\"Jujuy\",\"Rinconada\",,\"ARG.10.7_1\",,\"AR.JY.RI\",\"38049\",-22.631251335144,-66.4605593152282,2488,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"5117c052\",38056,3,\"Jujuy\",\"San Antonio\",,\"ARG.10.8_1\",\"ChIJSRlq4uSgG5QR8095rvVuerQ\",\"AR.JY.SA\",\"38056\",-24.354112625122,-65.4321984597329,4466,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0a50671e\",38063,3,\"Jujuy\",\"San Pedro\",,\"ARG.10.9_1\",\"ChIJ-c6-AD1cGpQRG9fWDpNC9VU\",\"AR.JY.SP\",\"38063\",-24.30979347229,-64.886813495622,75037,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8a4207e5\",38070,3,\"Jujuy\",\"Santa Bárbara\",,\"ARG.10.10_1\",,\"AR.JY.SB\",\"38070\",-24.0034341812134,-64.4205517174206,17730,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"14269246\",38077,3,\"Jujuy\",\"Santa Catalina\",,\"ARG.10.11_1\",,\"AR.JY.SC\",\"38077\",-22.0907001495361,-66.0556627946126,2800,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0ab7df33\",38084,3,\"Jujuy\",\"Susques\",,\"ARG.10.12_1\",,\"AR.JY.SU\",\"38084\",-23.6025419235229,-66.7789675625951,3791,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"13acee72\",38094,3,\"Jujuy\",\"Tilcara\",,\"ARG.10.13_1\",\"ChIJ4yMFPW7NBJQRcB1C6TdkRiY\",\"AR.JY.TI\",\"38094\",-23.5557012557983,-65.3405875154101,12349,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"1a1aa259\",38098,3,\"Jujuy\",\"Tumbaya\",,\"ARG.10.14_1\",,\"AR.JY.TU\",\"38098\",-23.7667894363403,-65.6713774257393,4658,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"b4ab0f9a\",38105,3,\"Jujuy\",\"Valle Grande\",,\"ARG.10.15_1\",,\"AR.JY.VG\",\"38105\",-23.4845857620239,-65.0085960373151,2451,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"33d4ab78\",38112,3,\"Jujuy\",\"Yavi\",,\"ARG.10.16_1\",\"ChIJS9TWYdcbBJQRGjm53-E3-Gg\",\"AR.JY.YA\",\"38112\",-22.3253307342529,-65.6029093637819,20806,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"86fa38f5\",42007,3,\"La Pampa\",\"Atreucó\",,\"ARG.11.1_1\",\"ChIJD-pe9_wl6JUR-ksyPJzgkMg\",\"AR.LP.AT\",\"42007\",-37.035493850708,-63.7788478300902,10153,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"06e8580e\",42014,3,\"La Pampa\",\"Caleu Caleu\",,\"ARG.11.2_1\",,\"AR.LP.CL\",\"42014\",-38.7558803558349,-63.9522057843893,2313,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"5dafff42\",42021,3,\"La Pampa\",\"Capital\",,\"ARG.11.3_1\",\"ChIJa1cqpaHRwpURXnVZUakdTy4\",\"AR.LP.SR\",\"42021\",-36.580129623413,-64.2167428417749,105312,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"247347e6\",42028,3,\"La Pampa\",\"Catriló\",,\"ARG.11.4_1\",\"ChIJRTttq6L0wpURAUCkLg7IFX0\",\"AR.LP.CA\",\"42028\",-36.6025981903076,-63.6637209350887,7293,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"052ed0f6\",42049,3,\"La Pampa\",\"Chalileo\",,\"ARG.11.5_1\",,\"AR.LP.CH\",\"42049\",-36.4642066955566,-66.5528679254977,2985,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8c8afc26\",42056,3,\"La Pampa\",\"Chapaleufú\",,\"ARG.11.6_1\",\"ChIJAaOhA6j2xJURmsTojr-sa7g\",\"AR.LP.CP\",\"42056\",-35.226598739624,-63.6643988498385,11620,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d7cd5b6a\",42063,3,\"La Pampa\",\"Chical Co\",,\"ARG.11.7_1\",,\"AR.LP.CC\",\"42063\",-36.4171161651611,-67.6782456718433,1502,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"43d90a1a\",42035,3,\"La Pampa\",\"Conhelo\",,\"ARG.11.8_1\",\"ChIJUcCeaoew3JURppx_YtA9SRQ\",\"AR.LP.CO\",\"42035\",-36.0458240509033,-64.4904116224733,14077,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"92fc097e\",42042,3,\"La Pampa\",\"Curacó\",,\"ARG.11.9_1\",\"ChIJ7QmNdncc4ZURLW2oaTDKGYk\",\"AR.LP.CU\",\"42042\",-38.2507495880127,-66.3687662467415,1040,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"57df3b91\",42070,3,\"La Pampa\",\"Guatraché\",,\"ARG.11.10_1\",\"ChIJH4KhW3Ja6JURc51hjO_a4WA\",\"AR.LP.GU\",\"42070\",-37.4744720458984,-63.7797842655047,8831,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c9bbae32\",42077,3,\"La Pampa\",\"Hucal\",,\"ARG.11.11_1\",\"ChIJgeVgsXvA6JUR-vXtD058d6k\",\"AR.LP.HU\",\"42077\",-37.9737663269043,-63.9517490367634,7540,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d72ae347\",42084,3,\"La Pampa\",\"Lihuel Calel\",,\"ARG.11.12_1\",,\"AR.LP.UC\",\"42084\",-38.2939929962158,-65.0808758170574,439,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"be5b2689\",42091,3,\"La Pampa\",\"Limay Mahuida\",,\"ARG.11.13_1\",,\"AR.LP.LM\",\"42091\",-37.2056770324707,-66.537201054061,503,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c7879e2d\",42098,3,\"La Pampa\",\"Loventué\",,\"ARG.11.14_1\",\"ChIJtSMKih053JURxv5XgTin-SM\",\"AR.LP.LO\",\"42098\",-36.4992275238037,-65.5207934374864,8619,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"693633ee\",42105,3,\"La Pampa\",\"Maracó\",,\"ARG.11.15_1\",\"ChIJsTeKkI9-w5UR_zTKMnouIOE\",\"AR.LP.MA\",\"42105\",-35.6932506561279,-63.6623534307275,59024,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ee49970c\",42112,3,\"La Pampa\",\"Puelén\",,\"ARG.11.16_1\",\"ChIJS8h6PShEdZYRwnOuisQAouw\",\"AR.LP.PU\",\"42112\",-37.5921020507811,-67.6081253311865,9468,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"799b4e84\",42119,3,\"La Pampa\",\"Quemú Quemú\",,\"ARG.11.17_1\",\"ChIJ-eLOkhEGw5URrx2A928fHL8\",\"AR.LP.QQ\",\"42119\",-36.1700534820557,-63.6629174632286,8663,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c20900d6\",42126,3,\"La Pampa\",\"Rancul\",,\"ARG.11.18_1\",\"ChIJmRLSk1gX25UR-l5n2KXoggA\",\"AR.LP.RA\",\"42126\",-35.4054756164551,-64.7956993742663,10668,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ab78c518\",42133,3,\"La Pampa\",\"Realicó\",,\"ARG.11.19_1\",\"ChIJfb5PQAnRxJUREiN0Okg07vk\",\"AR.LP.RE\",\"42133\",-35.211576461792,-64.2117382763715,16227,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"7d300265\",42140,3,\"La Pampa\",\"Toay\",,\"ARG.11.20_1\",\"ChIJ9X8RCock3ZURigcZu1IjNLU\",\"AR.LP.TO\",\"42140\",-36.6600303649902,-64.685215287343,12409,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e35497c6\",42147,3,\"La Pampa\",\"Trenel\",,\"ARG.11.21_1\",,\"AR.LP.TR\",\"42147\",-35.6393146514892,-64.2118926220715,5426,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"6346f73d\",42154,3,\"La Pampa\",\"Utracán\",,\"ARG.11.22_1\",\"ChIJ5c8DBCCC55URgdndS9leLt8\",\"AR.LP.UT\",\"42154\",-37.3086719512939,-65.0674509638548,14839,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0998afa2\",46007,3,\"La Rioja\",\"Arauco\",,\"ARG.12.1_1\",\"ChIJUUuqbkccJ5QRlUgzEX6z-kw\",\"AR.LR.AR\",\"46007\",-28.55184841156,-66.7471372632148,15418,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"898acf59\",46014,3,\"La Rioja\",\"Capital\",,\"ARG.12.2_1\",\"ChIJOeNU9W6eKJQRaiYh04NzKag\",\"AR.LR.LR\",\"46014\",-29.4571599960327,-66.3889920006594,180995,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d2cd6815\",46021,3,\"La Rioja\",\"Castro Barros\",,\"ARG.12.3_1\",,\"AR.LR.CB\",\"46021\",-28.9211893081665,-66.9165002453488,4268,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ccbb9d4d\",46035,3,\"La Rioja\",\"Chamical\",,\"ARG.12.4_1\",\"ChIJ8Te9V5suKZQRWj4dlYbP3P4\",\"AR.LR.CM\",\"46035\",-30.1507635116577,-65.947019081429,14160,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"1d9e9e29\",46042,3,\"La Rioja\",\"Chilecito\",,\"ARG.12.5_1\",\"ChIJWYRDdldYnZYRykKEaNRnMFM\",\"AR.LR.CL\",\"46042\",-29.4126358032226,-67.4211162224361,49432,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ab11d0b1\",46028,3,\"La Rioja\",\"Coronel Felipe Varela\",,\"ARG.12.6_1\",\"ChIJPcsfeyXdnJYR3YYZxNi03W4\",\"AR.LR.CV\",\"46028\",-29.470404624939,-68.3498128808226,9648,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8a4c47a1\",46049,3,\"La Rioja\",\"Famatina\",,\"ARG.12.7_1\",,\"AR.LR.FA\",\"46049\",-28.6627197265625,-67.5598393869137,5863,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"03e86b71\",46056,3,\"La Rioja\",\"General Angel V. Peñaloza\",,\"ARG.12.8_1\",,\"AR.LR.GP\",\"46056\",-30.285083770752,-66.6760669886303,3073,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"58afcc3d\",46063,3,\"La Rioja\",\"General Belgrano\",,\"ARG.12.9_1\",,\"AR.LR.GB\",\"46063\",-30.5627346038818,-65.9791397595967,7370,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d8bdacc6\",46070,3,\"La Rioja\",\"General Juan F. Quiroga\",,\"ARG.12.10_1\",,\"AR.LR.GQ\",\"46070\",-30.8058700561523,-66.7371040714443,4108,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"46d93965\",46077,3,\"La Rioja\",\"General Lamadrid\",,\"ARG.12.11_1\",,\"AR.LR.GL\",\"46077\",-28.7159204483032,-68.8299971868976,1734,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"58487410\",46084,3,\"La Rioja\",\"General Ocampo\",,\"ARG.12.12_1\",,\"AR.LR.GO\",\"46084\",-31.0499181747437,-66.1272303290317,7145,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"3139b1de\",46091,3,\"La Rioja\",\"General San Martín\",,\"ARG.12.13_1\",,\"AR.LR.GM\",\"46091\",-31.6022233963012,-66.0307949857457,4944,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e654a4b9\",46105,3,\"La Rioja\",\"Independencia\",,\"ARG.12.14_1\",,\"AR.LR.IN\",\"46105\",-30.0936708450317,-67.3323415143211,2427,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"612b005b\",46112,3,\"La Rioja\",\"Rosario Vera Peñaloza\",,\"ARG.12.15_1\",\"ChIJhd_C4rJTKpQR21gXFYrwoHU\",\"AR.LR.RP\",\"46112\",-31.4546642303466,-66.7082555646098,14054,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f6f9d9d3\",46119,3,\"La Rioja\",\"San Blas de los Sauces\",,\"ARG.12.16_1\",,\"AR.LR.SS\",\"46119\",-28.5728359222412,-67.1333035032508,3927,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4d6b9781\",46126,3,\"La Rioja\",\"Sanagasta\",,\"ARG.12.17_1\",,\"AR.LR.SA\",\"46126\",-29.1406774520874,-67.065536288988,2345,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"48e5097a\",46098,3,\"La Rioja\",\"Vinchina\",,\"ARG.12.18_1\",,\"AR.LR.VI\",\"46098\",-28.3583879470825,-68.519434053796,2731,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"1193d9ce\",50007,3,\"Mendoza\",\"Capital\",,\"ARG.13.1_1\",\"ChIJKXNSmTAIfpYRYV4I2D27QQs\",\"AR.MZ.MZ\",\"50007\",-32.8840026855469,-68.8919661237207,115041,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9181b935\",50014,3,\"Mendoza\",\"General Alvear\",,\"ARG.13.2_1\",\"ChIJ3aaOFb4Q2JURDLW1OhYRqS8\",\"AR.MZ.GA\",\"50014\",-35.2492332458496,-67.1054278107536,46429,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"cac61e79\",50021,3,\"Mendoza\",\"Godoy Cruz\",,\"ARG.13.3_1\",\"ChIJpTbffIsJfpYR9fI4Ne3h2D4\",\"AR.MZ.GC\",\"50021\",-32.9306449890137,-68.8862860711425,191903,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"b31aa6dd\",50028,3,\"Mendoza\",\"Guaymallén\",,\"ARG.13.4_1\",\"ChIJi6tg0BgOfpYRGwvRtJm2dpY\",\"AR.MZ.GU\",\"50028\",-32.8888092041016,-68.7371680100372,283803,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d4b0eb21\",50035,3,\"Mendoza\",\"Junín\",,\"ARG.13.5_1\",\"ChIJtzqG_thcfpYRWuCEqWULzA0\",\"AR.MZ.JU\",\"50035\",-33.1352577209472,-68.5058961208338,37859,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0595e845\",50042,3,\"Mendoza\",\"La Paz\",,\"ARG.13.6_1\",\"ChIJ6Scf6WH71ZURFi4W4_HNyng\",\"AR.MZ.LP\",\"50042\",-33.6546573638916,-67.3559609351741,10012,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"924731cd\",50049,3,\"Mendoza\",\"Las Heras\",,\"ARG.13.7_1\",\"ChIJ-5NGZ3pph5YRWzTMp3K9km0\",\"AR.MZ.LH\",\"50049\",-32.5099925994873,-69.1565657640987,203666,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"1be31d1d\",50056,3,\"Mendoza\",\"Lavalle\",,\"ARG.13.8_1\",\"ChIJcV5uK1HXf5YRF5ozkzpnQfQ\",\"AR.MZ.LA\",\"50056\",-32.5908546447754,-67.9721054313232,36738,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"40a4ba51\",50063,3,\"Mendoza\",\"Luján de Cuyo\",,\"ARG.13.9_1\",\"ChIJozxKYvOTfZYRumTdRxsNypA\",\"AR.MZ.LC\",\"50063\",-33.0149173736572,-69.7513931000741,119888,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c0b6daaa\",50070,3,\"Mendoza\",\"Maipú\",,\"ARG.13.10_1\",\"ChIJ6zW06iUTfpYRqcazzLyjmfo\",\"AR.MZ.MP\",\"50070\",-32.9714221954346,-68.6648580520648,172332,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"5ed24f09\",50077,3,\"Mendoza\",\"Malargüe\",,\"ARG.13.11_1\",\"ChIJAxDJKbXjcJYRAb9c0Jy7naU\",\"AR.MZ.ML\",\"50077\",-36.1215400695801,-69.3476848602295,27660,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4043027c\",50084,3,\"Mendoza\",\"Rivadavia\",,\"ARG.13.12_1\",\"ChIJuTduTO2OfpYRLq-mk9P9Dd8\",\"AR.MZ.RI\",\"50084\",-33.4406127929687,-68.5816829152048,56373,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"2932c7b2\",50091,3,\"Mendoza\",\"San Carlos\",,\"ARG.13.13_1\",\"ChIJi1m8FCQIfJYRqn6Djt9InNY\",\"AR.MZ.SC\",\"50091\",-34.0922985076904,-69.1151742638141,32631,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"50ee7f16\",50098,3,\"Mendoza\",\"San Martín\",,\"ARG.13.14_1\",\"ChIJmQ4o4QlJfpYRwbuZZybtulM\",\"AR.MZ.SM\",\"50098\",-32.9564380645752,-68.31031389122,118220,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"fe5fd2d5\",50105,3,\"Mendoza\",\"San Rafael\",,\"ARG.13.15_1\",\"ChIJo9xPorrBeZYRVtV317tb_g8\",\"AR.MZ.SR\",\"50105\",-35.0456447601318,-68.6705420869769,188018,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"79207637\",50112,3,\"Mendoza\",\"Santa Rosa\",,\"ARG.13.16_1\",\"ChIJ2XHyC_YXf5YRdabK7QLs9lE\",\"AR.MZ.ST\",\"50112\",-33.6470260620117,-67.9950199744332,16374,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"eef2afbf\",50119,3,\"Mendoza\",\"Tunuyán\",,\"ARG.13.17_1\",\"ChIJz_pPzb1PfJYRAE3_j_8Uqb4\",\"AR.MZ.TN\",\"50119\",-33.6124992370605,-69.4404534049656,49458,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"5560e1ed\",50126,3,\"Mendoza\",\"Tupungato\",,\"ARG.13.18_1\",\"ChIJrxupw-K3fZYRjdg46jgn9dU\",\"AR.MZ.TP\",\"50126\",-33.2779541015624,-69.3505469389226,32524,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"619038e8\",54119,3,\"Misiones\",\"25 de Mayo\",,\"ARG.14.17_1\",\"ChIJO2cwah4G-ZQRpHTLFA2H4s8\",\"AR.MN.VM\",\"54119\",-27.3908710479736,-54.6172248339375,27754,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9ef14e99\",54007,3,\"Misiones\",\"Apóstoles\",,\"ARG.14.1_1\",\"ChIJkVKGQtU8VpQRC9K3cDz95_s\",\"AR.MN.AP\",\"54007\",-27.9116239547729,-55.7153161395003,42249,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"1ee32e62\",54014,3,\"Misiones\",\"Cainguás\",,\"ARG.14.2_1\",\"ChIJ610Qn89M-JQRKfQzcyQiIZk\",\"AR.MN.CG\",\"54014\",-27.1570024490356,-54.8011040374475,53403,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"45a4892e\",54021,3,\"Misiones\",\"Candelaria\",,\"ARG.14.3_1\",\"ChIJudXE4Q3XV5QRacuPSxKFWz8\",\"AR.MN.CD\",\"54021\",-27.4496011734009,-55.5776899774972,27040,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"3c78318a\",54028,3,\"Misiones\",\"Capital\",,\"ARG.14.4_1\",\"ChIJoyODwTLIV5QR5GZiwFe2FL8\",\"AR.MN.PS\",\"54028\",-27.5399894714355,-55.8867209407965,324756,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"5bd27c76\",54035,3,\"Misiones\",\"Concepción\",,\"ARG.14.5_1\",,\"AR.MN.CO\",\"54035\",-27.9612312316895,-55.4498852133925,9577,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8af77f12\",54042,3,\"Misiones\",\"Eldorado\",,\"ARG.14.6_1\",\"ChIJuSZT4i1A95QR3NH-POu-vZI\",\"AR.MN.ED\",\"54042\",-26.3199224472045,-54.4152388251954,78221,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"1d25a69a\",54049,3,\"Misiones\",\"General Manuel Belgrano\",,\"ARG.14.7_1\",\"ChIJiSsDngLQ8JQRQKteJLCFpSI\",\"AR.MN.GB\",\"54049\",-25.982497215271,-54.0064416770905,42902,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"94818a4a\",54056,3,\"Misiones\",\"Guaraní\",,\"ARG.14.8_1\",\"ChIJkc5Vj_GP-ZQRLyvBCkeS-g0\",\"AR.MN.GU\",\"54056\",-27.0435342788696,-54.2509713296791,67897,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"cfc62d06\",54063,3,\"Misiones\",\"Iguazú\",,\"ARG.14.9_1\",\"ChIJhSXhYerd9pQR4aEQs7tJT4o\",\"AR.MN.IG\",\"54063\",-25.8710908889769,-54.3904722655453,82227,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4fd44dfd\",54070,3,\"Misiones\",\"Leandro N. Alem\",,\"ARG.14.10_1\",\"ChIJ3cZZQE-B-JQRqEkGugAzFfM\",\"AR.MN.LA\",\"54070\",-27.6184959411621,-55.403420618467,45075,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d1b0d85e\",54077,3,\"Misiones\",\"Libertador Grl. San Martín\",,\"ARG.14.11_1\",\"ChIJwWX-Xggv-JQRnFjEIRi_vQ0\",\"AR.MN.LM\",\"54077\",-26.8743095397949,-54.9175847231579,46561,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"cf21952b\",54084,3,\"Misiones\",\"Montecarlo\",,\"ARG.14.12_1\",\"ChIJs717VzbZ-ZQRXmYGXTe_Mhk\",\"AR.MN.MO\",\"54084\",-26.6793594360351,-54.558962672661,36745,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"a65050e5\",54091,3,\"Misiones\",\"Oberá\",,\"ARG.14.13_1\",\"ChIJLyeGeWX1-JQRLvvJeZbeCoM\",\"AR.MN.OB\",\"54091\",-27.4799251556396,-55.0970320995823,107501,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"df8ce841\",54098,3,\"Misiones\",\"San Ignacio\",,\"ARG.14.14_1\",\"ChIJ_btISv4M-JQRt7dOYJmiw9Y\",\"AR.MN.SI\",\"54098\",-27.1719093322754,-55.3563718650456,57728,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"713d4582\",54105,3,\"Misiones\",\"San Javier\",,\"ARG.14.15_1\",\"ChIJi978Bx2V-JQRTGZQebDKrJ0\",\"AR.MN.SJ\",\"54105\",-27.7628507614135,-55.143249924407,20906,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f642e160\",54112,3,\"Misiones\",\"San Pedro\",,\"ARG.14.16_1\",\"ChIJUwFLihEZ-pQRJD6XSSGwezA\",\"AR.MN.SP\",\"54112\",-26.7503271102905,-53.9337473415477,31051,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d427f121\",58007,3,\"Neuquén\",\"Aluminé\",,\"ARG.15.1_1\",\"ChIJk02q7thWEpYRQOwT23jkbmI\",\"AR.NQ.AL\",\"58007\",-39.1312942504883,-71.0863032901036,8306,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"543591da\",58014,3,\"Neuquén\",\"Añelo\",,\"ARG.15.2_1\",\"ChIJh3XO87-vDJYRROf27COxyHk\",\"AR.NQ.AN\",\"58014\",-38.2132110595703,-68.9740011807647,10786,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0f723696\",58021,3,\"Neuquén\",\"Catán Lil\",,\"ARG.15.3_1\",,\"AR.NQ.CL\",\"58021\",-39.478687286377,-70.407083026206,2155,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c021c0aa\",58042,3,\"Neuquén\",\"Chos Malal\",,\"ARG.15.4_1\",\"ChIJZRlsI1TlcZYRS6mnbweZz8E\",\"AR.NQ.CM\",\"58042\",-36.875940322876,-70.2536206042765,15256,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"76ae8e32\",58028,3,\"Neuquén\",\"Collón Curá\",,\"ARG.15.5_1\",\"ChIJl1rlJEAwDpYRzcivMf2jAgw\",\"AR.NQ.CC\",\"58028\",-40.0614795684814,-70.4131898478884,4532,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"1104c3ce\",58035,3,\"Neuquén\",\"Confluencia\",,\"ARG.15.6_1\",\"ChIJ41n6CMmOC5YR8KrEt80Exoc\",\"AR.NQ.CO\",\"58035\",-38.8852729797362,-68.7746652287532,362673,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"57f31922\",58049,3,\"Neuquén\",\"Huiliches\",,\"ARG.15.7_1\",\"ChIJawpSRYp-EZYRXJ11D6EwlLw\",\"AR.NQ.HU\",\"58049\",-39.7869262695312,-71.3091840341356,14725,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"de5735f2\",58056,3,\"Neuquén\",\"Lácar\",,\"ARG.15.8_1\",\"ChIJWZ1l6H6qEZYRm3fqMg4RmuU\",\"AR.NQ.LA\",\"58056\",-40.3238945007324,-71.1641516062782,29748,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"851092be\",58063,3,\"Neuquén\",\"Loncopué\",,\"ARG.15.9_1\",,\"AR.NQ.LO\",\"58063\",-37.9921379089355,-70.2193517714844,6925,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0502f245\",58070,3,\"Neuquén\",\"Los Lagos\",,\"ARG.15.10_1\",\"ChIJVf-RSx2TEJYRPu89kLy8eR0\",\"AR.NQ.LL\",\"58070\",-40.7510871887207,-71.5256389589738,11998,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9b6667e6\",58077,3,\"Neuquén\",\"Minas\",,\"ARG.15.11_1\",,\"AR.NQ.MI\",\"58077\",-36.7426700592041,-70.7977564276059,7234,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"85f72a93\",58084,3,\"Neuquén\",\"Ñorquín\",,\"ARG.15.12_1\",,\"AR.NQ.NO\",\"58084\",-37.6279811859131,-70.6162723688318,4692,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ec86ef5d\",58091,3,\"Neuquén\",\"Pehuenches\",,\"ARG.15.13_1\",\"ChIJdVKns16Rc5YRQdHTyApleqI\",\"AR.NQ.PE\",\"58091\",-37.2005081176758,-69.5793433954,24087,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"955a57f9\",58098,3,\"Neuquén\",\"Picún Leufú\",,\"ARG.15.14_1\",,\"AR.NQ.PL\",\"58098\",-39.4108047485351,-69.4494145365116,4578,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"3bebfa3a\",58105,3,\"Neuquén\",\"Picunches\",,\"ARG.15.15_1\",,\"AR.NQ.PI\",\"58105\",-38.6181125640869,-70.3492981568822,7022,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"bc945ed8\",58112,3,\"Neuquén\",\"Zapala\",,\"ARG.15.16_1\",\"ChIJcXGppBinDZYR6XaoC5S5B2c\",\"AR.NQ.ZA\",\"58112\",-38.8897171020508,-69.8972606383329,36549,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c49b75e9\",62091,3,\"Río Negro\",\"25 de Mayo\",,\"ARG.16.13_1\",\"ChIJi9tLAfHEBZYRHakmsCpQb9I\",\"AR.RN.VM\",\"62091\",-41.0763854980469,-69.0582484753311,15743,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"7fee8396\",62049,3,\"Río Negro\",\"9 de Julio\",,\"ARG.16.8_1\",,\"AR.RN.NJ\",\"62049\",-40.7979145050049,-67.442288343145,3475,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"fc3a6b95\",62007,3,\"Río Negro\",\"Adolfo Alsina\",,\"ARG.16.1_1\",\"ChIJGVEwysEu95URWabX1ylmaQc\",\"AR.RN.AA\",\"62007\",-40.7782325744629,-63.8229502029206,57678,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"7c280b6e\",62014,3,\"Río Negro\",\"Avellaneda\",,\"ARG.16.2_1\",\"ChIJ9eC6NBW045URaVSL7BpW0DA\",\"AR.RN.AV\",\"62014\",-39.1846542358398,-65.903980809829,35323,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"276fac22\",62021,3,\"Río Negro\",\"Bariloche\",,\"ARG.16.3_1\",\"ChIJWzdkYSlGGpYRRUN89OMjSPY\",\"AR.RN.BA\",\"62021\",-41.5109825134277,-71.5419432920805,133500,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"5eb31486\",62028,3,\"Río Negro\",\"Conesa\",,\"ARG.16.4_1\",\"ChIJgTmQIH1_8JURkeBAZRiCrts\",\"AR.RN.CO\",\"62028\",-40.1049671173096,-64.2891803980752,7069,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"3919597a\",62035,3,\"Río Negro\",\"El Cuy\",,\"ARG.16.5_1\",\"ChIJHd5xsywACZYR6GQ9DsAGciM\",\"AR.RN.EC\",\"62035\",-39.8137168884277,-68.7244186834666,5280,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e83c5a1e\",62042,3,\"Río Negro\",\"General Roca\",,\"ARG.16.6_1\",\"ChIJ14YSAu2ACpYRfp4AX6aAs6g\",\"AR.RN.GR\",\"62042\",-38.3796310424804,-67.6722361968652,320921,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f64aaf46\",62056,3,\"Río Negro\",\"Ñorquincó\",,\"ARG.16.7_1\",,\"AR.RN.NO\",\"62056\",-41.7451534271239,-70.4162842305935,1736,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ad0d080a\",62063,3,\"Río Negro\",\"Pichi Mahuida\",,\"ARG.16.9_1\",\"ChIJ93fqonX175URSkKBjfBPCIU\",\"AR.RN.PM\",\"62063\",-39.346866607666,-64.3160652502899,14107,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"2d1f68f1\",62070,3,\"Río Negro\",\"Pilcaniyeu\",,\"ARG.16.10_1\",\"ChIJ2SnJfcocEJYRU03MUrYBV7Q\",\"AR.RN.PI\",\"62070\",-40.7157936096191,-70.4361019393494,7428,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"b37bfd52\",62077,3,\"Río Negro\",\"San Antonio\",,\"ARG.16.11_1\",\"ChIJC6xfA6zW-5URQN82t9C6G5s\",\"AR.RN.SA\",\"62077\",-40.9648609161377,-65.4731538360765,29284,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"adeab027\",62084,3,\"Río Negro\",\"Valcheta\",,\"ARG.16.12_1\",,\"AR.RN.VA\",\"62084\",-40.8560810089111,-66.3191126015165,7101,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"7358fcc2\",66007,3,\"Salta\",\"Anta\",,\"ARG.17.1_1\",\"ChIJifnEzNY3F5QR9dlE1P3fI-Q\",\"AR.SA.AN\",\"66007\",-24.9020261764526,-63.9560535535412,57411,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f34a9c39\",66014,3,\"Salta\",\"Cachi\",,\"ARG.17.2_1\",\"ChIJNZpTP2IYHJQR7FPRyxBV2oM\",\"AR.SA.CA\",\"66014\",-25.0319805145263,-66.2326015165152,7315,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"a80d3b75\",66021,3,\"Salta\",\"Cafayate\",,\"ARG.17.3_1\",\"ChIJPW9EEOw0H5QRPzacI1LcdZM\",\"AR.SA.CF\",\"66021\",-26.115550994873,-65.9019683161655,14850,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d1d183d1\",66028,3,\"Salta\",\"Capital\",,\"ARG.17.4_1\",\"ChIJoX0e-DTYG5QRNrGQNbyjIuE\",\"AR.SA.SA\",\"66028\",-24.9674434661865,-65.2147036527622,536113,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"b67bce2d\",66035,3,\"Salta\",\"Cerrillos\",,\"ARG.17.5_1\",\"ChIJVS6sG03fG5QRvILK68B-lSM\",\"AR.SA.CE\",\"66035\",-25.0082397460938,-65.4117973385411,35789,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"675ecd49\",66042,3,\"Salta\",\"Chicoana\",,\"ARG.17.6_1\",\"ChIJ6eEin4tbGZQRkO1fKzqggn0\",\"AR.SA.CH\",\"66042\",-25.1719589233398,-65.5750409837565,20710,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f08c14c1\",66049,3,\"Salta\",\"General Güemes\",,\"ARG.17.7_1\",\"ChIJ8WcAP28uGpQRzfoaQLTOhvI\",\"AR.SA.GG\",\"66049\",-24.8069124221802,-64.9013967808284,47226,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"79283811\",66056,3,\"Salta\",\"Grl. José de San Martín\",,\"ARG.17.8_1\",\"ChIJ2-U1OS2wD5QRWXurHw3U2E0\",\"AR.SA.GM\",\"66056\",-22.7944545745849,-63.7036256970153,156910,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"226f9f5d\",66063,3,\"Salta\",\"Guachipas\",,\"ARG.17.9_1\",,\"AR.SA.GU\",\"66063\",-25.702467918396,-65.4608001420002,3187,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"a27dffa6\",66070,3,\"Salta\",\"Iruya\",,\"ARG.17.10_1\",,\"AR.SA.IR\",\"66070\",-22.7681617736816,-64.8979046830213,5987,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"3c196a05\",66077,3,\"Salta\",\"La Caldera\",,\"ARG.17.11_1\",\"ChIJq73r3KO9G5QRYtU-Erv9-Ew\",\"AR.SA.LC\",\"66077\",-24.5516538619995,-65.4259131394333,7763,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"22882770\",66084,3,\"Salta\",\"La Candelaria\",,\"ARG.17.12_1\",,\"AR.SA.LD\",\"66084\",-26.0809211730957,-65.0935397364509,5704,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4bf9e2be\",66091,3,\"Salta\",\"La Poma\",,\"ARG.17.13_1\",,\"AR.SA.LP\",\"66091\",-24.1489915847778,-66.1440800832021,1738,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"32255a1a\",66098,3,\"Salta\",\"La Viña\",,\"ARG.17.14_1\",,\"AR.SA.LV\",\"66098\",-25.5324001312255,-65.6436130924636,7435,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9c94f7d9\",66105,3,\"Salta\",\"Los Andes\",,\"ARG.17.15_1\",,\"AR.SA.LA\",\"66105\",-24.4964771270752,-67.3972788986548,6050,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"1beb533b\",66112,3,\"Salta\",\"Metán\",,\"ARG.17.16_1\",\"ChIJgbEK84vPGZQRs0vBUKJMvhI\",\"AR.SA.ME\",\"66112\",-25.4103679656982,-64.6094087486974,40351,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8c398ab3\",66119,3,\"Salta\",\"Molinos\",,\"ARG.17.17_1\",,\"AR.SA.MO\",\"66119\",-25.5572986602783,-66.4590278107399,5652,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"37abc4e1\",66126,3,\"Salta\",\"Orán\",,\"ARG.17.18_1\",\"ChIJ49CEMXL8D5QRREK3CYyJCJw\",\"AR.SA.OR\",\"66126\",-23.3196401596069,-64.3889438548475,138838,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"5eda012f\",66133,3,\"Salta\",\"Rivadavia\",,\"ARG.17.19_1\",,\"AR.SA.RI\",\"66133\",-23.6445360183716,-62.881349324013,30357,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8892c652\",66140,3,\"Salta\",\"Rosario de la Frontera\",,\"ARG.17.20_1\",\"ChIJ_3qUfMRAGJQRtePoAdoYWQ8\",\"AR.SA.RF\",\"66140\",-25.8975191116333,-64.8058880326254,28993,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"16f653f1\",66147,3,\"Salta\",\"Rosario de Lerma\",,\"ARG.17.21_1\",\"ChIJ_0GvfYWHG5QRK5Rlu27oALc\",\"AR.SA.RL\",\"66147\",-24.5366516113281,-65.911436840287,38702,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"96e4330a\",66154,3,\"Salta\",\"San Carlos\",,\"ARG.17.22_1\",,\"AR.SA.SC\",\"66154\",-25.7899322509765,-66.1511862090813,7016,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"cda39446\",66161,3,\"Salta\",\"Santa Victoria\",,\"ARG.17.23_1\",,\"AR.SA.SV\",\"66161\",-22.401888847351,-64.9075172552016,10344,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"2fa0b28d\",70126,3,\"San Juan\",\"25 de Mayo\",,\"ARG.18.17_1\",,\"AR.SJ.VM\",\"70126\",-32.0232753753662,-67.8207133817335,17119,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"3a64e931\",70063,3,\"San Juan\",\"9 de Julio\",,\"ARG.18.4.1_0\",\"ChIJ7ddKsqYRgZYRAzzQdZ6UD3E\",\"AR.SJ.NU\",\"70063\",-31.65,-68.4,9307,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"6b538aae\",70007,3,\"San Juan\",\"Albardón\",,\"ARG.18.1_1\",\"ChIJaztieoTfg5YRn60laAI56aU\",\"AR.SJ.AL\",\"70007\",-31.2119960784912,-68.4339194906204,23888,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"eb41ea55\",70014,3,\"San Juan\",\"Angaco\",,\"ARG.18.2_1\",,\"AR.SJ.AN\",\"70014\",-31.1884021759033,-68.1051968377581,8125,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"b0064d19\",70021,3,\"San Juan\",\"Calingasta\",,\"ARG.18.3_1\",,\"AR.SJ.CL\",\"70021\",-31.4585647583008,-69.8799939829549,8588,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c9daf5bd\",70028,3,\"San Juan\",\"Capital\",,\"ARG.18.4.2_0\",\"ChIJT5TMe9BBgZYRgylAPmzR6Co\",\"AR.SJ.SJ\",\"70028\",-31.662148475647,-68.3797610640526,109123,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ae70b841\",70035,3,\"San Juan\",\"Caucete\",,\"ARG.18.5_1\",\"ChIJxViIaV3dgZYRFaj0-b5pyUc\",\"AR.SJ.CC\",\"70035\",-31.409987449646,-67.660305427175,38343,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"7f55bb25\",70042,3,\"San Juan\",\"Chimbas\",,\"ARG.18.6_1\",\"ChIJi9d-HglCgZYRFvdgHmqCu2Y\",\"AR.SJ.CH\",\"70042\",-31.4754447937012,-68.5071954896647,87258,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e88762ad\",70049,3,\"San Juan\",\"Iglesia\",,\"ARG.18.7_1\",\"ChIJ1R_C_3UXm5YRnG5jZX4jvko\",\"AR.SJ.IG\",\"70049\",-29.5804195404053,-69.4797850386184,9099,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"61234e7d\",70056,3,\"San Juan\",\"Jáchal\",,\"ARG.18.8_1\",\"ChIJ3zlRSywbg5YRJiz0-xuru6U\",\"AR.SJ.JA\",\"70056\",-30.3058271408081,-68.4507807605755,21730,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ba7689ca\",70070,3,\"San Juan\",\"Pocito\",,\"ARG.18.9_1\",\"ChIJ7TUuhRs9gZYRr4M3hwgboy0\",\"AR.SJ.PO\",\"70070\",-31.7272024154663,-68.5875477866684,53162,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"24121c69\",70077,3,\"San Juan\",\"Rawson\",,\"ARG.18.10_1\",\"ChIJ11cSXkQWgZYRbMAdVfNtJAY\",\"AR.SJ.RA\",\"70077\",-31.685899734497,-68.4675565980236,114368,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"3a83511c\",70084,3,\"San Juan\",\"Rivadavia\",,\"ARG.18.11_1\",\"ChIJ-RIgW9RGgZYRUjJv9Pvy-mY\",\"AR.SJ.RI\",\"70084\",-31.5460338592529,-68.6508570811109,82641,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"53f294d2\",70091,3,\"San Juan\",\"San Martín\",,\"ARG.18.12_1\",,\"AR.SJ.SM\",\"70091\",-31.5290164947509,-68.2052273791896,11115,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"2a2e2c76\",70098,3,\"San Juan\",\"Santa Lucía\",,\"ARG.18.13_1\",\"ChIJ2U2O1wtrgZYRiloWn8IRGL0\",\"AR.SJ.SL\",\"70098\",-31.5236806869507,-68.4569739323472,48087,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"849f81b5\",70105,3,\"San Juan\",\"Sarmiento\",,\"ARG.18.14_1\",\"ChIJE7s0xGTagJYRoaWvXLGFrYA\",\"AR.SJ.SA\",\"70105\",-32.0774459838867,-68.6845117608544,22131,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"03e02557\",70112,3,\"San Juan\",\"Ullúm\",,\"ARG.18.15_1\",,\"AR.SJ.UL\",\"70112\",-31.0235557556152,-68.837559219856,4886,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9432fcdf\",70119,3,\"San Juan\",\"Valle Fértil\",,\"ARG.18.16_1\",,\"AR.SJ.VF\",\"70119\",-30.5953817367554,-67.5289765422526,7222,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"46d17743\",70133,3,\"San Juan\",\"Zonda\",,\"ARG.18.18_1\",,\"AR.SJ.ZO\",\"70133\",-31.566650390625,-68.9232329670304,4863,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e4311df9\",74007,3,\"San Luis\",\"Ayacucho\",,\"ARG.19.1_1\",\"ChIJ6WSb2mvU1JURaxmc3G1m1e8\",\"AR.SL.AY\",\"74007\",-32.3027687072754,-66.5472470596584,19087,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"64237d02\",74014,3,\"San Luis\",\"Belgrano\",,\"ARG.19.2_1\",,\"AR.SL.BE\",\"74014\",-32.7759284973144,-66.6909200233101,3985,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"46b862ea\",74028,3,\"San Luis\",\"Chacabuco\",,\"ARG.19.3_1\",\"ChIJvz5E-CCp05URa1Hwr_-L6MM\",\"AR.SL.CH\",\"74028\",-32.7277793884277,-65.1827556120081,20744,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"3f64da4e\",74021,3,\"San Luis\",\"Coronel Pringles\",,\"ARG.19.4_1\",\"ChIJfbAwue501JURXemdLBDck_U\",\"AR.SL.CP\",\"74021\",-33.1139698028565,-65.9282279736426,13157,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"21122f16\",74035,3,\"San Luis\",\"General Pedernera\",,\"ARG.19.5_1\",\"ChIJG_hX7AA80ZUR3l4BgNWDChk\",\"AR.SL.GP\",\"74035\",-33.8376941680908,-65.5980011493963,125899,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f0372c72\",74042,3,\"San Luis\",\"Gobernador Dupuy\",,\"ARG.19.6_1\",\"ChIJFxV3MsqH2ZURx2tOIamAj_U\",\"AR.SL.GD\",\"74042\",-35.3328971862793,-65.8061885240343,11779,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"67e5f5fa\",74049,3,\"San Luis\",\"Junín\",,\"ARG.19.7_1\",\"ChIJrYmcrcM605UROWldQwA8-GM\",\"AR.SL.JU\",\"74049\",-32.1954956054688,-65.4700532204784,28933,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ee41d92a\",74056,3,\"San Luis\",\"La Capital\",,\"ARG.19.8_1\",\"ChIJ9zJgmvlh1pURKhHhZMrUm1w\",\"AR.SL.LC\",\"74056\",-33.8798542022705,-66.4576232429971,204019,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"b5067e66\",74063,3,\"San Luis\",\"Libertador General San Martín\",,\"ARG.19.9_1\",,\"AR.SL.LM\",\"74063\",-32.6052207946777,-65.7167208189144,4707,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"aee7a241\",78007,3,\"Santa Cruz\",\"Corpen Aike\",,\"ARG.20.1_1\",\"ChIJcZuNSmF7x70Reu7YZvJMRuI\",\"AR.SC.CA\",\"78007\",-49.9847221374511,-69.2483833597447,11093,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"2ef5c2ba\",78014,3,\"Santa Cruz\",\"Deseado\",,\"ARG.20.2_1\",\"ChIJOZrAedZl6L0RZCBSoSxzoR4\",\"AR.SC.DE\",\"78014\",-47.288610458374,-67.7206357623612,107630,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"75b265f6\",78021,3,\"Santa Cruz\",\"Güer Aike\",,\"ARG.20.3_1\",\"ChIJt5nIC0LOsL0RP1xsngPJ-Rc\",\"AR.SC.GA\",\"78021\",-51.5409717559814,-70.6873304584896,113267,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0c6edd52\",78028,3,\"Santa Cruz\",\"Lago Argentino\",,\"ARG.20.4_1\",\"ChIJP9NeusxqvL0RgB52YnL4o_I\",\"AR.SC.LA\",\"78028\",-49.6177406311035,-72.0490680879277,18864,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"6bc490ae\",78035,3,\"Santa Cruz\",\"Lago Buenos Aires\",,\"ARG.20.5_1\",\"ChIJA9ohwd5g670Rk-5mxZYAPXA\",\"AR.SC.LB\",\"78035\",-47.1584224700928,-70.7664592267999,8750,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"bae193ca\",78042,3,\"Santa Cruz\",\"Magallanes\",,\"ARG.20.6_1\",\"ChIJ-WJDvlN7wb0RoiPInB0LuWk\",\"AR.SC.MA\",\"78042\",-48.7733325958251,-68.4663225863986,9202,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"2d334a42\",78049,3,\"Santa Cruz\",\"Río Chico\",,\"ARG.20.7_1\",,\"AR.SC.RC\",\"78049\",-48.2107124328613,-71.0949314651132,5158,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0c4b4333\",82077,3,\"Santa Fe\",\"9 de Julio\",,\"ARG.21.11_1\",\"ChIJyXQj8R4oSJQRE9a0XP-f2W4\",\"AR.SF.NJ\",\"82077\",-28.9345216751098,-61.4143840159615,29832,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"430ad5f4\",82007,3,\"Santa Fe\",\"Belgrano\",,\"ARG.21.1_1\",\"ChIJc2SMtmWNyZURnYSlyAcxzqk\",\"AR.SF.BE\",\"82007\",-32.6973762512207,-61.6942755548206,44788,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c318b50f\",82014,3,\"Santa Fe\",\"Caseros\",,\"ARG.21.2_1\",\"ChIJeb0lX30zyJURAQXiI5bGt5w\",\"AR.SF.CR\",\"82014\",-33.2050647735595,-61.5733303671245,82100,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"985f1243\",82021,3,\"Santa Fe\",\"Castellanos\",,\"ARG.21.3_1\",\"ChIJs8qVKZe1ypURmVJf260XOVI\",\"AR.SF.CL\",\"82021\",-31.2566308975219,-61.676576030698,178092,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e183aae7\",82028,3,\"Santa Fe\",\"Constitución\",,\"ARG.21.4_1\",\"ChIJGWkZX8aNt5UR345vc77CXvo\",\"AR.SF.CO\",\"82028\",-33.510570526123,-60.8913375412797,86910,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8629e71b\",82035,3,\"Santa Fe\",\"Garay\",,\"ARG.21.5_1\",\"ChIJO9-nOa69tJURwyPiHmnI-ag\",\"AR.SF.GA\",\"82035\",-31.0938568115234,-60.1497222418287,20890,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"570ce47f\",82042,3,\"Santa Fe\",\"General López\",,\"ARG.21.6_1\",\"ChIJtwUx1h9_yJURyx1wl6P1RXE\",\"AR.SF.GL\",\"82042\",-33.8767318725586,-61.830889285304,191024,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c0de3df7\",82049,3,\"Santa Fe\",\"General Obligado\",,\"ARG.21.7_1\",\"ChIJ29bN_YzdTpQRf-o4wxEpO4Y\",\"AR.SF.GO\",\"82049\",-28.7373485565185,-59.463344350108,176410,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"497a1127\",82056,3,\"Santa Fe\",\"Iriondo\",,\"ARG.21.8_1\",\"ChIJrw9juXEftpURtq0jff9lLPk\",\"AR.SF.IR\",\"82056\",-32.7434768676758,-61.2825318627214,66675,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"123db66b\",82063,3,\"Santa Fe\",\"La Capital\",,\"ARG.21.9_1\",\"ChIJWZwrAr0DtZURvi01tqap4bU\",\"AR.SF.LP\",\"82063\",-31.4929952621459,-60.6390388207209,525093,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"922fd690\",82070,3,\"Santa Fe\",\"Las Colonias\",,\"ARG.21.10_1\",\"ChIJ1-V88pFatZURXdsNOxUKs6s\",\"AR.SF.LC\",\"82070\",-31.2479724884033,-61.1198569786849,104946,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"12da0e46\",82084,3,\"Santa Fe\",\"Rosario\",,\"ARG.21.12_1\",\"ChIJEXDth6-ot5UR2_OukieewYs\",\"AR.SF.RO\",\"82084\",-33.0890426635742,-60.7275204106716,1193605,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"7babcb88\",82091,3,\"Santa Fe\",\"San Cristóbal\",,\"ARG.21.13_1\",\"ChIJi83rG0yKNZQRqaH15I3G1TE\",\"AR.SF.SC\",\"82091\",-30.1590099334717,-61.396607588664,68878,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0277732c\",82098,3,\"Santa Fe\",\"San Javier\",,\"ARG.21.14_1\",\"ChIJucUJBaSDS5QRudHydlNQV2k\",\"AR.SF.SV\",\"82098\",-30.0408535003662,-59.8374561552799,30959,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"acc6deef\",82105,3,\"Santa Fe\",\"San Jerónimo\",,\"ARG.21.15_1\",\"ChIJmQCywvLutZUR7y3e2DRduA0\",\"AR.SF.SR\",\"82105\",-32.1511573791504,-61.0575701257949,80840,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"2bb97a0d\",82112,3,\"Santa Fe\",\"San Justo\",,\"ARG.21.16_1\",\"ChIJi53iR1cfS5QRStSJNDKrt-w\",\"AR.SF.SJ\",\"82112\",-30.5626077651977,-60.5178467374462,40904,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"bc6ba385\",82119,3,\"Santa Fe\",\"San Lorenzo\",,\"ARG.21.17_1\",\"ChIJXWKBVA9KtpUR-RHsQFr_1k4\",\"AR.SF.SL\",\"82119\",-32.9328136444092,-61.0389254783294,157255,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"07f9edd7\",82126,3,\"Santa Fe\",\"San Martín\",,\"ARG.21.18_1\",\"ChIJSx7z0Y9bypURHf7O0wmJ9wk\",\"AR.SF.SM\",\"82126\",-32.0222024917602,-61.7853633253606,63842,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"6e882819\",82133,3,\"Santa Fe\",\"Vera\",,\"ARG.21.19_1\",\"ChIJO6aai0gOSZQRn21yPWAEMeg\",\"AR.SF.VE\",\"82133\",-29.0787763595581,-60.5067688355605,51494,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"cc6842a3\",86007,3,\"Santiago del Estero\",\"Aguirre\",,\"ARG.22.1_1\",,\"AR.SE.AG\",\"86007\",-29.2719135284424,-62.6353060893419,7610,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4c7a2258\",86014,3,\"Santiago del Estero\",\"Alberdi\",,\"ARG.22.2_1\",,\"AR.SE.AL\",\"86014\",-26.5811195373534,-62.6945125408142,17252,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"173d8514\",86021,3,\"Santiago del Estero\",\"Atamisqui\",,\"ARG.22.3_1\",\"ChIJ3fAvOT-UOpQRdaaQBQd0vzc\",\"AR.SE.AT\",\"86021\",-28.670636177063,-63.8556733725516,10923,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"6ee13db0\",86028,3,\"Santiago del Estero\",\"Avellaneda\",,\"ARG.22.4_1\",,\"AR.SE.AV\",\"86028\",-28.5637969970703,-63.2909659709745,20763,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"094b704c\",86035,3,\"Santiago del Estero\",\"Banda\",,\"ARG.22.5_1\",\"ChIJI6_QCT6yPJQRK9hI0nUGHr4\",\"AR.SE.BA\",\"86035\",-27.4397964477538,-64.2865301489982,142279,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d86e7328\",86042,3,\"Santiago del Estero\",\"Belgrano\",,\"ARG.22.6_1\",\"ChIJd20KFygbN5QRmkM7961FUQA\",\"AR.SE.BE\",\"86042\",-29.160044670105,-62.2355874543687,9243,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"4fbcaaa0\",86049,3,\"Santiago del Estero\",\"Capital\",,\"ARG.22.7_1\",\"ChIJ-b0oCfuzJJQRREsamkddhnM\",\"AR.SE.SE\",\"86049\",-27.9202136993408,-64.3719639844616,267125,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9d5f213c\",86063,3,\"Santiago del Estero\",\"Choya\",,\"ARG.22.8_1\",\"ChIJtVKT_RNsJZQRt-exWupcj7o\",\"AR.SE.CH\",\"86063\",-28.8639440536499,-64.7435446225849,34667,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c6188670\",86056,3,\"Santiago del Estero\",\"Copo\",,\"ARG.22.9_1\",\"ChIJqzde3QMAFpQRphz6fofZck8\",\"AR.SE.CO\",\"86056\",-25.947790145874,-62.7558246676246,31404,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"1d4d41c7\",86070,3,\"Santiago del Estero\",\"Figueroa\",,\"ARG.22.10_1\",,\"AR.SE.FI\",\"86070\",-27.3258094787597,-63.6336418525503,17820,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8329d464\",86077,3,\"Santiago del Estero\",\"General Taboada\",,\"ARG.22.11_1\",\"ChIJCcbCzdffOZQRfzGehCumkac\",\"AR.SE.GT\",\"86077\",-28.6085052490234,-62.3421008656986,38105,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9db89911\",86084,3,\"Santiago del Estero\",\"Guasayán\",,\"ARG.22.12_1\",,\"AR.SE.GU\",\"86084\",-27.96764087677,-64.868170285378,7602,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"f4c95cdf\",86091,3,\"Santiago del Estero\",\"Jiménez\",,\"ARG.22.13_1\",,\"AR.SE.JM\",\"86091\",-26.9519433975219,-64.3785235970374,14352,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"8d15e47b\",86098,3,\"Santiago del Estero\",\"Juan F. Ibarra\",,\"ARG.22.14_1\",,\"AR.SE.JI\",\"86098\",-28.0561161041259,-62.5504353613519,18051,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"23a449b8\",86105,3,\"Santiago del Estero\",\"Loreto\",,\"ARG.22.15_1\",\"ChIJCZhgiXjJOpQRgHqdwfHo9Qc\",\"AR.SE.LO\",\"86105\",-28.6383447647095,-64.3417216742882,20036,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"330934d2\",86119,3,\"Santiago del Estero\",\"Moreno\",,\"ARG.22.17_1\",\"ChIJAbRU2lVKOZQRhNAoK9V2Z90\",\"AR.SE.MO\",\"86119\",-27.3258094787597,-62.4916327085839,32130,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"889b7a80\",86126,3,\"Santiago del Estero\",\"Ojo de Agua\",,\"ARG.22.18_1\",,\"AR.SE.OJ\",\"86126\",-29.3174419403076,-64.1200614158013,14008,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"e1eabf4e\",86133,3,\"Santiago del Estero\",\"Pellegrini\",,\"ARG.22.19_1\",\"ChIJyTl4dPhYPZQRI30FOXqklz8\",\"AR.SE.PE\",\"86133\",-26.2367925643921,-64.1373603586284,20514,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"37a27833\",86140,3,\"Santiago del Estero\",\"Quebrachos\",,\"ARG.22.20_1\",,\"AR.SE.QU\",\"86140\",-29.3706293106079,-63.3994595910654,10568,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"a9c6ed90\",86147,3,\"Santiago del Estero\",\"Río Hondo\",,\"ARG.22.21_1\",\"ChIJ7-b89BVqI5QRo3iKiTORMMg\",\"AR.SE.RH\",\"86147\",-27.4331312179565,-64.8235913183738,54867,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"29d48d6b\",86154,3,\"Santiago del Estero\",\"Rivadavia\",,\"ARG.22.22_1\",,\"AR.SE.RI\",\"86154\",-30.0797042846679,-62.3125404800074,5015,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"72932a27\",86161,3,\"Santiago del Estero\",\"Robles\",,\"ARG.22.23_1\",\"ChIJY3xa4HhqO5QRwO3GhUgyuR8\",\"AR.SE.RO\",\"86161\",-27.8707408905029,-63.9469153005836,44415,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0b4f9283\",86168,3,\"Santiago del Estero\",\"Salavina\",,\"ARG.22.24_1\",,\"AR.SE.SV\",\"86168\",-28.9540567398071,-63.3551061809,11217,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"6ce5df7f\",86175,3,\"Santiago del Estero\",\"San Martín\",,\"ARG.22.25_1\",,\"AR.SE.SM\",\"86175\",-28.2091550827026,-63.8645572757284,9831,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"75195613\",86182,3,\"Santiago del Estero\",\"Sarmiento\",,\"ARG.22.26_1\",,\"AR.SE.SR\",\"86182\",-28.0939340591431,-63.4869999866056,4607,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"5b01a398\",94007,3,\"Tierra del Fuego\",\"Río Grande\",,\"ARG.23.1_1\",\"ChIJRS0x8anYSrwR_Z3CeOvCht4\",\"AR.TF.RG\",\"94007\",-53.5503063201904,-68.3134149005005,70042,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"db13c363\",94014,3,\"Tierra del Fuego\",\"Ushuaia\",,\"ARG.23.2_1\",\"ChIJ7yFVLABkSbwR51h0N_h7OO0\",\"AR.TF.US\",\"94014\",-54.7841663360595,-66.9134379875872,56956,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"d46334cf\",90007,3,\"Tucumán\",\"Burruyacú\",,\"ARG.24.1_1\",\"ChIJK1yu6uqQIpQRd6WR8HBMo6E\",\"AR.TM.BU\",\"90007\",-26.5390720367431,-64.8375914661407,36951,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"85b3ef7d\",90084,3,\"Tucumán\",\"Capital\",,\"ARG.24.2_1\",\"ChIJv2rA8IlbIpQRA8gUaOBk6tc\",\"AR.TM.TM\",\"90084\",-26.8527498245239,-65.229462541715,548866,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"0f36f378\",90021,3,\"Tucumán\",\"Chicligasta\",,\"ARG.24.3_1\",\"ChIJHwNST97UI5QRoF703frljHg\",\"AR.TM.CH\",\"90021\",-27.2448539733887,-65.8840766876528,80735,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"54715434\",90014,3,\"Tucumán\",\"Cruz Alta\",,\"ARG.24.4_1\",\"ChIJH8DufRn6IpQRX0KQMynOMu0\",\"AR.TM.CA\",\"90014\",-26.9139919281005,-64.9802832479713,180499,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"76ea4bdc\",90028,3,\"Tucumán\",\"Famaillá\",,\"ARG.24.5_1\",\"ChIJ_YudFgE4IpQRK_HNRWXVhLM\",\"AR.TM.FA\",\"90028\",-26.9838867187499,-65.4442995587696,34542,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"11400620\",90035,3,\"Tucumán\",\"Graneros\",,\"ARG.24.6_1\",\"ChIJ4abemdqFI5QRtaY8QgAUoB4\",\"AR.TM.GR\",\"90035\",-27.7305269241333,-65.2343739124931,13551,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"c0650544\",90042,3,\"Tucumán\",\"Juan Bautista Alberdi\",,\"ARG.24.7_1\",\"ChIJAyAquLDmI5QR5wTgRgRmd94\",\"AR.TM.JA\",\"90042\",-27.6395263671875,-65.8427303407452,30237,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"57b7dccc\",90049,3,\"Tucumán\",\"La Cocha\",,\"ARG.24.8_1\",\"ChIJ7RWQmkrxI5QR0bVJSpveeNc\",\"AR.TM.LC\",\"90049\",-27.8018064498901,-65.575757991431,19002,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"de13f01c\",90056,3,\"Tucumán\",\"Leales\",,\"ARG.24.9_1\",\"ChIJ2zqTQ-GpI5QRrRahQ8lyh_Y\",\"AR.TM.LE\",\"90056\",-27.1983060836791,-65.0878138054074,54949,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"85545750\",90063,3,\"Tucumán\",\"Lules\",,\"ARG.24.10_1\",\"ChIJ9cRRcNpAIpQRSkbul6WiSfE\",\"AR.TM.LU\",\"90063\",-26.8807115554809,-65.3562150099471,68474,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"054637ab\",90070,3,\"Tucumán\",\"Monteros\",,\"ARG.24.11_1\",\"ChIJd1FlWh4uIpQRNpYPYYk1bX4\",\"AR.TM.MO\",\"90070\",-27.0924863815307,-65.6183198694393,63641,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"9b22a208\",90077,3,\"Tucumán\",\"Río Chico\",,\"ARG.24.12_1\",\"ChIJFfMKndTbI5QRlFUo220aWKk\",\"AR.TM.RC\",\"90077\",-27.4378223419189,-65.7441108817395,56847,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"ecc22ab3\",90091,3,\"Tucumán\",\"Simoca\",,\"ARG.24.13_1\",\"ChIJNxJj47ykI5QRStsqFKSLsGo\",\"AR.TM.SI\",\"90091\",-27.3757247924804,-65.3246497313181,30876,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"951e9217\",90098,3,\"Tucumán\",\"Tafí del Valle\",,\"ARG.24.14_1\",\"ChIJp3ed9vD4IZQRNN0r4DNt0U4\",\"AR.TM.TD\",\"90098\",-26.6559934616089,-65.8673033420508,14933,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"3baf3fd4\",90105,3,\"Tucumán\",\"Tafí Viejo\",,\"ARG.24.15_1\",\"ChIJ8XCI9yJtIpQRpAF4bDQ0vRY\",\"AR.TM.TV\",\"90105\",-26.6660270690917,-65.4624831774652,121638,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"bcd09b36\",90112,3,\"Tucumán\",\"Trancas\",,\"ARG.24.16_1\",\"ChIJpxzyUAqcGJQRL9DjNx_hxSo\",\"AR.TM.TR\",\"90112\",-26.3500442504883,-65.3891118091085,17371,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n\"2b0242be\",90119,3,\"Tucumán\",\"Yerba Buena\",,\"ARG.24.17_1\",\"ChIJV8nJu3BCIpQRv6clokbuEko\",\"AR.TM.YB\",\"90119\",-26.7951984405517,-65.3445692246472,75076,\"Statoids (2010)\",\"http://www.statoids.com/yar.html\"\n"
  },
  {
    "path": "inst/extdata/db/AUS.csv",
    "content": "\"id\",\"id_github.cssegisanddata.covid19\",\"id_github.m3it.covid19data\",\"id_github.oxcgrt.covidpolicytracker\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_jhu_csse\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,,,,\"-\",,,,,\n\"f42f23e3\",\"Australian Capital Territory\",\"Australian Capital Territory\",\"AUS_ACT\",2,\"Australian Capital Territory\",,\"Australian Capital Territory\",\"AUS.2_1\",\"ChIJSxCboN9MFmsRA3huXDhEWOc\",\"AU.AC\",\"AUACT\",\"8\",-35.52241325,148.956342562477,428060,\"Australian Bureau of Statistics (2019)\",\"https://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/3101.0Sep%202019?OpenDocument\"\n\"5c4dd6e0\",\"New South Wales\",\"New South Wales\",\"AUS_NSW\",2,\"New South Wales\",,\"New South Wales\",\"AUS.5_1\",\"ChIJDUte93TLDWsRLZ_EIhGvgBc\",\"AU.NS\",\"AUNSW\",\"1\",-32.83105087,146.452446107272,8117976,\"Australian Bureau of Statistics (2019)\",\"https://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/3101.0Sep%202019?OpenDocument\"\n\"a079fdb2\",\"Northern Territory\",\"Northern Territory\",\"AUS_NT\",2,\"Northern Territory\",,\"Northern Territory\",\"AUS.6_1\",\"ChIJDxnz5sJyUSsRdScAAAAAAAA\",\"AU.NT\",\"AUNT\",\"7\",-18.401641845,133.500849643058,245562,\"Australian Bureau of Statistics (2019)\",\"https://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/3101.0Sep%202019?OpenDocument\"\n\"36068882\",\"Queensland\",\"Queensland\",\"AUS_QLD\",2,\"Queensland\",,\"Queensland\",\"AUS.7_1\",\"ChIJ_dxieiTf1GsRmb4SdiLQ8vU\",\"AU.QL\",\"AUQLD\",\"3\",-19.930473325,143.048305824921,5115451,\"Australian Bureau of Statistics (2019)\",\"https://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/3101.0Sep%202019?OpenDocument\"\n\"165128d0\",\"South Australia\",\"South Australia\",\"AUS_SA\",2,\"South Australia\",,\"South Australia\",\"AUS.8_1\",\"ChIJ88foW55Yp2oR2ND6PZl5fts\",\"AU.SA\",\"AUSA\",\"4\",-32.02882385,136.948451830708,1756494,\"Australian Bureau of Statistics (2019)\",\"https://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/3101.0Sep%202019?OpenDocument\"\n\"86525f8e\",\"Tasmania\",\"Tasmania\",\"AUS_TAS\",2,\"Tasmania\",,\"Tasmania\",\"AUS.9_1\",\"ChIJz_o0fifteqoRZEBAKd2ljyo\",\"AU.TS\",\"AUTAS\",\"6\",-42.142349245,146.672408326577,535500,\"Australian Bureau of Statistics (2019)\",\"https://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/3101.0Sep%202019?OpenDocument\"\n\"6c5dccdb\",\"Victoria\",\"Victoria\",\"AUS_VIC\",2,\"Victoria\",,\"Victoria\",\"AUS.10_1\",\"ChIJT5UYfksx1GoRNJWCvuL8Tlo\",\"AU.VI\",\"AUVIC\",\"2\",-36.55857086,144.549669702199,6629870,\"Australian Bureau of Statistics (2019)\",\"https://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/3101.0Sep%202019?OpenDocument\"\n\"1f999f12\",\"Western Australia\",\"Western Australia\",\"AUS_WA\",2,\"Western Australia\",,\"Western Australia\",\"AUS.11_1\",\"ChIJ0YTziS4qOSoRmaMAMt9KDm4\",\"AU.WA\",\"AUWA\",\"5\",-24.43881607,121.2021408075,2630557,\"Australian Bureau of Statistics (2019)\",\"https://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/3101.0Sep%202019?OpenDocument\"\n"
  },
  {
    "path": "inst/extdata/db/AUT.csv",
    "content": "\"id\",\"id_gv.at\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,\"-\",,,,,,\n\"f0e77689\",1,2,\"Burgenland\",,\"Burgenland\",\"AUT.1_1\",\"ChIJ8dxKDsMgbEcR-ug-uLdLQpg\",\"AT.BU\",\"1\",\"AT11\",47.47706604,16.4829431780637,293433,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"69ee2733\",2,2,\"Kärnten\",,\"Carinthia\",\"AUT.2_1\",\"ChIJF_WJpph0cEcRP8merT25Wtk\",\"AT.KA\",\"2\",\"AT21\",46.75179291,13.9353850806805,560939,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"1ee917a5\",3,2,\"Niederösterreich\",,\"Lower Austria\",\"AUT.3_1\",\"ChIJ8S5gEt2BbUcR3C5ibAmuoVU\",\"AT.NO\",\"3\",\"AT12\",48.218753815,15.5811600643098,1677542,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"808d8206\",4,2,\"Oberösterreich\",,\"Upper Austria\",\"AUT.4_1\",\"ChIJYQObWYWXc0cRiJXDA3yBSHw\",\"AT.OO\",\"4\",\"AT31\",48.117805485,13.6204758366678,1482095,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"f78ab290\",5,2,\"Salzburg\",,\"Salzburg\",\"AUT.5_1\",\"ChIJF10lEmOQdkcR-QUwo-ARoac\",\"AT.SZ\",\"5\",\"AT32\",47.490669255,13.2881257428408,555221,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"6e83e32a\",6,2,\"Steiermark\",,\"Styria\",\"AUT.6_1\",\"ChIJUQItuHg1bkcRNH0i-37kBdA\",\"AT.ST\",\"6\",\"AT22\",47.211421965,14.9800836342895,1243052,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"1984d3bc\",7,2,\"Tirol\",,\"Tyrol\",\"AUT.7_1\",\"ChIJvZXdim96d0cRT6aEn0VVfs0\",\"AT.TR\",\"7\",\"AT33\",47.253614425,11.1517891151389,754705,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"893bce2d\",8,2,\"Vorarlberg\",,\"Vorarlberg\",\"AUT.8_1\",\"ChIJRQmqIqESm0cRTZpV9Z8FT4Q\",\"AT.VO\",\"8\",\"AT34\",47.219753265,9.8903453994195,394297,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"fe3cfebb\",9,2,\"Wien\",,\"Vienna\",\"AUT.9_1\",\"ChIJfyqdJZsHbUcRLtSMhiK2NLw\",\"AT.WI\",\"9\",\"AT13\",48.22413254,16.3757797349679,1897491,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"366feb51\",101,3,\"Burgenland\",\"Eisenstadt\",,\"AUT.1.2_1\",\"ChIJrziXHO43bEcR306wHEnyAlE\",\"AT.BU.ES\",\"101\",\"AT112\",47.838977815,16.5355142812805,14816,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"d8618a7d\",103,3,\"Burgenland\",\"Eisenstadt Umgebung\",,\"AUT.1.1_1\",\"ChIJPaH4E0lPbEcR0jlSWowdN2I\",\"AT.BU.EU\",\"103\",\"AT112\",47.85659981,16.669461174398,43236,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"46051fde\",104,3,\"Burgenland\",\"Güssing\",,\"AUT.1.3_1\",\"ChIJCUxcuQnpbkcRG0c2Jl5j0a0\",\"AT.BU.GS\",\"104\",\"AT113\",47.114271165,16.3185398722046,25699,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"31022f48\",105,3,\"Burgenland\",\"Jennersdorf\",,\"AUT.1.4_1\",\"ChIJuRM1csjjbkcRdLPeHyNbg6o\",\"AT.BU.JE\",\"105\",\"AT113\",46.984664915,16.1948460250222,17097,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"a80b7ef2\",106,3,\"Burgenland\",\"Mattersburg\",,\"AUT.1.5_1\",\"ChIJ3_3OS7wxbEcRGTfCAPgqt5A\",\"AT.BU.MA\",\"106\",\"AT112\",47.735075,16.4182081280523,40042,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"df0c4e64\",107,3,\"Burgenland\",\"Neusiedl am See\",,\"AUT.1.6_1\",\"ChIJVUnz_0VpbEcRh2zl2IH5bco\",\"AT.BU.ND\",\"107\",\"AT112\",47.901521685,16.950911477484,59990,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"4fb353f5\",108,3,\"Burgenland\",\"Oberpullendorf\",,\"AUT.1.7_1\",\"ChIJc2BJexSebkcR9qb9uxHyTEA\",\"AT.BU.OP\",\"108\",\"AT111\",47.50372505,16.4916519616936,37384,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"38b46363\",109,3,\"Burgenland\",\"Oberwart\",,\"AUT.1.8_1\",\"ChIJnz9Gm4z0bkcRVFFJnn3qlqI\",\"AT.BU.OW\",\"109\",\"AT113\",47.288227085,16.2776164911549,54192,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"af66baeb\",102,3,\"Burgenland\",\"Rust\",,\"AUT.1.9_1\",,\"AT.BU.RU\",\"102\",\"AT112\",47.80112839,16.6934072716647,1980,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"5a3554df\",210,3,\"Kärnten\",\"Feldkirchen\",,\"AUT.2.1_1\",\"ChIJSTWlzy1kcEcRgVDNQiekRYo\",\"AT.KA.FE\",\"210\",\"AT212\",46.791713715,13.9965663741,29902,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"da273424\",203,3,\"Kärnten\",\"Hermagor\",,\"AUT.2.2_1\",\"ChIJXxqIJLBUd0cRuP2ZHu4dsnE\",\"AT.KA.HE\",\"203\",\"AT212\",46.653690335,13.0470890106268,18054,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"34295508\",201,3,\"Kärnten\",\"Klagenfurt\",,\"AUT.2.4_1\",\"ChIJ27ZE34pzcEcRBylGghSVrYU\",\"AT.KA.KG\",\"201\",\"AT211\",46.63852501,14.2939287907523,101300,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"4443a187\",204,3,\"Kärnten\",\"Klagenfurt Land\",,\"AUT.2.3_1\",\"ChIJzUWgeaUNcEcR21J1hCwt36g\",\"AT.KA.KL\",\"204\",\"AT211\",46.580509185,14.4064355564663,60014,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"33449111\",205,3,\"Kärnten\",\"Sankt Veit an der Glan\",,\"AUT.2.5_1\",\"ChIJHwxxnpdBcEcRIQS1CZPkZzQ\",\"AT.KA.SV\",\"205\",\"AT213\",46.878778455,14.316478655492,54186,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"aa4dc0ab\",206,3,\"Kärnten\",\"Spittal an der Drau\",,\"AUT.2.6_1\",\"ChIJFZ3rQ46KcEcR_o_zHSwUAYU\",\"AT.KA.SP\",\"206\",\"AT212\",46.890489575,13.3102485775904,75868,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"ad2004b2\",202,3,\"Kärnten\",\"Villach\",,\"AUT.2.8_1\",\"ChIJN0EpezeDcEcRwM1UBBdFmS8\",\"AT.KA.VI\",\"202\",\"AT211\",46.61089134,13.8201341723253,62882,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"dd4af03d\",207,3,\"Kärnten\",\"Villach Land\",,\"AUT.2.7_1\",\"ChIJY3W6oPWCcEcRmMVAyUzndqU\",\"AT.KA.VL\",\"207\",\"AT211\",46.63525963,13.676338858878,64618,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"4df5edac\",208,3,\"Kärnten\",\"Völkermarkt\",,\"AUT.2.9_1\",\"ChIJmYebSVEPcEcRvxy81qAYeFQ\",\"AT.KA.VK\",\"208\",\"AT213\",46.600143435,14.6908205465184,41862,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"3af2dd3a\",209,3,\"Kärnten\",\"Wolfsberg\",,\"AUT.2.10_1\",\"ChIJlUy0MgYWcEcR_mvDcnjyCbQ\",\"AT.KA.WO\",\"209\",\"AT213\",46.824497225,14.8193658609579,52607,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"3286fb26\",305,3,\"Niederösterreich\",\"Amstetten\",,\"AUT.3.1_1\",\"ChIJz5q61RM-ckcRdavhggvx5dM\",\"AT.NO.AM\",\"305\",\"AT121\",48.09917259,14.740748674173,116520,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"ab8faa9c\",306,3,\"Niederösterreich\",\"Baden\",,\"AUT.3.2_1\",\"ChIJrcmKz5akbUcRgQq2HQ76Rg0\",\"AT.NO.BN\",\"306\",\"AT127\",48.0124321,16.1574808730621,146751,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"dc889a0a\",307,3,\"Niederösterreich\",\"Bruck an der Leitha\",,\"AUT.3.3_1\",,\"AT.NO.BL\",\"307\",\"AT127\",48.03334808,16.6729994694016,103735,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"4c37879b\",308,3,\"Niederösterreich\",\"Gänserndorf\",,\"AUT.3.4_1\",\"ChIJ9_k-dG_9bEcR1QxMmlFGW_8\",\"AT.NO.GF\",\"308\",\"AT126\",48.383722305,16.7186700771535,104782,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"3b30b70d\",309,3,\"Niederösterreich\",\"Gmünd\",,\"AUT.3.5_1\",\"ChIJ7Rd5NKsgc0cRgfYPWLJUYmE\",\"AT.NO.GD\",\"309\",\"AT124\",48.78659439,15.05585573789,36553,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"5bf73ee8\",310,3,\"Niederösterreich\",\"Hollabrunn\",,\"AUT.3.6_1\",\"ChIJ42DB4_NbbUcRYRRhoDAzJ9M\",\"AT.NO.HL\",\"310\",\"AT125\",48.672369,16.0775984490026,51033,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"2cf00e7e\",311,3,\"Niederösterreich\",\"Horn\",,\"AUT.3.7_1\",\"ChIJpcHrS0e7ckcRF-XOCiOvrcM\",\"AT.NO.HO\",\"311\",\"AT124\",48.732284545,15.6530720474712,30936,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"b5f95fc4\",312,3,\"Niederösterreich\",\"Korneuburg\",,\"AUT.3.8_1\",,\"AT.NO.KO\",\"312\",\"AT126\",48.443918225,16.2180960406409,91254,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"c2fe6f52\",313,3,\"Niederösterreich\",\"Krems an der Donau Land\",,\"AUT.3.9_1\",\"ChIJebo2f9uQckcRI2YG5UjmSJY\",\"AT.NO.KR\",\"313\",\"AT124\",48.455266955,15.5519635641499,56487,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"35eb3f3f\",301,3,\"Niederösterreich\",\"Krems an der Donau Stadt\",,\"AUT.3.10_1\",\"ChIJDwzXcXmEckcRcJ-DxAQ780w\",\"AT.NO.KS\",\"301\",\"AT124\",48.413438795,15.6054796138767,25036,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"5c9afaf1\",314,3,\"Niederösterreich\",\"Lilienfeld\",,\"AUT.3.11_1\",\"ChIJTV-kc6eSbUcRa53x_clm0ns\",\"AT.NO.LF\",\"314\",\"AT122\",47.91924477,15.5652597243154,25655,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"2b9dca67\",315,3,\"Niederösterreich\",\"Melk\",,\"AUT.3.12_1\",\"ChIJ1d2bBXBgckcR5r0T7SxWikk\",\"AT.NO.ME\",\"315\",\"AT121\",48.19451332,15.2132951248896,78191,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"b2949bdd\",316,3,\"Niederösterreich\",\"Mistelbach\",,\"AUT.3.13_1\",\"ChIJL26Ffys8bUcRmX3-5gNxnA8\",\"AT.NO.MI\",\"316\",\"AT125\",48.56530571,16.5351875822148,75625,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"c593ab4b\",317,3,\"Niederösterreich\",\"Mödling\",,\"AUT.3.14_1\",\"ChIJq9Y29WWlbUcRsdLJTtH3VFk\",\"AT.NO.MD\",\"317\",\"AT127\",48.0898304,16.2482717333164,119115,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"552cb6da\",318,3,\"Niederösterreich\",\"Neunkirchen\",,\"AUT.3.15_1\",\"ChIJkdceVRwabkcRPp8hF9_ulnc\",\"AT.NO.NK\",\"318\",\"AT122\",47.66486931,15.9632265513682,86343,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"ace26e85\",302,3,\"Niederösterreich\",\"Sankt Pölten\",,\"AUT.3.17_1\",\"ChIJS-6b7BZ2ckcRK_ZakDI-pZw\",\"AT.NO.PS\",\"302\",\"AT123\",48.19834709,15.6264838077398,55514,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"222b864c\",319,3,\"Niederösterreich\",\"Sankt Pölten Land\",,\"AUT.3.16_1\",,\"AT.NO.PL\",\"319\",\"AT123\",48.141067505,15.820041802596,131729,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"70da6d2b\",320,3,\"Niederösterreich\",\"Scheibbs\",,\"AUT.3.18_1\",\"ChIJrRdFHP8MckcR2733RnwTgps\",\"AT.NO.SB\",\"320\",\"AT121\",47.928310395,15.1627524145495,41414,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"07dd5dbd\",321,3,\"Niederösterreich\",\"Tulln\",,\"AUT.3.19_1\",,\"AT.NO.TU\",\"321\",\"AT126\",48.35216713,15.9639807963677,104593,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"9ed40c07\",322,3,\"Niederösterreich\",\"Waidhofen an der Thaya\",,\"AUT.3.20_1\",\"ChIJy-hqkAvPckcRHJbyR6P4Phk\",\"AT.NO.WT\",\"322\",\"AT124\",48.85128784,15.3825569158749,25682,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"dbe55e13\",303,3,\"Niederösterreich\",\"Waidhofen an der Ybbs\",,\"AUT.3.21_1\",\"ChIJQ_Vh5kw2ckcRa8kwe23hbhA\",\"AT.NO.WY\",\"303\",\"AT121\",47.952787395,14.7469465472603,11222,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"4581cbb0\",304,3,\"Niederösterreich\",\"Wiener Neustadt\",,\"AUT.3.24_1\",\"ChIJ_dTnw5bSbUcRkvZFo6UNpBA\",\"AT.NO.WN\",\"304\",\"AT122\",47.810848235,16.2396849956953,45823,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"e9d33c91\",323,3,\"Niederösterreich\",\"Wiener Neustadt Land\",,\"AUT.3.23_1\",\"ChIJK3pxnSzFbUcRhL3rN6Y7keI\",\"AT.NO.WB\",\"323\",\"AT122\",47.867996215,15.9181112179647,78307,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"00b099a4\",325,3,\"Niederösterreich\",\"Zwettl\",,\"AUT.3.25_1\",\"ChIJpxvwFZTvckcR2iQI342GCao\",\"AT.NO.ZT\",\"325\",\"AT124\",48.557985305,15.0698508275665,41987,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"40cedd35\",404,3,\"Oberösterreich\",\"Braunau am Inn\",,\"AUT.4.1_1\",\"ChIJl6p7IQMudEcRPW28btWzlIw\",\"AT.OO.BR\",\"404\",\"AT311\",48.135429385,13.0533213627796,105553,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"37c9eda3\",405,3,\"Oberösterreich\",\"Eferding\",,\"AUT.4.2_1\",\"ChIJXRUyocR2dEcRI_aXEyCUTQU\",\"AT.OO.EF\",\"405\",\"AT312\",48.35229111,13.9616106387103,33178,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"aec0bc19\",406,3,\"Oberösterreich\",\"Freistadt\",,\"AUT.4.3_1\",\"ChIJs2mUKYSjc0cRAnQJeJl6wbs\",\"AT.OO.FR\",\"406\",\"AT313\",48.47593689,14.6403664813966,66861,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"d9c78c8f\",407,3,\"Oberösterreich\",\"Gmunden\",,\"AUT.4.4_1\",\"ChIJKcVuwzvqc0cRKJFD2iqNjjk\",\"AT.OO.GM\",\"407\",\"AT315\",47.759191515,13.7383806012231,101859,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"4978911e\",408,3,\"Oberösterreich\",\"Grieskirchen\",,\"AUT.4.5_1\",\"ChIJYU8VIj31c0cR2t21jhBsRTI\",\"AT.OO.GR\",\"408\",\"AT311\",48.283987045,13.7592410837459,64875,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"3e7fa188\",409,3,\"Oberösterreich\",\"Kirchdorf an der Krems\",,\"AUT.4.6_1\",\"ChIJf6jrEo3vc0cRhIOZt6qQilk\",\"AT.OO.KI\",\"409\",\"AT314\",47.83093071,14.241320032201,57071,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"30a429ba\",401,3,\"Oberösterreich\",\"Linz\",,\"AUT.4.8_1\",\"ChIJTYWZ-pWVc0cRlNh3W94OGcE\",\"AT.OO.LS\",\"401\",\"AT312\",48.299583435,14.3017608737336,206595,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"5eb8286d\",410,3,\"Oberösterreich\",\"Linz Land\",,\"AUT.4.7_1\",\"ChIJB_FmroeUc0cRhQ-aFWuDAPc\",\"AT.OO.LL\",\"410\",\"AT312\",48.205303195,14.3208576137606,151371,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"29bf18fb\",411,3,\"Oberösterreich\",\"Perg\",,\"AUT.4.9_1\",\"ChIJ09zPhsWtc0cReCaBxs-bY_0\",\"AT.OO.PE\",\"411\",\"AT313\",48.29283714,14.7000542398823,68968,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"b0b64941\",412,3,\"Oberösterreich\",\"Ried im Innkreis\",,\"AUT.4.10_1\",\"ChIJAzRbtGQUdEcR-ElCeDz6ro0\",\"AT.OO.RI\",\"412\",\"AT311\",48.20725441,13.4397889098018,61690,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"c7b179d7\",413,3,\"Oberösterreich\",\"Rohrbach im Mühlkreis\",,\"AUT.4.11_1\",\"ChIJM-xrUzh6dEcRkSKQizqPF3Q\",\"AT.OO.RO\",\"413\",\"AT313\",48.564870835,13.98721529783,56545,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"59d5ec74\",414,3,\"Oberösterreich\",\"Schärding\",,\"AUT.4.12_1\",\"ChIJY_Dy6BxydEcRvBAvw8LdWzM\",\"AT.OO.SD\",\"414\",\"AT311\",48.420482635,13.5668429047798,57391,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"a9ad7800\",402,3,\"Oberösterreich\",\"Steyr\",,\"AUT.4.14_1\",\"ChIJ8yxcpeHFc0cRFIwqD7GM-Q4\",\"AT.OO.SR\",\"402\",\"AT314\",48.0542202,14.4216084369278,38056,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"2ed2dce2\",415,3,\"Oberösterreich\",\"Steyr Land\",,\"AUT.4.13_1\",\"ChIJb4sjnVihcUcR5AoUHCUOeFg\",\"AT.OO.SE\",\"415\",\"AT314\",47.90917206,14.5296590884761,60717,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"b7db8d58\",416,3,\"Oberösterreich\",\"Urfahr Umgebung\",,\"AUT.4.15_1\",\"ChIJQxLXYLOdc0cRx-f21SEn0PY\",\"AT.OO.UU\",\"416\",\"AT312\",48.4251976,14.2628534258341,86005,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"c0dcbdce\",417,3,\"Oberösterreich\",\"Vöcklabruck\",,\"AUT.4.16_1\",\"ChIJ9aBOY4QIdEcR5meO2e9UQTg\",\"AT.OO.VB\",\"417\",\"AT315\",47.948112485,13.5552644118976,137297,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"deaa4896\",403,3,\"Oberösterreich\",\"Wels\",,\"AUT.4.18_1\",\"ChIJmX0myqHyc0cRsjgglfmHuwM\",\"AT.OO.WE\",\"403\",\"AT312\",48.17144966,14.032089708456,62470,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"5063a05f\",418,3,\"Oberösterreich\",\"Wels Land\",,\"AUT.4.17_1\",\"ChIJ8ROJe7Dqc0cRzRylznEr2QU\",\"AT.OO.WL\",\"418\",\"AT312\",48.14232445,13.8755538158081,73777,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"a86f1237\",502,3,\"Salzburg\",\"Hallein\",,\"AUT.5.1_1\",\"ChIJzZUYsXbHdkcRm1MjEeWpbtg\",\"AT.SZ.HA\",\"502\",\"AT323\",47.612442015,13.2956680568253,60824,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"3166438d\",501,3,\"Salzburg\",\"Salzburg\",,\"AUT.5.3_1\",\"ChIJN2-JmzebdkcRZv9Fe9lx7EU\",\"AT.SZ.SS\",\"501\",\"AT323\",47.80605316,13.0573532236967,155021,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"df6822a1\",503,3,\"Salzburg\",\"Salzburg Umgebung\",,\"AUT.5.2_1\",\"ChIJ9SNJfGGYdkcRnxs4e4EIElA\",\"AT.SZ.SL\",\"503\",\"AT323\",47.832683565,13.1845998751503,153492,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"410cb702\",504,3,\"Salzburg\",\"Sankt Johann im Pongau\",,\"AUT.5.4_1\",\"ChIJ-6WCKxcncUcRrbhVGshwVr4\",\"AT.SZ.JO\",\"504\",\"AT322\",47.282146455,13.3364208689955,81194,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"360b8794\",505,3,\"Salzburg\",\"Tamsweg\",,\"AUT.5.5_1\",\"ChIJeRuAHr_ccEcRLCP3-i4Ignk\",\"AT.SZ.TA\",\"505\",\"AT321\",47.116249085,13.6168499123049,20251,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"af02d62e\",506,3,\"Salzburg\",\"Zell am See\",,\"AUT.5.6_1\",\"ChIJuatS1Q3_dkcRprpkQ16NO90\",\"AT.SZ.ZE\",\"506\",\"AT322\",47.35429192,12.7718584577581,87628,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"01169f56\",621,3,\"Steiermark\",\"Bruck-Mürzzuschlag\",,\"AUT.6.1_1\",\"ChIJ6ctZV9QBbkcRNPEiENhMFe4\",\"AT.ST.BZ\",\"621\",\"AT223\",47.568559645,15.3639325773157,98697,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"dd2e9cf8\",603,3,\"Steiermark\",\"Deutschlandsberg\",,\"AUT.6.2_1\",\"ChIJefypuTrJb0cRrm5FSs0nUOs\",\"AT.ST.DL\",\"603\",\"AT225\",46.808467865,15.1873460272004,60867,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"3320fdd4\",601,3,\"Steiermark\",\"Graz\",\"Graz, Styria\",\"AUT.6.4_1\",\"ChIJlXx957BKbkcRbk9Z1DtWDBc\",\"AT.ST.GZ\",\"601\",\"AT221\",47.07104683,15.4393052822,291072,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"ad446877\",606,3,\"Steiermark\",\"Graz Umgebung\",,\"AUT.6.3_1\",\"ChIJbSCC6Ik4bkcRyNp6lFYgU6g\",\"AT.ST.GU\",\"606\",\"AT221\",47.10913658,15.275438575994,156070,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"981fceec\",622,3,\"Steiermark\",\"Hartberg-Fürstenfeld\",,\"AUT.6.5_1\",\"ChIJM3L6R5_gbUcRk2qyvfRPv7c\",\"AT.ST.HF\",\"622\",\"AT224\",47.24755478,15.9237849874472,90606,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"5d3cfc03\",610,3,\"Steiermark\",\"Leibnitz\",,\"AUT.6.6_1\",\"ChIJFYWBXigrbkcR0En35ude6o0\",\"AT.ST.LB\",\"610\",\"AT225\",46.81488037,15.5104327713287,84756,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"2a3bcc95\",611,3,\"Steiermark\",\"Leoben\",,\"AUT.6.7_1\",\"ChIJOblrCtPEcUcR2IvDoMAeD-g\",\"AT.ST.LN\",\"611\",\"AT223\",47.42004013,14.8842372135261,59700,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"b3329d2f\",612,3,\"Steiermark\",\"Liezen\",,\"AUT.6.8_1\",\"ChIJWQCQZp8ccUcRAnfyJWj9xRg\",\"AT.ST.LI\",\"612\",\"AT222\",47.50697327,14.2115881875448,79652,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"5a51381a\",614,3,\"Steiermark\",\"Murau\",,\"AUT.6.9_1\",\"ChIJ_bDh3B8AcUcRpcRtG9-ew6s\",\"AT.ST.MU\",\"614\",\"AT226\",47.118618015,14.2198222369947,27543,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"7611afc0\",620,3,\"Steiermark\",\"Murtal\",,\"AUT.6.10_1\",\"ChIJz-wLH8HJcUcRUkTUJxO6hoI\",\"AT.ST.MT\",\"620\",\"AT226\",47.230594635,14.7119501715221,71698,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"ef18fe7a\",623,3,\"Steiermark\",\"Südoststeiermark\",,\"AUT.6.11_1\",\"ChIJr2Go0TlUbkcRTFwZVlRXjR4\",\"AT.ST.SO\",\"623\",\"AT224\",46.854234695,15.8056777289043,84036,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"b45f5936\",616,3,\"Steiermark\",\"Voitsberg\",,\"AUT.6.12_1\",\"ChIJy12yRA2ScUcRHSC6H6rgcQg\",\"AT.ST.VO\",\"616\",\"AT225\",47.059345245,15.0586126157565,51044,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"c35869a0\",617,3,\"Steiermark\",\"Weiz\",,\"AUT.6.13_1\",\"ChIJb2A2LvBybkcR-ITC0gmBQmc\",\"AT.ST.WZ\",\"617\",\"AT224\",47.29934883,15.5732510570953,90654,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"abebc659\",702,3,\"Tirol\",\"Imst\",,\"AUT.7.1_1\",\"ChIJEclEVZPXnEcRxyudxNpYJ5k\",\"AT.TR.IM\",\"702\",\"AT334\",47.08543205,10.9244579123305,60474,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"32e297e3\",701,3,\"Tirol\",\"Innsbruck\",,\"AUT.7.3_1\",\"ChIJc8r44c9unUcRVtrMg5M522k\",\"AT.TR.IN\",\"701\",\"AT332\",47.28339386,11.3755548203093,131961,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"dcecf6cf\",703,3,\"Tirol\",\"Innsbruck Land\",,\"AUT.7.2_1\",\"ChIJKasjA-M9nUcR3OVAbHKfG4o\",\"AT.TR.IL\",\"703\",\"AT332\",47.20560646,11.3823635822488,180453,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"4288636c\",704,3,\"Tirol\",\"Kitzbühel\",,\"AUT.7.4_1\",\"ChIJ37qu3-pLdkcRxK6rxTi_9X0\",\"AT.TR.KB\",\"704\",\"AT335\",47.48214912,12.5023641199474,64168,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"358f53fa\",705,3,\"Tirol\",\"Kufstein\",,\"AUT.7.5_1\",\"ChIJyQZ8XwUzdkcR9XT_lM04XdE\",\"AT.TR.KU\",\"705\",\"AT335\",47.531166075,12.077336875588,110287,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"ac860240\",706,3,\"Tirol\",\"Landeck\",,\"AUT.7.6_1\",\"ChIJy6pSun_JnEcR8M_IaSeic9E\",\"AT.TR.LA\",\"706\",\"AT334\",47.03229141,10.4746070513147,44386,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"db8132d6\",707,3,\"Tirol\",\"Lienz\",,\"AUT.7.7_1\",,\"AT.TR.LZ\",\"707\",\"AT333\",46.904527665,12.51133674132,48738,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"4b3e2f47\",708,3,\"Tirol\",\"Reutte\",,\"AUT.7.8_1\",\"ChIJCWa_CC_qnEcR4n4Nhjxc9kA\",\"AT.TR.RE\",\"708\",\"AT331\",47.360689165,10.57396129128,32838,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"3c391fd1\",709,3,\"Tirol\",\"Schwaz\",,\"AUT.7.9_1\",\"ChIJX4rwylbYd0cR_cVwOJfAwdA\",\"AT.TR.SZ\",\"709\",\"AT335\",47.2844429,11.8332861419262,84329,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"39bed0de\",801,3,\"Vorarlberg\",\"Bludenz\",,\"AUT.8.1_1\",\"ChIJFydQPqpWm0cR3fnhgXaj7es\",\"AT.VO.BZ\",\"801\",\"AT341\",47.0667305,9.87074168735008,64107,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"a0b78164\",802,3,\"Vorarlberg\",\"Bregenz\",,\"AUT.8.3_1\",\"ChIJkSOfpchom0cRrqFLnwaoXpI\",\"AT.VO.BG\",\"802\",\"AT341\",47.410589215,9.93821257709981,134987,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"d7b0b1f2\",803,3,\"Vorarlberg\",\"Dornbirn\",,\"AUT.8.4_1\",\"ChIJqTi5idxqm0cRWsxg5N1hioo\",\"AT.VO.DO\",\"803\",\"AT342\",47.371932985,9.75139431724732,89912,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"49d42451\",804,3,\"Vorarlberg\",\"Feldkirch\",,\"AUT.8.5_1\",\"ChIJTccKlYNGm0cRC-5U2WIe-CY\",\"AT.VO.FK\",\"804\",\"AT342\",47.259513855,9.67222290652612,108133,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n\"4f7b8a7f\",900,3,\"Wien\",\"Wien\",,\"AUT.9.1_1\",\"ChIJfyqdJZsHbUcRLtSMhiK2NLw\",\"AT.WI.WS\",\"900\",\"AT130\",48.22413254,16.3757797349679,1911191,\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)\",\"https://info.gesundheitsministerium.at/\"\n"
  },
  {
    "path": "inst/extdata/db/BEL.csv",
    "content": "\"id\",\"id_sciensano.be\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_jhu_csse\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,\"-\",,,,,,\n\"1bb2de77\",\"Brussels\",2,\"Bruxelles\",,\"Brussels\",\"BEL.1_1\",\"ChIJ_58PdIbEw0cRMIBML6uZAAE\",,,\"BE1\",50.83866501,4.36682673564255,1208542,\"Statbel, Belgium in Figures (2019)\",\"https://statbel.fgov.be/en/themes/population/structure-population\"\n\"vd0neba8\",\"Ostbelgien\",2,\"Ostbelgien\",,,\"BEL.3.2_0\",,,,\"BE336\",50.6292,6.0337,77949,\"Statbel, Belgium in Figures (2019)\",\"https://statbel.fgov.be/en/themes/population/structure-population\"\n\"b1a17459\",\"Flanders\",2,\"Vlaanderen\",,,\"BEL.2_1\",\"ChIJpeuHbqSSw0cRIIBML6uZAAE\",,,\"BE2\",51.09333229,4.18082694851182,6589069,\"Statbel, Belgium in Figures (2019)\",\"https://statbel.fgov.be/en/themes/population/structure-population\"\n\"27e2b6a0\",\"Wallonia\",2,\"Wallonie\",,,\"BEL.3.1_0\",\"ChIJlzHhZWvxwUcRQIBML6uZAAE\",,,\"BE3\",50.153081895,5.41806775206372,3633795,\"Statbel, Belgium in Figures (2019)\",\"https://statbel.fgov.be/en/themes/population/structure-population\"\n\"1a7b7a6a\",\"Brussels\",3,\"Bruxelles\",\"Bruxelles\",\"Brussels\",\"BEL.1.1_1\",\"ChIJ_58PdIbEw0cRMIBML6uZAAE\",\"BEBRU\",,\"BE10\",50.83866501,4.36682673564255,1208542,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3e028814\",\"Antwerpen\",3,\"Vlaanderen\",\"Antwerpen\",\"Antwerp Province\",\"BEL.2.1_1\",\"ChIJYxqH-B5VwUcRT7U_zWa6lgg\",\"BEVAN\",,\"BE21\",51.252593995,4.76433117351619,1857986,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"602331fd\",\"Limburg\",3,\"Vlaanderen\",\"Limburg\",\"Limburg Province\",\"BEL.2.2_1\",\"ChIJfZxmPSmTwEcRi9wBzMI5EzY\",\"BEVLI\",,\"BE22\",50.994646075,5.43898830304919,874048,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7fbf9748\",\"OostVlaanderen\",3,\"Vlaanderen\",\"Oost-Vlaanderen\",\"East Flanders Province\",\"BEL.2.3_1\",\"ChIJi-0kywZ2w0cRsIBML6uZAAI\",\"BEVOV\",,\"BE23\",51.041179655,3.81769411987337,1515064,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8b9ddc79\",\"VlaamsBrabant\",3,\"Vlaanderen\",\"Vlaams Brabant\",\"Flemish Brabant Province\",\"BEL.2.4_1\",\"ChIJ7diwvtdgwUcRYrEzvCLYu-M\",\"BEVBR\",,\"BE24\",50.867437365,4.79117699884508,1146175,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"100bd334\",\"WestVlaanderen\",3,\"Vlaanderen\",\"West-Vlaanderen\",\"West Flanders Province\",\"BEL.2.5_1\",\"ChIJVXM8b7e03EcRoIBML6uZAAI\",\"BEVWV\",,\"BE25\",51.035203935,3.00499725496945,1195796,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"601b6a8c\",\"BrabantWallon\",3,\"Wallonie\",\"Brabant Wallon\",\"Walloon Brabant Province\",\"BEL.3.1_1\",\"ChIJ0_zn8gF-wUcRgZgO3C88Rng\",\"BEWAL\",,\"BE31\",50.66338539,4.55069325963109,403599,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"17b9524e\",\"Hainaut\",3,\"Wallonie\",\"Hainaut\",\"Hainaut Province\",\"BEL.3.2_1\",\"ChIJXWuHtA0mwkcRkEtWu-NC1GE\",\"BEWHT\",,\"BE32\",50.352529525,4.31320802888469,1344241,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5077dea8\",\"Liège\",3,\"Wallonie\",\"Liège\",\"Liège Province\",\"BEL.3.3_1\",\"ChIJQxJV245ewEcR0IBML6uZAAI\",\"BEWLG\",,\"BE33\",50.471443175,5.77740131050648,1106992,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"80cfc83d\",\"Luxembourg\",3,\"Wallonie\",\"Luxembourg\",\"Luxembourg Province\",\"BEL.3.4_1\",\"ChIJXemZE4cmwEcR8IBML6uZAAI\",\"BEWLX\",,\"BE34\",49.9621563,5.43834233978639,284638,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ba6fcc21\",\"Namur\",3,\"Wallonie\",\"Namur\",\"Namur Province\",\"BEL.3.5_1\",\"ChIJGVmGENGUwUcRorXKNtkQZS0\",\"BEWNA\",,\"BE35\",50.21654701,4.80938684535891,494325,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n"
  },
  {
    "path": "inst/extdata/db/BRA.csv",
    "content": "\"id\",\"id_github.covid19datahub.covid19br\",\"id_github.wcota.covid19br.vac\",\"id_github.oxcgrt.covidpolicytracker\",\"id_github.wcota.covid19br\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_jhu_csse\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,,,,,\"-\",,,,,\n\"92c90932\",,,\"BR_AC\",\"AC\",2,\"Acre\",,\"Acre\",\"BRA.1_1\",\"ChIJuQaRTqqNf5ERwQc2CMUK7CU\",\"BR.AC\",\"BRAC\",\"12\",-9.133259295,-70.6910938543083,894470,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"027614a3\",,,\"BR_AL\",\"AL\",2,\"Alagoas\",,\"Alagoas\",\"BRA.2_1\",\"ChIJmw1SLyP9AAcRLfY9f-U5LX4\",\"BR.AL\",\"BRAL\",\"27\",-9.658471585,-36.6837287660877,3351543,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"167748ec\",,,\"BR_AP\",\"AP\",2,\"Amapá\",,\"Amapá\",\"BRA.3_1\",\"ChIJIXuZzXM9ZY0R1Lz2dkVhGpE\",\"BR.AP\",\"BRAP\",\"16\",1.60375047,-52.0107230488049,861773,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"75712435\",,,\"BR_AM\",\"AM\",2,\"Amazonas\",,\"Amazonas\",\"BRA.4_1\",\"ChIJ0W4di1w_GJIR-i48a_ZqbRc\",\"BR.AM\",\"BRAM\",\"13\",-3.771977545,-63.4270484287296,4207714,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"57ea3bdd\",,,\"BR_BA\",\"BA\",2,\"Bahia\",,\"Bahia\",\"BRA.5_1\",\"ChIJs6U8onwDFgcRBe2RtF9vkn4\",\"BR.BA\",\"BRBA\",\"29\",-13.441805365,-42.6480350628713,14930634,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"499cce85\",,,\"BR_CE\",\"CE\",2,\"Ceará\",,\"Ceará\",\"BRA.6_1\",\"ChIJxYbmJxizvQcRQniVr-A1tDs\",\"BR.CE\",\"BRCE\",\"23\",-5.32744646,-39.3705084289905,9187103,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"9fd409f8\",,,\"BR_DF\",\"DF\",2,\"Distrito Federal\",,\"Distrito Federal (Brazil)\",\"BRA.7_1\",\"ChIJ1wSIEPI6WpMRVlAUyZAjuj4\",\"BR.DF\",\"BRDF\",\"53\",-15.77665901,-47.7801110575224,3055149,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"b53hd720\",,,\"BR_ES\",\"ES\",2,\"Espirito Santo\",,\"Espírito Santo\",\"BRA.8_1\",\"ChIJWWNkeZUGtwARmfdQPCTVG04\",\"BR.ES\",\"BRES\",\"32\",-19.594584465,-40.4306722431578,4064052,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"cd25e29f\",,,\"BR_GO\",\"GO\",2,\"Goiás\",,\"Goiás\",\"BRA.9_1\",\"ChIJ9SC5hmO5XZMR0_CMzfjYxgg\",\"BR.GO\",\"BRGO\",\"52\",-15.94858551,-50.2598541494121,7113540,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"d0722712\",,,\"BR_MA\",\"MA\",2,\"Maranhão\",,\"Maranhão\",\"BRA.10_1\",\"ChIJ5RzMm3rX7QcRNCls2aOrdmI\",\"BR.MA\",\"BRMA\",\"21\",-5.65464449,-45.2792428641905,7114598,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"bdafc3f9\",,,\"BR_MT\",\"MT\",2,\"Mato Grosso\",,\"Mato Grosso\",\"BRA.12_1\",\"ChIJGQM3SOexnZMR-4EhfeJoYsY\",\"BR.MT\",\"BRMT\",\"51\",-12.695014475,-55.3632968317503,3526220,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"23cb565a\",,,\"BR_MS\",\"MS\",2,\"Mato Grosso do Sul\",,\"Mato Grosso do Sul\",\"BRA.11_1\",\"ChIJg3Of4tuRfpQRrBBUaenYHDU\",\"BR.MS\",\"BRMS\",\"50\",-20.615773205,-54.786057161055,2809394,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"39118227\",,,\"BR_MG\",\"MG\",2,\"Minas Gerais\",,\"Minas Gerais\",\"BRA.13_1\",\"ChIJiUIyZaGQpgARs-edN8lwIRE\",\"BR.MG\",\"BRMG\",\"31\",-18.580682755,-45.186528461949,21292666,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"2f1e4b0e\",,,\"BR_PA\",\"PA\",2,\"Pará\",,\"Pará\",\"BRA.14_1\",\"ChIJlwksrJn5iJIRCvNV5z7IXjE\",\"BR.PA\",\"BRPA\",\"15\",-3.609540105,-51.9868404722116,8690745,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"b6171ab4\",,,\"BR_PB\",\"PB\",2,\"Paraíba\",,\"Paraíba\",\"BRA.15_1\",\"ChIJz8iY7rZMpQcRtAE8MiSbKB8\",\"BR.PB\",\"BRPB\",\"25\",-7.164583685,-36.7384994235055,4039277,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"aba00ad0\",,,\"BR_PR\",\"PR\",2,\"Paraná\",,\"Paraná\",\"BRA.16_1\",\"ChIJnWK4MJQL25QRYfDOY1D9k-g\",\"BR.PR\",\"BRPR\",\"41\",-24.61798954,-51.82070923,11516840,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"28738f17\",,,\"BR_PE\",\"PE\",2,\"Pernambuco\",,\"Pernambuco\",\"BRA.17_1\",\"ChIJxYYck518AAcRJhdAk2oZ4B0\",\"BR.PE\",\"BRPE\",\"26\",-8.37904787,-37.902039620141,9616621,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"21c5c33c\",,,\"BR_PI\",\"PI\",2,\"Piauí\",,\"Piauí\",\"BRA.18_1\",\"ChIJj7KAcHzlggcRpZT2BFRx51o\",\"BR.PI\",\"BRPI\",\"22\",-6.836740975,-41.9004431609435,3281480,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"8afaf004\",,,\"BR_RJ\",\"RJ\",2,\"Rio de Janeiro\",,\"Rio de Janeiro (state)\",\"BRA.19_1\",\"ChIJw4riypQYmAAR0IMFwRrDSQM\",\"BR.RJ\",\"BRRJ\",\"33\",-22.06694317,-42.0633655677008,17366189,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"8d97341d\",,,\"BR_RN\",\"RN\",2,\"Rio Grande do Norte\",,\"Rio Grande do Norte\",\"BRA.20_1\",\"ChIJreroSfVNsAcRxJ5NHKwJJak\",\"BR.RN\",\"BRRN\",\"24\",-5.90694499,-36.6501189247729,3534165,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"ee9158c4\",,,\"BR_RS\",\"RS\",2,\"Rio Grande do Sul\",,\"Rio Grande do Sul\",\"BRA.21_1\",\"ChIJA1i0QAxyBJUR3nOfr9uzn60\",\"BR.RS\",\"BRRS\",\"43\",-30.413887975,-53.8298206149524,11422973,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"fa90048b\",,,\"BR_RO\",\"RO\",2,\"Rondônia\",,\"Rondônia\",\"BRA.22_1\",\"ChIJV2tRb9lcMpIR3SEGNNVjN3M\",\"BR.RO\",\"BRRO\",\"11\",-10.76389933,-63.4124697121552,1796460,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"99966852\",,,\"BR_RR\",\"RR\",2,\"Roraima\",,\"Roraima\",\"BRA.23_1\",\"ChIJW_TM33EGk40RFHqcnvIAX2k\",\"BR.RR\",\"BRRR\",\"14\",1.842274545,-61.1966382264547,631181,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"ea3d79e1\",,,\"BR_SC\",\"SC\",2,\"Santa Catarina\",,\"Santa Catarina\",\"BRA.24_1\",\"ChIJ-f9SwCVN2ZQRK6t_7YB1Jys\",\"BR.SC\",\"BRSC\",\"42\",-27.65371704,-50.0141594021111,7252502,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"6e83383f\",,,\"BR_SP\",\"SP\",2,\"São Paulo\",,\"São Paulo (state)\",\"BRA.25_1\",\"ChIJrVgvRn1ZzpQRF3x74eJBUh4\",\"BR.SP\",\"BRSP\",\"35\",-22.523111345,-49.2695513203299,46289333,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"035edcd4\",,,\"BR_SE\",\"SE\",2,\"Sergipe\",,\"Sergipe\",\"BRA.26_1\",\"ChIJIRZgFj-9BQcR2fH-ZmvKyqw\",\"BR.SE\",\"BRSE\",\"28\",-10.61000013,-37.2349400239618,2318822,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"accaa30d\",,,\"BR_TO\",\"TO\",2,\"Tocantins\",,\"Tocantins\",\"BRA.27_1\",\"ChIJlzmxUh9QI5MRbDnMRWKG1OM\",\"BR.TO\",\"BRTO\",\"17\",-9.316783905,-48.4305362359692,1590248,\"Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)\",\"https://www.ibge.gov.br/en/cities-and-states.html\"\n\"d5d8d51e\",1200013,1200013,\"BR_AC\",\"1200013\",3,\"Acre\",\"Acrelândia\",,\"BRA.1.1_1\",,,\"BRAC1200013\",\"1200013\",-9.91320276,-66.8493704926243,15490,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2fd085b9\",1200054,1200054,\"BR_AC\",\"1200054\",3,\"Acre\",\"Assis Brasil\",,\"BRA.1.2_1\",,,\"BRAC1200054\",\"1200054\",-10.875595095,-70.0877116542575,7534,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53651bcb\",1200104,1200104,\"BR_AC\",\"1200104\",3,\"Acre\",\"Brasiléia\",,\"BRA.1.3_1\",\"ChIJm4g9Bje3fpERnpwI2L71NRQ\",,\"BRAC1200104\",\"1200104\",-10.75472355,-69.2857807354543,26702,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"71fe0423\",1200138,1200138,\"BR_AC\",\"1200138\",3,\"Acre\",\"Bujari\",,\"BRA.1.4_1\",,,\"BRAC1200138\",\"1200138\",-9.58899069,-68.265605900223,10420,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6295f1b1\",1200179,1200179,\"BR_AC\",\"1200179\",3,\"Acre\",\"Capixaba\",,\"BRA.1.5_1\",,,\"BRAC1200179\",\"1200179\",-10.4580245,-67.8765817080986,12008,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cf473031\",1200203,1200203,\"BR_AC\",\"1200203\",3,\"Acre\",\"Cruzeiro do Sul\",,\"BRA.1.6_1\",\"ChIJT7_ApAtamJERggvNbhoaX_Y\",,\"BRAC1200203\",\"1200203\",-8.011283875,-72.8263831778929,89072,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c537f4e2\",1200252,1200252,\"BR_AC\",\"1200252\",3,\"Acre\",\"Epitaciolândia\",,\"BRA.1.7_1\",\"ChIJM4oUnLSwfpERYW8j6c1XCJ0\",,\"BRAC1200252\",\"1200252\",-10.906055925,-68.3749008963221,18696,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b9826a90\",1200302,1200302,\"BR_AC\",\"1200302\",3,\"Acre\",\"Feijó\",,\"BRA.1.8_1\",\"ChIJAW1qVhfHnJER0Gcg4Fx8waU\",,\"BRAC1200302\",\"1200302\",-9.050089835,-71.0093231179234,34884,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6b61e10c\",1200328,1200328,\"BR_AC\",\"1200328\",3,\"Acre\",\"Jordão\",,\"BRA.1.9_1\",,,\"BRAC1200328\",\"1200328\",-9.225854395,-71.8627644612506,8473,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"95c2fd4a\",1200336,1200336,\"BR_AC\",\"1200336\",3,\"Acre\",\"Mâncio Lima\",,\"BRA.1.10_1\",,,\"BRAC1200336\",\"1200336\",-7.440909625,-73.4931597590878,19311,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"348d0aa1\",1200344,1200344,\"BR_AC\",\"1200344\",3,\"Acre\",\"Manoel Urbano\",,\"BRA.1.11_1\",,,\"BRAC1200344\",\"1200344\",-9.4927001,-69.9736867737269,9581,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5dfccf6f\",1200351,1200351,\"BR_AC\",\"1200351\",3,\"Acre\",\"Marechal Thaumaturgo\",,\"BRA.1.12_1\",,,\"BRAC1200351\",\"1200351\",-9.08526945,-72.4853196195428,19299,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ef3f753b\",1200385,1200385,\"BR_AC\",\"1200385\",3,\"Acre\",\"Plácido de Castro\",,\"BRA.1.13_1\",,,\"BRAC1200385\",\"1200385\",-10.246488095,-67.2545664653339,19955,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c5bd71fe\",1200807,1200807,\"BR_AC\",\"1200807\",3,\"Acre\",\"Porto Acre\",,\"BRA.1.14_1\",,,\"BRAC1200807\",\"1200807\",-9.639450075,-67.6595291287441,18824,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1f47e14f\",1200393,1200393,\"BR_AC\",\"1200393\",3,\"Acre\",\"Porto Walter\",,\"BRA.1.15_1\",,,\"BRAC1200393\",\"1200393\",-8.51067543,-72.7828300095396,12241,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"25c42daf\",1200401,1200401,\"BR_AC\",\"1200401\",3,\"Acre\",\"Rio Branco\",,\"BRA.1.16_1\",\"ChIJG7dkUx9kf5ERtlPdjrhiOsc\",,\"BRAC1200401\",\"1200401\",-9.99341011,-68.1704252200213,413418,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe91ea18\",1200427,1200427,\"BR_AC\",\"1200427\",3,\"Acre\",\"Rodrigues Alves\",,\"BRA.1.17_1\",,,\"BRAC1200427\",\"1200427\",-7.858785395,-73.3602329786616,19351,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0984ba75\",1200435,1200435,\"BR_AC\",\"1200435\",3,\"Acre\",\"Santa Rosa do Purus\",,\"BRA.1.18_1\",,,\"BRAC1200435\",\"1200435\",-9.51141405,-70.2924205690572,6717,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5301770e\",1200500,1200500,\"BR_AC\",\"1200500\",3,\"Acre\",\"Sena Madureira\",,\"BRA.1.19_1\",\"ChIJ2SQY30txgpERYH6SHSJqc7M\",,\"BRAC1200500\",\"1200500\",-9.863990305,-69.3414161994904,46511,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2fb4e97c\",1200450,1200450,\"BR_AC\",\"1200450\",3,\"Acre\",\"Senador Guiomard\",,\"BRA.1.20_1\",\"ChIJ7zdypLv8f5ERmX8pgWBuucU\",,\"BRAC1200450\",\"1200450\",-9.99121666,-67.3200365387497,23236,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"289b71f3\",1200609,1200609,\"BR_AC\",\"1200609\",3,\"Acre\",\"Tarauacá\",,\"BRA.1.21_1\",\"ChIJbzHgTlMim5EROBGjoCshr2g\",,\"BRAC1200609\",\"1200609\",-8.34404659,-71.4871371373252,43151,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5e5e2b52\",1200708,1200708,\"BR_AC\",\"1200708\",3,\"Acre\",\"Xapuri\",,\"BRA.1.22_1\",,,\"BRAC1200708\",\"1200708\",-10.587409975,-68.3108671114016,19596,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"db2335d0\",2700102,2700102,\"BR_AL\",\"2700102\",3,\"Alagoas\",\"Água Branca\",,\"BRA.2.1_1\",,,\"BRAL2700102\",\"2700102\",-9.262588505,-37.8887634954069,20230,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"406cda33\",2700201,2700201,\"BR_AL\",\"2700201\",3,\"Alagoas\",\"Anadia\",,\"BRA.2.2_1\",,,\"BRAL2700201\",\"2700201\",-9.67019701,-36.3083965639025,17526,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"36a98092\",2700300,2700300,\"BR_AL\",\"2700300\",3,\"Alagoas\",\"Arapiraca\",,\"BRA.2.3_1\",\"ChIJWd-3hwvVBQcRJKos4pkPDWA\",,\"BRAL2700300\",\"2700300\",-9.75878096,-36.6423869104066,233047,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4a3a2eb3\",2700409,2700409,\"BR_AL\",\"2700409\",3,\"Alagoas\",\"Atalaia\",,\"BRA.2.4_1\",\"ChIJFRiaHRDIBgcRGrWG65JUB9U\",,\"BRAL2700409\",\"2700409\",-9.502866745,-36.0841090402088,47365,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3cff7412\",2700508,2700508,\"BR_AL\",\"2700508\",3,\"Alagoas\",\"Barra de Santo Antônio\",,\"BRA.2.5_1\",\"ChIJGbaGFusZAQcRF10EyLrVHNA\",,\"BRAL2700508\",\"2700508\",-9.375,-35.5867390477104,16068,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ae06d7da\",2700607,2700607,\"BR_AL\",\"2700607\",3,\"Alagoas\",\"Barra de São Miguel\",,\"BRA.2.6_1\",\"ChIJ3XL81OX_AwcRt8Mh9LGP-2g\",,\"BRAL2700607\",\"2700607\",-9.807361125,-35.9706836488853,8378,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d8c38d7b\",2700706,2700706,\"BR_AL\",\"2700706\",3,\"Alagoas\",\"Batalha\",,\"BRA.2.7_1\",,,\"BRAL2700706\",\"2700706\",-9.706833365,-37.1147132585781,18338,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4a969bfc\",2700805,2700805,\"BR_AL\",\"2700805\",3,\"Alagoas\",\"Belém\",,\"BRA.2.8_1\",,,\"BRAL2700805\",\"2700805\",-9.54647303,-36.4952728084784,4284,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c53c15d\",2700904,2700904,\"BR_AL\",\"2700904\",3,\"Alagoas\",\"Belo Monte\",,\"BRA.2.9_1\",,,\"BRAL2700904\",\"2700904\",-9.813031195,-37.1747897915449,6710,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fb546938\",2701001,2701001,\"BR_AL\",\"2701001\",3,\"Alagoas\",\"Boca da Mata\",,\"BRA.2.10_1\",\"ChIJQUybf9WiBgcRlcdWbS3OQcU\",,\"BRAL2701001\",\"2701001\",-9.663567065,-36.1635396082585,27356,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8d913399\",2701100,2701100,\"BR_AL\",\"2701100\",3,\"Alagoas\",\"Branquinha\",,\"BRA.2.11_1\",,,\"BRAL2701100\",\"2701100\",-9.20831299,-35.9815586455402,10460,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f60b3564\",2701209,2701209,\"BR_AL\",\"2701209\",3,\"Alagoas\",\"Cacimbinhas\",,\"BRA.2.12_1\",,,\"BRAL2701209\",\"2701209\",-9.445146085,-36.9267299057166,10889,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"80ce6fc5\",2701308,2701308,\"BR_AL\",\"2701308\",3,\"Alagoas\",\"Cajueiro\",,\"BRA.2.13_1\",,,\"BRAL2701308\",\"2701308\",-9.406823635,-36.162175878558,21331,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6d068611\",2701357,2701357,\"BR_AL\",\"2701357\",3,\"Alagoas\",\"Campestre\",,\"BRA.2.14_1\",,,\"BRAL2701357\",\"2701357\",-8.882596015,-35.5577617166722,6954,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"153e64d1\",2701407,2701407,\"BR_AL\",\"2701407\",3,\"Alagoas\",\"Campo Alegre\",,\"BRA.2.15_1\",\"ChIJ4XIihE4nBAcRl-73ZaFeNj0\",,\"BRAL2701407\",\"2701407\",-9.81951523,-36.2846659091737,57537,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"63fb3e70\",2701506,2701506,\"BR_AL\",\"2701506\",3,\"Alagoas\",\"Campo Grande\",,\"BRA.2.16_1\",,,\"BRAL2701506\",\"2701506\",-9.96362543,-36.7434091785958,9567,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f8b4d193\",2701605,2701605,\"BR_AL\",\"2701605\",3,\"Alagoas\",\"Canapi\",,\"BRA.2.17_1\",,,\"BRAL2701605\",\"2701605\",-9.12973213,-37.5365436723497,17719,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8e718b32\",2701704,2701704,\"BR_AL\",\"2701704\",3,\"Alagoas\",\"Capela\",,\"BRA.2.18_1\",,,\"BRAL2701704\",\"2701704\",-9.3460865,-36.0704632352797,16979,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b4959ac\",2701803,2701803,\"BR_AL\",\"2701803\",3,\"Alagoas\",\"Carneiros\",,\"BRA.2.19_1\",,,\"BRAL2701803\",\"2701803\",-9.47195768,-37.381116684771,9159,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6d8c030d\",2701902,2701902,\"BR_AL\",\"2701902\",3,\"Alagoas\",\"Chã Preta\",,\"BRA.2.20_1\",\"ChIJ8Rxt-dLgBgcRwT00RYy3KV4\",,\"BRAL2701902\",\"2701902\",-9.254073145,-36.2919691665936,7311,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e73a4ee4\",2702009,2702009,\"BR_AL\",\"2702009\",3,\"Alagoas\",\"Coité do Nóia\",,\"BRA.2.21_1\",,,\"BRAL2702009\",\"2702009\",-9.63441086,-36.5766379659757,10643,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"91ff1445\",2702108,2702108,\"BR_AL\",\"2702108\",3,\"Alagoas\",\"Colônia Leopoldina\",,\"BRA.2.22_1\",,,\"BRAL2702108\",\"2702108\",-8.97250366,-35.7694423552475,21818,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0306b78d\",2702207,2702207,\"BR_AL\",\"2702207\",3,\"Alagoas\",\"Coqueiro Seco\",,\"BRA.2.23_1\",,,\"BRAL2702207\",\"2702207\",-9.640796185,-35.8029082753103,5864,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"75c3ed2c\",2702306,2702306,\"BR_AL\",\"2702306\",3,\"Alagoas\",\"Coruripe\",,\"BRA.2.24_1\",\"ChIJz1SK9n9sBAcRoJ2xvJuTYz8\",,\"BRAL2702306\",\"2702306\",-10.10444403,-36.2372879401883,57294,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"91bd48d3\",2702355,2702355,\"BR_AL\",\"2702355\",3,\"Alagoas\",\"Craíbas\",,\"BRA.2.25_1\",\"ChIJ5yXt9LJwBgcRBdgfnuXU6_U\",,\"BRAL2702355\",\"2702355\",-9.63981581,-36.7897622955129,24309,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e985aa13\",2702405,2702405,\"BR_AL\",\"2702405\",3,\"Alagoas\",\"Delmiro Gouveia\",,\"BRA.2.26_1\",\"ChIJQzxipoMnCQcRYscctw92H1k\",,\"BRAL2702405\",\"2702405\",-9.40666294,-38.045140404165,52262,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f40f0b2\",2702504,2702504,\"BR_AL\",\"2702504\",3,\"Alagoas\",\"Dois Riachos\",,\"BRA.2.27_1\",,,\"BRAL2702504\",\"2702504\",-9.38232756,-37.0694390673795,11067,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c539154\",2702553,2702553,\"BR_AL\",\"2702553\",3,\"Alagoas\",\"Estrela de Alagoas\",,\"BRA.2.28_1\",,,\"BRAL2702553\",\"2702553\",-9.38752842,-36.7712191592057,18255,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0362db48\",2702603,2702603,\"BR_AL\",\"2702603\",3,\"Alagoas\",\"Feira Grande\",,\"BRA.2.29_1\",,,\"BRAL2702603\",\"2702603\",-9.895438195,-36.6676376576456,22178,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"75a781e9\",2702702,2702702,\"BR_AL\",\"2702702\",3,\"Alagoas\",\"Feliz Deserto\",,\"BRA.2.30_1\",,,\"BRAL2702702\",\"2702702\",-10.29180479,-36.3320493743314,4779,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e7f2976e\",2702801,2702801,\"BR_AL\",\"2702801\",3,\"Alagoas\",\"Flexeiras\",,\"BRA.2.31_1\",,,\"BRAL2702801\",\"2702801\",-9.252592085,-35.7692735470388,12807,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9137cdcf\",2702900,2702900,\"BR_AL\",\"2702900\",3,\"Alagoas\",\"Girau do Ponciano\",,\"BRA.2.32_1\",\"ChIJoZ2ShvzEBQcRr3rXzde9WqY\",,\"BRAL2702900\",\"2702900\",-9.78867769,-36.8307742679346,41237,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b83e0486\",2703007,2703007,\"BR_AL\",\"2703007\",3,\"Alagoas\",\"Ibateguara\",,\"BRA.2.33_1\",,,\"BRAL2703007\",\"2703007\",-8.95386791,-35.9046125795155,15627,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cefb5e27\",2703106,2703106,\"BR_AL\",\"2703106\",3,\"Alagoas\",\"Igaci\",,\"BRA.2.34_1\",,,\"BRAL2703106\",\"2703106\",-9.569928645,-36.6784809673337,25613,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"55b4b1c4\",2703205,2703205,\"BR_AL\",\"2703205\",3,\"Alagoas\",\"Igreja Nova\",,\"BRA.2.35_1\",,,\"BRAL2703205\",\"2703205\",-10.153004645,-36.6260902916611,24586,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2371eb65\",2703304,2703304,\"BR_AL\",\"2703304\",3,\"Alagoas\",\"Inhapi\",,\"BRA.2.36_1\",,,\"BRAL2703304\",\"2703304\",-9.291033265,-37.6818391243359,18392,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b85a6843\",2703403,2703403,\"BR_AL\",\"2703403\",3,\"Alagoas\",\"Jacaré dos Homens\",,\"BRA.2.37_1\",,,\"BRAL2703403\",\"2703403\",-9.6615715,-37.2360072888123,5219,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce9f32e2\",2703502,2703502,\"BR_AL\",\"2703502\",3,\"Alagoas\",\"Jacuípe\",,\"BRA.2.38_1\",,,\"BRAL2703502\",\"2703502\",-8.890238285,-35.4439066965067,7006,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"55d0dd01\",2703601,2703601,\"BR_AL\",\"2703601\",3,\"Alagoas\",\"Japaratinga\",,\"BRA.2.39_1\",,,\"BRAL2703601\",\"2703601\",-9.092223165,-35.2951520699019,8403,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"231587a0\",2703700,2703700,\"BR_AL\",\"2703700\",3,\"Alagoas\",\"Jaramataia\",,\"BRA.2.40_1\",,,\"BRAL2703700\",\"2703700\",-9.660428525,-37.0092178545859,5761,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27becb41\",2703759,2703759,\"BR_AL\",\"2703759\",3,\"Alagoas\",\"Jequiá da Praia\",,,,,\"BRAL2703759\",\"2703759\",-10.0092595,-36.0232787,11536,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"51957839\",2703809,2703809,\"BR_AL\",\"2703809\",3,\"Alagoas\",\"Joaquim Gomes\",,\"BRA.2.41_1\",,,\"BRAL2703809\",\"2703809\",-9.091056825,-35.778763182707,24081,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27502298\",2703908,2703908,\"BR_AL\",\"2703908\",3,\"Alagoas\",\"Jundiá\",,\"BRA.2.42_1\",,,\"BRAL2703908\",\"2703908\",-8.96670294,-35.5241671626129,4137,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cbe75d13\",2704005,2704005,\"BR_AL\",\"2704005\",3,\"Alagoas\",\"Junqueiro\",,\"BRA.2.43_1\",\"ChIJj5vwhtkvBAcRD9Fzozd_SYw\",,\"BRAL2704005\",\"2704005\",-9.87223196,-36.4120030051109,24722,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd2207b2\",2704104,2704104,\"BR_AL\",\"2704104\",3,\"Alagoas\",\"Lagoa da Canoa\",,\"BRA.2.44_1\",,,\"BRAL2704104\",\"2704104\",-9.79859686,-36.7292288735005,17771,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"21002c48\",2704203,2704203,\"BR_AL\",\"2704203\",3,\"Alagoas\",\"Limoeiro de Anadia\",,\"BRA.2.45_1\",\"ChIJxaNJHBWCBgcR1ePMULYSnmI\",,\"BRAL2704203\",\"2704203\",-9.742719175,-36.4599939797357,28771,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"57c576e9\",2704302,2704302,\"BR_AL\",\"2704302\",3,\"Alagoas\",\"Maceió\",,\"BRA.2.46_1\",\"ChIJVbwelPI4AQcREzU6z94wFg0\",,\"BRAL2704302\",\"2704302\",-9.527637955,-35.6926759325148,1025360,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cb8331d6\",2704401,2704401,\"BR_AL\",\"2704401\",3,\"Alagoas\",\"Major Isidoro\",,\"BRA.2.47_1\",,,\"BRAL2704401\",\"2704401\",-9.511334415,-37.0207215827567,19864,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5d3f3726\",2704906,2704906,\"BR_AL\",\"2704906\",3,\"Alagoas\",\"Mar Vermelho\",,\"BRA.2.48_1\",,,\"BRAL2704906\",\"2704906\",-9.47899675,-36.3636361141208,3494,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd466b77\",2704500,2704500,\"BR_AL\",\"2704500\",3,\"Alagoas\",\"Maragogi\",,\"BRA.2.49_1\",\"ChIJqYA13KyKAAcRzdN6gkzEIXg\",,\"BRAL2704500\",\"2704500\",-8.96624899,-35.2649925403179,33032,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c6dc6d8a\",2704609,2704609,\"BR_AL\",\"2704609\",3,\"Alagoas\",\"Maravilha\",,\"BRA.2.50_1\",,,\"BRAL2704609\",\"2704609\",-9.236166,-37.3687802845981,9004,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b019372b\",2704708,2704708,\"BR_AL\",\"2704708\",3,\"Alagoas\",\"Marechal Deodoro\",,\"BRA.2.51_1\",\"ChIJO6BhUiZTAQcRpWweBgh2LbA\",,\"BRAL2704708\",\"2704708\",-9.71875048,-35.894492549452,52380,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2bfa6d87\",2704807,2704807,\"BR_AL\",\"2704807\",3,\"Alagoas\",\"Maribondo\",,\"BRA.2.52_1\",,,\"BRAL2704807\",\"2704807\",-9.55267191,-36.3010901852247,13193,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed3fafd5\",2705002,2705002,\"BR_AL\",\"2705002\",3,\"Alagoas\",\"Mata Grande\",,\"BRA.2.53_1\",,,\"BRAL2705002\",\"2705002\",-9.037523745,-37.7247623091285,25207,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"75f49458\",2705101,2705101,\"BR_AL\",\"2705101\",3,\"Alagoas\",\"Matriz de Camaragibe\",,\"BRA.2.54_1\",\"ChIJU1iAb0DdAAcRlNml06XWp9E\",,\"BRAL2705101\",\"2705101\",-9.13223314,-35.5468096256853,24634,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00b51a97\",2705200,2705200,\"BR_AL\",\"2705200\",3,\"Alagoas\",\"Messias\",,\"BRA.2.55_1\",\"ChIJhYIHE5wuAQcRSptZjqPseHw\",,\"BRAL2705200\",\"2705200\",-9.35568285,-35.8085311747447,18031,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78abc804\",2705309,2705309,\"BR_AL\",\"2705309\",3,\"Alagoas\",\"Minador do Negrão\",,\"BRA.2.56_1\",,,\"BRAL2705309\",\"2705309\",-9.336125375,-36.8596626555843,5322,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ae3ee17\",2705408,2705408,\"BR_AL\",\"2705408\",3,\"Alagoas\",\"Monteirópolis\",,\"BRA.2.57_1\",,,\"BRAL2705408\",\"2705408\",-9.596845625,-37.290316671008,7165,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b9e99b1\",2705507,2705507,\"BR_AL\",\"2705507\",3,\"Alagoas\",\"Murici\",,\"BRA.2.58_1\",\"ChIJ_4uxY1zTBgcR19WQKWpQzU4\",,\"BRAL2705507\",\"2705507\",-9.273700235,-35.9105074708088,28333,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eedf177e\",2705606,2705606,\"BR_AL\",\"2705606\",3,\"Alagoas\",\"Novo Lino\",,\"BRA.2.59_1\",,,\"BRAL2705606\",\"2705606\",-8.93985367,-35.6330657250796,12764,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76142cf3\",2705705,2705705,\"BR_AL\",\"2705705\",3,\"Alagoas\",\"Olho d'Água das Flores\",,\"BRA.2.60_1\",\"ChIJAUi_JoMCBgcRl9AAOPBwxfM\",,\"BRAL2705705\",\"2705705\",-9.53035593,-37.2820917264749,21738,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a4f5b58\",2705804,2705804,\"BR_AL\",\"2705804\",3,\"Alagoas\",\"Olho d'Água do Casado\",,\"BRA.2.61_1\",,,\"BRAL2705804\",\"2705804\",-9.43602943,-37.8284097832641,9441,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"95e9a4cc\",2705903,2705903,\"BR_AL\",\"2705903\",3,\"Alagoas\",\"Olho d'Água Grande\",,\"BRA.2.62_1\",,,\"BRAL2705903\",\"2705903\",-10.06291151,-36.7881785246011,5128,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"11846117\",2706000,2706000,\"BR_AL\",\"2706000\",3,\"Alagoas\",\"Olivença\",,\"BRA.2.63_1\",,,\"BRAL2706000\",\"2706000\",-9.511334415,-37.1648069870568,11657,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"699ab384\",2706109,2706109,\"BR_AL\",\"2706109\",3,\"Alagoas\",\"Ouro Branco\",,\"BRA.2.64_1\",,,\"BRAL2706109\",\"2706109\",-9.12973213,-37.3574923801271,11535,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1cdb3d4b\",2706208,2706208,\"BR_AL\",\"2706208\",3,\"Alagoas\",\"Palestina\",,\"BRA.2.65_1\",,,\"BRAL2706208\",\"2706208\",-9.68138313,-37.3258044572074,5037,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8da64aed\",2706307,2706307,\"BR_AL\",\"2706307\",3,\"Alagoas\",\"Palmeira dos Índios\",,\"BRA.2.66_1\",\"ChIJI9_QG6BfBgcRIndWG6x_4lM\",,\"BRAL2706307\",\"2706307\",-9.398722175,-36.6089214347263,73337,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ffee6cfe\",2706406,2706406,\"BR_AL\",\"2706406\",3,\"Alagoas\",\"Pão de Açúcar\",,\"BRA.2.67_1\",\"ChIJOWnUlGJSDwcRnBuU2u0fPfY\",,\"BRAL2706406\",\"2706406\",-9.673949715,-37.5104842989187,24351,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cab5ca65\",2706422,2706422,\"BR_AL\",\"2706422\",3,\"Alagoas\",\"Pariconha\",,\"BRA.2.68_1\",,,\"BRAL2706422\",\"2706422\",-9.249454975,-38.0599516684377,10539,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c3a84fd\",2706448,2706448,\"BR_AL\",\"2706448\",3,\"Alagoas\",\"Paripueira\",,\"BRA.2.69_1\",\"ChIJOyvsBToWAQcRfXvOkQzKaAk\",,\"BRAL2706448\",\"2706448\",-9.44277811,-35.5849467400281,13332,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"67255773\",2706505,2706505,\"BR_AL\",\"2706505\",3,\"Alagoas\",\"Passo de Camaragibe\",,\"BRA.2.70_1\",,,\"BRAL2706505\",\"2706505\",-9.26405621,-35.4864643305089,15258,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1264d9bc\",2706604,2706604,\"BR_AL\",\"2706604\",3,\"Alagoas\",\"Paulo Jacinto\",,\"BRA.2.71_1\",,,\"BRAL2706604\",\"2706604\",-9.36974192,-36.398468614859,7560,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8dc22628\",2706703,2706703,\"BR_AL\",\"2706703\",3,\"Alagoas\",\"Penedo\",,\"BRA.2.72_1\",\"ChIJD59_quxUBAcRm7ggPXe_H64\",,\"BRAL2706703\",\"2706703\",-10.23280239,-36.5114730696652,63846,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f1995183\",2706802,2706802,\"BR_AL\",\"2706802\",3,\"Alagoas\",\"Piaçabuçu\",,\"BRA.2.73_1\",,,\"BRAL2706802\",\"2706802\",-10.402221205,-36.416974285992,17848,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69526a0e\",2706901,2706901,\"BR_AL\",\"2706901\",3,\"Alagoas\",\"Pilar\",,\"BRA.2.74_1\",\"ChIJx3BAmjixBgcRQutvYUeDYqE\",,\"BRAL2706901\",\"2706901\",-9.59992218,-35.9840418568057,35212,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a7e38e40\",2707008,2707008,\"BR_AL\",\"2707008\",3,\"Alagoas\",\"Pindoba\",,\"BRA.2.75_1\",,,\"BRAL2707008\",\"2707008\",-9.471787925,-36.26762045466,2905,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"369ef9e6\",2707107,2707107,\"BR_AL\",\"2707107\",3,\"Alagoas\",\"Piranhas\",,\"BRA.2.76_1\",\"ChIJY4CWRhEzDwcRu1JoodHFVoA\",,\"BRAL2707107\",\"2707107\",-9.505731105,-37.7333163561229,25183,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"43df7729\",2707206,2707206,\"BR_AL\",\"2707206\",3,\"Alagoas\",\"Poço das Trincheiras\",,\"BRA.2.77_1\",,,\"BRAL2707206\",\"2707206\",-9.28512192,-37.2778969476536,14418,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"db144ca4\",2707305,2707305,\"BR_AL\",\"2707305\",3,\"Alagoas\",\"Porto Calvo\",,\"BRA.2.78_1\",\"ChIJJ3tVlZftAAcRe01JCLE8200\",,\"BRAL2707305\",\"2707305\",-9.03554058,-35.4247758893214,27249,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a95c6ab7\",2707404,2707404,\"BR_AL\",\"2707404\",3,\"Alagoas\",\"Porto de Pedras\",,\"BRA.2.79_1\",,,\"BRAL2707404\",\"2707404\",-9.145637035,-35.4024233945177,7701,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"36fa9523\",2707503,2707503,\"BR_AL\",\"2707503\",3,\"Alagoas\",\"Porto Real do Colégio\",,\"BRA.2.80_1\",,,\"BRAL2707503\",\"2707503\",-10.11586046,-36.7238383872903,20112,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"43bb1bec\",2707602,2707602,\"BR_AL\",\"2707602\",3,\"Alagoas\",\"Quebrangulo\",,\"BRA.2.81_1\",,,\"BRAL2707602\",\"2707602\",-9.30557394,-36.4793542600678,11248,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"db702061\",2707701,2707701,\"BR_AL\",\"2707701\",3,\"Alagoas\",\"Rio Largo\",,\"BRA.2.82_1\",\"ChIJAThPyDw0AQcRZ3Jb1SP59XY\",,\"BRAL2707701\",\"2707701\",-9.48632908,-35.8582416787574,75394,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a72b57ca\",2707800,2707800,\"BR_AL\",\"2707800\",3,\"Alagoas\",\"Roteiro\",,\"BRA.2.83_1\",,,\"BRAL2707800\",\"2707800\",-9.87375021,-35.9713531809092,6649,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df358559\",2707909,2707909,\"BR_AL\",\"2707909\",3,\"Alagoas\",\"Santa Luzia do Norte\",,\"BRA.2.84_1\",,,\"BRAL2707909\",\"2707909\",-9.60939884,-35.8275304402042,7320,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1838b311\",2708006,2708006,\"BR_AL\",\"2708006\",3,\"Alagoas\",\"Santana do Ipanema\",,\"BRA.2.85_1\",\"ChIJf8zqj9YhBgcRPrEdl28pTIs\",,\"BRAL2708006\",\"2708006\",-9.34615517,-37.1930846384415,47819,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"80f3889c\",2708105,2708105,\"BR_AL\",\"2708105\",3,\"Alagoas\",\"Santana do Mundaú\",,\"BRA.2.86_1\",,,\"BRAL2708105\",\"2708105\",-9.131427765,-36.187008883235,10687,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f5b20653\",2708204,2708204,\"BR_AL\",\"2708204\",3,\"Alagoas\",\"São Brás\",,\"BRA.2.87_1\",,,\"BRAL2708204\",\"2708204\",-10.114932535,-36.8529779316939,6969,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6a14f9c7\",2708303,2708303,\"BR_AL\",\"2708303\",3,\"Alagoas\",\"São José da Laje\",,\"BRA.2.88_1\",\"ChIJkXT4UsUwBwcRdi4crwGrLwQ\",,\"BRAL2708303\",\"2708303\",-8.98521662,-36.0356197373373,23996,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"185cdfd4\",2708402,2708402,\"BR_AL\",\"2708402\",3,\"Alagoas\",\"São José da Tapera\",,\"BRA.2.89_1\",\"ChIJU2q7hKesCAcRm_17bXKt-Vs\",,\"BRAL2708402\",\"2708402\",-9.528921125,-37.4943143824957,32405,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8097e459\",2708501,2708501,\"BR_AL\",\"2708501\",3,\"Alagoas\",\"São Luís do Quitunde\",,\"BRA.2.90_1\",\"ChIJY7b2jHHfAAcRZU9uxzj3l54\",,\"BRAL2708501\",\"2708501\",-9.24310684,-35.6375049692735,34692,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f5d66a96\",2708600,2708600,\"BR_AL\",\"2708600\",3,\"Alagoas\",\"São Miguel dos Campos\",,\"BRA.2.91_1\",\"ChIJlVElSmEdBAcRIsjBLexG7qs\",,\"BRAL2708600\",\"2708600\",-9.85712385,-36.1362864942553,61797,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8dc8b805\",2708709,2708709,\"BR_AL\",\"2708709\",3,\"Alagoas\",\"São Miguel dos Milagres\",,\"BRA.2.92_1\",,,\"BRAL2708709\",\"2708709\",-9.237778185,-35.3862030732801,8013,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f193cfae\",2708808,2708808,\"BR_AL\",\"2708808\",3,\"Alagoas\",\"São Sebastião\",,\"BRA.2.93_1\",\"ChIJUU3kTUoyBAcR8GIhGt3zNY0\",,\"BRAL2708808\",\"2708808\",-9.963340285,-36.5519613335041,34290,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"60eeb808\",2708907,2708907,\"BR_AL\",\"2708907\",3,\"Alagoas\",\"Satuba\",,\"BRA.2.94_1\",\"ChIJV5W3rppJAQcRSZ7GQM1GpOQ\",,\"BRAL2708907\",\"2708907\",-9.57996702,-35.8542360717788,13936,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6a9e7cdb\",2708956,2708956,\"BR_AL\",\"2708956\",3,\"Alagoas\",\"Senador Rui Palmeira\",,\"BRA.2.95_1\",,,\"BRAL2708956\",\"2708956\",-9.36947584,-37.5271046250467,13921,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e8ab558\",2709004,2709004,\"BR_AL\",\"2709004\",3,\"Alagoas\",\"Tanque d'Arca\",,\"BRA.2.96_1\",,,\"BRAL2709004\",\"2709004\",-9.55487156,-36.4253351447294,6138,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d12c4acc\",2709103,2709103,\"BR_AL\",\"2709103\",3,\"Alagoas\",\"Taquarana\",,\"BRA.2.97_1\",,,\"BRAL2709103\",\"2709103\",-9.6140151,-36.5071272933146,20072,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"db5c8e1f\",2709152,2709152,\"BR_AL\",\"2709152\",3,\"Alagoas\",\"Teotônio Vilela\",,\"BRA.2.98_1\",\"ChIJj5ekU6AkBAcR4YLvSGAxRhI\",,\"BRAL2709152\",\"2709152\",-9.94801235,-36.36198621123,44372,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a46dc403\",2709202,2709202,\"BR_AL\",\"2709202\",3,\"Alagoas\",\"Traipu\",,\"BRA.2.99_1\",,,\"BRAL2709202\",\"2709202\",-9.88651657,-37.0183662203972,27826,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ca6ff8e\",2709301,2709301,\"BR_AL\",\"2709301\",3,\"Alagoas\",\"União dos Palmares\",,\"BRA.2.100_1\",\"ChIJm3JfSxUpBwcR2PtBVFiXj9s\",,\"BRAL2709301\",\"2709301\",-9.12702465,-35.9876081201146,65790,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4eeed99d\",2709400,2709400,\"BR_AL\",\"2709400\",3,\"Alagoas\",\"Viçosa\",,\"BRA.2.101_1\",\"ChIJLaEQYuzCBgcRiod1dsp7tQU\",,\"BRAL2709400\",\"2709400\",-9.328165055,-36.2673458727194,25693,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bff3694b\",1600105,1600105,\"BR_AP\",\"1600105\",3,\"Amapá\",\"Amapá\",,\"BRA.3.1_1\",,,\"BRAP1600105\",\"1600105\",1.668333055,-50.2445390256496,9187,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cab2e784\",1600204,1600204,\"BR_AP\",\"1600204\",3,\"Amapá\",\"Calçoene\",,\"BRA.3.2_1\",,,\"BRAP1600204\",\"1600204\",2.61788857,-51.2395186258378,11306,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3aca73f0\",1600212,1600212,\"BR_AP\",\"1600212\",3,\"Amapá\",\"Cutias\",,\"BRA.3.3_1\",,,\"BRAP1600212\",\"1600212\",1.06744498,-50.3276668111132,6101,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e829f86c\",1600238,1600238,\"BR_AP\",\"1600238\",3,\"Amapá\",\"Ferreira Gomes\",,\"BRA.3.4_1\",,,\"BRAP1600238\",\"1600238\",0.87792301,-51.2256724330826,7967,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"29a18662\",1600253,1600253,\"BR_AP\",\"1600253\",3,\"Amapá\",\"Itaubal\",,\"BRA.3.5_1\",,,\"BRAP1600253\",\"1600253\",0.48538351,-50.6209559699258,5617,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fb420dfe\",1600279,1600279,\"BR_AP\",\"1600279\",3,\"Amapá\",\"Laranjal do Jari\",,\"BRA.3.6_1\",\"ChIJx_-TD-xhfI0RRWBuLQh-bZ0\",,\"BRAP1600279\",\"1600279\",0.780734005,-52.9396327149335,51362,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"55141810\",1600303,1600303,\"BR_AP\",\"1600303\",3,\"Amapá\",\"Macapá\",,\"BRA.3.7_1\",\"ChIJ4xKJWt2UYY0RSAEk1flxDwY\",,\"BRAP1600303\",\"1600303\",0.585156975,-50.9625664155271,512902,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"275c3e03\",1600402,1600402,\"BR_AP\",\"1600402\",3,\"Amapá\",\"Mazagão\",,\"BRA.3.8_1\",,,\"BRAP1600402\",\"1600402\",-0.047846,-51.9782094729275,22053,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf97058e\",1600501,1600501,\"BR_AP\",\"1600501\",3,\"Amapá\",\"Oiapoque\",,\"BRA.3.9_1\",\"ChIJYfkyuT7FbI0REP29tDKxuaE\",,\"BRAP1600501\",\"1600501\",3.193099975,-51.7735054286878,27906,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b583ad98\",1600154,1600154,\"BR_AP\",\"1600154\",3,\"Amapá\",\"Pedra Branca do Amapari\",,\"BRA.3.10_1\",,,\"BRAP1600154\",\"1600154\",1.23189795,-52.6878438168868,17067,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93d79254\",1600535,1600535,\"BR_AP\",\"1600535\",3,\"Amapá\",\"Porto Grande\",,\"BRA.3.11_1\",,,\"BRAP1600535\",\"1600535\",0.614044995,-51.724164633392,22452,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b5e7c15d\",1600550,1600550,\"BR_AP\",\"1600550\",3,\"Amapá\",\"Pracuúba\",,\"BRA.3.12_1\",,,\"BRAP1600550\",\"1600550\",1.609450515,-50.7368874656108,5246,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cad68b41\",1600600,1600600,\"BR_AP\",\"1600600\",3,\"Amapá\",\"Santana\",,\"BRA.3.13_1\",\"ChIJXS69_U_jYY0RMt5ERY-i0X4\",,\"BRAP1600600\",\"1600600\",0.177762505,-51.423915525929,123096,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c346f739\",1600055,1600055,\"BR_AP\",\"1600055\",3,\"Amapá\",\"Serra do Navio\",,\"BRA.3.14_1\",,,\"BRAP1600055\",\"1600055\",1.63991201,-52.2716630674718,5488,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b2c859d2\",1600709,1600709,\"BR_AP\",\"1600709\",3,\"Amapá\",\"Tartarugalzinho\",,\"BRA.3.15_1\",,,\"BRAP1600709\",\"1600709\",1.309481025,-50.9293638878386,17769,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce932e79\",1600808,1600808,\"BR_AP\",\"1600808\",3,\"Amapá\",\"Vitória do Jari\",,\"BRA.3.16_1\",,,\"BRAP1600808\",\"1600808\",-1.01926249,-52.0509249738943,16254,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d57cbc66\",1300029,1300029,\"BR_AM\",\"1300029\",3,\"Amazonas\",\"Alvarães\",,\"BRA.4.1_1\",,,\"BRAM1300029\",\"1300029\",-3.678478955,-65.3448343049543,16220,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c8ccc1c6\",1300060,1300060,\"BR_AM\",\"1300060\",3,\"Amazonas\",\"Amaturá\",,\"BRA.4.2_1\",,,\"BRAM1300060\",\"1300060\",-3.42110455,-68.3500510974784,11736,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf2c497d\",1300086,1300086,\"BR_AM\",\"1300086\",3,\"Amazonas\",\"Anamã\",,\"BRA.4.3_1\",,,\"BRAM1300086\",\"1300086\",-3.485560415,-61.6685005181441,13956,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"715a6d5b\",1300102,1300102,\"BR_AM\",\"1300102\",3,\"Amazonas\",\"Anori\",,\"BRA.4.4_1\",,,\"BRAM1300102\",\"1300102\",-4.153023,-62.0826930372886,21477,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fc550d6a\",1300144,1300144,\"BR_AM\",\"1300144\",3,\"Amazonas\",\"Apuí\",,\"BRA.4.5_1\",,,\"BRAM1300144\",\"1300144\",-7.58953285,-59.4424074099825,22359,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ea1582b8\",1300201,1300201,\"BR_AM\",\"1300201\",3,\"Amazonas\",\"Atalaia do Norte\",,\"BRA.4.6_1\",,,\"BRAM1300201\",\"1300201\",-5.67079949,-71.7299657872844,20398,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9cd0d819\",1300300,1300300,\"BR_AM\",\"1300300\",3,\"Amazonas\",\"Autazes\",,\"BRA.4.7_1\",,,\"BRAM1300300\",\"1300300\",-3.81881094,-59.4493031220081,40290,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e0437638\",1300409,1300409,\"BR_AM\",\"1300409\",3,\"Amazonas\",\"Barcelos\",,\"BRA.4.8_1\",,,\"BRAM1300409\",\"1300409\",-0.1416985,-63.1865401280592,27638,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"96862c99\",1300508,1300508,\"BR_AM\",\"1300508\",3,\"Amazonas\",\"Barreirinha\",,\"BRA.4.9_1\",,,\"BRAM1300508\",\"1300508\",-3.130931495,-57.2394953070246,32483,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"047f8f51\",1300607,1300607,\"BR_AM\",\"1300607\",3,\"Amazonas\",\"Benjamin Constant\",,\"BRA.4.10_1\",,,\"BRAM1300607\",\"1300607\",-5.49388051,-70.3182503187771,43935,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c63179a7\",1300631,1300631,\"BR_AM\",\"1300631\",3,\"Amazonas\",\"Beruri\",,\"BRA.4.11_1\",,,\"BRAM1300631\",\"1300631\",-4.539117575,-61.7353302638953,20093,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"52c290fa\",1300680,1300680,\"BR_AM\",\"1300680\",3,\"Amazonas\",\"Boa Vista do Ramos\",,\"BRA.4.12_1\",,,\"BRAM1300680\",\"1300680\",-3.153918985,-57.9046777842635,19626,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"72bad5f0\",1300706,1300706,\"BR_AM\",\"1300706\",3,\"Amazonas\",\"Boca do Acre\",,\"BRA.4.13_1\",\"ChIJ68dikK2ggJERu6nZaNPic14\",,\"BRAM1300706\",\"1300706\",-8.81631088,-68.0860275160416,34635,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e0efc377\",1300805,1300805,\"BR_AM\",\"1300805\",3,\"Amazonas\",\"Borba\",,\"BRA.4.14_1\",,,\"BRAM1300805\",\"1300805\",-5.33443856,-59.2387503337277,41748,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c274dc9f\",1300839,1300839,\"BR_AM\",\"1300839\",3,\"Amazonas\",\"Caapiranga\",,\"BRA.4.15_1\",,,\"BRAM1300839\",\"1300839\",-3.04201198,-61.9378236124006,13283,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"962a99d6\",1300904,1300904,\"BR_AM\",\"1300904\",3,\"Amazonas\",\"Canutama\",,\"BRA.4.16_1\",,,\"BRAM1300904\",\"1300904\",-7.461709975,-63.9053627877314,15807,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"512d31b3\",1301001,1301001,\"BR_AM\",\"1301001\",3,\"Amazonas\",\"Carauari\",,\"BRA.4.17_1\",,,\"BRAM1301001\",\"1301001\",-5.17168689,-67.4954528848797,28508,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27e86b12\",1301100,1301100,\"BR_AM\",\"1301100\",3,\"Amazonas\",\"Careiro\",,\"BRA.4.19_1\",,,\"BRAM1301100\",\"1301100\",-3.74696052,-60.1453010840149,38348,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"234327f3\",1301159,1301159,\"BR_AM\",\"1301159\",3,\"Amazonas\",\"Careiro da Várzea\",,\"BRA.4.18_1\",,,\"BRAM1301159\",\"1301159\",-3.314362525,-59.5560412027559,30846,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5c726def\",1301209,1301209,\"BR_AM\",\"1301209\",3,\"Amazonas\",\"Coari\",,\"BRA.4.20_1\",\"ChIJ4xom88FoFpIR0tDSXMTLzPs\",,\"BRAM1301209\",\"1301209\",-4.035830975,-63.5352047283783,85910,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2ab7374e\",1301308,1301308,\"BR_AM\",\"1301308\",3,\"Amazonas\",\"Codajás\",,\"BRA.4.21_1\",,,\"BRAM1301308\",\"1301308\",-3.121338965,-63.2069961168992,29168,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf473c5a\",1301407,1301407,\"BR_AM\",\"1301407\",3,\"Amazonas\",\"Eirunepé\",,\"BRA.4.22_1\",,,\"BRAM1301407\",\"1301407\",-7.15204358,-70.1608100255469,35700,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c98266fb\",1301506,1301506,\"BR_AM\",\"1301506\",3,\"Amazonas\",\"Envira\",,\"BRA.4.23_1\",,,\"BRAM1301506\",\"1301506\",-7.81721163,-70.4369739661463,20393,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"52cd8918\",1301605,1301605,\"BR_AM\",\"1301605\",3,\"Amazonas\",\"Fonte Boa\",,\"BRA.4.24_1\",,,\"BRAM1301605\",\"1301605\",-2.549983505,-66.9138151158033,17005,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"58bd4dcb\",1301654,1301654,\"BR_AM\",\"1301654\",3,\"Amazonas\",\"Guajará\",,\"BRA.4.25_1\",,,\"BRAM1301654\",\"1301654\",-7.312761545,-72.7619325490527,16937,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2408d3b9\",1301704,1301704,\"BR_AM\",\"1301704\",3,\"Amazonas\",\"Humaitá\",,\"BRA.4.26_1\",\"ChIJZ2Rqg-_ZMJIRh2_HMMgvYrY\",,\"BRAM1301704\",\"1301704\",-7.506398675,-62.5968680412034,56144,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b1300127\",1301803,1301803,\"BR_AM\",\"1301803\",3,\"Amazonas\",\"Ipixuna\",,\"BRA.4.27_1\",,,\"BRAM1301803\",\"1301803\",-7.24063706,-71.5097621152023,30436,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb40c5f4\",1301852,1301852,\"BR_AM\",\"1301852\",3,\"Amazonas\",\"Iranduba\",,\"BRA.4.28_1\",\"ChIJG6NauR72a5IRhJMUKcg1Nnc\",,\"BRAM1301852\",\"1301852\",-3.085806965,-60.6656916540834,49011,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c7f55b86\",1301902,1301902,\"BR_AM\",\"1301902\",3,\"Amazonas\",\"Itacoatiara\",,\"BRA.4.29_1\",\"ChIJtcjfJys0b5IRYopfymXrQq8\",,\"BRAM1301902\",\"1301902\",-3.13430953,-58.8144012659702,102701,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"238bfe79\",1301951,1301951,\"BR_AM\",\"1301951\",3,\"Amazonas\",\"Itamarati\",,\"BRA.4.30_1\",,,\"BRAM1301951\",\"1301951\",-6.72723794,-67.9039345850615,7814,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4d43166f\",1302009,1302009,\"BR_AM\",\"1302009\",3,\"Amazonas\",\"Itapiranga\",,,,,\"BRAM1302009\",\"1302009\",-2.7461205,-58.025377,9230,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3b864cce\",1302108,1302108,\"BR_AM\",\"1302108\",3,\"Amazonas\",\"Japurá\",,\"BRA.4.31_1\",,,\"BRAM1302108\",\"1302108\",-1.38274455,-68.7714161903265,2251,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a97fef06\",1302207,1302207,\"BR_AM\",\"1302207\",3,\"Amazonas\",\"Juruá\",,\"BRA.4.32_1\",,,\"BRAM1302207\",\"1302207\",-3.377526995,-66.4542492656154,15106,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dfbab5a7\",1302306,1302306,\"BR_AM\",\"1302306\",3,\"Amazonas\",\"Jutaí\",,\"BRA.4.33_1\",,,\"BRAM1302306\",\"1302306\",-4.50741911,-68.2424231058245,13886,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"43fcf298\",1302405,1302405,\"BR_AM\",\"1302405\",3,\"Amazonas\",\"Lábrea\",,\"BRA.4.34_1\",,,\"BRAM1302405\",\"1302405\",-8.383716105,-65.7105700561857,46882,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3539a839\",1302504,1302504,\"BR_AM\",\"1302504\",3,\"Amazonas\",\"Manacapuru\",,\"BRA.4.35_1\",\"ChIJb0vz2tBha5IRThtmdBlvO_c\",,\"BRAM1302504\",\"1302504\",-3.2794559,-60.7135045181769,98502,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d62ac9df\",1302553,1302553,\"BR_AM\",\"1302553\",3,\"Amazonas\",\"Manaquiri\",,\"BRA.4.36_1\",,,\"BRAM1302553\",\"1302553\",-3.74064946,-60.6602265074323,33049,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a91b83c3\",1302603,1302603,\"BR_AM\",\"1302603\",3,\"Amazonas\",\"Manaus\",,,\"ChIJW6jl1mcFbJIR3OKFSQxz2_A\",,\"BRAM1302603\",\"1302603\",-3.1316333,-59.9825041,2219580,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dfded962\",1302702,1302702,\"BR_AM\",\"1302702\",3,\"Amazonas\",\"Manicoré\",,\"BRA.4.37_1\",\"ChIJtVfe6UwfOJIRiYxVsRoPzr8\",,\"BRAM1302702\",\"1302702\",-6.786435845,-61.1104793740469,56583,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4d8bcfe5\",1302801,1302801,\"BR_AM\",\"1302801\",3,\"Amazonas\",\"Maraã\",,\"BRA.4.38_1\",,,\"BRAM1302801\",\"1302801\",-2.60697091,-64.7044416037914,18261,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3b4e9544\",1302900,1302900,\"BR_AM\",\"1302900\",3,\"Amazonas\",\"Maués\",,\"BRA.4.39_1\",\"ChIJe7xMTDORXJIRS53Z61pfQh8\",,\"BRAM1302900\",\"1302900\",-5.241605045,-58.1949626729451,65040,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"12475c0d\",1303007,1303007,\"BR_AM\",\"1303007\",3,\"Amazonas\",\"Nhamundá\",,\"BRA.4.40_1\",,,\"BRAM1303007\",\"1303007\",-1.087163505,-58.4430460632642,21443,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"648206ac\",1303106,1303106,\"BR_AM\",\"1303106\",3,\"Amazonas\",\"Nova Olinda do Norte\",,\"BRA.4.41_1\",,,\"BRAM1303106\",\"1303106\",-4.024966005,-58.5870027424395,38026,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ffcde94f\",1303205,1303205,\"BR_AM\",\"1303205\",3,\"Amazonas\",\"Novo Airão\",,\"BRA.4.42_1\",,,\"BRAM1303205\",\"1303205\",-1.809562985,-61.0163909762043,19928,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8908b3ee\",1303304,1303304,\"BR_AM\",\"1303304\",3,\"Amazonas\",\"Novo Aripuanã\",,\"BRA.4.43_1\",,,\"BRAM1303304\",\"1303304\",-6.82655859,-60.2268374086581,26046,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"122330c8\",1303403,1303403,\"BR_AM\",\"1303403\",3,\"Amazonas\",\"Parintins\",,\"BRA.4.44_1\",\"ChIJ3X20jO-JY5IRs5TrTK3jgHA\",,\"BRAM1303403\",\"1303403\",-2.792515395,-56.6883561231174,115363,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"64e66a69\",1303502,1303502,\"BR_AM\",\"1303502\",3,\"Amazonas\",\"Pauini\",,\"BRA.4.45_1\",,,\"BRAM1303502\",\"1303502\",-7.791753055,-68.2331515193257,19522,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"48a6fdb3\",1303536,1303536,\"BR_AM\",\"1303536\",3,\"Amazonas\",\"Presidente Figueiredo\",,\"BRA.4.46_1\",\"ChIJMSgW1IDlc5IRmw2wMR4j16w\",,\"BRAM1303536\",\"1303536\",-1.221631465,-60.1141735686662,37193,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a56e1467\",1303569,1303569,\"BR_AM\",\"1303569\",3,\"Amazonas\",\"Rio Preto da Eva\",,\"BRA.4.47_1\",\"ChIJqS0NObyFbpIRDFNhaaE8ulk\",,\"BRAM1303569\",\"1303569\",-2.512818935,-59.5993932717421,34106,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ffa9858a\",1303601,1303601,\"BR_AM\",\"1303601\",3,\"Amazonas\",\"Santa Isabel do Rio Negro\",,\"BRA.4.48_1\",,,\"BRAM1303601\",\"1303601\",-0.250024505,-64.9895831591725,25865,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"896cdf2b\",1303700,1303700,\"BR_AM\",\"1303700\",3,\"Amazonas\",\"Santo Antônio do Içá\",,\"BRA.4.49_1\",,,\"BRAM1303700\",\"1303700\",-3.080705525,-69.0651739045868,21243,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fbec20b2\",1303809,1303809,\"BR_AM\",\"1303809\",3,\"Amazonas\",\"São Gabriel da Cachoeira\",,\"BRA.4.50_1\",\"ChIJMUft-yLy_40R-Dl3khw1a4Y\",,\"BRAM1303809\",\"1303809\",0.3576345,-68.1658501004777,46303,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8d297a13\",1303908,1303908,\"BR_AM\",\"1303908\",3,\"Amazonas\",\"São Paulo de Olivença\",,\"BRA.4.51_1\",,,\"BRAM1303908\",\"1303908\",-4.738663435,-69.5253256352372,40073,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"60e193c7\",1303957,1303957,\"BR_AM\",\"1303957\",3,\"Amazonas\",\"São Sebastião do Uatumã\",,\"BRA.4.52_1\",,,\"BRAM1303957\",\"1303957\",-4.032804965,-69.6999612211894,14352,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"619e0598\",1304005,1304005,\"BR_AM\",\"1304005\",3,\"Amazonas\",\"Silves\",,\"BRA.4.53_1\",,,\"BRAM1304005\",\"1304005\",-2.83907247,-58.5034836678873,9230,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a9a037bd\",1304062,1304062,\"BR_AM\",\"1304062\",3,\"Amazonas\",\"Tabatinga\",,\"BRA.4.54_1\",\"ChIJix5k523x8pERHUrjC0ubNkE\",,\"BRAM1304062\",\"1304062\",-1.895765485,-58.8105968634955,67182,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"175b5f39\",1304104,1304104,\"BR_AM\",\"1304104\",3,\"Amazonas\",\"Tapauá\",,\"BRA.4.55_1\",,,\"BRAM1304104\",\"1304104\",-5.93401098,-65.9724203314636,17015,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b7974c3\",1304203,1304203,\"BR_AM\",\"1304203\",3,\"Amazonas\",\"Tefé\",,\"BRA.4.56_1\",\"ChIJw4oVSqu9GJIRM7zYYzJEiMU\",,\"BRAM1304203\",\"1304203\",-4.412130355,-65.5776172680579,59547,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a739e319\",1304237,1304237,\"BR_AM\",\"1304237\",3,\"Amazonas\",\"Tonantins\",,\"BRA.4.57_1\",,,\"BRAM1304237\",\"1304237\",-2.576834915,-67.4738698604501,18897,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"442a82ff\",1304260,1304260,\"BR_AM\",\"1304260\",3,\"Amazonas\",\"Uarini\",,\"BRA.4.58_1\",,,\"BRAM1304260\",\"1304260\",-3.20255256,-65.4295017629708,13690,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fdbc2e62\",1304302,1304302,\"BR_AM\",\"1304302\",3,\"Amazonas\",\"Urucará\",,\"BRA.4.59_1\",,,\"BRAM1304302\",\"1304302\",-1.249723015,-58.7875848569367,16130,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"61fa695d\",1304401,1304401,\"BR_AM\",\"1304401\",3,\"Amazonas\",\"Urucurituba\",,\"BRA.4.60_1\",,,\"BRAM1304401\",\"1304401\",-2.83574748,-57.8319915777338,23585,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"01fcbdbe\",2900108,2900108,\"BR_BA\",\"2900108\",3,\"Bahia\",\"Abaíra\",,\"BRA.5.1_1\",,,\"BRBA2900108\",\"2900108\",-13.272964475,-41.6885851937509,8710,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93051e76\",2900207,2900207,\"BR_BA\",\"2900207\",3,\"Bahia\",\"Abaré\",,\"BRA.5.2_1\",,,\"BRBA2900207\",\"2900207\",-8.871037485,-39.3472334969888,20347,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e5c044d7\",2900306,2900306,\"BR_BA\",\"2900306\",3,\"Bahia\",\"Acajutiba\",,\"BRA.5.3_1\",,,\"BRBA2900306\",\"2900306\",-11.64316225,-38.0005257223332,15187,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"01bee128\",2900355,2900355,\"BR_BA\",\"2900355\",3,\"Bahia\",\"Adustina\",,\"BRA.5.4_1\",,,\"BRBA2900355\",\"2900355\",-10.573693275,-38.0267490237895,17126,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"798603e8\",2900405,2900405,\"BR_BA\",\"2900405\",3,\"Bahia\",\"Água Fria\",,\"BRA.5.5_1\",,,\"BRBA2900405\",\"2900405\",-11.856321815,-38.7044110817255,17033,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"936172b3\",2900603,2900603,\"BR_BA\",\"2900603\",3,\"Bahia\",\"Aiquara\",,\"BRA.5.6_1\",,,\"BRBA2900603\",\"2900603\",-14.092674735,-39.8947296371239,4416,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e5a42812\",2900702,2900702,\"BR_BA\",\"2900702\",3,\"Bahia\",\"Alagoinhas\",,\"BRA.5.7_1\",\"ChIJlQuMSu67FgcRCH9MhiegYLA\",,\"BRBA2900702\",\"2900702\",-12.093334675,-38.3574382235009,152327,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"77f13e95\",2900801,2900801,\"BR_BA\",\"2900801\",3,\"Bahia\",\"Alcobaça\",,\"BRA.5.8_1\",\"ChIJCcAMWr4eNQcRVT51k-qBOkE\",,\"BRBA2900801\",\"2900801\",-17.47736168,-39.3995872452524,22490,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"01346434\",2900900,2900900,\"BR_BA\",\"2900900\",3,\"Bahia\",\"Almadina\",,\"BRA.5.9_1\",,,\"BRBA2900900\",\"2900900\",-14.70493507,-39.6699971071965,5366,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"283dad7d\",2901007,2901007,\"BR_BA\",\"2901007\",3,\"Bahia\",\"Amargosa\",,\"BRA.5.10_1\",\"ChIJGatTy7jcPwcRR1wAKF67-UQ\",,\"BRBA2901007\",\"2901007\",-13.03499985,-39.6604996733327,37441,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5ef8f7dc\",2901106,2901106,\"BR_BA\",\"2901106\",3,\"Bahia\",\"Amélia Rodrigues\",,\"BRA.5.11_1\",\"ChIJtfPXSF8sFAcRCH0sARlM-fM\",,\"BRBA2901106\",\"2901106\",-12.43345642,-38.7297950882705,25048,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ba865223\",2901155,2901155,\"BR_BA\",\"2901155\",3,\"Bahia\",\"América Dourada\",,\"BRA.5.12_1\",,,\"BRBA2901155\",\"2901155\",-11.433457375,-41.557866499051,16090,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c5b7183f\",2901205,2901205,\"BR_BA\",\"2901205\",3,\"Bahia\",\"Anagé\",,\"BRA.5.13_1\",,,\"BRBA2901205\",\"2901205\",-14.611588475,-40.8928395001546,21607,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b372429e\",2901304,2901304,\"BR_BA\",\"2901304\",3,\"Bahia\",\"Andaraí\",,\"BRA.5.14_1\",,,\"BRBA2901304\",\"2901304\",-12.86706638,-41.3040515717186,13132,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"50612378\",2901353,2901353,\"BR_BA\",\"2901353\",3,\"Bahia\",\"Andorinha\",,\"BRA.5.15_1\",,,\"BRBA2901353\",\"2901353\",-10.243267055,-39.9059516547435,14503,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2859c1b8\",2901403,2901403,\"BR_BA\",\"2901403\",3,\"Bahia\",\"Angical\",,\"BRA.5.16_1\",,,\"BRBA2901403\",\"2901403\",-11.978372575,-44.6527969337827,13938,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5e9c9b19\",2901502,2901502,\"BR_BA\",\"2901502\",3,\"Bahia\",\"Anguera\",,\"BRA.5.17_1\",,,\"BRBA2901502\",\"2901502\",-12.170181755,-39.2278250964356,11297,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c5d374fa\",2901601,2901601,\"BR_BA\",\"2901601\",3,\"Bahia\",\"Antas\",,\"BRA.5.18_1\",,,\"BRBA2901601\",\"2901601\",-10.38372135,-38.3035480931516,19479,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b3162e5b\",2901700,2901700,\"BR_BA\",\"2901700\",3,\"Bahia\",\"Antônio Cardoso\",,\"BRA.5.19_1\",,,\"BRBA2901700\",\"2901700\",-12.382644175,-39.1547651552564,11677,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c196d1c2\",2901809,2901809,\"BR_BA\",\"2901809\",3,\"Bahia\",\"Antônio Gonçalves\",,\"BRA.5.20_1\",,,\"BRBA2901809\",\"2901809\",-10.60278225,-40.2467209243002,11878,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7538b63\",2901908,2901908,\"BR_BA\",\"2901908\",3,\"Bahia\",\"Aporá\",,\"BRA.5.21_1\",,,\"BRBA2901908\",\"2901908\",-11.731615545,-38.190395397478,17788,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5a9b62b7\",2901957,2901957,\"BR_BA\",\"2901957\",3,\"Bahia\",\"Apuarema\",,\"BRA.5.22_1\",,,\"BRBA2901957\",\"2901957\",-13.82867384,-39.7328523955804,7302,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"def6a76c\",2902054,2902054,\"BR_BA\",\"2902054\",3,\"Bahia\",\"Araçás\",,\"BRA.5.23_1\",,,\"BRBA2902054\",\"2902054\",-12.14402533,-38.2030650998158,12208,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d48663bf\",2902005,2902005,\"BR_BA\",\"2902005\",3,\"Bahia\",\"Aracatu\",,\"BRA.5.24_1\",\"ChIJUZAZaVwrRAcRmwZt3NWQa2E\",,\"BRBA2902005\",\"2902005\",-14.32730484,-41.3783748527551,13045,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a243391e\",2902104,2902104,\"BR_BA\",\"2902104\",3,\"Bahia\",\"Araci\",,\"BRA.5.25_1\",\"ChIJC3JCTkTIEwcRB6PTsx0yJmU\",,\"BRBA2902104\",\"2902104\",-11.246409895,-39.0531332865389,54648,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3e6112e4\",2902203,2902203,\"BR_BA\",\"2902203\",3,\"Bahia\",\"Aramari\",,\"BRA.5.26_1\",,,\"BRBA2902203\",\"2902203\",-12.065769195,-38.5135771220506,11461,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3411d637\",2902252,2902252,\"BR_BA\",\"2902252\",3,\"Bahia\",\"Arataca\",,\"BRA.5.27_1\",,,\"BRBA2902252\",\"2902252\",-15.219263555,-39.4150748818201,10961,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"48a44845\",2902302,2902302,\"BR_BA\",\"2902302\",3,\"Bahia\",\"Aratuípe\",,\"BRA.5.29_1\",,,\"BRBA2902302\",\"2902302\",-13.06760979,-38.9725045383654,8837,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d4e20f7a\",2902401,2902401,\"BR_BA\",\"2902401\",3,\"Bahia\",\"Aurelino Leal\",,\"BRA.5.30_1\",,,\"BRBA2902401\",\"2902401\",-14.358367445,-39.5018695870388,11299,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a22755db\",2902500,2902500,\"BR_BA\",\"2902500\",3,\"Bahia\",\"Baianópolis\",,\"BRA.5.31_1\",,,\"BRBA2902500\",\"2902500\",-12.677354335,-44.4254978093831,13929,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d9bd5326\",2902609,2902609,\"BR_BA\",\"2902609\",3,\"Bahia\",\"Baixa Grande\",,\"BRA.5.32_1\",,,\"BRBA2902609\",\"2902609\",-11.967018605,-40.1397034834242,20449,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3cd97f5\",2902658,2902658,\"BR_BA\",\"2902658\",3,\"Bahia\",\"Banzaê\",,\"BRA.5.33_1\",,,\"BRBA2902658\",\"2902658\",-10.62470007,-38.6344603577846,13240,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"af780987\",2902708,2902708,\"BR_BA\",\"2902708\",3,\"Bahia\",\"Barra\",,\"BRA.5.38_1\",\"ChIJ97RHw4Z_ZgcRt6GoExiOTCg\",,\"BRBA2902708\",\"2902708\",-11.021594525,-43.5340921783751,53910,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"349b532b\",2902807,2902807,\"BR_BA\",\"2902807\",3,\"Bahia\",\"Barra da Estiva\",,\"BRA.5.35_1\",\"ChIJJRtafzJQQQcR1DOW73keNFM\",,\"BRBA2902807\",\"2902807\",-13.67595911,-41.3086021615551,20392,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"425e098a\",2902906,2902906,\"BR_BA\",\"2902906\",3,\"Bahia\",\"Barra do Choça\",,\"BRA.5.34_1\",\"ChIJq9jdpZbLRwcR2GSmdToAH24\",,\"BRBA2902906\",\"2902906\",-14.860748765,-40.5596032617326,31209,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8559a1ef\",2903003,2903003,\"BR_BA\",\"2903003\",3,\"Bahia\",\"Barra do Mendes\",,\"BRA.5.36_1\",,,\"BRBA2903003\",\"2903003\",-12.026560785,-42.0861746693617,13833,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f39cfb4e\",2903102,2903102,\"BR_BA\",\"2903102\",3,\"Bahia\",\"Barra do Rocha\",,\"BRA.5.37_1\",,,\"BRBA2903102\",\"2903102\",-14.052013875,-39.589893241037,5612,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"68d314ad\",2903201,2903201,\"BR_BA\",\"2903201\",3,\"Bahia\",\"Barreiras\",,\"BRA.5.39_1\",\"ChIJNQ4kf6-KXwcR_hMAtN3sHkU\",,\"BRBA2903201\",\"2903201\",-12.091521265,-45.609060265455,156975,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"44938377\",2903235,2903235,\"BR_BA\",\"2903235\",3,\"Bahia\",\"Barro Alto\",,\"BRA.5.40_1\",,,\"BRBA2903235\",\"2903235\",-11.832293035,-41.8860313046224,15054,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1e164e0c\",2903300,2903300,\"BR_BA\",\"2903300\",3,\"Bahia\",\"Barro Preto\",,\"BRA.5.41_1\",,,\"BRBA2903300\",\"2903300\",-14.751856805,-39.4007975518167,5448,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b9f617c9\",2903276,2903276,\"BR_BA\",\"2903276\",3,\"Bahia\",\"Barrocas\",,,,,\"BRBA2903276\",\"2903276\",-11.5165,-39.0992828947368,16105,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6285e02d\",2903409,2903409,\"BR_BA\",\"2903409\",3,\"Bahia\",\"Belmonte\",,\"BRA.5.42_1\",\"ChIJS5qiyFU5NwcRC2ICrFa-R0M\",,\"BRBA2903409\",\"2903409\",-15.934166435,-39.1822590856333,23437,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1440ba8c\",2903508,2903508,\"BR_BA\",\"2903508\",3,\"Bahia\",\"Belo Campo\",,\"BRA.5.43_1\",\"ChIJUeVqmB6qSAcRK-xz_LaygcU\",,\"BRBA2903508\",\"2903508\",-14.950138095,-41.1973071148427,17109,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"86b91944\",2903607,2903607,\"BR_BA\",\"2903607\",3,\"Bahia\",\"Biritinga\",,\"BRA.5.44_1\",,,\"BRBA2903607\",\"2903607\",-11.5435338,-38.7984179584313,15984,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f07c43e5\",2903706,2903706,\"BR_BA\",\"2903706\",3,\"Bahia\",\"Boa Nova\",,\"BRA.5.45_1\",,,\"BRBA2903706\",\"2903706\",-14.36908722,-40.2692164792602,12329,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"62295562\",2903805,2903805,\"BR_BA\",\"2903805\",3,\"Bahia\",\"Boa Vista do Tupim\",,\"BRA.5.46_1\",,,\"BRBA2903805\",\"2903805\",-12.69275713,-40.5535198198824,18531,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"14ec0fc3\",2903904,2903904,\"BR_BA\",\"2903904\",3,\"Bahia\",\"Bom Jesus da Lapa\",,\"BRA.5.47_1\",\"ChIJFU87QgZ0XAcRqm3_C02SyRo\",,\"BRBA2903904\",\"2903904\",-13.33227348,-43.2898768890225,69662,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f7ff6e25\",2903953,2903953,\"BR_BA\",\"2903953\",3,\"Bahia\",\"Bom Jesus da Serra\",,\"BRA.5.48_1\",,,\"BRBA2903953\",\"2903953\",-14.350971695,-40.6103547021255,9823,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f680f87a\",2904001,2904001,\"BR_BA\",\"2904001\",3,\"Bahia\",\"Boninal\",,\"BRA.5.49_1\",,,\"BRBA2904001\",\"2904001\",-12.833848,-41.7108049748269,14446,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fcf03ca9\",2904050,2904050,\"BR_BA\",\"2904050\",3,\"Bahia\",\"Bonito\",,\"BRA.5.50_1\",,,\"BRBA2904050\",\"2904050\",-12.00720644,-41.323439115507,16884,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8045a2db\",2904100,2904100,\"BR_BA\",\"2904100\",3,\"Bahia\",\"Boquira\",,\"BRA.5.51_1\",,,\"BRBA2904100\",\"2904100\",-12.73071146,-42.6974177152363,21497,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fbdfa426\",2904209,2904209,\"BR_BA\",\"2904209\",3,\"Bahia\",\"Botuporã\",,\"BRA.5.52_1\",,,\"BRBA2904209\",\"2904209\",-13.31509924,-42.5481480205955,10129,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8d1afe87\",2904308,2904308,\"BR_BA\",\"2904308\",3,\"Bahia\",\"Brejões\",,\"BRA.5.53_1\",,,\"BRBA2904308\",\"2904308\",-13.06611586,-39.8540289889267,14222,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"18eaf593\",2904407,2904407,\"BR_BA\",\"2904407\",3,\"Bahia\",\"Brejolândia\",,\"BRA.5.54_1\",,,\"BRBA2904407\",\"2904407\",-12.48891735,-43.762349868511,10618,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6e2faf32\",2904506,2904506,\"BR_BA\",\"2904506\",3,\"Bahia\",\"Brotas de Macaúbas\",,\"BRA.5.55_1\",,,\"BRBA2904506\",\"2904506\",-12.073682305,-42.4018700051917,10130,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f56040d1\",2904605,2904605,\"BR_BA\",\"2904605\",3,\"Bahia\",\"Brumado\",,\"BRA.5.56_1\",\"ChIJS61g7MJLRAcRKWrPw9_A1rs\",,\"BRBA2904605\",\"2904605\",-14.211006645,-41.7587503215319,67335,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"83a51a70\",2904704,2904704,\"BR_BA\",\"2904704\",3,\"Bahia\",\"Buerarema\",,\"BRA.5.57_1\",,,\"BRBA2904704\",\"2904704\",-14.98829889,-39.279415987483,18306,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"60b67b96\",2904753,2904753,\"BR_BA\",\"2904753\",3,\"Bahia\",\"Buritirama\",,\"BRA.5.58_1\",,,\"BRBA2904753\",\"2904753\",-10.576035975,-43.7253586976224,21276,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"169dc8ee\",2904803,2904803,\"BR_BA\",\"2904803\",3,\"Bahia\",\"Caatiba\",,\"BRA.5.59_1\",,,\"BRBA2904803\",\"2904803\",-15.0060668,-40.3269539051528,6488,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1ced0c3d\",2904852,2904852,\"BR_BA\",\"2904852\",3,\"Bahia\",\"Cabaceiras do Paraguaçu\",,\"BRA.5.60_1\",,,\"BRBA2904852\",\"2904852\",-12.575581075,-39.2329395593628,18911,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6058924f\",2904902,2904902,\"BR_BA\",\"2904902\",3,\"Bahia\",\"Cachoeira\",,\"BRA.5.61_1\",\"ChIJvSCyhynCFQcRM-jSVaS9zDs\",,\"BRBA2904902\",\"2904902\",-12.668889045,-38.9045598042474,33567,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"37e027bb\",2905008,2905008,\"BR_BA\",\"2905008\",3,\"Bahia\",\"Caculé\",,\"BRA.5.62_1\",\"ChIJM7OwlWtqRQcRuTUyfBqGStQ\",,\"BRBA2905008\",\"2905008\",-14.500971315,-42.2603528408744,23291,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a69d501d\",2905107,2905107,\"BR_BA\",\"2905107\",3,\"Bahia\",\"Caém\",,\"BRA.5.63_1\",,,\"BRBA2905107\",\"2905107\",-11.148010735,-40.2557277440333,9058,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aced94ce\",2905156,2905156,\"BR_BA\",\"2905156\",3,\"Bahia\",\"Caetanos\",,\"BRA.5.64_1\",,,\"BRBA2905156\",\"2905156\",-14.302059175,-40.8960005768009,14608,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3dcded2\",2905206,2905206,\"BR_BA\",\"2905206\",3,\"Bahia\",\"Caetité\",,\"BRA.5.65_1\",\"ChIJN3LV3tbTRAcROey6ZC8ccDc\",,\"BRBA2905206\",\"2905206\",-13.95767641,-42.4981752018696,51081,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4b17e55f\",2905305,2905305,\"BR_BA\",\"2905305\",3,\"Bahia\",\"Cafarnaum\",,\"BRA.5.66_1\",,,\"BRBA2905305\",\"2905305\",-11.732673645,-41.4608678117943,18513,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"395fc34c\",2905404,2905404,\"BR_BA\",\"2905404\",3,\"Bahia\",\"Cairu\",,\"BRA.5.67_1\",\"ChIJh8uE7DxcPgcRNGARZwZY_Xo\",,\"BRBA2905404\",\"2905404\",-13.524861335,-39.008195875,18427,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a6f93cd8\",2905503,2905503,\"BR_BA\",\"2905503\",3,\"Bahia\",\"Caldeirão Grande\",,\"BRA.5.68_1\",,,\"BRBA2905503\",\"2905503\",-11.02223253,-40.2489841017802,13391,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3b8b217\",2905602,2905602,\"BR_BA\",\"2905602\",3,\"Bahia\",\"Camacan\",,\"BRA.5.69_1\",\"ChIJta1g2LKINwcRUkPdUopDSwo\",,\"BRBA2905602\",\"2905602\",-15.4430213,-39.4906175647927,32006,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4b73899a\",2905701,2905701,\"BR_BA\",\"2905701\",3,\"Bahia\",\"Camaçari\",,\"BRA.5.70_1\",\"ChIJ3Y8U4zBbFgcRpSRyGMhKFCE\",,\"BRBA2905701\",\"2905701\",-12.664583205,-38.209912762235,304302,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3728fe31\",2905800,2905800,\"BR_BA\",\"2905800\",3,\"Bahia\",\"Camamu\",,\"BRA.5.71_1\",\"ChIJqYfDW3LDPgcRra8gbMtVKlM\",,\"BRBA2905800\",\"2905800\",-14.02277708,-39.2144603000765,35382,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4f362ca2\",2905909,2905909,\"BR_BA\",\"2905909\",3,\"Bahia\",\"Campo Alegre de Lourdes\",,\"BRA.5.72_1\",,,\"BRBA2905909\",\"2905909\",-9.5004468,-43.2251356296573,28820,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2eda552\",2906006,2906006,\"BR_BA\",\"2906006\",3,\"Bahia\",\"Campo Formoso\",,\"BRA.5.73_1\",\"ChIJWRm7AHBnbQcRUnA-H5Rt6t8\",,\"BRBA2906006\",\"2906006\",-10.248665335,-40.7355961085884,71487,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5a269edf\",2906105,2906105,\"BR_BA\",\"2906105\",3,\"Bahia\",\"Canápolis\",,\"BRA.5.74_1\",,,\"BRBA2906105\",\"2906105\",-13.089612485,-44.2170899055001,9703,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2f671010\",2906204,2906204,\"BR_BA\",\"2906204\",3,\"Bahia\",\"Canarana\",,\"BRA.5.75_1\",,,\"BRBA2906204\",\"2906204\",-11.79007387,-41.6988856747655,26325,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b0c1ef84\",2906303,2906303,\"BR_BA\",\"2906303\",3,\"Bahia\",\"Canavieiras\",,\"BRA.5.76_1\",\"ChIJ04ispiVuNwcRodXptlhAME8\",,\"BRBA2906303\",\"2906303\",-15.61666679,-39.0904905315223,30906,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c289c997\",2906402,2906402,\"BR_BA\",\"2906402\",3,\"Bahia\",\"Candeal\",,\"BRA.5.77_1\",,,\"BRBA2906402\",\"2906402\",-11.87687111,-39.1844735065112,8181,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5a42f21a\",2906501,2906501,\"BR_BA\",\"2906501\",3,\"Bahia\",\"Candeias\",,\"BRA.5.78_1\",\"ChIJ6fradQ1xFgcRUh_Ka_9llyw\",,\"BRBA2906501\",\"2906501\",-12.683870795,-38.4892886886367,87458,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2f037cd5\",2906600,2906600,\"BR_BA\",\"2906600\",3,\"Bahia\",\"Candiba\",,\"BRA.5.79_1\",,,\"BRBA2906600\",\"2906600\",-14.428664685,-42.8235007845134,14368,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"571dae46\",2906709,2906709,\"BR_BA\",\"2906709\",3,\"Bahia\",\"Cândido Sales\",,\"BRA.5.80_1\",\"ChIJw8mjBHPLSAcRX8XKpstPxJc\",,\"BRBA2906709\",\"2906709\",-15.32798529,-41.3114613705582,25053,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2b46d9ed\",2906808,2906808,\"BR_BA\",\"2906808\",3,\"Bahia\",\"Cansanção\",,\"BRA.5.81_1\",\"ChIJ8SxWhwaSEgcRCWC8K9O8jeI\",,\"BRBA2906808\",\"2906808\",-10.75979614,-39.4720714751659,34882,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"10c6f744\",2906824,2906824,\"BR_BA\",\"2906824\",3,\"Bahia\",\"Canudos\",,\"BRA.5.82_1\",,,\"BRBA2906824\",\"2906824\",-9.993222235,-39.0577389439298,16753,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c68e3039\",2906857,2906857,\"BR_BA\",\"2906857\",3,\"Bahia\",\"Capela do Alto Alegre\",,\"BRA.5.83_1\",,,\"BRBA2906857\",\"2906857\",-11.677464485,-39.8181591284512,11616,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f3d596a2\",2906873,2906873,\"BR_BA\",\"2906873\",3,\"Bahia\",\"Capim Grosso\",,\"BRA.5.84_1\",\"ChIJFYfEf-S0bAcRfWEZpr_8ZCc\",,\"BRBA2906873\",\"2906873\",-11.27017498,-39.9851592508728,30862,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8d835232\",2906899,2906899,\"BR_BA\",\"2906899\",3,\"Bahia\",\"Caraíbas\",,\"BRA.5.85_1\",,,\"BRBA2906899\",\"2906899\",-14.629943845,-41.3485529535362,8801,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ba3bae4b\",2906907,2906907,\"BR_BA\",\"2906907\",3,\"Bahia\",\"Caravelas\",,\"BRA.5.86_1\",\"ChIJez1bVkPXNAcRHPKMtd0VU6Y\",,\"BRBA2906907\",\"2906907\",-17.6353426,-39.7431469768503,22093,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"945fa31b\",2907004,2907004,\"BR_BA\",\"2907004\",3,\"Bahia\",\"Cardeal da Silva\",,\"BRA.5.87_1\",,,\"BRBA2907004\",\"2907004\",-12.036411765,-37.9528273556555,9346,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0bf95c8f\",2907103,2907103,\"BR_BA\",\"2907103\",3,\"Bahia\",\"Carinhanha\",,\"BRA.5.88_1\",\"ChIJha4fW3KJWQcR7OcN4ksh690\",,\"BRBA2907103\",\"2907103\",-13.992863655,-43.8583882994515,29070,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7eb8d240\",2907202,2907202,\"BR_BA\",\"2907202\",3,\"Bahia\",\"Casa Nova\",,\"BRA.5.89_1\",\"ChIJx9IJ46DncwcR2mahi0Gsdhg\",,\"BRBA2907202\",\"2907202\",-9.235862255,-41.2629147772391,72545,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e673e9cd\",2907301,2907301,\"BR_BA\",\"2907301\",3,\"Bahia\",\"Castro Alves\",,\"BRA.5.90_1\",\"ChIJBzF-DpNwFQcR61Rse__hjJ0\",,\"BRBA2907301\",\"2907301\",-12.73545885,-39.3807048374082,26318,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"943bcfde\",2907400,2907400,\"BR_BA\",\"2907400\",3,\"Bahia\",\"Catolândia\",,\"BRA.5.91_1\",,,\"BRBA2907400\",\"2907400\",-12.27446413,-44.7179977919859,3599,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec251d4d\",2907509,2907509,\"BR_BA\",\"2907509\",3,\"Bahia\",\"Catu\",,\"BRA.5.92_1\",\"ChIJ-QnEHo6NFgcRyGDXSpUERsw\",,\"BRBA2907509\",\"2907509\",-12.332378865,-38.4085846618619,54970,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e655d99e\",2907558,2907558,\"BR_BA\",\"2907558\",3,\"Bahia\",\"Caturama\",,\"BRA.5.93_1\",,,\"BRBA2907558\",\"2907558\",-13.22770023,-42.2862355348427,9316,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"99649382\",2907608,2907608,\"BR_BA\",\"2907608\",3,\"Bahia\",\"Central\",,\"BRA.5.94_1\",,,\"BRBA2907608\",\"2907608\",-11.124779705,-42.1186762531222,17280,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0819e424\",2907707,2907707,\"BR_BA\",\"2907707\",3,\"Bahia\",\"Chorrochó\",,\"BRA.5.95_1\",,,\"BRBA2907707\",\"2907707\",-9.194538115,-39.2217061869979,11200,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7442938f\",2907806,2907806,\"BR_BA\",\"2907806\",3,\"Bahia\",\"Cícero Dantas\",,\"BRA.5.96_1\",\"ChIJy6HYL2YZDgcR5Wm44TlJ93s\",,\"BRBA2907806\",\"2907806\",-10.55800247,-38.4233246530816,32576,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec89a802\",2907905,2907905,\"BR_BA\",\"2907905\",3,\"Bahia\",\"Cipó\",,\"BRA.5.97_1\",\"ChIJFw3OUYOPEQcRUtvDSElgGWA\",,\"BRBA2907905\",\"2907905\",-11.09569788,-38.5207102165401,17352,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"255f1678\",2908002,2908002,\"BR_BA\",\"2908002\",3,\"Bahia\",\"Coaraci\",,\"BRA.5.98_1\",\"ChIJ36WQxbX2OAcR1I9qmpb2EKA\",,\"BRBA2908002\",\"2908002\",-14.67266226,-39.565301835528,16549,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd942df5\",2908101,2908101,\"BR_BA\",\"2908101\",3,\"Bahia\",\"Cocos\",,\"BRA.5.99_1\",,,\"BRBA2908101\",\"2908101\",-14.543979645,-45.2625457253407,18807,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c8d5a33a\",2908200,2908200,\"BR_BA\",\"2908200\",3,\"Bahia\",\"Conceição da Feira\",,\"BRA.5.100_1\",\"ChIJA4JJ9dG3FQcRaGWljNQ9nuQ\",,\"BRBA2908200\",\"2908200\",-12.50520563,-38.9743698546393,22762,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b0cb71a9\",2908309,2908309,\"BR_BA\",\"2908309\",3,\"Bahia\",\"Conceição do Almeida\",,\"BRA.5.102_1\",,,\"BRBA2908309\",\"2908309\",-12.91022873,-39.2810942452454,17165,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c28357ba\",2908408,2908408,\"BR_BA\",\"2908408\",3,\"Bahia\",\"Conceição do Coité\",,\"BRA.5.103_1\",\"ChIJLx9aJgSdEwcRHJ8T1WkD7vY\",,\"BRBA2908408\",\"2908408\",-11.47017765,-39.2379364117877,67013,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53fe201c\",2908507,2908507,\"BR_BA\",\"2908507\",3,\"Bahia\",\"Conceição do Jacuípe\",,\"BRA.5.104_1\",\"ChIJS3ysc-YtFAcRfiDecBZxxOU\",,\"BRBA2908507\",\"2908507\",-12.34341717,-38.7490087997568,33398,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"26bfaed3\",2908606,2908606,\"BR_BA\",\"2908606\",3,\"Bahia\",\"Conde\",,\"BRA.5.105_1\",\"ChIJN_DI4_G4EAcRmWm9-fFXz2Y\",,\"BRBA2908606\",\"2908606\",-11.86236143,-37.6649248058161,26035,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be74955e\",2908705,2908705,\"BR_BA\",\"2908705\",3,\"Bahia\",\"Condeúba\",,\"BRA.5.106_1\",\"ChIJm9EwV3SFTwcRB4Tvzq5aWSs\",,\"BRBA2908705\",\"2908705\",-14.898585315,-42.040709943629,17178,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c22fe2f5\",2908804,2908804,\"BR_BA\",\"2908804\",3,\"Bahia\",\"Contendas do Sincorá\",,\"BRA.5.107_1\",,,\"BRBA2908804\",\"2908804\",-13.808428285,-41.1062699875468,4045,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5d891d61\",2908903,2908903,\"BR_BA\",\"2908903\",3,\"Bahia\",\"Coração de Maria\",,\"BRA.5.108_1\",\"ChIJzz38PogkFAcR0pctoM1cqtg\",,\"BRBA2908903\",\"2908903\",-12.207541465,-38.7810438162125,22495,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73ed1031\",2909000,2909000,\"BR_BA\",\"2909000\",3,\"Bahia\",\"Cordeiros\",,\"BRA.5.109_1\",,,\"BRBA2909000\",\"2909000\",-15.03575754,-41.8809994802483,8642,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0bf3c2a2\",2909109,2909109,\"BR_BA\",\"2909109\",3,\"Bahia\",\"Coribe\",,\"BRA.5.110_1\",,,\"BRBA2909109\",\"2909109\",-13.756392,-44.4084342951754,14149,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7eb24c6d\",2909208,2909208,\"BR_BA\",\"2909208\",3,\"Bahia\",\"Coronel João Sá\",,\"BRA.5.111_1\",,,\"BRBA2909208\",\"2909208\",-10.337878705,-37.8943806660984,15717,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efcf3bcb\",2909307,2909307,\"BR_BA\",\"2909307\",3,\"Bahia\",\"Correntina\",,\"BRA.5.112_1\",\"ChIJ1ZM0aAvqWAcR3Yh2gS4l28o\",,\"BRBA2909307\",\"2909307\",-13.483666895,-45.3672013856331,32191,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9d871dd8\",2909406,2909406,\"BR_BA\",\"2909406\",3,\"Bahia\",\"Cotegipe\",,\"BRA.5.113_1\",,,\"BRBA2909406\",\"2909406\",-11.775323865,-44.1595574959559,13769,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"054c2655\",2909505,2909505,\"BR_BA\",\"2909505\",3,\"Bahia\",\"Cravolândia\",,\"BRA.5.114_1\",,,\"BRBA2909505\",\"2909505\",-13.43759775,-39.798896626213,5351,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"700da89a\",2909604,2909604,\"BR_BA\",\"2909604\",3,\"Bahia\",\"Crisópolis\",,\"BRA.5.115_1\",,,\"BRBA2909604\",\"2909604\",-11.485956195,-38.1693840458234,21163,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efab570e\",2909703,2909703,\"BR_BA\",\"2909703\",3,\"Bahia\",\"Cristópolis\",,\"BRA.5.116_1\",,,\"BRBA2909703\",\"2909703\",-12.180419445,-44.2766439509769,13947,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93f020a5\",2909802,2909802,\"BR_BA\",\"2909802\",3,\"Bahia\",\"Cruz das Almas\",,\"BRA.5.117_1\",\"ChIJkRoOFXK9FQcROwkcXEyVbZs\",,\"BRBA2909802\",\"2909802\",-12.692727565,-39.1146702432537,63591,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0b3b1b28\",2909901,2909901,\"BR_BA\",\"2909901\",3,\"Bahia\",\"Curaçá\",,\"BRA.5.118_1\",\"ChIJr9eUmpdnCwcR8vtp8OnjN-M\",,\"BRBA2909901\",\"2909901\",-9.239350315,-39.6166452353464,34886,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d5efe39\",2910008,2910008,\"BR_BA\",\"2910008\",3,\"Bahia\",\"Dário Meira\",,\"BRA.5.119_1\",,,\"BRBA2910008\",\"2910008\",-14.389199735,-39.9381476409034,10525,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d09617ed\",2910057,2910057,\"BR_BA\",\"2910057\",3,\"Bahia\",\"Dias d'Ávila\",,\"BRA.5.120_1\",\"ChIJkR7w6U1cFgcRYWifOd2pTUI\",,\"BRBA2910057\",\"2910057\",-12.613204005,-38.2885929905395,82432,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ac23899f\",2910107,2910107,\"BR_BA\",\"2910107\",3,\"Bahia\",\"Dom Basílio\",,\"BRA.5.121_1\",,,\"BRBA2910107\",\"2910107\",-13.834485055,-41.7290256274448,12240,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d9620750\",2910206,2910206,\"BR_BA\",\"2910206\",3,\"Bahia\",\"Dom Macedo Costa\",,\"BRA.5.122_1\",,,\"BRBA2910206\",\"2910206\",-12.91524172,-39.1794839913368,4065,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"41a93cdd\",2910305,2910305,\"BR_BA\",\"2910305\",3,\"Bahia\",\"Elísio Medrado\",,\"BRA.5.123_1\",,,\"BRBA2910305\",\"2910305\",-12.93596935,-39.5321949543843,8126,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"33e11ace\",2910404,2910404,\"BR_BA\",\"2910404\",3,\"Bahia\",\"Encruzilhada\",,\"BRA.5.124_1\",,,\"BRBA2910404\",\"2910404\",-15.533485415,-40.9387742496227,16446,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ac47e55a\",2910503,2910503,\"BR_BA\",\"2910503\",3,\"Bahia\",\"Entre Rios\",,\"BRA.5.125_1\",\"ChIJhxKQx0fTFgcRtVMJYNfVv3I\",,\"BRBA2910503\",\"2910503\",-12.10153389,-38.1007336933662,41901,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0f435949\",2900504,2900504,\"BR_BA\",\"2900504\",3,\"Bahia\",\"Érico Cardoso\",,\"BRA.5.126_1\",,,\"BRBA2900504\",\"2900504\",-13.42788219,-42.0575119229615,10560,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d9066b95\",2910602,2910602,\"BR_BA\",\"2910602\",3,\"Bahia\",\"Esplanada\",,\"BRA.5.127_1\",\"ChIJe5o5-9zUEAcRm6B209F2FRk\",,\"BRBA2910602\",\"2910602\",-11.950258255,-37.8462929115114,37578,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"41cd5018\",2910701,2910701,\"BR_BA\",\"2910701\",3,\"Bahia\",\"Euclides da Cunha\",,\"BRA.5.128_1\",\"ChIJN34UKkbuDQcRjHYLGJXqT58\",,\"BRBA2910701\",\"2910701\",-10.45297766,-38.8448157865256,60858,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a9897af\",2910727,2910727,\"BR_BA\",\"2910727\",3,\"Bahia\",\"Eunápolis\",,\"BRA.5.129_1\",\"ChIJQY7eJj1rNgcRHpWyr3G57n0\",,\"BRBA2910727\",\"2910727\",-16.29210186,-39.6452215860529,114396,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4bbd94cb\",2910750,2910750,\"BR_BA\",\"2910750\",3,\"Bahia\",\"Fátima\",,\"BRA.5.130_1\",,,\"BRBA2910750\",\"2910750\",-10.623548985,-38.2038053077327,17845,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"90e8537c\",2910776,2910776,\"BR_BA\",\"2910776\",3,\"Bahia\",\"Feira da Mata\",,\"BRA.5.131_1\",,,\"BRBA2910776\",\"2910776\",-13.974719525,-44.1893228928481,5661,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d9627b3\",2910800,2910800,\"BR_BA\",\"2910800\",3,\"Bahia\",\"Feira de Santana\",,\"BRA.5.132_1\",\"ChIJ-5oP8Y03FAcRpkpveYIP8LU\",,\"BRBA2910800\",\"2910800\",-12.2008214,-38.9954827399639,619609,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"393d6b52\",2910859,2910859,\"BR_BA\",\"2910859\",3,\"Bahia\",\"Filadélfia\",,\"BRA.5.133_1\",,,\"BRBA2910859\",\"2910859\",-10.725728515,-40.1482990706984,16345,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4588f520\",2910909,2910909,\"BR_BA\",\"2910909\",3,\"Bahia\",\"Firmino Alves\",,\"BRA.5.134_1\",,,\"BRBA2910909\",\"2910909\",-14.934205055,-39.915416796501,5629,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"625ab45b\",2911006,2911006,\"BR_BA\",\"2911006\",3,\"Bahia\",\"Floresta Azul\",,\"BRA.5.135_1\",,,\"BRBA2911006\",\"2911006\",-14.821664335,-39.7402801933256,10575,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fa918fd6\",2911105,2911105,\"BR_BA\",\"2911105\",3,\"Bahia\",\"Formosa do Rio Preto\",,\"BRA.5.136_1\",\"ChIJTXOpoVy4NJMRmG7XBchjhcY\",,\"BRBA2911105\",\"2911105\",-10.865154745,-45.6648525418986,25857,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8fd00119\",2911204,2911204,\"BR_BA\",\"2911204\",3,\"Bahia\",\"Gandu\",,\"BRA.5.137_1\",\"ChIJVd5NG18XPwcR5xbDxaswMqM\",,\"BRBA2911204\",\"2911204\",-13.79994011,-39.4750273176477,32596,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6cc360ff\",2911253,2911253,\"BR_BA\",\"2911253\",3,\"Bahia\",\"Gavião\",,\"BRA.5.138_1\",,,\"BRBA2911253\",\"2911253\",-11.49456549,-39.7243673377421,4440,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1076fe8d\",2911303,2911303,\"BR_BA\",\"2911303\",3,\"Bahia\",\"Gentio do Ouro\",,\"BRA.5.139_1\",,,\"BRBA2911303\",\"2911303\",-11.389970305,-42.5871932296231,11259,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"623ed89e\",2911402,2911402,\"BR_BA\",\"2911402\",3,\"Bahia\",\"Glória\",,\"BRA.5.140_1\",,,\"BRBA2911402\",\"2911402\",-9.190199375,-38.4411831319202,15234,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"faf5e313\",2911501,2911501,\"BR_BA\",\"2911501\",3,\"Bahia\",\"Gongogi\",,\"BRA.5.141_1\",,,\"BRBA2911501\",\"2911501\",-14.28669691,-39.5530400554572,6985,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8fb46ddc\",2911600,2911600,\"BR_BA\",\"2911600\",3,\"Bahia\",\"Governador Mangabeira\",,\"BRA.5.142_1\",\"ChIJETyCAOa7FQcR37ixXcP1Z_M\",,\"BRBA2911600\",\"2911600\",-12.57652235,-39.088438922369,20762,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b1f213d\",2911659,2911659,\"BR_BA\",\"2911659\",3,\"Bahia\",\"Guajeru\",,\"BRA.5.143_1\",,,\"BRBA2911659\",\"2911659\",-14.570542815,-42.0248411492605,6646,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f7aabf4f\",2911709,2911709,\"BR_BA\",\"2911709\",3,\"Bahia\",\"Guanambi\",,\"BRA.5.144_1\",\"ChIJRcJG6tXCWgcROCfGI0YTvds\",,\"BRBA2911709\",\"2911709\",-14.175420285,-42.78364752309,84928,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8bf1c8e4\",2911808,2911808,\"BR_BA\",\"2911808\",3,\"Bahia\",\"Guaratinga\",,\"BRA.5.145_1\",,,\"BRBA2911808\",\"2911808\",-16.507608415,-39.9430088896047,20700,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66392130\",2911857,2911857,\"BR_BA\",\"2911857\",3,\"Bahia\",\"Heliópolis\",,\"BRA.5.146_1\",,,\"BRBA2911857\",\"2911857\",-10.754475115,-38.2953544889443,12987,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a8cbf42\",2911907,2911907,\"BR_BA\",\"2911907\",3,\"Bahia\",\"Iaçu\",,\"BRA.5.147_1\",\"ChIJl1tuqEanagcRSv12_JF6UE4\",,\"BRBA2911907\",\"2911907\",-12.813565255,-40.1121290454932,24121,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ee17a99\",2912004,2912004,\"BR_BA\",\"2912004\",3,\"Bahia\",\"Ibiassucê\",,\"BRA.5.148_1\",,,\"BRBA2912004\",\"2912004\",-14.28391504,-42.3043560051157,9031,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0147850d\",2912103,2912103,\"BR_BA\",\"2912103\",3,\"Bahia\",\"Ibicaraí\",,\"BRA.5.149_1\",\"ChIJ3SdvPzpDOAcRY3Kd5-ZPJTM\",,\"BRBA2912103\",\"2912103\",-14.84743786,-39.5582912281377,21378,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"74060bc2\",2912202,2912202,\"BR_BA\",\"2912202\",3,\"Bahia\",\"Ibicoara\",,\"BRA.5.150_1\",\"ChIJWUiHb2HfQwcR30HW3XGb2MM\",,\"BRBA2912202\",\"2912202\",-13.3794446,-41.3006553292048,19786,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eccd304f\",2912301,2912301,\"BR_BA\",\"2912301\",3,\"Bahia\",\"Ibicuí\",,\"BRA.5.151_1\",\"ChIJjdFaKol9OAcRP290UE2KTJw\",,\"BRBA2912301\",\"2912301\",-14.65509415,-39.8192011385585,16230,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9e85165c\",2912400,2912400,\"BR_BA\",\"2912400\",3,\"Bahia\",\"Ibipeba\",,\"BRA.5.152_1\",,,\"BRBA2912400\",\"2912400\",-11.52866745,-42.2152517925411,18319,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e69bc4cf\",2912509,2912509,\"BR_BA\",\"2912509\",3,\"Bahia\",\"Ibipitanga\",,\"BRA.5.153_1\",,,\"BRBA2912509\",\"2912509\",-12.86779165,-42.3622197078574,14947,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93da4a00\",2912608,2912608,\"BR_BA\",\"2912608\",3,\"Bahia\",\"Ibiquera\",,\"BRA.5.154_1\",,,\"BRBA2912608\",\"2912608\",-12.67038584,-40.8410274968611,4046,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"02a73da6\",2912707,2912707,\"BR_BA\",\"2912707\",3,\"Bahia\",\"Ibirapitanga\",,\"BRA.5.155_1\",,,\"BRBA2912707\",\"2912707\",-14.059289935,-39.4159602760009,23404,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7efc4a0d\",2912806,2912806,\"BR_BA\",\"2912806\",3,\"Bahia\",\"Ibirapuã\",,\"BRA.5.156_1\",,,\"BRBA2912806\",\"2912806\",-17.7389555,-40.0369746951754,8690,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e6377180\",2912905,2912905,\"BR_BA\",\"2912905\",3,\"Bahia\",\"Ibirataia\",,\"BRA.5.157_1\",\"ChIJx-Z_tiE2PwcRfvQbWQTQrDI\",,\"BRBA2912905\",\"2912905\",-13.995196345,-39.6485565768944,14882,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cf3eb8c9\",2913002,2913002,\"BR_BA\",\"2913002\",3,\"Bahia\",\"Ibitiara\",,\"BRA.5.158_1\",,,\"BRBA2913002\",\"2913002\",-12.55581665,-42.3387085789194,16403,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"57f58344\",2913101,2913101,\"BR_BA\",\"2913101\",3,\"Bahia\",\"Ibititá\",,\"BRA.5.159_1\",,,\"BRBA2913101\",\"2913101\",-11.609348295,-41.9052270425247,17080,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"22b40d8b\",2913200,2913200,\"BR_BA\",\"2913200\",3,\"Bahia\",\"Ibotirama\",,\"BRA.5.160_1\",\"ChIJuVS4Va1_ZwcRXgGEURlEIE8\",,\"BRBA2913200\",\"2913200\",-11.94701147,-43.2598458711968,27003,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5aaadf18\",2913309,2913309,\"BR_BA\",\"2913309\",3,\"Bahia\",\"Ichu\",,\"BRA.5.161_1\",,,\"BRBA2913309\",\"2913309\",-11.70213175,-39.1507221012397,6220,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"28e2f90b\",2913408,2913408,\"BR_BA\",\"2913408\",3,\"Bahia\",\"Igaporã\",,\"BRA.5.162_1\",,,\"BRBA2913408\",\"2913408\",-13.84066677,-42.6675378853721,15650,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c52a10df\",2913457,2913457,\"BR_BA\",\"2913457\",3,\"Bahia\",\"Igrapiúna\",,\"BRA.5.163_1\",,,\"BRBA2913457\",\"2913457\",-13.848055365,-39.1891910448872,13091,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b99f8ead\",2913507,2913507,\"BR_BA\",\"2913507\",3,\"Bahia\",\"Iguaí\",,\"BRA.5.164_1\",\"ChIJw4O4fJyBRwcRloGH2si0NJ0\",,\"BRBA2913507\",\"2913507\",-14.64468384,-40.0636341949567,26963,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ccde0062\",2913606,2913606,\"BR_BA\",\"2913606\",3,\"Bahia\",\"Ilhéus\",,\"BRA.5.165_1\",\"ChIJXSTIKYkAOQcRNcNADs7ShP0\",,\"BRBA2913606\",\"2913606\",-14.769722935,-39.1564175439397,159923,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"54153bef\",2913705,2913705,\"BR_BA\",\"2913705\",3,\"Bahia\",\"Inhambupe\",,\"BRA.5.166_1\",\"ChIJyUjMEq5JEQcRwD8mBmVNCgg\",,\"BRBA2913705\",\"2913705\",-11.73540592,-38.3764334650927,40333,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"284e4c44\",2913804,2913804,\"BR_BA\",\"2913804\",3,\"Bahia\",\"Ipecaetá\",,\"BRA.5.167_1\",,,\"BRBA2913804\",\"2913804\",-12.29248333,-39.3252828525055,14354,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7e8b3d0\",2913903,2913903,\"BR_BA\",\"2913903\",3,\"Bahia\",\"Ipiaú\",,\"BRA.5.168_1\",\"ChIJzfpsbfizOAcRKPJqso879ho\",,\"BRBA2913903\",\"2913903\",-14.049547195,-39.7295742185394,45922,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bce7e15c\",2914000,2914000,\"BR_BA\",\"2914000\",3,\"Bahia\",\"Ipirá\",,\"BRA.5.169_1\",\"ChIJuyUTUQTZFAcRRnaeH7YValk\",,\"BRBA2914000\",\"2914000\",-12.19293165,-39.7611906419085,59435,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c4f933cf\",2914109,2914109,\"BR_BA\",\"2914109\",3,\"Bahia\",\"Ipupiara\",,\"BRA.5.170_1\",,,\"BRBA2914109\",\"2914109\",-11.83865452,-42.490639923626,9911,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b1b8bd00\",2914208,2914208,\"BR_BA\",\"2914208\",3,\"Bahia\",\"Irajuba\",,\"BRA.5.171_1\",,,\"BRBA2914208\",\"2914208\",-13.205729005,-40.0454383326117,7279,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"20c5caa6\",2914307,2914307,\"BR_BA\",\"2914307\",3,\"Bahia\",\"Iramaia\",,\"BRA.5.172_1\",,,\"BRBA2914307\",\"2914307\",-13.53975153,-40.8845687956512,8197,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"528decb5\",2914406,2914406,\"BR_BA\",\"2914406\",3,\"Bahia\",\"Iraquara\",,\"BRA.5.173_1\",\"ChIJdzYGcdPBaQcRJg4JuoVLkKA\",,\"BRBA2914406\",\"2914406\",-12.262620925,-41.5522219464518,25478,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ca46d738\",2914505,2914505,\"BR_BA\",\"2914505\",3,\"Bahia\",\"Irará\",,\"BRA.5.174_1\",\"ChIJQTyokuYbFAcRM4yx3nRgiyw\",,\"BRBA2914505\",\"2914505\",-12.05661583,-38.7632525860673,29173,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf0759f7\",2914604,2914604,\"BR_BA\",\"2914604\",3,\"Bahia\",\"Irecê\",,\"BRA.5.175_1\",\"ChIJq9NMCLnUbgcRg5wNYp0nBcA\",,\"BRBA2914604\",\"2914604\",-11.30841732,-41.8398308367063,73524,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5c143811\",2914653,2914653,\"BR_BA\",\"2914653\",3,\"Bahia\",\"Itabela\",,\"BRA.5.176_1\",\"ChIJ4U8Z_q_YNQcRBp4JPxLBFOc\",,\"BRBA2914653\",\"2914653\",-16.662997245,-39.5514108001445,30747,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"20a1a663\",2914703,2914703,\"BR_BA\",\"2914703\",3,\"Bahia\",\"Itaberaba\",,\"BRA.5.177_1\",\"ChIJj12BMQ6-agcRXnmp0kGRsRA\",,\"BRBA2914703\",\"2914703\",-12.521728515,-40.1992935360071,64646,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5cfad1c8\",2914802,2914802,\"BR_BA\",\"2914802\",3,\"Bahia\",\"Itabuna\",,\"BRA.5.178_1\",\"ChIJRdQg3gRTOAcRH42n7IY8J7c\",,\"BRBA2914802\",\"2914802\",-14.86191845,-39.2955897567211,213685,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c431ea45\",2914901,2914901,\"BR_BA\",\"2914901\",3,\"Bahia\",\"Itacaré\",,\"BRA.5.179_1\",\"ChIJI_-fpuI1OQcRaDJzAakPC6k\",,\"BRBA2914901\",\"2914901\",-14.353055955,-39.1595478441592,28684,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a3f139a\",2915007,2915007,\"BR_BA\",\"2915007\",3,\"Bahia\",\"Itaeté\",,\"BRA.5.180_1\",,,\"BRBA2915007\",\"2915007\",-13.13780737,-40.9986773077264,16110,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ecfa493b\",2915106,2915106,\"BR_BA\",\"2915106\",3,\"Bahia\",\"Itagi\",,\"BRA.5.182_1\",,,\"BRBA2915106\",\"2915106\",-14.1375041,-40.0230928850084,12242,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"77b5a6d8\",2915205,2915205,\"BR_BA\",\"2915205\",3,\"Bahia\",\"Itagibá\",,\"BRA.5.181_1\",\"ChIJ0Tci9dykOAcRQzmEW3OopDI\",,\"BRBA2915205\",\"2915205\",-14.253853325,-39.8366406618326,14452,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0170fc79\",2915304,2915304,\"BR_BA\",\"2915304\",3,\"Bahia\",\"Itagimirim\",,\"BRA.5.183_1\",,,\"BRBA2915304\",\"2915304\",-16.131566045,-39.731875801589,6825,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e2639d9f\",2915353,2915353,\"BR_BA\",\"2915353\",3,\"Bahia\",\"Itaguaçu da Bahia\",,\"BRA.5.184_1\",,,\"BRBA2915353\",\"2915353\",-10.72555065,-42.1417666812803,14542,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a5b7f5f\",2915403,2915403,\"BR_BA\",\"2915403\",3,\"Bahia\",\"Itaju do Colônia\",,\"BRA.5.185_1\",,,\"BRBA2915403\",\"2915403\",-15.160664085,-39.726345909505,6596,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec9e25fe\",2915502,2915502,\"BR_BA\",\"2915502\",3,\"Bahia\",\"Itajuípe\",,\"BRA.5.186_1\",\"ChIJZ8hMY4j-OAcRE5LFlB66-WM\",,\"BRBA2915502\",\"2915502\",-14.675817965,-39.4219988562468,20398,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"77d1ca1d\",2915601,2915601,\"BR_BA\",\"2915601\",3,\"Bahia\",\"Itamaraju\",,\"BRA.5.187_1\",\"ChIJy0G8sHCaNQcRJ43VBv6xyFs\",,\"BRBA2915601\",\"2915601\",-16.98928738,-39.7598381900229,64455,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"011490bc\",2915700,2915700,\"BR_BA\",\"2915700\",3,\"Bahia\",\"Itamari\",,\"BRA.5.188_1\",,,\"BRBA2915700\",\"2915700\",-13.77728605,-39.6562002372831,8003,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73946f25\",2915809,2915809,\"BR_BA\",\"2915809\",3,\"Bahia\",\"Itambé\",,\"BRA.5.189_1\",\"ChIJ6Z2F8yl4SAcRginYDG6YHb0\",,\"BRBA2915809\",\"2915809\",-15.154739855,-40.4791209385233,22754,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"05513584\",2915908,2915908,\"BR_BA\",\"2915908\",3,\"Bahia\",\"Itanagra\",,\"BRA.5.190_1\",,,\"BRBA2915908\",\"2915908\",-12.30417347,-38.0507033693031,6436,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6684dd58\",2916005,2916005,\"BR_BA\",\"2916005\",3,\"Bahia\",\"Itanhém\",,\"BRA.5.191_1\",\"ChIJwUTzhaLySgcRpMpT5CJf4Ys\",,\"BRBA2916005\",\"2916005\",-17.104678155,-40.3613339714819,19316,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"104187f9\",2916104,2916104,\"BR_BA\",\"2916104\",3,\"Bahia\",\"Itaparica\",,\"BRA.5.192_1\",\"ChIJH27lbsniFQcRVRgp4ngNNno\",,\"BRBA2916104\",\"2916104\",-12.906944755,-38.66124916,22337,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8c63ac03\",2916203,2916203,\"BR_BA\",\"2916203\",3,\"Bahia\",\"Itapé\",,\"BRA.5.194_1\",\"ChIJEz-rrSROOAcRQYhLAOZ7jKU\",,\"BRBA2916203\",\"2916203\",-14.94595146,-39.5328590962721,8526,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"faa6f6a2\",2916302,2916302,\"BR_BA\",\"2916302\",3,\"Bahia\",\"Itapebi\",,\"BRA.5.193_1\",,,\"BRBA2916302\",\"2916302\",-15.902786255,-39.7186573674766,10215,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66e0b19d\",2916401,2916401,\"BR_BA\",\"2916401\",3,\"Bahia\",\"Itapetinga\",,\"BRA.5.195_1\",\"ChIJ04hktGMESAcR5iRQ_x2NTuA\",,\"BRBA2916401\",\"2916401\",-15.32470846,-40.0966924152618,76795,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1025eb3c\",2916500,2916500,\"BR_BA\",\"2916500\",3,\"Bahia\",\"Itapicuru\",,\"BRA.5.196_1\",,,\"BRBA2916500\",\"2916500\",-11.197119235,-38.2016965906925,35883,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6bbfedc1\",2916609,2916609,\"BR_BA\",\"2916609\",3,\"Bahia\",\"Itapitanga\",,\"BRA.5.197_1\",,,\"BRBA2916609\",\"2916609\",-14.467196465,-39.6132408633551,10298,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1d7ab760\",2916708,2916708,\"BR_BA\",\"2916708\",3,\"Bahia\",\"Itaquara\",,\"BRA.5.198_1\",,,\"BRBA2916708\",\"2916708\",-13.45447159,-39.9021753308658,8347,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8699edcc\",2916807,2916807,\"BR_BA\",\"2916807\",3,\"Bahia\",\"Itarantim\",,\"BRA.5.199_1\",\"ChIJDWoeZdsnSAcRHXjOsz6Q7OQ\",,\"BRBA2916807\",\"2916807\",-15.677088265,-40.0590996388728,19843,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8ce9291f\",2916856,2916856,\"BR_BA\",\"2916856\",3,\"Bahia\",\"Itatim\",,\"BRA.5.200_1\",\"ChIJG6b8vSlDFQcR5A_hro0SmEE\",,\"BRBA2916856\",\"2916856\",-12.711235525,-39.7271451504425,14539,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f05cb76d\",2916906,2916906,\"BR_BA\",\"2916906\",3,\"Bahia\",\"Itiruçu\",,\"BRA.5.201_1\",,,\"BRBA2916906\",\"2916906\",-13.512168885,-40.1437780568521,12528,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"375b1f08\",2917003,2917003,\"BR_BA\",\"2917003\",3,\"Bahia\",\"Itiúba\",,\"BRA.5.202_1\",\"ChIJZwLP9s6wEgcRUrAJE6morwE\",,\"BRBA2917003\",\"2917003\",-10.687200545,-39.8652706637286,36116,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"419e45a9\",2917102,2917102,\"BR_BA\",\"2917102\",3,\"Bahia\",\"Itororó\",,\"BRA.5.203_1\",\"ChIJPcSEuFL2RwcRNF6w0n68q_Y\",,\"BRBA2917102\",\"2917102\",-15.03536654,-40.0001841106605,20388,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dad1aa4a\",2917201,2917201,\"BR_BA\",\"2917201\",3,\"Bahia\",\"Ituaçu\",,\"BRA.5.204_1\",,,\"BRBA2917201\",\"2917201\",-13.87450266,-41.352934364987,19030,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ac14f0eb\",2917300,2917300,\"BR_BA\",\"2917300\",3,\"Bahia\",\"Ituberá\",,\"BRA.5.205_1\",\"ChIJE-t-3fnvPgcRBkC-VEa1Dpo\",,\"BRBA2917300\",\"2917300\",-13.749999045,-39.2185685439717,28740,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"80546731\",2917334,2917334,\"BR_BA\",\"2917334\",3,\"Bahia\",\"Iuiu\",,\"BRA.5.206_1\",,,\"BRBA2917334\",\"2917334\",-14.579779145,-43.5437139316133,11016,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a8bfbc0a\",2917359,2917359,\"BR_BA\",\"2917359\",3,\"Bahia\",\"Jaborandi\",,\"BRA.5.207_1\",,,\"BRBA2917359\",\"2917359\",-14.11227608,-45.6798483717285,8277,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0875eca\",2917409,2917409,\"BR_BA\",\"2917409\",3,\"Bahia\",\"Jacaraci\",,\"BRA.5.208_1\",,,\"BRBA2917409\",\"2917409\",-14.784404275,-42.2924435290289,14850,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a642046b\",2917508,2917508,\"BR_BA\",\"2917508\",3,\"Bahia\",\"Jacobina\",,\"BRA.5.209_1\",\"ChIJVU1TA9PzbAcR94DGH07qJ-o\",,\"BRBA2917508\",\"2917508\",-11.121577265,-40.6443975448245,80635,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"34bba7a3\",2917607,2917607,\"BR_BA\",\"2917607\",3,\"Bahia\",\"Jaguaquara\",,\"BRA.5.210_1\",\"ChIJRR845YF9PwcRWhbg_pvh-ug\",,\"BRBA2917607\",\"2917607\",-13.542639735,-39.9943364671872,54673,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"427efd02\",2917706,2917706,\"BR_BA\",\"2917706\",3,\"Bahia\",\"Jaguarari\",,\"BRA.5.211_1\",\"ChIJ0cpigNXIcgcRSHwzc1jMJ4k\",,\"BRBA2917706\",\"2917706\",-10.076874735,-40.1181712946369,33746,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d02beb85\",2917805,2917805,\"BR_BA\",\"2917805\",3,\"Bahia\",\"Jaguaripe\",,\"BRA.5.212_1\",,,\"BRBA2917805\",\"2917805\",-13.08794451,-38.8827169247234,18981,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a6eeb124\",2917904,2917904,\"BR_BA\",\"2917904\",3,\"Bahia\",\"Jandaíra\",,\"BRA.5.213_1\",,,\"BRBA2917904\",\"2917904\",-11.58793926,-37.7469991871286,10726,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"81366e72\",2918001,2918001,\"BR_BA\",\"2918001\",3,\"Bahia\",\"Jequié\",,\"BRA.5.214_1\",\"ChIJC6AE1aatQAcRs19x9QZAsy8\",,\"BRBA2918001\",\"2918001\",-13.95417547,-40.2338147547051,156126,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f7f334d3\",2918100,2918100,\"BR_BA\",\"2918100\",3,\"Bahia\",\"Jeremoabo\",,\"BRA.5.215_1\",\"ChIJ7Rqy4aWDDgcRoRxMXgMMDEE\",,\"BRBA2918100\",\"2918100\",-9.898667815,-38.7634356126631,40651,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8c69322e\",2918209,2918209,\"BR_BA\",\"2918209\",3,\"Bahia\",\"Jiquiriçá\",,\"BRA.5.216_1\",,,\"BRBA2918209\",\"2918209\",-9.96236992,-38.3668107729497,14557,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"faac688f\",2918308,2918308,\"BR_BA\",\"2918308\",3,\"Bahia\",\"Jitaúna\",,\"BRA.5.217_1\",,,\"BRBA2918308\",\"2918308\",-13.938860415,-39.8939099931216,10808,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1764815b\",2918357,2918357,\"BR_BA\",\"2918357\",3,\"Bahia\",\"João Dourado\",,\"BRA.5.218_1\",\"ChIJidfCprY0aQcRdX-kkg2Ao94\",,\"BRBA2918357\",\"2918357\",-11.221477985,-41.5549320038166,25402,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6f5c639b\",2918407,2918407,\"BR_BA\",\"2918407\",3,\"Bahia\",\"Juazeiro\",,\"BRA.5.219_1\",\"ChIJJ0NkXwRqcwcR0dy71BnEahI\",,\"BRBA2918407\",\"2918407\",-9.47855711,-40.2426374262324,218162,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"652ca748\",2918456,2918456,\"BR_BA\",\"2918456\",3,\"Bahia\",\"Jucuruçu\",,\"BRA.5.220_1\",,,\"BRBA2918456\",\"2918456\",-16.88092327,-40.1334649732514,8988,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1999393a\",2918506,2918506,\"BR_BA\",\"2918506\",3,\"Bahia\",\"Jussara\",,\"BRA.5.221_1\",,,\"BRBA2918506\",\"2918506\",-10.934653285,-41.8366701077168,15262,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fde79cc5\",2918555,2918555,\"BR_BA\",\"2918555\",3,\"Bahia\",\"Jussari\",,\"BRA.5.222_1\",,,\"BRBA2918555\",\"2918555\",-15.14522886,-39.499013187621,5768,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"82d6d6d9\",2918605,2918605,\"BR_BA\",\"2918605\",3,\"Bahia\",\"Jussiape\",,\"BRA.5.223_1\",,,\"BRBA2918605\",\"2918605\",-13.497456075,-41.6383236653751,5976,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f4138c78\",2918704,2918704,\"BR_BA\",\"2918704\",3,\"Bahia\",\"Lafaiete Coutinho\",,\"BRA.5.224_1\",,,\"BRBA2918704\",\"2918704\",-13.596672535,-40.2447094691303,3693,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1700ed9e\",2918753,2918753,\"BR_BA\",\"2918753\",3,\"Bahia\",\"Lagoa Real\",,\"BRA.5.225_1\",,,\"BRBA2918753\",\"2918753\",-14.03637028,-42.2431340365791,15770,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"612b5ee6\",2918803,2918803,\"BR_BA\",\"2918803\",3,\"Bahia\",\"Laje\",,\"BRA.5.226_1\",\"ChIJp2D7yxDJPwcRbL54gUIy95o\",,\"BRBA2918803\",\"2918803\",-13.179802895,-39.3961200883695,24032,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"17ee0447\",2918902,2918902,\"BR_BA\",\"2918902\",3,\"Bahia\",\"Lajedão\",,\"BRA.5.227_1\",,,\"BRBA2918902\",\"2918902\",-17.563391685,-40.3288334205194,3975,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"37518125\",2919009,2919009,\"BR_BA\",\"2919009\",3,\"Bahia\",\"Lajedinho\",,\"BRA.5.228_1\",,,\"BRBA2919009\",\"2919009\",-12.37437773,-40.9627023351561,3758,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d2145f6\",2919058,2919058,\"BR_BA\",\"2919058\",3,\"Bahia\",\"Lajedo do Tabocal\",,\"BRA.5.229_1\",,,\"BRBA2919058\",\"2919058\",-13.472521305,-40.2763276613445,8577,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4194db84\",2919108,2919108,\"BR_BA\",\"2919108\",3,\"Bahia\",\"Lamarão\",,\"BRA.5.230_1\",,,\"BRBA2919108\",\"2919108\",-11.817110065,-38.9672529760016,8191,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ac5c3250\",2919157,2919157,\"BR_BA\",\"2919157\",3,\"Bahia\",\"Lapão\",,\"BRA.5.231_1\",\"ChIJQ6lBDPEkaQcRUY0qZXjs6f4\",,\"BRBA2919157\",\"2919157\",-11.535449505,-41.7655478963459,27274,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d36d784c\",2919207,2919207,\"BR_BA\",\"2919207\",3,\"Bahia\",\"Lauro de Freitas\",,\"BRA.5.232_1\",\"ChIJvSYwlJEVFgcRI3fRayDJ8pU\",,\"BRBA2919207\",\"2919207\",-12.852283,-38.3321359924078,201635,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a5a822ed\",2919306,2919306,\"BR_BA\",\"2919306\",3,\"Bahia\",\"Lençóis\",,\"BRA.5.233_1\",\"ChIJm3NXMmMHQgcRqXkPhvrYOME\",,\"BRBA2919306\",\"2919306\",-12.42165756,-41.3039577680211,11499,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"39ee65d2\",2919405,2919405,\"BR_BA\",\"2919405\",3,\"Bahia\",\"Licínio de Almeida\",,\"BRA.5.234_1\",,,\"BRBA2919405\",\"2919405\",-14.599739555,-42.4665803360844,12373,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4f2b3f73\",2919504,2919504,\"BR_BA\",\"2919504\",3,\"Bahia\",\"Livramento de Nossa Senhora\",,\"BRA.5.235_1\",\"ChIJdRVkC1OMRAcRPxgSSUz5hHc\",,\"BRBA2919504\",\"2919504\",-13.856683255,-42.0086669711197,46062,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ac385e95\",2919553,2919553,\"BR_BA\",\"2919553\",3,\"Bahia\",\"Luís Eduardo Magalhães\",,,\"ChIJUeKsYyUQSpMRYPb-mYOVzTo\",,\"BRBA2919553\",\"2919553\",-12.0869117,-45.7834163,90162,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3091489\",2919603,2919603,\"BR_BA\",\"2919603\",3,\"Bahia\",\"Macajuba\",,\"BRA.5.236_1\",,,\"BRBA2919603\",\"2919603\",-12.116989135,-40.244319005458,11332,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a5cc4e28\",2919702,2919702,\"BR_BA\",\"2919702\",3,\"Bahia\",\"Macarani\",,\"BRA.5.237_1\",,,\"BRBA2919702\",\"2919702\",-15.53873348,-40.3407054156305,18909,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"379958af\",2919801,2919801,\"BR_BA\",\"2919801\",3,\"Bahia\",\"Macaúbas\",,\"BRA.5.238_1\",\"ChIJDebQCNuwXAcR73SgD065w4Q\",,\"BRBA2919801\",\"2919801\",-13.257431985,-42.7955445370672,50161,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"415c020e\",2919900,2919900,\"BR_BA\",\"2919900\",3,\"Bahia\",\"Macururé\",,\"BRA.5.239_1\",,,\"BRBA2919900\",\"2919900\",-9.261032105,-38.8787402860181,7787,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a09c5b9\",2919926,2919926,\"BR_BA\",\"2919926\",3,\"Bahia\",\"Madre de Deus\",,\"BRA.5.240_1\",\"ChIJG2Z8Sjd1FgcRpLSNEewtf-o\",,\"BRBA2919926\",\"2919926\",-12.739582535,-38.608888625,21432,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"45f74eef\",2919959,2919959,\"BR_BA\",\"2919959\",3,\"Bahia\",\"Maetinga\",,\"BRA.5.241_1\",,,\"BRBA2919959\",\"2919959\",-14.560154915,-41.7173171218265,2764,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ea419978\",2920007,2920007,\"BR_BA\",\"2920007\",3,\"Bahia\",\"Maiquinique\",,\"BRA.5.242_1\",,,\"BRBA2920007\",\"2920007\",-15.658880235,-40.2297199961374,10206,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9c84c3d9\",2920106,2920106,\"BR_BA\",\"2920106\",3,\"Bahia\",\"Mairi\",,\"BRA.5.243_1\",,,\"BRBA2920106\",\"2920106\",-11.70657635,-40.188901602627,18602,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"07cb2c3a\",2920205,2920205,\"BR_BA\",\"2920205\",3,\"Bahia\",\"Malhada\",,\"BRA.5.245_1\",,,\"BRBA2920205\",\"2920205\",-14.09101391,-43.6040085174624,16861,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"710e769b\",2920304,2920304,\"BR_BA\",\"2920304\",3,\"Bahia\",\"Malhada de Pedras\",,\"BRA.5.244_1\",,,\"BRBA2920304\",\"2920304\",-14.335018155,-41.8387450189202,8359,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ea25f5bd\",2920403,2920403,\"BR_BA\",\"2920403\",3,\"Bahia\",\"Manoel Vitorino\",,\"BRA.5.246_1\",,,\"BRBA2920403\",\"2920403\",-14.06608343,-40.520391718986,13087,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e055316e\",2920452,2920452,\"BR_BA\",\"2920452\",3,\"Bahia\",\"Mansidão\",,\"BRA.5.247_1\",,,\"BRBA2920452\",\"2920452\",-11.03865528,-44.0941750324776,13734,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ce0af1c\",2920502,2920502,\"BR_BA\",\"2920502\",3,\"Bahia\",\"Maracás\",,\"BRA.5.248_1\",\"ChIJ6SvTQ-TwQAcR-vpyCg6Qrxc\",,\"BRBA2920502\",\"2920502\",-13.52473831,-40.5277287468641,20393,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"07af40ff\",2920601,2920601,\"BR_BA\",\"2920601\",3,\"Bahia\",\"Maragogipe\",,\"BRA.5.249_1\",\"ChIJi1sBa6XtFQcRVRh_BydZ04k\",,\"BRBA2920601\",\"2920601\",-12.824305055,-38.9986269979765,44793,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"716a1a5e\",2920700,2920700,\"BR_BA\",\"2920700\",3,\"Bahia\",\"Maraú\",,\"BRA.5.250_1\",\"ChIJrWeEFKPRPgcRvfNvK_w8OvI\",,\"BRBA2920700\",\"2920700\",-14.078195095,-38.971713757954,20617,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"03eae5c7\",2920809,2920809,\"BR_BA\",\"2920809\",3,\"Bahia\",\"Marcionílio Souza\",,\"BRA.5.251_1\",,,\"BRBA2920809\",\"2920809\",-13.163644315,-40.6644002745864,10380,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"752fbf66\",2920908,2920908,\"BR_BA\",\"2920908\",3,\"Bahia\",\"Mascote\",,\"BRA.5.252_1\",,,\"BRBA2920908\",\"2920908\",-15.656213285,-39.4304756733711,13717,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bcf39f31\",2921005,2921005,\"BR_BA\",\"2921005\",3,\"Bahia\",\"Mata de São João\",,\"BRA.5.253_1\",\"ChIJ1RGLt8tfFgcR0zV-ott0icc\",,\"BRBA2921005\",\"2921005\",-12.48944473,-38.3063507489977,47126,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b6835be2\",2921054,2921054,\"BR_BA\",\"2921054\",3,\"Bahia\",\"Matina\",,\"BRA.5.254_1\",,,\"BRBA2921054\",\"2921054\",-13.852354045,-42.9504139982205,12283,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ca36c590\",2921104,2921104,\"BR_BA\",\"2921104\",3,\"Bahia\",\"Medeiros Neto\",,\"BRA.5.255_1\",\"ChIJaaNeLKa_SgcRdqWHqX-Y43I\",,\"BRBA2921104\",\"2921104\",-17.361765865,-40.3022969715858,22716,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5614ee6a\",2921203,2921203,\"BR_BA\",\"2921203\",3,\"Bahia\",\"Miguel Calmon\",,\"BRA.5.256_1\",\"ChIJO4oywQSHbAcRLLbM3efKoGY\",,\"BRBA2921203\",\"2921203\",-11.40951586,-40.6091858016523,25894,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"20d1b4cb\",2921302,2921302,\"BR_BA\",\"2921302\",3,\"Bahia\",\"Milagres\",,\"BRA.5.257_1\",,,\"BRBA2921302\",\"2921302\",-12.92966652,-39.77075208058,10893,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bc97f3f4\",2921401,2921401,\"BR_BA\",\"2921401\",3,\"Bahia\",\"Mirangaba\",,\"BRA.5.258_1\",,,\"BRBA2921401\",\"2921401\",-10.83841944,-40.6366240413932,18474,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b6e73727\",2921450,2921450,\"BR_BA\",\"2921450\",3,\"Bahia\",\"Mirante\",,\"BRA.5.259_1\",,,\"BRBA2921450\",\"2921450\",-14.16785574,-40.8284499109913,8447,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ca52a955\",2921500,2921500,\"BR_BA\",\"2921500\",3,\"Bahia\",\"Monte Santo\",,\"BRA.5.260_1\",\"ChIJfQ2PCxlyDQcRij7sivcQcOc\",,\"BRBA2921500\",\"2921500\",-10.310212135,-39.4559559463893,49278,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b1c8afa8\",2921609,2921609,\"BR_BA\",\"2921609\",3,\"Bahia\",\"Morpará\",,\"BRA.5.261_1\",,,\"BRBA2921609\",\"2921609\",-11.768115995,-43.0209887507544,8497,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c70df509\",2921708,2921708,\"BR_BA\",\"2921708\",3,\"Bahia\",\"Morro do Chapéu\",,\"BRA.5.262_1\",\"ChIJ23uby-P6awcROKWOwtdrnK8\",,\"BRBA2921708\",\"2921708\",-11.39218521,-41.1188927952721,35440,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5ceeafa5\",2921807,2921807,\"BR_BA\",\"2921807\",3,\"Bahia\",\"Mortugaba\",,\"BRA.5.263_1\",,,\"BRBA2921807\",\"2921807\",-14.96443939,-42.3717488832358,12052,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2a2bf504\",2921906,2921906,\"BR_BA\",\"2921906\",3,\"Bahia\",\"Mucugê\",,\"BRA.5.264_1\",,,\"BRBA2921906\",\"2921906\",-13.05319357,-41.4933490200563,8889,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"472595ea\",2922003,2922003,\"BR_BA\",\"2922003\",3,\"Bahia\",\"Mucuri\",,\"BRA.5.265_1\",\"ChIJE-SJTW2iygARVr1DXcwMoFI\",,\"BRBA2922003\",\"2922003\",-18.04111004,-39.8240465804847,42251,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4d555139\",2922052,2922052,\"BR_BA\",\"2922052\",3,\"Bahia\",\"Mulungu do Morro\",,\"BRA.5.266_1\",,,\"BRBA2922052\",\"2922052\",-12.019812105,-41.5252026177935,10673,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"31e0cf4b\",2922102,2922102,\"BR_BA\",\"2922102\",3,\"Bahia\",\"Mundo Novo\",,\"BRA.5.267_1\",,,\"BRBA2922102\",\"2922102\",-11.869317055,-40.4728710306052,26970,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aaaf20a8\",2922201,2922201,\"BR_BA\",\"2922201\",3,\"Bahia\",\"Muniz Ferreira\",,\"BRA.5.268_1\",,,\"BRBA2922201\",\"2922201\",-13.008445265,-39.0953026892828,7443,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a0dfe47b\",2922250,2922250,\"BR_BA\",\"2922250\",3,\"Bahia\",\"Muquém do São Francisco\",,\"BRA.5.269_1\",,,\"BRBA2922250\",\"2922250\",-12.216891765,-43.5831208709577,11417,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dc6a7a09\",2922300,2922300,\"BR_BA\",\"2922300\",3,\"Bahia\",\"Muritiba\",,\"BRA.5.270_1\",\"ChIJEehe60S_FQcRXZsfHCJuxlM\",,\"BRBA2922300\",\"2922300\",-12.62274981,-39.0803041889549,29410,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a0f9d428\",2922409,2922409,\"BR_BA\",\"2922409\",3,\"Bahia\",\"Mutuípe\",,\"BRA.5.271_1\",\"ChIJcwaNzAu4PwcRjc75Yp2gcO8\",,\"BRBA2922409\",\"2922409\",-13.325857635,-39.5053806136267,22282,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d63c8e89\",2922508,2922508,\"BR_BA\",\"2922508\",3,\"Bahia\",\"Nazaré\",,\"BRA.5.272_1\",\"ChIJL6K8GMshPgcRl8DPLYlxy88\",,\"BRBA2922508\",\"2922508\",-12.945955275,-38.9791581401723,28594,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"44c52d41\",2922607,2922607,\"BR_BA\",\"2922607\",3,\"Bahia\",\"Nilo Peçanha\",,\"BRA.5.273_1\",\"ChIJUytZy0j2PgcRThEfx4LraxA\",,\"BRBA2922607\",\"2922607\",-13.648705005,-39.0915806506159,14079,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4eb5e992\",2922656,2922656,\"BR_BA\",\"2922656\",3,\"Bahia\",\"Nordestina\",,\"BRA.5.274_1\",,,\"BRBA2922656\",\"2922656\",-10.900402545,-39.4525412847895,13164,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"320077e0\",2922706,2922706,\"BR_BA\",\"2922706\",3,\"Bahia\",\"Nova Canaã\",,\"BRA.5.275_1\",,,\"BRBA2922706\",\"2922706\",-14.850738525,-40.1865530632865,16472,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f04e8116\",2922730,2922730,\"BR_BA\",\"2922730\",3,\"Bahia\",\"Nova Fátima\",,\"BRA.5.276_1\",,,\"BRBA2922730\",\"2922730\",-11.60726881,-39.6457652810566,7821,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d67ed21f\",2922755,2922755,\"BR_BA\",\"2922755\",3,\"Bahia\",\"Nova Ibiá\",,\"BRA.5.277_1\",,,\"BRBA2922755\",\"2922755\",-13.809110165,-39.5914322223467,6554,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a0556167\",2922805,2922805,\"BR_BA\",\"2922805\",3,\"Bahia\",\"Nova Itarana\",,\"BRA.5.278_1\",,,\"BRBA2922805\",\"2922805\",-13.0306139,-40.0665396354455,8279,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aa25a5b4\",2922854,2922854,\"BR_BA\",\"2922854\",3,\"Bahia\",\"Nova Redenção\",,\"BRA.5.279_1\",,,\"BRBA2922854\",\"2922854\",-12.874157905,-41.0999795275881,9123,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d6903bc6\",2922904,2922904,\"BR_BA\",\"2922904\",3,\"Bahia\",\"Nova Soure\",,\"BRA.5.280_1\",,,\"BRBA2922904\",\"2922904\",-11.356802465,-38.6158529925704,26998,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"119793a3\",2923001,2923001,\"BR_BA\",\"2923001\",3,\"Bahia\",\"Nova Viçosa\",,\"BRA.5.281_1\",\"ChIJ-XeXtVbUygARgjJYo1F39Oo\",,\"BRBA2923001\",\"2923001\",-17.88722229,-39.7271652293244,43783,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3dd70479\",2923035,2923035,\"BR_BA\",\"2923035\",3,\"Bahia\",\"Novo Horizonte\",,\"BRA.5.282_1\",,,\"BRBA2923035\",\"2923035\",-12.870258805,-42.1216713129772,12522,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1be75770\",2923050,2923050,\"BR_BA\",\"2923050\",3,\"Bahia\",\"Novo Triunfo\",,\"BRA.5.283_1\",,,\"BRBA2923050\",\"2923050\",-10.36412859,-38.4439931682671,15443,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6752c902\",2923100,2923100,\"BR_BA\",\"2923100\",3,\"Bahia\",\"Olindina\",,\"BRA.5.284_1\",,,\"BRBA2923100\",\"2923100\",-11.429758075,-38.3615336760869,28304,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1cc8cfff\",2923209,2923209,\"BR_BA\",\"2923209\",3,\"Bahia\",\"Oliveira dos Brejinhos\",,\"BRA.5.285_1\",,,\"BRBA2923209\",\"2923209\",-12.27589512,-42.6658279314896,21810,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6a0d955e\",2923308,2923308,\"BR_BA\",\"2923308\",3,\"Bahia\",\"Ouriçangas\",,\"BRA.5.286_1\",,,\"BRBA2923308\",\"2923308\",-11.99537134,-38.6636866300387,8570,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"87c57c8a\",2923357,2923357,\"BR_BA\",\"2923357\",3,\"Bahia\",\"Ourolândia\",,\"BRA.5.287_1\",,,\"BRBA2923357\",\"2923357\",-10.831089495,-41.1571066229854,17511,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fffd9e4a\",2923407,2923407,\"BR_BA\",\"2923407\",3,\"Bahia\",\"Palmas de Monte Alto\",,\"BRA.5.288_1\",,,\"BRBA2923407\",\"2923407\",-14.184965135,-43.2259261555624,21796,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8938c4eb\",2923506,2923506,\"BR_BA\",\"2923506\",3,\"Bahia\",\"Palmeiras\",,\"BRA.5.289_1\",,,\"BRBA2923506\",\"2923506\",-12.53637934,-41.571082178539,9071,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"12772b08\",2923605,2923605,\"BR_BA\",\"2923605\",3,\"Bahia\",\"Paramirim\",,\"BRA.5.290_1\",\"ChIJc_sq6GNdQwcRgzU7bqv8FzA\",,\"BRBA2923605\",\"2923605\",-13.4883666,-42.2894723849484,21695,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"64b271a9\",2923704,2923704,\"BR_BA\",\"2923704\",3,\"Bahia\",\"Paratinga\",,\"BRA.5.291_1\",,,\"BRBA2923704\",\"2923704\",-12.683146955,-43.0490561309355,32141,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f18aa337\",2923803,2923803,\"BR_BA\",\"2923803\",3,\"Bahia\",\"Paripiranga\",,\"BRA.5.292_1\",\"ChIJ60AOZibRDwcRZc3k0WwTus4\",,\"BRBA2923803\",\"2923803\",-10.63292551,-37.8995609534315,29058,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"874ff996\",2923902,2923902,\"BR_BA\",\"2923902\",3,\"Bahia\",\"Pau Brasil\",,\"BRA.5.293_1\",,,\"BRBA2923902\",\"2923902\",-15.448315145,-39.710200353488,9686,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"829b2328\",2924009,2924009,\"BR_BA\",\"2924009\",3,\"Bahia\",\"Paulo Afonso\",,\"BRA.5.294_1\",\"ChIJ75cFjz05CQcRQonitvYRyRI\",,\"BRBA2924009\",\"2924009\",-9.537990095,-38.2648444848514,118516,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"88ebe7fb\",2924058,2924058,\"BR_BA\",\"2924058\",3,\"Bahia\",\"Pé de Serra\",,\"BRA.5.295_1\",,,\"BRBA2924058\",\"2924058\",-11.87944126,-39.6114112224723,13556,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f45e7989\",2924108,2924108,\"BR_BA\",\"2924108\",3,\"Bahia\",\"Pedrão\",,\"BRA.5.296_1\",,,\"BRBA2924108\",\"2924108\",-12.12007904,-38.6409369619379,7394,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66a7da41\",2924207,2924207,\"BR_BA\",\"2924207\",3,\"Bahia\",\"Pedro Alexandre\",,\"BRA.5.297_1\",,,\"BRBA2924207\",\"2924207\",-10.083166595,-37.9561708457404,16682,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"106280e0\",2924306,2924306,\"BR_BA\",\"2924306\",3,\"Bahia\",\"Piatã\",,\"BRA.5.298_1\",,,\"BRBA2924306\",\"2924306\",-13.05768776,-41.8831060853944,16984,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8c24c7df\",2924405,2924405,\"BR_BA\",\"2924405\",3,\"Bahia\",\"Pilão Arcado\",,\"BRA.5.299_1\",,,\"BRBA2924405\",\"2924405\",-9.952600955,-43.0169154434011,35175,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fae19d7e\",2924504,2924504,\"BR_BA\",\"2924504\",3,\"Bahia\",\"Pindaí\",,\"BRA.5.300_1\",,,\"BRBA2924504\",\"2924504\",-14.48404503,-42.6814596456615,16285,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66c3b684\",2924603,2924603,\"BR_BA\",\"2924603\",3,\"Bahia\",\"Pindobaçu\",,\"BRA.5.301_1\",,,\"BRBA2924603\",\"2924603\",-10.70297575,-40.3706596622162,20098,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6cb37257\",2924652,2924652,\"BR_BA\",\"2924652\",3,\"Bahia\",\"Pintadas\",,\"BRA.5.302_1\",,,\"BRBA2924652\",\"2924652\",-11.867487905,-39.9029808807169,10394,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be50f9cb\",2924678,2924678,\"BR_BA\",\"2924678\",3,\"Bahia\",\"Piraí do Norte\",,\"BRA.5.303_1\",,,\"BRBA2924678\",\"2924678\",-13.814602375,-39.3713116334498,10036,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1006ec25\",2924702,2924702,\"BR_BA\",\"2924702\",3,\"Bahia\",\"Piripá\",,\"BRA.5.304_1\",,,\"BRBA2924702\",\"2924702\",-15.119688985,-41.7202044443689,10475,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8253faa2\",2924801,2924801,\"BR_BA\",\"2924801\",3,\"Bahia\",\"Piritiba\",,\"BRA.5.305_1\",,,\"BRBA2924801\",\"2924801\",-11.687583925,-40.6163022810888,24964,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f496a003\",2924900,2924900,\"BR_BA\",\"2924900\",3,\"Bahia\",\"Planaltino\",,\"BRA.5.306_1\",,,\"BRBA2924900\",\"2924900\",-13.19004917,-40.3207244701894,9370,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aa9859dc\",2925006,2925006,\"BR_BA\",\"2925006\",3,\"Bahia\",\"Planalto\",,\"BRA.5.307_1\",\"ChIJ9zI4GTywRwcRywrblkn2gPo\",,\"BRBA2925006\",\"2925006\",-14.679864405,-40.4903890525221,26426,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"32536251\",2925105,2925105,\"BR_BA\",\"2925105\",3,\"Bahia\",\"Poções\",,\"BRA.5.308_1\",\"ChIJfUFZ6zoKRwcRb1miFhZNyyg\",,\"BRBA2925105\",\"2925105\",-14.56343746,-40.3721931353933,46879,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4712ec9e\",2925204,2925204,\"BR_BA\",\"2925204\",3,\"Bahia\",\"Pojuca\",,\"BRA.5.309_1\",\"ChIJ1-nJqFOLFgcRb1ksnMKkP9M\",,\"BRBA2925204\",\"2925204\",-12.335277085,-38.2219136922771,39972,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a4018d78\",2925253,2925253,\"BR_BA\",\"2925253\",3,\"Bahia\",\"Ponto Novo\",,\"BRA.5.310_1\",,,\"BRBA2925253\",\"2925253\",-10.986584665,-40.1032239827711,14819,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d8b4130a\",2925303,2925303,\"BR_BA\",\"2925303\",3,\"Bahia\",\"Porto Seguro\",,\"BRA.5.311_1\",\"ChIJA0kLQ-4qNAcRPQxCEXo_a1w\",,\"BRBA2925303\",\"2925303\",-16.646666525,-39.2690990299265,150658,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aafc3519\",2925402,2925402,\"BR_BA\",\"2925402\",3,\"Bahia\",\"Potiraguá\",,\"BRA.5.312_1\",,,\"BRBA2925402\",\"2925402\",-15.72574854,-39.7598619781221,6916,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"32370e94\",2925501,2925501,\"BR_BA\",\"2925501\",3,\"Bahia\",\"Prado\",,\"BRA.5.313_1\",\"ChIJfRJJFFH5NAcRfYYFo-whybY\",,\"BRBA2925501\",\"2925501\",-17.16685009,-39.3961854165924,28194,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4776805b\",2925600,2925600,\"BR_BA\",\"2925600\",3,\"Bahia\",\"Presidente Dutra\",,\"BRA.5.314_1\",,,\"BRBA2925600\",\"2925600\",-11.309637545,-41.9990698003655,15160,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3f6852c8\",2925709,2925709,\"BR_BA\",\"2925709\",3,\"Bahia\",\"Presidente Jânio Quadros\",,\"BRA.5.315_1\",,,\"BRBA2925709\",\"2925709\",-14.72537947,-41.6502821392622,12179,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3518961b\",2925758,2925758,\"BR_BA\",\"2925758\",3,\"Bahia\",\"Presidente Tancredo Neves\",,\"BRA.5.316_1\",\"ChIJoyI5dxipPwcR03Z05yPJur0\",,\"BRBA2925758\",\"2925758\",-13.458139895,-39.4374056323302,28004,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"43332563\",2925808,2925808,\"BR_BA\",\"2925808\",3,\"Bahia\",\"Queimadas\",,\"BRA.5.317_1\",\"ChIJfzDBbtTYEgcR0mNlt9jY5W4\",,\"BRBA2925808\",\"2925808\",-11.0513649,-39.7326903001177,25433,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d24e52c5\",2925907,2925907,\"BR_BA\",\"2925907\",3,\"Bahia\",\"Quijingue\",,\"BRA.5.318_1\",,,\"BRBA2925907\",\"2925907\",-10.80826855,-39.116528877923,27626,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1000a433\",2925931,2925931,\"BR_BA\",\"2925931\",3,\"Bahia\",\"Quixabeira\",,\"BRA.5.319_1\",,,\"BRBA2925931\",\"2925931\",-11.374846935,-40.1302471415683,8956,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d83e9616\",2925956,2925956,\"BR_BA\",\"2925956\",3,\"Bahia\",\"Rafael Jambeiro\",,\"BRA.5.320_1\",,,\"BRBA2925956\",\"2925956\",-12.461390495,-39.6211616574873,22633,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5623971e\",2926004,2926004,\"BR_BA\",\"2926004\",3,\"Bahia\",\"Remanso\",,\"BRA.5.321_1\",\"ChIJQ00xfp1mcAcRdTRPTu3Wi0E\",,\"BRBA2926004\",\"2926004\",-9.611522675,-42.3007281727179,41170,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c985688a\",2926103,2926103,\"BR_BA\",\"2926103\",3,\"Bahia\",\"Retirolândia\",,\"BRA.5.322_1\",,,\"BRBA2926103\",\"2926103\",-11.469394685,-39.396615523896,14495,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bcc4e645\",2926202,2926202,\"BR_BA\",\"2926202\",3,\"Bahia\",\"Riachão das Neves\",,\"BRA.5.323_1\",,,\"BRBA2926202\",\"2926202\",-11.6764369,-45.2425691913214,22334,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"240fddc8\",2926301,2926301,\"BR_BA\",\"2926301\",3,\"Bahia\",\"Riachão do Jacuípe\",,\"BRA.5.324_1\",\"ChIJY5gK3TqBFAcR_M6Mfd5mMos\",,\"BRBA2926301\",\"2926301\",-11.794847965,-39.3968172633808,33468,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5647fbdb\",2926400,2926400,\"BR_BA\",\"2926400\",3,\"Bahia\",\"Riacho de Santana\",,\"BRA.5.325_1\",\"ChIJm-9Vy6B0WwcRrk4j5E2d6lE\",,\"BRBA2926400\",\"2926400\",-13.63561821,-43.027896425348,35593,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2e592948\",2926509,2926509,\"BR_BA\",\"2926509\",3,\"Bahia\",\"Ribeira do Amparo\",,\"BRA.5.326_1\",,,\"BRBA2926509\",\"2926509\",-10.941638945,-38.3609126671822,14612,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b18a787\",2926608,2926608,\"BR_BA\",\"2926608\",3,\"Bahia\",\"Ribeira do Pombal\",,\"BRA.5.327_1\",\"ChIJr5j8gG77EQcRvYuAYU8uFxY\",,\"BRBA2926608\",\"2926608\",-10.78956509,-38.4949657304069,53956,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b6d04e53\",2926657,2926657,\"BR_BA\",\"2926657\",3,\"Bahia\",\"Ribeirão do Largo\",,\"BRA.5.328_1\",,,\"BRBA2926657\",\"2926657\",-15.4622159,-40.6479155646413,5343,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ca65d021\",2926707,2926707,\"BR_BA\",\"2926707\",3,\"Bahia\",\"Rio de Contas\",,\"BRA.5.329_1\",,,\"BRBA2926707\",\"2926707\",-13.629183295,-41.7018486185336,12932,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b63ea78a\",2926806,2926806,\"BR_BA\",\"2926806\",3,\"Bahia\",\"Rio do Antônio\",,\"BRA.5.330_1\",,,\"BRBA2926806\",\"2926806\",-14.320605755,-42.0737664594178,15448,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2ef59c07\",2926905,2926905,\"BR_BA\",\"2926905\",3,\"Bahia\",\"Rio do Pires\",,\"BRA.5.331_1\",,,\"BRBA2926905\",\"2926905\",-13.148848055,-42.1006201741621,11663,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"07fc554e\",2927002,2927002,\"BR_BA\",\"2927002\",3,\"Bahia\",\"Rio Real\",,\"BRA.5.332_1\",\"ChIJ5xOzTOD8EAcRuuRtEi-etJY\",,\"BRBA2927002\",\"2927002\",-11.570662975,-37.9206118607474,40976,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f376ec3\",2927101,2927101,\"BR_BA\",\"2927101\",3,\"Bahia\",\"Rodelas\",,\"BRA.5.333_1\",,,\"BRBA2927101\",\"2927101\",-9.203517435,-38.6657585219543,9442,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ea76e00c\",2927200,2927200,\"BR_BA\",\"2927200\",3,\"Bahia\",\"Ruy Barbosa\",,\"BRA.5.334_1\",\"ChIJyShsV2HlagcRHN5LCWZdO3w\",,\"BRBA2927200\",\"2927200\",-12.27118397,-40.7016227847682,30857,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9268329f\",2927309,2927309,\"BR_BA\",\"2927309\",3,\"Bahia\",\"Salinas da Margarida\",,\"BRA.5.335_1\",,,\"BRBA2927309\",\"2927309\",-12.898889065,-38.7864491158383,15862,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e020148c\",2927408,2927408,\"BR_BA\",\"2927408\",3,\"Bahia\",\"Salvador\",,\"BRA.5.336_1\",\"ChIJs6U8onwDFgcRmGYiLJHHnxs\",,\"BRBA2927408\",\"2927408\",-12.902500155,-38.388612745,2886698,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"715d632a\",2927507,2927507,\"BR_BA\",\"2927507\",3,\"Bahia\",\"Santa Bárbara\",,\"BRA.5.337_1\",\"ChIJl2Q0DL4SFAcRpOoypFM0d1M\",,\"BRBA2927507\",\"2927507\",-11.95080757,-38.9757694445117,20883,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"041cede5\",2927606,2927606,\"BR_BA\",\"2927606\",3,\"Bahia\",\"Santa Brígida\",,\"BRA.5.338_1\",,,\"BRBA2927606\",\"2927606\",-9.727840425,-38.2064965613764,14063,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9cd7d668\",2927705,2927705,\"BR_BA\",\"2927705\",3,\"Bahia\",\"Santa Cruz Cabrália\",,\"BRA.5.339_1\",\"ChIJ1-vAYJzpNgcRaQ3uf5t26aU\",,\"BRBA2927705\",\"2927705\",-16.22444439,-39.2149518978599,27922,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e08ca1c3\",2927804,2927804,\"BR_BA\",\"2927804\",3,\"Bahia\",\"Santa Cruz da Vitória\",,\"BRA.5.340_1\",,,\"BRBA2927804\",\"2927804\",-14.8976531,-39.8266036701189,6278,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7f2a5e57\",2927903,2927903,\"BR_BA\",\"2927903\",3,\"Bahia\",\"Santa Inês\",,\"BRA.5.341_1\",,,\"BRBA2927903\",\"2927903\",-13.301103115,-39.8588085906988,10606,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b53a68d5\",2928059,2928059,\"BR_BA\",\"2928059\",3,\"Bahia\",\"Santa Luzia\",,\"BRA.5.342_1\",,,\"BRBA2928059\",\"2928059\",-15.476147175,-39.2300081950396,12449,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c98ff6a7\",2928109,2928109,\"BR_BA\",\"2928109\",3,\"Bahia\",\"Santa Maria da Vitória\",,\"BRA.5.343_1\",\"ChIJN_uVqoIpWQcRU5qvH-JhxOw\",,\"BRBA2928109\",\"2928109\",-13.194128035,-44.4258201390301,39775,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5ffb29dd\",2928406,2928406,\"BR_BA\",\"2928406\",3,\"Bahia\",\"Santa Rita de Cássia\",,\"BRA.5.344_1\",\"ChIJ339jpA2QYQcRXToVFQlnSqA\",,\"BRBA2928406\",\"2928406\",-10.9796505,-44.5769168624171,28481,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c7301250\",2928505,2928505,\"BR_BA\",\"2928505\",3,\"Bahia\",\"Santa Teresinha\",,\"BRA.5.345_1\",,,\"BRBA2928505\",\"2928505\",-12.723948955,-39.5703409636407,10464,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b1912434\",2928000,2928000,\"BR_BA\",\"2928000\",3,\"Bahia\",\"Santaluz\",,\"BRA.5.346_1\",\"ChIJve5BD1IGEwcRmpr9MBjGFO8\",,\"BRBA2928000\",\"2928000\",-11.207093715,-39.4502810221422,37531,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bcce7868\",2928208,2928208,\"BR_BA\",\"2928208\",3,\"Bahia\",\"Santana\",,\"BRA.5.347_1\",\"ChIJIwFia_evXgcRYaJnAA0Kebo\",,\"BRBA2928208\",\"2928208\",-13.06520748,-43.9034912858072,26705,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2db30fce\",2928307,2928307,\"BR_BA\",\"2928307\",3,\"Bahia\",\"Santanópolis\",,\"BRA.5.348_1\",,,\"BRBA2928307\",\"2928307\",-11.856892105,-38.8462582341017,8966,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b2719c9f\",2928604,2928604,\"BR_BA\",\"2928604\",3,\"Bahia\",\"Santo Amaro\",,\"BRA.5.349_1\",\"ChIJZw2VaODQFQcR0WVSgiUELJU\",,\"BRBA2928604\",\"2928604\",-12.5409565,-38.7464790417086,60131,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2dd7630b\",2928703,2928703,\"BR_BA\",\"2928703\",3,\"Bahia\",\"Santo Antônio de Jesus\",,\"BRA.5.350_1\",\"ChIJYQnrmkgpPgcRTBjXHsVtgBw\",,\"BRBA2928703\",\"2928703\",-13.01671982,-39.2419146829531,102380,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"518c14a0\",2928802,2928802,\"BR_BA\",\"2928802\",3,\"Bahia\",\"Santo Estêvão\",,\"BRA.5.351_1\",\"ChIJd1zpKOeoFQcRTmMajTVQ8Gw\",,\"BRBA2928802\",\"2928802\",-12.461390495,-39.2666786449625,53269,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c9472f2d\",2928901,2928901,\"BR_BA\",\"2928901\",3,\"Bahia\",\"São Desidério\",,\"BRA.5.352_1\",\"ChIJA0bQgINyS5MRQseMtbzke6E\",,\"BRBA2928901\",\"2928901\",-12.81679487,-45.4340226470415,34266,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c337ebfe\",2928950,2928950,\"BR_BA\",\"2928950\",3,\"Bahia\",\"São Domingos\",,\"BRA.5.353_1\",,,\"BRBA2928950\",\"2928950\",-11.46391916,-39.5733857483966,9072,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"968bbcc5\",2929107,2929107,\"BR_BA\",\"2929107\",3,\"Bahia\",\"São Felipe\",,\"BRA.5.354_1\",\"ChIJ5d10uQaOFQcRqmOWAC7OKbU\",,\"BRBA2929107\",\"2929107\",-12.84182596,-39.113571380474,21080,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"07f6cb63\",2929008,2929008,\"BR_BA\",\"2929008\",3,\"Bahia\",\"São Félix\",,\"BRA.5.356_1\",,,\"BRBA2929008\",\"2929008\",-12.667563435,-38.9951381192766,14762,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ea3e22b7\",2929057,2929057,\"BR_BA\",\"2929057\",3,\"Bahia\",\"São Félix do Coribe\",,\"BRA.5.355_1\",\"ChIJicV7Tck9WQcRz9EosZZOkTI\",,\"BRBA2929057\",\"2929057\",-13.4831419,-44.0647541084799,15468,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e3ca320a\",2929206,2929206,\"BR_BA\",\"2929206\",3,\"Bahia\",\"São Francisco do Conde\",,\"BRA.5.357_1\",\"ChIJo-flUGzYFQcRR41LQnwanz4\",,\"BRBA2929206\",\"2929206\",-12.642221925,-38.6038818167324,40245,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"07b497f5\",2929255,2929255,\"BR_BA\",\"2929255\",3,\"Bahia\",\"São Gabriel\",,\"BRA.5.358_1\",,,\"BRBA2929255\",\"2929255\",-11.03693485,-41.6348417173684,18789,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7b010987\",2929305,2929305,\"BR_BA\",\"2929305\",3,\"Bahia\",\"São Gonçalo dos Campos\",,\"BRA.5.359_1\",\"ChIJ4cihGonKFQcRZNVGLdJEK-M\",,\"BRBA2929305\",\"2929305\",-12.405424115,-38.9365683167638,37942,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7171cd54\",2929354,2929354,\"BR_BA\",\"2929354\",3,\"Bahia\",\"São José da Vitória\",,\"BRA.5.360_1\",,,\"BRBA2929354\",\"2929354\",-15.056066035,-39.3676046909512,5608,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"442a6bcf\",2929370,2929370,\"BR_BA\",\"2929370\",3,\"Bahia\",\"São José do Jacuípe\",,\"BRA.5.361_1\",,,\"BRBA2929370\",\"2929370\",-11.42514038,-39.8606289828924,10505,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"09492f94\",2929404,2929404,\"BR_BA\",\"2929404\",3,\"Bahia\",\"São Miguel das Matas\",,\"BRA.5.362_1\",,,\"BRBA2929404\",\"2929404\",-13.03087187,-39.450729678241,11704,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"96efd000\",2929503,2929503,\"BR_BA\",\"2929503\",3,\"Bahia\",\"São Sebastião do Passé\",,\"BRA.5.363_1\",\"ChIJBxtIN9N8FgcRbxCDPXvn7ZQ\",,\"BRBA2929503\",\"2929503\",-12.523819445,-38.5088714813867,44430,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e3ae5ecf\",2929602,2929602,\"BR_BA\",\"2929602\",3,\"Bahia\",\"Sapeaçu\",,\"BRA.5.364_1\",\"ChIJy2JjyY2ZFQcRE8q-um8_MWo\",,\"BRBA2929602\",\"2929602\",-12.73545885,-39.2105782831569,17409,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7b656542\",2929701,2929701,\"BR_BA\",\"2929701\",3,\"Bahia\",\"Sátiro Dias\",,\"BRA.5.365_1\",,,\"BRBA2929701\",\"2929701\",-11.561389445,-38.5872945957284,17302,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7115a191\",2929750,2929750,\"BR_BA\",\"2929750\",3,\"Bahia\",\"Saubara\",,\"BRA.5.366_1\",,,\"BRBA2929750\",\"2929750\",-12.77930641,-38.7961018841067,12105,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"073e12e9\",2929800,2929800,\"BR_BA\",\"2929800\",3,\"Bahia\",\"Saúde\",,\"BRA.5.367_1\",,,\"BRBA2929800\",\"2929800\",-10.899029735,-40.372655358792,12943,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7f20c07a\",2929909,2929909,\"BR_BA\",\"2929909\",3,\"Bahia\",\"Seabra\",,\"BRA.5.368_1\",\"ChIJb0v0oVDXaQcR31NPPLO5qLo\",,\"BRBA2929909\",\"2929909\",-12.45336246,-41.8628349662336,44234,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a026805e\",2930006,2930006,\"BR_BA\",\"2930006\",3,\"Bahia\",\"Sebastião Laranjeiras\",,\"BRA.5.369_1\",,,\"BRBA2930006\",\"2930006\",-14.60457802,-43.1383787809902,11512,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"38edbbd3\",2930105,2930105,\"BR_BA\",\"2930105\",3,\"Bahia\",\"Senhor do Bonfim\",,\"BRA.5.370_1\",\"ChIJqb2ulDNWbQcRkN3MNy72Bos\",,\"BRBA2930105\",\"2930105\",-10.450366495,-40.1365748353512,79424,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4dac351c\",2930204,2930204,\"BR_BA\",\"2930204\",3,\"Bahia\",\"Sento Sé\",,\"BRA.5.371_1\",\"ChIJJbdvP0zZcQcRuqZg5a6QPGc\",,\"BRBA2930204\",\"2930204\",-10.14514065,-41.7765161539098,40989,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"329d7f00\",2930154,2930154,\"BR_BA\",\"2930154\",3,\"Bahia\",\"Serra do Ramalho\",,\"BRA.5.372_1\",\"ChIJYVqT0pLBWwcRozTjYtiglek\",,\"BRBA2930154\",\"2930154\",-13.4831419,-43.6893578185734,31416,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d20aca88\",2930303,2930303,\"BR_BA\",\"2930303\",3,\"Bahia\",\"Serra Dourada\",,\"BRA.5.373_1\",,,\"BRBA2930303\",\"2930303\",-12.844903945,-43.8265533829756,17321,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a042ec9b\",2930402,2930402,\"BR_BA\",\"2930402\",3,\"Bahia\",\"Serra Preta\",,\"BRA.5.374_1\",,,\"BRBA2930402\",\"2930402\",-12.11199093,-39.36740023252,14699,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3889d716\",2930501,2930501,\"BR_BA\",\"2930501\",3,\"Bahia\",\"Serrinha\",,\"BRA.5.375_1\",\"ChIJzxig2EGNEwcRi4ZBn5KH8EM\",,\"BRBA2930501\",\"2930501\",-11.584175105,-39.0052695462111,81286,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4dc859d9\",2930600,2930600,\"BR_BA\",\"2930600\",3,\"Bahia\",\"Serrolândia\",,\"BRA.5.376_1\",,,\"BRBA2930600\",\"2930600\",-11.46670055,-40.2391972399739,13446,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"35d68b4a\",2930709,2930709,\"BR_BA\",\"2930709\",3,\"Bahia\",\"Simões Filho\",,\"BRA.5.377_1\",\"ChIJky3QHmNrFgcR6nmJ1HiE-OY\",,\"BRBA2930709\",\"2930709\",-12.765417095,-38.3915694630762,135783,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3fa64f99\",2930758,2930758,\"BR_BA\",\"2930758\",3,\"Bahia\",\"Sítio do Mato\",,\"BRA.5.378_1\",,,\"BRBA2930758\",\"2930758\",-12.84756613,-43.4653053420066,13059,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f333315d\",2930766,2930766,\"BR_BA\",\"2930766\",3,\"Bahia\",\"Sítio do Quinto\",,\"BRA.5.379_1\",,,\"BRBA2930766\",\"2930766\",-10.37880087,-38.1160483654638,9701,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"04266130\",2930774,2930774,\"BR_BA\",\"2930774\",3,\"Bahia\",\"Sobradinho\",,\"BRA.5.380_1\",\"ChIJ-cu49im3cwcRrmdECKG1I98\",,\"BRBA2930774\",\"2930774\",-9.635154245,-40.8810237489232,23233,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"498dfce1\",2930808,2930808,\"BR_BA\",\"2930808\",3,\"Bahia\",\"Souto Soares\",,\"BRA.5.381_1\",,,\"BRBA2930808\",\"2930808\",-11.993208885,-41.8355667487577,17050,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d8f08b47\",2930907,2930907,\"BR_BA\",\"2930907\",3,\"Bahia\",\"Tabocas do Brejo Velho\",,\"BRA.5.382_1\",,,\"BRBA2930907\",\"2930907\",-12.47579527,-44.1964397087752,12516,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f6948617\",2931004,2931004,\"BR_BA\",\"2931004\",3,\"Bahia\",\"Tanhaçu\",,\"BRA.5.383_1\",\"ChIJNzp5dN-YRgcRRY1tRKQu2eI\",,\"BRBA2931004\",\"2931004\",-14.1166482,-41.177712050249,20393,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1587e7f1\",2931053,2931053,\"BR_BA\",\"2931053\",3,\"Bahia\",\"Tanque Novo\",,\"BRA.5.384_1\",,,\"BRBA2931053\",\"2931053\",-13.529333115,-42.5831989947971,17443,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69327983\",2931103,2931103,\"BR_BA\",\"2931103\",3,\"Bahia\",\"Tanquinho\",,\"BRA.5.385_1\",,,\"BRBA2931103\",\"2931103\",-11.94571781,-39.0998991140057,7928,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1c73f74c\",2931202,2931202,\"BR_BA\",\"2931202\",3,\"Bahia\",\"Taperoá\",,\"BRA.5.386_1\",,,\"BRBA2931202\",\"2931202\",-13.582916735,-39.2171407370454,21253,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"84b8ccc1\",2931301,2931301,\"BR_BA\",\"2931301\",3,\"Bahia\",\"Tapiramutá\",,\"BRA.5.387_1\",,,\"BRBA2931301\",\"2931301\",-11.89115763,-40.7801860671408,16974,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8ec80812\",2931350,2931350,\"BR_BA\",\"2931350\",3,\"Bahia\",\"Teixeira de Freitas\",,\"BRA.5.388_1\",\"ChIJQ2OxewRENQcRG6tNepR_ZuU\",,\"BRBA2931350\",\"2931350\",-17.42885208,-39.7729397767041,162438,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f6f0ead2\",2931400,2931400,\"BR_BA\",\"2931400\",3,\"Bahia\",\"Teodoro Sampaio\",,\"BRA.5.389_1\",,,\"BRBA2931400\",\"2931400\",-12.268495085,-38.6144406005588,7359,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8eee3841\",2931509,2931509,\"BR_BA\",\"2931509\",3,\"Bahia\",\"Teofilândia\",,\"BRA.5.390_1\",,,\"BRBA2931509\",\"2931509\",-11.47340679,-38.9533678723211,22555,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fbafb68e\",2931608,2931608,\"BR_BA\",\"2931608\",3,\"Bahia\",\"Teolândia\",,\"BRA.5.391_1\",,,\"BRBA2931608\",\"2931608\",-13.5700016,-39.4762214947171,15022,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6ad2c128\",2931707,2931707,\"BR_BA\",\"2931707\",3,\"Bahia\",\"Terra Nova\",,\"BRA.5.392_1\",,,\"BRBA2931707\",\"2931707\",-12.39246845,-38.6142809441721,13025,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1689b683\",2931806,2931806,\"BR_BA\",\"2931806\",3,\"Bahia\",\"Tremedal\",,\"BRA.5.393_1\",,,\"BRBA2931806\",\"2931806\",-15.086895465,-41.4553007113639,16189,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8e428d0e\",2931905,2931905,\"BR_BA\",\"2931905\",3,\"Bahia\",\"Tucano\",,\"BRA.5.394_1\",\"ChIJO_aLEFM7EgcREhOM79mcbRY\",,\"BRBA2931905\",\"2931905\",-11.009353165,-38.8250795953616,50798,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0d428ccc\",2932002,2932002,\"BR_BA\",\"2932002\",3,\"Bahia\",\"Uauá\",,\"BRA.5.395_1\",\"ChIJkfGyjRf9DAcR9gCbrA3F-kA\",,\"BRBA2932002\",\"2932002\",-9.901376245,-39.486725491362,24113,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9589b741\",2932101,2932101,\"BR_BA\",\"2932101\",3,\"Bahia\",\"Ubaíra\",,\"BRA.5.396_1\",,,\"BRBA2932101\",\"2932101\",-13.30865812,-39.6943843976657,19877,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e0c8398e\",2932200,2932200,\"BR_BA\",\"2932200\",3,\"Bahia\",\"Ubaitaba\",,\"BRA.5.397_1\",\"ChIJi3QiKAHYOAcRvYoKkveJ7wo\",,\"BRBA2932200\",\"2932200\",-14.258185385,-39.4291010207622,18847,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"98d6eb1d\",2932309,2932309,\"BR_BA\",\"2932309\",3,\"Bahia\",\"Ubatã\",,\"BRA.5.398_1\",\"ChIJFwckD27OOAcRyJot5j8tUmU\",,\"BRBA2932309\",\"2932309\",-14.053592205,-39.5289000783364,27263,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ea9ecd0e\",2932408,2932408,\"BR_BA\",\"2932408\",3,\"Bahia\",\"Uibaí\",,\"BRA.5.399_1\",,,\"BRBA2932408\",\"2932408\",-11.39353228,-42.0858451069021,13891,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"075624da\",2932457,2932457,\"BR_BA\",\"2932457\",3,\"Bahia\",\"Umburanas\",,\"BRA.5.400_1\",,,\"BRBA2932457\",\"2932457\",-10.56510639,-41.1565481630498,19402,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7be3baa8\",2932507,2932507,\"BR_BA\",\"2932507\",3,\"Bahia\",\"Una\",,\"BRA.5.401_1\",\"ChIJxTZT21XDOQcRjRgo7UcjgnI\",,\"BRBA2932507\",\"2932507\",-15.21472311,-39.1506599883234,18544,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ea23467\",2932606,2932606,\"BR_BA\",\"2932606\",3,\"Bahia\",\"Urandi\",,\"BRA.5.402_1\",,,\"BRBA2932606\",\"2932606\",-14.74188709,-42.7069445868046,16665,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"96690fea\",2932705,2932705,\"BR_BA\",\"2932705\",3,\"Bahia\",\"Uruçuca\",,\"BRA.5.403_1\",\"ChIJs_8chxAdOQcRhKYB6FrQ4iE\",,\"BRBA2932705\",\"2932705\",-14.51772547,-39.2581892014541,20413,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ea327841\",2932804,2932804,\"BR_BA\",\"2932804\",3,\"Bahia\",\"Utinga\",,\"BRA.5.404_1\",,,\"BRBA2932804\",\"2932804\",-12.02133179,-41.0569094099151,19256,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"759487d5\",2932903,2932903,\"BR_BA\",\"2932903\",3,\"Bahia\",\"Valença\",,\"BRA.5.405_1\",\"ChIJb157ewZEPgcRXZp-TRSc2gU\",,\"BRBA2932903\",\"2932903\",-13.398889065,-39.1848233763723,97233,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5bf08a85\",2933000,2933000,\"BR_BA\",\"2933000\",3,\"Bahia\",\"Valente\",,\"BRA.5.406_1\",\"ChIJS_gdQRsNEwcRfl8Kxa5yoQU\",,\"BRBA2933000\",\"2933000\",-11.393467425,-39.4490729903008,28800,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5f5bc664\",2933059,2933059,\"BR_BA\",\"2933059\",3,\"Bahia\",\"Várzea da Roça\",,\"BRA.5.407_1\",,,\"BRBA2933059\",\"2933059\",-11.600301265,-40.0703604733232,14121,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"23ee5816\",2933109,2933109,\"BR_BA\",\"2933109\",3,\"Bahia\",\"Várzea do Poço\",,\"BRA.5.408_1\",,,\"BRBA2933109\",\"2933109\",-11.49718523,-40.3268994696321,9210,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"299e9cc5\",2933158,2933158,\"BR_BA\",\"2933158\",3,\"Bahia\",\"Várzea Nova\",,\"BRA.5.409_1\",,,\"BRBA2933158\",\"2933158\",-11.098783015,-41.0773282360551,12625,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"121eb26c\",2933174,2933174,\"BR_BA\",\"2933174\",3,\"Bahia\",\"Varzedo\",,\"BRA.5.410_1\",,,\"BRBA2933174\",\"2933174\",-12.979560855,-39.3870835792431,8785,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"56afd6d9\",2933208,2933208,\"BR_BA\",\"2933208\",3,\"Bahia\",\"Vera Cruz\",,\"BRA.5.411_1\",\"ChIJw0jv6M8GFgcR42mze1n_vws\",,\"BRBA2933208\",\"2933208\",-13.030834195,-38.69888878,43716,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb673f0d\",2933257,2933257,\"BR_BA\",\"2933257\",3,\"Bahia\",\"Vereda\",,\"BRA.5.412_1\",,,\"BRBA2933257\",\"2933257\",-17.127123835,-40.0869023149339,6153,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c7d2a17f\",2933307,2933307,\"BR_BA\",\"2933307\",3,\"Bahia\",\"Vitória da Conquista\",,\"BRA.5.413_1\",\"ChIJGe8Qh0s6RgcRVbrlDWzB8fE\",,\"BRBA2933307\",\"2933307\",-15.07316923,-40.8952444506732,341128,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b59a876c\",2933406,2933406,\"BR_BA\",\"2933406\",3,\"Bahia\",\"Wagner\",,\"BRA.5.414_1\",,,\"BRBA2933406\",\"2933406\",-12.24515295,-41.159134135685,9344,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"51e42293\",2933455,2933455,\"BR_BA\",\"2933455\",3,\"Bahia\",\"Wanderley\",,,,,\"BRBA2933455\",\"2933455\",-12.1208986,-43.8905685,12180,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d51bce1\",2933505,2933505,\"BR_BA\",\"2933505\",3,\"Bahia\",\"Wenceslau Guimarães\",,\"BRA.5.415_1\",,,\"BRBA2933505\",\"2933505\",-13.638371465,-39.5848517910177,20978,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5810322e\",2933604,2933604,\"BR_BA\",\"2933604\",3,\"Bahia\",\"Xique-Xique\",,\"BRA.5.416_1\",\"ChIJgUjVjT-SZQcRoYYXBNEue6Q\",,\"BRBA2933604\",\"2933604\",-10.956518175,-42.764689360174,46523,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d9bb267c\",2300101,2300101,\"BR_CE\",\"2300101\",3,\"Ceará\",\"Abaiara\",,\"BRA.6.1_1\",,,\"BRCE2300101\",\"2300101\",-7.352967975,-39.039651499535,11853,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3cbe2af\",2300150,2300150,\"BR_CE\",\"2300150\",3,\"Ceará\",\"Acarape\",,\"BRA.6.2_1\",\"ChIJpak7yY01vwcRv5KgsuT8kWw\",,\"BRCE2300150\",\"2300150\",-4.22694731,-38.646341146681,15036,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"acfaa8b3\",2300200,2300200,\"BR_CE\",\"2300200\",3,\"Ceará\",\"Acaraú\",,\"BRA.6.3_1\",\"ChIJz8ToVvcN6gcRcNHwm3DKIB4\",,\"BRCE2300200\",\"2300200\",-3.056835055,-40.0410308916441,63104,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d4e47a20\",2300309,2300309,\"BR_CE\",\"2300309\",3,\"Ceará\",\"Acopiara\",,\"BRA.6.4_1\",\"ChIJf8_v7ofRogcR3eRrZZtI1vU\",,\"BRCE2300309\",\"2300309\",-6.15377307,-39.5429306777322,54481,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a6ac5c33\",2300408,2300408,\"BR_CE\",\"2300408\",3,\"Ceará\",\"Aiuaba\",,\"BRA.6.5_1\",,,\"BRCE2300408\",\"2300408\",-6.58587694,-40.3146404739169,17493,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"37d12b95\",2300507,2300507,\"BR_CE\",\"2300507\",3,\"Ceará\",\"Alcântaras\",,\"BRA.6.6_1\",,,\"BRCE2300507\",\"2300507\",-3.58675444,-40.5468683620429,11781,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4290a55a\",2300606,2300606,\"BR_CE\",\"2300606\",3,\"Ceará\",\"Altaneira\",,\"BRA.6.7_1\",,,\"BRCE2300606\",\"2300606\",-6.98543906,-39.6956257363126,7650,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"da5b9ed7\",2300705,2300705,\"BR_CE\",\"2300705\",3,\"Ceará\",\"Alto Santo\",,\"BRA.6.8_1\",,,\"BRCE2300705\",\"2300705\",-5.518701075,-38.1994540248428,17196,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d02b5a04\",2300754,2300754,\"BR_CE\",\"2300754\",3,\"Ceará\",\"Amontada\",,\"BRA.6.9_1\",\"ChIJESpWQRrFwQcRABlj-d44r_E\",,\"BRCE2300754\",\"2300754\",-3.22857201,-39.7947453957138,43829,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a600e97c\",2300804,2300804,\"BR_CE\",\"2300804\",3,\"Ceará\",\"Antonina do Norte\",,\"BRA.6.10_1\",,,\"BRCE2300804\",\"2300804\",-6.759393215,-39.9788828349012,7378,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"39a616e8\",2300903,2300903,\"BR_CE\",\"2300903\",3,\"Ceará\",\"Apuiarés\",,\"BRA.6.11_1\",,,\"BRCE2300903\",\"2300903\",-3.959467055,-39.3329755615396,14672,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"17c21bb8\",2301000,2301000,\"BR_CE\",\"2301000\",3,\"Ceará\",\"Aquiraz\",,\"BRA.6.12_1\",\"ChIJ4f-7qh1cxwcRA-6qkSJjzPA\",,\"BRCE2301000\",\"2301000\",-3.947221995,-38.3910183599624,80935,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6fdcc92b\",2301109,2301109,\"BR_CE\",\"2301109\",3,\"Ceará\",\"Aracati\",,\"BRA.6.13_1\",\"ChIJCxsJ4QGzuQcR7Inuzp0FdaE\",,\"BRCE2301109\",\"2301109\",-4.674605135,-37.6784661733857,74975,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a9d47e4\",2301208,2301208,\"BR_CE\",\"2301208\",3,\"Ceará\",\"Aracoiaba\",,\"BRA.6.14_1\",\"ChIJb6ZkwmMvvwcRUZgkzs-OTTA\",,\"BRCE2301208\",\"2301208\",-4.499874115,-38.7304003916211,26535,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f755ae30\",2301257,2301257,\"BR_CE\",\"2301257\",3,\"Ceará\",\"Ararendá\",,\"BRA.6.15_1\",,,\"BRCE2301257\",\"2301257\",-4.779964925,-40.7594410282838,10959,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8be03042\",2301307,2301307,\"BR_CE\",\"2301307\",3,\"Ceará\",\"Araripe\",,\"BRA.6.16_1\",,,\"BRCE2301307\",\"2301307\",-7.24289012,-40.0761218242876,21654,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f9a81651\",2301406,2301406,\"BR_CE\",\"2301406\",3,\"Ceará\",\"Aratuba\",,\"BRA.6.17_1\",,,\"BRCE2301406\",\"2301406\",-4.43103051,-39.0125716974118,11802,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"61632ddc\",2301505,2301505,\"BR_CE\",\"2301505\",3,\"Ceará\",\"Arneiroz\",,\"BRA.6.18_1\",,,\"BRCE2301505\",\"2301505\",-6.247399095,-40.1817125827099,7844,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1422a313\",2301604,2301604,\"BR_CE\",\"2301604\",3,\"Ceará\",\"Assaré\",,\"BRA.6.19_1\",\"ChIJl6j8zQsPogcR2qMEyK1FgX8\",,\"BRCE2301604\",\"2301604\",-6.92216015,-39.8352177282085,23478,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b845c87\",2301703,2301703,\"BR_CE\",\"2301703\",3,\"Ceará\",\"Aurora\",,\"BRA.6.20_1\",\"ChIJ4Xq76lvoowcRe7C67tnySws\",,\"BRCE2301703\",\"2301703\",-7.008772135,-39.0156827662225,24610,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f7df2b2c\",2301802,2301802,\"BR_CE\",\"2301802\",3,\"Ceará\",\"Baixio\",,\"BRA.6.21_1\",,,\"BRCE2301802\",\"2301802\",-6.71549463,-38.7469386909885,6303,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"13a18ed3\",2301851,2301851,\"BR_CE\",\"2301851\",3,\"Ceará\",\"Banabuiú\",,\"BRA.6.22_1\",,,\"BRCE2301851\",\"2301851\",-5.28922987,-38.95182823233,18256,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6f1410a1\",2301901,2301901,\"BR_CE\",\"2301901\",3,\"Ceará\",\"Barbalha\",,\"BRA.6.23_1\",\"ChIJVV-mxH91oQcRYo0zvRn6D48\",,\"BRCE2301901\",\"2301901\",-7.3730402,-39.3495058870996,61228,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6564d472\",2301950,2301950,\"BR_CE\",\"2301950\",3,\"Ceará\",\"Barreira\",,\"BRA.6.24_1\",\"ChIJy6L4Qw_NuAcRax7e9RzsXX0\",,\"BRCE2301950\",\"2301950\",-4.326807975,-38.6232050194148,22573,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0bac3c64\",2302008,2302008,\"BR_CE\",\"2302008\",3,\"Ceará\",\"Barro\",,\"BRA.6.25_1\",\"ChIJTdtjUnn9owcRd83LKvyDnYk\",,\"BRCE2302008\",\"2302008\",-7.113062385,-38.79451263226,22758,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e664d5b0\",2302057,2302057,\"BR_CE\",\"2302057\",3,\"Ceará\",\"Barroquinha\",,\"BRA.6.26_1\",,,\"BRCE2302057\",\"2302057\",-3.00729561,-41.1353299862101,15044,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ad14bc2\",2302107,2302107,\"BR_CE\",\"2302107\",3,\"Ceará\",\"Baturité\",,\"BRA.6.27_1\",\"ChIJzYqLR0g7vwcR8V5J6DSIvuk\",,\"BRCE2302107\",\"2302107\",-4.36045146,-38.8824704479789,35941,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ef90c50d\",2302206,2302206,\"BR_CE\",\"2302206\",3,\"Ceará\",\"Beberibe\",,\"BRA.6.28_1\",\"ChIJzb1NAezwuAcRYKgXhjaSF_c\",,\"BRCE2302206\",\"2302206\",-4.362499,-38.0637004521387,53949,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"775bfe80\",2302305,2302305,\"BR_CE\",\"2302305\",3,\"Ceará\",\"Bela Cruz\",,\"BRA.6.29_1\",\"ChIJS3AHuCUS6gcR_VYTzrvXvHk\",,\"BRCE2302305\",\"2302305\",-3.07036948,-40.2870473114249,32722,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0513d893\",2302404,2302404,\"BR_CE\",\"2302404\",3,\"Ceará\",\"Boa Viagem\",,\"BRA.6.30_1\",\"ChIJOVwgeE3pvQcR82YZ39xlLks\",,\"BRCE2302404\",\"2302404\",-5.04935837,-39.8026509559498,54577,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ab52707\",2302503,2302503,\"BR_CE\",\"2302503\",3,\"Ceará\",\"Brejo Santo\",,\"BRA.6.31_1\",\"ChIJ_dZTlM48oQcREz3gcIqNFO8\",,\"BRCE2302503\",\"2302503\",-7.57499552,-38.9147542917594,49842,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eff4a9c8\",2302602,2302602,\"BR_CE\",\"2302602\",3,\"Ceará\",\"Camocim\",,\"BRA.6.32_1\",\"ChIJDfzfbLfb6wcRmmiiwmpPaHA\",,\"BRCE2302602\",\"2302602\",-2.97099745,-40.7908253733707,63907,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"773f9245\",2302701,2302701,\"BR_CE\",\"2302701\",3,\"Ceará\",\"Campos Sales\",,\"BRA.6.33_1\",\"ChIJ_Qt4qfq2mAcR4ZHsxXukQvg\",,\"BRCE2302701\",\"2302701\",-6.940613035,-40.2453260629957,27470,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0b64e5ee\",2302800,2302800,\"BR_CE\",\"2302800\",3,\"Ceará\",\"Canindé\",,\"BRA.6.34_1\",\"ChIJZ6Vh21wHvwcRAgfnLfqs7iM\",,\"BRCE2302800\",\"2302800\",-4.403864385,-39.4233209214136,77244,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"737a377d\",2302909,2302909,\"BR_CE\",\"2302909\",3,\"Ceará\",\"Capistrano\",,\"BRA.6.35_1\",,,\"BRCE2302909\",\"2302909\",-4.465449095,-38.9077614302164,17786,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"54a87606\",2303006,2303006,\"BR_CE\",\"2303006\",3,\"Ceará\",\"Caridade\",,\"BRA.6.36_1\",,,\"BRCE2303006\",\"2303006\",-4.150810955,-39.1265076221936,22782,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cc634d8b\",2303105,2303105,\"BR_CE\",\"2303105\",3,\"Ceará\",\"Cariré\",,\"BRA.6.37_1\",,,\"BRCE2303105\",\"2303105\",-3.94864893,-40.5270756322627,18459,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b922c344\",2303204,2303204,\"BR_CE\",\"2303204\",3,\"Ceará\",\"Caririaçu\",,\"BRA.6.38_1\",\"ChIJf_eESOHSowcRH5OrIy1odjQ\",,\"BRCE2303204\",\"2303204\",-7.03713632,-39.294708973484,26987,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"26843cd0\",2303303,2303303,\"BR_CE\",\"2303303\",3,\"Ceará\",\"Cariús\",,\"BRA.6.39_1\",,,\"BRCE2303303\",\"2303303\",-6.654691935,-39.4730884600783,18699,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"54cc1ac3\",2303402,2303402,\"BR_CE\",\"2303402\",3,\"Ceará\",\"Carnaubal\",,\"BRA.6.40_1\",,,\"BRCE2303402\",\"2303402\",-4.140212295,-41.007362784133,17685,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cc07214e\",2303501,2303501,\"BR_CE\",\"2303501\",3,\"Ceará\",\"Cascavel\",,\"BRA.6.41_1\",\"ChIJ81qzXr7quAcRirDZumYk3ck\",,\"BRCE2303501\",\"2303501\",-4.2588954,-38.3134138910069,72232,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b946af81\",2303600,2303600,\"BR_CE\",\"2303600\",3,\"Ceará\",\"Catarina\",,\"BRA.6.42_1\",,,\"BRCE2303600\",\"2303600\",-6.241093635,-39.9079360528983,20871,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bdede360\",2303659,2303659,\"BR_CE\",\"2303659\",3,\"Ceará\",\"Catunda\",,\"BRA.6.43_1\",,,\"BRCE2303659\",\"2303659\",-4.631934165,-40.212540452216,10376,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c1587d12\",2303709,2303709,\"BR_CE\",\"2303709\",3,\"Ceará\",\"Caucaia\",,\"BRA.6.44_1\",\"ChIJOUUtLsywwAcRTZfNRg6BJnw\",,\"BRCE2303709\",\"2303709\",-3.771629455,-38.792123608917,365212,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd030ab9\",2303808,2303808,\"BR_CE\",\"2303808\",3,\"Ceará\",\"Cedro\",,\"BRA.6.45_1\",\"ChIJfenUugkKowcRtc_B5_5fWB0\",,\"BRCE2303808\",\"2303808\",-6.57454014,-39.0920872050731,25585,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2c7e7d1f\",2303907,2303907,\"BR_CE\",\"2303907\",3,\"Ceará\",\"Chaval\",,\"BRA.6.46_1\",,,\"BRCE2303907\",\"2303907\",-3.07709849,-41.2105971681798,13091,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ee308be9\",2303931,2303931,\"BR_CE\",\"2303931\",3,\"Ceará\",\"Choró\",,\"BRA.6.47_1\",,,\"BRCE2303931\",\"2303931\",-4.796297075,-39.1987433309094,13565,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"260eb9cc\",2303956,2303956,\"BR_CE\",\"2303956\",3,\"Ceará\",\"Chorozinho\",,\"BRA.6.48_1\",\"ChIJIxaLEIzFuAcRB9NDoQWoR24\",,\"BRCE2303956\",\"2303956\",-4.313318965,-38.4685010817381,20274,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27712f93\",2304004,2304004,\"BR_CE\",\"2304004\",3,\"Ceará\",\"Coreaú\",,\"BRA.6.49_1\",,,\"BRCE2304004\",\"2304004\",-3.69208443,-40.6984728627872,23239,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b8d7d007\",2304103,2304103,\"BR_CE\",\"2304103\",3,\"Ceará\",\"Crateús\",,\"BRA.6.50_1\",\"ChIJVTlHtsj1lgcROOg4eJ0u-3c\",,\"BRCE2304103\",\"2304103\",-5.21387458,-40.6679312416923,75159,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cd965ec8\",2304202,2304202,\"BR_CE\",\"2304202\",3,\"Ceará\",\"Crato\",,\"BRA.6.51_1\",\"ChIJ90UM65qEoQcRRkW1AOBLi1E\",,\"BRCE2304202\",\"2304202\",-7.23046112,-39.4778781320353,133031,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e1d6c912\",2304236,2304236,\"BR_CE\",\"2304236\",3,\"Ceará\",\"Croatá\",,\"BRA.6.52_1\",,,\"BRCE2304236\",\"2304236\",-4.37587547,-40.964035884462,18133,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"29e8fb37\",2304251,2304251,\"BR_CE\",\"2304251\",3,\"Ceará\",\"Cruz\",,\"BRA.6.53_1\",\"ChIJiR5UImYb6gcRX_GcG6tnWnU\",,\"BRCE2304251\",\"2304251\",-2.88676798,-40.3037656071767,24977,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0c1e20c6\",2304269,2304269,\"BR_CE\",\"2304269\",3,\"Ceará\",\"Deputado Irapuan Pinheiro\",,\"BRA.6.54_1\",,,\"BRCE2304269\",\"2304269\",-5.889566425,-39.2656664704518,9662,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f2bd3c80\",2304277,2304277,\"BR_CE\",\"2304277\",3,\"Ceará\",\"Ereré\",,\"BRA.6.55_1\",,,\"BRCE2304277\",\"2304277\",-5.97973752,-38.3112472251299,7225,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b2b4163\",2304285,2304285,\"BR_CE\",\"2304285\",3,\"Ceará\",\"Eusébio\",,\"BRA.6.56_1\",\"ChIJtW0nwiZaxwcRPV8kiQNxpfI\",,\"BRCE2304285\",\"2304285\",-3.870427965,-38.4521424936245,54337,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"555d6545\",2304301,2304301,\"BR_CE\",\"2304301\",3,\"Ceará\",\"Farias Brito\",,\"BRA.6.57_1\",,,\"BRCE2304301\",\"2304301\",-6.90552902,-39.505161964329,19389,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5f2da196\",2304350,2304350,\"BR_CE\",\"2304350\",3,\"Ceará\",\"Forquilha\",,\"BRA.6.58_1\",\"ChIJH6rSOdW16gcR-ey-5HoP_Ts\",,\"BRCE2304350\",\"2304350\",-3.826982975,-40.2429103063267,24452,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27154356\",2304400,2304400,\"BR_CE\",\"2304400\",3,\"Ceará\",\"Fortaleza\",\"Fortaleza, Ceará\",\"BRA.6.59_1\",\"ChIJP3hMRj9MxwcRyjdrDArGYUY\",,\"BRCE2304400\",\"2304400\",-3.790971995,-38.5262179778771,2686612,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"23be0fb7\",2304459,2304459,\"BR_CE\",\"2304459\",3,\"Ceará\",\"Fortim\",,\"BRA.6.60_1\",\"ChIJZRVhpBlOuAcR8L_KsGsQmYM\",,\"BRCE2304459\",\"2304459\",-4.470745325,-37.865691157177,16631,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5f0b91c5\",2304509,2304509,\"BR_CE\",\"2304509\",3,\"Ceará\",\"Frecheirinha\",,\"BRA.6.61_1\",\"ChIJAbZU3uwx6wcR-cKFl8_0Dg4\",,\"BRCE2304509\",\"2304509\",-3.71148443,-40.8201135027353,14134,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2a4a1f0a\",2304608,2304608,\"BR_CE\",\"2304608\",3,\"Ceará\",\"General Sampaio\",,\"BRA.6.62_1\",,,\"BRCE2304608\",\"2304608\",-4.06185484,-39.4394926929885,7694,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c782f6de\",2304657,2304657,\"BR_CE\",\"2304657\",3,\"Ceará\",\"Graça\",,\"BRA.6.63_1\",,,\"BRCE2304657\",\"2304657\",-4.048138855,-40.7809553775536,14407,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb3768ac\",2304707,2304707,\"BR_CE\",\"2304707\",3,\"Ceará\",\"Granja\",,\"BRA.6.64_1\",\"ChIJLY9AA1af6wcRQim6Wc33j-U\",,\"BRCE2304707\",\"2304707\",-3.26418352,-41.1046727064128,54962,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c76c1f07\",2304806,2304806,\"BR_CE\",\"2304806\",3,\"Ceará\",\"Granjeiro\",,\"BRA.6.65_1\",,,\"BRCE2304806\",\"2304806\",-6.91916633,-39.253476526195,4814,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5fa7248a\",2304905,2304905,\"BR_CE\",\"2304905\",3,\"Ceará\",\"Groaíras\",,\"BRA.6.66_1\",,,\"BRCE2304905\",\"2304905\",-3.922118545,-40.35763198289,11144,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"55d7e059\",2304954,2304954,\"BR_CE\",\"2304954\",3,\"Ceará\",\"Guaiúba\",,\"BRA.6.67_1\",\"ChIJAesj-umsuAcRvriy7_-dgTY\",,\"BRCE2304954\",\"2304954\",-4.096544505,-38.6805258114238,26290,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efa7bc79\",2305001,2305001,\"BR_CE\",\"2305001\",3,\"Ceará\",\"Guaraciaba do Norte\",,\"BRA.6.68_1\",\"ChIJoycGohrzlAcRZVQWxAheYds\",,\"BRCE2305001\",\"2305001\",-4.24769473,-40.9607962571572,40784,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9962e6d8\",2305100,2305100,\"BR_CE\",\"2305100\",3,\"Ceará\",\"Guaramiranga\",,\"BRA.6.69_1\",,,\"BRCE2305100\",\"2305100\",-4.252571105,-38.9296160339033,5132,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e2f8e025\",2305209,2305209,\"BR_CE\",\"2305209\",3,\"Ceará\",\"Hidrolândia\",,\"BRA.6.70_1\",\"ChIJx2gjpkSklQcR1pWHMFdFykY\",,\"BRCE2305209\",\"2305209\",-4.458292485,-40.4148671862146,20053,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"29005af8\",2305233,2305233,\"BR_CE\",\"2305233\",3,\"Ceará\",\"Horizonte\",,\"BRA.6.71_1\",\"ChIJ5-V4zQOwuAcR9LeyXBr6NoQ\",,\"BRCE2305233\",\"2305233\",-4.09137082,-38.4612249041111,68529,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"241d5a32\",2305266,2305266,\"BR_CE\",\"2305266\",3,\"Ceará\",\"Ibaretama\",,\"BRA.6.72_1\",,,\"BRCE2305266\",\"2305266\",-4.775238035,-38.7005980481552,13369,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"943dba84\",2305308,2305308,\"BR_CE\",\"2305308\",3,\"Ceará\",\"Ibiapina\",,\"BRA.6.73_1\",\"ChIJ93vveN65lAcR-mqHYQagHlQ\",,\"BRCE2305308\",\"2305308\",-3.954474445,-40.9993801788357,25082,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5fc50059\",2305332,2305332,\"BR_CE\",\"2305332\",3,\"Ceará\",\"Ibicuitinga\",,\"BRA.6.74_1\",,,\"BRCE2305332\",\"2305332\",-4.9799366,-38.5740768434235,12629,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"79f55350\",2305357,2305357,\"BR_CE\",\"2305357\",3,\"Ceará\",\"Icapuí\",,\"BRA.6.75_1\",\"ChIJAf2gVcfZuQcRNisyQRzlBUg\",,\"BRCE2305357\",\"2305357\",-4.74375105,-37.4119594508047,20060,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"01cdb190\",2305407,2305407,\"BR_CE\",\"2305407\",3,\"Ceará\",\"Icó\",,\"BRA.6.76_1\",\"ChIJica9MRBoowcRkzQME9GI7Vk\",,\"BRCE2305407\",\"2305407\",-6.360675575,-38.7753230203005,68162,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7708eb31\",2305506,2305506,\"BR_CE\",\"2305506\",3,\"Ceará\",\"Iguatu\",,\"BRA.6.77_1\",\"ChIJJfZ1E2weowcRLjUYCIkaOB4\",,\"BRCE2305506\",\"2305506\",-6.34854698,-39.281893278077,103074,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec4704d2\",2305605,2305605,\"BR_CE\",\"2305605\",3,\"Ceará\",\"Independência\",,\"BRA.6.78_1\",\"ChIJaX9QOWm2lwcRLb2_1A6_Fhc\",,\"BRCE2305605\",\"2305605\",-5.49890089,-40.3558490806496,26187,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e637c001\",2305654,2305654,\"BR_CE\",\"2305654\",3,\"Ceará\",\"Ipaporanga\",,\"BRA.6.79_1\",,,\"BRCE2305654\",\"2305654\",-4.901365515,-40.76179743531,11596,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a825e73\",2305704,2305704,\"BR_CE\",\"2305704\",3,\"Ceará\",\"Ipaumirim\",,\"BRA.6.80_1\",,,\"BRCE2305704\",\"2305704\",-6.81115699,-38.7349297361415,12485,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0fba8ced\",2305803,2305803,\"BR_CE\",\"2305803\",3,\"Ceará\",\"Ipu\",,\"BRA.6.81_1\",\"ChIJI4-uXSr_lAcR52Yhg4foaYk\",,\"BRCE2305803\",\"2305803\",-4.384698865,-40.6647366462089,42058,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"797fd64c\",2305902,2305902,\"BR_CE\",\"2305902\",3,\"Ceará\",\"Ipueiras\",,\"BRA.6.82_1\",\"ChIJk6pgK_FAlAcR2-81rZZYZBY\",,\"BRCE2305902\",\"2305902\",-4.57000136,-40.9147934725397,38114,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f3c99ba5\",2306009,2306009,\"BR_CE\",\"2306009\",3,\"Ceará\",\"Iracema\",,\"BRA.6.83_1\",\"ChIJme3c77VsuwcRPoVzQ7DWWF8\",,\"BRCE2306009\",\"2306009\",-5.76267791,-38.3706542531153,14326,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"850cc104\",2306108,2306108,\"BR_CE\",\"2306108\",3,\"Ceará\",\"Irauçuba\",,\"BRA.6.84_1\",\"ChIJFdY1UQj4vwcRwdjJujcMWYg\",,\"BRCE2306108\",\"2306108\",-3.8904705,-39.8297003546899,24305,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"17f562cc\",2306207,2306207,\"BR_CE\",\"2306207\",3,\"Ceará\",\"Itaiçaba\",,\"BRA.6.85_1\",,,\"BRCE2306207\",\"2306207\",-4.711744545,-37.8595623511979,7866,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1d85a61f\",2306256,2306256,\"BR_CE\",\"2306256\",3,\"Ceará\",\"Itaitinga\",,\"BRA.6.86_1\",\"ChIJwfowHjOouAcR4RPTJfFhhMM\",,\"BRCE2306256\",\"2306256\",-3.99050093,-38.5432487792365,38325,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6130386d\",2306306,2306306,\"BR_CE\",\"2306306\",3,\"Ceará\",\"Itapajé\",,\"BRA.6.87_1\",\"ChIJz9WgqMRrwAcRDa99Wd-Uvk8\",,\"BRCE2306306\",\"2306306\",-3.73811591,-39.574286637594,53067,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd767f52\",2306405,2306405,\"BR_CE\",\"2306405\",3,\"Ceará\",\"Itapipoca\",,\"BRA.6.88_1\",\"ChIJSen9AchIwAcRF1rzxoJUA08\",,\"BRCE2306405\",\"2306405\",-3.36297047,-39.6160704330696,130539,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8bb325f3\",2306504,2306504,\"BR_CE\",\"2306504\",3,\"Ceará\",\"Itapiúna\",,\"BRA.6.89_1\",,,\"BRCE2306504\",\"2306504\",-4.60397959,-38.9454320579449,20520,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"68a04415\",2306553,2306553,\"BR_CE\",\"2306553\",3,\"Ceará\",\"Itarema\",,\"BRA.6.90_1\",\"ChIJ4Tqa0KL-wQcR_Xm115sX4mk\",,\"BRCE2306553\",\"2306553\",-3.06748545,-39.8794723929377,42215,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"17910e09\",2306603,2306603,\"BR_CE\",\"2306603\",3,\"Ceará\",\"Itatira\",,\"BRA.6.91_1\",,,\"BRCE2306603\",\"2306603\",-4.60566807,-39.5961856683879,21836,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"615454a8\",2306702,2306702,\"BR_CE\",\"2306702\",3,\"Ceará\",\"Jaguaretama\",,\"BRA.6.92_1\",,,\"BRCE2306702\",\"2306702\",-5.485488415,-38.7180641443132,18147,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f301422f\",2306801,2306801,\"BR_CE\",\"2306801\",3,\"Ceará\",\"Jaguaribara\",,\"BRA.6.93_1\",,,\"BRCE2306801\",\"2306801\",-5.58483434,-38.5322464660431,11492,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"85c4188e\",2306900,2306900,\"BR_CE\",\"2306900\",3,\"Ceará\",\"Jaguaribe\",,\"BRA.6.94_1\",\"ChIJmeFIPy5fuwcRP_-YiT8Ic4U\",,\"BRCE2306900\",\"2306900\",-5.97795415,-38.7294945076266,34636,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"accdd1c7\",2307007,2307007,\"BR_CE\",\"2307007\",3,\"Ceará\",\"Jaguaruana\",,\"BRA.6.95_1\",\"ChIJG8wI_RCXuQcRe417H8SBHwQ\",,\"BRCE2307007\",\"2307007\",-4.88999343,-37.7627021302235,33834,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"da088b66\",2307106,2307106,\"BR_CE\",\"2307106\",3,\"Ceará\",\"Jardim\",,\"BRA.6.96_1\",\"ChIJreDQNbcHoQcRQo_zyKYAXaQ\",,\"BRCE2307106\",\"2307106\",-7.582880495,-39.2232006500736,27181,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"41476485\",2307205,2307205,\"BR_CE\",\"2307205\",3,\"Ceará\",\"Jati\",,\"BRA.6.97_1\",,,\"BRCE2307205\",\"2307205\",-7.734822035,-38.9619041260978,8130,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4b37a056\",2307254,2307254,\"BR_CE\",\"2307254\",3,\"Ceará\",\"Jijoca de Jericoacoara\",,\"BRA.6.98_1\",\"ChIJSbxq9WCG6QcRSIp07VkYl8o\",,\"BRCE2307254\",\"2307254\",-2.876228095,-40.5107418615008,20087,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"37823e24\",2307304,2307304,\"BR_CE\",\"2307304\",3,\"Ceará\",\"Juazeiro do Norte\",,\"BRA.6.99_1\",\"ChIJPcW8U6J4oQcRjYrYaYgc0Qw\",,\"BRCE2307304\",\"2307304\",-7.184417485,-39.2852576758341,276264,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aca9bd02\",2307403,2307403,\"BR_CE\",\"2307403\",3,\"Ceará\",\"Jucás\",,\"BRA.6.100_1\",\"ChIJ0ak4iuL2ogcRIRLgX6Qq81o\",,\"BRCE2307403\",\"2307403\",-6.46925044,-39.5970951605646,24892,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"da6ce7a3\",2307502,2307502,\"BR_CE\",\"2307502\",3,\"Ceará\",\"Lavras da Mangabeira\",,\"BRA.6.101_1\",\"ChIJq31XtFi9owcR455k_KuTzxw\",,\"BRCE2307502\",\"2307502\",-6.762079,-38.9762702554587,31492,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"41230840\",2307601,2307601,\"BR_CE\",\"2307601\",3,\"Ceará\",\"Limoeiro do Norte\",,\"BRA.6.102_1\",\"ChIJ96F49gbRuwcRj3mbIHVqxsA\",,\"BRCE2307601\",\"2307601\",-5.133811235,-38.0934105405085,59890,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6d639f9a\",2307635,2307635,\"BR_CE\",\"2307635\",3,\"Ceará\",\"Madalena\",,\"BRA.6.103_1\",,,\"BRCE2307635\",\"2307635\",-4.87464094,-39.4999156102031,19864,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4b53cc93\",2307650,2307650,\"BR_CE\",\"2307650\",3,\"Ceará\",\"Maracanaú\",,\"BRA.6.104_1\",\"ChIJPSX8ySJTxwcRQvBl9MiP2ag\",,\"BRCE2307650\",\"2307650\",-3.89028144,-38.6305680753346,229458,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"37e652e1\",2307700,2307700,\"BR_CE\",\"2307700\",3,\"Ceará\",\"Maranguape\",,\"BRA.6.105_1\",\"ChIJHxJu19ZZvwcRxkBdO5RiZ4g\",,\"BRCE2307700\",\"2307700\",-3.99646294,-38.8310597726586,130346,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4566ad78\",2307809,2307809,\"BR_CE\",\"2307809\",3,\"Ceará\",\"Marco\",,\"BRA.6.106_1\",\"ChIJoWXYNFlt6gcRUksiHVvAHrM\",,\"BRCE2307809\",\"2307809\",-3.183411005,-40.158431028893,27595,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"33a3f7d9\",2307908,2307908,\"BR_CE\",\"2307908\",3,\"Ceará\",\"Martinópole\",,\"BRA.6.107_1\",,,\"BRCE2307908\",\"2307908\",-3.14531505,-40.648356082136,11321,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1aa0a0bd\",2308005,2308005,\"BR_CE\",\"2308005\",3,\"Ceará\",\"Massapê\",,\"BRA.6.108_1\",\"ChIJE7uk3RDu6gcREfsuWoUCVlA\",,\"BRCE2308005\",\"2308005\",-3.49131548,-40.4034625647358,39044,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c65fa1c\",2308104,2308104,\"BR_CE\",\"2308104\",3,\"Ceará\",\"Mauriti\",,\"BRA.6.162_1\",\"ChIJdXN2PNJOoQcRsjiDHLdp-0I\",,\"BRCE2308104\",\"2308104\",-7.425154925,-38.7297904767065,48168,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f047d1e6\",2308203,2308203,\"BR_CE\",\"2308203\",3,\"Ceará\",\"Meruoca\",,\"BRA.6.109_1\",,,\"BRCE2308203\",\"2308203\",-3.58058345,-40.4495962426652,15185,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"86828b47\",2308302,2308302,\"BR_CE\",\"2308302\",3,\"Ceará\",\"Milagres\",,\"BRA.6.110_1\",\"ChIJE-DR_NdcoQcRDWI8CunvMTI\",,\"BRCE2308302\",\"2308302\",-7.265733005,-38.9588947500171,27462,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"62fc2eb8\",2308351,2308351,\"BR_CE\",\"2308351\",3,\"Ceará\",\"Milhã\",,\"BRA.6.111_1\",,,\"BRCE2308351\",\"2308351\",-5.646698475,-39.1838749800012,13142,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b9a9e90f\",2308377,2308377,\"BR_CE\",\"2308377\",3,\"Ceará\",\"Miraíma\",,\"BRA.6.112_1\",,,\"BRCE2308377\",\"2308377\",-3.57506895,-39.8722123421781,13894,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1ac4cc78\",2308401,2308401,\"BR_CE\",\"2308401\",3,\"Ceará\",\"Missão Velha\",,\"BRA.6.113_1\",\"ChIJQSkcl9BkoQcRHycdnW_5pgg\",,\"BRCE2308401\",\"2308401\",-7.31416559,-39.1626714219261,35480,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c0196d9\",2308500,2308500,\"BR_CE\",\"2308500\",3,\"Ceará\",\"Mombaça\",,\"BRA.6.114_1\",\"ChIJFzs6mslFvQcRIoDrfMN8Q-Q\",,\"BRCE2308500\",\"2308500\",-5.83722305,-39.7379989668567,43858,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"179b9024\",2308609,2308609,\"BR_CE\",\"2308609\",3,\"Ceará\",\"Monsenhor Tabosa\",,\"BRA.6.115_1\",\"ChIJY5sott0AlgcRNgnJYUHrDyo\",,\"BRCE2308609\",\"2308609\",-4.950613975,-40.066448648339,17249,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"615eca85\",2308708,2308708,\"BR_CE\",\"2308708\",3,\"Ceará\",\"Morada Nova\",,\"BRA.6.116_1\",\"ChIJ_fYDYulZuQcRjFNRPDvK8Ng\",,\"BRCE2308708\",\"2308708\",-4.97280383,-38.3584106598693,61738,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fabd9029\",2308807,2308807,\"BR_CE\",\"2308807\",3,\"Ceará\",\"Moraújo\",,\"BRA.6.117_1\",,,\"BRCE2308807\",\"2308807\",-3.44753802,-40.6873048927055,8779,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8c78ca88\",2308906,2308906,\"BR_CE\",\"2308906\",3,\"Ceará\",\"Morrinhos\",,\"BRA.6.118_1\",\"ChIJR9akPTd76gcR9NAj1ATXoWk\",,\"BRCE2308906\",\"2308906\",-3.27725697,-40.0941536955017,22685,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4b7f62ed\",2309003,2309003,\"BR_CE\",\"2309003\",3,\"Ceará\",\"Mucambo\",,\"BRA.6.119_1\",,,\"BRCE2309003\",\"2309003\",-3.89457905,-40.7486228679791,14549,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3dba384c\",2309102,2309102,\"BR_CE\",\"2309102\",3,\"Ceará\",\"Mulungu\",,\"BRA.6.120_1\",,,\"BRCE2309102\",\"2309102\",-4.295583965,-38.990840085734,10941,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a6f5d7af\",2309201,2309201,\"BR_CE\",\"2309201\",3,\"Ceará\",\"Nova Olinda\",,\"BRA.6.121_1\",,,\"BRCE2309201\",\"2309201\",-7.115280865,-39.6644098497017,15684,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0308d0e\",2309300,2309300,\"BR_CE\",\"2309300\",3,\"Ceará\",\"Nova Russas\",,\"BRA.6.122_1\",\"ChIJoQxSm_vOlQcRtFy6E3qBF7s\",,\"BRCE2309300\",\"2309300\",-4.71105218,-40.5474632631247,32408,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aca3232f\",2309409,2309409,\"BR_CE\",\"2309409\",3,\"Ceará\",\"Novo Oriente\",,\"BRA.6.123_1\",\"ChIJ55HtFb8PlwcRJZwWsNYYcdc\",,\"BRCE2309409\",\"2309409\",-5.594666005,-40.7663506122687,28673,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a6d3e7fc\",2309458,2309458,\"BR_CE\",\"2309458\",3,\"Ceará\",\"Ocara\",,\"BRA.6.124_1\",\"ChIJU4s-XHIquQcReo7Ekk3vsO4\",,\"BRCE2309458\",\"2309458\",-4.52409005,-38.5006115611853,25833,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"da66798e\",2309508,2309508,\"BR_CE\",\"2309508\",3,\"Ceará\",\"Orós\",,\"BRA.6.125_1\",,,\"BRCE2309508\",\"2309508\",-6.239716055,-38.9300265630142,21384,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"489fda46\",2309607,2309607,\"BR_CE\",\"2309607\",3,\"Ceará\",\"Pacajus\",,\"BRA.6.126_1\",\"ChIJo-mpS5O5uAcRVLID87eJ880\",,\"BRCE2309607\",\"2309607\",-4.18494463,-38.5013561576364,73188,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3e5a80e7\",2309706,2309706,\"BR_CE\",\"2309706\",3,\"Ceará\",\"Pacatuba\",,\"BRA.6.127_1\",\"ChIJtZQeNo-quAcRIIy4IyGzEmI\",,\"BRCE2309706\",\"2309706\",-3.95181155,-38.5956906453935,84554,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ac0f9660\",2309805,2309805,\"BR_CE\",\"2309805\",3,\"Ceará\",\"Pacoti\",,\"BRA.6.128_1\",,,\"BRCE2309805\",\"2309805\",-4.200270175,-38.8996850353772,12288,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dacaccc1\",2309904,2309904,\"BR_CE\",\"2309904\",3,\"Ceará\",\"Pacujá\",,\"BRA.6.129_1\",,,\"BRCE2309904\",\"2309904\",-3.99453509,-40.6886180238234,6549,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e51965fb\",2310001,2310001,\"BR_CE\",\"2310001\",3,\"Ceará\",\"Palhano\",,\"BRA.6.130_1\",,,\"BRCE2310001\",\"2310001\",-4.715489625,-38.0214093716998,9422,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93dc3f5a\",2310100,2310100,\"BR_CE\",\"2310100\",3,\"Ceará\",\"Palmácia\",,\"BRA.6.131_1\",,,\"BRCE2310100\",\"2310100\",-4.12399006,-38.805162626249,13439,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e84639a7\",2310209,2310209,\"BR_CE\",\"2310209\",3,\"Ceará\",\"Paracuru\",,\"BRA.6.132_1\",\"ChIJNx6X0y3gwAcRyBfHCx9h1hg\",,\"BRCE2310209\",\"2310209\",-3.47780001,-39.0285886695622,35304,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e236fd74\",2310258,2310258,\"BR_CE\",\"2310258\",3,\"Ceará\",\"Paraipaba\",,\"BRA.6.133_1\",\"ChIJu6n0p9biwAcR6aXMsx9-P8c\",,\"BRCE2310258\",\"2310258\",-3.41658604,-39.1754547165128,32992,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9e836306\",2310308,2310308,\"BR_CE\",\"2310308\",3,\"Ceará\",\"Parambu\",,\"BRA.6.134_1\",\"ChIJTUuz4rO1mQcRQ2pyb4Y1FRw\",,\"BRCE2310308\",\"2310308\",-6.29972458,-40.6919483147085,31455,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0b736812\",2310407,2310407,\"BR_CE\",\"2310407\",3,\"Ceará\",\"Paramoti\",,\"BRA.6.135_1\",,,\"BRCE2310407\",\"2310407\",-4.16664505,-39.4262811279559,12252,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7db632b3\",2310506,2310506,\"BR_CE\",\"2310506\",3,\"Ceará\",\"Pedra Branca\",,\"BRA.6.136_1\",\"ChIJDSjCTFZ3vQcRASjLX9lAJk8\",,\"BRCE2310506\",\"2310506\",-5.519341945,-39.7866664135153,43309,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e6f9dd50\",2310605,2310605,\"BR_CE\",\"2310605\",3,\"Ceará\",\"Penaforte\",,\"BRA.6.137_1\",,,\"BRCE2310605\",\"2310605\",-7.76573658,-39.0448049555361,9143,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"903c87f1\",2310704,2310704,\"BR_CE\",\"2310704\",3,\"Ceará\",\"Pentecoste\",,\"BRA.6.138_1\",\"ChIJYYqqRXODwAcRxMQ2JnB9rJA\",,\"BRCE2310704\",\"2310704\",-3.874176025,-39.0981185153999,37900,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0504556f\",2310803,2310803,\"BR_CE\",\"2310803\",3,\"Ceará\",\"Pereiro\",,\"BRA.6.139_1\",\"ChIJ_WoOvt5NuwcRSTCFiRx81ew\",,\"BRCE2310803\",\"2310803\",-6.007284165,-38.4627277318352,16331,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0f7491bc\",2310852,2310852,\"BR_CE\",\"2310852\",3,\"Ceará\",\"Pindoretama\",,\"BRA.6.140_1\",\"ChIJrxIH2lyfuAcRmsuWgMcub7w\",,\"BRCE2310852\",\"2310852\",-4.05378914,-38.3093426430133,20769,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73c10fce\",2310902,2310902,\"BR_CE\",\"2310902\",3,\"Ceará\",\"Piquet Carneiro\",,\"BRA.6.141_1\",,,\"BRCE2310902\",\"2310902\",-5.858061075,-39.4479997777678,17086,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"97bfaa31\",2310951,2310951,\"BR_CE\",\"2310951\",3,\"Ceará\",\"Pires Ferreira\",,\"BRA.6.142_1\",,,\"BRCE2310951\",\"2310951\",-4.258021115,-40.5706735696647,11001,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"537e8aac\",2311009,2311009,\"BR_CE\",\"2311009\",3,\"Ceará\",\"Poranga\",,\"BRA.6.143_1\",,,\"BRCE2311009\",\"2311009\",-4.798760895,-41.0570968785327,12347,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"25bbd00d\",2311108,2311108,\"BR_CE\",\"2311108\",3,\"Ceará\",\"Porteiras\",,\"BRA.6.144_1\",,,\"BRCE2311108\",\"2311108\",-7.539419655,-39.1089865185261,14958,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b74273c5\",2311207,2311207,\"BR_CE\",\"2311207\",3,\"Ceará\",\"Potengi\",,\"BRA.6.145_1\",,,\"BRCE2311207\",\"2311207\",-7.061932565,-40.0517431014687,11106,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"750c8533\",2311231,2311231,\"BR_CE\",\"2311231\",3,\"Ceará\",\"Potiretama\",,\"BRA.6.146_1\",,,\"BRCE2311231\",\"2311231\",-5.768007995,-38.1576014195633,6437,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"781185f9\",2311264,2311264,\"BR_CE\",\"2311264\",3,\"Ceará\",\"Quiterianópolis\",,\"BRA.6.147_1\",,,\"BRCE2311264\",\"2311264\",-5.874474045,-40.7889751648658,21166,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c1872964\",2311306,2311306,\"BR_CE\",\"2311306\",3,\"Ceará\",\"Quixadá\",,\"BRA.6.148_1\",\"ChIJ9-jGi8CfvgcRh7a9AdOPdL8\",,\"BRCE2311306\",\"2311306\",-4.915731905,-39.0287696486749,88321,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"25f98c9b\",2311355,2311355,\"BR_CE\",\"2311355\",3,\"Ceará\",\"Quixelô\",,\"BRA.6.149_1\",,,\"BRCE2311355\",\"2311355\",-6.14056468,-39.0487295503923,16147,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5dc16e5b\",2311405,2311405,\"BR_CE\",\"2311405\",3,\"Ceará\",\"Quixeramobim\",,\"BRA.6.150_1\",\"ChIJZ4K4muM0vAcRirHMxa-93uU\",,\"BRCE2311405\",\"2311405\",-5.195712565,-39.3281200341966,81778,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2b0434fa\",2311504,2311504,\"BR_CE\",\"2311504\",3,\"Ceará\",\"Quixeré\",,\"BRA.6.151_1\",\"ChIJZ2cweAspugcRWZmYJXvUHI0\",,\"BRCE2311504\",\"2311504\",-5.11781311,-37.8528901894609,22293,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7261f00\",2311603,2311603,\"BR_CE\",\"2311603\",3,\"Ceará\",\"Redenção\",,\"BRA.6.152_1\",\"ChIJT4_KHeU1vwcRUCGOU_sWUxk\",,\"BRCE2311603\",\"2311603\",-4.26199698,-38.7647758033849,29146,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c1e345a1\",2311702,2311702,\"BR_CE\",\"2311702\",3,\"Ceará\",\"Reriutaba\",,\"BRA.6.153_1\",\"ChIJMaJsJ-4elQcRfFlXwjGH3Lc\",,\"BRCE2311702\",\"2311702\",-4.115549805,-40.6162095543297,18385,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53b65326\",2311801,2311801,\"BR_CE\",\"2311801\",3,\"Ceará\",\"Russas\",,\"BRA.6.154_1\",\"ChIJARTWggp4uQcRHwItbRKjGxY\",,\"BRCE2311801\",\"2311801\",-4.834584475,-38.2413616002434,78882,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"25730987\",2311900,2311900,\"BR_CE\",\"2311900\",3,\"Ceará\",\"Saboeiro\",,\"BRA.6.155_1\",,,\"BRCE2311900\",\"2311900\",-6.45314884,-39.9094866738357,15788,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"21d84566\",2311959,2311959,\"BR_CE\",\"2311959\",3,\"Ceará\",\"Salitre\",,\"BRA.6.156_1\",,,\"BRCE2311959\",\"2311959\",-7.195812465,-40.3807170565263,16635,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4bf9bd07\",2312205,2312205,\"BR_CE\",\"2312205\",3,\"Ceará\",\"Santa Quitéria\",,\"BRA.6.157_1\",\"ChIJWT6ZmkR3lQcRtqLAOkePPuY\",,\"BRCE2312205\",\"2312205\",-4.36235738,-40.0127217592142,43711,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a6730845\",2312007,2312007,\"BR_CE\",\"2312007\",3,\"Ceará\",\"Santana do Acaraú\",,\"BRA.6.158_1\",\"ChIJy1CIHRiQ6gcRF52fSYPyk0Y\",,\"BRCE2312007\",\"2312007\",-3.500545025,-40.1474394538322,32654,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0b652e4\",2312106,2312106,\"BR_CE\",\"2312106\",3,\"Ceará\",\"Santana do Cariri\",,\"BRA.6.159_1\",,,\"BRCE2312106\",\"2312106\",-7.187527415,-39.7677689711903,17712,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d3ce7a6\",2312304,2312304,\"BR_CE\",\"2312304\",3,\"Ceará\",\"São Benedito\",,\"BRA.6.160_1\",\"ChIJlT4Lq9rDlAcRZeB7ySGfEd0\",,\"BRCE2312304\",\"2312304\",-4.067896605,-40.8923690047154,48131,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a6176480\",2312403,2312403,\"BR_CE\",\"2312403\",3,\"Ceará\",\"São Gonçalo do Amarante\",,\"BRA.6.161_1\",\"ChIJQ_YewRnCwAcRp7qn8R7af4M\",,\"BRCE2312403\",\"2312403\",-3.588175535,-39.0466244331808,48869,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0d23e21\",2312502,2312502,\"BR_CE\",\"2312502\",3,\"Ceará\",\"São João do Jaguaribe\",,\"BRA.6.163_1\",,,\"BRCE2312502\",\"2312502\",-5.30539608,-38.2752892419166,7601,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4b9dd1c2\",2312601,2312601,\"BR_CE\",\"2312601\",3,\"Ceará\",\"São Luís do Curu\",,\"BRA.6.164_1\",,,\"BRCE2312601\",\"2312601\",-3.658952475,-39.2666614130703,13044,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d588b63\",2312700,2312700,\"BR_CE\",\"2312700\",3,\"Ceará\",\"Senador Pompeu\",,\"BRA.6.165_1\",\"ChIJCYhvda8DvQcRC5JCcOU8I-4\",,\"BRCE2312700\",\"2312700\",-5.57448649,-39.4256958629864,25456,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4fd874fa\",2312809,2312809,\"BR_CE\",\"2312809\",3,\"Ceará\",\"Senador Sá\",,\"BRA.6.166_1\",,,\"BRCE2312809\",\"2312809\",-3.280430435,-40.4219682437533,7691,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"391d2e5b\",2312908,2312908,\"BR_CE\",\"2312908\",3,\"Ceará\",\"Sobral\",,\"BRA.6.167_1\",\"ChIJF7JU1y-16gcRGibD9Badx3c\",,\"BRCE2312908\",\"2312908\",-3.857727525,-40.0440033081649,210711,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f0c10e0c\",2313005,2313005,\"BR_CE\",\"2313005\",3,\"Ceará\",\"Solonópole\",,\"BRA.6.168_1\",\"ChIJK5afsrbqvAcRuzjRoV-l3lA\",,\"BRCE2313005\",\"2313005\",-5.758237605,-38.9837770014055,18357,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"860454ad\",2313104,2313104,\"BR_CE\",\"2313104\",3,\"Ceará\",\"Tabuleiro do Norte\",,\"BRA.6.169_1\",\"ChIJkaymLL7HuwcRujBJ1ciVfFo\",,\"BRCE2313104\",\"2313104\",-5.300936695,-38.0042207439509,30807,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a267f57\",2313203,2313203,\"BR_CE\",\"2313203\",3,\"Ceará\",\"Tamboril\",,\"BRA.6.170_1\",\"ChIJrS822AjelQcRDMcZdTBSxTI\",,\"BRCE2313203\",\"2313203\",-4.89107537,-40.338828373921,26225,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1056bb84\",2313252,2313252,\"BR_CE\",\"2313252\",3,\"Ceará\",\"Tarrafas\",,\"BRA.6.171_1\",,,\"BRCE2313252\",\"2313252\",-6.727269885,-39.7543374556863,8573,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6ce325f6\",2313302,2313302,\"BR_CE\",\"2313302\",3,\"Ceará\",\"Tauá\",,\"BRA.6.172_1\",\"ChIJ4Sm5SF3zlwcRW1GNgUbjETc\",,\"BRCE2313302\",\"2313302\",-5.87947011,-40.3151171242177,59062,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"889d8009\",2313351,2313351,\"BR_CE\",\"2313351\",3,\"Ceará\",\"Tejuçuoca\",,\"BRA.6.173_1\",,,\"BRCE2313351\",\"2313351\",-3.926203965,-39.5848591828323,19371,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f0a562c9\",2313401,2313401,\"BR_CE\",\"2313401\",3,\"Ceará\",\"Tianguá\",,\"BRA.6.174_1\",\"ChIJX9aSccdG6wcREyDo9tDTP2Y\",,\"BRCE2313401\",\"2313401\",-3.66186905,-40.9629869275958,76537,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"86603868\",2313500,2313500,\"BR_CE\",\"2313500\",3,\"Ceará\",\"Trairi\",,\"BRA.6.175_1\",\"ChIJSQPBL4uqwQcR3N7DWZ8Gr5U\",,\"BRCE2313500\",\"2313500\",-3.37518096,-39.374058288809,56291,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"82cb7489\",2313559,2313559,\"BR_CE\",\"2313559\",3,\"Ceará\",\"Tururu\",,\"BRA.6.176_1\",,,\"BRCE2313559\",\"2313559\",-3.53262949,-39.3755378733935,16431,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fdfa3e95\",2313609,2313609,\"BR_CE\",\"2313609\",3,\"Ceará\",\"Ubajara\",,\"BRA.6.177_1\",\"ChIJu2YClJy1lAcRsG_P1SQkJ-4\",,\"BRCE2313609\",\"2313609\",-3.87606549,-41.0308632379186,35047,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b3f6434\",2313708,2313708,\"BR_CE\",\"2313708\",3,\"Ceará\",\"Umari\",,\"BRA.6.178_1\",,,\"BRCE2313708\",\"2313708\",-6.62179613,-38.7580188131022,7736,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66f78de0\",2313757,2313757,\"BR_CE\",\"2313757\",3,\"Ceará\",\"Umirim\",,\"BRA.6.179_1\",,,\"BRCE2313757\",\"2313757\",-3.68624306,-39.3952271706614,19903,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"10dc3e98\",2313807,2313807,\"BR_CE\",\"2313807\",3,\"Ceará\",\"Uruburetama\",,\"BRA.6.180_1\",\"ChIJUdsYOcJCwAcRSuk3_zaBiIM\",,\"BRCE2313807\",\"2313807\",-3.621573925,-39.5143271161053,22040,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66196439\",2313906,2313906,\"BR_CE\",\"2313906\",3,\"Ceará\",\"Uruoca\",,\"BRA.6.181_1\",,,\"BRCE2313906\",\"2313906\",-3.32529545,-40.6681718560477,13915,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8267c1c6\",2313955,2313955,\"BR_CE\",\"2313955\",3,\"Ceará\",\"Varjota\",,\"BRA.6.182_1\",\"ChIJ8zyCWE4YlQcRmpsdJND8LA0\",,\"BRCE2313955\",\"2313955\",-4.17233062,-40.4920024286878,18471,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"84759380\",2314003,2314003,\"BR_CE\",\"2314003\",3,\"Ceará\",\"Várzea Alegre\",,\"BRA.6.183_1\",\"ChIJf7AdHM-yowcR5_1br4Zea9w\",,\"BRCE2314003\",\"2314003\",-6.745622635,-39.2187108697374,40903,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f2b0c921\",2314102,2314102,\"BR_CE\",\"2314102\",3,\"Ceará\",\"Viçosa do Ceará\",,\"BRA.6.184_1\",\"ChIJcQvDr99l6wcRCTRFGpDv0dA\",,\"BRCE2314102\",\"2314102\",-3.500632405,-41.1185018073223,61410,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"65c0a056\",5300108,5300108,\"BR_DF\",\"5300108\",3,\"Distrito Federal\",\"Brasília\",,\"BRA.7.1_1\",,,\"BRDF5300108\",\"5300108\",-15.77665901,-47.7801110575224,3055149,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d99afd7\",3200102,3200102,\"BR_ES\",\"3200102\",3,\"Espirito Santo\",\"Afonso Cláudio\",,\"BRA.8.1_1\",\"ChIJva5KN9LvuQAR7KyYVUoRCyI\",,\"BRES3200102\",\"3200102\",-20.08950901,-41.1017844161066,30455,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec11d1d9\",3200169,3200169,\"BR_ES\",\"3200169\",3,\"Espirito Santo\",\"Água Doce do Norte\",,\"BRA.8.2_1\",,,\"BRES3200169\",\"3200169\",-18.542936325,-40.9632948514975,10909,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"01d9380d\",3200136,3200136,\"BR_ES\",\"3200136\",3,\"Espirito Santo\",\"Águia Branca\",,\"BRA.8.27_1\",,,\"BRES3200136\",\"3200136\",-18.99157238,-40.7472259579453,9631,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b6d64034\",3200201,3200201,\"BR_ES\",\"3200201\",3,\"Espirito Santo\",\"Alegre\",,\"BRA.8.3_1\",\"ChIJgxM4_NjpuwAR-cc8t90YR4U\",,\"BRES3200201\",\"3200201\",-20.728530885,-41.4915167647036,29975,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c0131a95\",3200300,3200300,\"BR_ES\",\"3200300\",3,\"Espirito Santo\",\"Alfredo Chaves\",,\"BRA.8.4_1\",\"ChIJ9cT6eXEHuQARualBifHuS3o\",,\"BRES3200300\",\"3200300\",-20.571310995,-40.8254279093453,14636,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c4b85674\",3200359,3200359,\"BR_ES\",\"3200359\",3,\"Espirito Santo\",\"Alto Rio Novo\",,\"BRA.8.5_1\",,,\"BRES3200359\",\"3200359\",-19.03156853,-40.9827983059043,7874,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bc80b4b4\",3200409,3200409,\"BR_ES\",\"3200409\",3,\"Espirito Santo\",\"Anchieta\",,\"BRA.8.6_1\",\"ChIJC96MSTkBuQARbFI0IotRbsg\",,\"BRES3200409\",\"3200409\",-20.69609642,-40.6897733338738,29779,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ca45ee15\",3200508,3200508,\"BR_ES\",\"3200508\",3,\"Espirito Santo\",\"Apiacá\",,\"BRA.8.7_1\",,,\"BRES3200508\",\"3200508\",-21.068351745,-41.544810492452,7554,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"58bc4ddd\",3200607,3200607,\"BR_ES\",\"3200607\",3,\"Espirito Santo\",\"Aracruz\",,\"BRA.8.8_1\",\"ChIJHZ2MHa_ctwARLVAswZAXJpM\",,\"BRES3200607\",\"3200607\",-19.783611295,-40.188447331971,103101,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2e79177c\",3200706,3200706,\"BR_ES\",\"3200706\",3,\"Espirito Santo\",\"Atilio Vivacqua\",,\"BRA.8.9_1\",\"ChIJU3nvFcRbuQARKMu7bWeNtTo\",,\"BRES3200706\",\"3200706\",-20.968665125,-41.1717124002894,12105,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bc2c01fb\",3200805,3200805,\"BR_ES\",\"3200805\",3,\"Espirito Santo\",\"Baixo Guandu\",,\"BRA.8.10_1\",\"ChIJ9eEMQk48twARA_E_ioiYzoY\",,\"BRES3200805\",\"3200805\",-19.513090135,-40.9459870216891,31132,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cae95b5a\",3200904,3200904,\"BR_ES\",\"3200904\",3,\"Espirito Santo\",\"Barra de São Francisco\",,\"BRA.8.11_1\",\"ChIJ1R89yIcmtAARNKQPk_NzS9s\",,\"BRES3200904\",\"3200904\",-18.66182613,-40.8192818665993,44979,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0deef33f\",3201001,3201001,\"BR_ES\",\"3201001\",3,\"Espirito Santo\",\"Boa Esperança\",,\"BRA.8.12_1\",\"ChIJk9V7Sl2VtQARa2gOg6xn5w0\",,\"BRES3201001\",\"3201001\",-18.46883869,-40.3753156432667,15092,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7b2ba99e\",3201100,3201100,\"BR_ES\",\"3201100\",3,\"Espirito Santo\",\"Bom Jesus do Norte\",,\"BRA.8.13_1\",\"ChIJp7o_iJxzvAARvm3nq5JC4ZU\",,\"BRES3201100\",\"3201100\",-21.080742835,-41.6128907437483,9962,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7f80e57f\",3201159,3201159,\"BR_ES\",\"3201159\",3,\"Espirito Santo\",\"Brejetuba\",,\"BRA.8.14_1\",,,\"BRES3201159\",\"3201159\",-20.1086092,-41.2943233262658,12427,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00b1af63\",3201209,3201209,\"BR_ES\",\"3201209\",3,\"Espirito Santo\",\"Cachoeiro de Itapemirim\",,\"BRA.8.15_1\",\"ChIJV-OdAjVduQARFfVbjCgvANs\",,\"BRES3201209\",\"3201209\",-20.784986495,-41.1980362088308,210589,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7674f5c2\",3201308,3201308,\"BR_ES\",\"3201308\",3,\"Espirito Santo\",\"Cariacica\",,\"BRA.8.16_1\",\"ChIJ51aP8KkwuAAR6qmLkMdoSmw\",,\"BRES3201308\",\"3201308\",-20.306944845,-40.4435686351587,383917,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e384fed6\",3201407,3201407,\"BR_ES\",\"3201407\",3,\"Espirito Santo\",\"Castelo\",,\"BRA.8.17_1\",\"ChIJw_eixH58uQARakju29OTtUo\",,\"BRES3201407\",\"3201407\",-20.539260865,-41.2002434051783,37747,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9541a477\",3201506,3201506,\"BR_ES\",\"3201506\",3,\"Espirito Santo\",\"Colatina\",,\"BRA.8.18_1\",\"ChIJCeksnTGotwAR8mPg9MO-vMU\",,\"BRES3201506\",\"3201506\",-19.39759922,-40.7485580332921,123400,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e0e4b94\",3201605,3201605,\"BR_ES\",\"3201605\",3,\"Espirito Santo\",\"Conceição da Barra\",,\"BRA.8.19_1\",\"ChIJ37w_V9VoygARB8ZKis4TToc\",,\"BRES3201605\",\"3201605\",-18.44944286,-39.867989661161,31273,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78cb1135\",3201704,3201704,\"BR_ES\",\"3201704\",3,\"Espirito Santo\",\"Conceição do Castelo\",,\"BRA.8.20_1\",\"ChIJUTwR7weHuQAROXzg9txpteE\",,\"BRES3201704\",\"3201704\",-20.37513924,-41.2752321096649,12806,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"edf3c3ab\",3201803,3201803,\"BR_ES\",\"3201803\",3,\"Espirito Santo\",\"Divino de São Lourenço\",,\"BRA.8.21_1\",,,\"BRES3201803\",\"3201803\",-20.58562374,-41.7332324085437,4270,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b36990a\",3201902,3201902,\"BR_ES\",\"3201902\",3,\"Espirito Santo\",\"Domingos Martins\",,\"BRA.8.22_1\",\"ChIJfeaVVxa1uQARGeANtAp_vVc\",,\"BRES3201902\",\"3201902\",-20.313192365,-40.8430084331254,33986,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1180d4e3\",3202009,3202009,\"BR_ES\",\"3202009\",3,\"Espirito Santo\",\"Dores do Rio Preto\",,\"BRA.8.23_1\",,,\"BRES3202009\",\"3202009\",-20.630569455,-41.7870352568493,6771,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"67458e42\",3202108,3202108,\"BR_ES\",\"3202108\",3,\"Espirito Santo\",\"Ecoporanga\",,\"BRA.13.266_1\",\"ChIJxw82mV5GtAART2H3Pg4z11o\",,\"BRES3202108\",\"3202108\",-18.234662055,-40.8317980683193,22835,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f5bc2d8a\",3202207,3202207,\"BR_ES\",\"3202207\",3,\"Espirito Santo\",\"Fundão\",,\"BRA.8.24_1\",\"ChIJqZgMYPyRtwAR-N4U0hp6-Rg\",,\"BRES3202207\",\"3202207\",-19.95316124,-40.3795486369911,21948,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ffcce959\",3202256,3202256,\"BR_ES\",\"3202256\",3,\"Espirito Santo\",\"Governador Lindenberg\",,,,,\"BRES3202256\",\"3202256\",-19.25076,-40.462888,12880,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8379772b\",3202306,3202306,\"BR_ES\",\"3202306\",3,\"Espirito Santo\",\"Guaçuí\",,\"BRA.8.25_1\",\"ChIJ9X_aYUuQuwARmhrrMJnhSGc\",,\"BRES3202306\",\"3202306\",-20.79011917,-41.7252737811594,31122,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1f3f3014\",3202405,3202405,\"BR_ES\",\"3202405\",3,\"Espirito Santo\",\"Guarapari\",,\"BRA.8.26_1\",\"ChIJV7g-bk9RuAARXXRdRynM6Y8\",,\"BRES3202405\",\"3202405\",-20.61013889,-40.5296577738448,126701,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"154ff4c7\",3202454,3202454,\"BR_ES\",\"3202454\",3,\"Espirito Santo\",\"Ibatiba\",,\"BRA.8.28_1\",\"ChIJR-BzJxs3ugARwLu6DPTuwes\",,\"BRES3202454\",\"3202454\",-20.273262975,-41.5064527736197,26426,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69fa6ab5\",3202504,3202504,\"BR_ES\",\"3202504\",3,\"Espirito Santo\",\"Ibiraçu\",,\"BRA.8.29_1\",\"ChIJVTkkarKVtwARC2fiuxaQX4Q\",,\"BRES3202504\",\"3202504\",-19.83250332,-40.4299306296886,12591,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8ae90b53\",3202553,3202553,\"BR_ES\",\"3202553\",3,\"Espirito Santo\",\"Ibitirama\",,\"BRA.8.30_1\",,,\"BRES3202553\",\"3202553\",-20.519133565,-41.6591447997475,8859,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f5d8414f\",3202603,3202603,\"BR_ES\",\"3202603\",3,\"Espirito Santo\",\"Iconha\",,\"BRA.8.31_1\",\"ChIJZeLJGXkQuQARTDgB0pF_Cfo\",,\"BRES3202603\",\"3202603\",-20.760504725,-40.8586733598008,13973,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ffa8859c\",3202652,3202652,\"BR_ES\",\"3202652\",3,\"Espirito Santo\",\"Irupi\",,\"BRA.8.34_1\",,,\"BRES3202652\",\"3202652\",-20.336686135,-41.6231137200128,13526,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"831d1bee\",3202702,3202702,\"BR_ES\",\"3202702\",3,\"Espirito Santo\",\"Itaguaçu\",,\"BRA.8.35_1\",\"ChIJ70DPlQdstwARpRqkGzV2sk0\",,\"BRES3202702\",\"3202702\",-19.719029425,-40.8600768657263,14023,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"11480d69\",3202801,3202801,\"BR_ES\",\"3202801\",3,\"Espirito Santo\",\"Itapemirim\",,\"BRA.8.36_1\",\"ChIJnWKOOeo4uQARL9m_i8cbZ-c\",,\"BRES3202801\",\"3202801\",-20.988194465,-40.9604432127923,34656,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"678d57c8\",3202900,3202900,\"BR_ES\",\"3202900\",3,\"Espirito Santo\",\"Itarana\",,\"BRA.8.37_1\",,,\"BRES3202900\",\"3202900\",-19.957758905,-40.8709721114862,10494,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e849e81\",3203007,3203007,\"BR_ES\",\"3203007\",3,\"Espirito Santo\",\"Iúna\",,\"BRA.8.38_1\",\"ChIJyQHKMnE0ugARqxE5u1ftT-U\",,\"BRES3203007\",\"3203007\",-20.355195045,-41.7819586107013,29290,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"44f45a52\",3203056,3203056,\"BR_ES\",\"3203056\",3,\"Espirito Santo\",\"Jaguaré\",,\"BRA.8.39_1\",\"ChIJS61X-Nr9tQARE4KUQ-nj43g\",,\"BRES3203056\",\"3203056\",-18.96751785,-40.0032924873768,31039,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3841c420\",3203106,3203106,\"BR_ES\",\"3203106\",3,\"Espirito Santo\",\"Jerônimo Monteiro\",,\"BRA.8.40_1\",,,\"BRES3203106\",\"3203106\",-20.815782545,-41.3987660037389,12265,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fa0f32d6\",3203130,3203130,\"BR_ES\",\"3203130\",3,\"Espirito Santo\",\"João Neiva\",,\"BRA.8.41_1\",\"ChIJI7Yjm4u8twARpdtqguiCBAk\",,\"BRES3203130\",\"3203130\",-19.711046215,-40.4372941728332,16722,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1e719729\",3203163,3203163,\"BR_ES\",\"3203163\",3,\"Espirito Santo\",\"Laranja da Terra\",,\"BRA.8.42_1\",,,\"BRES3203163\",\"3203163\",-19.873451235,-41.0609648930633,10933,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a30e2bc3\",3203205,3203205,\"BR_ES\",\"3203205\",3,\"Espirito Santo\",\"Linhares\",,\"BRA.8.43_1\",\"ChIJRUyuK_cktgARHxV0tHkDQQg\",,\"BRES3203205\",\"3203205\",-19.3409729,-39.9482661688784,176688,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d5cb7162\",3203304,3203304,\"BR_ES\",\"3203304\",3,\"Espirito Santo\",\"Mantenópolis\",,\"BRA.8.44_1\",,,\"BRES3203304\",\"3203304\",-18.871655465,-41.0565728770157,15503,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e090d7f9\",3203320,3203320,\"BR_ES\",\"3203320\",3,\"Espirito Santo\",\"Marataízes\",,\"BRA.8.45_1\",\"ChIJdet1Z9owuQARH7es6kes51I\",,\"BRES3203320\",\"3203320\",-21.093471525,-40.8915760949111,38883,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5fa9d54a\",3203346,3203346,\"BR_ES\",\"3203346\",3,\"Espirito Santo\",\"Marechal Floriano\",,\"BRA.8.46_1\",\"ChIJsxTMX1CwuQAR9iM75-P3D1g\",,\"BRES3203346\",\"3203346\",-20.433511735,-40.8012431648004,16920,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"36d81084\",3203353,3203353,\"BR_ES\",\"3203353\",3,\"Espirito Santo\",\"Marilândia\",,\"BRA.8.47_1\",\"ChIJ2_E_Gt5StgAR1vxynxvxqv4\",,\"BRES3203353\",\"3203353\",-19.42783356,-40.5390676084446,12963,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4ee0f244\",3203403,3203403,\"BR_ES\",\"3203403\",3,\"Espirito Santo\",\"Mimoso do Sul\",,\"BRA.8.48_1\",\"ChIJr_HFnaz4uwARPmikKZ2fLfo\",,\"BRES3203403\",\"3203403\",-21.06688118,-41.3646333070748,26115,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3825a8e5\",3203502,3203502,\"BR_ES\",\"3203502\",3,\"Espirito Santo\",\"Montanha\",,\"BRA.8.49_1\",\"ChIJn5QfZUUMtQARERV6gIhAWtw\",,\"BRES3203502\",\"3203502\",-18.11620426,-40.2653465955969,18894,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a36a4706\",3203601,3203601,\"BR_ES\",\"3203601\",3,\"Espirito Santo\",\"Mucurici\",,\"BRA.8.50_1\",,,\"BRES3203601\",\"3203601\",-18.01917076,-40.5278622728616,5496,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d5af1da7\",3203700,3203700,\"BR_ES\",\"3203700\",3,\"Espirito Santo\",\"Muniz Freire\",,\"BRA.8.51_1\",\"ChIJA1TMEJYyugARxeuwOghicOk\",,\"BRES3203700\",\"3203700\",-20.403729435,-41.3965538083547,17319,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a72fe23e\",3203809,3203809,\"BR_ES\",\"3203809\",3,\"Espirito Santo\",\"Muqui\",,\"BRA.8.52_1\",\"ChIJ352q0bv8uwARaEVpC15jY1s\",,\"BRES3203809\",\"3203809\",-20.938302995,-41.3631701218865,15526,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1eab89f\",3203908,3203908,\"BR_ES\",\"3203908\",3,\"Espirito Santo\",\"Nova Venécia\",,\"BRA.8.53_1\",\"ChIJvQrrfCDOtQARr6V4FCCbHUQ\",,\"BRES3203908\",\"3203908\",-18.65425682,-40.4004678080898,50434,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d5dc714\",3204005,3204005,\"BR_ES\",\"3204005\",3,\"Espirito Santo\",\"Pancas\",,\"BRA.8.54_1\",\"ChIJGWIssbrltgARhsmL07RT4CY\",,\"BRES3204005\",\"3204005\",-19.1471014,-40.8177682746183,23306,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"372d03c7\",3204054,3204054,\"BR_ES\",\"3204054\",3,\"Espirito Santo\",\"Pedro Canário\",,\"BRA.8.55_1\",\"ChIJC2fV4NZitQAR0ctBDC4V80Y\",,\"BRES3204054\",\"3204054\",-18.14831352,-40.0339379773789,26381,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4b989db5\",3204104,3204104,\"BR_ES\",\"3204104\",3,\"Espirito Santo\",\"Pinheiros\",,\"BRA.8.56_1\",\"ChIJtdkuph-atQARVoqhV3tkyZQ\",,\"BRES3204104\",\"3204104\",-18.36971283,-40.1867755520158,27327,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d7bab64f\",3204203,3204203,\"BR_ES\",\"3204203\",3,\"Espirito Santo\",\"Piúma\",,\"BRA.8.57_1\",\"ChIJPxFjBzcauQARCJoXa-TWoZ4\",,\"BRES3204203\",\"3204203\",-20.83944416,-40.763026546429,22053,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ddca729c\",3204252,3204252,\"BR_ES\",\"3204252\",3,\"Espirito Santo\",\"Ponto Belo\",,\"BRA.8.58_1\",,,\"BRES3204252\",\"3204252\",-18.271923065,-40.5415274246551,7940,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a17fecee\",3204302,3204302,\"BR_ES\",\"3204302\",3,\"Espirito Santo\",\"Presidente Kennedy\",,\"BRA.8.59_1\",\"ChIJrzS1U1FJuQARPqAei7dnHFU\",,\"BRES3204302\",\"3204302\",-21.15528107,-41.0752634610109,11658,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"45014911\",3204351,3204351,\"BR_ES\",\"3204351\",3,\"Espirito Santo\",\"Rio Bananal\",,\"BRA.8.60_1\",\"ChIJR3Th8vpAtgARAJd0I3DTv3g\",,\"BRES3204351\",\"3204351\",-19.223371505,-40.3049331601573,19271,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d39abd1\",3204401,3204401,\"BR_ES\",\"3204401\",3,\"Espirito Santo\",\"Rio Novo do Sul\",,\"BRA.8.61_1\",\"ChIJP0BSxqUTuQAREs7aSKQi9O4\",,\"BRES3204401\",\"3204401\",-20.786440845,-40.9579218489317,11626,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4bfcf170\",3204500,3204500,\"BR_ES\",\"3204500\",3,\"Espirito Santo\",\"Santa Leopoldina\",,\"BRA.8.62_1\",\"ChIJtZ8qgqcpuAAR6Lfp1drT16g\",,\"BRES3204500\",\"3204500\",-20.10830784,-40.5343415604254,12197,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4f57bd91\",3204559,3204559,\"BR_ES\",\"3204559\",3,\"Espirito Santo\",\"Santa Maria de Jetibá\",,\"BRA.8.63_1\",\"ChIJP_KeEOrVuQARfGRV37x-iMs\",,\"BRES3204559\",\"3204559\",-20.087765695,-40.8064833996046,41015,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3066f78d\",3204609,3204609,\"BR_ES\",\"3204609\",3,\"Espirito Santo\",\"Santa Teresa\",,\"BRA.8.64_1\",\"ChIJc_SJTft3twAR9D6ixjlAwd8\",,\"BRES3204609\",\"3204609\",-19.87251282,-40.6656438562374,23724,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3a16335e\",3204658,3204658,\"BR_ES\",\"3204658\",3,\"Espirito Santo\",\"São Domingos do Norte\",,\"BRA.8.65_1\",,,\"BRES3204658\",\"3204658\",-19.16383171,-40.6185896611375,8687,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"46a3ad2c\",3204708,3204708,\"BR_ES\",\"3204708\",3,\"Espirito Santo\",\"São Gabriel da Palha\",,\"BRA.8.66_1\",\"ChIJgQUmTWBktgART3i_6ZHCJVU\",,\"BRES3204708\",\"3204708\",-18.95404911,-40.5296179978315,38522,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dd40f780\",3204807,3204807,\"BR_ES\",\"3204807\",3,\"Espirito Santo\",\"São José do Calçado\",,\"BRA.8.67_1\",,,\"BRES3204807\",\"3204807\",-20.974726675,-41.6502034407717,10546,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ab85ad21\",3204906,3204906,\"BR_ES\",\"3204906\",3,\"Espirito Santo\",\"São Mateus\",,\"BRA.8.68_1\",\"ChIJ988Ha_X5tQARSzriBT-LpDs\",,\"BRES3204906\",\"3204906\",-18.797222135,-39.9211448484646,132642,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4ffb08de\",3204955,3204955,\"BR_ES\",\"3204955\",3,\"Espirito Santo\",\"São Roque do Canaã\",,\"BRA.8.69_1\",\"ChIJkUcsfEZ1twAR6GmpcKNlX_s\",,\"BRES3204955\",\"3204955\",-19.72160053,-40.649349741098,12510,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b8535d2\",3205002,3205002,\"BR_ES\",\"3205002\",3,\"Espirito Santo\",\"Serra\",,\"BRA.8.70_1\",\"ChIJYZpUBfEfuAARp1gykRkpnEA\",,\"BRES3205002\",\"3205002\",-20.13749981,-40.3087154380829,527240,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec9065bf\",3205010,3205010,\"BR_ES\",\"3205010\",3,\"Espirito Santo\",\"Sooretama\",,\"BRA.8.71_1\",\"ChIJAQSu7PYPtgARlVCExKNexI4\",,\"BRES3205010\",\"3205010\",-19.065767285,-40.1596222380933,30680,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"37c5a208\",3205036,3205036,\"BR_ES\",\"3205036\",3,\"Espirito Santo\",\"Vargem Alta\",,\"BRA.8.72_1\",\"ChIJP7vY83VzuQAREZGs-9cAPho\",,\"BRES3205036\",\"3205036\",-20.64620972,-40.9937995603628,21591,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"da0d4bdc\",3205069,3205069,\"BR_ES\",\"3205069\",3,\"Espirito Santo\",\"Venda Nova do Imigrante\",,\"BRA.8.73_1\",\"ChIJIVNvAkWFuQARNn-vDCmTPKs\",,\"BRES3205069\",\"3205069\",-20.37231064,-41.142301304067,25745,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"834e0e5f\",3205101,3205101,\"BR_ES\",\"3205101\",3,\"Espirito Santo\",\"Viana\",,\"BRA.8.74_1\",\"ChIJA7eaXRlIuAARSToRPqMnQ0A\",,\"BRES3205101\",\"3205101\",-20.392766,-40.4667216254317,79500,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"893eca8c\",3205150,3205150,\"BR_ES\",\"3205150\",3,\"Espirito Santo\",\"Vila Pavão\",,\"BRA.8.75_1\",,,\"BRES3205150\",\"3205150\",-18.607365605,-40.6283988397279,9244,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"526b0d3b\",3205176,3205176,\"BR_ES\",\"3205176\",3,\"Espirito Santo\",\"Vila Valério\",,\"BRA.8.76_1\",\"ChIJnQReJEZytgARMk9-7dyUyWs\",,\"BRES3205176\",\"3205176\",-18.963915825,-40.350040089471,14073,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f60f8090\",3205200,3205200,\"BR_ES\",\"3205200\",3,\"Espirito Santo\",\"Vila Velha\",,\"BRA.8.77_1\",\"ChIJh2lbYjUWuAARHFrjLy2syXs\",,\"BRES3205200\",\"3205200\",-20.425263405,-40.3697935744218,501325,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8e115203\",3205309,3205309,\"BR_ES\",\"3205309\",3,\"Espirito Santo\",\"Vitória\",,\"BRA.8.78_1\",\"ChIJU7YxcYIE1gAR3hWKj_3t_gw\",,\"BRES3205309\",\"3205309\",-20.282222745,-40.31416702,365855,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dcf265b3\",5200050,5200050,\"BR_GO\",\"5200050\",3,\"Goiás\",\"Abadia de Goiás\",,\"BRA.9.1_1\",\"ChIJWaN_OYRZXpMRDGALvVyWbd8\",,\"BRGO5200050\",\"5200050\",-16.789043425,-49.4608660347005,8958,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a047fbc1\",5200100,5200100,\"BR_GO\",\"5200100\",3,\"Goiás\",\"Abadiânia\",,\"BRA.9.2_1\",\"ChIJ7Y_ivHBVWZMR6HazFlO3CP0\",,\"BRGO5200100\",\"5200100\",-16.168349265,-48.7453807052328,20461,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8c076c1b\",5200134,5200134,\"BR_GO\",\"5200134\",3,\"Goiás\",\"Acreúna\",,\"BRA.9.3_1\",\"ChIJ1d1mpy1CYJMRuMHmPBG5USY\",,\"BRGO5200134\",\"5200134\",-17.417567255,-50.3242790484271,22546,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a4ecb720\",5200159,5200159,\"BR_GO\",\"5200159\",3,\"Goiás\",\"Adelândia\",,\"BRA.9.4_1\",,,\"BRGO5200159\",\"5200159\",-16.388166425,-50.1862150333587,2516,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f6c9989\",5200175,5200175,\"BR_GO\",\"5200175\",3,\"Goiás\",\"Água Fria de Goiás\",,\"BRA.9.5_1\",,,\"BRGO5200175\",\"5200175\",-14.888728615,-47.7838854469349,5793,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dbddfd3c\",5200209,5200209,\"BR_GO\",\"5200209\",3,\"Goiás\",\"Água Limpa\",,\"BRA.9.6_1\",,,\"BRGO5200209\",\"5200209\",-18.07028389,-48.7989526977801,1830,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1ad39ef\",5200258,5200258,\"BR_GO\",\"5200258\",3,\"Goiás\",\"Águas Lindas de Goiás\",,\"BRA.9.7_1\",\"ChIJ_Z86HpO4W5MRjjEI2URsRPs\",,\"BRGO5200258\",\"5200258\",-15.745022295,-48.2796682561586,217698,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ad18a79d\",5200308,5200308,\"BR_GO\",\"5200308\",3,\"Goiás\",\"Alexânia\",,\"BRA.9.9_1\",\"ChIJQQJl0q5YWZMRhHGALqV9Shc\",,\"BRGO5200308\",\"5200308\",-16.0154047,-48.5939685584363,28010,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e2df628\",5200506,5200506,\"BR_GO\",\"5200506\",3,\"Goiás\",\"Aloândia\",,\"BRA.9.10_1\",,,\"BRGO5200506\",\"5200506\",-17.694911955,-49.4644924508579,1986,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aa5353d7\",5200555,5200555,\"BR_GO\",\"5200555\",3,\"Goiás\",\"Alto Horizonte\",,\"BRA.9.11_1\",,,\"BRGO5200555\",\"5200555\",-14.177963735,-49.4153357024602,6605,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d56219cb\",5200605,5200605,\"BR_GO\",\"5200605\",3,\"Goiás\",\"Alto Paraíso de Goiás\",,\"BRA.9.12_1\",\"ChIJFY0guNh-RZMRoJgOMCcR0oc\",,\"BRGO5200605\",\"5200605\",-14.16230774,-47.6472204497,7688,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"369f91f4\",5200803,5200803,\"BR_GO\",\"5200803\",3,\"Goiás\",\"Alvorada do Norte\",,\"BRA.9.13_1\",,,\"BRGO5200803\",\"5200803\",-14.57139969,-46.5694009218831,8705,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e47c1a68\",5200829,5200829,\"BR_GO\",\"5200829\",3,\"Goiás\",\"Amaralina\",,\"BRA.9.14_1\",,,\"BRGO5200829\",\"5200829\",-13.84079504,-49.4407778346201,3845,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3cef5527\",5200852,5200852,\"BR_GO\",\"5200852\",3,\"Goiás\",\"Americano do Brasil\",,\"BRA.9.15_1\",,,\"BRGO5200852\",\"5200852\",-16.273952485,-49.9981221047093,6164,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"405acb55\",5200902,5200902,\"BR_GO\",\"5200902\",3,\"Goiás\",\"Amorinópolis\",,\"BRA.9.16_1\",,,\"BRGO5200902\",\"5200902\",-16.66474819,-51.0811759341282,3069,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"16201496\",5201108,5201108,\"BR_GO\",\"5201108\",3,\"Goiás\",\"Anápolis\",,\"BRA.9.17_1\",\"ChIJqVDsbeOjXpMRCBYCgShRFLI\",,\"BRGO5201108\",\"5201108\",-16.299420355,-48.9691294873092,391772,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"84d9b75e\",5201207,5201207,\"BR_GO\",\"5201207\",3,\"Goiás\",\"Anhanguera\",,\"BRA.9.18_1\",,,\"BRGO5201207\",\"5201207\",-18.305315015,-48.2241846605474,1160,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f21cedff\",5201306,5201306,\"BR_GO\",\"5201306\",3,\"Goiás\",\"Anicuns\",,\"BRA.9.19_1\",\"ChIJX5_4B4MAXpMRDqbem-bTHIw\",,\"BRGO5201306\",\"5201306\",-16.39594841,-49.987066282319,21981,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6e5aaac0\",5201405,5201405,\"BR_GO\",\"5201405\",3,\"Goiás\",\"Aparecida de Goiânia\",,\"BRA.9.20_1\",\"ChIJEVcUyoT7XpMRIBaO-VskOO0\",,\"BRGO5201405\",\"5201405\",-16.80979538,-49.263029245355,590146,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"642a6e13\",5201454,5201454,\"BR_GO\",\"5201454\",3,\"Goiás\",\"Aparecida do Rio Doce\",,\"BRA.9.21_1\",,,\"BRGO5201454\",\"5201454\",-18.21869278,-51.2897385819898,2474,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"189ff061\",5201504,5201504,\"BR_GO\",\"5201504\",3,\"Goiás\",\"Aporé\",,\"BRA.9.22_1\",,,\"BRGO5201504\",\"5201504\",-18.80365753,-52.0227738450515,4232,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"84bddb9b\",5201603,5201603,\"BR_GO\",\"5201603\",3,\"Goiás\",\"Araçu\",,\"BRA.9.23_1\",,,\"BRGO5201603\",\"5201603\",-16.36401558,-49.6927815186899,3486,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f278813a\",5201702,5201702,\"BR_GO\",\"5201702\",3,\"Goiás\",\"Aragarças\",,\"BRA.9.24_1\",\"ChIJV4A_IE8LZZMRIPWlDB5kJEg\",,\"BRGO5201702\",\"5201702\",-15.99069595,-52.2041744012627,20273,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"602d97bd\",5201801,5201801,\"BR_GO\",\"5201801\",3,\"Goiás\",\"Aragoiânia\",,\"BRA.9.25_1\",\"ChIJH0K15ctUXpMRb8aClIWIZAY\",,\"BRGO5201801\",\"5201801\",-16.94692993,-49.4237878980326,10496,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"07533380\",5202155,5202155,\"BR_GO\",\"5202155\",3,\"Goiás\",\"Araguapaz\",,\"BRA.9.26_1\",,,\"BRGO5202155\",\"5202155\",-15.13481808,-50.3979365284472,7783,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"edb442db\",5202353,5202353,\"BR_GO\",\"5202353\",3,\"Goiás\",\"Arenópolis\",,\"BRA.9.28_1\",,,\"BRGO5202353\",\"5202353\",-16.343099595,-51.5499302120642,2536,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e349faba\",5202502,5202502,\"BR_GO\",\"5202502\",3,\"Goiás\",\"Aruanã\",,\"BRA.9.29_1\",,,\"BRGO5202502\",\"5202502\",-14.80130243,-50.9388924533695,10110,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78061559\",5202601,5202601,\"BR_GO\",\"5202601\",3,\"Goiás\",\"Aurilândia\",,\"BRA.9.30_1\",,,\"BRGO5202601\",\"5202601\",-16.675219535,-50.4872461992031,3058,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c43b061\",5202809,5202809,\"BR_GO\",\"5202809\",3,\"Goiás\",\"Avelinópolis\",,\"BRA.9.31_1\",,,\"BRGO5202809\",\"5202809\",-16.487470625,-49.766277230106,2409,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b59f9036\",5203104,5203104,\"BR_GO\",\"5203104\",3,\"Goiás\",\"Baliza\",,\"BRA.9.32_1\",,,\"BRGO5203104\",\"5203104\",-16.34186554,-52.4766842479331,5280,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"29bdbbcc\",5203203,5203203,\"BR_GO\",\"5203203\",3,\"Goiás\",\"Barro Alto\",,\"BRA.9.33_1\",,,\"BRGO5203203\",\"5203203\",-14.900423525,-48.8748600293333,11408,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5f78e16d\",5203302,5203302,\"BR_GO\",\"5203302\",3,\"Goiás\",\"Bela Vista de Goiás\",,\"BRA.9.34_1\",\"ChIJjZiE_mwlX5MRCXoFF3UxlLQ\",,\"BRGO5203302\",\"5203302\",-16.94377708,-48.929884744216,30492,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c33ea652\",5203401,5203401,\"BR_GO\",\"5203401\",3,\"Goiás\",\"Bom Jardim de Goiás\",,\"BRA.9.35_1\",,,\"BRGO5203401\",\"5203401\",-16.197966575,-52.0800830307627,8869,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b5fbfcf3\",5203500,5203500,\"BR_GO\",\"5203500\",3,\"Goiás\",\"Bom Jesus de Goiás\",,\"BRA.9.36_1\",\"ChIJi1iYTRcuoJQR7wjohvvr_zI\",,\"BRGO5203500\",\"5203500\",-18.198557855,-49.8429004989626,25648,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b150b012\",5203559,5203559,\"BR_GO\",\"5203559\",3,\"Goiás\",\"Bonfinópolis\",,\"BRA.9.37_1\",\"ChIJvzstswvBXpMRn4x-oooxbzk\",,\"BRGO5203559\",\"5203559\",-13.541772845,-49.8582834098659,9919,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8ad09ebb\",5203575,5203575,\"BR_GO\",\"5203575\",3,\"Goiás\",\"Bonópolis\",,\"BRA.9.38_1\",,,\"BRGO5203575\",\"5203575\",-16.59249592,-49.013773911463,4493,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce61fa0e\",5203609,5203609,\"BR_GO\",\"5203609\",3,\"Goiás\",\"Brazabrantes\",,\"BRA.9.39_1\",,,\"BRGO5203609\",\"5203609\",-16.36641121,-49.3987650378999,3746,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2347fa03\",5203807,5203807,\"BR_GO\",\"5203807\",3,\"Goiás\",\"Britânia\",,,,,\"BRGO5203807\",\"5203807\",-15.2427599,-51.1602061,5797,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5582a0a2\",5203906,5203906,\"BR_GO\",\"5203906\",3,\"Goiás\",\"Buriti Alegre\",,\"BRA.9.40_1\",\"ChIJ_V9Km1cfoZQRngVB2vdnqdc\",,\"BRGO5203906\",\"5203906\",-18.136466025,-48.9845602617239,9484,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ee10eef0\",5203939,5203939,\"BR_GO\",\"5203939\",3,\"Goiás\",\"Buriti de Goiás\",,\"BRA.9.41_1\",,,\"BRGO5203939\",\"5203939\",-16.170615195,-50.4541602651638,2476,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"04b5c33d\",5203962,5203962,\"BR_GO\",\"5203962\",3,\"Goiás\",\"Buritinópolis\",,\"BRA.9.42_1\",,,\"BRGO5203962\",\"5203962\",-14.393426415,-46.26964879891,3283,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7ee571b\",5204003,5204003,\"BR_GO\",\"5204003\",3,\"Goiás\",\"Cabeceiras\",,\"BRA.9.43_1\",,,\"BRGO5204003\",\"5204003\",-15.742730615,-46.9648351053681,8046,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c12b0dba\",5204102,5204102,\"BR_GO\",\"5204102\",3,\"Goiás\",\"Cachoeira Alta\",,\"BRA.9.44_1\",\"ChIJU7HX9n3unpQRF0f_IHOM0a0\",,\"BRGO5204102\",\"5204102\",-18.599404335,-50.9792418925161,12666,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5a64e259\",5204201,5204201,\"BR_GO\",\"5204201\",3,\"Goiás\",\"Cachoeira de Goiás\",,\"BRA.9.45_1\",,,\"BRGO5204201\",\"5204201\",-16.71451664,-50.7049319007062,1342,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5014268a\",5204250,5204250,\"BR_GO\",\"5204250\",3,\"Goiás\",\"Cachoeira Dourada\",,\"BRA.9.46_1\",,,\"BRGO5204250\",\"5204250\",-18.48248577,-49.597986296015,8031,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2ca1b8f8\",5204300,5204300,\"BR_GO\",\"5204300\",3,\"Goiás\",\"Caçu\",,\"BRA.9.47_1\",\"ChIJZ18SEeiNnpQRFWmG_HPYSYk\",,\"BRGO5204300\",\"5204300\",-18.732416155,-51.1241373462568,16270,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"503216d9\",5204409,5204409,\"BR_GO\",\"5204409\",3,\"Goiás\",\"Caiapônia\",,\"BRA.9.48_1\",\"ChIJFVpwKC-PY5MR934xA7A1SbE\",,\"BRGO5204409\",\"5204409\",-16.97810936,-51.7609664447262,19107,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"26f74c78\",5204508,5204508,\"BR_GO\",\"5204508\",3,\"Goiás\",\"Caldas Novas\",,\"BRA.9.49_1\",\"ChIJew18mDQxp5QRVvFolEVdFHM\",,\"BRGO5204508\",\"5204508\",-17.77057552,-48.6299720441912,93196,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cb3fa5ac\",5204557,5204557,\"BR_GO\",\"5204557\",3,\"Goiás\",\"Caldazinha\",,\"BRA.9.50_1\",,,\"BRGO5204557\",\"5204557\",-16.723808285,-48.9444877963685,3848,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b40eefb0\",5204607,5204607,\"BR_GO\",\"5204607\",3,\"Goiás\",\"Campestre de Goiás\",,\"BRA.9.51_1\",,,\"BRGO5204607\",\"5204607\",-16.780625345,-49.7006974875752,3649,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be7e2b63\",5204656,5204656,\"BR_GO\",\"5204656\",3,\"Goiás\",\"Campinaçu\",,\"BRA.9.52_1\",,,\"BRGO5204656\",\"5204656\",-13.896388055,-48.5523553386499,3632,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2cbb511\",5204706,5204706,\"BR_GO\",\"5204706\",3,\"Goiás\",\"Campinorte\",,\"BRA.9.53_1\",\"ChIJD7plJ-qkQ5MRTNIg5KnlmsY\",,\"BRGO5204706\",\"5204706\",-14.01218605,-48.8619353433239,12764,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"509ea396\",5204805,5204805,\"BR_GO\",\"5204805\",3,\"Goiás\",\"Campo Alegre de Goiás\",,\"BRA.9.54_1\",,,\"BRGO5204805\",\"5204805\",-17.53542328,-47.7520205583077,7738,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5aee6745\",5204854,5204854,\"BR_GO\",\"5204854\",3,\"Goiás\",\"Campo Limpo de Goiás\",,,,,\"BRGO5204854\",\"5204854\",-16.297101,-49.0894994,7940,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"265bf937\",5204904,5204904,\"BR_GO\",\"5204904\",3,\"Goiás\",\"Campos Belos\",,\"BRA.9.55_1\",\"ChIJ0Vkted4eSZMRf2A2F1tuJF4\",,\"BRGO5204904\",\"5204904\",-12.96411037,-46.1939632296446,20007,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c54898d1\",5204953,5204953,\"BR_GO\",\"5204953\",3,\"Goiás\",\"Campos Verdes\",,\"BRA.9.56_1\",,,\"BRGO5204953\",\"5204953\",-14.19609928,-49.6422031400705,1830,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"965b61c4\",5205000,5205000,\"BR_GO\",\"5205000\",3,\"Goiás\",\"Carmo do Rio Verde\",,\"BRA.9.57_1\",,,\"BRGO5205000\",\"5205000\",-15.41891003,-49.7334768647441,10186,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"92f02d25\",5205059,5205059,\"BR_GO\",\"5205059\",3,\"Goiás\",\"Castelândia\",,\"BRA.9.58_1\",,,\"BRGO5205059\",\"5205059\",-18.15118313,-50.2960741680278,3407,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ee45b357\",5205109,5205109,\"BR_GO\",\"5205109\",3,\"Goiás\",\"Catalão\",,\"BRA.9.59_1\",\"ChIJ1TdZLdo-ppQRI58jYK2RNqQ\",,\"BRGO5205109\",\"5205109\",-17.978055955,-47.8454254059462,110983,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b043d98\",5205208,5205208,\"BR_GO\",\"5205208\",3,\"Goiás\",\"Caturaí\",,\"BRA.9.60_1\",,,\"BRGO5205208\",\"5205208\",-16.45395756,-49.5718335406928,5101,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a794a3e\",5205307,5205307,\"BR_GO\",\"5205307\",3,\"Goiás\",\"Cavalcante\",,\"BRA.9.61_1\",\"ChIJmQfbKtnmRZMR28Nl-z2zKgY\",,\"BRGO5205307\",\"5205307\",-13.639601705,-47.7154455252111,9725,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78316c2d\",5205406,5205406,\"BR_GO\",\"5205406\",3,\"Goiás\",\"Ceres\",,\"BRA.9.62_1\",\"ChIJGcGHxKIwXZMRqdylc4Us4Fc\",,\"BRGO5205406\",\"5205406\",-15.20132303,-49.6508725771242,22306,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9c4fc9d2\",5205455,5205455,\"BR_GO\",\"5205455\",3,\"Goiás\",\"Cezarina\",,\"BRA.9.63_1\",,,\"BRGO5205455\",\"5205455\",-17.101519585,-49.7636615996234,8703,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a9146f49\",5205471,5205471,\"BR_GO\",\"5205471\",3,\"Goiás\",\"Chapadão do Céu\",,\"BRA.9.64_1\",\"ChIJFRVlfIxUnZQR0jH5FhEi11E\",,\"BRGO5205471\",\"5205471\",-18.38514328,-52.6243916441061,10486,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"def4e7f2\",5205497,5205497,\"BR_GO\",\"5205497\",3,\"Goiás\",\"Cidade Ocidental\",,\"BRA.9.65_1\",\"ChIJpZHFaIiFWZMRqIcV5JqMjqQ\",,\"BRGO5205497\",\"5205497\",-16.153625485,-47.7973106828005,72890,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1082c3d4\",5205513,5205513,\"BR_GO\",\"5205513\",3,\"Goiás\",\"Cocalzinho de Goiás\",,\"BRA.9.66_1\",\"ChIJZ7kIw9WaW5MRwUwu77-e9vI\",,\"BRGO5205513\",\"5205513\",-15.637039185,-48.6275879055652,20504,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d5a1f13b\",5205521,5205521,\"BR_GO\",\"5205521\",3,\"Goiás\",\"Colinas do Sul\",,\"BRA.9.67_1\",,,\"BRGO5205521\",\"5205521\",-13.991597655,-48.0852776612067,3360,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a1d26fb\",5205703,5205703,\"BR_GO\",\"5205703\",3,\"Goiás\",\"Córrego do Ouro\",,\"BRA.9.68_1\",,,\"BRGO5205703\",\"5205703\",-16.361439705,-50.5927298756728,2290,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76465150\",5205802,5205802,\"BR_GO\",\"5205802\",3,\"Goiás\",\"Corumbá de Goiás\",,\"BRA.9.69_1\",,,\"BRGO5205802\",\"5205802\",-15.951320645,-48.7679068106577,11169,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ee8d6add\",5205901,5205901,\"BR_GO\",\"5205901\",3,\"Goiás\",\"Corumbaíba\",,\"BRA.9.70_1\",\"ChIJS5m1ucjRppQRvDzriSdufwg\",,\"BRGO5205901\",\"5205901\",-18.10934067,-48.5428901532115,9869,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6e09bf71\",5206206,5206206,\"BR_GO\",\"5206206\",3,\"Goiás\",\"Cristalina\",,\"BRA.9.71_1\",\"ChIJ547lLEshWJMRSsIKmjDWc78\",,\"BRGO5206206\",\"5206206\",-16.702296255,-47.5633503076502,60210,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f6c284fc\",5206305,5206305,\"BR_GO\",\"5206305\",3,\"Goiás\",\"Cristianópolis\",,\"BRA.9.72_1\",,,\"BRGO5206305\",\"5206305\",-17.23084831,-48.7311807695198,2964,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"848aa2ef\",5206404,5206404,\"BR_GO\",\"5206404\",3,\"Goiás\",\"Crixás\",,\"BRA.9.73_1\",\"ChIJEYXkgMV-QpMR6v3Rqd8FplE\",,\"BRGO5206404\",\"5206404\",-14.63120985,-50.0105760964125,17044,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b2c5d7b\",5206503,5206503,\"BR_GO\",\"5206503\",3,\"Goiás\",\"Cromínia\",,\"BRA.9.74_1\",,,\"BRGO5206503\",\"5206503\",-17.24932575,-49.3700196704054,3472,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6e6dd3b4\",5206602,5206602,\"BR_GO\",\"5206602\",3,\"Goiás\",\"Cumari\",,\"BRA.9.75_1\",,,\"BRGO5206602\",\"5206602\",-18.313803675,-48.0675333714252,2837,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f6a6e839\",5206701,5206701,\"BR_GO\",\"5206701\",3,\"Goiás\",\"Damianópolis\",,\"BRA.9.76_1\",,,\"BRGO5206701\",\"5206701\",-14.55660343,-46.1972514700075,3306,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8afd9f92\",5206800,5206800,\"BR_GO\",\"5206800\",3,\"Goiás\",\"Damolândia\",,,,,\"BRGO5206800\",\"5206800\",-16.2548322,-49.3675277,2953,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f2e34d01\",5206909,5206909,\"BR_GO\",\"5206909\",3,\"Goiás\",\"Davinópolis\",,\"BRA.9.77_1\",,,\"BRGO5206909\",\"5206909\",-18.08183956,-47.5660886349672,2094,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4dfa37f7\",5207105,5207105,\"BR_GO\",\"5207105\",3,\"Goiás\",\"Diorama\",,\"BRA.9.78_1\",,,\"BRGO5207105\",\"5207105\",-16.19756794,-51.5272669071646,2479,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"117037d6\",5208301,5208301,\"BR_GO\",\"5208301\",3,\"Goiás\",\"Divinópolis de Goiás\",,\"BRA.9.79_1\",,,\"BRGO5208301\",\"5208301\",-13.219495775,-46.4928407909472,4778,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dba8d8de\",5207253,5207253,\"BR_GO\",\"5207253\",3,\"Goiás\",\"Doverlândia\",,\"BRA.9.80_1\",,,\"BRGO5207253\",\"5207253\",-16.90059471,-52.5437760901953,7247,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ad6d827f\",5207352,5207352,\"BR_GO\",\"5207352\",3,\"Goiás\",\"Edealina\",,\"BRA.9.81_1\",,,\"BRGO5207352\",\"5207352\",-17.407307625,-49.6995328448134,3688,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d55560bf\",5207402,5207402,\"BR_GO\",\"5207402\",3,\"Goiás\",\"Edéia\",,\"BRA.9.82_1\",\"ChIJmQ3x5zDcX5MR0JgQ0DKR7nU\",,\"BRGO5207402\",\"5207402\",-17.50785255,-49.981261418353,12467,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4d9e5b32\",5207501,5207501,\"BR_GO\",\"5207501\",3,\"Goiás\",\"Estrela do Norte\",,\"BRA.9.83_1\",,,\"BRGO5207501\",\"5207501\",-13.81427288,-49.076951040608,3264,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"61decce8\",5207535,5207535,\"BR_GO\",\"5207535\",3,\"Goiás\",\"Faina\",,\"BRA.9.84_1\",,,\"BRGO5207535\",\"5207535\",-15.444762705,-50.3463403432128,6576,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"38dfd5fd\",5207600,5207600,\"BR_GO\",\"5207600\",3,\"Goiás\",\"Fazenda Nova\",,\"BRA.9.85_1\",,,\"BRGO5207600\",\"5207600\",-16.17590332,-50.7716115202761,5553,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c9a70c5\",5207808,5207808,\"BR_GO\",\"5207808\",3,\"Goiás\",\"Firminópolis\",,\"BRA.9.86_1\",,,\"BRGO5207808\",\"5207808\",-16.622671125,-50.3485176165001,13449,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ade70763\",5207907,5207907,\"BR_GO\",\"5207907\",3,\"Goiás\",\"Flores de Goiás\",,\"BRA.9.87_1\",,,\"BRGO5207907\",\"5207907\",-14.58456373,-46.9206543347275,17005,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"635c7d00\",5208004,5208004,\"BR_GO\",\"5208004\",3,\"Goiás\",\"Formosa\",,\"BRA.9.88_1\",\"ChIJadMppQeMUJMRAcUeKuYdmZM\",,\"BRGO5208004\",\"5208004\",-15.286677835,-47.2504353726996,123684,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fcfa8294\",5208103,5208103,\"BR_GO\",\"5208103\",3,\"Goiás\",\"Formoso\",,\"BRA.9.89_1\",,,\"BRGO5208103\",\"5208103\",-13.705976485,-48.8758665135157,4172,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f68a4647\",5208152,5208152,\"BR_GO\",\"5208152\",3,\"Goiás\",\"Gameleira de Goiás\",,,,,\"BRGO5208152\",\"5208152\",-16.4853739,-48.64541,3880,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"633811c5\",5208400,5208400,\"BR_GO\",\"5208400\",3,\"Goiás\",\"Goianápolis\",,\"BRA.9.90_1\",\"ChIJgzAYKLS_XpMRD-r4e2TWqCg\",,\"BRGO5208400\",\"5208400\",-16.494812965,-49.0403534608938,11224,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b26c356\",5208509,5208509,\"BR_GO\",\"5208509\",3,\"Goiás\",\"Goiandira\",,\"BRA.9.91_1\",,,\"BRGO5208509\",\"5208509\",-18.114520075,-48.1272213124553,5625,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6e674d99\",5208608,5208608,\"BR_GO\",\"5208608\",3,\"Goiás\",\"Goianésia\",,\"BRA.9.92_1\",\"ChIJfYtAZo_BXJMRC5YJ-UFFAbk\",,\"BRGO5208608\",\"5208608\",-15.29837227,-49.1940138255381,71075,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ff1a3a3f\",5208707,5208707,\"BR_GO\",\"5208707\",3,\"Goiás\",\"Goiânia\",\"Goiânia, Goiás\",\"BRA.9.93_1\",\"ChIJ94wk4e3wXpMR0R_B0L__7bo\",,\"BRGO5208707\",\"5208707\",-16.643095015,-49.2658788625001,1536097,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"83414d94\",5208806,5208806,\"BR_GO\",\"5208806\",3,\"Goiás\",\"Goianira\",,\"BRA.9.94_1\",\"ChIJ_a1xYCFjXpMRse491vbG_xc\",,\"BRGO5208806\",\"5208806\",-16.489952085,-49.437641966755,45296,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b8a7619\",5208905,5208905,\"BR_GO\",\"5208905\",3,\"Goiás\",\"Goiás\",,\"BRA.9.95_1\",\"ChIJs8UqZAZ5Z5MR28lkPMIm4OY\",,\"BRGO5208905\",\"5208905\",-15.83757067,-50.1619860571802,22381,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aa4884dd\",5209101,5209101,\"BR_GO\",\"5209101\",3,\"Goiás\",\"Goiatuba\",,\"BRA.9.96_1\",\"ChIJHSrd7gFYoJQRhriKHrCh0-4\",,\"BRGO5209101\",\"5209101\",-17.99381447,-49.6505868317655,34202,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a038400e\",5209150,5209150,\"BR_GO\",\"5209150\",3,\"Goiás\",\"Gouvelândia\",,\"BRA.9.97_1\",,,\"BRGO5209150\",\"5209150\",-18.502331735,-50.1546464373726,5988,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df090a12\",5209200,5209200,\"BR_GO\",\"5209200\",3,\"Goiás\",\"Guapó\",,\"BRA.9.98_1\",\"ChIJQebCbRdMXpMRsa3zC17YzCw\",,\"BRGO5209200\",\"5209200\",-16.917872425,-49.6002013217583,14207,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"79cc81cd\",5209291,5209291,\"BR_GO\",\"5209291\",3,\"Goiás\",\"Guaraíta\",,\"BRA.9.99_1\",,,\"BRGO5209291\",\"5209291\",-13.88080549,-46.4829997485625,1951,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d55ffe92\",5209408,5209408,\"BR_GO\",\"5209408\",3,\"Goiás\",\"Guarani de Goiás\",,\"BRA.9.100_1\",,,\"BRGO5209408\",\"5209408\",-15.67858076,-50.0451674122172,3846,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"38971746\",5209457,5209457,\"BR_GO\",\"5209457\",3,\"Goiás\",\"Guarinos\",,\"BRA.9.101_1\",,,\"BRGO5209457\",\"5209457\",-14.70349932,-49.706993321495,1737,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"316307fb\",5209606,5209606,\"BR_GO\",\"5209606\",3,\"Goiás\",\"Heitoraí\",,\"BRA.9.102_1\",,,\"BRGO5209606\",\"5209606\",-15.734236715,-49.7945227245707,3733,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a9a83c76\",5209705,5209705,\"BR_GO\",\"5209705\",3,\"Goiás\",\"Hidrolândia\",,\"BRA.9.103_1\",\"ChIJlfheHmkDX5MRVuF0bRfPGHQ\",,\"BRGO5209705\",\"5209705\",-17.00576401,-49.2248831043643,22124,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d5f34bdd\",5209804,5209804,\"BR_GO\",\"5209804\",3,\"Goiás\",\"Hidrolina\",,\"BRA.9.104_1\",,,\"BRGO5209804\",\"5209804\",-14.73897743,-49.3741643417972,3508,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4a55b449\",5209903,5209903,\"BR_GO\",\"5209903\",3,\"Goiás\",\"Iaciara\",,\"BRA.9.105_1\",,,\"BRGO5209903\",\"5209903\",-14.083323955,-46.6759472767952,14082,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66152393\",5209937,5209937,\"BR_GO\",\"5209937\",3,\"Goiás\",\"Inaciolândia\",,\"BRA.9.106_1\",,,\"BRGO5209937\",\"5209937\",-18.49971199,-49.9276630835016,6235,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4025709a\",5209952,5209952,\"BR_GO\",\"5209952\",3,\"Goiás\",\"Indiara\",,\"BRA.9.107_1\",\"ChIJx5xtv5XVX5MRkKwe9bFynr4\",,\"BRGO5209952\",\"5209952\",-17.207234385,-50.0119909448235,15787,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ce5b846\",5210000,5210000,\"BR_GO\",\"5210000\",3,\"Goiás\",\"Inhumas\",,\"BRA.9.108_1\",\"ChIJ9aaRTXt4XpMRcQLU3Z_TIWM\",,\"BRGO5210000\",\"5210000\",-16.308425905,-49.5043996688497,53259,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e4fb6ad5\",5210109,5210109,\"BR_GO\",\"5210109\",3,\"Goiás\",\"Ipameri\",,\"BRA.9.109_1\",\"ChIJP5kIqgsGp5QRyO-uCnt8lr4\",,\"BRGO5210109\",\"5210109\",-17.451719285,-48.0188189091477,27174,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ee8bae06\",5210158,5210158,\"BR_GO\",\"5210158\",3,\"Goiás\",\"Ipiranga de Goiás\",,,,,\"BRGO5210158\",\"5210158\",-15.1744391,-49.6733825,2893,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"91bae41a\",5210208,5210208,\"BR_GO\",\"5210208\",3,\"Goiás\",\"Iporá\",,\"BRA.9.110_1\",\"ChIJNzdF1ke8ZpMRsr3MbbLvyxE\",,\"BRGO5210208\",\"5210208\",-16.45096493,-51.1220316985736,31499,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00c793bc\",5210307,5210307,\"BR_GO\",\"5210307\",3,\"Goiás\",\"Israelândia\",,\"BRA.9.111_1\",,,\"BRGO5210307\",\"5210307\",-16.355713845,-50.8938288437107,2786,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"728fb5af\",5210406,5210406,\"BR_GO\",\"5210406\",3,\"Goiás\",\"Itaberaí\",,\"BRA.9.112_1\",\"ChIJ-5MlShSRXZMRnYUN_Y3nB38\",,\"BRGO5210406\",\"5210406\",-16.1107502,-49.8426952130301,43622,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"227abc07\",5210562,5210562,\"BR_GO\",\"5210562\",3,\"Goiás\",\"Itaguari\",,\"BRA.9.113_1\",,,\"BRGO5210562\",\"5210562\",-15.92882538,-49.6106471518856,4685,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f0500ed\",5210604,5210604,\"BR_GO\",\"5210604\",3,\"Goiás\",\"Itaguaru\",,\"BRA.9.114_1\",,,\"BRGO5210604\",\"5210604\",-15.76288128,-49.6042980201189,5206,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7cf888d2\",5210802,5210802,\"BR_GO\",\"5210802\",3,\"Goiás\",\"Itajá\",,\"BRA.9.115_1\",,,\"BRGO5210802\",\"5210802\",-19.14055061,-51.2918541200369,4475,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e433b35f\",5210901,5210901,\"BR_GO\",\"5210901\",3,\"Goiás\",\"Itapaci\",,\"BRA.9.116_1\",\"ChIJcWlKMv3EQpMR-dHVhOtwOP8\",,\"BRGO5210901\",\"5210901\",-14.92209482,-49.5945392041627,23421,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2a825711\",5211008,5211008,\"BR_GO\",\"5211008\",3,\"Goiás\",\"Itapirapuã\",,\"BRA.9.117_1\",,,\"BRGO5211008\",\"5211008\",-15.73869896,-50.75603669369,4685,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cebeae78\",5211206,5211206,\"BR_GO\",\"5211206\",3,\"Goiás\",\"Itapuranga\",,\"BRA.9.118_1\",\"ChIJaQL-F6NhXZMRk4DtIJeVNpU\",,\"BRGO5211206\",\"5211206\",-15.56565189,-49.9218151069695,25681,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"567595f5\",5211305,5211305,\"BR_GO\",\"5211305\",3,\"Goiás\",\"Itarumã\",,\"BRA.9.119_1\",,,\"BRGO5211305\",\"5211305\",-18.889058115,-51.2424972394187,7259,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"243db3e6\",5211404,5211404,\"BR_GO\",\"5211404\",3,\"Goiás\",\"Itauçu\",,\"BRA.9.120_1\",,,\"BRGO5211404\",\"5211404\",-16.219163895,-49.6714252631064,8960,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb9b4c72\",5211503,5211503,\"BR_GO\",\"5211503\",3,\"Goiás\",\"Itumbiara\",,\"BRA.9.121_1\",\"ChIJlTk4iWQNoZQRNW0GBPn406A\",,\"BRGO5211503\",\"5211503\",-18.375432015,-49.3898124004558,105809,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cedac2bd\",5211602,5211602,\"BR_GO\",\"5211602\",3,\"Goiás\",\"Ivolândia\",,\"BRA.9.122_1\",,,\"BRGO5211602\",\"5211602\",-16.68738651,-50.9262837661223,2334,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5611f930\",5211701,5211701,\"BR_GO\",\"5211701\",3,\"Goiás\",\"Jandaia\",,\"BRA.9.123_1\",,,\"BRGO5211701\",\"5211701\",-17.130319595,-50.1951799221638,6025,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2a4a8e9b\",5211800,5211800,\"BR_GO\",\"5211800\",3,\"Goiás\",\"Jaraguá\",,\"BRA.9.124_1\",\"ChIJJ65fs-RUXJMRqcDQH_xx11M\",,\"BRGO5211800\",\"5211800\",-15.72257948,-49.3527093908982,51338,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"52545c08\",5211909,5211909,\"BR_GO\",\"5211909\",3,\"Goiás\",\"Jataí\",,\"BRA.9.125_1\",\"ChIJNcVY1VtsYpMRLXfnSufeNvQ\",,\"BRGO5211909\",\"5211909\",-17.904218675,-51.7147975674571,102065,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df8fd5f8\",5212006,5212006,\"BR_GO\",\"5212006\",3,\"Goiás\",\"Jaupaci\",,\"BRA.9.126_1\",,,\"BRGO5212006\",\"5212006\",-16.16896629,-51.0679119237577,2860,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3bf17007\",5212055,5212055,\"BR_GO\",\"5212055\",3,\"Goiás\",\"Jesúpolis\",,\"BRA.9.127_1\",,,\"BRGO5212055\",\"5212055\",-15.95209837,-49.4164944003684,2506,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4744ee75\",5212105,5212105,\"BR_GO\",\"5212105\",3,\"Goiás\",\"Joviânia\",,\"BRA.9.128_1\",,,\"BRGO5212105\",\"5212105\",-17.769733425,-49.6538229912957,7402,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"320560ba\",5212204,5212204,\"BR_GO\",\"5212204\",3,\"Goiás\",\"Jussara\",,\"BRA.9.129_1\",\"ChIJxwc19UwCZpMRDoDD0WTQvkE\",,\"BRGO5212204\",\"5212204\",-15.529761315,-51.4380837489399,18371,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d116015c\",5212253,5212253,\"BR_GO\",\"5212253\",3,\"Goiás\",\"Lagoa Santa\",,,,,\"BRGO5212253\",\"5212253\",-19.1832417,-51.3998026,1621,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ada39f2e\",5212303,5212303,\"BR_GO\",\"5212303\",3,\"Goiás\",\"Leopoldo de Bulhões\",,\"BRA.9.130_1\",,,\"BRGO5212303\",\"5212303\",-16.550584795,-48.9099802496778,7651,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"472082b0\",5212501,5212501,\"BR_GO\",\"5212501\",3,\"Goiás\",\"Luziânia\",,\"BRA.9.131_1\",\"ChIJscZ4QYmXWZMRJX4crt16J7I\",,\"BRGO5212501\",\"5212501\",-16.553949355,-48.025798741295,211508,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"32610c7f\",5212600,5212600,\"BR_GO\",\"5212600\",3,\"Goiás\",\"Mairipotaba\",,\"BRA.9.132_1\",,,\"BRGO5212600\",\"5212600\",-17.326356885,-49.5066385632038,2363,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4a7fdeec\",5212709,5212709,\"BR_GO\",\"5212709\",3,\"Goiás\",\"Mambaí\",,\"BRA.9.133_1\",,,\"BRGO5212709\",\"5212709\",-14.4356966,-46.0846875464796,9081,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3624a947\",5212808,5212808,\"BR_GO\",\"5212808\",3,\"Goiás\",\"Mara Rosa\",,\"BRA.9.134_1\",,,\"BRGO5212808\",\"5212808\",-14.02588749,-49.4752118152338,9363,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a759dee1\",5212907,5212907,\"BR_GO\",\"5212907\",3,\"Goiás\",\"Marzagão\",,\"BRA.9.135_1\",,,\"BRGO5212907\",\"5212907\",-17.96671009,-48.6912896728931,2250,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ad291a32\",5212956,5212956,\"BR_GO\",\"5212956\",3,\"Goiás\",\"Matrinchã\",,\"BRA.9.137_1\",,,\"BRGO5212956\",\"5212956\",-15.30992174,-50.8154227456689,4336,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"893dd3b1\",5213004,5213004,\"BR_GO\",\"5213004\",3,\"Goiás\",\"Maurilândia\",,\"BRA.9.138_1\",,,\"BRGO5213004\",\"5213004\",-18.04384804,-50.327788380928,14327,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6a2eb257\",5213053,5213053,\"BR_GO\",\"5213053\",3,\"Goiás\",\"Mimoso de Goiás\",,\"BRA.9.139_1\",,,\"BRGO5213053\",\"5213053\",-15.009810445,-48.2832004508927,2583,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d8ed0803\",5213087,5213087,\"BR_GO\",\"5213087\",3,\"Goiás\",\"Minaçu\",,\"BRA.9.140_1\",\"ChIJy3Mb-cCERpMR9Pirn2hGD_g\",,\"BRGO5213087\",\"5213087\",-13.49211168,-48.3705983513002,28793,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"169b2c25\",5213103,5213103,\"BR_GO\",\"5213103\",3,\"Goiás\",\"Mineiros\",,\"BRA.9.141_1\",\"ChIJ1fUgIREtY5MRsXZZARhthYM\",,\"BRGO5213103\",\"5213103\",-17.56140709,-52.7410516249482,68154,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8959bf74\",5213400,5213400,\"BR_GO\",\"5213400\",3,\"Goiás\",\"Moiporá\",,\"BRA.9.142_1\",,,\"BRGO5213400\",\"5213400\",-16.508315085,-50.7068694256118,1501,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f1476de7\",5213509,5213509,\"BR_GO\",\"5213509\",3,\"Goiás\",\"Monte Alegre de Goiás\",,\"BRA.9.143_1\",,,\"BRGO5213509\",\"5213509\",-13.30892706,-47.0293253363297,8684,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"157b948e\",5213707,5213707,\"BR_GO\",\"5213707\",3,\"Goiás\",\"Montes Claros de Goiás\",,\"BRA.9.144_1\",,,\"BRGO5213707\",\"5213707\",-15.849292755,-51.6678903954145,8047,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1f0b505d\",5213756,5213756,\"BR_GO\",\"5213756\",3,\"Goiás\",\"Montividiu\",,\"BRA.9.146_1\",\"ChIJ30hxfU6bYZMRx85T_5SSMJo\",,\"BRGO5213756\",\"5213756\",-17.2431736,-51.2122700808649,13672,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2a50f6c6\",5213772,5213772,\"BR_GO\",\"5213772\",3,\"Goiás\",\"Montividiu do Norte\",,\"BRA.9.145_1\",,,\"BRGO5213772\",\"5213772\",-13.10455799,-48.7371015780767,4509,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6920e325\",5213806,5213806,\"BR_GO\",\"5213806\",3,\"Goiás\",\"Morrinhos\",,\"BRA.9.147_1\",\"ChIJ9-0sdWuUoJQRSAgQFzAZvQQ\",,\"BRGO5213806\",\"5213806\",-17.80038738,-49.1357845133529,46548,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8d5e46da\",5213855,5213855,\"BR_GO\",\"5213855\",3,\"Goiás\",\"Morro Agudo de Goiás\",,\"BRA.9.148_1\",,,\"BRGO5213855\",\"5213855\",-15.308809755,-50.0057202500089,2232,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f1ebd8a8\",5213905,5213905,\"BR_GO\",\"5213905\",3,\"Goiás\",\"Mossâmedes\",,\"BRA.9.149_1\",,,\"BRGO5213905\",\"5213905\",-16.177372935,-50.14703036206,4206,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd894e3d\",5214002,5214002,\"BR_GO\",\"5214002\",3,\"Goiás\",\"Mozarlândia\",,\"BRA.9.150_1\",\"ChIJ2Qmdz85SaJMRN9ho13F05Vo\",,\"BRGO5214002\",\"5214002\",-14.833568575,-50.5856757117429,15870,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"19f7ebc2\",5214051,5214051,\"BR_GO\",\"5214051\",3,\"Goiás\",\"Mundo Novo\",,\"BRA.9.151_1\",,,\"BRGO5214051\",\"5214051\",-13.77849865,-50.1819647726555,4713,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"654275b0\",5214101,5214101,\"BR_GO\",\"5214101\",3,\"Goiás\",\"Mutunópolis\",,\"BRA.9.152_1\",,,\"BRGO5214101\",\"5214101\",-13.7091856,-49.2492533203552,3764,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a550fff\",5214408,5214408,\"BR_GO\",\"5214408\",3,\"Goiás\",\"Nazário\",,\"BRA.9.153_1\",,,\"BRGO5214408\",\"5214408\",-16.58494663,-49.8667835627255,9260,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b287859\",5214507,5214507,\"BR_GO\",\"5214507\",3,\"Goiás\",\"Nerópolis\",,\"BRA.9.154_1\",\"ChIJQ74JbSWFXpMR__BlQSEtTF4\",,\"BRGO5214507\",\"5214507\",-16.42958546,-49.1766040282842,30395,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe69f696\",5214606,5214606,\"BR_GO\",\"5214606\",3,\"Goiás\",\"Niquelândia\",,\"BRA.9.155_1\",\"ChIJxwovHg-SRJMRB5piuA_qtD0\",,\"BRGO5214606\",\"5214606\",-14.473615645,-48.4271993309594,46730,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66a2cd1b\",5214705,5214705,\"BR_GO\",\"5214705\",3,\"Goiás\",\"Nova América\",,\"BRA.9.156_1\",,,\"BRGO5214705\",\"5214705\",-15.045631885,-49.9400291665147,2357,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1af9bab0\",5214804,5214804,\"BR_GO\",\"5214804\",3,\"Goiás\",\"Nova Aurora\",,\"BRA.9.157_1\",,,\"BRGO5214804\",\"5214804\",-18.085310935,-48.2943626557634,2222,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3862a558\",5214838,5214838,\"BR_GO\",\"5214838\",3,\"Goiás\",\"Nova Crixás\",,\"BRA.9.158_1\",,,\"BRGO5214838\",\"5214838\",-14.02390528,-50.5038017389369,12945,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3cc9e9b9\",5214861,5214861,\"BR_GO\",\"5214861\",3,\"Goiás\",\"Nova Glória\",,\"BRA.9.159_1\",,,\"BRGO5214861\",\"5214861\",-15.080379485,-49.5085065642992,8112,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2b0950ca\",5214879,5214879,\"BR_GO\",\"5214879\",3,\"Goiás\",\"Nova Iguaçu de Goiás\",,\"BRA.9.160_1\",,,\"BRGO5214879\",\"5214879\",-14.30914545,-49.295140262382,2934,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"855f4524\",5214903,5214903,\"BR_GO\",\"5214903\",3,\"Goiás\",\"Nova Roma\",,\"BRA.9.161_1\",,,\"BRGO5214903\",\"5214903\",-13.76698637,-47.0152201941335,3236,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d2e7f0d0\",5215009,5215009,\"BR_GO\",\"5215009\",3,\"Goiás\",\"Nova Veneza\",,\"BRA.9.162_1\",\"ChIJsbHgiWmBXpMRUo2UpVZ75y8\",,\"BRGO5215009\",\"5215009\",-16.362584115,-49.3107113723362,10018,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"36db09b9\",5215207,5215207,\"BR_GO\",\"5215207\",3,\"Goiás\",\"Novo Brasil\",,\"BRA.9.163_1\",,,\"BRGO5215207\",\"5215207\",-16.05989647,-50.6486126437573,2843,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f495ff4f\",5215231,5215231,\"BR_GO\",\"5215231\",3,\"Goiás\",\"Novo Gama\",,\"BRA.9.164_1\",\"ChIJe8c6QIiCWZMRJK0XonxhjAc\",,\"BRGO5215231\",\"5215231\",-16.12548351,-48.0787752382223,117703,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3cabcd6a\",5215256,5215256,\"BR_GO\",\"5215256\",3,\"Goiás\",\"Novo Planalto\",,\"BRA.9.165_1\",,,\"BRGO5215256\",\"5215256\",-13.24240589,-49.6236851131702,4544,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"401e5318\",5215306,5215306,\"BR_GO\",\"5215306\",3,\"Goiás\",\"Orizona\",,\"BRA.9.166_1\",\"ChIJhwyGbriTWJMRypiB_Iximdo\",,\"BRGO5215306\",\"5215306\",-17.018162725,-48.2001961720505,15725,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dc581427\",5215405,5215405,\"BR_GO\",\"5215405\",3,\"Goiás\",\"Ouro Verde de Goiás\",,\"BRA.9.167_1\",,,\"BRGO5215405\",\"5215405\",-16.24190903,-49.2177000866513,3723,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aa9d4e86\",5215504,5215504,\"BR_GO\",\"5215504\",3,\"Goiás\",\"Ouvidor\",,\"BRA.9.168_1\",\"ChIJgRexnwJyppQRS_RfFpMY5wA\",,\"BRGO5215504\",\"5215504\",-18.217518805,-47.7577555457026,6782,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"36bf657c\",5215603,5215603,\"BR_GO\",\"5215603\",3,\"Goiás\",\"Padre Bernardo\",,\"BRA.9.169_1\",\"ChIJD-JGHoE9W5MRYKuETlX0t9c\",,\"BRGO5215603\",\"5215603\",-15.373183725,-48.2510205176521,34430,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ccfa1af\",5215652,5215652,\"BR_GO\",\"5215652\",3,\"Goiás\",\"Palestina de Goiás\",,\"BRA.9.170_1\",,,\"BRGO5215652\",\"5215652\",-16.697935105,-51.4122400738706,3467,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"407a3fdd\",5215702,5215702,\"BR_GO\",\"5215702\",3,\"Goiás\",\"Palmeiras de Goiás\",,\"BRA.9.171_1\",\"ChIJueDQ4SsiXpMRx8X2II2GNHk\",,\"BRGO5215702\",\"5215702\",-16.84112358,-49.9304938023009,29392,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d22f295a\",5215801,5215801,\"BR_GO\",\"5215801\",3,\"Goiás\",\"Palmelo\",,\"BRA.9.172_1\",,,\"BRGO5215801\",\"5215801\",-17.30597782,-48.3968015240429,2381,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a4ea73fb\",5215900,5215900,\"BR_GO\",\"5215900\",3,\"Goiás\",\"Palminópolis\",,\"BRA.9.173_1\",,,\"BRGO5215900\",\"5215900\",-16.809026715,-50.1962736252787,3582,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27ea7239\",5216007,5216007,\"BR_GO\",\"5216007\",3,\"Goiás\",\"Panamá\",,\"BRA.9.174_1\",,,\"BRGO5216007\",\"5216007\",-18.208821295,-49.3918766651651,2603,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bca59dda\",5216304,5216304,\"BR_GO\",\"5216304\",3,\"Goiás\",\"Paranaiguara\",,\"BRA.9.136_1\",,,\"BRGO5216304\",\"5216304\",-18.790309905,-50.5989973070669,10140,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"278e1efc\",5216403,5216403,\"BR_GO\",\"5216403\",3,\"Goiás\",\"Paraúna\",,\"BRA.9.175_1\",\"ChIJkbPzqC_pYJMRloa3U5mS0ds\",,\"BRGO5216403\",\"5216403\",-17.05170536,-50.6307369030342,10980,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2dfeda2f\",5216452,5216452,\"BR_GO\",\"5216452\",3,\"Goiás\",\"Perolândia\",,\"BRA.9.176_1\",,,\"BRGO5216452\",\"5216452\",-17.48875332,-52.2043581422333,3143,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce410e86\",5216809,5216809,\"BR_GO\",\"5216809\",3,\"Goiás\",\"Petrolina de Goiás\",,\"BRA.9.177_1\",,,\"BRGO5216809\",\"5216809\",-16.11158085,-49.3033949411829,10261,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b8845427\",5216908,5216908,\"BR_GO\",\"5216908\",3,\"Goiás\",\"Pilar de Goiás\",,\"BRA.9.178_1\",,,\"BRGO5216908\",\"5216908\",-14.53624678,-49.4770040358682,2194,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"079d2ed1\",5217104,5217104,\"BR_GO\",\"5217104\",3,\"Goiás\",\"Piracanjuba\",,\"BRA.9.179_1\",\"ChIJ_zZoGdZcX5MRVDF3Wc-FsrM\",,\"BRGO5217104\",\"5217104\",-17.306430815,-48.9928776063147,24548,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9bbf052b\",5217203,5217203,\"BR_GO\",\"5217203\",3,\"Goiás\",\"Piranhas\",,\"BRA.9.180_1\",\"ChIJM0vgyC5QZJMRyWUBq8Dn9GI\",,\"BRGO5217203\",\"5217203\",-16.368351935,-51.8486031545341,10272,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed7a5f8a\",5217302,5217302,\"BR_GO\",\"5217302\",3,\"Goiás\",\"Pirenópolis\",,\"BRA.9.181_1\",\"ChIJQU16BvprXJMRk61UltBt6w4\",,\"BRGO5217302\",\"5217302\",-15.829342365,-49.0285072687819,25064,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"713c18b5\",5217401,5217401,\"BR_GO\",\"5217401\",3,\"Goiás\",\"Pires do Rio\",,\"BRA.9.182_1\",\"ChIJU_rKGQBgp5QR3IH5JJcuok4\",,\"BRGO5217401\",\"5217401\",-17.30955696,-48.2853916167545,31686,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c6344e9\",5217609,5217609,\"BR_GO\",\"5217609\",3,\"Goiás\",\"Planaltina\",,\"BRA.9.183_1\",\"ChIJRzivOmnzWpMRs_TIQAqcIyU\",,\"BRGO5217609\",\"5217609\",-15.25652504,-47.7523366515549,90640,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0aa61e48\",5217708,5217708,\"BR_GO\",\"5217708\",3,\"Goiás\",\"Pontalina\",,\"BRA.9.184_1\",\"ChIJW3C8UueIX5MRLH6CWZKu298\",,\"BRGO5217708\",\"5217708\",-17.53946972,-49.4966497324076,17860,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c058c113\",5218003,5218003,\"BR_GO\",\"5218003\",3,\"Goiás\",\"Porangatu\",,\"BRA.9.185_1\",\"ChIJaSIBbA4CQZMRyIPYU3be8dE\",,\"BRGO5218003\",\"5218003\",-13.279614925,-49.2144545897202,45633,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ca2805c0\",5218052,5218052,\"BR_GO\",\"5218052\",3,\"Goiás\",\"Porteirão\",,\"BRA.9.186_1\",,,\"BRGO5218052\",\"5218052\",-17.91928482,-50.1370156904567,3931,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b69d9bb2\",5218102,5218102,\"BR_GO\",\"5218102\",3,\"Goiás\",\"Portelândia\",,\"BRA.9.187_1\",,,\"BRGO5218102\",\"5218102\",-17.338707925,-52.6697873004725,4022,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b172ef0\",5218300,5218300,\"BR_GO\",\"5218300\",3,\"Goiás\",\"Posse\",,\"BRA.9.188_1\",\"ChIJRQsChoVtTpMR2padTZU5UNw\",,\"BRGO5218300\",\"5218300\",-14.224405285,-46.4076103953086,37414,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fdd2a52f\",5218391,5218391,\"BR_GO\",\"5218391\",3,\"Goiás\",\"Professor Jamil\",,\"BRA.9.189_1\",,,\"BRGO5218391\",\"5218391\",-17.278242115,-49.2308546543783,3203,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5141da70\",5218508,5218508,\"BR_GO\",\"5218508\",3,\"Goiás\",\"Quirinópolis\",,\"BRA.9.190_1\",\"ChIJS6UMV8AJn5QRlfrG82b9smk\",,\"BRGO5218508\",\"5218508\",-18.451526645,-50.5614155890964,50701,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c3b879b8\",5218607,5218607,\"BR_GO\",\"5218607\",3,\"Goiás\",\"Rialma\",,\"BRA.9.191_1\",\"ChIJMWc2NYY6XZMRHl35xxe92lQ\",,\"BRGO5218607\",\"5218607\",-15.3176856,-49.5392624447656,10940,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b57d2319\",5218706,5218706,\"BR_GO\",\"5218706\",3,\"Goiás\",\"Rianápolis\",,\"BRA.9.192_1\",,,\"BRGO5218706\",\"5218706\",-15.48001814,-49.4306574784015,4817,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed1bb480\",5218789,5218789,\"BR_GO\",\"5218789\",3,\"Goiás\",\"Rio Quente\",,\"BRA.9.193_1\",,,\"BRGO5218789\",\"5218789\",-17.819218635,-48.7764442118776,4612,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2728359e\",5218805,5218805,\"BR_GO\",\"5218805\",3,\"Goiás\",\"Rio Verde\",,\"BRA.9.194_1\",\"ChIJRzKYwW_bYZMRh4UpWDAwrCA\",,\"BRGO5218805\",\"5218805\",-17.71777058,-51.154152934127,241518,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"51ed6f3f\",5218904,5218904,\"BR_GO\",\"5218904\",3,\"Goiás\",\"Rubiataba\",,\"BRA.9.195_1\",\"ChIJWbGocRGzQpMR0P_T06ye1hk\",,\"BRGO5218904\",\"5218904\",-15.199344635,-49.8960215871952,19947,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"96eac75a\",5219001,5219001,\"BR_GO\",\"5219001\",3,\"Goiás\",\"Sanclerlândia\",,\"BRA.9.196_1\",\"ChIJTV_mdcY4Z5MRC3er24B1Fc8\",,\"BRGO5219001\",\"5219001\",-16.326669695,-50.4612863211458,7632,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e02f9dfb\",5219100,5219100,\"BR_GO\",\"5219100\",3,\"Goiás\",\"Santa Bárbara de Goiás\",,\"BRA.9.197_1\",,,\"BRGO5219100\",\"5219100\",-16.598329545,-49.6832449691936,6634,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9bb59b06\",5219209,5219209,\"BR_GO\",\"5219209\",3,\"Goiás\",\"Santa Cruz de Goiás\",,\"BRA.9.198_1\",,,\"BRGO5219209\",\"5219209\",-17.38745308,-48.6151228093359,2819,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"91c55fd5\",5219258,5219258,\"BR_GO\",\"5219258\",3,\"Goiás\",\"Santa Fé de Goiás\",,\"BRA.9.199_1\",,,\"BRGO5219258\",\"5219258\",-15.660694125,-51.1094350944862,5523,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed70c1a7\",5219308,5219308,\"BR_GO\",\"5219308\",3,\"Goiás\",\"Santa Helena de Goiás\",,\"BRA.9.200_1\",\"ChIJ2wLVYRspYJMRweUIMRq4OR0\",,\"BRGO5219308\",\"5219308\",-17.786550525,-50.6063512904658,38808,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00b82873\",5219357,5219357,\"BR_GO\",\"5219357\",3,\"Goiás\",\"Santa Isabel\",,\"BRA.9.201_1\",,,\"BRGO5219357\",\"5219357\",-15.24267244,-49.4096370956281,3815,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7880cab3\",5219407,5219407,\"BR_GO\",\"5219407\",3,\"Goiás\",\"Santa Rita do Araguaia\",,\"BRA.9.202_1\",,,\"BRGO5219407\",\"5219407\",-17.253901485,-53.0369344388988,8935,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"72f00e60\",5219456,5219456,\"BR_GO\",\"5219456\",3,\"Goiás\",\"Santa Rita do Novo Destino\",,\"BRA.9.203_1\",,,\"BRGO5219456\",\"5219456\",-14.867611885,-49.0247697426984,3355,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e459012\",5219506,5219506,\"BR_GO\",\"5219506\",3,\"Goiás\",\"Santa Rosa de Goiás\",,\"BRA.9.204_1\",,,\"BRGO5219506\",\"5219506\",-16.070367815,-49.4890621491101,2252,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"950a7ff1\",5219605,5219605,\"BR_GO\",\"5219605\",3,\"Goiás\",\"Santa Tereza de Goiás\",,\"BRA.9.205_1\",,,\"BRGO5219605\",\"5219605\",-13.558771135,-48.9633680396325,3280,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e3cf2550\",5219704,5219704,\"BR_GO\",\"5219704\",3,\"Goiás\",\"Santa Terezinha de Goiás\",,\"BRA.9.206_1\",,,\"BRGO5219704\",\"5219704\",-14.311312675,-49.5811956544378,8562,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"13b7b124\",5219712,5219712,\"BR_GO\",\"5219712\",3,\"Goiás\",\"Santo Antônio da Barra\",,\"BRA.9.207_1\",,,\"BRGO5219712\",\"5219712\",-17.5165596,-50.627789015257,4854,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c1543ab8\",5219738,5219738,\"BR_GO\",\"5219738\",3,\"Goiás\",\"Santo Antônio de Goiás\",,\"BRA.9.208_1\",\"ChIJq9jSPc-IXpMR8R3hMTzX6Ik\",,\"BRGO5219738\",\"5219738\",-16.47671318,-49.2932953430433,6440,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00dc44b6\",5219753,5219753,\"BR_GO\",\"5219753\",3,\"Goiás\",\"Santo Antônio do Descoberto\",,\"BRA.9.209_1\",\"ChIJT_auErxiWZMRG3NkeqamwPk\",,\"BRGO5219753\",\"5219753\",-16.07199955,-48.2404482374982,75829,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76f7f7ce\",5219803,5219803,\"BR_GO\",\"5219803\",3,\"Goiás\",\"São Domingos\",,\"BRA.9.210_1\",,,\"BRGO5219803\",\"5219803\",-13.44975376,-46.4934880480355,13103,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0032ad6f\",5219902,5219902,\"BR_GO\",\"5219902\",3,\"Goiás\",\"São Francisco de Goiás\",,\"BRA.9.211_1\",,,\"BRGO5219902\",\"5219902\",-15.956623555,-49.2771074278043,6267,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a2997a32\",5220009,5220009,\"BR_GO\",\"5220009\",3,\"Goiás\",\"São João d'Aliança\",,\"BRA.9.212_1\",,,\"BRGO5220009\",\"5220009\",-14.431009295,-47.3485883890943,14085,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a8e9bee1\",5220058,5220058,\"BR_GO\",\"5220058\",3,\"Goiás\",\"São João da Paraúna\",,\"BRA.9.213_1\",,,\"BRGO5220058\",\"5220058\",-16.806305885,-50.3636536886286,1345,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d45c2093\",5220108,5220108,\"BR_GO\",\"5220108\",3,\"Goiás\",\"São Luís de Montes Belos\",,\"BRA.9.214_1\",\"ChIJdVoDZBo1Z5MRVMdMN9uMnwc\",,\"BRGO5220108\",\"5220108\",-16.45995617,-50.3720765438126,34157,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3994c947\",5220157,5220157,\"BR_GO\",\"5220157\",3,\"Goiás\",\"São Luiz do Norte\",,\"BRA.9.215_1\",,,\"BRGO5220157\",\"5220157\",-14.91059494,-49.256217383151,5215,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"46a5835b\",5220207,5220207,\"BR_GO\",\"5220207\",3,\"Goiás\",\"São Miguel do Araguaia\",,\"BRA.9.216_1\",\"ChIJZTDQAOiaapMRnYOztKuW7ZA\",,\"BRGO5220207\",\"5220207\",-12.985399725,-50.2243149527844,21920,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"89f67567\",5220264,5220264,\"BR_GO\",\"5220264\",3,\"Goiás\",\"São Miguel do Passa Quatro\",,\"BRA.9.217_1\",,,\"BRGO5220264\",\"5220264\",-17.00383186,-48.6491948319982,4082,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"10189cf0\",5220280,5220280,\"BR_GO\",\"5220280\",3,\"Goiás\",\"São Patrício\",,\"BRA.9.218_1\",,,\"BRGO5220280\",\"5220280\",-15.35150099,-49.8422152203652,2037,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ac269ec5\",5220405,5220405,\"BR_GO\",\"5220405\",3,\"Goiás\",\"São Simão\",,\"BRA.9.219_1\",\"ChIJ1XX7rDssn5QRs8oF6JabR_4\",,\"BRGO5220405\",\"5220405\",-19.017160415,-50.5884663532771,20985,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a6565a16\",5220454,5220454,\"BR_GO\",\"5220454\",3,\"Goiás\",\"Senador Canedo\",,\"BRA.9.220_1\",\"ChIJK6Ym8oLoXpMRAMwOpN9bVAM\",,\"BRGO5220454\",\"5220454\",-16.7116642,-49.1134103657241,118451,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dae3c464\",5220504,5220504,\"BR_GO\",\"5220504\",3,\"Goiás\",\"Serranópolis\",,\"BRA.9.221_1\",,,\"BRGO5220504\",\"5220504\",-18.22289181,-52.2136455220651,8642,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"46c1ef9e\",5220603,5220603,\"BR_GO\",\"5220603\",3,\"Goiás\",\"Silvânia\",,\"BRA.9.222_1\",\"ChIJQ-3XwtQuWZMRP_rSZqBf-aw\",,\"BRGO5220603\",\"5220603\",-16.6032238,-48.4939338781744,20816,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe729119\",5220686,5220686,\"BR_GO\",\"5220686\",3,\"Goiás\",\"Simolândia\",,\"BRA.9.223_1\",,,\"BRGO5220686\",\"5220686\",-14.44093704,-46.5735972412189,6879,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3004b53f\",5220702,5220702,\"BR_GO\",\"5220702\",3,\"Goiás\",\"Sítio d'Abadia\",,\"BRA.9.224_1\",,,\"BRGO5220702\",\"5220702\",-14.697966095,-46.2576219208588,3001,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd9d3050\",5221007,5221007,\"BR_GO\",\"5221007\",3,\"Goiás\",\"Taquaral de Goiás\",,\"BRA.9.225_1\",,,\"BRGO5221007\",\"5221007\",-16.04575539,-49.6082955272932,3521,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ab202ffb\",5221080,5221080,\"BR_GO\",\"5221080\",3,\"Goiás\",\"Teresina de Goiás\",,\"BRA.9.226_1\",,,\"BRGO5221080\",\"5221080\",-13.69628477,-47.2487238250996,3498,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d9de12e\",5221197,5221197,\"BR_GO\",\"5221197\",3,\"Goiás\",\"Terezópolis de Goiás\",,\"BRA.9.227_1\",,,\"BRGO5221197\",\"5221197\",-16.455342295,-49.0852556617518,8186,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66d2dfb3\",5221304,5221304,\"BR_GO\",\"5221304\",3,\"Goiás\",\"Três Ranchos\",,\"BRA.9.228_1\",,,\"BRGO5221304\",\"5221304\",-18.366638185,-47.7961354221529,2830,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fdf95c95\",5221403,5221403,\"BR_GO\",\"5221403\",3,\"Goiás\",\"Trindade\",,\"BRA.9.229_1\",\"ChIJB_qDvX9dXpMRxebtIv_TquM\",,\"BRGO5221403\",\"5221403\",-16.65516567,-49.539724585245,129823,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f7899846\",5221452,5221452,\"BR_GO\",\"5221452\",3,\"Goiás\",\"Trombas\",,\"BRA.9.230_1\",,,\"BRGO5221452\",\"5221452\",-13.42736292,-48.7199250706906,3498,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b3c0634\",5221502,5221502,\"BR_GO\",\"5221502\",3,\"Goiás\",\"Turvânia\",,\"BRA.9.231_1\",,,\"BRGO5221502\",\"5221502\",-16.57631302,-50.1222610613408,4564,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6f42a3cb\",5221551,5221551,\"BR_GO\",\"5221551\",3,\"Goiás\",\"Turvelândia\",,\"BRA.9.232_1\",,,\"BRGO5221551\",\"5221551\",-17.797870635,-50.3548539759241,5365,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b417647c\",5221577,5221577,\"BR_GO\",\"5221577\",3,\"Goiás\",\"Uirapuru\",,\"BRA.9.233_1\",,,\"BRGO5221577\",\"5221577\",-14.136256695,-49.9787037627057,2840,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1073e9d7\",5221601,5221601,\"BR_GO\",\"5221601\",3,\"Goiás\",\"Uruaçu\",,\"BRA.9.234_1\",\"ChIJL0ibVykJQ5MRodH9ucey8m8\",,\"BRGO5221601\",\"5221601\",-14.32515049,-49.0469879155817,40840,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66b6b376\",5221700,5221700,\"BR_GO\",\"5221700\",3,\"Goiás\",\"Uruana\",,\"BRA.9.235_1\",,,\"BRGO5221700\",\"5221700\",-15.613644125,-49.6314766937479,13818,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"14364cef\",5221809,5221809,\"BR_GO\",\"5221809\",3,\"Goiás\",\"Urutaí\",,\"BRA.9.236_1\",,,\"BRGO5221809\",\"5221809\",-17.435614585,-48.2005413840299,3066,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1e46883c\",5221858,5221858,\"BR_GO\",\"5221858\",3,\"Goiás\",\"Valparaíso de Goiás\",,\"BRA.9.237_1\",\"ChIJzS9pBG6EWZMRhLaYuIVpX_8\",,\"BRGO5221858\",\"5221858\",-16.093161585,-47.9965534104197,172135,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"62f3164e\",5221908,5221908,\"BR_GO\",\"5221908\",3,\"Goiás\",\"Varjão\",,\"BRA.9.238_1\",,,\"BRGO5221908\",\"5221908\",-17.084225655,-49.5931186477008,3838,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0126fe92\",5222005,5222005,\"BR_GO\",\"5222005\",3,\"Goiás\",\"Vianópolis\",,\"BRA.9.239_1\",\"ChIJ2bpfRYvYWJMR6-_tuDFIgA8\",,\"BRGO5222005\",\"5222005\",-16.87815952,-48.4682112497786,13977,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0b563a41\",5222054,5222054,\"BR_GO\",\"5222054\",3,\"Goiás\",\"Vicentinópolis\",,\"BRA.9.240_1\",,,\"BRGO5222054\",\"5222054\",-17.738038065,-49.9010160052366,8873,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ebc18fc9\",5222203,5222203,\"BR_GO\",\"5222203\",3,\"Goiás\",\"Vila Boa\",,\"BRA.9.241_1\",,,\"BRGO5222203\",\"5222203\",-14.99481821,-47.0654459750905,6312,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9d04d568\",5222302,5222302,\"BR_GO\",\"5222302\",3,\"Goiás\",\"Vila Propício\",,\"BRA.9.242_1\",,,\"BRGO5222302\",\"5222302\",-15.215010165,-48.7529719966969,5882,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efabdd1c\",2100055,2100055,\"BR_MA\",\"2100055\",3,\"Maranhão\",\"Açailândia\",,\"BRA.10.1_1\",\"ChIJGyee5TH0xZIRLnyJmgHMmac\",,\"BRMA2100055\",\"2100055\",-4.70297599,-47.2219367927226,113121,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"931e436e\",2100105,2100105,\"BR_MA\",\"2100105\",3,\"Maranhão\",\"Afonso Cunha\",,\"BRA.10.2_1\",,,\"BRMA2100105\",\"2100105\",-4.22004056,-43.3294034991557,6578,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"996e87bd\",2100154,2100154,\"BR_MA\",\"2100154\",3,\"Maranhão\",\"Água Doce do Maranhão\",,\"BRA.10.3_1\",,,\"BRMA2100154\",\"2100154\",-2.944013,-42.1811153746125,12652,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e65fcda1\",2100204,2100204,\"BR_MA\",\"2100204\",3,\"Maranhão\",\"Alcântara\",,\"BRA.10.4_1\",\"ChIJ6Y5VBlxf9gcRkeeTbvk23Os\",,\"BRMA2100204\",\"2100204\",-2.392360925,-44.5147176918296,22112,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"79f93235\",2100303,2100303,\"BR_MA\",\"2100303\",3,\"Maranhão\",\"Aldeias Altas\",,\"BRA.10.5_1\",,,\"BRMA2100303\",\"2100303\",-4.47035694,-43.3773602637023,26757,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0bb11426\",2100402,2100402,\"BR_MA\",\"2100402\",3,\"Maranhão\",\"Altamira do Maranhão\",,\"BRA.10.6_1\",,,\"BRMA2100402\",\"2100402\",-4.085056305,-45.4979153911139,8189,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27f183fc\",2100436,2100436,\"BR_MA\",\"2100436\",3,\"Maranhão\",\"Alto Alegre do Maranhão\",,\"BRA.10.7_1\",,,\"BRMA2100436\",\"2100436\",-4.23494029,-44.3823895181378,27858,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"349a766e\",2100477,2100477,\"BR_MA\",\"2100477\",3,\"Maranhão\",\"Alto Alegre do Pindaré\",,\"BRA.10.8_1\",,,\"BRMA2100477\",\"2100477\",-3.97130358,-46.1118968410886,31943,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"937a2fab\",2100501,2100501,\"BR_MA\",\"2100501\",3,\"Maranhão\",\"Alto Parnaíba\",,\"BRA.10.9_1\",,,\"BRMA2100501\",\"2100501\",-9.512909415,-46.1962287412894,11212,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"990aeb78\",2100550,2100550,\"BR_MA\",\"2100550\",3,\"Maranhão\",\"Amapá do Maranhão\",,\"BRA.10.10_1\",,,\"BRMA2100550\",\"2100550\",-1.67969102,-45.9559993128366,7005,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e63ba164\",2100600,2100600,\"BR_MA\",\"2100600\",3,\"Maranhão\",\"Amarante do Maranhão\",,\"BRA.10.11_1\",\"ChIJv5VI5ftqzpIRgSlzdbcCs0Y\",,\"BRMA2100600\",\"2100600\",-5.38157964,-46.6042713594826,41729,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9e2573f7\",2100709,2100709,\"BR_MA\",\"2100709\",3,\"Maranhão\",\"Anajatuba\",,\"BRA.10.12_1\",,,\"BRMA2100709\",\"2100709\",-3.24596298,-44.5875421785445,26988,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e27e045c\",2100808,2100808,\"BR_MA\",\"2100808\",3,\"Maranhão\",\"Anapurus\",,\"BRA.10.13_1\",,,\"BRMA2100808\",\"2100808\",-3.561158065,-43.0427316883415,15894,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2986be81\",2100832,2100832,\"BR_MA\",\"2100832\",3,\"Maranhão\",\"Apicum-Açu\",,\"BRA.10.14_1\",,,\"BRMA2100832\",\"2100832\",-1.54958296,-45.0599470140244,17413,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3aed4b13\",2100873,2100873,\"BR_MA\",\"2100873\",3,\"Maranhão\",\"Araguanã\",,\"BRA.10.15_1\",,,\"BRMA2100873\",\"2100873\",-3.070082545,-45.7765672076441,15551,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"730373fa\",2100907,2100907,\"BR_MA\",\"2100907\",3,\"Maranhão\",\"Araioses\",,\"BRA.10.16_1\",,,\"BRMA2100907\",\"2100907\",-2.969121935,-41.9627957271063,46771,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7973b729\",2100956,2100956,\"BR_MA\",\"2100956\",3,\"Maranhão\",\"Arame\",,\"BRA.10.17_1\",,,\"BRMA2100956\",\"2100956\",-5.035624505,-45.893410465575,32764,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5d677eaa\",2101004,2101004,\"BR_MA\",\"2101004\",3,\"Maranhão\",\"Arari\",,\"BRA.10.18_1\",,,\"BRMA2101004\",\"2101004\",-3.558384535,-44.7275394330252,29932,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2c1813e\",2101103,2101103,\"BR_MA\",\"2101103\",3,\"Maranhão\",\"Axixá\",,\"BRA.10.19_1\",,,\"BRMA2101103\",\"2101103\",-2.847083445,-44.0908227358585,12183,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7800ff1\",2101202,2101202,\"BR_MA\",\"2101202\",3,\"Maranhão\",\"Bacabal\",,\"BRA.10.20_1\",\"ChIJj-JUeuBjigcRLALqWl9PFXE\",,\"BRMA2101202\",\"2101202\",-4.12308478,-44.7352893614427,104790,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53feaa0e\",2101251,2101251,\"BR_MA\",\"2101251\",3,\"Maranhão\",\"Bacabeira\",,\"BRA.10.21_1\",,,\"BRMA2101251\",\"2101251\",-2.921651005,-44.3639806964786,17252,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2f4b347c\",2101301,2101301,\"BR_MA\",\"2101301\",3,\"Maranhão\",\"Bacuri\",,\"BRA.10.22_1\",,,\"BRMA2101301\",\"2101301\",-1.67639005,-45.1633503829549,18654,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"253bf0af\",2101350,2101350,\"BR_MA\",\"2101350\",3,\"Maranhão\",\"Bacurituba\",,\"BRA.10.23_1\",,,\"BRMA2101350\",\"2101350\",-2.690926555,-44.6571781855893,5670,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5d03126f\",2101400,2101400,\"BR_MA\",\"2101400\",3,\"Maranhão\",\"Balsas\",,\"BRA.10.24_1\",\"ChIJC5sk0Z3v1ZIRikd6sc0In_8\",,\"BRMA2101400\",\"2101400\",-8.29065037,-46.2615305163158,95929,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"251dc0fc\",2101509,2101509,\"BR_MA\",\"2101509\",3,\"Maranhão\",\"Barão de Grajaú\",,\"BRA.10.25_1\",\"ChIJD_Z_Lkx9gwcR856y-luwXhI\",,\"BRMA2101509\",\"2101509\",-6.59449649,-43.1438048820797,18924,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"505c4e33\",2101608,2101608,\"BR_MA\",\"2101608\",3,\"Maranhão\",\"Barra do Corda\",,\"BRA.10.26_1\",\"ChIJ45xwGPpezZIR-OfQefntG7s\",,\"BRMA2101608\",\"2101608\",-5.68584657,-45.2323543724546,88492,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c1213995\",2101707,2101707,\"BR_MA\",\"2101707\",3,\"Maranhão\",\"Barreirinhas\",,\"BRA.10.27_1\",\"ChIJ_ynjI8of8gcRzhWv1DmMFUY\",,\"BRMA2101707\",\"2101707\",-2.84775245,-42.9025452212203,63217,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe0a5bdd\",2101772,2101772,\"BR_MA\",\"2101772\",3,\"Maranhão\",\"Bela Vista do Maranhão\",,\"BRA.10.28_1\",,,\"BRMA2101772\",\"2101772\",-3.78187895,-45.3124454804,11279,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"036fcf63\",2101731,2101731,\"BR_MA\",\"2101731\",3,\"Maranhão\",\"Belágua\",,\"BRA.10.29_1\",,,\"BRMA2101731\",\"2101731\",-3.108366015,-43.4588565253,7528,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd7a4e3e\",2101806,2101806,\"BR_MA\",\"2101806\",3,\"Maranhão\",\"Benedito Leite\",,\"BRA.10.30_1\",,,\"BRMA2101806\",\"2101806\",-7.15917182,-44.5827288834664,5638,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"25b175b3\",2101905,2101905,\"BR_MA\",\"2101905\",3,\"Maranhão\",\"Bequimão\",,\"BRA.10.31_1\",,,\"BRMA2101905\",\"2101905\",-2.447191955,-44.8165490930964,21299,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"072a6a5b\",2101939,2101939,\"BR_MA\",\"2101939\",3,\"Maranhão\",\"Bernardo do Mearim\",,\"BRA.10.32_1\",,,\"BRMA2101939\",\"2101939\",-4.66893792,-44.6830138967525,6073,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a9a17fb\",2101970,2101970,\"BR_MA\",\"2101970\",3,\"Maranhão\",\"Boa Vista do Gurupi\",,\"BRA.10.33_1\",,,\"BRMA2101970\",\"2101970\",-1.779250025,-46.2070516568798,8382,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a6b17471\",2102002,2102002,\"BR_MA\",\"2102002\",3,\"Maranhão\",\"Bom Jardim\",,\"BRA.10.34_1\",\"ChIJCzOWwIaJyZIRsDWn0_54fxs\",,\"BRMA2102002\",\"2102002\",-3.96399796,-46.5076380318348,41822,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8af1e3ab\",2102036,2102036,\"BR_MA\",\"2102036\",3,\"Maranhão\",\"Bom Jesus das Selvas\",,\"BRA.10.35_1\",,,\"BRMA2102036\",\"2102036\",-4.51975012,-46.7012172234049,34567,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"999a1639\",2102077,2102077,\"BR_MA\",\"2102077\",3,\"Maranhão\",\"Bom Lugar\",,\"BRA.10.36_1\",,,\"BRMA2102077\",\"2102077\",-4.302669525,-45.0867396736501,16438,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3e7a4ffc\",2102101,2102101,\"BR_MA\",\"2102101\",3,\"Maranhão\",\"Brejo\",,\"BRA.10.38_1\",,,\"BRMA2102101\",\"2102101\",-3.715438485,-42.8434734907335,36651,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"340a8b2f\",2102150,2102150,\"BR_MA\",\"2102150\",3,\"Maranhão\",\"Brejo de Areia\",,\"BRA.10.37_1\",,,\"BRMA2102150\",\"2102150\",-4.365082505,-45.5240092917851,9014,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4b3bc133\",2102200,2102200,\"BR_MA\",\"2102200\",3,\"Maranhão\",\"Buriti\",,\"BRA.10.40_1\",,,\"BRMA2102200\",\"2102200\",-3.888496045,-42.9626077668746,28798,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"332513a0\",2102309,2102309,\"BR_MA\",\"2102309\",3,\"Maranhão\",\"Buriti Bravo\",,\"BRA.10.39_1\",,,\"BRMA2102309\",\"2102309\",-5.77498293,-43.8567435941359,23939,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"08a53d09\",2102325,2102325,\"BR_MA\",\"2102325\",3,\"Maranhão\",\"Buriticupu\",,\"BRA.10.41_1\",\"ChIJVX7xJsxdyZIRNhFAj0JAwis\",,\"BRMA2102325\",\"2102325\",-4.4229064,-46.3609062545338,72983,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3955d773\",2102358,2102358,\"BR_MA\",\"2102358\",3,\"Maranhão\",\"Buritirana\",,\"BRA.10.42_1\",,,\"BRMA2102358\",\"2102358\",-5.512685535,-47.0932828974287,15467,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"02d5f9da\",2102374,2102374,\"BR_MA\",\"2102374\",3,\"Maranhão\",\"Cachoeira Grande\",,\"BRA.10.43_1\",,,\"BRMA2102374\",\"2102374\",-3.091763975,-43.8926903005395,9478,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"416d35b3\",2102408,2102408,\"BR_MA\",\"2102408\",3,\"Maranhão\",\"Cajapió\",,\"BRA.10.44_1\",,,\"BRMA2102408\",\"2102408\",-2.86759353,-44.6148037604085,11216,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0104215\",2102507,2102507,\"BR_MA\",\"2102507\",3,\"Maranhão\",\"Cajari\",,\"BRA.10.45_1\",,,\"BRMA2102507\",\"2102507\",-3.40292501,-45.0041380185731,19451,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"da6086c6\",2102556,2102556,\"BR_MA\",\"2102556\",3,\"Maranhão\",\"Campestre do Maranhão\",,\"BRA.10.46_1\",,,\"BRMA2102556\",\"2102556\",-6.174968005,-47.2402032673358,14453,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a551ccda\",2102606,2102606,\"BR_MA\",\"2102606\",3,\"Maranhão\",\"Cândido Mendes\",,\"BRA.10.47_1\",,,\"BRMA2102606\",\"2102606\",-1.738314035,-45.7811964158581,20278,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d9af757\",2102705,2102705,\"BR_MA\",\"2102705\",3,\"Maranhão\",\"Cantanhede\",,\"BRA.10.48_1\",,,\"BRMA2102705\",\"2102705\",-3.650770425,-44.303218612415,22117,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"37ea3384\",2102754,2102754,\"BR_MA\",\"2102754\",3,\"Maranhão\",\"Capinzal do Norte\",,\"BRA.10.49_1\",,,\"BRMA2102754\",\"2102754\",-4.6828115,-44.3150334893125,10935,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"41c180fc\",2102804,2102804,\"BR_MA\",\"2102804\",3,\"Maranhão\",\"Carolina\",,\"BRA.10.50_1\",\"ChIJ5bjRDrcq2JIRmBq5bGc3hYU\",,\"BRMA2102804\",\"2102804\",-7.45809746,-47.307082632597,24165,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"de677f68\",2102903,2102903,\"BR_MA\",\"2102903\",3,\"Maranhão\",\"Carutapera\",,\"BRA.10.51_1\",,,\"BRMA2102903\",\"2102903\",-1.389114975,-46.039552041104,23952,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f0037238\",2103000,2103000,\"BR_MA\",\"2103000\",3,\"Maranhão\",\"Caxias\",,\"BRA.10.52_1\",\"ChIJAeBjueuRjgcRD1HshnioDYA\",,\"BRMA2103000\",\"2103000\",-4.84368515,-43.3335713049637,165525,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"881da0ab\",2103109,2103109,\"BR_MA\",\"2103109\",3,\"Maranhão\",\"Cedral\",,\"BRA.10.53_1\",,,\"BRMA2103109\",\"2103109\",-1.974861025,-44.5580363555995,10693,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b39d8e02\",2103125,2103125,\"BR_MA\",\"2103125\",3,\"Maranhão\",\"Central do Maranhão\",,\"BRA.10.54_1\",,,\"BRMA2103125\",\"2103125\",-2.25568545,-44.8507529625557,8740,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"826d6478\",2103158,2103158,\"BR_MA\",\"2103158\",3,\"Maranhão\",\"Centro do Guilherme\",,\"BRA.10.55_1\",,,\"BRMA2103158\",\"2103158\",-2.337166075,-46.1115287518723,13670,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b9ed4ad1\",2103174,2103174,\"BR_MA\",\"2103174\",3,\"Maranhão\",\"Centro Novo do Maranhão\",,\"BRA.10.56_1\",,,\"BRMA2103174\",\"2103174\",-3.07099247,-46.4810603842942,21840,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd5c2e64\",2103208,2103208,\"BR_MA\",\"2103208\",3,\"Maranhão\",\"Chapadinha\",,\"BRA.10.57_1\",\"ChIJP-2avEnIjAcRJuquFcw0GrA\",,\"BRMA2103208\",\"2103208\",-3.77492392,-43.4329821824665,80195,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1094c7b0\",2103257,2103257,\"BR_MA\",\"2103257\",3,\"Maranhão\",\"Cidelândia\",,\"BRA.10.58_1\",,,\"BRMA2103257\",\"2103257\",-5.05840349,-47.805825813653,14777,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c2159c2\",2103307,2103307,\"BR_MA\",\"2103307\",3,\"Maranhão\",\"Codó\",,\"BRA.10.59_1\",\"ChIJA8DpzN71iwcRYs8H_qC4P5s\",,\"BRMA2103307\",\"2103307\",-4.61933136,-43.9254565362621,123116,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1e697fd1\",2103406,2103406,\"BR_MA\",\"2103406\",3,\"Maranhão\",\"Coelho Neto\",,\"BRA.10.60_1\",\"ChIJaRXVeNurjQcRFHPPr8rd0js\",,\"BRMA2103406\",\"2103406\",-4.22970986,-43.1087258348051,49621,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"86a2445c\",2103505,2103505,\"BR_MA\",\"2103505\",3,\"Maranhão\",\"Colinas\",,\"BRA.10.61_1\",\"ChIJd3IaGPBZhgcRGDRNCD8H8to\",,\"BRMA2103505\",\"2103505\",-6.06208706,-44.110901960015,41312,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8cd2808f\",2103554,2103554,\"BR_MA\",\"2103554\",3,\"Maranhão\",\"Conceição do Lago-Açu\",,\"BRA.10.62_1\",,,\"BRMA2103554\",\"2103554\",-3.827637075,-44.8089091155464,16400,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f3e3ca93\",2103604,2103604,\"BR_MA\",\"2103604\",3,\"Maranhão\",\"Coroatá\",,\"BRA.10.63_1\",\"ChIJF8LCinygiwcR6d-YdRp5KLQ\",,\"BRMA2103604\",\"2103604\",-4.19073987,-44.140347296111,65544,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c453507\",2103703,2103703,\"BR_MA\",\"2103703\",3,\"Maranhão\",\"Cururupu\",,\"BRA.10.64_1\",,,\"BRMA2103703\",\"2103703\",-1.74000001,-44.8074616412659,32626,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6635f1d4\",2103752,2103752,\"BR_MA\",\"2103752\",3,\"Maranhão\",\"Davinópolis\",,\"BRA.10.65_1\",\"ChIJMYC2dsXvz5IRWeekK8MZzyg\",,\"BRMA2103752\",\"2103752\",-5.58501601,-47.3140243262151,12916,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"101e42ac\",2103802,2103802,\"BR_MA\",\"2103802\",3,\"Maranhão\",\"Dom Pedro\",,\"BRA.10.66_1\",\"ChIJcRqWLAGqiQcRnUCDIF4GloM\",,\"BRMA2103802\",\"2103802\",-5.021117925,-44.3991221695997,23372,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"88d57921\",2103901,2103901,\"BR_MA\",\"2103901\",3,\"Maranhão\",\"Duque Bacelar\",,\"BRA.10.67_1\",,,\"BRMA2103901\",\"2103901\",-4.107025625,-42.9660415743409,11401,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"630fc2b3\",2104008,2104008,\"BR_MA\",\"2104008\",3,\"Maranhão\",\"Esperantinópolis\",,\"BRA.10.68_1\",,,\"BRMA2104008\",\"2104008\",-4.91750145,-44.9067052010208,17104,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8ec72b67\",2104057,2104057,\"BR_MA\",\"2104057\",3,\"Maranhão\",\"Estreito\",,\"BRA.10.69_1\",\"ChIJla64_3qg0JIRyZd2X4XLNpA\",,\"BRMA2104057\",\"2104057\",-6.761454585,-47.1823327169246,42527,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb9c8dfc\",2104073,2104073,\"BR_MA\",\"2104073\",3,\"Maranhão\",\"Feira Nova do Maranhão\",,\"BRA.10.70_1\",,,\"BRMA2104073\",\"2104073\",-7.007242915,-46.6478531109964,8484,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d20af01f\",2104081,2104081,\"BR_MA\",\"2104081\",3,\"Maranhão\",\"Fernando Falcão\",,\"BRA.10.71_1\",,,\"BRMA2104081\",\"2104081\",-6.235641955,-45.3287468503324,10460,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c5ca496c\",2104099,2104099,\"BR_MA\",\"2104099\",3,\"Maranhão\",\"Formosa da Serra Negra\",,\"BRA.10.72_1\",,,\"BRMA2104099\",\"2104099\",-6.550732375,-46.154214898285,19258,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f272b515\",2104107,2104107,\"BR_MA\",\"2104107\",3,\"Maranhão\",\"Fortaleza dos Nogueiras\",,\"BRA.10.73_1\",,,\"BRMA2104107\",\"2104107\",-6.985463855,-46.1108103680967,12647,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"87333bda\",2104206,2104206,\"BR_MA\",\"2104206\",3,\"Maranhão\",\"Fortuna\",,\"BRA.10.74_1\",,,\"BRMA2104206\",\"2104206\",-5.66748118,-44.031297912051,15567,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1ff80057\",2104305,2104305,\"BR_MA\",\"2104305\",3,\"Maranhão\",\"Godofredo Viana\",,\"BRA.10.75_1\",,,\"BRMA2104305\",\"2104305\",-1.410337985,-45.7722249468886,11963,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6db02644\",2104404,2104404,\"BR_MA\",\"2104404\",3,\"Maranhão\",\"Gonçalves Dias\",,\"BRA.10.76_1\",,,\"BRMA2104404\",\"2104404\",-5.152935985,-44.1721215216371,17944,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f216d9d0\",2104503,2104503,\"BR_MA\",\"2104503\",3,\"Maranhão\",\"Governador Archer\",,\"BRA.10.77_1\",,,\"BRMA2104503\",\"2104503\",-5.00674009,-44.1979875184688,10886,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f8661d03\",2104552,2104552,\"BR_MA\",\"2104552\",3,\"Maranhão\",\"Governador Edison Lobão\",,\"BRA.10.78_1\",\"ChIJoxgm3wsC0JIR9Qk-1ZBSJKs\",,\"BRMA2104552\",\"2104552\",-5.72416949,-47.3112979463858,18520,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8757571f\",2104602,2104602,\"BR_MA\",\"2104602\",3,\"Maranhão\",\"Governador Eugênio Barros\",,\"BRA.10.79_1\",,,\"BRMA2104602\",\"2104602\",-5.390300035,-44.0720337309919,16882,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"55b4dc83\",2104628,2104628,\"BR_MA\",\"2104628\",3,\"Maranhão\",\"Governador Luiz Rocha\",,\"BRA.10.80_1\",,,\"BRMA2104628\",\"2104628\",-5.568722485,-44.0809527629167,7841,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6329f2e0\",2104651,2104651,\"BR_MA\",\"2104651\",3,\"Maranhão\",\"Governador Newton Bello\",,\"BRA.10.81_1\",,,\"BRMA2104651\",\"2104651\",-3.402631045,-45.8982126403154,10151,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b87c3557\",2104677,2104677,\"BR_MA\",\"2104677\",3,\"Maranhão\",\"Governador Nunes Freire\",,\"BRA.10.82_1\",,,\"BRMA2104677\",\"2104677\",-2.035171985,-45.7989171811583,25539,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1f9c6c92\",2104701,2104701,\"BR_MA\",\"2104701\",3,\"Maranhão\",\"Graça Aranha\",,\"BRA.10.83_1\",,,\"BRMA2104701\",\"2104701\",-5.39519048,-44.3295661701194,6261,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"63c71b39\",2104800,2104800,\"BR_MA\",\"2104800\",3,\"Maranhão\",\"Grajaú\",,\"BRA.10.84_1\",\"ChIJOxiBkQYc0pIRt_3iGtD43oA\",,\"BRMA2104800\",\"2104800\",-5.83037996,-46.0303508127777,70065,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1bd9c9aa\",2104909,2104909,\"BR_MA\",\"2104909\",3,\"Maranhão\",\"Guimarães\",,\"BRA.10.85_1\",,,\"BRMA2104909\",\"2104909\",-2.14972305,-44.6782046694813,11997,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a502d96b\",2105005,2105005,\"BR_MA\",\"2105005\",3,\"Maranhão\",\"Humberto de Campos\",,\"BRA.10.86_1\",,,\"BRMA2105005\",\"2105005\",-2.73465598,-43.5722672575058,28932,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3c783ca\",2105104,2105104,\"BR_MA\",\"2105104\",3,\"Maranhão\",\"Icatu\",,\"BRA.10.87_1\",,,\"BRMA2105104\",\"2105104\",-2.64166689,-43.938194275,27269,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"30d4e22c\",2105153,2105153,\"BR_MA\",\"2105153\",3,\"Maranhão\",\"Igarapé do Meio\",,\"BRA.10.88_1\",,,\"BRMA2105153\",\"2105153\",-4.580945015,-44.8400165664713,14324,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4fe5a830\",2105203,2105203,\"BR_MA\",\"2105203\",3,\"Maranhão\",\"Igarapé Grande\",,\"BRA.10.89_1\",,,\"BRMA2105203\",\"2105203\",-3.633114455,-45.1117214071352,11387,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3920f291\",2105302,2105302,\"BR_MA\",\"2105302\",3,\"Maranhão\",\"Imperatriz\",,\"BRA.10.90_1\",\"ChIJd7BSJgdfxZIR0FKn7AfHkKE\",,\"BRMA2105302\",\"2105302\",-5.39967108,-47.5666556664919,259337,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dd5e576e\",2105351,2105351,\"BR_MA\",\"2105351\",3,\"Maranhão\",\"Itaipava do Grajaú\",,\"BRA.10.91_1\",,,\"BRMA2105351\",\"2105351\",-5.18672347,-45.5748500732954,16005,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a566b5ae\",2105401,2105401,\"BR_MA\",\"2105401\",3,\"Maranhão\",\"Itapecuru Mirim\",,\"BRA.10.92_1\",\"ChIJh5PoYTPe9AcRDTI4adB_5w4\",,\"BRMA2105401\",\"2105401\",-3.410827995,-44.2917158387963,68723,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7e337219\",2105427,2105427,\"BR_MA\",\"2105427\",3,\"Maranhão\",\"Itinga do Maranhão\",,\"BRA.10.93_1\",\"ChIJeX1Wsn8hxpIR2Q6c8DZ5RQk\",,\"BRMA2105427\",\"2105427\",-4.162820815,-47.1730302183553,26068,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"af16717d\",2105450,2105450,\"BR_MA\",\"2105450\",3,\"Maranhão\",\"Jatobá\",,\"BRA.10.94_1\",,,\"BRMA2105450\",\"2105450\",-5.843174935,-44.2142497775368,10310,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7443b6ca\",2105476,2105476,\"BR_MA\",\"2105476\",3,\"Maranhão\",\"Jenipapo dos Vieiras\",,\"BRA.10.95_1\",,,\"BRMA2105476\",\"2105476\",-5.487665175,-45.6467500729418,17040,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3a3ef0f\",2105500,2105500,\"BR_MA\",\"2105500\",3,\"Maranhão\",\"João Lisboa\",,\"BRA.10.96_1\",\"ChIJdSe6DxiQz5IRZv-G8wOBojI\",,\"BRMA2105500\",\"2105500\",-5.237093685,-47.0875662171987,23740,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a839e9f2\",2105609,2105609,\"BR_MA\",\"2105609\",3,\"Maranhão\",\"Joselândia\",,\"BRA.10.97_1\",,,\"BRMA2105609\",\"2105609\",-5.01217866,-44.7745474820412,16198,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a2492d21\",2105658,2105658,\"BR_MA\",\"2105658\",3,\"Maranhão\",\"Junco do Maranhão\",,\"BRA.10.98_1\",,,\"BRMA2105658\",\"2105658\",-1.860298455,-46.085497419037,4392,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"defcb353\",2105708,2105708,\"BR_MA\",\"2105708\",3,\"Maranhão\",\"Lago da Pedra\",,\"BRA.10.99_1\",\"ChIJf2iw-LdHy5IRh2e0MI1bV7w\",,\"BRMA2105708\",\"2105708\",-4.73342943,-45.2240038470743,50616,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"451fe9ff\",2105807,2105807,\"BR_MA\",\"2105807\",3,\"Maranhão\",\"Lago do Junco\",,\"BRA.10.100_1\",,,\"BRMA2105807\",\"2105807\",-4.581869125,-45.0282384608598,10869,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b00e5b5d\",2105948,2105948,\"BR_MA\",\"2105948\",3,\"Maranhão\",\"Lago dos Rodrigues\",,\"BRA.10.101_1\",,,\"BRMA2105948\",\"2105948\",-4.6097784,-44.9467052313723,8857,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"33dab35e\",2105906,2105906,\"BR_MA\",\"2105906\",3,\"Maranhão\",\"Lago Verde\",,\"BRA.10.102_1\",,,\"BRMA2105906\",\"2105906\",-3.983857035,-44.8504267456017,16314,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"068115c5\",2105922,2105922,\"BR_MA\",\"2105922\",3,\"Maranhão\",\"Lagoa do Mato\",,\"BRA.10.103_1\",,,\"BRMA2105922\",\"2105922\",-6.046871425,-43.5267801201411,11265,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"15eae057\",2105963,2105963,\"BR_MA\",\"2105963\",3,\"Maranhão\",\"Lagoa Grande do Maranhão\",,\"BRA.10.104_1\",,,\"BRMA2105963\",\"2105963\",-4.909079555,-45.4161431186687,11464,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6bbc24c7\",2105989,2105989,\"BR_MA\",\"2105989\",3,\"Maranhão\",\"Lajeado Novo\",,\"BRA.10.105_1\",,,\"BRMA2105989\",\"2105989\",-6.094792605,-46.959656779029,7602,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5ed4d3b0\",2106003,2106003,\"BR_MA\",\"2106003\",3,\"Maranhão\",\"Lima Campos\",,\"BRA.10.106_1\",,,\"BRMA2106003\",\"2106003\",-4.56629944,-44.445361619031,11918,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"28118911\",2106102,2106102,\"BR_MA\",\"2106102\",3,\"Maranhão\",\"Loreto\",,\"BRA.10.107_1\",,,\"BRMA2106102\",\"2106102\",-7.20209789,-45.1700019707537,12214,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b35e66f2\",2106201,2106201,\"BR_MA\",\"2106201\",3,\"Maranhão\",\"Luís Domingues\",,\"BRA.10.108_1\",,,\"BRMA2106201\",\"2106201\",-1.368865965,-45.8696770076149,6984,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c59b3c53\",2106300,2106300,\"BR_MA\",\"2106300\",3,\"Maranhão\",\"Magalhães de Almeida\",,\"BRA.10.109_1\",,,\"BRMA2106300\",\"2106300\",-3.31821346,-42.1967041654686,20029,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1ecefbe4\",2106326,2106326,\"BR_MA\",\"2106326\",3,\"Maranhão\",\"Maracaçumé\",,\"BRA.10.110_1\",,,\"BRMA2106326\",\"2106326\",-1.99425149,-45.9887048653432,21586,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c13070b2\",2106359,2106359,\"BR_MA\",\"2106359\",3,\"Maranhão\",\"Marajá do Sena\",,\"BRA.10.111_1\",,,\"BRMA2106359\",\"2106359\",-4.7208519,-45.5455876182836,7775,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fab05e1b\",2106375,2106375,\"BR_MA\",\"2106375\",3,\"Maranhão\",\"Maranhãozinho\",,\"BRA.10.112_1\",,,\"BRMA2106375\",\"2106375\",-2.421696425,-45.954117082276,16511,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b9089272\",2106409,2106409,\"BR_MA\",\"2106409\",3,\"Maranhão\",\"Mata Roma\",,\"BRA.10.113_1\",,,\"BRMA2106409\",\"2106409\",-3.6534245,-43.236864567959,16977,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cfcdc8d3\",2106508,2106508,\"BR_MA\",\"2106508\",3,\"Maranhão\",\"Matinha\",,\"BRA.10.115_1\",,,\"BRMA2106508\",\"2106508\",-3.059197065,-45.0377126306283,23482,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5d346b1b\",2106607,2106607,\"BR_MA\",\"2106607\",3,\"Maranhão\",\"Matões\",,\"BRA.10.116_1\",,,\"BRMA2106607\",\"2106607\",-5.38582563,-43.2786854180665,33943,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f7a9ded\",2106631,2106631,\"BR_MA\",\"2106631\",3,\"Maranhão\",\"Matões do Norte\",,\"BRA.10.114_1\",,,\"BRMA2106631\",\"2106631\",-3.739049435,-44.4641557209369,17033,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"621f0953\",2106672,2106672,\"BR_MA\",\"2106672\",3,\"Maranhão\",\"Milagres do Maranhão\",,\"BRA.10.117_1\",,,\"BRMA2106672\",\"2106672\",-3.524543045,-42.8000838512737,8483,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2bf131ba\",2106706,2106706,\"BR_MA\",\"2106706\",3,\"Maranhão\",\"Mirador\",,\"BRA.10.118_1\",,,\"BRMA2106706\",\"2106706\",-6.404307125,-44.8330314110853,21031,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cf8f9445\",2106755,2106755,\"BR_MA\",\"2106755\",3,\"Maranhão\",\"Miranda do Norte\",,\"BRA.10.119_1\",\"ChIJuxgzkTQy9QcR6WCpU7ysJiw\",,\"BRMA2106755\",\"2106755\",-3.54605949,-44.5239285323954,28754,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b9a4273d\",2106805,2106805,\"BR_MA\",\"2106805\",3,\"Maranhão\",\"Mirinzal\",,\"BRA.10.120_1\",,,\"BRMA2106805\",\"2106805\",-2.071556565,-44.8451841161547,15011,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cf617d9c\",2106904,2106904,\"BR_MA\",\"2106904\",3,\"Maranhão\",\"Monção\",,\"BRA.10.121_1\",,,\"BRMA2106904\",\"2106904\",-3.481521965,-45.3218558061374,33664,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0866d5f9\",2107001,2107001,\"BR_MA\",\"2107001\",3,\"Maranhão\",\"Montes Altos\",,\"BRA.10.122_1\",,,\"BRMA2107001\",\"2107001\",-5.83905649,-47.0950059021263,9111,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7ea38f58\",2107100,2107100,\"BR_MA\",\"2107100\",3,\"Maranhão\",\"Morros\",,\"BRA.10.123_1\",,,\"BRMA2107100\",\"2107100\",-2.972303985,-43.8004296959449,19572,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"053989a5\",2107209,2107209,\"BR_MA\",\"2107209\",3,\"Maranhão\",\"Nina Rodrigues\",,\"BRA.10.124_1\",,,\"BRMA2107209\",\"2107209\",-3.417028545,-43.8350129275752,14642,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0f494d76\",2107258,2107258,\"BR_MA\",\"2107258\",3,\"Maranhão\",\"Nova Colinas\",,\"BRA.10.125_1\",,,\"BRMA2107258\",\"2107258\",-7.180577515,-46.2068770581943,5427,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73fcd304\",2107308,2107308,\"BR_MA\",\"2107308\",3,\"Maranhão\",\"Nova Iorque\",,\"BRA.10.126_1\",,,\"BRMA2107308\",\"2107308\",-6.778005365,-44.1461580323597,4682,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9e343ad0\",2107357,2107357,\"BR_MA\",\"2107357\",3,\"Maranhão\",\"Nova Olinda do Maranhão\",,\"BRA.10.127_1\",,,\"BRMA2107357\",\"2107357\",-2.94768345,-45.9558769514517,21080,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e60cd810\",2107407,2107407,\"BR_MA\",\"2107407\",3,\"Maranhão\",\"Olho d'Água das Cunhãs\",,\"BRA.10.128_1\",,,\"BRMA2107407\",\"2107407\",-4.18515134,-45.1997225407274,19561,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec7c1cc3\",2107456,2107456,\"BR_MA\",\"2107456\",3,\"Maranhão\",\"Olinda Nova do Maranhão\",,\"BRA.10.129_1\",,,\"BRMA2107456\",\"2107456\",-2.98245299,-45.0114570182105,14836,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"90c982b1\",2107506,2107506,\"BR_MA\",\"2107506\",3,\"Maranhão\",\"Paço do Lumiar\",,\"BRA.10.130_1\",\"ChIJUWkkh8WV9gcRg9ZcB0a53ns\",,\"BRMA2107506\",\"2107506\",-2.505554915,-44.1216237508317,123747,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0b866d52\",2107605,2107605,\"BR_MA\",\"2107605\",3,\"Maranhão\",\"Palmeirândia\",,\"BRA.10.131_1\",,,\"BRMA2107605\",\"2107605\",-2.685938595,-44.9853028217849,19781,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7d4337f3\",2107704,2107704,\"BR_MA\",\"2107704\",3,\"Maranhão\",\"Paraibano\",,\"BRA.10.132_1\",,,\"BRMA2107704\",\"2107704\",-6.405344725,-43.9281979740396,21479,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e87be56d\",2107803,2107803,\"BR_MA\",\"2107803\",3,\"Maranhão\",\"Parnarama\",,\"BRA.10.133_1\",,,\"BRMA2107803\",\"2107803\",-5.593897105,-43.444586728475,35008,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ebebfcc\",2107902,2107902,\"BR_MA\",\"2107902\",3,\"Maranhão\",\"Passagem Franca\",,\"BRA.10.134_1\",,,\"BRMA2107902\",\"2107902\",-6.11355901,-43.7540674660306,19137,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5ede4d9d\",2108009,2108009,\"BR_MA\",\"2108009\",3,\"Maranhão\",\"Pastos Bons\",,\"BRA.10.135_1\",,,\"BRMA2108009\",\"2108009\",-6.66180301,-44.2219463515903,19583,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"54ae894e\",2108058,2108058,\"BR_MA\",\"2108058\",3,\"Maranhão\",\"Paulino Neves\",,\"BRA.10.136_1\",,,\"BRMA2108058\",\"2108058\",-2.86024547,-42.5865988772744,16166,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"281b173c\",2108108,2108108,\"BR_MA\",\"2108108\",3,\"Maranhão\",\"Paulo Ramos\",,\"BRA.10.137_1\",,,\"BRMA2108108\",\"2108108\",-4.54937553,-45.4272221561769,21066,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bae2b4f4\",2108207,2108207,\"BR_MA\",\"2108207\",3,\"Maranhão\",\"Pedreiras\",,\"BRA.10.138_1\",\"ChIJlQlYt9mJiQcRikMz_mynr4U\",,\"BRMA2108207\",\"2108207\",-4.59422803,-44.58288213778,39191,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b0927027\",2108256,2108256,\"BR_MA\",\"2108256\",3,\"Maranhão\",\"Pedro do Rosário\",,\"BRA.10.139_1\",,,\"BRMA2108256\",\"2108256\",-2.98549104,-45.4295617595437,25354,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cc27ee55\",2108306,2108306,\"BR_MA\",\"2108306\",3,\"Maranhão\",\"Penalva\",,\"BRA.10.140_1\",,,\"BRMA2108306\",\"2108306\",-3.269233945,-45.2892887420551,38731,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5061a96a\",2108405,2108405,\"BR_MA\",\"2108405\",3,\"Maranhão\",\"Peri Mirim\",,\"BRA.10.141_1\",,,\"BRMA2108405\",\"2108405\",-2.55664754,-44.9212517827826,14345,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5a116db9\",2108454,2108454,\"BR_MA\",\"2108454\",3,\"Maranhão\",\"Peritoró\",,\"BRA.10.142_1\",,,\"BRMA2108454\",\"2108454\",-4.44809818,-44.273110028494,23364,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"26a4f3cb\",2108504,2108504,\"BR_MA\",\"2108504\",3,\"Maranhão\",\"Pindaré-Mirim\",,\"BRA.10.143_1\",\"ChIJ_ymdG1qaypIR82MEeQd19Fw\",,\"BRMA2108504\",\"2108504\",-3.696134445,-45.455456900107,33065,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ba86d831\",2108603,2108603,\"BR_MA\",\"2108603\",3,\"Maranhão\",\"Pinheiro\",,\"BRA.10.144_1\",\"ChIJ3b8gJA5Os5IR5rNqLgO5ywI\",,\"BRMA2108603\",\"2108603\",-2.502005935,-45.1443310134991,83777,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cc438290\",2108702,2108702,\"BR_MA\",\"2108702\",3,\"Maranhão\",\"Pio XII\",,\"BRA.10.145_1\",,,\"BRMA2108702\",\"2108702\",-3.863412025,-45.0829220765634,21379,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5e169417\",2108801,2108801,\"BR_MA\",\"2108801\",3,\"Maranhão\",\"Pirapemas\",,\"BRA.10.146_1\",,,\"BRMA2108801\",\"2108801\",-3.783026455,-44.1716652911031,18720,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"28d3ceb6\",2108900,2108900,\"BR_MA\",\"2108900\",3,\"Maranhão\",\"Poção de Pedras\",,\"BRA.10.147_1\",,,\"BRMA2108900\",\"2108900\",-4.772501945,-44.8039580449536,17595,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"01da07ff\",2109007,2109007,\"BR_MA\",\"2109007\",3,\"Maranhão\",\"Porto Franco\",,\"BRA.10.148_1\",\"ChIJWa9fu8-D0JIRCzOTbnaarZc\",,\"BRMA2109007\",\"2109007\",-6.382977005,-47.2680851591911,24092,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0baac32c\",2109056,2109056,\"BR_MA\",\"2109056\",3,\"Maranhão\",\"Porto Rico do Maranhão\",,\"BRA.10.149_1\",,,\"BRMA2109056\",\"2109056\",-1.884150985,-44.642504040691,5955,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"771f5d5e\",2109106,2109106,\"BR_MA\",\"2109106\",3,\"Maranhão\",\"Presidente Dutra\",,\"BRA.10.150_1\",\"ChIJlwBWAn9biAcRE2ibsLithrI\",,\"BRMA2109106\",\"2109106\",-5.286936045,-44.4616195046034,48036,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec50b2bd\",2109205,2109205,\"BR_MA\",\"2109205\",3,\"Maranhão\",\"Presidente Juscelino\",,\"BRA.10.151_1\",,,\"BRMA2109205\",\"2109205\",-3.09869802,-44.0629958397069,12838,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cecbad55\",2109239,2109239,\"BR_MA\",\"2109239\",3,\"Maranhão\",\"Presidente Médici\",,\"BRA.10.152_1\",,,\"BRMA2109239\",\"2109239\",-2.314298035,-45.764967584762,7070,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d37bd0f5\",2109270,2109270,\"BR_MA\",\"2109270\",3,\"Maranhão\",\"Presidente Sarney\",,\"BRA.10.153_1\",,,\"BRMA2109270\",\"2109270\",-2.59227049,-45.3508604881019,19069,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a95e81c\",2109304,2109304,\"BR_MA\",\"2109304\",3,\"Maranhão\",\"Presidente Vargas\",,\"BRA.10.154_1\",,,\"BRMA2109304\",\"2109304\",-3.354878545,-43.9744078862344,11261,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"01be6b3a\",2109403,2109403,\"BR_MA\",\"2109403\",3,\"Maranhão\",\"Primeira Cruz\",,\"BRA.10.155_1\",,,\"BRMA2109403\",\"2109403\",-2.67329347,-43.3700885531745,15431,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0bceafe9\",2109452,2109452,\"BR_MA\",\"2109452\",3,\"Maranhão\",\"Raposa\",,\"BRA.10.156_1\",\"ChIJSbDZw2Lq9gcRIx6SrNpBqtk\",,\"BRMA2109452\",\"2109452\",-2.43861103,-44.112222675,31177,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"777b319b\",2109502,2109502,\"BR_MA\",\"2109502\",3,\"Maranhão\",\"Riachão\",,\"BRA.10.157_1\",,,\"BRMA2109502\",\"2109502\",-7.74671507,-46.6268739578767,20334,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93059464\",2109551,2109551,\"BR_MA\",\"2109551\",3,\"Maranhão\",\"Ribamar Fiquene\",,\"BRA.10.158_1\",,,\"BRMA2109551\",\"2109551\",-5.96633172,-47.2781212818116,7825,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec34de78\",2109601,2109601,\"BR_MA\",\"2109601\",3,\"Maranhão\",\"Rosário\",,\"BRA.10.159_1\",\"ChIJg-7Yf9BH9AcRGgcRKjl9EZ4\",,\"BRMA2109601\",\"2109601\",-2.970403075,-44.1993049923649,42994,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9af184d9\",2109700,2109700,\"BR_MA\",\"2109700\",3,\"Maranhão\",\"Sambaíba\",,\"BRA.10.160_1\",,,\"BRMA2109700\",\"2109700\",-7.399727585,-45.5719085047353,5679,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9e5ac838\",2109759,2109759,\"BR_MA\",\"2109759\",3,\"Maranhão\",\"Santa Filomena do Maranhão\",,\"BRA.10.161_1\",,,\"BRMA2109759\",\"2109759\",-5.49518299,-44.6054613018579,7826,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e8717b40\",2109809,2109809,\"BR_MA\",\"2109809\",3,\"Maranhão\",\"Santa Helena\",,\"BRA.10.162_1\",,,\"BRMA2109809\",\"2109809\",-2.45016658,-45.5149919320504,42483,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9eb421e1\",2109908,2109908,\"BR_MA\",\"2109908\",3,\"Maranhão\",\"Santa Inês\",,\"BRA.10.163_1\",\"ChIJ9U7IrIeNypIRokqHqAyvx9w\",,\"BRMA2109908\",\"2109908\",-3.801504495,-45.446973069036,89489,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"afbc00e9\",2110005,2110005,\"BR_MA\",\"2110005\",3,\"Maranhão\",\"Santa Luzia\",,\"BRA.10.165_1\",\"ChIJy8P9UE1FypIRhYaUJwNjXpk\",,\"BRMA2110005\",\"2110005\",-4.287846085,-45.9358851251869,72887,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8d271f01\",2110039,2110039,\"BR_MA\",\"2110039\",3,\"Maranhão\",\"Santa Luzia do Paruá\",,\"BRA.10.164_1\",,,\"BRMA2110039\",\"2110039\",-2.496960525,-45.774610297218,25371,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d9795a48\",2110104,2110104,\"BR_MA\",\"2110104\",3,\"Maranhão\",\"Santa Quitéria do Maranhão\",,\"BRA.10.166_1\",,,\"BRMA2110104\",\"2110104\",-3.29762304,-42.9741115602257,25764,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"455b71b2\",2110203,2110203,\"BR_MA\",\"2110203\",3,\"Maranhão\",\"Santa Rita\",,\"BRA.10.167_1\",\"ChIJLYTiiftV9AcRxeyepIq9d1U\",,\"BRMA2110203\",\"2110203\",-3.15235484,-44.3325623180099,38298,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"691be668\",2110237,2110237,\"BR_MA\",\"2110237\",3,\"Maranhão\",\"Santana do Maranhão\",,\"BRA.10.168_1\",,,\"BRMA2110237\",\"2110237\",-3.1949898,-42.626187486316,13547,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9dc83efd\",2110278,2110278,\"BR_MA\",\"2110278\",3,\"Maranhão\",\"Santo Amaro do Maranhão\",,\"BRA.10.169_1\",,,\"BRMA2110278\",\"2110278\",-2.64857793,-43.1792504263587,16034,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"339e2b13\",2110302,2110302,\"BR_MA\",\"2110302\",3,\"Maranhão\",\"Santo Antônio dos Lopes\",,\"BRA.10.170_1\",,,\"BRMA2110302\",\"2110302\",-4.819590805,-44.4807893151615,14522,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"afd86c2c\",2110401,2110401,\"BR_MA\",\"2110401\",3,\"Maranhão\",\"São Benedito do Rio Preto\",,\"BRA.10.171_1\",,,\"BRMA2110401\",\"2110401\",-3.39229846,-43.6034404799625,18717,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d91d368d\",2110500,2110500,\"BR_MA\",\"2110500\",3,\"Maranhão\",\"São Bento\",,\"BRA.10.172_1\",,,\"BRMA2110500\",\"2110500\",-2.78790653,-44.9393421201087,45604,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a2873070\",2110609,2110609,\"BR_MA\",\"2110609\",3,\"Maranhão\",\"São Bernardo\",,\"BRA.10.173_1\",,,\"BRMA2110609\",\"2110609\",-3.31692505,-42.4310550276926,28667,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a8f7f4a3\",2110658,2110658,\"BR_MA\",\"2110658\",3,\"Maranhão\",\"São Domingos do Azeitão\",,\"BRA.10.174_1\",,,\"BRMA2110658\",\"2110658\",-6.828330515,-44.5924158805763,7420,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d4426ad1\",2110708,2110708,\"BR_MA\",\"2110708\",3,\"Maranhão\",\"São Domingos do Maranhão\",,\"BRA.10.175_1\",\"ChIJsedusyQshgcRERyTIVW39UY\",,\"BRMA2110708\",\"2110708\",-5.665637015,-44.3170609302903,34384,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4fa1307d\",2110807,2110807,\"BR_MA\",\"2110807\",3,\"Maranhão\",\"São Félix de Balsas\",,\"BRA.10.176_1\",,,\"BRMA2110807\",\"2110807\",-7.111660955,-44.8859646091389,4562,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"45d1f4ae\",2110856,2110856,\"BR_MA\",\"2110856\",3,\"Maranhão\",\"São Francisco do Brejão\",,\"BRA.10.177_1\",,,\"BRMA2110856\",\"2110856\",-5.170760155,-47.3229585517868,11941,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"39646adc\",2110906,2110906,\"BR_MA\",\"2110906\",3,\"Maranhão\",\"São Francisco do Maranhão\",,\"BRA.10.178_1\",,,\"BRMA2110906\",\"2110906\",-6.203238485,-43.1679715815725,12218,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe63c2b9\",2111003,2111003,\"BR_MA\",\"2111003\",3,\"Maranhão\",\"São João Batista\",,\"BRA.10.179_1\",,,\"BRMA2111003\",\"2111003\",-3.012442945,-44.7751615104772,20701,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2c804925\",2111029,2111029,\"BR_MA\",\"2111029\",3,\"Maranhão\",\"São João do Carú\",,\"BRA.10.180_1\",,,\"BRMA2111029\",\"2111029\",-3.59716451,-46.5376982115641,15787,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f413066a\",2111052,2111052,\"BR_MA\",\"2111052\",3,\"Maranhão\",\"São João do Paraíso\",,\"BRA.10.181_1\",,,\"BRMA2111052\",\"2111052\",-6.437453985,-46.9093208171338,11193,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"26f08df6\",2111078,2111078,\"BR_MA\",\"2111078\",3,\"Maranhão\",\"São João do Soter\",,\"BRA.10.182_1\",,,\"BRMA2111078\",\"2111078\",-5.029814005,-43.7546009731077,18645,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"88a69818\",2111102,2111102,\"BR_MA\",\"2111102\",3,\"Maranhão\",\"São João dos Patos\",,\"BRA.10.183_1\",\"ChIJ_WmYWpIbhAcRmOnPMVOshkQ\",,\"BRMA2111102\",\"2111102\",-6.555535795,-43.6515818197015,25996,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"13e977fb\",2111201,2111201,\"BR_MA\",\"2111201\",3,\"Maranhão\",\"São José de Ribamar\",,\"BRA.10.184_1\",\"ChIJLfzulOKi9gcRP_jCy8_AmFs\",,\"BRMA2111201\",\"2111201\",-2.58194494,-44.1367714470566,179028,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1999b328\",2111250,2111250,\"BR_MA\",\"2111250\",3,\"Maranhão\",\"São José dos Basílios\",,\"BRA.10.185_1\",,,\"BRMA2111250\",\"2111250\",-5.01507759,-44.5518804314576,7640,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"652c2d5a\",2111300,2111300,\"BR_MA\",\"2111300\",3,\"Maranhão\",\"São Luís\",,\"BRA.10.187_1\",\"ChIJe7g6dI2D9gcR_hMieGSUDUQ\",,\"BRMA2111300\",\"2111300\",-2.608990075,-44.3010583987023,1108975,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"19bf837b\",2111409,2111409,\"BR_MA\",\"2111409\",3,\"Maranhão\",\"São Luís Gonzaga do Maranhão\",,\"BRA.10.186_1\",,,\"BRMA2111409\",\"2111409\",-4.352729555,-44.6191523651593,18727,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6f7ad9da\",2111508,2111508,\"BR_MA\",\"2111508\",3,\"Maranhão\",\"São Mateus do Maranhão\",,\"BRA.10.188_1\",\"ChIJoUsK5a7-igcRVFQj0jedhG0\",,\"BRMA2111508\",\"2111508\",-3.98735249,-44.5052503621881,41579,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a4826307\",2111532,2111532,\"BR_MA\",\"2111532\",3,\"Maranhão\",\"São Pedro da Água Branca\",,\"BRA.10.189_1\",,,\"BRMA2111532\",\"2111532\",-5.141941075,-48.3460607209301,12735,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7e99695\",2111573,2111573,\"BR_MA\",\"2111573\",3,\"Maranhão\",\"São Pedro dos Crentes\",,\"BRA.10.190_1\",,,\"BRMA2111573\",\"2111573\",-6.850271465,-46.8084655476818,4684,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd837a12\",2111607,2111607,\"BR_MA\",\"2111607\",3,\"Maranhão\",\"São Raimundo das Mangabeiras\",,\"BRA.10.191_1\",\"ChIJFWCYn3D71JIRRsL4e_ENgWg\",,\"BRMA2111607\",\"2111607\",-7.05374789,-45.669859381915,18980,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3fcd8ce4\",2111631,2111631,\"BR_MA\",\"2111631\",3,\"Maranhão\",\"São Raimundo do Doca Bezerra\",,\"BRA.10.192_1\",,,\"BRMA2111631\",\"2111631\",-5.105477095,-45.0660104136814,5131,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2a8185a\",2111672,2111672,\"BR_MA\",\"2111672\",3,\"Maranhão\",\"São Roberto\",,\"BRA.10.193_1\",,,\"BRMA2111672\",\"2111672\",-5.022779465,-45.0254703432895,6789,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b4620b3\",2111706,2111706,\"BR_MA\",\"2111706\",3,\"Maranhão\",\"São Vicente Ferrer\",,\"BRA.10.194_1\",,,\"BRMA2111706\",\"2111706\",-2.87242198,-44.9315699186652,22350,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be1d8628\",2111722,2111722,\"BR_MA\",\"2111722\",3,\"Maranhão\",\"Satubinha\",,\"BRA.10.195_1\",,,\"BRMA2111722\",\"2111722\",-3.960125925,-45.2662742799975,14096,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0892c8b0\",2111748,2111748,\"BR_MA\",\"2111748\",3,\"Maranhão\",\"Senador Alexandre Costa\",,\"BRA.10.196_1\",,,\"BRMA2111748\",\"2111748\",-5.251739505,-43.9780803989647,11214,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ad7673ba\",2111763,2111763,\"BR_MA\",\"2111763\",3,\"Maranhão\",\"Senador La Rocque\",,\"BRA.10.197_1\",,,\"BRMA2111763\",\"2111763\",-5.380827665,-47.1367517929693,14050,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d320b72a\",2111789,2111789,\"BR_MA\",\"2111789\",3,\"Maranhão\",\"Serrano do Maranhão\",,\"BRA.10.198_1\",,,\"BRMA2111789\",\"2111789\",-1.886621535,-45.0444769487969,10299,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"19133634\",2111805,2111805,\"BR_MA\",\"2111805\",3,\"Maranhão\",\"Sítio Novo\",,\"BRA.10.199_1\",,,\"BRMA2111805\",\"2111805\",-6.27449322,-46.5543030969726,18160,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6fd66c95\",2111904,2111904,\"BR_MA\",\"2111904\",3,\"Maranhão\",\"Sucupira do Norte\",,\"BRA.10.200_1\",,,\"BRMA2111904\",\"2111904\",-6.481042385,-44.3024232815426,10634,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8cc50d73\",2111953,2111953,\"BR_MA\",\"2111953\",3,\"Maranhão\",\"Sucupira do Riachão\",,\"BRA.10.201_1\",,,\"BRMA2111953\",\"2111953\",-6.469572305,-43.4940725193419,5676,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"02d80c7b\",2112001,2112001,\"BR_MA\",\"2112001\",3,\"Maranhão\",\"Tasso Fragoso\",,\"BRA.10.202_1\",,,\"BRMA2112001\",\"2112001\",-8.3112998,-45.8860389855446,8582,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"741d56da\",2112100,2112100,\"BR_MA\",\"2112100\",3,\"Maranhão\",\"Timbiras\",,\"BRA.10.203_1\",,,\"BRMA2112100\",\"2112100\",-4.171031475,-43.781091868481,29183,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0f875027\",2112209,2112209,\"BR_MA\",\"2112209\",3,\"Maranhão\",\"Timon\",,\"BRA.10.204_1\",\"ChIJh3aU9Jc3jgcRcuMp0gnsxdA\",,\"BRMA2112209\",\"2112209\",-5.170808075,-43.0022064253196,170222,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c47feafa\",2112233,2112233,\"BR_MA\",\"2112233\",3,\"Maranhão\",\"Trizidela do Vale\",,\"BRA.10.205_1\",\"ChIJKS-c7gKKiQcRZ1nmg1Mz7P8\",,\"BRMA2112233\",\"2112233\",-4.535910365,-44.6702745644957,22112,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3e77ba5d\",2112274,2112274,\"BR_MA\",\"2112274\",3,\"Maranhão\",\"Tufilândia\",,\"BRA.10.206_1\",,,\"BRMA2112274\",\"2112274\",-3.771932005,-45.5749586220144,5854,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"79420a86\",2112308,2112308,\"BR_MA\",\"2112308\",3,\"Maranhão\",\"Tuntum\",,\"BRA.10.207_1\",\"ChIJ9cimFRdqiAcR6zBnvEK7jT8\",,\"BRMA2112308\",\"2112308\",-5.6006279,-44.8270946646274,42040,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ecb20192\",2112407,2112407,\"BR_MA\",\"2112407\",3,\"Maranhão\",\"Turiaçu\",,\"BRA.10.208_1\",,,\"BRMA2112407\",\"2112407\",-1.70819402,-45.5230886854578,35709,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e6c2c541\",2112456,2112456,\"BR_MA\",\"2112456\",3,\"Maranhão\",\"Turilândia\",,\"BRA.10.209_1\",,,\"BRMA2112456\",\"2112456\",-2.116221905,-45.4378299034641,25868,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a775b33\",2112506,2112506,\"BR_MA\",\"2112506\",3,\"Maranhão\",\"Tutóia\",,\"BRA.10.211_1\",\"ChIJI4RSlGbw7QcR5OTF8gvmapk\",,\"BRMA2112506\",\"2112506\",-2.730973005,-42.200277325,59398,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0138b4d0\",2112605,2112605,\"BR_MA\",\"2112605\",3,\"Maranhão\",\"Urbano Santos\",,\"BRA.10.212_1\",,,\"BRMA2112605\",\"2112605\",-3.322943925,-43.3161856549337,33459,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"77fdee71\",2112704,2112704,\"BR_MA\",\"2112704\",3,\"Maranhão\",\"Vargem Grande\",,\"BRA.10.213_1\",\"ChIJF_LKO5av9AcRC7Os8UIbETo\",,\"BRMA2112704\",\"2112704\",-3.732821105,-43.8445793361952,57168,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e2c53cef\",2112803,2112803,\"BR_MA\",\"2112803\",3,\"Maranhão\",\"Viana\",,\"BRA.10.214_1\",\"ChIJKWK3T3199QcRAcHJv0YplYc\",,\"BRMA2112803\",\"2112803\",-3.129942535,-45.1890103064267,52649,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e8b5f83c\",2112852,2112852,\"BR_MA\",\"2112852\",3,\"Maranhão\",\"Vila Nova dos Martírios\",,\"BRA.10.216_1\",,,\"BRMA2112852\",\"2112852\",-5.042696,-48.0984692080011,13598,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9400664e\",2112902,2112902,\"BR_MA\",\"2112902\",3,\"Maranhão\",\"Vitória do Mearim\",,\"BRA.10.217_1\",\"ChIJ49-5uIhT9QcRT8G_8RwVrLk\",,\"BRMA2112902\",\"2112902\",-3.555737495,-44.9344971846625,32861,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b4bfe32c\",2113009,2113009,\"BR_MA\",\"2113009\",3,\"Maranhão\",\"Vitorino Freire\",,\"BRA.10.215_1\",\"ChIJm3pZv44ny5IR_STLY7IIrvA\",,\"BRMA2113009\",\"2113009\",-4.18464017,-45.3930917080398,31522,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ced0f692\",2114007,2114007,\"BR_MA\",\"2114007\",3,\"Maranhão\",\"Zé Doca\",,\"BRA.10.218_1\",\"ChIJLX7UPxmmtZIRkW9gY2Hk2P4\",,\"BRMA2114007\",\"2114007\",-3.247964505,-45.9737368243304,51956,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c8dde843\",5100102,5100102,\"BR_MT\",\"5100102\",3,\"Mato Grosso\",\"Acorizal\",,\"BRA.12.1_1\",,,\"BRMT5100102\",\"5100102\",-15.194378375,-56.3175829537056,5334,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"539207a0\",5100201,5100201,\"BR_MT\",\"5100201\",3,\"Mato Grosso\",\"Água Boa\",,\"BRA.12.2_1\",\"ChIJS1MP0yS3bZMR3-jsSxvtGt4\",,\"BRMT5100201\",\"5100201\",-14.14696741,-52.3622760212756,26204,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"59e2c373\",5100250,5100250,\"BR_MT\",\"5100250\",3,\"Mato Grosso\",\"Alta Floresta\",,\"BRA.12.3_1\",\"ChIJ3RjHQLwxqpMRfrtVUo2QN1o\",,\"BRMT5100250\",\"5100250\",-10.04345894,-56.4058415140543,51959,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"25575d01\",5100300,5100300,\"BR_MT\",\"5100300\",3,\"Mato Grosso\",\"Alto Araguaia\",,\"BRA.12.4_1\",\"ChIJy2H5nbOafJMR0IsLjS1RExc\",,\"BRMT5100300\",\"5100300\",-17.42062378,-53.4560960166925,19385,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"21fc11e0\",5100359,5100359,\"BR_MT\",\"5100359\",3,\"Mato Grosso\",\"Alto Boa Vista\",,\"BRA.12.5_1\",,,\"BRMT5100359\",\"5100359\",-11.982328415,-51.7143241662596,6936,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"59c4f320\",5100409,5100409,\"BR_MT\",\"5100409\",3,\"Mato Grosso\",\"Alto Garças\",,\"BRA.12.6_1\",\"ChIJRR0K0lCYe5MRqBRIlYvFa4A\",,\"BRMT5100409\",\"5100409\",-16.854023935,-53.6646371803183,12151,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2f01a981\",5100508,5100508,\"BR_MT\",\"5100508\",3,\"Mato Grosso\",\"Alto Paraguai\",,\"BRA.12.7_1\",,,\"BRMT5100508\",\"5100508\",-14.77176285,-56.6277581914521,11473,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bdf80a49\",5100607,5100607,\"BR_MT\",\"5100607\",3,\"Mato Grosso\",\"Alto Taquari\",,\"BRA.12.8_1\",\"ChIJXYpVEgsCfZMRCiq7SFy5TI0\",,\"BRMT5100607\",\"5100607\",-17.77702713,-53.344811632784,11133,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5968466f\",5100805,5100805,\"BR_MT\",\"5100805\",3,\"Mato Grosso\",\"Apiacás\",,\"BRA.12.9_1\",,,\"BRMT5100805\",\"5100805\",-8.58369732,-58.0170329761494,10283,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e8aab4ab\",5101001,5101001,\"BR_MT\",\"5101001\",3,\"Mato Grosso\",\"Araguaiana\",,\"BRA.12.10_1\",,,\"BRMT5101001\",\"5101001\",-15.073405265,-51.7934197211819,3109,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e5f5e8f7\",5101209,5101209,\"BR_MT\",\"5101209\",3,\"Mato Grosso\",\"Araguainha\",,\"BRA.12.11_1\",,,\"BRMT5101209\",\"5101209\",-16.703413965,-53.1407512341538,946,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ef852c24\",5101258,5101258,\"BR_MT\",\"5101258\",3,\"Mato Grosso\",\"Araputanga\",,\"BRA.12.12_1\",\"ChIJhWdrMMj_mZMRewuqdF4cPDA\",,\"BRMT5101258\",\"5101258\",-15.26200533,-58.408538053155,16951,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9330b256\",5101308,5101308,\"BR_MT\",\"5101308\",3,\"Mato Grosso\",\"Arenápolis\",,\"BRA.12.13_1\",\"ChIJiSBRjvwtn5MRuCmLOcqFn9w\",,\"BRMT5101308\",\"5101308\",-14.503854755,-56.8733550137092,9502,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"06c0b942\",5101407,5101407,\"BR_MT\",\"5101407\",3,\"Mato Grosso\",\"Aripuanã\",,\"BRA.12.14_1\",\"ChIJx922i8PBs5MRAN3-jzxXe8k\",,\"BRMT5101407\",\"5101407\",-9.896831035,-60.2643573070346,22714,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eb4a0c00\",5101605,5101605,\"BR_MT\",\"5101605\",3,\"Mato Grosso\",\"Barão de Melgaço\",,\"BRA.12.15_1\",,,\"BRMT5101605\",\"5101605\",-16.752827645,-56.0165737932183,8164,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9d8f56a1\",5101704,5101704,\"BR_MT\",\"5101704\",3,\"Mato Grosso\",\"Barra do Bugres\",,,\"ChIJSymx2o6XmZMRAfe1xEsuj3A\",,\"BRMT5101704\",\"5101704\",-15.0683712,-57.1853688,35307,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"08b7843f\",5101803,5101803,\"BR_MT\",\"5101803\",3,\"Mato Grosso\",\"Barra do Garças\",,\"BRA.12.16_1\",\"ChIJfy_QMxZvZZMRM-HEspHAqNs\",,\"BRMT5101803\",\"5101803\",-15.355119705,-52.6596633389412,61135,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"02c740ec\",5101852,5101852,\"BR_MT\",\"5101852\",3,\"Mato Grosso\",\"Bom Jesus do Araguaia\",,\"BRA.12.17_1\",,,\"BRMT5101852\",\"5101852\",-15.119783875,-57.2410211585659,6706,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7e72de9e\",5101902,5101902,\"BR_MT\",\"5101902\",3,\"Mato Grosso\",\"Brasnorte\",,\"BRA.12.18_1\",\"ChIJi2fKaxkcpZMR_XRO916vn-U\",,\"BRMT5101902\",\"5101902\",-12.10344124,-58.1813681469038,20140,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8cbe2d21\",5102504,5102504,\"BR_MT\",\"5102504\",3,\"Mato Grosso\",\"Cáceres\",,\"BRA.12.20_1\",\"ChIJf_des4lVmpMRAqA3l_GiTcQ\",,\"BRMT5102504\",\"5102504\",-16.386945725,-57.7059911880658,94861,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"109c06db\",5102603,5102603,\"BR_MT\",\"5102603\",3,\"Mato Grosso\",\"Campinápolis\",,\"BRA.12.21_1\",,,\"BRMT5102603\",\"5102603\",-14.257676125,-53.1880920613359,16919,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3cdc9101\",5102637,5102637,\"BR_MT\",\"5102637\",3,\"Mato Grosso\",\"Campo Novo do Parecis\",,\"BRA.12.22_1\",\"ChIJnx3KtNzuopMR0soQxxMC6IE\",,\"BRMT5102637\",\"5102637\",-13.651869775,-57.8873329340673,36143,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c80f4994\",5102678,5102678,\"BR_MT\",\"5102678\",3,\"Mato Grosso\",\"Campo Verde\",,\"BRA.12.23_1\",\"ChIJ7z5j69k1dpMRPfpHZjBwbDY\",,\"BRMT5102678\",\"5102678\",-15.425527095,-55.0169241364579,45740,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a82f785c\",5102686,5102686,\"BR_MT\",\"5102686\",3,\"Mato Grosso\",\"Campos de Júlio\",,\"BRA.12.24_1\",\"ChIJYwX_JA5UvJMRD5TiIwOl66M\",,\"BRMT5102686\",\"5102686\",-13.57560873,-59.2278730307179,7070,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5f3a2831\",5102694,5102694,\"BR_MT\",\"5102694\",3,\"Mato Grosso\",\"Canabrava do Norte\",,\"BRA.12.25_1\",,,\"BRMT5102694\",\"5102694\",-11.230986595,-51.7983902815929,4728,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66595c7a\",5102702,5102702,\"BR_MT\",\"5102702\",3,\"Mato Grosso\",\"Canarana\",,\"BRA.12.26_1\",\"ChIJ-3QhFNzMEpMRbl50zCJlt1s\",,\"BRMT5102702\",\"5102702\",-13.193745135,-52.6328545460151,21842,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c09cd7a5\",5102793,5102793,\"BR_MT\",\"5102793\",3,\"Mato Grosso\",\"Carlinda\",,\"BRA.12.27_1\",,,\"BRMT5102793\",\"5102793\",-10.068832395,-55.7520318690014,10199,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe7c8e2e\",5102850,5102850,\"BR_MT\",\"5102850\",3,\"Mato Grosso\",\"Castanheira\",,\"BRA.12.28_1\",,,\"BRMT5102850\",\"5102850\",-10.95467138,-58.6431527962395,8749,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"abc0d915\",5103007,5103007,\"BR_MT\",\"5103007\",3,\"Mato Grosso\",\"Chapada dos Guimarães\",,\"BRA.12.29_1\",\"ChIJX4dgOpSTnZMRK3Cg6WElzrQ\",,\"BRMT5103007\",\"5103007\",-15.100449565,-55.496323674453,19453,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a1b01dc6\",5103056,5103056,\"BR_MT\",\"5103056\",3,\"Mato Grosso\",\"Cláudia\",,\"BRA.12.30_1\",,,\"BRMT5103056\",\"5103056\",-11.35044193,-55.0794015413792,12245,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dd0583b4\",5103106,5103106,\"BR_MT\",\"5103106\",3,\"Mato Grosso\",\"Cocalinho\",,\"BRA.12.31_1\",,,\"BRMT5103106\",\"5103106\",-13.39723635,-51.0069353463606,5681,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"464a6c57\",5103205,5103205,\"BR_MT\",\"5103205\",3,\"Mato Grosso\",\"Colíder\",,\"BRA.12.32_1\",\"ChIJkWX374WJB5MRF9T_7AGOxEk\",,\"BRMT5103205\",\"5103205\",-10.563887595,-55.440035172689,33649,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4c3aa884\",5103254,5103254,\"BR_MT\",\"5103254\",3,\"Mato Grosso\",\"Colniza\",,,\"ChIJwT9ta37espMRqcwORhBnT_8\",,\"BRMT5103254\",\"5103254\",-9.4560637,-59.2197132,39861,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"308f36f6\",5103304,5103304,\"BR_MT\",\"5103304\",3,\"Mato Grosso\",\"Comodoro\",,\"BRA.12.33_1\",\"ChIJX0anf7UrvJMRCMd2v6RpySI\",,\"BRMT5103304\",\"5103304\",-13.19415426,-59.8435729507133,21008,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d39c5710\",5103353,5103353,\"BR_MT\",\"5103353\",3,\"Mato Grosso\",\"Confresa\",,\"BRA.12.34_1\",\"ChIJX3f6qwgJGpMR_wQxcUQm8xg\",,\"BRMT5103353\",\"5103353\",-10.40742445,-51.7377284776622,31510,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"16bf65ff\",5103361,5103361,\"BR_MT\",\"5103361\",3,\"Mato Grosso\",\"Conquista D'Oeste\",,,,,\"BRMT5103361\",\"5103361\",-14.5381171,-59.5443775,4101,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"017fdc8c\",5103379,5103379,\"BR_MT\",\"5103379\",3,\"Mato Grosso\",\"Cotriguaçu\",,\"BRA.12.35_1\",,,\"BRMT5103379\",\"5103379\",-9.468855855,-58.6340808125552,20238,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aba4b5d0\",5103403,5103403,\"BR_MT\",\"5103403\",3,\"Mato Grosso\",\"Cuiabá\",,\"BRA.12.36_1\",\"ChIJocTJ4IGVnZMRrhr2Ts_g_KU\",,\"BRMT5103403\",\"5103403\",-15.426130295,-56.0038032425102,618124,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"87e4220a\",5103437,5103437,\"BR_MT\",\"5103437\",3,\"Mato Grosso\",\"Curvelândia\",,,,,\"BRMT5103437\",\"5103437\",-15.6108629,-57.9188924,5241,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a1d47103\",5103452,5103452,\"BR_MT\",\"5103452\",3,\"Mato Grosso\",\"Denise\",,\"BRA.12.37_1\",,,\"BRMT5103452\",\"5103452\",-14.724511625,-56.9529148250625,9544,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dd61ef71\",5103502,5103502,\"BR_MT\",\"5103502\",3,\"Mato Grosso\",\"Diamantino\",,\"BRA.12.38_1\",\"ChIJmVzSKUYan5MRs8u4ll_GJfs\",,\"BRMT5103502\",\"5103502\",-14.141985415,-57.2119793033043,22178,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"462e0092\",5103601,5103601,\"BR_MT\",\"5103601\",3,\"Mato Grosso\",\"Dom Aquino\",,\"BRA.12.39_1\",,,\"BRMT5103601\",\"5103601\",-15.67820644,-54.8041050196799,8159,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"30eb5a33\",5103700,5103700,\"BR_MT\",\"5103700\",3,\"Mato Grosso\",\"Feliz Natal\",,\"BRA.12.40_1\",,,\"BRMT5103700\",\"5103700\",-11.821801185,-53.9152151148388,14522,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"426ba5aa\",5103809,5103809,\"BR_MT\",\"5103809\",3,\"Mato Grosso\",\"Figueirópolis D'Oeste\",,\"BRA.12.41_1\",,,\"BRMT5103809\",\"5103809\",-15.491671085,-58.7299338923894,3452,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"481b6179\",5103858,5103858,\"BR_MT\",\"5103858\",3,\"Mato Grosso\",\"Gaúcha do Norte\",,\"BRA.12.42_1\",,,\"BRMT5103858\",\"5103858\",-12.86963415,-53.3553948261224,7782,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"34aeff0b\",5103908,5103908,\"BR_MT\",\"5103908\",3,\"Mato Grosso\",\"General Carneiro\",,\"BRA.12.43_1\",,,\"BRMT5103908\",\"5103908\",-15.594761845,-53.0126515894128,5592,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d96616df\",5103957,5103957,\"BR_MT\",\"5103957\",3,\"Mato Grosso\",\"Glória D'Oeste\",,\"BRA.12.44_1\",,,\"BRMT5103957\",\"5103957\",-15.869406225,-58.2621539159909,3008,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aedcda21\",5104104,5104104,\"BR_MT\",\"5104104\",3,\"Mato Grosso\",\"Guarantã do Norte\",,\"BRA.12.45_1\",\"ChIJ-akXs4_QAJMRtKtSRwZkPsY\",,\"BRMT5104104\",\"5104104\",-9.784805775,-54.5730448812886,36130,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"32fef1db\",5104203,5104203,\"BR_MT\",\"5104203\",3,\"Mato Grosso\",\"Guiratinga\",,\"BRA.12.46_1\",,,\"BRMT5104203\",\"5104203\",-16.34305096,-53.5483574081114,15245,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aeb8b6e4\",5104500,5104500,\"BR_MT\",\"5104500\",3,\"Mato Grosso\",\"Indiavaí\",,\"BRA.12.47_1\",,,\"BRMT5104500\",\"5104500\",-15.333397385,-58.6040669998212,2779,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"75ed7153\",5104526,5104526,\"BR_MT\",\"5104526\",3,\"Mato Grosso\",\"Ipiranga do Norte\",,,,,\"BRMT5104526\",\"5104526\",-12.2408004,-56.1531011,7920,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"24da12cc\",5104542,5104542,\"BR_MT\",\"5104542\",3,\"Mato Grosso\",\"Itanhangá\",,,,,\"BRMT5104542\",\"5104542\",-12.2323038,-56.6418251,6885,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aa13fa05\",5104559,5104559,\"BR_MT\",\"5104559\",3,\"Mato Grosso\",\"Itaúba\",,\"BRA.12.48_1\",,,\"BRMT5104559\",\"5104559\",-10.969546795,-55.1820772890008,3704,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d522b019\",5104609,5104609,\"BR_MT\",\"5104609\",3,\"Mato Grosso\",\"Itiquira\",,\"BRA.12.49_1\",\"ChIJ50tRoaTleJMRUnbU8mnmM3Y\",,\"BRMT5104609\",\"5104609\",-17.324284555,-54.5704161308566,13552,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3804b014\",5104807,5104807,\"BR_MT\",\"5104807\",3,\"Mato Grosso\",\"Jaciara\",,\"BRA.12.50_1\",\"ChIJwQA-6GKXd5MRlwPJsUKrg1c\",,\"BRMT5104807\",\"5104807\",-15.885334965,-55.1249291764389,27807,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4ec1eab5\",5104906,5104906,\"BR_MT\",\"5104906\",3,\"Mato Grosso\",\"Jangada\",,\"BRA.12.51_1\",,,\"BRMT5104906\",\"5104906\",-15.320521355,-56.5799609600779,8451,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fec17246\",5105002,5105002,\"BR_MT\",\"5105002\",3,\"Mato Grosso\",\"Jauru\",,\"BRA.12.52_1\",,,\"BRMT5105002\",\"5105002\",-15.306445595,-58.8402407860365,8582,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"660a49cb\",5105101,5105101,\"BR_MT\",\"5105101\",3,\"Mato Grosso\",\"Juara\",,\"BRA.12.53_1\",\"ChIJW_JtVGFxr5MR_W3UeOKXQi8\",,\"BRMT5105101\",\"5105101\",-11.27517986,-57.7673674940276,35121,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c7a8d18\",5105150,5105150,\"BR_MT\",\"5105150\",3,\"Mato Grosso\",\"Juína\",,\"BRA.12.54_1\",\"ChIJwf0o-TZrsJMRlcWJnU6EM68\",,\"BRMT5105150\",\"5105150\",-11.52739525,-59.200276838671,41101,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b72f4aaf\",5105176,5105176,\"BR_MT\",\"5105176\",3,\"Mato Grosso\",\"Juruena\",,\"BRA.12.55_1\",,,\"BRMT5105176\",\"5105176\",-10.338499545,-58.5923200821853,16335,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"134bc704\",5105200,5105200,\"BR_MT\",\"5105200\",3,\"Mato Grosso\",\"Juscimeira\",,\"BRA.12.56_1\",,,\"BRMT5105200\",\"5105200\",-16.20008659,-55.005703012527,11176,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3f0b50de\",5105234,5105234,\"BR_MT\",\"5105234\",3,\"Mato Grosso\",\"Lambari D'Oeste\",,\"BRA.12.57_1\",,,\"BRMT5105234\",\"5105234\",-15.56194067,-57.760943192654,6186,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"17e08be5\",5105259,5105259,\"BR_MT\",\"5105259\",3,\"Mato Grosso\",\"Lucas do Rio Verde\",,\"BRA.12.58_1\",\"ChIJu1SpwjXyoJMROXh-WhDt7h8\",,\"BRMT5105259\",\"5105259\",-13.047362325,-56.1828760502032,67620,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6b551597\",5105309,5105309,\"BR_MT\",\"5105309\",3,\"Mato Grosso\",\"Luciara\",,\"BRA.12.59_1\",,,\"BRMT5105309\",\"5105309\",-10.97854042,-50.9326997668415,2058,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dedd5b89\",5105580,5105580,\"BR_MT\",\"5105580\",3,\"Mato Grosso\",\"Marcelândia\",,\"BRA.12.60_1\",,,\"BRMT5105580\",\"5105580\",-10.933941845,-54.0796193230124,10301,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd21caed\",5105606,5105606,\"BR_MT\",\"5105606\",3,\"Mato Grosso\",\"Matupá\",,\"BRA.12.62_1\",\"ChIJCyXeSA0vB5MRdYkTQgNJVB8\",,\"BRMT5105606\",\"5105606\",-9.980842115,-54.1652829000396,16793,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c87a6c76\",5105622,5105622,\"BR_MT\",\"5105622\",3,\"Mato Grosso\",\"Mirassol d'Oeste\",,\"BRA.12.63_1\",\"ChIJNVBngzIRmpMRXPPvviEqbls\",,\"BRMT5105622\",\"5105622\",-15.615741255,-58.0252410906859,27941,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8617795f\",5105903,5105903,\"BR_MT\",\"5105903\",3,\"Mato Grosso\",\"Nobres\",,\"BRA.12.64_1\",\"ChIJ1526k__Kn5MRr8B_XHqUKa4\",,\"BRMT5105903\",\"5105903\",-14.401651855,-55.7888090440792,15334,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"027abc84\",5106000,5106000,\"BR_MT\",\"5106000\",3,\"Mato Grosso\",\"Nortelândia\",,\"BRA.12.65_1\",,,\"BRMT5106000\",\"5106000\",-14.384405615,-56.7005774356815,5923,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7a646e17\",5106109,5106109,\"BR_MT\",\"5106109\",3,\"Mato Grosso\",\"Nossa Senhora do Livramento\",,\"BRA.12.66_1\",,,\"BRMT5106109\",\"5106109\",-15.92306757,-56.3486374098022,13104,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7014aac4\",5106158,5106158,\"BR_MT\",\"5106158\",3,\"Mato Grosso\",\"Nova Bandeirantes\",,\"BRA.12.67_1\",,,\"BRMT5106158\",\"5106158\",-9.695289135,-57.9711590959642,15685,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0f25e0d8\",5106208,5106208,\"BR_MT\",\"5106208\",3,\"Mato Grosso\",\"Nova Brasilândia\",,\"BRA.12.68_1\",,,\"BRMT5106208\",\"5106208\",-14.740651605,-55.2250018476233,3805,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f186fc9e\",5106216,5106216,\"BR_MT\",\"5106216\",3,\"Mato Grosso\",\"Nova Canaã do Norte\",,\"BRA.12.69_1\",,,\"BRMT5106216\",\"5106216\",-10.66698408,-56.0333460293017,12831,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e26d123d\",5108808,5108808,\"BR_MT\",\"5108808\",3,\"Mato Grosso\",\"Nova Guarita\",,\"BRA.12.70_1\",,,\"BRMT5108808\",\"5108808\",-10.2718668,-55.3162714011148,4464,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"256f3d97\",5106182,5106182,\"BR_MT\",\"5106182\",3,\"Mato Grosso\",\"Nova Lacerda\",,\"BRA.12.71_1\",,,\"BRMT5106182\",\"5106182\",-14.40046263,-59.7415416263872,6751,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0fa5fbe9\",5108857,5108857,\"BR_MT\",\"5108857\",3,\"Mato Grosso\",\"Nova Marilândia\",,\"BRA.12.72_1\",,,\"BRMT5108857\",\"5108857\",-14.303152085,-57.3004203715697,3304,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7310659b\",5108907,5108907,\"BR_MT\",\"5108907\",3,\"Mato Grosso\",\"Nova Maringá\",,\"BRA.12.73_1\",,,\"BRMT5108907\",\"5108907\",-12.760391235,-57.1034693359015,8850,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7960a148\",5108956,5108956,\"BR_MT\",\"5108956\",3,\"Mato Grosso\",\"Nova Monte Verde\",,\"BRA.12.74_1\",,,\"BRMT5108956\",\"5108956\",-10.03217268,-57.2615816400015,9277,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"34a5ce71\",5106224,5106224,\"BR_MT\",\"5106224\",3,\"Mato Grosso\",\"Nova Mutum\",,\"BRA.12.75_1\",\"ChIJT28N5CwooJMR3OgmCLnpOM0\",,\"BRMT5106224\",\"5106224\",-13.52292633,-55.9281969569814,46813,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4b94846d\",5106174,5106174,\"BR_MT\",\"5106174\",3,\"Mato Grosso\",\"Nova Nazaré\",,,,,\"BRMT5106174\",\"5106174\",-13.9897745,-51.7998937,3932,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c4dd5a05\",5106232,5106232,\"BR_MT\",\"5106232\",3,\"Mato Grosso\",\"Nova Olímpia\",,\"BRA.12.76_1\",\"ChIJ3XNu55YYmZMRP4V81TO4WgI\",,\"BRMT5106232\",\"5106232\",-14.75524473,-57.4128992783792,20563,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d27a6dfa\",5106190,5106190,\"BR_MT\",\"5106190\",3,\"Mato Grosso\",\"Nova Santa Helena\",,,,,\"BRMT5106190\",\"5106190\",-10.8496569,-55.1780945,3737,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6592adee\",5106240,5106240,\"BR_MT\",\"5106240\",3,\"Mato Grosso\",\"Nova Ubiratã\",,\"BRA.12.77_1\",,,\"BRMT5106240\",\"5106240\",-12.968570235,-54.8693441060914,12298,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e2ed090c\",5106257,5106257,\"BR_MT\",\"5106257\",3,\"Mato Grosso\",\"Nova Xavantina\",,\"BRA.12.78_1\",\"ChIJix08erhsbpMRjOCdxiWrSl8\",,\"BRMT5106257\",\"5106257\",-14.67472744,-52.4421171403351,20944,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d7b6af97\",5106273,5106273,\"BR_MT\",\"5106273\",3,\"Mato Grosso\",\"Novo Horizonte do Norte\",,\"BRA.12.79_1\",,,\"BRMT5106273\",\"5106273\",-11.391119005,-57.2671667533477,4051,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27ce3be3\",5106265,5106265,\"BR_MT\",\"5106265\",3,\"Mato Grosso\",\"Novo Mundo\",,\"BRA.12.80_1\",,,\"BRMT5106265\",\"5106265\",-9.818068505,-55.3551923656641,9363,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"694dc713\",5106315,5106315,\"BR_MT\",\"5106315\",3,\"Mato Grosso\",\"Novo Santo Antônio\",,,,,\"BRMT5106315\",\"5106315\",-12.2909756,-50.97048,2705,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be20d274\",5106281,5106281,\"BR_MT\",\"5106281\",3,\"Mato Grosso\",\"Novo São Joaquim\",,\"BRA.12.81_1\",,,\"BRMT5106281\",\"5106281\",-14.905029295,-53.3583535629149,4938,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a9e06b07\",5106299,5106299,\"BR_MT\",\"5106299\",3,\"Mato Grosso\",\"Paranaíta\",,\"BRA.12.82_1\",,,\"BRMT5106299\",\"5106299\",-13.339738845,-54.284653434432,11244,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9e58977e\",5106307,5106307,\"BR_MT\",\"5106307\",3,\"Mato Grosso\",\"Paranatinga\",,\"BRA.12.83_1\",\"ChIJu5UNTYNZC5MR_F--mwGnyy8\",,\"BRMT5106307\",\"5106307\",-9.563413145,-56.6448087973702,22861,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a173f536\",5106372,5106372,\"BR_MT\",\"5106372\",3,\"Mato Grosso\",\"Pedra Preta\",,\"BRA.12.84_1\",\"ChIJXSRLWJd5eZMR-cDFyG93sn4\",,\"BRMT5106372\",\"5106372\",-16.800911905,-54.255486752571,17446,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d94b17f6\",5106422,5106422,\"BR_MT\",\"5106422\",3,\"Mato Grosso\",\"Peixoto de Azevedo\",,\"BRA.12.85_1\",\"ChIJleAfB0A9B5MR5Hs9rqpB8lg\",,\"BRMT5106422\",\"5106422\",-10.195065975,-53.5636833022794,35338,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"086e1492\",5106455,5106455,\"BR_MT\",\"5106455\",3,\"Mato Grosso\",\"Planalto da Serra\",,\"BRA.12.86_1\",,,\"BRMT5106455\",\"5106455\",-14.54232168,-54.6620174904249,2649,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"74db8ae0\",5106505,5106505,\"BR_MT\",\"5106505\",3,\"Mato Grosso\",\"Poconé\",,\"BRA.12.87_1\",\"ChIJN3gAUsC-nJMRCJLZCHGyLz0\",,\"BRMT5106505\",\"5106505\",-16.80016899,-56.967236753335,33315,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e28965c9\",5106653,5106653,\"BR_MT\",\"5106653\",3,\"Mato Grosso\",\"Pontal do Araguaia\",,\"BRA.12.88_1\",\"ChIJw2-Jc_RSZZMReoat8rCWUgA\",,\"BRMT5106653\",\"5106653\",-15.914559365,-52.6638429873073,6843,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9e3cfbbb\",5106703,5106703,\"BR_MT\",\"5106703\",3,\"Mato Grosso\",\"Ponte Branca\",,\"BRA.12.89_1\",,,\"BRMT5106703\",\"5106703\",-16.67038536,-52.9276955264086,1550,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"944c3f68\",5106752,5106752,\"BR_MT\",\"5106752\",3,\"Mato Grosso\",\"Pontes e Lacerda\",,\"BRA.12.90_1\",\"ChIJR-Ql9djulpMR3PVtCi6unbM\",,\"BRMT5106752\",\"5106752\",-15.238795755,-59.1540742938259,45774,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"46afb4f4\",5106778,5106778,\"BR_MT\",\"5106778\",3,\"Mato Grosso\",\"Porto Alegre do Norte\",,\"BRA.12.91_1\",,,\"BRMT5106778\",\"5106778\",-10.767010215,-51.5912676679159,12685,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e2678c10\",5106802,5106802,\"BR_MT\",\"5106802\",3,\"Mato Grosso\",\"Porto dos Gaúchos\",,\"BRA.12.92_1\",,,\"BRMT5106802\",\"5106802\",-11.7683773,-56.7007072627758,5363,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3084078c\",5106828,5106828,\"BR_MT\",\"5106828\",3,\"Mato Grosso\",\"Porto Esperidião\",,\"BRA.12.93_1\",,,\"BRMT5106828\",\"5106828\",-15.88765049,-58.8424785778744,12097,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"061929ef\",5106851,5106851,\"BR_MT\",\"5106851\",3,\"Mato Grosso\",\"Porto Estrela\",,\"BRA.12.94_1\",,,\"BRMT5106851\",\"5106851\",-15.53235388,-57.2198588964932,2877,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b41d53d3\",5107008,5107008,\"BR_MT\",\"5107008\",3,\"Mato Grosso\",\"Poxoréu\",,\"BRA.12.95_1\",\"ChIJr3WKVwNBd5MRo2t4Bc_x8FQ\",,\"BRMT5107008\",\"5107008\",-15.80713749,-54.2571120850078,15916,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"deaa1ee5\",5107040,5107040,\"BR_MT\",\"5107040\",3,\"Mato Grosso\",\"Primavera do Leste\",,\"BRA.12.96_1\",\"ChIJjU3ZY4gjd5MRXijYm6ttfqw\",,\"BRMT5107040\",\"5107040\",-15.12664509,-54.2140518336973,63092,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9cf688e8\",5107065,5107065,\"BR_MT\",\"5107065\",3,\"Mato Grosso\",\"Querência\",,\"BRA.12.97_1\",\"ChIJVfqYZEBYEpMR-Uajl8sdeD4\",,\"BRMT5107065\",\"5107065\",-12.234256745,-52.7090332420613,17937,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2f10e0a6\",5107156,5107156,\"BR_MT\",\"5107156\",3,\"Mato Grosso\",\"Reserva do Cabaçal\",,\"BRA.12.98_1\",,,\"BRMT5107156\",\"5107156\",-15.130629065,-58.3160591087929,2743,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73dd3bde\",5107180,5107180,\"BR_MT\",\"5107180\",3,\"Mato Grosso\",\"Ribeirão Cascalheira\",,\"BRA.12.99_1\",,,\"BRMT5107180\",\"5107180\",-12.882742405,-51.5821328176339,10329,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"641d82ad\",5107198,5107198,\"BR_MT\",\"5107198\",3,\"Mato Grosso\",\"Ribeirãozinho\",,\"BRA.12.100_1\",,,\"BRMT5107198\",\"5107198\",-16.46145153,-52.7301486872996,2422,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5021aaba\",5107206,5107206,\"BR_MT\",\"5107206\",3,\"Mato Grosso\",\"Rio Branco\",,\"BRA.12.101_1\",,,\"BRMT5107206\",\"5107206\",-15.2817955,-58.1522036429625,5150,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd9707ff\",5107578,5107578,\"BR_MT\",\"5107578\",3,\"Mato Grosso\",\"Rondolândia\",,,,,\"BRMT5107578\",\"5107578\",-10.8428772,-61.4596962,4036,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5045c67f\",5107602,5107602,\"BR_MT\",\"5107602\",3,\"Mato Grosso\",\"Rondonópolis\",,\"BRA.12.102_1\",\"ChIJ5wNH_ga6eZMRv_VDDxdWRyU\",,\"BRMT5107602\",\"5107602\",-16.57182312,-54.714642642291,236042,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c88efdf2\",5107701,5107701,\"BR_MT\",\"5107701\",3,\"Mato Grosso\",\"Rosário Oeste\",,\"BRA.12.103_1\",,,\"BRMT5107701\",\"5107701\",-14.60751581,-55.6374471841541,17054,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2fe3921\",5107750,5107750,\"BR_MT\",\"5107750\",3,\"Mato Grosso\",\"Salto do Céu\",,\"BRA.12.104_1\",,,\"BRMT5107750\",\"5107750\",-15.12041378,-57.9639367135053,3295,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3f542b9\",5107248,5107248,\"BR_MT\",\"5107248\",3,\"Mato Grosso\",\"Santa Carmem\",,\"BRA.12.105_1\",,,\"BRMT5107248\",\"5107248\",-11.945915225,-54.8416873765061,4563,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"42ec59da\",5107743,5107743,\"BR_MT\",\"5107743\",3,\"Mato Grosso\",\"Santa Cruz do Xingu\",,,,,\"BRMT5107743\",\"5107743\",-10.1533447,-52.392016,2633,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e708e2d0\",5107768,5107768,\"BR_MT\",\"5107768\",3,\"Mato Grosso\",\"Santa Rita do Trivelato\",,,,,\"BRMT5107768\",\"5107768\",-13.8139517,-55.2721092,3506,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"19abfe96\",5107776,5107776,\"BR_MT\",\"5107776\",3,\"Mato Grosso\",\"Santa Terezinha\",,\"BRA.12.106_1\",,,\"BRMT5107776\",\"5107776\",-10.28699732,-50.9877918201174,8460,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7611f9b3\",5107263,5107263,\"BR_MT\",\"5107263\",3,\"Mato Grosso\",\"Santo Afonso\",,\"BRA.12.107_1\",,,\"BRMT5107263\",\"5107263\",-14.44263363,-57.2111689107979,3155,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"80451701\",5107792,5107792,\"BR_MT\",\"5107792\",3,\"Mato Grosso\",\"Santo Antônio do Leste\",,,,,\"BRMT5107792\",\"5107792\",-14.8037659,-53.6095671,5334,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b4d58a59\",5107800,5107800,\"BR_MT\",\"5107800\",3,\"Mato Grosso\",\"Santo Antônio do Leverger\",,\"BRA.12.108_1\",\"ChIJbz0bQ4cGnZMRUu3nYDA3oJw\",,\"BRMT5107800\",\"5107800\",-16.484861375,-55.2662652035657,16999,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b07ec6b8\",5107859,5107859,\"BR_MT\",\"5107859\",3,\"Mato Grosso\",\"São Félix do Araguaia\",,,,,\"BRMT5107859\",\"5107859\",-11.6170646,-50.6667246,11843,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f6e42165\",5107297,5107297,\"BR_MT\",\"5107297\",3,\"Mato Grosso\",\"São José do Povo\",,\"BRA.12.110_1\",,,\"BRMT5107297\",\"5107297\",-16.463944435,-54.2791503521553,4450,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c8ea9137\",5107305,5107305,\"BR_MT\",\"5107305\",3,\"Mato Grosso\",\"São José do Rio Claro\",,\"BRA.12.111_1\",\"ChIJ9cFntBOJoZMRBtWxN1SXO5g\",,\"BRMT5107305\",\"5107305\",-13.530845165,-56.7533920820247,21011,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c29a55e4\",5107354,5107354,\"BR_MT\",\"5107354\",3,\"Mato Grosso\",\"São José do Xingu\",,\"BRA.12.112_1\",,,\"BRMT5107354\",\"5107354\",-10.3983922,-52.6280957169142,5620,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"25602475\",5107107,5107107,\"BR_MT\",\"5107107\",3,\"Mato Grosso\",\"São José dos Quatro Marcos\",,\"BRA.12.113_1\",\"ChIJScchVbwampMRKPTF1KVAZEo\",,\"BRMT5107107\",\"5107107\",-15.532392505,-58.337374914882,18846,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"baa2b724\",5107404,5107404,\"BR_MT\",\"5107404\",3,\"Mato Grosso\",\"São Pedro da Cipa\",,\"BRA.12.114_1\",,,\"BRMT5107404\",\"5107404\",-15.968487265,-54.7482964180656,4771,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8bfee811\",5107875,5107875,\"BR_MT\",\"5107875\",3,\"Mato Grosso\",\"Sapezal\",,\"BRA.12.115_1\",\"ChIJyU06yXHhvJMRy74GJBwh7wA\",,\"BRMT5107875\",\"5107875\",-12.96174908,-58.6024902275424,26688,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e50551eb\",5107883,5107883,\"BR_MT\",\"5107883\",3,\"Mato Grosso\",\"Serra Nova Dourada\",,,,,\"BRMT5107883\",\"5107883\",-12.0890348,-51.4005672,1678,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cccb58ca\",5107909,5107909,\"BR_MT\",\"5107909\",3,\"Mato Grosso\",\"Sinop\",,\"BRA.12.116_1\",\"ChIJCUGRE_crCJMRaIJzNP60dUM\",,\"BRMT5107909\",\"5107909\",-11.772303105,-55.3948870216007,146005,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f74b7663\",5107925,5107925,\"BR_MT\",\"5107925\",3,\"Mato Grosso\",\"Sorriso\",,,\"ChIJH1eodDWkoJMRlYgcyRgSKhI\",,\"BRMT5107925\",\"5107925\",-12.5444887,-55.7233972,92769,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a67c15fc\",5107941,5107941,\"BR_MT\",\"5107941\",3,\"Mato Grosso\",\"Tabaporã\",,\"BRA.12.117_1\",,,\"BRMT5107941\",\"5107941\",-11.066824435,-56.7795123484004,9429,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c6bb9c19\",5107958,5107958,\"BR_MT\",\"5107958\",3,\"Mato Grosso\",\"Tangará da Serra\",,\"BRA.12.118_1\",\"ChIJs3CBJPQWmJMRIkDq2xJs-Zc\",,\"BRMT5107958\",\"5107958\",-14.43303442,-58.3806372189522,105711,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0bc66e82\",5108006,5108006,\"BR_MT\",\"5108006\",3,\"Mato Grosso\",\"Tapurah\",,\"BRA.12.119_1\",\"ChIJNUkJIeQ2oZMR34l2wIpkZFw\",,\"BRMT5108006\",\"5108006\",-12.48896694,-56.2415958450284,14046,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efb8cb7d\",5108055,5108055,\"BR_MT\",\"5108055\",3,\"Mato Grosso\",\"Terra Nova do Norte\",,\"BRA.12.120_1\",,,\"BRMT5108055\",\"5108055\",-10.486823555,-54.9948411197982,9473,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"930d550f\",5108105,5108105,\"BR_MT\",\"5108105\",3,\"Mato Grosso\",\"Tesouro\",,\"BRA.12.121_1\",,,\"BRMT5108105\",\"5108105\",-15.895344735,-53.4420632258215,3824,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e64cdbc0\",5108204,5108204,\"BR_MT\",\"5108204\",3,\"Mato Grosso\",\"Torixoréu\",,\"BRA.12.122_1\",,,\"BRMT5108204\",\"5108204\",-16.296159745,-52.9193167113768,3547,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"79ea2454\",5108303,5108303,\"BR_MT\",\"5108303\",3,\"Mato Grosso\",\"União do Sul\",,\"BRA.12.123_1\",,,\"BRMT5108303\",\"5108303\",-11.53643656,-54.3511488449559,3490,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"739ae087\",5108352,5108352,\"BR_MT\",\"5108352\",3,\"Mato Grosso\",\"Vale de São Domingos\",,,,,\"BRMT5108352\",\"5108352\",-15.2966987,-59.065637,3126,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ba20247\",5108402,5108402,\"BR_MT\",\"5108402\",3,\"Mato Grosso\",\"Várzea Grande\",,\"BRA.12.124_1\",\"ChIJ_d5ynYRLnJMRNcVYzGrlWPs\",,\"BRMT5108402\",\"5108402\",-15.557114125,-56.3459184562616,287526,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"936939ca\",5108501,5108501,\"BR_MT\",\"5108501\",3,\"Mato Grosso\",\"Vera\",,\"BRA.12.125_1\",,,\"BRMT5108501\",\"5108501\",-12.48381281,-55.3237966989162,11402,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"88604422\",5105507,5105507,\"BR_MT\",\"5105507\",3,\"Mato Grosso\",\"Vila Bela da Santíssima Trindade\",,\"BRA.12.61_1\",,,\"BRMT5105507\",\"5105507\",-15.145229815,-60.0108058990575,16271,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e628b705\",5108600,5108600,\"BR_MT\",\"5108600\",3,\"Mato Grosso\",\"Vila Rica\",,\"BRA.12.126_1\",\"ChIJuVTUtmt2GZMRtPZGl_2319I\",,\"BRMT5108600\",\"5108600\",-10.01903486,-51.4363394508346,26496,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76c0b529\",5000203,5000203,\"BR_MS\",\"5000203\",3,\"Mato Grosso do Sul\",\"Água Clara\",,\"BRA.11.1_1\",\"ChIJURk07HC_hJQRf4142oGRsRQ\",,\"BRMS5000203\",\"5000203\",-20.00867653,-52.979856736741,15776,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7cb071fa\",5000252,5000252,\"BR_MS\",\"5000252\",3,\"Mato Grosso do Sul\",\"Alcinópolis\",,\"BRA.11.2_1\",,,\"BRMS5000252\",\"5000252\",-18.228816035,-53.7409425139854,5417,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"911cf4eb\",5000609,5000609,\"BR_MS\",\"5000609\",3,\"Mato Grosso do Sul\",\"Amambai\",,\"BRA.11.3_1\",\"ChIJey9gP1URipQR8cLtnFwDaVs\",,\"BRMS5000609\",\"5000609\",-23.2178421,-55.0111364809854,39826,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e7d9ae4a\",5000708,5000708,\"BR_MS\",\"5000708\",3,\"Mato Grosso do Sul\",\"Anastácio\",,\"BRA.11.4_1\",\"ChIJLSSKLjiRfZQRWj8ioBvBGe4\",,\"BRMS5000708\",\"5000708\",-20.767704965,-55.6075017782848,25237,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c3af4e6\",5000807,5000807,\"BR_MS\",\"5000807\",3,\"Mato Grosso do Sul\",\"Anaurilândia\",,\"BRA.11.5_1\",,,\"BRMS5000807\",\"5000807\",-22.16109276,-52.7643925660655,9076,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"764a3035\",5000856,5000856,\"BR_MS\",\"5000856\",3,\"Mato Grosso do Sul\",\"Angélica\",,\"BRA.11.6_1\",\"ChIJ7Vup6WHAjpQRXSqFkCPYzX8\",,\"BRMS5000856\",\"5000856\",-22.055464745,-53.8895915183095,10932,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0affae47\",5000906,5000906,\"BR_MS\",\"5000906\",3,\"Mato Grosso do Sul\",\"Antônio João\",,\"BRA.11.7_1\",,,\"BRMS5000906\",\"5000906\",-22.2216053,-56.0042657305441,9020,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cdf80622\",5001003,5001003,\"BR_MS\",\"5001003\",3,\"Mato Grosso do Sul\",\"Aparecida do Taboado\",,\"BRA.11.8_1\",\"ChIJOZh0hPaHmZQRoaX5Ir0L2eU\",,\"BRMS5001003\",\"5001003\",-20.07544136,-51.3322469726167,26069,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb3d5c83\",5001102,5001102,\"BR_MS\",\"5001102\",3,\"Mato Grosso do Sul\",\"Aquidauana\",,\"BRA.11.9_1\",\"ChIJA7tWI0XmfZQR31bC_JXbTpY\",,\"BRMS5001102\",\"5001102\",-19.53554058,-55.9617719694225,48029,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aa101748\",5001243,5001243,\"BR_MS\",\"5001243\",3,\"Mato Grosso do Sul\",\"Aral Moreira\",,\"BRA.11.10_1\",,,\"BRMS5001243\",\"5001243\",-22.97412777,-55.4866991848006,12332,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5ce11d41\",5001508,5001508,\"BR_MS\",\"5001508\",3,\"Mato Grosso do Sul\",\"Bandeirantes\",,\"BRA.11.11_1\",,,\"BRMS5001508\",\"5001508\",-19.829268455,-54.2001537706401,7266,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5c4da80e\",5001904,5001904,\"BR_MS\",\"5001904\",3,\"Mato Grosso do Sul\",\"Bataguassu\",,\"BRA.11.12_1\",\"ChIJIyAYqAHekZQRMUiT6mF2jkQ\",,\"BRMS5001904\",\"5001904\",-21.86450672,-52.4180036838172,23325,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3143c8e0\",5002001,5002001,\"BR_MS\",\"5002001\",3,\"Mato Grosso do Sul\",\"Batayporã\",,\"BRA.11.13_1\",\"ChIJ1ydd1GB5jpQRrPLCZ8B_BcQ\",,\"BRMS5002001\",\"5002001\",-22.383278845,-53.1673696093392,11349,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"47869241\",5002100,5002100,\"BR_MS\",\"5002100\",3,\"Mato Grosso do Sul\",\"Bela Vista\",,\"BRA.11.14_1\",\"ChIJNbgnAyo0Y5QRdFjDRJJni_o\",,\"BRMS5002100\",\"5002100\",-21.91826725,-56.4766907255932,24735,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"432ddea0\",5002159,5002159,\"BR_MS\",\"5002159\",3,\"Mato Grosso do Sul\",\"Bodoquena\",,\"BRA.11.15_1\",,,\"BRMS5002159\",\"5002159\",-20.529525755,-56.6512325367809,7838,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c1c94bc\",5002209,5002209,\"BR_MS\",\"5002209\",3,\"Mato Grosso do Sul\",\"Bonito\",,\"BRA.11.16_1\",\"ChIJxweEDNVYfJQRMKzhx_up6U0\",,\"BRMS5002209\",\"5002209\",-20.96386814,-56.5308055298158,22190,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4ad9ce1d\",5002308,5002308,\"BR_MS\",\"5002308\",3,\"Mato Grosso do Sul\",\"Brasilândia\",,\"BRA.11.17_1\",\"ChIJ31lOhFQQkJQRRm70Ze_zvYs\",,\"BRMS5002308\",\"5002308\",-21.05929756,-52.3970677919619,11853,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df29c509\",5002407,5002407,\"BR_MS\",\"5002407\",3,\"Mato Grosso do Sul\",\"Caarapó\",,\"BRA.11.18_1\",\"ChIJDwkOc_mCiZQR0Aty-r717ng\",,\"BRMS5002407\",\"5002407\",-22.62778759,-54.9133039557721,30593,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"32a3704b\",5002605,5002605,\"BR_MS\",\"5002605\",3,\"Mato Grosso do Sul\",\"Camapuã\",,\"BRA.11.19_1\",\"ChIJA5bS1E8wgpQRTgPKQH8yLOw\",,\"BRMS5002605\",\"5002605\",-19.122603415,-53.8145347334144,13693,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"44662aea\",5002704,5002704,\"BR_MS\",\"5002704\",3,\"Mato Grosso do Sul\",\"Campo Grande\",,\"BRA.11.20_1\",\"ChIJ6etXnh9uhpQRFiuXnvok6fg\",,\"BRMS5002704\",\"5002704\",-20.876224515,-54.3485255437282,906092,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d15ef874\",5002803,5002803,\"BR_MS\",\"5002803\",3,\"Mato Grosso do Sul\",\"Caracol\",,\"BRA.11.21_1\",,,\"BRMS5002803\",\"5002803\",-21.901011465,-57.0329256207425,6182,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a79ba2d5\",5002902,5002902,\"BR_MS\",\"5002902\",3,\"Mato Grosso do Sul\",\"Cassilândia\",,\"BRA.11.22_1\",\"ChIJvaVdOI_2nJQRx8TZ2kRBTU8\",,\"BRMS5002902\",\"5002902\",-19.05981255,-52.1690650630746,22002,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"43e5072a\",5002951,5002951,\"BR_MS\",\"5002951\",3,\"Mato Grosso do Sul\",\"Chapadão do Sul\",,\"BRA.11.23_1\",\"ChIJezCRvIoxnZQReXCedmvk8ys\",,\"BRMS5002951\",\"5002951\",-19.07845497,-52.7593084891597,25865,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f1e17d16\",5003108,5003108,\"BR_MS\",\"5003108\",3,\"Mato Grosso do Sul\",\"Corguinho\",,\"BRA.11.24_1\",,,\"BRMS5003108\",\"5003108\",-19.804631235,-55.0894963126699,6054,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1c2994c2\",5003157,5003157,\"BR_MS\",\"5003157\",3,\"Mato Grosso do Sul\",\"Coronel Sapucaia\",,\"BRA.11.25_1\",,,\"BRMS5003157\",\"5003157\",-23.331316945,-55.3722404265642,15352,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6318dede\",5003207,5003207,\"BR_MS\",\"5003207\",3,\"Mato Grosso do Sul\",\"Corumbá\",,\"BRA.11.26_1\",\"ChIJh1MW7oKkgJMRdG8bhrTQwy8\",,\"BRMS5003207\",\"5003207\",-19.051553725,-56.4967004662737,112058,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69681a0d\",5003256,5003256,\"BR_MS\",\"5003256\",3,\"Mato Grosso do Sul\",\"Costa Rica\",,\"BRA.11.27_1\",\"ChIJKzBaFGWZgpQRSygtJ3H0Qj4\",,\"BRMS5003256\",\"5003256\",-18.60744572,-53.2013941333348,21142,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"15dd847f\",5003306,5003306,\"BR_MS\",\"5003306\",3,\"Mato Grosso do Sul\",\"Coxim\",,\"BRA.11.28_1\",\"ChIJD2ug-_00fpMRzBCsO6Yv-o0\",,\"BRMS5003306\",\"5003306\",-18.21950245,-54.9472759381428,33459,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"83eb0793\",5003454,5003454,\"BR_MS\",\"5003454\",3,\"Mato Grosso do Sul\",\"Deodápolis\",,\"BRA.11.29_1\",\"ChIJYaFFqkoyiZQRrF5RX43vWTk\",,\"BRMS5003454\",\"5003454\",-22.141005515,-54.1151028768418,12984,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ff335f5\",5003488,5003488,\"BR_MS\",\"5003488\",3,\"Mato Grosso do Sul\",\"Dois Irmãos do Buriti\",,\"BRA.11.30_1\",,,\"BRMS5003488\",\"5003488\",-20.5894022,-55.3954215111793,11467,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ff5e99e1\",5003504,5003504,\"BR_MS\",\"5003504\",3,\"Mato Grosso do Sul\",\"Douradina\",,\"BRA.11.31_1\",,,\"BRMS5003504\",\"5003504\",-22.0055542,-54.5838988543949,5975,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"15b9e8ba\",5003702,5003702,\"BR_MS\",\"5003702\",3,\"Mato Grosso do Sul\",\"Dourados\",,\"BRA.11.32_1\",\"ChIJJ8613jeoiZQR-OpnYwh8KGc\",,\"BRMS5003702\",\"5003702\",-22.16264248,-54.5408541754414,225495,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f1c74d45\",5003751,5003751,\"BR_MS\",\"5003751\",3,\"Mato Grosso do Sul\",\"Eldorado\",,\"BRA.11.33_1\",\"ChIJ_0BVmZJPi5QRb9rlDI4tLqc\",,\"BRMS5003751\",\"5003751\",-23.74864578,-54.2315928094118,12400,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"87ecfe3d\",5003801,5003801,\"BR_MS\",\"5003801\",3,\"Mato Grosso do Sul\",\"Fátima do Sul\",,\"BRA.11.34_1\",\"ChIJ-VOvtF1riZQRuIUO8ZgJSro\",,\"BRMS5003801\",\"5003801\",-22.3446579,-54.3709197389251,19170,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f129a49c\",5003900,5003900,\"BR_MS\",\"5003900\",3,\"Mato Grosso do Sul\",\"Figueirão\",,,,,\"BRMS5003900\",\"5003900\",-18.67821,-53.6379864,3059,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd4b3209\",5004007,5004007,\"BR_MS\",\"5004007\",3,\"Mato Grosso do Sul\",\"Glória de Dourados\",,\"BRA.11.35_1\",\"ChIJKT2OgJhPiZQRb_NBMBITgJM\",,\"BRMS5004007\",\"5004007\",-22.433766365,-54.2220641068867,9950,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b8e68a8\",5004106,5004106,\"BR_MS\",\"5004106\",3,\"Mato Grosso do Sul\",\"Guia Lopes da Laguna\",,\"BRA.11.36_1\",\"ChIJIWYKnIg6fZQRS7VpOHG_3h0\",,\"BRMS5004106\",\"5004106\",-21.53945446,-55.9611743785387,9824,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6604ddea\",5004304,5004304,\"BR_MS\",\"5004304\",3,\"Mato Grosso do Sul\",\"Iguatemi\",,\"BRA.11.37_1\",\"ChIJU5jfDy4Wi5QR4T3gw4sji_4\",,\"BRMS5004304\",\"5004304\",-23.41400623,-54.5579075445422,16176,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd2f5ecc\",5004403,5004403,\"BR_MS\",\"5004403\",3,\"Mato Grosso do Sul\",\"Inocência\",,\"BRA.11.38_1\",,,\"BRMS5004403\",\"5004403\",-19.659062385,-52.02721990254,7588,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8bea046d\",5004502,5004502,\"BR_MS\",\"5004502\",3,\"Mato Grosso do Sul\",\"Itaporã\",,\"BRA.11.39_1\",\"ChIJAd3UJ1hViJQR-yyDrp7Potw\",,\"BRMS5004502\",\"5004502\",-22.00177288,-54.8749726882014,25162,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"10a5eb8e\",5004601,5004601,\"BR_MS\",\"5004601\",3,\"Mato Grosso do Sul\",\"Itaquiraí\",,\"BRA.11.40_1\",\"ChIJf4YK2GRki5QRMg3mTKxkVak\",,\"BRMS5004601\",\"5004601\",-23.38859844,-54.0984069311276,21376,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6660b12f\",5004700,5004700,\"BR_MS\",\"5004700\",3,\"Mato Grosso do Sul\",\"Ivinhema\",,\"BRA.11.41_1\",\"ChIJPUfpbBWjjpQR7b8VtOjg5Zc\",,\"BRMS5004700\",\"5004700\",-22.359882355,-53.8339071051832,23232,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"14e04eb6\",5004809,5004809,\"BR_MS\",\"5004809\",3,\"Mato Grosso do Sul\",\"Japorã\",,\"BRA.11.42_1\",,,\"BRMS5004809\",\"5004809\",-23.82063484,-54.523270335937,9243,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"62251417\",5004908,5004908,\"BR_MS\",\"5004908\",3,\"Mato Grosso do Sul\",\"Jaraguari\",,\"BRA.11.43_1\",,,\"BRMS5004908\",\"5004908\",-20.24956894,-54.3279469642059,7265,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dcfe04d6\",5005004,5005004,\"BR_MS\",\"5005004\",3,\"Mato Grosso do Sul\",\"Jardim\",,\"BRA.11.44_1\",\"ChIJnWtfsxzFfJQRkiU3otfiFzg\",,\"BRMS5005004\",\"5005004\",-21.609081265,-56.3194422257569,26238,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4358fb42\",5005103,5005103,\"BR_MS\",\"5005103\",3,\"Mato Grosso do Sul\",\"Jateí\",,\"BRA.11.45_1\",,,\"BRMS5005103\",\"5005103\",-22.712553025,-53.9787490728547,4021,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"49283f91\",5005152,5005152,\"BR_MS\",\"5005152\",3,\"Mato Grosso do Sul\",\"Juti\",,\"BRA.11.46_1\",,,\"BRMS5005152\",\"5005152\",-22.808671955,-54.5559629325844,6787,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3619758d\",5005202,5005202,\"BR_MS\",\"5005202\",3,\"Mato Grosso do Sul\",\"Ladário\",,,\"ChIJuZDzyxYLh5MRzP0-kiPA5Cw\",,\"BRMS5005202\",\"5005202\",-19.008842,-57.5972924,23689,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d267d072\",5005251,5005251,\"BR_MS\",\"5005251\",3,\"Mato Grosso do Sul\",\"Laguna Carapã\",,\"BRA.11.47_1\",,,\"BRMS5005251\",\"5005251\",-22.651096345,-55.2384886909268,7419,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dc9a6813\",5005400,5005400,\"BR_MS\",\"5005400\",3,\"Mato Grosso do Sul\",\"Maracaju\",,\"BRA.11.48_1\",\"ChIJBXEg_ZAMiJQRb-H93u5wizQ\",,\"BRMS5005400\",\"5005400\",-21.46591091,-55.4118016544324,48022,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1c5344f\",5005608,5005608,\"BR_MS\",\"5005608\",3,\"Mato Grosso do Sul\",\"Miranda\",,\"BRA.11.49_1\",\"ChIJ0wPYXK3BfpQR9VWNv_wfxWk\",,\"BRMS5005608\",\"5005608\",-20.1425333,-56.6154609258026,28220,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"60c006e3\",5005681,5005681,\"BR_MS\",\"5005681\",3,\"Mato Grosso do Sul\",\"Mundo Novo\",,\"BRA.11.50_1\",\"ChIJvyGCI1Gt9JQRYKBMUTyNOxQ\",,\"BRMS5005681\",\"5005681\",-23.94194031,-54.2477030205146,18473,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"40b843e9\",5005707,5005707,\"BR_MS\",\"5005707\",3,\"Mato Grosso do Sul\",\"Naviraí\",,\"BRA.11.51_1\",\"ChIJm2f94weFi5QRFJo9D0ZKMAs\",,\"BRMS5005707\",\"5005707\",-23.100860595,-53.9712281277019,55689,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ce33442\",5005806,5005806,\"BR_MS\",\"5005806\",3,\"Mato Grosso do Sul\",\"Nioaque\",,\"BRA.11.52_1\",,,\"BRMS5005806\",\"5005806\",-21.120555875,-55.9333589279065,13862,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27280e0d\",5006002,5006002,\"BR_MS\",\"5006002\",3,\"Mato Grosso do Sul\",\"Nova Alvorada do Sul\",,\"BRA.11.53_1\",\"ChIJv5qBKBKjiJQR5JwDHKV6ofo\",,\"BRMS5006002\",\"5006002\",-21.45701027,-54.371530711579,22430,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"caa2bb4f\",5006200,5006200,\"BR_MS\",\"5006200\",3,\"Mato Grosso do Sul\",\"Nova Andradina\",,\"BRA.11.54_1\",\"ChIJG7G_tP18jpQRs7hRF3PuduE\",,\"BRMS5006200\",\"5006200\",-22.07101345,-53.4403612524745,55224,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce09f7ae\",5006259,5006259,\"BR_MS\",\"5006259\",3,\"Mato Grosso do Sul\",\"Novo Horizonte do Sul\",,\"BRA.11.55_1\",,,\"BRMS5006259\",\"5006259\",-22.583566665,-53.7425506118441,3684,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f589d907\",5006275,5006275,\"BR_MS\",\"5006275\",3,\"Mato Grosso do Sul\",\"Paraíso das Águas\",,,,,\"BRMS5006275\",\"5006275\",-19.0219279,-53.0122646,5654,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b2bc69dc\",5006309,5006309,\"BR_MS\",\"5006309\",3,\"Mato Grosso do Sul\",\"Paranaíba\",,\"BRA.11.56_1\",\"ChIJl-EVzXllmZQRJXTSsuE-6Rc\",,\"BRMS5006309\",\"5006309\",-19.55523205,-51.3578183431788,42276,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b8ccad0f\",5006358,5006358,\"BR_MS\",\"5006358\",3,\"Mato Grosso do Sul\",\"Paranhos\",,\"BRA.11.57_1\",,,\"BRMS5006358\",\"5006358\",-23.72644615,-55.3063028501341,14404,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c0f44fcf\",5006408,5006408,\"BR_MS\",\"5006408\",3,\"Mato Grosso do Sul\",\"Pedro Gomes\",,\"BRA.11.58_1\",,,\"BRMS5006408\",\"5006408\",-17.957736015,-54.3544263964371,7621,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"24c8b6a6\",5006606,5006606,\"BR_MS\",\"5006606\",3,\"Mato Grosso do Sul\",\"Ponta Porã\",,\"BRA.11.59_1\",\"ChIJOYiEnvxuYpQRAlRDeRZDDp0\",,\"BRMS5006606\",\"5006606\",-22.19899273,-55.528681206394,93937,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5ffe0514\",5006903,5006903,\"BR_MS\",\"5006903\",3,\"Mato Grosso do Sul\",\"Porto Murtinho\",,\"BRA.11.60_1\",\"ChIJL6akslDuepQRtzr-DSnubpw\",,\"BRMS5006903\",\"5006903\",-21.20850754,-57.2576143758839,17298,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0984dad7\",5007109,5007109,\"BR_MS\",\"5007109\",3,\"Mato Grosso do Sul\",\"Ribas do Rio Pardo\",,\"BRA.11.61_1\",\"ChIJt7a-f_quhZQR9r83M5lSR9k\",,\"BRMS5007109\",\"5007109\",-20.58511734,-53.5231459147981,24966,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7cc55418\",5007208,5007208,\"BR_MS\",\"5007208\",3,\"Mato Grosso do Sul\",\"Rio Brilhante\",,\"BRA.11.62_1\",\"ChIJAdyOcA2ViJQRNaulqMUT87c\",,\"BRMS5007208\",\"5007208\",-21.649835585,-54.6449169805182,38186,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"edb823be\",5007307,5007307,\"BR_MS\",\"5007307\",3,\"Mato Grosso do Sul\",\"Rio Negro\",,\"BRA.11.63_1\",,,\"BRMS5007307\",\"5007307\",-19.445485115,-54.9956008746114,4793,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ff005ad\",5007406,5007406,\"BR_MS\",\"5007406\",3,\"Mato Grosso do Sul\",\"Rio Verde de Mato Grosso\",,\"BRA.11.64_1\",\"ChIJhY2HYgjXf5MRuMlrGlcFy8g\",,\"BRMS5007406\",\"5007406\",-18.793284415,-54.9748208471483,19973,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"073b3e20\",5007505,5007505,\"BR_MS\",\"5007505\",3,\"Mato Grosso do Sul\",\"Rochedo\",,\"BRA.11.65_1\",,,\"BRMS5007505\",\"5007505\",-19.978242875,-54.6721147688207,5079,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0d4bfaf3\",5007554,5007554,\"BR_MS\",\"5007554\",3,\"Mato Grosso do Sul\",\"Santa Rita do Pardo\",,\"BRA.11.66_1\",,,\"BRMS5007554\",\"5007554\",-21.2305975,-52.8423697576971,7900,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d4bf3b30\",5007695,5007695,\"BR_MS\",\"5007695\",3,\"Mato Grosso do Sul\",\"São Gabriel do Oeste\",,\"BRA.11.67_1\",\"ChIJL7bGWCG8gZQREopqdQQSmto\",,\"BRMS5007695\",\"5007695\",-19.147895815,-54.4870630806381,27221,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"918738d0\",5007802,5007802,\"BR_MS\",\"5007802\",3,\"Mato Grosso do Sul\",\"Selvíria\",,\"BRA.11.69_1\",,,\"BRMS5007802\",\"5007802\",-20.2638855,-51.7647551866025,6542,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eddc4f7b\",5007703,5007703,\"BR_MS\",\"5007703\",3,\"Mato Grosso do Sul\",\"Sete Quedas\",,\"BRA.11.70_1\",,,\"BRMS5007703\",\"5007703\",-23.87116432,-55.1310405556872,10771,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"094c035d\",5007901,5007901,\"BR_MS\",\"5007901\",3,\"Mato Grosso do Sul\",\"Sidrolândia\",,\"BRA.11.71_1\",\"ChIJe_NFR26vh5QR8KtWViLygeM\",,\"BRMS5007901\",\"5007901\",-21.092555045,-54.8984482595914,59245,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"250c9487\",5007935,5007935,\"BR_MS\",\"5007935\",3,\"Mato Grosso do Sul\",\"Sonora\",,\"BRA.11.72_1\",\"ChIJUTnyMWLWfpMRSwPHMSvt3Ck\",,\"BRMS5007935\",\"5007935\",-17.616415025,-54.6161082139341,19721,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"033cc78e\",5007950,5007950,\"BR_MS\",\"5007950\",3,\"Mato Grosso do Sul\",\"Tacuru\",,\"BRA.11.73_1\",,,\"BRMS5007950\",\"5007950\",-23.63548565,-54.9677573556632,11674,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d8690039\",5007976,5007976,\"BR_MS\",\"5007976\",3,\"Mato Grosso do Sul\",\"Taquarussu\",,\"BRA.11.74_1\",,,\"BRMS5007976\",\"5007976\",-22.674840925,-53.4172577510631,3588,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27229020\",5008008,5008008,\"BR_MS\",\"5008008\",3,\"Mato Grosso do Sul\",\"Terenos\",,\"BRA.11.75_1\",\"ChIJJwN5vSAih5QRU-feXsYCMac\",,\"BRMS5008008\",\"5008008\",-20.465174675,-55.0213743899855,22269,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5bd552c4\",5008305,5008305,\"BR_MS\",\"5008305\",3,\"Mato Grosso do Sul\",\"Três Lagoas\",,\"BRA.11.76_1\",\"ChIJZyrvfWeYkJQRf71hELgZ3nU\",,\"BRMS5008305\",\"5008305\",-20.405947685,-52.324650440174,123281,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"299d74d7\",5008404,5008404,\"BR_MS\",\"5008404\",3,\"Mato Grosso do Sul\",\"Vicentina\",,\"BRA.11.77_1\",,,\"BRMS5008404\",\"5008404\",-22.489491465,-54.4252015234937,6109,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"426e784c\",3100104,3100104,\"BR_MG\",\"3100104\",3,\"Minas Gerais\",\"Abadia dos Dourados\",,\"BRA.13.1_1\",,,\"BRMG3100104\",\"3100104\",-18.3739481,-47.4857681677582,7006,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"de4c53b6\",3100203,3100203,\"BR_MG\",\"3100203\",3,\"Minas Gerais\",\"Abaeté\",,\"BRA.13.2_1\",\"ChIJx37JHIeNspQRtCkCpsN5QQM\",,\"BRMG3100203\",\"3100203\",-19.102496145,-45.3783686356779,23250,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a8890917\",3100302,3100302,\"BR_MG\",\"3100302\",3,\"Minas Gerais\",\"Abre Campo\",,\"BRA.13.3_1\",,,\"BRMG3100302\",\"3100302\",-20.281023025,-42.4707090904089,13444,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"34cf4e28\",3100401,3100401,\"BR_MG\",\"3100401\",3,\"Minas Gerais\",\"Acaiaca\",,\"BRA.13.4_1\",,,\"BRMG3100401\",\"3100401\",-20.39775276,-43.1121052811011,3994,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"420a1489\",3100500,3100500,\"BR_MG\",\"3100500\",3,\"Minas Gerais\",\"Açucena\",,\"BRA.13.5_1\",,,\"BRMG3100500\",\"3100500\",-19.07644272,-42.4678885803554,9368,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"39901274\",3100609,3100609,\"BR_MG\",\"3100609\",3,\"Minas Gerais\",\"Água Boa\",,\"BRA.13.6_1\",,,\"BRMG3100609\",\"3100609\",-18.013282775,-42.2866551270499,13523,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4f5548d5\",3100708,3100708,\"BR_MG\",\"3100708\",3,\"Minas Gerais\",\"Água Comprida\",,\"BRA.13.7_1\",,,\"BRMG3100708\",\"3100708\",-19.99548817,-48.0635459406231,1992,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d4b61279\",3100807,3100807,\"BR_MG\",\"3100807\",3,\"Minas Gerais\",\"Aguanil\",,\"BRA.13.8_1\",,,\"BRMG3100807\",\"3100807\",-20.98304081,-45.4307249186628,4522,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a27348d8\",3100906,3100906,\"BR_MG\",\"3100906\",3,\"Minas Gerais\",\"Águas Formosas\",,\"BRA.13.9_1\",\"ChIJGcjgEWYTSwcRlwi4caaIu88\",,\"BRMG3100906\",\"3100906\",-17.03692627,-40.9929649556197,19247,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6574e0bd\",3101003,3101003,\"BR_MG\",\"3101003\",3,\"Minas Gerais\",\"Águas Vermelhas\",,\"BRA.13.10_1\",,,\"BRMG3101003\",\"3101003\",-15.724351405,-41.5253367899976,13599,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"13b1ba1c\",3101102,3101102,\"BR_MG\",\"3101102\",3,\"Minas Gerais\",\"Aimorés\",,\"BRA.13.11_1\",\"ChIJW6hxWqQ7twARm3lIYQpSR6g\",,\"BRMG3101102\",\"3101102\",-19.660685535,-41.264823449529,25141,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"88fe55ff\",3101201,3101201,\"BR_MG\",\"3101201\",3,\"Minas Gerais\",\"Aiuruoca\",,\"BRA.13.12_1\",,,\"BRMG3101201\",\"3101201\",-21.953499795,-44.6538852761568,5976,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe3b0f5e\",3101300,3101300,\"BR_MG\",\"3101300\",3,\"Minas Gerais\",\"Alagoa\",,\"BRA.13.13_1\",,,\"BRMG3101300\",\"3101300\",-22.1835804,-44.6474740511726,2665,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"82a8a17f\",3101409,3101409,\"BR_MG\",\"3101409\",3,\"Minas Gerais\",\"Albertina\",,\"BRA.13.14_1\",,,\"BRMG3101409\",\"3101409\",-22.196668625,-46.6144793858825,3011,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f46dfbde\",3101508,3101508,\"BR_MG\",\"3101508\",3,\"Minas Gerais\",\"Além Paraíba\",,\"BRA.13.15_1\",\"ChIJ67Xd0uemogARpjk9INeZ2DI\",,\"BRMG3101508\",\"3101508\",-21.827898025,-42.6852696268796,35401,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66945816\",3101607,3101607,\"BR_MG\",\"3101607\",3,\"Minas Gerais\",\"Alfenas\",,\"BRA.13.16_1\",\"ChIJg5ktrgnxtZQRBLPzrtf_ZxU\",,\"BRMG3101607\",\"3101607\",-21.364109995,-45.9328865034973,80494,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a4daaee0\",3101631,3101631,\"BR_MG\",\"3101631\",3,\"Minas Gerais\",\"Alfredo Vasconcelos\",,\"BRA.13.17_1\",,,\"BRMG3101631\",\"3101631\",-21.141547205,-43.7318294011541,6981,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"105102b7\",3101706,3101706,\"BR_MG\",\"3101706\",3,\"Minas Gerais\",\"Almenara\",,\"BRA.13.18_1\",\"ChIJ3dgdSjF3SQcRpJL5h4ooa6k\",,\"BRMG3101706\",\"3101706\",-16.12495613,-40.6972831857311,42143,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"82041430\",3101805,3101805,\"BR_MG\",\"3101805\",3,\"Minas Gerais\",\"Alpercata\",,\"BRA.13.19_1\",,,\"BRMG3101805\",\"3101805\",-18.998498915,-42.0384705761429,7436,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f4c14e91\",3101904,3101904,\"BR_MG\",\"3101904\",3,\"Minas Gerais\",\"Alpinópolis\",,\"BRA.13.20_1\",\"ChIJi4Tt072PtpQRJyPe7XR8Ryo\",,\"BRMG3101904\",\"3101904\",-20.826272965,-46.371459088468,19958,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"99cf2e7f\",3102001,3102001,\"BR_MG\",\"3102001\",3,\"Minas Gerais\",\"Alterosa\",,\"BRA.13.21_1\",\"ChIJaTrtH9HgtZQRZFCAnNThk-4\",,\"BRMG3102001\",\"3102001\",-21.22737408,-46.1607360675873,14517,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93bfeaac\",3102050,3102050,\"BR_MG\",\"3102050\",3,\"Minas Gerais\",\"Alto Caparaó\",,\"BRA.13.22_1\",,,\"BRMG3102050\",\"3102050\",-20.45931053,-41.8568268258214,5894,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e1838cb3\",3153509,3153509,\"BR_MG\",\"3153509\",3,\"Minas Gerais\",\"Alto Jequitibá\",,\"BRA.13.23_1\",,,\"BRMG3153509\",\"3153509\",-20.4377203,-41.954392508958,8301,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ef0a74de\",3102100,3102100,\"BR_MG\",\"3102100\",3,\"Minas Gerais\",\"Alto Rio Doce\",,\"BRA.13.24_1\",,,\"BRMG3102100\",\"3102100\",-21.04923439,-43.3785351629664,10859,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"94907223\",3102209,3102209,\"BR_MG\",\"3102209\",3,\"Minas Gerais\",\"Alvarenga\",,\"BRA.13.25_1\",,,\"BRMG3102209\",\"3102209\",-19.38196373,-41.6639486016383,3844,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e2552882\",3102308,3102308,\"BR_MG\",\"3102308\",3,\"Minas Gerais\",\"Alvinópolis\",,\"BRA.13.26_1\",\"ChIJvf1zfXvwpAAR48J_C0R9dQA\",,\"BRMG3102308\",\"3102308\",-20.111227035,-43.1570516084714,15169,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"77a52396\",3102407,3102407,\"BR_MG\",\"3102407\",3,\"Minas Gerais\",\"Alvorada de Minas\",,\"BRA.13.27_1\",,,\"BRMG3102407\",\"3102407\",-18.776599885,-43.3928252978117,3605,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"01607937\",3102506,3102506,\"BR_MG\",\"3102506\",3,\"Minas Gerais\",\"Amparo do Serra\",,\"BRA.13.28_1\",,,\"BRMG3102506\",\"3102506\",-20.52958298,-42.8002550508044,4678,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a2f96d4\",3102605,3102605,\"BR_MG\",\"3102605\",3,\"Minas Gerais\",\"Andradas\",,\"BRA.13.29_1\",\"ChIJe7sZb0O8yZQR4C4OYXhjenw\",,\"BRMG3102605\",\"3102605\",-22.058677675,-46.5566638620828,41396,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"79d21eeb\",3102803,3102803,\"BR_MG\",\"3102803\",3,\"Minas Gerais\",\"Andrelândia\",,\"BRA.13.30_1\",,,\"BRMG3102803\",\"3102803\",-21.73513317,-44.2525827568002,12206,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73a2da38\",3102852,3102852,\"BR_MG\",\"3102852\",3,\"Minas Gerais\",\"Angelândia\",,\"BRA.13.31_1\",,,\"BRMG3102852\",\"3102852\",-17.693305965,-42.2916403510684,8557,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0f17444a\",3102902,3102902,\"BR_MG\",\"3102902\",3,\"Minas Gerais\",\"Antônio Carlos\",,\"BRA.13.32_1\",\"ChIJC1dMQOUCogAR4H-heMjWKTs\",,\"BRMG3102902\",\"3102902\",-21.429950715,-43.7673035631686,11459,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2fa8c128\",3103009,3103009,\"BR_MG\",\"3103009\",3,\"Minas Gerais\",\"Antônio Dias\",,\"BRA.13.33_1\",,,\"BRMG3103009\",\"3103009\",-19.579527855,-42.8664469558705,9275,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"596d9b89\",3103108,3103108,\"BR_MG\",\"3103108\",3,\"Minas Gerais\",\"Antônio Prado de Minas\",,\"BRA.13.34_1\",,,\"BRMG3103108\",\"3103108\",-21.02566338,-42.1518411453109,1587,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cb943841\",3103207,3103207,\"BR_MG\",\"3103207\",3,\"Minas Gerais\",\"Araçaí\",,\"BRA.13.35_1\",,,\"BRMG3103207\",\"3103207\",-19.250964165,-44.2175759913351,2354,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd5162e0\",3103306,3103306,\"BR_MG\",\"3103306\",3,\"Minas Gerais\",\"Aracitaba\",,\"BRA.13.36_1\",,,\"BRMG3103306\",\"3103306\",-21.350172995,-43.3951849845094,2059,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"211725df\",3103405,3103405,\"BR_MG\",\"3103405\",3,\"Minas Gerais\",\"Araçuaí\",,\"BRA.13.37_1\",\"ChIJOZfP4TIYTQcRVlqjlaTHySU\",,\"BRMG3103405\",\"3103405\",-16.895395275,-41.9538876685913,36712,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"57d27f7e\",3103504,3103504,\"BR_MG\",\"3103504\",3,\"Minas Gerais\",\"Araguari\",,\"BRA.13.38_1\",\"ChIJAUSWYZ0lpJQRsSDNak4NZFc\",,\"BRMG3103504\",\"3103504\",-18.60793114,-48.2301953054819,117825,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cbf05484\",3103603,3103603,\"BR_MG\",\"3103603\",3,\"Minas Gerais\",\"Arantina\",,\"BRA.13.39_1\",,,\"BRMG3103603\",\"3103603\",-21.906295775,-44.2435157670194,2787,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd350e25\",3103702,3103702,\"BR_MG\",\"3103702\",3,\"Minas Gerais\",\"Araponga\",,\"BRA.13.40_1\",,,\"BRMG3103702\",\"3103702\",-20.663638115,-42.4931301916595,8453,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"594babda\",3103751,3103751,\"BR_MG\",\"3103751\",3,\"Minas Gerais\",\"Araporã\",,\"BRA.9.27_1\",\"ChIJ7aIxXwlsoZQRU9ST-XNJGss\",,\"BRMG3103751\",\"3103751\",-18.47235012,-49.1313564578851,6931,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2f6018a2\",3103801,3103801,\"BR_MG\",\"3103801\",3,\"Minas Gerais\",\"Arapuá\",,\"BRA.13.41_1\",,,\"BRMG3103801\",\"3103801\",-19.025823595,-46.101389018994,2835,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"59a54203\",3103900,3103900,\"BR_MG\",\"3103900\",3,\"Minas Gerais\",\"Araújos\",,\"BRA.13.42_1\",,,\"BRMG3103900\",\"3103900\",-19.88588524,-45.189146132602,9401,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"55c7d496\",3104007,3104007,\"BR_MG\",\"3104007\",3,\"Minas Gerais\",\"Araxá\",,\"BRA.13.43_1\",\"ChIJI61sv9g2sJQRnQkf9O_Az2Y\",,\"BRMG3104007\",\"3104007\",-19.634403225,-46.9768500854142,107337,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"23028e37\",3104106,3104106,\"BR_MG\",\"3104106\",3,\"Minas Gerais\",\"Arceburgo\",,\"BRA.13.44_1\",\"ChIJ5bjFvviwt5QRafFsIL8ms9U\",,\"BRMG3104106\",\"3104106\",-21.35176468,-46.9397085064768,10883,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b84d61d4\",3104205,3104205,\"BR_MG\",\"3104205\",3,\"Minas Gerais\",\"Arcos\",,\"BRA.13.45_1\",\"ChIJfTXaj-mItJQRis3BTL7tB6k\",,\"BRMG3104205\",\"3104205\",-20.234909055,-45.5521286622956,40380,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce883b75\",3104304,3104304,\"BR_MG\",\"3104304\",3,\"Minas Gerais\",\"Areado\",,\"BRA.13.46_1\",\"ChIJ9eQDxzjjtZQR5NBehDXK_b4\",,\"BRMG3104304\",\"3104304\",-21.35403824,-46.1241027959825,15181,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"55a3b853\",3104403,3104403,\"BR_MG\",\"3104403\",3,\"Minas Gerais\",\"Argirita\",,\"BRA.13.47_1\",,,\"BRMG3104403\",\"3104403\",-21.628525735,-42.8137401436701,2704,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5fd37c80\",3104452,3104452,\"BR_MG\",\"3104452\",3,\"Minas Gerais\",\"Aricanduva\",,\"BRA.13.48_1\",,,\"BRMG3104452\",\"3104452\",-17.85548019,-42.6129427070802,5269,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2366e2f2\",3104502,3104502,\"BR_MG\",\"3104502\",3,\"Minas Gerais\",\"Arinos\",,\"BRA.13.49_1\",\"ChIJZyKMnVEkVJMR2vG0qBwcMSM\",,\"BRMG3104502\",\"3104502\",-15.803226945,-45.975003752564,17862,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b8290d11\",3104601,3104601,\"BR_MG\",\"3104601\",3,\"Minas Gerais\",\"Astolfo Dutra\",,\"BRA.13.50_1\",\"ChIJ06wb3hTnogARYfBhHUQThPQ\",,\"BRMG3104601\",\"3104601\",-21.321939465,-42.8744258588968,14270,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ceec57b0\",3104700,3104700,\"BR_MG\",\"3104700\",3,\"Minas Gerais\",\"Ataléia\",,\"BRA.13.51_1\",,,\"BRMG3104700\",\"3104700\",-18.216789245,-41.2549580608946,12678,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bc6ca829\",3104809,3104809,\"BR_MG\",\"3104809\",3,\"Minas Gerais\",\"Augusto de Lima\",,\"BRA.13.52_1\",,,\"BRMG3104809\",\"3104809\",-18.09747791,-44.2335096932037,4851,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"caa9f288\",3104908,3104908,\"BR_MG\",\"3104908\",3,\"Minas Gerais\",\"Baependi\",,\"BRA.13.53_1\",\"ChIJc78c2F47ngARZSO7Mgkp878\",,\"BRMG3104908\",\"3104908\",-22.011878015,-44.8109235787729,19199,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7472e249\",3105004,3105004,\"BR_MG\",\"3105004\",3,\"Minas Gerais\",\"Baldim\",,\"BRA.13.54_1\",,,\"BRMG3105004\",\"3105004\",-19.24647045,-43.848166650007,7803,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ebd41ddd\",3105103,3105103,\"BR_MG\",\"3105103\",3,\"Minas Gerais\",\"Bambuí\",,\"BRA.13.55_1\",\"ChIJiX8xSo3rs5QR3lo2PheGCIA\",,\"BRMG3105103\",\"3105103\",-20.125855445,-46.0254020617506,23898,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9e959312\",3105202,3105202,\"BR_MG\",\"3105202\",3,\"Minas Gerais\",\"Bandeira\",,\"BRA.13.56_1\",,,\"BRMG3105202\",\"3105202\",-15.863540645,-40.52688523179,4766,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"065ea89f\",3105301,3105301,\"BR_MG\",\"3105301\",3,\"Minas Gerais\",\"Bandeira do Sul\",,\"BRA.13.57_1\",,,\"BRMG3105301\",\"3105301\",-21.724399565,-46.3924560453222,5778,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"74168e8c\",3105400,3105400,\"BR_MG\",\"3105400\",3,\"Minas Gerais\",\"Barão de Cocais\",,\"BRA.13.58_1\",\"ChIJXVrzxCxIpAARFtCU_aaglFo\",,\"BRMG3105400\",\"3105400\",-19.90180206,-43.471763586419,32866,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0c085c1f\",3105509,3105509,\"BR_MG\",\"3105509\",3,\"Minas Gerais\",\"Barão de Monte Alto\",,\"BRA.13.59_1\",,,\"BRMG3105509\",\"3105509\",-21.26583958,-42.2734555389735,5354,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7949d2d0\",3105608,3105608,\"BR_MG\",\"3105608\",3,\"Minas Gerais\",\"Barbacena\",,\"BRA.13.60_1\",\"ChIJAZhxxVf1oQARbrsowIycRV0\",,\"BRMG3105608\",\"3105608\",-21.248380665,-43.796824389246,138204,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e834a576\",3105707,3105707,\"BR_MG\",\"3105707\",3,\"Minas Gerais\",\"Barra Longa\",,\"BRA.13.61_1\",,,\"BRMG3105707\",\"3105707\",-20.291220665,-43.0661209837108,5015,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ca4e950\",3105905,3105905,\"BR_MG\",\"3105905\",3,\"Minas Gerais\",\"Barroso\",,\"BRA.13.62_1\",\"ChIJt2kAGS_toQARurx1ScxNtW0\",,\"BRMG3105905\",\"3105905\",-21.17595196,-43.9618500607466,20897,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8fa4e892\",3106002,3106002,\"BR_MG\",\"3106002\",3,\"Minas Gerais\",\"Bela Vista de Minas\",,\"BRA.13.63_1\",,,\"BRMG3106002\",\"3106002\",-19.806581495,-43.1044132346521,10262,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"176fd31f\",3106101,3106101,\"BR_MG\",\"3106101\",3,\"Minas Gerais\",\"Belmiro Braga\",,\"BRA.13.64_1\",,,\"BRMG3106101\",\"3106101\",-21.97210503,-43.453954887634,3425,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"622e5dd0\",3106200,3106200,\"BR_MG\",\"3106200\",3,\"Minas Gerais\",\"Belo Horizonte\",\"Belo Horizonte, Minas Gerais\",\"BRA.13.65_1\",\"ChIJiUIyZaGQpgARff0Fu8gdHXA\",,\"BRMG3106200\",\"3106200\",-19.921437265,-43.9481190387506,2521564,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a308f43\",3106309,3106309,\"BR_MG\",\"3106309\",3,\"Minas Gerais\",\"Belo Oriente\",,\"BRA.13.66_1\",\"ChIJR1htp8MhsAAR-y5mu7Vtjkc\",,\"BRMG3106309\",\"3106309\",-19.26119709,-42.4442603132629,26994,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6878a950\",3106408,3106408,\"BR_MG\",\"3106408\",3,\"Minas Gerais\",\"Belo Vale\",,\"BRA.13.67_1\",,,\"BRMG3106408\",\"3106408\",-20.405387875,-44.0487631099298,7719,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f905def6\",3106507,3106507,\"BR_MG\",\"3106507\",3,\"Minas Gerais\",\"Berilo\",,\"BRA.13.68_1\",,,\"BRMG3106507\",\"3106507\",-16.87885666,-42.4883734663683,11872,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"683af5c6\",3106655,3106655,\"BR_MG\",\"3106655\",3,\"Minas Gerais\",\"Berizal\",,\"BRA.13.69_1\",,,\"BRMG3106655\",\"3106655\",-15.69868946,-41.778650248739,4764,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8c445039\",3106606,3106606,\"BR_MG\",\"3106606\",3,\"Minas Gerais\",\"Bertópolis\",,\"BRA.13.70_1\",,,\"BRMG3106606\",\"3106606\",-16.992652895,-40.5951027577154,4607,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"148f6bb4\",3106705,3106705,\"BR_MG\",\"3106705\",3,\"Minas Gerais\",\"Betim\",,\"BRA.13.71_1\",\"ChIJfSxG-ErCpgAR4mUDwyCEieE\",,\"BRMG3106705\",\"3106705\",-19.94094276,-44.1967768129935,444784,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"68d41c1f\",3106804,3106804,\"BR_MG\",\"3106804\",3,\"Minas Gerais\",\"Bias Fortes\",,\"BRA.13.72_1\",,,\"BRMG3106804\",\"3106804\",-21.618508335,-43.7538954779082,3329,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f772e38b\",3106903,3106903,\"BR_MG\",\"3106903\",3,\"Minas Gerais\",\"Bicas\",,\"BRA.13.73_1\",\"ChIJF9Xn_6KDogARYvRXi928keM\",,\"BRMG3106903\",\"3106903\",-21.732031825,-43.1193603674089,14554,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d916eedb\",3107000,3107000,\"BR_MG\",\"3107000\",3,\"Minas Gerais\",\"Biquinhas\",,\"BRA.13.74_1\",,,\"BRMG3107000\",\"3107000\",-18.763757705,-45.5355151345592,2498,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a1083c48\",3107109,3107109,\"BR_MG\",\"3107109\",3,\"Minas Gerais\",\"Boa Esperança\",,\"BRA.13.75_1\",\"ChIJ39_OSDF0tZQRQTUE2MLJRWQ\",,\"BRMG3107109\",\"3107109\",-21.056173325,-45.6412517156999,40219,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d449b287\",3107208,3107208,\"BR_MG\",\"3107208\",3,\"Minas Gerais\",\"Bocaina de Minas\",,\"BRA.13.76_1\",,,\"BRMG3107208\",\"3107208\",-22.245901105,-44.4802209510058,5089,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4534c521\",3107307,3107307,\"BR_MG\",\"3107307\",3,\"Minas Gerais\",\"Bocaiúva\",,\"BRA.13.77_1\",\"ChIJmQ1cD3hirAAR5S9l2EIVUhY\",,\"BRMG3107307\",\"3107307\",-17.388183595,-43.8402176865147,50256,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"377ce332\",3107406,3107406,\"BR_MG\",\"3107406\",3,\"Minas Gerais\",\"Bom Despacho\",,\"BRA.13.78_1\",\"ChIJPbytfYMVs5QRf4rX_28352w\",,\"BRMG3107406\",\"3107406\",-19.70998478,-45.3047840786538,51028,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"afb7d8bf\",3107505,3107505,\"BR_MG\",\"3107505\",3,\"Minas Gerais\",\"Bom Jardim de Minas\",,\"BRA.13.79_1\",,,\"BRMG3107505\",\"3107505\",-21.93392277,-44.1110460010038,6459,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"daf65670\",3107604,3107604,\"BR_MG\",\"3107604\",3,\"Minas Gerais\",\"Bom Jesus da Penha\",,\"BRA.13.80_1\",,,\"BRMG3107604\",\"3107604\",-21.00861168,-46.5472984757313,4244,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4550a9e4\",3107703,3107703,\"BR_MG\",\"3107703\",3,\"Minas Gerais\",\"Bom Jesus do Amparo\",,\"BRA.13.81_1\",,,\"BRMG3107703\",\"3107703\",-19.712463375,-43.4663515232215,6133,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"390bde4f\",3107802,3107802,\"BR_MG\",\"3107802\",3,\"Minas Gerais\",\"Bom Jesus do Galho\",,\"BRA.13.82_1\",,,\"BRMG3107802\",\"3107802\",-19.72756386,-42.3030962099436,14862,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a1c0e5c2\",3107901,3107901,\"BR_MG\",\"3107901\",3,\"Minas Gerais\",\"Bom Repouso\",,\"BRA.13.83_1\",\"ChIJRyq5Jtnfy5QR_RTk46YDb8U\",,\"BRMG3107901\",\"3107901\",-22.43758106,-46.1723639173414,10537,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8fae76bf\",3108008,3108008,\"BR_MG\",\"3108008\",3,\"Minas Gerais\",\"Bom Sucesso\",,\"BRA.13.84_1\",\"ChIJK-g_xRsRoAARBH2k_iUrqa8\",,\"BRMG3108008\",\"3108008\",-21.01367283,-44.7979277297662,17607,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1ed30119\",3108107,3108107,\"BR_MG\",\"3108107\",3,\"Minas Gerais\",\"Bonfim\",,\"BRA.13.85_1\",,,\"BRMG3108107\",\"3108107\",-20.320329665,-44.2115245934527,6860,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6b928fd6\",3108206,3108206,\"BR_MG\",\"3108206\",3,\"Minas Gerais\",\"Bonfinópolis de Minas\",,\"BRA.13.86_1\",,,\"BRMG3108206\",\"3108206\",-16.52199745,-46.1550298747224,5444,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8fec2a29\",3108255,3108255,\"BR_MG\",\"3108255\",3,\"Minas Gerais\",\"Bonito de Minas\",,\"BRA.13.87_1\",,,\"BRMG3108255\",\"3108255\",-14.975360395,-44.957350520617,11369,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f359b45b\",3108305,3108305,\"BR_MG\",\"3108305\",3,\"Minas Gerais\",\"Borda da Mata\",,\"BRA.13.88_1\",\"ChIJ62B_EgfXy5QRuwQ30Wl-qhk\",,\"BRMG3108305\",\"3108305\",-22.255655285,-46.1453181341386,19614,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"81119248\",3108404,3108404,\"BR_MG\",\"3108404\",3,\"Minas Gerais\",\"Botelhos\",,\"BRA.13.89_1\",\"ChIJK2ZQ-v3iyZQRi8IimHmw1lY\",,\"BRMG3108404\",\"3108404\",-21.65147686,-46.4199622465459,14949,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1eb76ddc\",3108503,3108503,\"BR_MG\",\"3108503\",3,\"Minas Gerais\",\"Botumirim\",,\"BRA.13.90_1\",,,\"BRMG3108503\",\"3108503\",-16.95328999,-42.9496915748251,6288,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f33dd89e\",3108701,3108701,\"BR_MG\",\"3108701\",3,\"Minas Gerais\",\"Brás Pires\",,\"BRA.13.94_1\",,,\"BRMG3108701\",\"3108701\",-16.94145298,-45.8857161421347,4293,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"14c7a90f\",3108552,3108552,\"BR_MG\",\"3108552\",3,\"Minas Gerais\",\"Brasilândia de Minas\",,\"BRA.13.92_1\",\"ChIJ88_-B6s9qpQRs-FZZiUNmVA\",,\"BRMG3108552\",\"3108552\",-19.03012848,-42.6888228713094,16748,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6bf6e313\",3108602,3108602,\"BR_MG\",\"3108602\",3,\"Minas Gerais\",\"Brasília de Minas\",,\"BRA.13.93_1\",\"ChIJTXfp-i8fVQcRRInJOb8oAQg\",,\"BRMG3108602\",\"3108602\",-16.24230671,-44.3860870336807,32405,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8f66af35\",3108800,3108800,\"BR_MG\",\"3108800\",3,\"Minas Gerais\",\"Braúnas\",,\"BRA.13.95_1\",,,\"BRMG3108800\",\"3108800\",-22.59259033,-45.6143154155149,4769,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f7787da6\",3108909,3108909,\"BR_MG\",\"3108909\",3,\"Minas Gerais\",\"Brazópolis\",,,\"ChIJ-apx5PeBy5QRvF9RfgyTbw8\",,\"BRMG3108909\",\"3108909\",-22.4742842,-45.6165577,14410,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0aa3cdd\",3109006,3109006,\"BR_MG\",\"3109006\",3,\"Minas Gerais\",\"Brumadinho\",,\"BRA.13.96_1\",\"ChIJ2QogZnHLpgARe_SWwSyIn38\",,\"BRMG3109006\",\"3109006\",-20.185319905,-44.1269158408671,40666,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"48610750\",3109105,3109105,\"BR_MG\",\"3109105\",3,\"Minas Gerais\",\"Bueno Brandão\",,\"BRA.13.97_1\",,,\"BRMG3109105\",\"3109105\",-22.494815825,-46.3596827668923,10991,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d20899f\",3109204,3109204,\"BR_MG\",\"3109204\",3,\"Minas Gerais\",\"Buenópolis\",,\"BRA.13.98_1\",,,\"BRMG3109204\",\"3109204\",-17.85061073,-43.9534844938126,10353,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"de33e879\",3109253,3109253,\"BR_MG\",\"3109253\",3,\"Minas Gerais\",\"Bugre\",,\"BRA.13.99_1\",,,\"BRMG3109253\",\"3109253\",-19.359809875,-42.3187190836267,3983,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a286760b\",3109303,3109303,\"BR_MG\",\"3109303\",3,\"Minas Gerais\",\"Buritis\",,\"BRA.13.100_1\",\"ChIJCQ76S0-zVpMRFTnYXrEAwyw\",,\"BRMG3109303\",\"3109303\",-15.44178581,-46.6111029164388,25013,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0ce5018\",3109402,3109402,\"BR_MG\",\"3109402\",3,\"Minas Gerais\",\"Buritizeiro\",,\"BRA.13.101_1\",\"ChIJaTRS4ZA5q5QRjFKU9j7LULY\",,\"BRMG3109402\",\"3109402\",-17.29142475,-45.2196701188524,28121,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"34b0f5e7\",3109451,3109451,\"BR_MG\",\"3109451\",3,\"Minas Gerais\",\"Cabeceira Grande\",,\"BRA.13.102_1\",,,\"BRMG3109451\",\"3109451\",-16.068761825,-47.1151466511044,6988,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"48056b95\",3109501,3109501,\"BR_MG\",\"3109501\",3,\"Minas Gerais\",\"Cabo Verde\",,\"BRA.13.103_1\",,,\"BRMG3109501\",\"3109501\",-21.47842312,-46.3874349783751,14075,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d44e55a\",3109600,3109600,\"BR_MG\",\"3109600\",3,\"Minas Gerais\",\"Cachoeira da Prata\",,\"BRA.13.104_1\",,,\"BRMG3109600\",\"3109600\",-19.514453885,-44.475984579643,3591,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"455a37c9\",3109709,3109709,\"BR_MG\",\"3109709\",3,\"Minas Gerais\",\"Cachoeira de Minas\",,\"BRA.13.105_1\",\"ChIJZ0A_kNuWy5QR8m8l9jNV1Rg\",,\"BRMG3109709\",\"3109709\",-22.374051095,-45.7850164820511,11579,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eceacc75\",3102704,3102704,\"BR_MG\",\"3102704\",3,\"Minas Gerais\",\"Cachoeira de Pajeú\",,\"BRA.13.106_1\",,,\"BRMG3102704\",\"3102704\",-15.973238945,-41.5196077514378,9442,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"39014062\",3109808,3109808,\"BR_MG\",\"3109808\",3,\"Minas Gerais\",\"Cachoeira Dourada\",,\"BRA.13.107_1\",,,\"BRMG3109808\",\"3109808\",-18.58643246,-49.495826861619,2706,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a87c37c4\",3109907,3109907,\"BR_MG\",\"3109907\",3,\"Minas Gerais\",\"Caetanópolis\",,\"BRA.13.109_1\",\"ChIJ67zpHrm0pwARq07l79cEv6k\",,\"BRMG3109907\",\"3109907\",-19.341952325,-44.4214337610505,11749,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7ecc3bcb\",3110004,3110004,\"BR_MG\",\"3110004\",3,\"Minas Gerais\",\"Caeté\",,\"BRA.13.110_1\",\"ChIJ9b0kB5gvpAARbTOCSwC7s_Q\",,\"BRMG3110004\",\"3110004\",-19.88547516,-43.6167030852649,45047,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e16ac45f\",3110103,3110103,\"BR_MG\",\"3110103\",3,\"Minas Gerais\",\"Caiana\",,\"BRA.13.111_1\",,,\"BRMG3110103\",\"3110103\",-20.73113918,-41.9150614629747,5541,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"942b4a90\",3110202,3110202,\"BR_MG\",\"3110202\",3,\"Minas Gerais\",\"Cajuri\",,\"BRA.13.112_1\",,,\"BRMG3110202\",\"3110202\",-20.78797436,-42.756279995827,3974,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ce0711d\",3110301,3110301,\"BR_MG\",\"3110301\",3,\"Minas Gerais\",\"Caldas\",,\"BRA.13.113_1\",\"ChIJJ1sOEsKSyZQRI1_jymduyjo\",,\"BRMG3110301\",\"3110301\",-21.899677275,-46.3440487310847,14541,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7ea8570e\",3110400,3110400,\"BR_MG\",\"3110400\",3,\"Minas Gerais\",\"Camacho\",,\"BRA.13.114_1\",,,\"BRMG3110400\",\"3110400\",-20.653808595,-45.1552515881382,2869,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"06b6859d\",3110509,3110509,\"BR_MG\",\"3110509\",3,\"Minas Gerais\",\"Camanducaia\",,\"BRA.13.115_1\",\"ChIJgfxGk8YAzJQRG1qYG8mohDs\",,\"BRMG3110509\",\"3110509\",-22.79730701,-46.0884797732452,21801,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73f70b52\",3110608,3110608,\"BR_MG\",\"3110608\",3,\"Minas Gerais\",\"Cambuí\",,\"BRA.13.116_1\",\"ChIJMarBI4Twy5QRq7p45ziPH0Q\",,\"BRMG3110608\",\"3110608\",-22.591952325,-46.0836403518298,29814,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e28a7cf4\",3110707,3110707,\"BR_MG\",\"3110707\",3,\"Minas Gerais\",\"Cambuquira\",,\"BRA.13.117_1\",\"ChIJQQyd5ZUfy5QR_1oat6yh-WE\",,\"BRMG3110707\",\"3110707\",-21.856365205,-45.255172652658,12812,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ed10b5f\",3110806,3110806,\"BR_MG\",\"3110806\",3,\"Minas Gerais\",\"Campanário\",,\"BRA.13.118_1\",,,\"BRMG3110806\",\"3110806\",-18.281554225,-41.7201352010177,3730,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"061a30d2\",3110905,3110905,\"BR_MG\",\"3110905\",3,\"Minas Gerais\",\"Campanha\",,\"BRA.13.119_1\",\"ChIJVf-43UziypQRR4iMcFLzTtw\",,\"BRMG3110905\",\"3110905\",-21.823412895,-45.4256134828438,16762,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2f13f99b\",3111002,3111002,\"BR_MG\",\"3111002\",3,\"Minas Gerais\",\"Campestre\",,\"BRA.13.120_1\",\"ChIJ7UW8iYH3yZQRv9Kl154qd0k\",,\"BRMG3111002\",\"3111002\",-21.71786308,-46.2336781682753,21054,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7d8c216\",3111101,3111101,\"BR_MG\",\"3111101\",3,\"Minas Gerais\",\"Campina Verde\",,\"BRA.13.121_1\",\"ChIJlRsim4ZhopQR7nUVpcGULTw\",,\"BRMG3111101\",\"3111101\",-19.48570633,-49.7694451639405,19752,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bda806c5\",3111150,3111150,\"BR_MG\",\"3111150\",3,\"Minas Gerais\",\"Campo Azul\",,\"BRA.13.122_1\",,,\"BRMG3111150\",\"3111150\",-16.516442295,-44.7586030066522,3824,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2994cd9\",3111200,3111200,\"BR_MG\",\"3111200\",3,\"Minas Gerais\",\"Campo Belo\",,\"BRA.13.123_1\",\"ChIJydr_yEw-tZQRsEIXDxWGkHs\",,\"BRMG3111200\",\"3111200\",-20.942220685,-45.2583550493827,54186,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ba879e4a\",3111309,3111309,\"BR_MG\",\"3111309\",3,\"Minas Gerais\",\"Campo do Meio\",,\"BRA.13.124_1\",,,\"BRMG3111309\",\"3111309\",-21.117634775,-45.8298762624595,11651,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c8cfb859\",3111408,3111408,\"BR_MG\",\"3111408\",3,\"Minas Gerais\",\"Campo Florido\",,\"BRA.13.125_1\",,,\"BRMG3111408\",\"3111408\",-19.714928625,-48.6489341202299,8269,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"59b2cfff\",3111507,3111507,\"BR_MG\",\"3111507\",3,\"Minas Gerais\",\"Campos Altos\",,\"BRA.13.126_1\",\"ChIJuYGzHjMospQRwK1kPGb1Gls\",,\"BRMG3111507\",\"3111507\",-19.611275675,-46.1952683260166,15563,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2cf34130\",3111606,3111606,\"BR_MG\",\"3111606\",3,\"Minas Gerais\",\"Campos Gerais\",,\"BRA.13.127_1\",\"ChIJnaX7tgCQtZQRjpvzQmfoV1E\",,\"BRMG3111606\",\"3111606\",-21.291417125,-45.7253206516845,28842,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"57c5f282\",3111903,3111903,\"BR_MG\",\"3111903\",3,\"Minas Gerais\",\"Cana Verde\",,\"BRA.13.128_1\",,,\"BRMG3111903\",\"3111903\",-21.03073692,-45.1869223604443,5594,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b4387abd\",3111705,3111705,\"BR_MG\",\"3111705\",3,\"Minas Gerais\",\"Canaã\",,\"BRA.13.129_1\",,,\"BRMG3111705\",\"3111705\",-20.66913605,-42.6209884670182,4548,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c8630d16\",3111804,3111804,\"BR_MG\",\"3111804\",3,\"Minas Gerais\",\"Canápolis\",,\"BRA.13.130_1\",\"ChIJq_ESystioZQR_CX2S_Wuljw\",,\"BRMG3111804\",\"3111804\",-18.766768455,-49.2419572741489,12201,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3a83759\",3112000,3112000,\"BR_MG\",\"3112000\",3,\"Minas Gerais\",\"Candeias\",,\"BRA.13.131_1\",\"ChIJQz2GJmIitZQRDRv7dF8esko\",,\"BRMG3112000\",\"3112000\",-20.749092105,-45.278125670963,14888,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d7037bb8\",3112059,3112059,\"BR_MG\",\"3112059\",3,\"Minas Gerais\",\"Cantagalo\",,\"BRA.13.132_1\",,,\"BRMG3112059\",\"3112059\",-18.50969696,-42.646152150959,4551,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"abb6e5ca\",3112109,3112109,\"BR_MG\",\"3112109\",3,\"Minas Gerais\",\"Caparaó\",,\"BRA.13.133_1\",,,\"BRMG3112109\",\"3112109\",-20.53086281,-41.9513519065748,5451,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"def76b05\",3112208,3112208,\"BR_MG\",\"3112208\",3,\"Minas Gerais\",\"Capela Nova\",,\"BRA.13.134_1\",,,\"BRMG3112208\",\"3112208\",-20.917696955,-43.6033733104744,4634,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4f8a1ca3\",3112307,3112307,\"BR_MG\",\"3112307\",3,\"Minas Gerais\",\"Capelinha\",,\"BRA.13.135_1\",\"ChIJP-dn-st_sgAREfOnlKaHQHM\",,\"BRMG3112307\",\"3112307\",-17.697884555,-42.4746511664497,38057,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3dc23ab0\",3112406,3112406,\"BR_MG\",\"3112406\",3,\"Minas Gerais\",\"Capetinga\",,\"BRA.13.136_1\",,,\"BRMG3112406\",\"3112406\",-20.661185265,-47.0491936955911,6890,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a509013d\",3112505,3112505,\"BR_MG\",\"3112505\",3,\"Minas Gerais\",\"Capim Branco\",,\"BRA.13.137_1\",\"ChIJHSEmpNVdpgARH7Vxd56unZc\",,\"BRMG3112505\",\"3112505\",-19.58395958,-44.1686941035115,9826,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0488ff2\",3112604,3112604,\"BR_MG\",\"3112604\",3,\"Minas Gerais\",\"Capinópolis\",,\"BRA.13.138_1\",\"ChIJ-1zYZCuQoZQR6P_IilZ-_ms\",,\"BRMG3112604\",\"3112604\",-18.670951845,-49.6073320084267,16234,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"335bee14\",3112653,3112653,\"BR_MG\",\"3112653\",3,\"Minas Gerais\",\"Capitão Andrade\",,\"BRA.13.139_1\",,,\"BRMG3112653\",\"3112653\",-15.98736954,-43.6164541160724,5514,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4fee7066\",3112703,3112703,\"BR_MG\",\"3112703\",3,\"Minas Gerais\",\"Capitão Enéas\",,\"BRA.13.140_1\",,,\"BRMG3112703\",\"3112703\",-19.04833317,-41.8384997760568,15313,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"33b507cd\",3112802,3112802,\"BR_MG\",\"3112802\",3,\"Minas Gerais\",\"Capitólio\",,\"BRA.13.141_1\",\"ChIJq6QOQLwitJQRnf9MkBrWxgw\",,\"BRMG3112802\",\"3112802\",-20.61175823,-46.1335998935822,8663,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ab7e3c40\",3112901,3112901,\"BR_MG\",\"3112901\",3,\"Minas Gerais\",\"Caputira\",,\"BRA.13.142_1\",,,\"BRMG3112901\",\"3112901\",-20.184640885,-42.2618935347811,9308,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"65cfd80e\",3113008,3113008,\"BR_MG\",\"3113008\",3,\"Minas Gerais\",\"Caraí\",,\"BRA.13.143_1\",,,\"BRMG3113008\",\"3113008\",-17.164430615,-41.4737627093543,23780,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f4b2afa8\",3113107,3113107,\"BR_MG\",\"3113107\",3,\"Minas Gerais\",\"Caranaíba\",,\"BRA.13.144_1\",,,\"BRMG3113107\",\"3113107\",-20.889371875,-43.7220035156382,3166,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"81f32167\",3113206,3113206,\"BR_MG\",\"3113206\",3,\"Minas Gerais\",\"Carandaí\",,\"BRA.13.145_1\",\"ChIJK-BuhQqAoQARKI6tTtygq6U\",,\"BRMG3113206\",\"3113206\",-20.995654105,-43.8395447914644,25669,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"19381aea\",3113305,3113305,\"BR_MG\",\"3113305\",3,\"Minas Gerais\",\"Carangola\",,\"BRA.13.146_1\",\"ChIJHfd3_W5luwARqiq0HH07sEc\",,\"BRMG3113305\",\"3113305\",-20.7111845,-42.100912365844,33011,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6b703cf9\",3113404,3113404,\"BR_MG\",\"3113404\",3,\"Minas Gerais\",\"Caratinga\",,\"BRA.13.147_1\",\"ChIJ2wDFvdyQugAR7N-fD_MygRQ\",,\"BRMG3113404\",\"3113404\",-19.689257625,-41.8870649728926,92603,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f4d6c36d\",3113503,3113503,\"BR_MG\",\"3113503\",3,\"Minas Gerais\",\"Carbonita\",,\"BRA.13.149_1\",,,\"BRMG3113503\",\"3113503\",-17.51218414,-43.0478798679557,9414,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"81974da2\",3113602,3113602,\"BR_MG\",\"3113602\",3,\"Minas Gerais\",\"Careaçu\",,\"BRA.13.150_1\",,,\"BRMG3113602\",\"3113602\",-22.072402955,-45.6638347971808,6792,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"195c762f\",3113701,3113701,\"BR_MG\",\"3113701\",3,\"Minas Gerais\",\"Carlos Chagas\",,\"BRA.13.151_1\",\"ChIJVyWPm_vatAARAZW_Q0zidFU\",,\"BRMG3113701\",\"3113701\",-17.67219639,-40.8826116208582,18674,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"65070184\",3113800,3113800,\"BR_MG\",\"3113800\",3,\"Minas Gerais\",\"Carmésia\",,\"BRA.13.152_1\",,,\"BRMG3113800\",\"3113800\",-19.057530405,-43.1634882510637,2646,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1d19d317\",3113909,3113909,\"BR_MG\",\"3113909\",3,\"Minas Gerais\",\"Carmo da Cachoeira\",,\"BRA.13.153_1\",,,\"BRMG3113909\",\"3113909\",-21.45478344,-45.1915174066758,12182,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1fa0cdb0\",3114006,3114006,\"BR_MG\",\"3114006\",3,\"Minas Gerais\",\"Carmo da Mata\",,\"BRA.13.154_1\",\"ChIJS7otXqCHoAARUPPtA0Wawiw\",,\"BRMG3114006\",\"3114006\",-20.55972004,-44.8891625696958,11511,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"876bf63d\",3114105,3114105,\"BR_MG\",\"3114105\",3,\"Minas Gerais\",\"Carmo de Minas\",,\"BRA.13.155_1\",\"ChIJk-JAQwtIy5QRQW5XRpxX9tM\",,\"BRMG3114105\",\"3114105\",-22.088672635,-45.1707157393123,14947,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f22a78f2\",3114204,3114204,\"BR_MG\",\"3114204\",3,\"Minas Gerais\",\"Carmo do Cajuru\",,\"BRA.13.156_1\",\"ChIJ5di0y1G3oAARjBhQN3dR6f8\",,\"BRMG3114204\",\"3114204\",-20.19513607,-44.6977662127411,22693,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6d8c8766\",3114303,3114303,\"BR_MG\",\"3114303\",3,\"Minas Gerais\",\"Carmo do Paranaíba\",,\"BRA.13.157_1\",\"ChIJQ3-CnMHhrZQR-KRWJd-d1Fc\",,\"BRMG3114303\",\"3114303\",-18.876317025,-46.1239558092699,30334,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1fc4a175\",3114402,3114402,\"BR_MG\",\"3114402\",3,\"Minas Gerais\",\"Carmo do Rio Claro\",,\"BRA.13.158_1\",\"ChIJvwom0N_TtZQRnCyQYR6ilSk\",,\"BRMG3114402\",\"3114402\",-20.994627,-46.1398309611584,21268,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"870f9af8\",3114501,3114501,\"BR_MG\",\"3114501\",3,\"Minas Gerais\",\"Carmópolis de Minas\",,\"BRA.13.159_1\",\"ChIJCSQKpqbzoAARovpI7dnmXBw\",,\"BRMG3114501\",\"3114501\",-20.559082985,-44.6694965284454,19559,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8d7f5e2b\",3114550,3114550,\"BR_MG\",\"3114550\",3,\"Minas Gerais\",\"Carneirinho\",,\"BRA.13.160_1\",,,\"BRMG3114550\",\"3114550\",-19.768613815,-50.8037361010182,10066,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f24e1437\",3114600,3114600,\"BR_MG\",\"3114600\",3,\"Minas Gerais\",\"Carrancas\",,\"BRA.13.161_1\",,,\"BRMG3114600\",\"3114600\",-21.476780895,-44.6116809261755,4049,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8a50c6a4\",3114709,3114709,\"BR_MG\",\"3114709\",3,\"Minas Gerais\",\"Carvalhópolis\",,\"BRA.13.148_1\",,,\"BRMG3114709\",\"3114709\",-21.77462292,-45.8362881801433,3597,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f60bb10f\",3114808,3114808,\"BR_MG\",\"3114808\",3,\"Minas Gerais\",\"Carvalhos\",,\"BRA.13.162_1\",,,\"BRMG3114808\",\"3114808\",-22.027825355,-44.50340101939,4461,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6776c6a9\",3114907,3114907,\"BR_MG\",\"3114907\",3,\"Minas Gerais\",\"Casa Grande\",,\"BRA.13.163_1\",,,\"BRMG3114907\",\"3114907\",-20.837953565,-43.9401384580237,2254,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d7765e5a\",3115003,3115003,\"BR_MG\",\"3115003\",3,\"Minas Gerais\",\"Cascalho Rico\",,\"BRA.13.164_1\",,,\"BRMG3115003\",\"3115003\",-18.56592083,-47.8684001862977,3092,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a1b304fb\",3115102,3115102,\"BR_MG\",\"3115102\",3,\"Minas Gerais\",\"Cássia\",,\"BRA.13.165_1\",\"ChIJ7-7o4dIst5QR_Y8nY0zCPOs\",,\"BRMG3115102\",\"3115102\",-20.55910969,-46.9259835548555,17740,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4c39b1b9\",3115300,3115300,\"BR_MG\",\"3115300\",3,\"Minas Gerais\",\"Cataguases\",,\"BRA.13.167_1\",\"ChIJB7B9XITQogAR0ChgfTC2CB4\",,\"BRMG3115300\",\"3115300\",-21.334362985,-42.698394426614,75540,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4892fd58\",3115359,3115359,\"BR_MG\",\"3115359\",3,\"Minas Gerais\",\"Catas Altas\",,\"BRA.13.169_1\",,,\"BRMG3115359\",\"3115359\",-20.06897831,-43.4027391882191,5421,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"30aa1f98\",3115409,3115409,\"BR_MG\",\"3115409\",3,\"Minas Gerais\",\"Catas Altas da Noruega\",,\"BRA.13.168_1\",,,\"BRMG3115409\",\"3115409\",-20.67185497,-43.4932325815153,3653,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3adadb4b\",3115458,3115458,\"BR_MG\",\"3115458\",3,\"Minas Gerais\",\"Catuji\",,\"BRA.13.170_1\",,,\"BRMG3115458\",\"3115458\",-17.36471939,-41.4750899847957,6257,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"015af5e2\",3115474,3115474,\"BR_MG\",\"3115474\",3,\"Minas Gerais\",\"Catuti\",,\"BRA.13.171_1\",,,\"BRMG3115474\",\"3115474\",-15.34350777,-43.0620153625919,4965,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"466f4539\",3115508,3115508,\"BR_MG\",\"3115508\",3,\"Minas Gerais\",\"Caxambu\",,\"BRA.13.172_1\",\"ChIJo6zwAyAkngARih3Rk3alLlw\",,\"BRMG3115508\",\"3115508\",-21.991806985,-44.9406068289201,21610,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d496e6f1\",3115607,3115607,\"BR_MG\",\"3115607\",3,\"Minas Gerais\",\"Cedro do Abaeté\",,\"BRA.13.173_1\",,,\"BRMG3115607\",\"3115607\",-19.10922241,-45.7053377546644,1157,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a253bc50\",3115706,3115706,\"BR_MG\",\"3115706\",3,\"Minas Gerais\",\"Central de Minas\",,\"BRA.13.174_1\",,,\"BRMG3115706\",\"3115706\",-18.77911854,-41.2910901341712,7046,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3006aad7\",3115805,3115805,\"BR_MG\",\"3115805\",3,\"Minas Gerais\",\"Centralina\",,\"BRA.13.175_1\",,,\"BRMG3115805\",\"3115805\",-18.656661985,-49.15759225031,10346,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"46c3f076\",3115904,3115904,\"BR_MG\",\"3115904\",3,\"Minas Gerais\",\"Chácara\",,\"BRA.13.176_1\",,,\"BRMG3115904\",\"3115904\",-21.69096756,-43.1996333042119,3186,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2bcd9098\",3116001,3116001,\"BR_MG\",\"3116001\",3,\"Minas Gerais\",\"Chalé\",,\"BRA.13.177_1\",,,\"BRMG3116001\",\"3116001\",-20.024576185,-41.6532915636833,5699,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5d08ca39\",3116100,3116100,\"BR_MG\",\"3116100\",3,\"Minas Gerais\",\"Chapada do Norte\",,\"BRA.13.178_1\",,,\"BRMG3116100\",\"3116100\",-17.15767097,-42.400098996049,15345,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"59a386d8\",3116159,3116159,\"BR_MG\",\"3116159\",3,\"Minas Gerais\",\"Chapada Gaúcha\",,\"BRA.13.179_1\",,,\"BRMG3116159\",\"3116159\",-15.45757532,-45.4186140018567,13953,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2692ccc4\",3116209,3116209,\"BR_MG\",\"3116209\",3,\"Minas Gerais\",\"Chiador\",,\"BRA.13.181_1\",,,\"BRMG3116209\",\"3116209\",-21.992253305,-43.000165904701,2671,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"50579665\",3116308,3116308,\"BR_MG\",\"3116308\",3,\"Minas Gerais\",\"Cipotânea\",,\"BRA.13.182_1\",,,\"BRMG3116308\",\"3116308\",-20.915198325,-43.3484445461268,6799,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c5a79d71\",3116407,3116407,\"BR_MG\",\"3116407\",3,\"Minas Gerais\",\"Claraval\",,\"BRA.13.183_1\",,,\"BRMG3116407\",\"3116407\",-20.34692192,-47.2588666976601,4853,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b362c7d0\",3116506,3116506,\"BR_MG\",\"3116506\",3,\"Minas Gerais\",\"Claro dos Poções\",,\"BRA.13.184_1\",,,\"BRMG3116506\",\"3116506\",-17.05878544,-44.2633795334028,7514,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"282d2833\",3116605,3116605,\"BR_MG\",\"3116605\",3,\"Minas Gerais\",\"Cláudio\",,\"BRA.13.185_1\",\"ChIJlfMiuTWSoAAReJAjtTZruH8\",,\"BRMG3116605\",\"3116605\",-20.39990425,-44.7606029486192,28859,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5ee87292\",3116704,3116704,\"BR_MG\",\"3116704\",3,\"Minas Gerais\",\"Coimbra\",,\"BRA.13.186_1\",,,\"BRMG3116704\",\"3116704\",-20.84262848,-42.7989282811186,7594,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cbd0a00c\",3116803,3116803,\"BR_MG\",\"3116803\",3,\"Minas Gerais\",\"Coluna\",,\"BRA.13.187_1\",,,\"BRMG3116803\",\"3116803\",-18.238760945,-42.8703837197699,8841,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd15faad\",3116902,3116902,\"BR_MG\",\"3116902\",3,\"Minas Gerais\",\"Comendador Gomes\",,\"BRA.13.188_1\",,,\"BRMG3116902\",\"3116902\",-19.671762465,-49.0712235012718,3120,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9daa7fcf\",3117009,3117009,\"BR_MG\",\"3117009\",3,\"Minas Gerais\",\"Comercinho\",,\"BRA.13.189_1\",,,\"BRMG3117009\",\"3117009\",-16.29218483,-41.7797352706661,6774,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eb6f256e\",3117108,3117108,\"BR_MG\",\"3117108\",3,\"Minas Gerais\",\"Conceição da Aparecida\",,\"BRA.13.190_1\",,,\"BRMG3117108\",\"3117108\",-21.097929005,-46.2266638949529,10322,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3afceb18\",3115201,3115201,\"BR_MG\",\"3115201\",3,\"Minas Gerais\",\"Conceição da Barra de Minas\",,\"BRA.13.166_1\",,,\"BRMG3115201\",\"3115201\",-21.150209425,-44.4942575786583,3946,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0f53dc07\",3117306,3117306,\"BR_MG\",\"3117306\",3,\"Minas Gerais\",\"Conceição das Alagoas\",,\"BRA.13.191_1\",\"ChIJUwdJbh04u5QRs_ASZYDys4Y\",,\"BRMG3117306\",\"3117306\",-19.961697575,-48.4218922710116,28346,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"799686a6\",3117207,3117207,\"BR_MG\",\"3117207\",3,\"Minas Gerais\",\"Conceição das Pedras\",,\"BRA.13.192_1\",,,\"BRMG3117207\",\"3117207\",-19.890194895,-48.2187805882999,2813,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93159b38\",3117405,3117405,\"BR_MG\",\"3117405\",3,\"Minas Gerais\",\"Conceição de Ipanema\",,\"BRA.13.193_1\",,,\"BRMG3117405\",\"3117405\",-19.90418911,-41.6654910219819,4578,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e5d0c199\",3117504,3117504,\"BR_MG\",\"3117504\",3,\"Minas Gerais\",\"Conceição do Mato Dentro\",,\"BRA.13.194_1\",\"ChIJpwsTn6BqrwARl6noXP8zy50\",,\"BRMG3117504\",\"3117504\",-18.932491305,-43.4986574742062,17503,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"79f2ea63\",3117603,3117603,\"BR_MG\",\"3117603\",3,\"Minas Gerais\",\"Conceição do Pará\",,\"BRA.13.195_1\",,,\"BRMG3117603\",\"3117603\",-19.787574765,-44.8357264863982,5533,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0f37b0c2\",3117702,3117702,\"BR_MG\",\"3117702\",3,\"Minas Gerais\",\"Conceição do Rio Verde\",,\"BRA.13.196_1\",,,\"BRMG3117702\",\"3117702\",-21.8946228,-45.0940415274961,13684,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9d62a645\",3117801,3117801,\"BR_MG\",\"3117801\",3,\"Minas Gerais\",\"Conceição dos Ouros\",,\"BRA.13.197_1\",\"ChIJWQvOc_mQy5QRQy5B9pZ6iXc\",,\"BRMG3117801\",\"3117801\",-22.444713595,-45.7668313134113,11748,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"282b6025\",3117836,3117836,\"BR_MG\",\"3117836\",3,\"Minas Gerais\",\"Cônego Marinho\",,\"BRA.13.198_1\",,,\"BRMG3117836\",\"3117836\",-15.04402733,-44.6193264079372,7686,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4c47a521\",3117876,3117876,\"BR_MG\",\"3117876\",3,\"Minas Gerais\",\"Confins\",,\"BRA.13.199_1\",\"ChIJs7a0YeNipgARCFpMhVS-AnM\",,\"BRMG3117876\",\"3117876\",-19.64475155,-43.9772151424389,6800,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eba7fce4\",3117900,3117900,\"BR_MG\",\"3117900\",3,\"Minas Gerais\",\"Congonhal\",,\"BRA.13.200_1\",\"ChIJIx9bzJjNy5QRp4v722tqG2Y\",,\"BRMG3117900\",\"3117900\",-22.133698465,-46.0328994266452,12082,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2271429e\",3118007,3118007,\"BR_MG\",\"3118007\",3,\"Minas Gerais\",\"Congonhas\",,\"BRA.13.202_1\",\"ChIJE_rIkxNZoQARFlYfRxZWru4\",,\"BRMG3118007\",\"3118007\",-20.51703262,-43.8577802361834,55309,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"54b4183f\",3118106,3118106,\"BR_MG\",\"3118106\",3,\"Minas Gerais\",\"Congonhas do Norte\",,\"BRA.13.201_1\",,,\"BRMG3118106\",\"3118106\",-18.885736465,-43.677261787025,5046,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cffbf7dc\",3118205,3118205,\"BR_MG\",\"3118205\",3,\"Minas Gerais\",\"Conquista\",,\"BRA.13.203_1\",,,\"BRMG3118205\",\"3118205\",-19.861083985,-47.6193065714415,6969,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b93ead7d\",3118304,3118304,\"BR_MG\",\"3118304\",3,\"Minas Gerais\",\"Conselheiro Lafaiete\",,\"BRA.13.204_1\",\"ChIJyz-SnsxhoQARGQL8xVil3JY\",,\"BRMG3118304\",\"3118304\",-20.668870925,-43.7895110043174,129606,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"22152e5b\",3118403,3118403,\"BR_MG\",\"3118403\",3,\"Minas Gerais\",\"Conselheiro Pena\",,\"BRA.13.205_1\",\"ChIJfQ26RkAosQAROSQeVqLMmLc\",,\"BRMG3118403\",\"3118403\",-19.17182827,-41.4800677165022,22949,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"54d074fa\",3118502,3118502,\"BR_MG\",\"3118502\",3,\"Minas Gerais\",\"Consolação\",,\"BRA.13.206_1\",,,\"BRMG3118502\",\"3118502\",-22.529973985,-45.9161739622938,1784,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cf9f9b19\",3118601,3118601,\"BR_MG\",\"3118601\",3,\"Minas Gerais\",\"Contagem\",,\"BRA.13.207_1\",\"ChIJ3T-UVcSUpgARvnkw3GK4R-I\",,\"BRMG3118601\",\"3118601\",-19.89467907,-44.0894457607657,668949,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b95ac1b8\",3118700,3118700,\"BR_MG\",\"3118700\",3,\"Minas Gerais\",\"Coqueiral\",,\"BRA.13.208_1\",,,\"BRMG3118700\",\"3118700\",-21.18171024,-45.4221258061451,9128,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cbda3e21\",3118809,3118809,\"BR_MG\",\"3118809\",3,\"Minas Gerais\",\"Coração de Jesus\",,\"BRA.13.209_1\",\"ChIJaRvffpzVqgARN4647na9NgU\",,\"BRMG3118809\",\"3118809\",-18.311380385,-44.5780829677406,26611,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd1f6480\",3118908,3118908,\"BR_MG\",\"3118908\",3,\"Minas Gerais\",\"Cordisburgo\",,\"BRA.13.210_1\",,,\"BRMG3118908\",\"3118908\",-18.60525036,-42.3206438346128,8897,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"74c344d7\",3119005,3119005,\"BR_MG\",\"3119005\",3,\"Minas Gerais\",\"Cordislândia\",,\"BRA.13.211_1\",,,\"BRMG3119005\",\"3119005\",-16.48901844,-44.1330989558462,3542,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"02061e76\",3119104,3119104,\"BR_MG\",\"3119104\",3,\"Minas Gerais\",\"Corinto\",,\"BRA.13.212_1\",\"ChIJe39Q0h5UqAARPf39t9MfbqI\",,\"BRMG3119104\",\"3119104\",-16.63130951,-44.3895798067939,23668,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9e24358c\",3119203,3119203,\"BR_MG\",\"3119203\",3,\"Minas Gerais\",\"Coroaci\",,\"BRA.13.213_1\",,,\"BRMG3119203\",\"3119203\",-16.712852475,-44.5728749047564,9943,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e8e16f2d\",3119302,3119302,\"BR_MG\",\"3119302\",3,\"Minas Gerais\",\"Coromandel\",,\"BRA.13.214_1\",\"ChIJ3WKs_Bc4r5QR9S8AtBMUUM4\",,\"BRMG3119302\",\"3119302\",-18.340783115,-47.160728785636,27966,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"74a72812\",3119401,3119401,\"BR_MG\",\"3119401\",3,\"Minas Gerais\",\"Coronel Fabriciano\",,\"BRA.13.215_1\",\"ChIJSYOTJClUpQARvHGo6NMc3Go\",,\"BRMG3119401\",\"3119401\",-19.437450405,-42.7193726282153,110290,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"026272b3\",3119500,3119500,\"BR_MG\",\"3119500\",3,\"Minas Gerais\",\"Coronel Murta\",,\"BRA.13.216_1\",,,\"BRMG3119500\",\"3119500\",-16.602248195,-42.1823942378101,9215,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"79f8744e\",3119609,3119609,\"BR_MG\",\"3119609\",3,\"Minas Gerais\",\"Coronel Pacheco\",,\"BRA.13.217_1\",,,\"BRMG3119609\",\"3119609\",-21.599936485,-43.2865063276434,3090,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0f3d2eef\",3119708,3119708,\"BR_MG\",\"3119708\",3,\"Minas Gerais\",\"Coronel Xavier Chaves\",,\"BRA.13.218_1\",,,\"BRMG3119708\",\"3119708\",-21.02022934,-44.2065617512635,3441,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"94de7443\",3119807,3119807,\"BR_MG\",\"3119807\",3,\"Minas Gerais\",\"Córrego Danta\",,\"BRA.13.219_1\",,,\"BRMG3119807\",\"3119807\",-19.76131439,-46.0042157096993,3191,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e21b2ee2\",3119906,3119906,\"BR_MG\",\"3119906\",3,\"Minas Gerais\",\"Córrego do Bom Jesus\",,\"BRA.13.220_1\",,,\"BRMG3119906\",\"3119906\",-22.62321949,-45.9929264156102,3694,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"06658b1d\",3119955,3119955,\"BR_MG\",\"3119955\",3,\"Minas Gerais\",\"Córrego Fundo\",,\"BRA.13.221_1\",,,\"BRMG3119955\",\"3119955\",-20.448747635,-45.5386291185052,6382,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a708d4b8\",3120003,3120003,\"BR_MG\",\"3120003\",3,\"Minas Gerais\",\"Córrego Novo\",,\"BRA.13.222_1\",,,\"BRMG3120003\",\"3120003\",-19.83766079,-42.4446886410144,2728,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1cd8e19\",3120102,3120102,\"BR_MG\",\"3120102\",3,\"Minas Gerais\",\"Couto de Magalhães de Minas\",,\"BRA.13.223_1\",,,\"BRMG3120102\",\"3120102\",-18.081530575,-43.457529175864,4423,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"35b32be6\",3120151,3120151,\"BR_MG\",\"3120151\",3,\"Minas Gerais\",\"Crisólita\",,\"BRA.13.224_1\",,,\"BRMG3120151\",\"3120151\",-17.242836,-40.9922210642996,6760,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4a8261fa\",3120201,3120201,\"BR_MG\",\"3120201\",3,\"Minas Gerais\",\"Cristais\",,\"BRA.13.225_1\",\"ChIJ74CO99cGtZQRdP2JZbgJndI\",,\"BRMG3120201\",\"3120201\",-20.81113434,-45.5426689709343,12931,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c473b5b\",3120300,3120300,\"BR_MG\",\"3120300\",3,\"Minas Gerais\",\"Cristália\",,\"BRA.13.226_1\",,,\"BRMG3120300\",\"3120300\",-16.70506954,-42.8369985166597,5982,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"40d4957a\",3120409,3120409,\"BR_MG\",\"3120409\",3,\"Minas Gerais\",\"Cristiano Otoni\",,\"BRA.13.227_1\",,,\"BRMG3120409\",\"3120409\",-20.83476734,-43.8131604628022,5156,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3611cfdb\",3120508,3120508,\"BR_MG\",\"3120508\",3,\"Minas Gerais\",\"Cristina\",,\"BRA.13.228_1\",,,\"BRMG3120508\",\"3120508\",-22.211883545,-45.2805303719988,10226,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a4e86c13\",3120607,3120607,\"BR_MG\",\"3120607\",3,\"Minas Gerais\",\"Crucilândia\",,\"BRA.13.229_1\",,,\"BRMG3120607\",\"3120607\",-20.41149139,-44.3564310219728,5054,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d22d36b2\",3120706,3120706,\"BR_MG\",\"3120706\",3,\"Minas Gerais\",\"Cruzeiro da Fortaleza\",,\"BRA.13.230_1\",,,\"BRMG3120706\",\"3120706\",-18.96338081,-46.695545196978,3639,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"40782035\",3120805,3120805,\"BR_MG\",\"3120805\",3,\"Minas Gerais\",\"Cruzília\",,\"BRA.13.231_1\",\"ChIJrcOCEAAzngARD5ozjm5fcFk\",,\"BRMG3120805\",\"3120805\",-21.74679947,-44.792782834913,15474,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"62e33fdd\",3120839,3120839,\"BR_MG\",\"3120839\",3,\"Minas Gerais\",\"Cuparaque\",,\"BRA.13.232_1\",,,\"BRMG3120839\",\"3120839\",-18.98648548,-41.0945112947107,5005,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7f53427d\",3120870,3120870,\"BR_MG\",\"3120870\",3,\"Minas Gerais\",\"Curral de Dentro\",,\"BRA.13.233_1\",,,\"BRMG3120870\",\"3120870\",-15.86025572,-41.7417537855379,7799,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"36bd7a94\",3120904,3120904,\"BR_MG\",\"3120904\",3,\"Minas Gerais\",\"Curvelo\",,\"BRA.13.234_1\",\"ChIJ1SWUF-ViqAARCJ5E7FwLCNQ\",,\"BRMG3120904\",\"3120904\",-18.7553339,-44.5246232406418,80616,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f1bad2f1\",3121001,3121001,\"BR_MG\",\"3121001\",3,\"Minas Gerais\",\"Datas\",,\"BRA.13.235_1\",,,\"BRMG3121001\",\"3121001\",-18.476924895,-43.6404580122285,5421,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"877f8850\",3121100,3121100,\"BR_MG\",\"3121100\",3,\"Minas Gerais\",\"Delfim Moreira\",,\"BRA.13.236_1\",,,\"BRMG3121100\",\"3121100\",-22.515079495,-45.2584667963169,8016,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fce58ead\",3121209,3121209,\"BR_MG\",\"3121209\",3,\"Minas Gerais\",\"Delfinópolis\",,\"BRA.13.237_1\",,,\"BRMG3121209\",\"3121209\",-20.36756039,-46.7394419732611,7131,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f6954a7e\",3121258,3121258,\"BR_MG\",\"3121258\",3,\"Minas Gerais\",\"Delta\",,\"BRA.13.238_1\",,,\"BRMG3121258\",\"3121258\",-19.929462435,-47.8007040649641,10768,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8a20d40c\",3121308,3121308,\"BR_MG\",\"3121308\",3,\"Minas Gerais\",\"Descoberto\",,\"BRA.13.239_1\",,,\"BRMG3121308\",\"3121308\",-21.44520092,-42.9698917841935,5029,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1fd0df18\",3121407,3121407,\"BR_MG\",\"3121407\",3,\"Minas Gerais\",\"Desterro de Entre Rios\",,\"BRA.13.240_1\",,,\"BRMG3121407\",\"3121407\",-20.6373291,-44.2939976476426,7255,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"691585b9\",3121506,3121506,\"BR_MG\",\"3121506\",3,\"Minas Gerais\",\"Desterro do Melo\",,\"BRA.13.241_1\",,,\"BRMG3121506\",\"3121506\",-21.136417385,-43.5357944054595,2884,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f25a6a5a\",3121605,3121605,\"BR_MG\",\"3121605\",3,\"Minas Gerais\",\"Diamantina\",,\"BRA.13.242_1\",\"ChIJNf6Uaj8DrAARmTlCLR0TBHg\",,\"BRMG3121605\",\"3121605\",-17.91440487,-43.6346179089055,47825,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"849f30fb\",3121704,3121704,\"BR_MG\",\"3121704\",3,\"Minas Gerais\",\"Diogo de Vasconcelos\",,\"BRA.13.243_1\",,,\"BRMG3121704\",\"3121704\",-20.48542595,-43.1843546697793,3790,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"11a7e265\",3121803,3121803,\"BR_MG\",\"3121803\",3,\"Minas Gerais\",\"Dionísio\",,\"BRA.13.244_1\",,,\"BRMG3121803\",\"3121803\",-19.833512305,-42.6734973863452,7609,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6762b8c4\",3121902,3121902,\"BR_MG\",\"3121902\",3,\"Minas Gerais\",\"Divinésia\",,\"BRA.13.245_1\",,,\"BRMG3121902\",\"3121902\",-20.9932785,-42.9939300116539,3424,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"edd4f52d\",3122009,3122009,\"BR_MG\",\"3122009\",3,\"Minas Gerais\",\"Divino\",,\"BRA.13.247_1\",\"ChIJmfqoObBuuwARvpR-YFKcbMo\",,\"BRMG3122009\",\"3122009\",-20.579558375,-42.1344262726543,19976,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b11af8c\",3122108,3122108,\"BR_MG\",\"3122108\",3,\"Minas Gerais\",\"Divino das Laranjeiras\",,\"BRA.13.246_1\",,,\"BRMG3122108\",\"3122108\",-18.70104408,-41.4809252018638,4974,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"09e80c44\",3122207,3122207,\"BR_MG\",\"3122207\",3,\"Minas Gerais\",\"Divinolândia de Minas\",,\"BRA.13.248_1\",,,\"BRMG3122207\",\"3122207\",-18.80076599,-42.6085647125855,7614,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7f2d56e5\",3122306,3122306,\"BR_MG\",\"3122306\",3,\"Minas Gerais\",\"Divinópolis\",,\"BRA.13.249_1\",\"ChIJtyvNyaGloAARjsRYTOG9jeY\",,\"BRMG3122306\",\"3122306\",-20.1121254,-44.9626129465435,240408,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b53f31a\",3122355,3122355,\"BR_MG\",\"3122355\",3,\"Minas Gerais\",\"Divisa Alegre\",,\"BRA.13.250_1\",,,\"BRMG3122355\",\"3122355\",-15.75750494,-40.943575781177,6868,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e36b11da\",3122405,3122405,\"BR_MG\",\"3122405\",3,\"Minas Gerais\",\"Divisa Nova\",,\"BRA.13.251_1\",,,\"BRMG3122405\",\"3122405\",-15.721579075,-41.375006402961,6025,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e91bd509\",3122454,3122454,\"BR_MG\",\"3122454\",3,\"Minas Gerais\",\"Divisópolis\",,\"BRA.13.252_1\",,,\"BRMG3122454\",\"3122454\",-21.517536165,-46.2481798079959,11211,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dc407392\",3122470,3122470,\"BR_MG\",\"3122470\",3,\"Minas Gerais\",\"Dom Bosco\",,\"BRA.13.253_1\",,,\"BRMG3122470\",\"3122470\",-16.741319655,-46.3027484209204,3655,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"95ae4b7b\",3122504,3122504,\"BR_MG\",\"3122504\",3,\"Minas Gerais\",\"Dom Cavati\",,\"BRA.13.254_1\",,,\"BRMG3122504\",\"3122504\",-19.393234255,-42.0945494663578,5048,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"098c6081\",3122603,3122603,\"BR_MG\",\"3122603\",3,\"Minas Gerais\",\"Dom Joaquim\",,\"BRA.13.255_1\",,,\"BRMG3122603\",\"3122603\",-18.934646605,-43.2598468438287,4451,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7f493a20\",3122702,3122702,\"BR_MG\",\"3122702\",3,\"Minas Gerais\",\"Dom Silvério\",,\"BRA.13.256_1\",,,\"BRMG3122702\",\"3122702\",-20.120319365,-42.9310611665472,5232,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed1c2ca7\",3122801,3122801,\"BR_MG\",\"3122801\",3,\"Minas Gerais\",\"Dom Viçoso\",,\"BRA.13.257_1\",,,\"BRMG3122801\",\"3122801\",-22.23115921,-45.1313383754613,2997,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9bd97606\",3122900,3122900,\"BR_MG\",\"3122900\",3,\"Minas Gerais\",\"Dona Euzébia\",,\"BRA.13.258_1\",,,\"BRMG3122900\",\"3122900\",-21.32559299,-42.795172991766,6619,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b2d0bf4f\",3123007,3123007,\"BR_MG\",\"3123007\",3,\"Minas Gerais\",\"Dores de Campos\",,\"BRA.13.259_1\",\"ChIJHTO-eIiToQAR2bgOKPC0TRk\",,\"BRMG3123007\",\"3123007\",-21.10440731,-43.9981656010019,10223,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c415e5ee\",3123106,3123106,\"BR_MG\",\"3123106\",3,\"Minas Gerais\",\"Dores de Guanhães\",,\"BRA.13.260_1\",,,\"BRMG3123106\",\"3123106\",-19.034107205,-42.9579010083596,5154,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5f5a0a0d\",3123205,3123205,\"BR_MG\",\"3123205\",3,\"Minas Gerais\",\"Dores do Indaiá\",,\"BRA.13.261_1\",\"ChIJ1-RwAKr4spQRNptHjo5_5pw\",,\"BRMG3123205\",\"3123205\",-19.500939365,-45.5644783330608,13427,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"299f50ac\",3123304,3123304,\"BR_MG\",\"3123304\",3,\"Minas Gerais\",\"Dores do Turvo\",,\"BRA.13.262_1\",,,\"BRMG3123304\",\"3123304\",-21.02136421,-43.1658406997542,4230,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b2b4d38a\",3123403,3123403,\"BR_MG\",\"3123403\",3,\"Minas Gerais\",\"Doresópolis\",,\"BRA.13.263_1\",,,\"BRMG3123403\",\"3123403\",-20.28564453,-45.8919786936119,1533,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c471892b\",3123502,3123502,\"BR_MG\",\"3123502\",3,\"Minas Gerais\",\"Douradoquara\",,\"BRA.13.264_1\",,,\"BRMG3123502\",\"3123502\",-18.444960595,-47.605797408607,1912,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"169202b7\",3123528,3123528,\"BR_MG\",\"3123528\",3,\"Minas Gerais\",\"Durandé\",,\"BRA.13.265_1\",,,\"BRMG3123528\",\"3123528\",-20.150422095,-41.7999061616569,7870,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5f3e66c8\",3123601,3123601,\"BR_MG\",\"3123601\",3,\"Minas Gerais\",\"Elói Mendes\",,\"BRA.13.267_1\",\"ChIJXRwbteGKypQRkgpSwFECINk\",,\"BRMG3123601\",\"3123601\",-21.604021075,-45.5895065801703,28320,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"29fb3c69\",3123700,3123700,\"BR_MG\",\"3123700\",3,\"Minas Gerais\",\"Engenheiro Caldas\",,\"BRA.13.268_1\",,,\"BRMG3123700\",\"3123700\",-19.125413895,-42.0037558019083,11202,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b7bc3f0\",3123809,3123809,\"BR_MG\",\"3123809\",3,\"Minas Gerais\",\"Engenheiro Navarro\",,\"BRA.13.269_1\",,,\"BRMG3123809\",\"3123809\",-17.29906845,-44.0027854446078,7241,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"510b0723\",3123858,3123858,\"BR_MG\",\"3123858\",3,\"Minas Gerais\",\"Entre Folhas\",,\"BRA.13.270_1\",,,\"BRMG3123858\",\"3123858\",-19.654699325,-42.2276040250489,5377,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2dbe9951\",3123908,3123908,\"BR_MG\",\"3123908\",3,\"Minas Gerais\",\"Entre Rios de Minas\",,\"BRA.13.271_1\",\"ChIJVc2dvQ5toQARbtkuh6WaVAY\",,\"BRMG3123908\",\"3123908\",-20.704424855,-44.1075014719723,15380,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c109e6da\",3124005,3124005,\"BR_MG\",\"3124005\",3,\"Minas Gerais\",\"Ervália\",,\"BRA.13.272_1\",\"ChIJn5RaGiFOowAR5tMG1BLo9XI\",,\"BRMG3124005\",\"3124005\",-20.86908817,-42.6205399789723,18958,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7ccbc7b\",3124104,3124104,\"BR_MG\",\"3124104\",3,\"Minas Gerais\",\"Esmeraldas\",,\"BRA.13.273_1\",\"ChIJz0y9a2LkpgARpS9O3rxScFc\",,\"BRMG3124104\",\"3124104\",-19.759840965,-44.3037038149551,71551,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2bee9781\",3124203,3124203,\"BR_MG\",\"3124203\",3,\"Minas Gerais\",\"Espera Feliz\",,\"BRA.13.274_1\",\"ChIJcXgZSSWeuwARhQUbXTKI4YM\",,\"BRMG3124203\",\"3124203\",-20.587768555,-41.9562953372953,25122,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5d2bcd20\",3124302,3124302,\"BR_MG\",\"3124302\",3,\"Minas Gerais\",\"Espinosa\",,\"BRA.13.275_1\",\"ChIJs9wmS4kVUAcRPx2_gYjwqik\",,\"BRMG3124302\",\"3124302\",-14.904428005,-42.793890352754,31610,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c16d8a1f\",3124401,3124401,\"BR_MG\",\"3124401\",3,\"Minas Gerais\",\"Espírito Santo do Dourado\",,\"BRA.13.276_1\",,,\"BRMG3124401\",\"3124401\",-22.000574115,-45.9775559035215,4710,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7a8d0be\",3124500,3124500,\"BR_MG\",\"3124500\",3,\"Minas Gerais\",\"Estiva\",,\"BRA.13.277_1\",\"ChIJNU_BEdLuy5QRI3QrX3kfsL0\",,\"BRMG3124500\",\"3124500\",-22.45653629,-46.0157346791233,11386,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cc32d643\",3124609,3124609,\"BR_MG\",\"3124609\",3,\"Minas Gerais\",\"Estrela Dalva\",,\"BRA.13.278_1\",,,\"BRMG3124609\",\"3124609\",-21.71036148,-42.4579462765963,2325,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"baf78ce2\",3124708,3124708,\"BR_MG\",\"3124708\",3,\"Minas Gerais\",\"Estrela do Indaiá\",,\"BRA.13.279_1\",,,\"BRMG3124708\",\"3124708\",-19.57566929,-45.8211104308612,3491,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2114d64e\",3124807,3124807,\"BR_MG\",\"3124807\",3,\"Minas Gerais\",\"Estrela do Sul\",,\"BRA.13.280_1\",,,\"BRMG3124807\",\"3124807\",-18.73413467,-47.7414396837381,8018,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"57d18cef\",3124906,3124906,\"BR_MG\",\"3124906\",3,\"Minas Gerais\",\"Eugenópolis\",,\"BRA.13.281_1\",\"ChIJhzREQPGUvAARgjLZh7dihm0\",,\"BRMG3124906\",\"3124906\",-20.99908161,-42.2479520587741,11330,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e7d1141c\",3125002,3125002,\"BR_MG\",\"3125002\",3,\"Minas Gerais\",\"Ewbank da Câmara\",,\"BRA.13.282_1\",,,\"BRMG3125002\",\"3125002\",-21.576662065,-43.5695175738676,3923,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7f1a2f91\",3125101,3125101,\"BR_MG\",\"3125101\",3,\"Minas Gerais\",\"Extrema\",,\"BRA.13.283_1\",\"ChIJG9CZ_XmrzpQRH97LRz4PVEw\",,\"BRMG3125101\",\"3125101\",-22.812447545,-46.2961963417036,36951,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a5ba15e\",3125200,3125200,\"BR_MG\",\"3125200\",3,\"Minas Gerais\",\"Fama\",,\"BRA.13.284_1\",,,\"BRMG3125200\",\"3125200\",-21.4601593,-45.806637173214,2376,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"724573cd\",3125309,3125309,\"BR_MG\",\"3125309\",3,\"Minas Gerais\",\"Faria Lemos\",,\"BRA.13.285_1\",,,\"BRMG3125309\",\"3125309\",-20.788099285,-42.0508731787183,3221,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"000d55de\",3125408,3125408,\"BR_MG\",\"3125408\",3,\"Minas Gerais\",\"Felício dos Santos\",,\"BRA.13.286_1\",,,\"BRMG3125408\",\"3125408\",-18.14164448,-43.2370245404654,4704,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e431acb7\",3125606,3125606,\"BR_MG\",\"3125606\",3,\"Minas Gerais\",\"Felisburgo\",,\"BRA.13.288_1\",,,\"BRMG3125606\",\"3125606\",-16.655619625,-40.7332480875048,7504,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7cfa973a\",3125705,3125705,\"BR_MG\",\"3125705\",3,\"Minas Gerais\",\"Felixlândia\",,\"BRA.13.289_1\",\"ChIJASduYsEDqAARB7Mntm3M49o\",,\"BRMG3125705\",\"3125705\",-18.69718933,-44.9967208489535,15433,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00a1e091\",3125804,3125804,\"BR_MG\",\"3125804\",3,\"Minas Gerais\",\"Fernandes Tourinho\",,\"BRA.13.290_1\",,,\"BRMG3125804\",\"3125804\",-19.106684685,-42.1048986197557,3466,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f071f05\",3125903,3125903,\"BR_MG\",\"3125903\",3,\"Minas Gerais\",\"Ferros\",,\"BRA.13.291_1\",,,\"BRMG3125903\",\"3125903\",-19.248301505,-42.9219257594237,9696,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9577dbd6\",3125952,3125952,\"BR_MG\",\"3125952\",3,\"Minas Gerais\",\"Fervedouro\",,\"BRA.13.292_1\",,,\"BRMG3125952\",\"3125952\",-20.678200725,-42.3322498888884,11054,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b6adade\",3126000,3126000,\"BR_MG\",\"3126000\",3,\"Minas Gerais\",\"Florestal\",,\"BRA.13.293_1\",\"ChIJgwC4FDMhpwARR_aRib9T2b4\",,\"BRMG3126000\",\"3126000\",-19.859678265,-44.4459767364342,7533,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6374084d\",3126109,3126109,\"BR_MG\",\"3126109\",3,\"Minas Gerais\",\"Formiga\",,\"BRA.13.294_1\",\"ChIJTaNgCXTutJQRSTgzT9xa5sA\",,\"BRMG3126109\",\"3126109\",-20.528025625,-45.5074983839454,67822,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"16358682\",3126208,3126208,\"BR_MG\",\"3126208\",3,\"Minas Gerais\",\"Formoso\",,\"BRA.13.295_1\",,,\"BRMG3126208\",\"3126208\",-15.07349205,-46.2341862334089,9688,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8748f124\",3126307,3126307,\"BR_MG\",\"3126307\",3,\"Minas Gerais\",\"Fortaleza de Minas\",,\"BRA.13.296_1\",,,\"BRMG3126307\",\"3126307\",-20.89188194,-46.7694164989597,4437,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f500d737\",3126406,3126406,\"BR_MG\",\"3126406\",3,\"Minas Gerais\",\"Fortuna de Minas\",,\"BRA.13.297_1\",,,\"BRMG3126406\",\"3126406\",-19.53485298,-44.5290729637857,2967,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6dcbecba\",3126505,3126505,\"BR_MG\",\"3126505\",3,\"Minas Gerais\",\"Francisco Badaró\",,\"BRA.13.298_1\",,,\"BRMG3126505\",\"3126505\",-17.998472215,-41.9809687848904,10321,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"188a6275\",3126604,3126604,\"BR_MG\",\"3126604\",3,\"Minas Gerais\",\"Francisco Dumont\",,\"BRA.13.299_1\",,,\"BRMG3126604\",\"3126604\",-16.984576225,-42.3236006601506,5242,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"872c9de1\",3126703,3126703,\"BR_MG\",\"3126703\",3,\"Minas Gerais\",\"Francisco Sá\",,\"BRA.13.300_1\",\"ChIJp1ouK3QTUwcR8DzZgURXa8Y\",,\"BRMG3126703\",\"3126703\",-17.4342556,-44.2530978059673,26369,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8d5c5932\",3126752,3126752,\"BR_MG\",\"3126752\",3,\"Minas Gerais\",\"Franciscópolis\",,\"BRA.13.301_1\",,,\"BRMG3126752\",\"3126752\",-16.49809551,-43.5863550168997,5338,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fb77ea4a\",3126802,3126802,\"BR_MG\",\"3126802\",3,\"Minas Gerais\",\"Frei Gaspar\",,\"BRA.13.302_1\",,,\"BRMG3126802\",\"3126802\",-18.13995266,-41.5487841721894,5869,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"63bcd1c7\",3126901,3126901,\"BR_MG\",\"3126901\",3,\"Minas Gerais\",\"Frei Inocêncio\",,\"BRA.13.303_1\",,,\"BRMG3126901\",\"3126901\",-18.522337915,-41.9145833257842,9664,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69cc1514\",3126950,3126950,\"BR_MG\",\"3126950\",3,\"Minas Gerais\",\"Frei Lagonegro\",,\"BRA.13.304_1\",,,\"BRMG3126950\",\"3126950\",-18.14194679,-42.7532524785795,3487,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ad0d3589\",3127008,3127008,\"BR_MG\",\"3127008\",3,\"Minas Gerais\",\"Fronteira\",,\"BRA.13.306_1\",\"ChIJP0l33K_CvJQRRrSSFCis8ug\",,\"BRMG3127008\",\"3127008\",-20.21904087,-49.1325441147275,18492,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"40c5dc5d\",3127057,3127057,\"BR_MG\",\"3127057\",3,\"Minas Gerais\",\"Fronteira dos Vales\",,\"BRA.13.305_1\",,,\"BRMG3127057\",\"3127057\",-16.893279075,-40.852700909686,4561,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"759e7ac6\",3127073,3127073,\"BR_MG\",\"3127073\",3,\"Minas Gerais\",\"Fruta de Leite\",,\"BRA.13.307_1\",,,\"BRMG3127073\",\"3127073\",-16.12941456,-42.5309408662053,5299,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c70422f\",3127107,3127107,\"BR_MG\",\"3127107\",3,\"Minas Gerais\",\"Frutal\",,\"BRA.13.308_1\",\"ChIJ5Sde-x2xvJQREP0wUvepeDs\",,\"BRMG3127107\",\"3127107\",-20.109889035,-49.0228904674056,60012,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4931cce0\",3127206,3127206,\"BR_MG\",\"3127206\",3,\"Minas Gerais\",\"Funilândia\",,\"BRA.13.309_1\",,,\"BRMG3127206\",\"3127206\",-19.36146641,-44.0653218399737,4392,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1faf76d\",3127305,3127305,\"BR_MG\",\"3127305\",3,\"Minas Gerais\",\"Galiléia\",,\"BRA.13.310_1\",,,\"BRMG3127305\",\"3127305\",-18.88799858,-41.5838670116568,6790,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f361e885\",3127339,3127339,\"BR_MG\",\"3127339\",3,\"Minas Gerais\",\"Gameleiras\",,\"BRA.13.311_1\",,,\"BRMG3127339\",\"3127339\",-14.98012877,-43.2632476769436,5096,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"db8a33be\",3127354,3127354,\"BR_MG\",\"3127354\",3,\"Minas Gerais\",\"Glaucilândia\",,\"BRA.13.312_1\",,,\"BRMG3127354\",\"3127354\",-16.902876855,-43.6394545765414,3164,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eed19525\",3127370,3127370,\"BR_MG\",\"3127370\",3,\"Minas Gerais\",\"Goiabeira\",,\"BRA.13.313_1\",,,\"BRMG3127370\",\"3127370\",-19.03878689,-41.2435424398052,3378,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"679201d8\",3127388,3127388,\"BR_MG\",\"3127388\",3,\"Minas Gerais\",\"Goianá\",,\"BRA.13.314_1\",,,\"BRMG3127388\",\"3127388\",-21.56505871,-43.1944161487698,3990,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a3b2d17e\",3127404,3127404,\"BR_MG\",\"3127404\",3,\"Minas Gerais\",\"Gonçalves\",,\"BRA.13.315_1\",,,\"BRMG3127404\",\"3127404\",-22.68039608,-45.8320768339277,4355,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c142eea\",3127503,3127503,\"BR_MG\",\"3127503\",3,\"Minas Gerais\",\"Gonzaga\",,\"BRA.13.316_1\",,,\"BRMG3127503\",\"3127503\",-18.87071228,-42.5048398241278,6171,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4955a025\",3127602,3127602,\"BR_MG\",\"3127602\",3,\"Minas Gerais\",\"Gouveia\",,\"BRA.13.317_1\",,,\"BRMG3127602\",\"3127602\",-18.50773716,-43.8065420691068,11818,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d19e9ba8\",3127701,3127701,\"BR_MG\",\"3127701\",3,\"Minas Gerais\",\"Governador Valadares\",,\"BRA.13.318_1\",\"ChIJ57eDMu2gsQARABls_EzvvOc\",,\"BRMG3127701\",\"3127701\",-18.79728794,-42.0107014462833,281046,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"adc5ec03\",3127800,3127800,\"BR_MG\",\"3127800\",3,\"Minas Gerais\",\"Grão Mogol\",,\"BRA.13.319_1\",,,\"BRMG3127800\",\"3127800\",-16.471393585,-43.0252568907603,15890,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d5db3e90\",3127909,3127909,\"BR_MG\",\"3127909\",3,\"Minas Gerais\",\"Grupiara\",,\"BRA.13.320_1\",,,\"BRMG3127909\",\"3127909\",-18.49037933,-47.773638703315,1387,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"12d608d8\",3128006,3128006,\"BR_MG\",\"3128006\",3,\"Minas Gerais\",\"Guanhães\",,\"BRA.13.321_1\",\"ChIJS2G_iU1LrgARxxki9hQAipg\",,\"BRMG3128006\",\"3128006\",-18.85451508,-42.8653261828577,34573,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8a1d3355\",3128105,3128105,\"BR_MG\",\"3128105\",3,\"Minas Gerais\",\"Guapé\",,\"BRA.13.322_1\",\"ChIJUZKuruI1tJQRk9G1WWPlL8c\",,\"BRMG3128105\",\"3128105\",-20.74978828,-45.933970011227,14258,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ff5cbd9a\",3128204,3128204,\"BR_MG\",\"3128204\",3,\"Minas Gerais\",\"Guaraciaba\",,\"BRA.13.323_1\",,,\"BRMG3128204\",\"3128204\",-20.563985825,-43.0156788453745,10315,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1c4fdc7c\",3128253,3128253,\"BR_MG\",\"3128253\",3,\"Minas Gerais\",\"Guaraciama\",,\"BRA.13.324_1\",,,\"BRMG3128253\",\"3128253\",-17.067531585,-43.6372658044981,4989,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"60fa420e\",3128303,3128303,\"BR_MG\",\"3128303\",3,\"Minas Gerais\",\"Guaranésia\",,\"BRA.13.325_1\",\"ChIJO5HNbKBStpQR_HFJcwhywCw\",,\"BRMG3128303\",\"3128303\",-21.28278065,-46.8079673795666,19017,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"12b2641d\",3128402,3128402,\"BR_MG\",\"3128402\",3,\"Minas Gerais\",\"Guarani\",,\"BRA.13.326_1\",,,\"BRMG3128402\",\"3128402\",-21.367604255,-43.0517819509605,8918,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8a795f90\",3128501,3128501,\"BR_MG\",\"3128501\",3,\"Minas Gerais\",\"Guarará\",,\"BRA.13.327_1\",,,\"BRMG3128501\",\"3128501\",-21.762090685,-43.0257511111586,3775,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ff38d15f\",3128600,3128600,\"BR_MG\",\"3128600\",3,\"Minas Gerais\",\"Guarda-Mor\",,\"BRA.13.328_1\",,,\"BRMG3128600\",\"3128600\",-17.754294395,-47.1351011493112,6569,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"872603cc\",3128709,3128709,\"BR_MG\",\"3128709\",3,\"Minas Gerais\",\"Guaxupé\",,\"BRA.13.329_1\",\"ChIJywV-0yNPtpQRm-7tGHQtRqs\",,\"BRMG3128709\",\"3128709\",-21.286694525,-46.6835058479107,52078,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fb7d7467\",3128808,3128808,\"BR_MG\",\"3128808\",3,\"Minas Gerais\",\"Guidoval\",,\"BRA.13.330_1\",,,\"BRMG3128808\",\"3128808\",-21.185011865,-42.7725670706278,7051,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6a0003c1\",3128907,3128907,\"BR_MG\",\"3128907\",3,\"Minas Gerais\",\"Guimarânia\",,\"BRA.13.331_1\",,,\"BRMG3128907\",\"3128907\",-18.796631815,-46.7737564021369,8105,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"44640e91\",3129004,3129004,\"BR_MG\",\"3129004\",3,\"Minas Gerais\",\"Guiricema\",,\"BRA.13.332_1\",,,\"BRMG3129004\",\"3129004\",-21.01624584,-42.6964104232534,8343,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dbc2f105\",3129103,3129103,\"BR_MG\",\"3129103\",3,\"Minas Gerais\",\"Gurinhatã\",,\"BRA.13.333_1\",,,\"BRMG3129103\",\"3129103\",-19.05760193,-49.8405091159155,5577,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ae837fca\",3129202,3129202,\"BR_MG\",\"3129202\",3,\"Minas Gerais\",\"Heliodora\",,\"BRA.13.334_1\",,,\"BRMG3129202\",\"3129202\",-22.04569912,-45.5439102923765,6591,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"36484447\",3129301,3129301,\"BR_MG\",\"3129301\",3,\"Minas Gerais\",\"Iapu\",,\"BRA.13.335_1\",,,\"BRMG3129301\",\"3129301\",-19.353214265,-42.2464323200312,11045,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"44006254\",3129400,3129400,\"BR_MG\",\"3129400\",3,\"Minas Gerais\",\"Ibertioga\",,\"BRA.13.336_1\",,,\"BRMG3129400\",\"3129400\",-21.446261405,-43.9557768613703,5010,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c1eb0c7\",3129509,3129509,\"BR_MG\",\"3129509\",3,\"Minas Gerais\",\"Ibiá\",,\"BRA.13.337_1\",\"ChIJW7cFoK_BsZQRtjaL7xp9HXM\",,\"BRMG3129509\",\"3129509\",-19.604311945,-46.5261537096423,25358,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"495f3e08\",3129608,3129608,\"BR_MG\",\"3129608\",3,\"Minas Gerais\",\"Ibiaí\",,\"BRA.13.338_1\",,,\"BRMG3129608\",\"3129608\",-16.82996559,-44.7736113770349,8437,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a497d7dc\",3129657,3129657,\"BR_MG\",\"3129657\",3,\"Minas Gerais\",\"Ibiracatu\",,\"BRA.13.339_1\",,,\"BRMG3129657\",\"3129657\",-15.65028238,-44.1668492176503,5369,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d82249ae\",3129707,3129707,\"BR_MG\",\"3129707\",3,\"Minas Gerais\",\"Ibiraci\",,\"BRA.13.340_1\",\"ChIJt_nP-DDHsJQR-2CZL_auXdI\",,\"BRMG3129707\",\"3129707\",-20.38776016,-47.0755751235807,13986,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a4793e05\",3129806,3129806,\"BR_MG\",\"3129806\",3,\"Minas Gerais\",\"Ibirité\",,\"BRA.13.341_1\",\"ChIJRVROWcy4pgARL-WbFLqKNVE\",,\"BRMG3129806\",\"3129806\",-20.02219868,-44.0760657752793,182153,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3cb20588\",3129905,3129905,\"BR_MG\",\"3129905\",3,\"Minas Gerais\",\"Ibitiúra de Minas\",,\"BRA.13.342_1\",,,\"BRMG3129905\",\"3129905\",-22.06563282,-46.4012103332204,3492,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed6fcd9e\",3130002,3130002,\"BR_MG\",\"3130002\",3,\"Minas Gerais\",\"Ibituruna\",,\"BRA.13.343_1\",,,\"BRMG3130002\",\"3130002\",-21.17005825,-44.7776993105687,2996,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"09116861\",3130051,3130051,\"BR_MG\",\"3130051\",3,\"Minas Gerais\",\"Icaraí de Minas\",,\"BRA.13.344_1\",,,\"BRMG3130051\",\"3130051\",-16.227949145,-44.9241895622637,12097,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"75a4f613\",3130101,3130101,\"BR_MG\",\"3130101\",3,\"Minas Gerais\",\"Igarapé\",,\"BRA.13.345_1\",\"ChIJIZKjpiLRpgAR5gHY5X01chw\",,\"BRMG3130101\",\"3130101\",-20.053816795,-44.3285381417645,43817,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00e578dc\",3130200,3130200,\"BR_MG\",\"3130200\",3,\"Minas Gerais\",\"Igaratinga\",,\"BRA.13.346_1\",\"ChIJhdaj4hlKpwARXvuOL5Wn3Xo\",,\"BRMG3130200\",\"3130200\",-19.97626591,-44.6927121977141,11005,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78fbaa4f\",3130309,3130309,\"BR_MG\",\"3130309\",3,\"Minas Gerais\",\"Iguatama\",,\"BRA.13.347_1\",,,\"BRMG3130309\",\"3130309\",-20.13613987,-45.7502952277571,7923,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ab38c5c\",3130408,3130408,\"BR_MG\",\"3130408\",3,\"Minas Gerais\",\"Ijaci\",,\"BRA.13.348_1\",,,\"BRMG3130408\",\"3130408\",-21.174713135,-44.9453136737619,6610,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9bcefbfa\",3130507,3130507,\"BR_MG\",\"3130507\",3,\"Minas Gerais\",\"Ilicínea\",,\"BRA.13.349_1\",\"ChIJ2f_YW8GwtZQRJe4Dp3Ilc1A\",,\"BRMG3130507\",\"3130507\",-20.9374609,-45.7880389871752,12444,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"91be3f29\",3130556,3130556,\"BR_MG\",\"3130556\",3,\"Minas Gerais\",\"Imbé de Minas\",,\"BRA.13.350_1\",,,\"BRMG3130556\",\"3130556\",-19.636704445,-41.9488585377483,6940,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ee8f7535\",3130606,3130606,\"BR_MG\",\"3130606\",3,\"Minas Gerais\",\"Inconfidentes\",,\"BRA.13.351_1\",,,\"BRMG3130606\",\"3130606\",-22.34547615,-46.2863072283227,7358,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0af1d0ca\",3130655,3130655,\"BR_MG\",\"3130655\",3,\"Minas Gerais\",\"Indaiabira\",,\"BRA.13.352_1\",,,\"BRMG3130655\",\"3130655\",-15.565624715,-42.1494115006065,7339,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76444eb8\",3130705,3130705,\"BR_MG\",\"3130705\",3,\"Minas Gerais\",\"Indianópolis\",,\"BRA.13.353_1\",,,\"BRMG3130705\",\"3130705\",-18.966621395,-47.8499633475003,6951,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a1f3913\",3130804,3130804,\"BR_MG\",\"3130804\",3,\"Minas Gerais\",\"Ingaí\",,\"BRA.13.354_1\",,,\"BRMG3130804\",\"3130804\",-21.423464775,-44.9227853007988,2776,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"95b9c687\",3130903,3130903,\"BR_MG\",\"3130903\",3,\"Minas Gerais\",\"Inhapim\",,\"BRA.13.355_1\",\"ChIJBdGqgu9isAARgbiCcTkxncQ\",,\"BRMG3130903\",\"3130903\",-19.483345985,-42.1092700770707,24079,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bbddcbd7\",3131000,3131000,\"BR_MG\",\"3131000\",3,\"Minas Gerais\",\"Inhaúma\",,\"BRA.13.356_1\",,,\"BRMG3131000\",\"3131000\",-19.49897957,-44.3782697392688,6312,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c3c31944\",3131109,3131109,\"BR_MG\",\"3131109\",3,\"Minas Gerais\",\"Inimutaba\",,\"BRA.13.357_1\",,,\"BRMG3131109\",\"3131109\",-18.7553339,-44.302947369276,7560,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c9b3dd97\",3131158,3131158,\"BR_MG\",\"3131158\",3,\"Minas Gerais\",\"Ipaba\",,\"BRA.13.358_1\",\"ChIJZXhrtKYFsAARuGE8Md-SWHA\",,\"BRMG3131158\",\"3131158\",-19.400120735,-42.3754016353789,18769,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b682978b\",3131208,3131208,\"BR_MG\",\"3131208\",3,\"Minas Gerais\",\"Ipanema\",,\"BRA.13.359_1\",\"ChIJW6yyiJx3ugAR-6WRPoUDH5A\",,\"BRMG3131208\",\"3131208\",-19.755809785,-41.7286663591214,20000,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27ffe02d\",3131307,3131307,\"BR_MG\",\"3131307\",3,\"Minas Gerais\",\"Ipatinga\",,\"BRA.13.360_1\",\"ChIJ2Uf-Rhv_rwARvfwP1ndcboo\",,\"BRMG3131307\",\"3131307\",-19.446422575,-42.5973216195868,265409,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"55b7c63e\",3131406,3131406,\"BR_MG\",\"3131406\",3,\"Minas Gerais\",\"Ipiaçu\",,\"BRA.13.361_1\",,,\"BRMG3131406\",\"3131406\",-18.708162305,-49.9398439011267,4225,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cd7cfdb3\",3131505,3131505,\"BR_MG\",\"3131505\",3,\"Minas Gerais\",\"Ipuiúna\",,\"BRA.13.362_1\",,,\"BRMG3131505\",\"3131505\",-22.005604745,-46.114890554982,10118,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b83d737c\",3131604,3131604,\"BR_MG\",\"3131604\",3,\"Minas Gerais\",\"Iraí de Minas\",,\"BRA.13.363_1\",,,\"BRMG3131604\",\"3131604\",-19.049120905,-47.4809736303313,7027,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"279b8ce8\",3131703,3131703,\"BR_MG\",\"3131703\",3,\"Minas Gerais\",\"Itabira\",,\"BRA.13.364_1\",\"ChIJ9Qgp9aShpQAR3ZDD3dY0GGM\",,\"BRMG3131703\",\"3131703\",-19.603832245,-43.3012983005796,120904,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5bc0fb43\",3131802,3131802,\"BR_MG\",\"3131802\",3,\"Minas Gerais\",\"Itabirinha\",,\"BRA.13.365_1\",,,\"BRMG3131802\",\"3131802\",-19.508655545,-43.4226581011497,11576,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c30bc0ce\",3131901,3131901,\"BR_MG\",\"3131901\",3,\"Minas Gerais\",\"Itabirito\",,\"BRA.13.366_1\",\"ChIJhwcCOPqppgARPIDxWp17u_0\",,\"BRMG3131901\",\"3131901\",-20.25916481,-43.8595492299106,52446,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a7b3ec0b\",3132008,3132008,\"BR_MG\",\"3132008\",3,\"Minas Gerais\",\"Itacambira\",,\"BRA.13.367_1\",,,\"BRMG3132008\",\"3132008\",-15.213382245,-44.0785927614139,5417,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"36ce9bad\",3132107,3132107,\"BR_MG\",\"3132107\",3,\"Minas Gerais\",\"Itacarambi\",,\"BRA.13.368_1\",,,\"BRMG3132107\",\"3132107\",-20.23095703,-43.7394200049814,18164,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"438f1562\",3132206,3132206,\"BR_MG\",\"3132206\",3,\"Minas Gerais\",\"Itaguara\",,\"BRA.13.369_1\",\"ChIJGbS2SX7doAARAOP7u3WE5ck\",,\"BRMG3132206\",\"3132206\",-16.906311035,-43.2948334490737,13435,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"db442eef\",3132305,3132305,\"BR_MG\",\"3132305\",3,\"Minas Gerais\",\"Itaipé\",,\"BRA.13.370_1\",,,\"BRMG3132305\",\"3132305\",-20.37184143,-44.5344382900352,12836,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a90c08fc\",3132404,3132404,\"BR_MG\",\"3132404\",3,\"Minas Gerais\",\"Itajubá\",,\"BRA.13.371_1\",\"ChIJqaEx6rRjy5QRJqhc0McmTe0\",,\"BRMG3132404\",\"3132404\",-17.41714954,-41.6788884811339,97334,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"36aaf768\",3132503,3132503,\"BR_MG\",\"3132503\",3,\"Minas Gerais\",\"Itamarandiba\",,\"BRA.13.372_1\",\"ChIJQ6FPvnuVrQARU9EoFxczBtg\",,\"BRMG3132503\",\"3132503\",-17.835808755,-42.8433502582424,34936,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"43eb79a7\",3132602,3132602,\"BR_MG\",\"3132602\",3,\"Minas Gerais\",\"Itamarati de Minas\",,\"BRA.13.373_1\",\"ChIJKZbC7CLDogARSNI1MKytOC4\",,\"BRMG3132602\",\"3132602\",-17.887047765,-43.0726678515891,4375,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"db20422a\",3132701,3132701,\"BR_MG\",\"3132701\",3,\"Minas Gerais\",\"Itambacuri\",,\"BRA.13.374_1\",\"ChIJA72FD-7JswARWbm-F4ZCE9k\",,\"BRMG3132701\",\"3132701\",-18.25233364,-41.9563549378788,23209,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a77b3581\",3132800,3132800,\"BR_MG\",\"3132800\",3,\"Minas Gerais\",\"Itambé do Mato Dentro\",,\"BRA.13.375_1\",,,\"BRMG3132800\",\"3132800\",-18.044361115,-41.7114350771152,2056,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df65e712\",3132909,3132909,\"BR_MG\",\"3132909\",3,\"Minas Gerais\",\"Itamogi\",,\"BRA.13.376_1\",\"ChIJh5zbnWgOt5QRd7cFhHo975s\",,\"BRMG3132909\",\"3132909\",-19.41147232,-43.3401146339198,10157,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f8b7a669\",3133006,3133006,\"BR_MG\",\"3133006\",3,\"Minas Gerais\",\"Itamonte\",,\"BRA.13.377_1\",\"ChIJC0_ryuoFngAR3Z1tQqUPlCc\",,\"BRMG3133006\",\"3133006\",-21.077780725,-47.0479533071433,15714,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"607c9de4\",3133105,3133105,\"BR_MG\",\"3133105\",3,\"Minas Gerais\",\"Itanhandu\",,\"BRA.13.378_1\",\"ChIJyUr1FE0BngARRwZEprbT39Q\",,\"BRMG3133105\",\"3133105\",-22.28835487,-44.7555856997939,15423,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"153d132b\",3133204,3133204,\"BR_MG\",\"3133204\",3,\"Minas Gerais\",\"Itanhomi\",,\"BRA.13.379_1\",,,\"BRMG3133204\",\"3133204\",-19.13414192,-41.8205685292093,12244,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8a9becbf\",3133303,3133303,\"BR_MG\",\"3133303\",3,\"Minas Gerais\",\"Itaobim\",,\"BRA.13.380_1\",\"ChIJmUlnV_JlTAcRqkmAeJvBc0Q\",,\"BRMG3133303\",\"3133303\",-19.22544384,-41.7365831066094,21029,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f8d3caac\",3133402,3133402,\"BR_MG\",\"3133402\",3,\"Minas Gerais\",\"Itapagipe\",,\"BRA.13.381_1\",\"ChIJHbv_fuTXopQRH0oOdaAPiKA\",,\"BRMG3133402\",\"3133402\",-16.580762865,-41.5245932894897,15379,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6018f121\",3133501,3133501,\"BR_MG\",\"3133501\",3,\"Minas Gerais\",\"Itapecerica\",,\"BRA.13.382_1\",\"ChIJlYdOgLDRtJQR1gqpJOLC1Yo\",,\"BRMG3133501\",\"3133501\",-19.76045227,-49.4276353719248,21761,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"15597fee\",3133600,3133600,\"BR_MG\",\"3133600\",3,\"Minas Gerais\",\"Itapeva\",,\"BRA.13.383_1\",\"ChIJV8GkUY5VyZQRhfBpCFS3OFM\",,\"BRMG3133600\",\"3133600\",-20.37779713,-45.1694311874088,9881,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6d47ad7d\",3133709,3133709,\"BR_MG\",\"3133709\",3,\"Minas Gerais\",\"Itatiaiuçu\",,\"BRA.13.384_1\",\"ChIJc4EwT-jVoAAR6k_CI4bdVnw\",,\"BRMG3133709\",\"3133709\",-20.205638885,-44.471596171853,11252,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"673769ae\",3133758,3133758,\"BR_MG\",\"3133758\",3,\"Minas Gerais\",\"Itaú de Minas\",,\"BRA.13.385_1\",\"ChIJXwFnUDPZtpQR06mgN9DzLeU\",,\"BRMG3133758\",\"3133758\",-20.223495485,-44.3916287959151,16199,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"111cdad6\",3133808,3133808,\"BR_MG\",\"3133808\",3,\"Minas Gerais\",\"Itaúna\",,\"BRA.13.386_1\",\"ChIJT7q0WMkypwARIq409pWy8zY\",,\"BRMG3133808\",\"3133808\",-20.08009529,-44.6016228727674,93847,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8061ad70\",3133907,3133907,\"BR_MG\",\"3133907\",3,\"Minas Gerais\",\"Itaverava\",,\"BRA.13.387_1\",,,\"BRMG3133907\",\"3133907\",-20.67768955,-43.6201169795298,5369,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b6efffc\",3134004,3134004,\"BR_MG\",\"3134004\",3,\"Minas Gerais\",\"Itinga\",,\"BRA.13.388_1\",,,\"BRMG3134004\",\"3134004\",-16.6006279,-41.8102822127553,15022,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"14c80068\",3134103,3134103,\"BR_MG\",\"3134103\",3,\"Minas Gerais\",\"Itueta\",,\"BRA.13.389_1\",,,\"BRMG3134103\",\"3134103\",-19.37292671,-41.077678355324,6063,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"61898ea7\",3134202,3134202,\"BR_MG\",\"3134202\",3,\"Minas Gerais\",\"Ituiutaba\",,\"BRA.13.390_1\",\"ChIJWRahzAEwopQR7kjKqa257B8\",,\"BRMG3134202\",\"3134202\",-18.9809103,-49.486261140197,105255,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f942b52a\",3134301,3134301,\"BR_MG\",\"3134301\",3,\"Minas Gerais\",\"Itumirim\",,\"BRA.13.391_1\",,,\"BRMG3134301\",\"3134301\",-21.280190465,-44.8176140627715,6000,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b0a9339\",3134400,3134400,\"BR_MG\",\"3134400\",3,\"Minas Gerais\",\"Iturama\",,\"BRA.13.392_1\",\"ChIJnebQLbpkmJQRIGvEV8e8Rjs\",,\"BRMG3134400\",\"3134400\",-19.716641425,-50.3707794081358,39690,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f31441aa\",3134509,3134509,\"BR_MG\",\"3134509\",3,\"Minas Gerais\",\"Itutinga\",,\"BRA.13.393_1\",,,\"BRMG3134509\",\"3134509\",-21.338367465,-44.6917397668822,3768,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8655cf65\",3134608,3134608,\"BR_MG\",\"3134608\",3,\"Minas Gerais\",\"Jaboticatubas\",,\"BRA.13.394_1\",\"ChIJoZ-tydPepQARwhk7B9CyhoU\",,\"BRMG3134608\",\"3134608\",-19.4238863,-43.7039012788558,20418,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1728b8c3\",3134707,3134707,\"BR_MG\",\"3134707\",3,\"Minas Gerais\",\"Jacinto\",,\"BRA.13.395_1\",,,\"BRMG3134707\",\"3134707\",-16.190797805,-40.3150117844333,12323,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6b73cf68\",3134806,3134806,\"BR_MG\",\"3134806\",3,\"Minas Gerais\",\"Jacuí\",,\"BRA.13.396_1\",,,\"BRMG3134806\",\"3134806\",-21.024383545,-46.7568595998777,7691,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f3b8f4e5\",3134905,3134905,\"BR_MG\",\"3134905\",3,\"Minas Gerais\",\"Jacutinga\",,\"BRA.13.397_1\",\"ChIJObxbsugJyZQRPIwqKICD2iU\",,\"BRMG3134905\",\"3134905\",-22.28742409,-46.6186619302439,26264,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"43b86c16\",3135001,3135001,\"BR_MG\",\"3135001\",3,\"Minas Gerais\",\"Jaguaraçu\",,\"BRA.13.398_1\",,,\"BRMG3135001\",\"3135001\",-19.62777424,-42.7118786085215,3142,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"49c8a8c5\",3135050,3135050,\"BR_MG\",\"3135050\",3,\"Minas Gerais\",\"Jaíba\",,\"BRA.13.399_1\",\"ChIJw0fxxQZJUQcR3pElTbGray0\",,\"BRMG3135050\",\"3135050\",-15.2442112,-43.6714275338087,39388,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"929d6f72\",3135076,3135076,\"BR_MG\",\"3135076\",3,\"Minas Gerais\",\"Jampruca\",,\"BRA.13.400_1\",,,\"BRMG3135076\",\"3135076\",-18.4797945,-41.719747057021,5429,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"357d36b7\",3135100,3135100,\"BR_MG\",\"3135100\",3,\"Minas Gerais\",\"Janaúba\",,\"BRA.13.401_1\",\"ChIJKWjjGEDQUwcRX9j0I8LpM64\",,\"BRMG3135100\",\"3135100\",-15.71862316,-43.4488517049602,72018,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4ee7304a\",3135209,3135209,\"BR_MG\",\"3135209\",3,\"Minas Gerais\",\"Januária\",,\"BRA.13.402_1\",\"ChIJzU5Wb3wrVAcRfoprgsEaNAo\",,\"BRMG3135209\",\"3135209\",-15.320643425,-45.2007386116568,67852,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"38226aeb\",3135308,3135308,\"BR_MG\",\"3135308\",3,\"Minas Gerais\",\"Japaraíba\",,\"BRA.13.403_1\",,,\"BRMG3135308\",\"3135308\",-20.1354475,-45.5346922255816,4384,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d5ea833f\",3135357,3135357,\"BR_MG\",\"3135357\",3,\"Minas Gerais\",\"Japonvar\",,\"BRA.13.404_1\",,,\"BRMG3135357\",\"3135357\",-15.93428612,-44.2683198453403,7982,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"add261ff\",3135407,3135407,\"BR_MG\",\"3135407\",3,\"Minas Gerais\",\"Jeceaba\",,\"BRA.13.405_1\",,,\"BRMG3135407\",\"3135407\",-20.55461788,-44.0254967510335,4852,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a7a2a52c\",3135456,3135456,\"BR_MG\",\"3135456\",3,\"Minas Gerais\",\"Jenipapo de Minas\",,\"BRA.13.406_1\",,,\"BRMG3135456\",\"3135456\",-17.18981552,-42.1758885355248,7738,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"db173b5e\",3135506,3135506,\"BR_MG\",\"3135506\",3,\"Minas Gerais\",\"Jequeri\",,\"BRA.13.407_1\",,,\"BRMG3135506\",\"3135506\",-20.48166275,-42.6289681845,12315,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4058d4bd\",3135605,3135605,\"BR_MG\",\"3135605\",3,\"Minas Gerais\",\"Jequitaí\",,\"BRA.13.408_1\",,,\"BRMG3135605\",\"3135605\",-17.199814795,-44.4897675833859,7468,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"369d8e1c\",3135704,3135704,\"BR_MG\",\"3135704\",3,\"Minas Gerais\",\"Jequitibá\",,\"BRA.13.409_1\",,,\"BRMG3135704\",\"3135704\",-19.209784505,-43.9678386063835,5207,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a3a55c82\",3135803,3135803,\"BR_MG\",\"3135803\",3,\"Minas Gerais\",\"Jequitinhonha\",,\"BRA.13.410_1\",\"ChIJz5qvbCLvSwcRVg9cRyRjBA8\",,\"BRMG3135803\",\"3135803\",-16.40324211,-41.0387044268043,25474,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d5600623\",3135902,3135902,\"BR_MG\",\"3135902\",3,\"Minas Gerais\",\"Jesuânia\",,\"BRA.13.411_1\",,,\"BRMG3135902\",\"3135902\",-22.00490379,-45.2652825213397,4780,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5fd64bca\",3136009,3136009,\"BR_MG\",\"3136009\",3,\"Minas Gerais\",\"Joaíma\",,\"BRA.13.412_1\",,,\"BRMG3136009\",\"3136009\",-16.80025673,-40.9456790521432,15455,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2913116b\",3136108,3136108,\"BR_MG\",\"3136108\",3,\"Minas Gerais\",\"Joanésia\",,\"BRA.13.413_1\",,,\"BRMG3136108\",\"3136108\",-19.225821495,-42.7016479076507,4476,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bbeab2a3\",3136207,3136207,\"BR_MG\",\"3136207\",3,\"Minas Gerais\",\"João Monlevade\",,\"BRA.13.414_1\",\"ChIJCaFOTUoHpQARN0YpD5x0EZ0\",,\"BRMG3136207\",\"3136207\",-19.841972355,-43.1640909598243,80416,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cd2fe802\",3136306,3136306,\"BR_MG\",\"3136306\",3,\"Minas Gerais\",\"João Pinheiro\",,\"BRA.13.415_1\",\"ChIJL09VFuXiq5QR7Nu2ROfNIps\",,\"BRMG3136306\",\"3136306\",-17.644243245,-45.8965869703145,47726,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5169af3d\",3136405,3136405,\"BR_MG\",\"3136405\",3,\"Minas Gerais\",\"Joaquim Felício\",,\"BRA.13.416_1\",,,\"BRMG3136405\",\"3136405\",-17.64743614,-44.0718697209091,4727,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27acf59c\",3136504,3136504,\"BR_MG\",\"3136504\",3,\"Minas Gerais\",\"Jordânia\",,\"BRA.13.417_1\",,,\"BRMG3136504\",\"3136504\",-15.87802982,-40.3006365786871,10842,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"12f75307\",3136520,3136520,\"BR_MG\",\"3136520\",3,\"Minas Gerais\",\"José Gonçalves de Minas\",,\"BRA.13.418_1\",,,\"BRMG3136520\",\"3136520\",-16.520807265,-42.5693351963149,4487,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c4bf947a\",3136553,3136553,\"BR_MG\",\"3136553\",3,\"Minas Gerais\",\"José Raydan\",,\"BRA.13.419_1\",,,\"BRMG3136553\",\"3136553\",-16.90045452,-42.65156821967,5050,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"165c1fe6\",3136579,3136579,\"BR_MG\",\"3136579\",3,\"Minas Gerais\",\"Josenópolis\",,\"BRA.13.420_1\",,,\"BRMG3136579\",\"3136579\",-18.25932217,-42.4633092976513,4889,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b1fe1ab5\",3136652,3136652,\"BR_MG\",\"3136652\",3,\"Minas Gerais\",\"Juatuba\",,\"BRA.13.421_1\",\"ChIJvcfOtxvZpgAR026OLCFVPSQ\",,\"BRMG3136652\",\"3136652\",-19.957321165,-44.3599408403405,27392,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cd4b84c7\",3136702,3136702,\"BR_MG\",\"3136702\",3,\"Minas Gerais\",\"Juiz de Fora\",,\"BRA.13.422_1\",\"ChIJoU5xg5ecmAARMO-2lYxjtJY\",,\"BRMG3136702\",\"3136702\",-21.76015949,-43.4520666398825,573285,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5f1e9240\",3136801,3136801,\"BR_MG\",\"3136801\",3,\"Minas Gerais\",\"Juramento\",,\"BRA.13.423_1\",,,\"BRMG3136801\",\"3136801\",-16.854607585,-43.5430052897063,4345,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"29dbc8e1\",3136900,3136900,\"BR_MG\",\"3136900\",3,\"Minas Gerais\",\"Juruaia\",,\"BRA.13.424_1\",\"ChIJHX2CzJlDtpQReSt4rg8EySU\",,\"BRMG3136900\",\"3136900\",-21.231648445,-46.5147705306842,10681,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d708400\",3136959,3136959,\"BR_MG\",\"3136959\",3,\"Minas Gerais\",\"Juvenília\",,\"BRA.13.425_1\",,,\"BRMG3136959\",\"3136959\",-14.41149998,-43.9594263532547,5715,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00d201a8\",3137007,3137007,\"BR_MG\",\"3137007\",3,\"Minas Gerais\",\"Ladainha\",,\"BRA.13.426_1\",,,\"BRMG3137007\",\"3137007\",-17.6091938,-41.8048441352547,18193,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76175b09\",3137106,3137106,\"BR_MG\",\"3137106\",3,\"Minas Gerais\",\"Lagamar\",,\"BRA.13.427_1\",,,\"BRMG3137106\",\"3137106\",-18.0253582,-46.7175282874371,7600,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed58b4ea\",3137205,3137205,\"BR_MG\",\"3137205\",3,\"Minas Gerais\",\"Lagoa da Prata\",,\"BRA.13.428_1\",\"ChIJNxdGRGN5s5QRkk0AI8k61tU\",,\"BRMG3137205\",\"3137205\",-19.999114035,-45.5129973240244,52711,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b9dee4b\",3137304,3137304,\"BR_MG\",\"3137304\",3,\"Minas Gerais\",\"Lagoa dos Patos\",,\"BRA.13.429_1\",,,\"BRMG3137304\",\"3137304\",-17.00799465,-44.6617319244668,4082,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00b66d6d\",3137403,3137403,\"BR_MG\",\"3137403\",3,\"Minas Gerais\",\"Lagoa Dourada\",,\"BRA.13.430_1\",,,\"BRMG3137403\",\"3137403\",-20.892379765,-44.0695192557538,13063,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"767337cc\",3137502,3137502,\"BR_MG\",\"3137502\",3,\"Minas Gerais\",\"Lagoa Formosa\",,\"BRA.13.431_1\",\"ChIJvayFjlhurpQRZ_W6ER4PReo\",,\"BRMG3137502\",\"3137502\",-18.76185417,-46.3142378343892,18111,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5a33a016\",3137536,3137536,\"BR_MG\",\"3137536\",3,\"Minas Gerais\",\"Lagoa Grande\",,\"BRA.13.432_1\",,,\"BRMG3137536\",\"3137536\",-17.857868195,-46.526605423939,9608,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed3cd82f\",3137601,3137601,\"BR_MG\",\"3137601\",3,\"Minas Gerais\",\"Lagoa Santa\",,\"BRA.13.433_1\",\"ChIJn9LaCmZ8pgARXHaDfeQMQkw\",,\"BRMG3137601\",\"3137601\",-19.628379825,-43.8865198460323,65657,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9bf9828e\",3137700,3137700,\"BR_MG\",\"3137700\",3,\"Minas Gerais\",\"Lajinha\",,\"BRA.13.434_1\",\"ChIJD2qshTdHugARdfC761iNwvY\",,\"BRMG3137700\",\"3137700\",-20.12051773,-41.613253630908,19918,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e9797d17\",3137809,3137809,\"BR_MG\",\"3137809\",3,\"Minas Gerais\",\"Lambari\",,\"BRA.13.435_1\",\"ChIJkytQgQgZy5QRnfePzdXFRrI\",,\"BRMG3137809\",\"3137809\",-21.995176315,-45.40002648802,20907,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9fbc27b6\",3137908,3137908,\"BR_MG\",\"3137908\",3,\"Minas Gerais\",\"Lamim\",,\"BRA.13.436_1\",,,\"BRMG3137908\",\"3137908\",-20.7778883,-43.4841859842296,3379,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b6bf70d2\",3138005,3138005,\"BR_MG\",\"3138005\",3,\"Minas Gerais\",\"Laranjal\",,\"BRA.13.437_1\",,,\"BRMG3138005\",\"3138005\",-21.35206032,-42.4736920107292,6833,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c07a2a73\",3138104,3138104,\"BR_MG\",\"3138104\",3,\"Minas Gerais\",\"Lassance\",,\"BRA.13.438_1\",,,\"BRMG3138104\",\"3138104\",-17.87365818,-44.7086475413934,6503,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5c580189\",3138203,3138203,\"BR_MG\",\"3138203\",3,\"Minas Gerais\",\"Lavras\",,\"BRA.13.439_1\",\"ChIJQYUvnNGsypQRfNtXu9uBEbc\",,\"BRMG3138203\",\"3138203\",-21.26167393,-45.0228526463286,104783,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2a9d5b28\",3138302,3138302,\"BR_MG\",\"3138302\",3,\"Minas Gerais\",\"Leandro Ferreira\",,\"BRA.13.440_1\",,,\"BRMG3138302\",\"3138302\",-19.66854572,-45.037113532821,3226,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cee3fed7\",3138351,3138351,\"BR_MG\",\"3138351\",3,\"Minas Gerais\",\"Leme do Prado\",,\"BRA.13.441_1\",,,\"BRMG3138351\",\"3138351\",-17.065818785,-42.7270668110032,4920,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b6db1c17\",3138401,3138401,\"BR_MG\",\"3138401\",3,\"Minas Gerais\",\"Leopoldina\",,\"BRA.13.442_1\",\"ChIJcRz3RBjJogARTSQc527pmbg\",,\"BRMG3138401\",\"3138401\",-21.54618454,-42.6806886061113,52640,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c01e46b6\",3138500,3138500,\"BR_MG\",\"3138500\",3,\"Minas Gerais\",\"Liberdade\",,\"BRA.13.443_1\",,,\"BRMG3138500\",\"3138500\",-22.005127905,-44.3218836928734,5031,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb84404b\",3138609,3138609,\"BR_MG\",\"3138609\",3,\"Minas Gerais\",\"Lima Duarte\",,\"BRA.13.444_1\",\"ChIJUb3kDlW1mAAR0sh9c6t708Y\",,\"BRMG3138609\",\"3138609\",-21.800160405,-43.9053663392423,16724,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"80046ee2\",3138625,3138625,\"BR_MG\",\"3138625\",3,\"Minas Gerais\",\"Limeira do Oeste\",,\"BRA.13.445_1\",,,\"BRMG3138625\",\"3138625\",-19.421079635,-50.6922130207175,7589,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b1f48498\",3138658,3138658,\"BR_MG\",\"3138658\",3,\"Minas Gerais\",\"Lontra\",,\"BRA.13.446_1\",,,\"BRMG3138658\",\"3138658\",-15.84163475,-44.242495217673,9714,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8a74aa31\",3138674,3138674,\"BR_MG\",\"3138674\",3,\"Minas Gerais\",\"Luisburgo\",,\"BRA.13.447_1\",,,\"BRMG3138674\",\"3138674\",-20.436206815,-42.0670840978717,6258,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e48f13cb\",3138682,3138682,\"BR_MG\",\"3138682\",3,\"Minas Gerais\",\"Luislândia\",,\"BRA.13.448_1\",,,\"BRMG3138682\",\"3138682\",-16.19309807,-44.6164745747475,6718,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cd411aea\",3138708,3138708,\"BR_MG\",\"3138708\",3,\"Minas Gerais\",\"Luminárias\",,\"BRA.13.449_1\",,,\"BRMG3138708\",\"3138708\",-21.523635865,-44.9038727306129,5438,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"56a24046\",3138807,3138807,\"BR_MG\",\"3138807\",3,\"Minas Gerais\",\"Luz\",,\"BRA.13.450_1\",\"ChIJr1K54v2js5QR3aqPmlkTNl8\",,\"BRMG3138807\",\"3138807\",-19.865267755,-45.6814870907349,18257,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"20671ae7\",3138906,3138906,\"BR_MG\",\"3138906\",3,\"Minas Gerais\",\"Machacalis\",,\"BRA.13.451_1\",,,\"BRMG3138906\",\"3138906\",-17.087526325,-40.7141116933235,7111,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e760b282\",3139003,3139003,\"BR_MG\",\"3139003\",3,\"Minas Gerais\",\"Machado\",,\"BRA.13.452_1\",\"ChIJWbiaMWoTypQRM6XZzgDxguA\",,\"BRMG3139003\",\"3139003\",-21.67819786,-45.9501288022565,42413,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"91a5e823\",3139102,3139102,\"BR_MG\",\"3139102\",3,\"Minas Gerais\",\"Madre de Deus de Minas\",,\"BRA.13.453_1\",,,\"BRMG3139102\",\"3139102\",-21.492492675,-44.3641716898721,5109,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0aea07c0\",3139201,3139201,\"BR_MG\",\"3139201\",3,\"Minas Gerais\",\"Malacacheta\",,\"BRA.13.454_1\",\"ChIJhzT2kWFXsgARiWeH_ToZjzY\",,\"BRMG3139201\",\"3139201\",-17.85766888,-42.1490672705514,18602,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"009ac313\",3139250,3139250,\"BR_MG\",\"3139250\",3,\"Minas Gerais\",\"Mamonas\",,\"BRA.13.455_1\",,,\"BRMG3139250\",\"3139250\",-15.01619387,-42.9563204717803,6554,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c2f5d61\",3139300,3139300,\"BR_MG\",\"3139300\",3,\"Minas Gerais\",\"Manga\",,\"BRA.13.456_1\",,,\"BRMG3139300\",\"3139300\",-14.68789768,-44.1232893908749,18226,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00bcf340\",3139409,3139409,\"BR_MG\",\"3139409\",3,\"Minas Gerais\",\"Manhuaçu\",,\"BRA.13.457_1\",\"ChIJrRQ0pzfjugARaAHJBG_z6F0\",,\"BRMG3139409\",\"3139409\",-20.184165,-42.0842696706601,91169,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7679a9e1\",3139508,3139508,\"BR_MG\",\"3139508\",3,\"Minas Gerais\",\"Manhumirim\",,\"BRA.13.458_1\",\"ChIJ7SGwuSgHuwAR-Je6iGVX94s\",,\"BRMG3139508\",\"3139508\",-20.35164356,-41.9394750487237,22802,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e4800a29\",3139607,3139607,\"BR_MG\",\"3139607\",3,\"Minas Gerais\",\"Mantena\",,\"BRA.13.459_1\",\"ChIJJaD4uPOhtgAREyTnElZW7L0\",,\"BRMG3139607\",\"3139607\",-18.68303299,-41.0675021331322,27647,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0010460f\",3139805,3139805,\"BR_MG\",\"3139805\",3,\"Minas Gerais\",\"Mar de Espanha\",,\"BRA.13.460_1\",\"ChIJ3_IJ8E13mAARKz8IxwkYII0\",,\"BRMG3139805\",\"3139805\",-21.860485075,-43.0040452995823,12901,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"92455088\",3139706,3139706,\"BR_MG\",\"3139706\",3,\"Minas Gerais\",\"Maravilhas\",,\"BRA.13.461_1\",,,\"BRMG3139706\",\"3139706\",-19.51387215,-44.6795326150106,8046,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76d51cae\",3139904,3139904,\"BR_MG\",\"3139904\",3,\"Minas Gerais\",\"Maria da Fé\",,\"BRA.13.462_1\",\"ChIJ0Sgv-Yhny5QRm_eQjyERnew\",,\"BRMG3139904\",\"3139904\",-22.318146705,-45.3103221208648,14056,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c6464034\",3140001,3140001,\"BR_MG\",\"3140001\",3,\"Minas Gerais\",\"Mariana\",,\"BRA.13.463_1\",\"ChIJmU270AlwpAARR27iP3EWgtA\",,\"BRMG3140001\",\"3140001\",-20.33846474,-43.3032841854651,61288,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b0831a95\",3140100,3140100,\"BR_MG\",\"3140100\",3,\"Minas Gerais\",\"Marilac\",,\"BRA.13.464_1\",,,\"BRMG3140100\",\"3140100\",-18.499094965,-42.0826311665191,4097,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b4285674\",3140159,3140159,\"BR_MG\",\"3140159\",3,\"Minas Gerais\",\"Mário Campos\",,\"BRA.13.465_1\",\"ChIJWW5JIPLFpgARbWOPPfxAubM\",,\"BRMG3140159\",\"3140159\",-20.071578025,-44.1788504299931,15619,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cb191c68\",3140209,3140209,\"BR_MG\",\"3140209\",3,\"Minas Gerais\",\"Maripá de Minas\",,\"BRA.13.466_1\",,,\"BRMG3140209\",\"3140209\",-21.69645786,-42.9602929485731,2987,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bddc46c9\",3140308,3140308,\"BR_MG\",\"3140308\",3,\"Minas Gerais\",\"Marliéria\",,\"BRA.13.467_1\",,,\"BRMG3140308\",\"3140308\",-19.68299389,-42.5968580047508,4034,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"282c4ddd\",3140407,3140407,\"BR_MG\",\"3140407\",3,\"Minas Gerais\",\"Marmelópolis\",,\"BRA.13.468_1\",,,\"BRMG3140407\",\"3140407\",-22.464262005,-45.17209839203,2728,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5ee9177c\",3140506,3140506,\"BR_MG\",\"3140506\",3,\"Minas Gerais\",\"Martinho Campos\",,\"BRA.13.469_1\",\"ChIJNapnb1_cspQRLaPSYtyTJfI\",,\"BRMG3140506\",\"3140506\",-19.3914938,-45.1998548894742,13443,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ca7e18a\",3140530,3140530,\"BR_MG\",\"3140530\",3,\"Minas Gerais\",\"Martins Soares\",,\"BRA.13.470_1\",,,\"BRMG3140530\",\"3140530\",-20.254508015,-41.8362898915292,8531,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ba97b283\",3140555,3140555,\"BR_MG\",\"3140555\",3,\"Minas Gerais\",\"Mata Verde\",,\"BRA.13.471_1\",,,\"BRMG3140555\",\"3140555\",-15.76801491,-40.6984492277579,8644,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c5a6f89f\",3140605,3140605,\"BR_MG\",\"3140605\",3,\"Minas Gerais\",\"Materlândia\",,\"BRA.13.472_1\",,,\"BRMG3140605\",\"3140605\",-18.46786785,-43.0500795863381,4436,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b363a23e\",3140704,3140704,\"BR_MG\",\"3140704\",3,\"Minas Gerais\",\"Mateus Leme\",,\"BRA.13.473_1\",\"ChIJ1Rr-HHsopwART4dzRCryhuo\",,\"BRMG3140704\",\"3140704\",-20.03267002,-44.4304134829026,31364,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3f919f6a\",3171501,3171501,\"BR_MG\",\"3171501\",3,\"Minas Gerais\",\"Mathias Lobato\",,\"BRA.13.474_1\",,,\"BRMG3171501\",\"3171501\",-18.600182535,-41.9224957832022,3179,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"265b70a0\",3140803,3140803,\"BR_MG\",\"3140803\",3,\"Minas Gerais\",\"Matias Barbosa\",,\"BRA.13.475_1\",\"ChIJLyPoaduPmAAREWFDayUCHdw\",,\"BRMG3140803\",\"3140803\",-21.869623185,-43.308537309393,14548,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2c2bb473\",3140852,3140852,\"BR_MG\",\"3140852\",3,\"Minas Gerais\",\"Matias Cardoso\",,\"BRA.13.476_1\",,,\"BRMG3140852\",\"3140852\",-14.835958005,-43.7214691440621,11260,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"509e2a01\",3140902,3140902,\"BR_MG\",\"3140902\",3,\"Minas Gerais\",\"Matipó\",,\"BRA.13.477_1\",\"ChIJaQBxXV0juwARg6MPg-Ji0s4\",,\"BRMG3140902\",\"3140902\",-20.30531502,-42.3021170133614,19005,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7021af63\",3141009,3141009,\"BR_MG\",\"3141009\",3,\"Minas Gerais\",\"Mato Verde\",,\"BRA.13.478_1\",,,\"BRMG3141009\",\"3141009\",-15.460153105,-42.8398573800961,12412,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"06e4f5c2\",3141108,3141108,\"BR_MG\",\"3141108\",3,\"Minas Gerais\",\"Matozinhos\",,\"BRA.13.479_1\",\"ChIJFePmLklnpgARkhH6BS8sWM4\",,\"BRMG3141108\",\"3141108\",-19.52889538,-44.049427626555,38151,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"941d560a\",3141207,3141207,\"BR_MG\",\"3141207\",3,\"Minas Gerais\",\"Matutina\",,\"BRA.13.480_1\",,,\"BRMG3141207\",\"3141207\",-19.183490755,-46.0512125552603,3741,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e2d80cab\",3141306,3141306,\"BR_MG\",\"3141306\",3,\"Minas Gerais\",\"Medeiros\",,\"BRA.13.481_1\",,,\"BRMG3141306\",\"3141306\",-20.020072935,-46.2656023587562,3832,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7e9e4b94\",3141405,3141405,\"BR_MG\",\"3141405\",3,\"Minas Gerais\",\"Medina\",,\"BRA.13.482_1\",\"ChIJPTXd5wUbTAcRRNEGGxLs-TU\",,\"BRMG3141405\",\"3141405\",-16.310474395,-41.4715654705468,20759,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"085b1135\",3141504,3141504,\"BR_MG\",\"3141504\",3,\"Minas Gerais\",\"Mendes Pimentel\",,\"BRA.13.483_1\",,,\"BRMG3141504\",\"3141504\",-18.60569668,-41.3569465374207,6446,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"94793acf\",3141603,3141603,\"BR_MG\",\"3141603\",3,\"Minas Gerais\",\"Mercês\",,\"BRA.13.484_1\",,,\"BRMG3141603\",\"3141603\",-21.17369747,-43.3577272221318,10758,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e2bc606e\",3141702,3141702,\"BR_MG\",\"3141702\",3,\"Minas Gerais\",\"Mesquita\",,\"BRA.13.485_1\",,,\"BRMG3141702\",\"3141702\",-19.251101495,-42.6124312175655,5546,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"70e976e9\",3141801,3141801,\"BR_MG\",\"3141801\",3,\"Minas Gerais\",\"Minas Novas\",,\"BRA.13.486_1\",\"ChIJ1Vj_7cy8sgAR9jfg1tiaIgM\",,\"BRMG3141801\",\"3141801\",-17.355937955,-42.3804506621952,31497,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"062c2c48\",3141900,3141900,\"BR_MG\",\"3141900\",3,\"Minas Gerais\",\"Minduri\",,\"BRA.13.487_1\",,,\"BRMG3141900\",\"3141900\",-21.67430878,-44.6274435175893,3893,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"852c2d8a\",3142007,3142007,\"BR_MG\",\"3142007\",3,\"Minas Gerais\",\"Mirabela\",,\"BRA.13.488_1\",,,\"BRMG3142007\",\"3142007\",-16.259023665,-44.1311539717605,13620,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f3e9772b\",3142106,3142106,\"BR_MG\",\"3142106\",3,\"Minas Gerais\",\"Miradouro\",,\"BRA.13.489_1\",,,\"BRMG3142106\",\"3142106\",-20.855083465,-42.4084511855309,10787,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"68a698c8\",3142205,3142205,\"BR_MG\",\"3142205\",3,\"Minas Gerais\",\"Miraí\",,\"BRA.13.490_1\",\"ChIJwQvYWgIyowARmh6KU3lj4kg\",,\"BRMG3142205\",\"3142205\",-21.144464495,-42.6361118926304,15111,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"62d65c1b\",3142254,3142254,\"BR_MG\",\"3142254\",3,\"Minas Gerais\",\"Miravânia\",,\"BRA.13.491_1\",,,\"BRMG3142254\",\"3142254\",-14.748720645,-44.4082546983545,4914,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1e63c269\",3142304,3142304,\"BR_MG\",\"3142304\",3,\"Minas Gerais\",\"Moeda\",,\"BRA.13.492_1\",,,\"BRMG3142304\",\"3142304\",-20.3314085,-44.0033179642688,4934,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8548414f\",3142403,3142403,\"BR_MG\",\"3142403\",3,\"Minas Gerais\",\"Moema\",,\"BRA.13.493_1\",,,\"BRMG3142403\",\"3142403\",-19.845720295,-45.4350968275926,7554,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f38d1bee\",3142502,3142502,\"BR_MG\",\"3142502\",3,\"Minas Gerais\",\"Monjolos\",,\"BRA.13.494_1\",,,\"BRMG3142502\",\"3142502\",-18.392087935,-43.9982004401454,2202,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"68c2f40d\",3142601,3142601,\"BR_MG\",\"3142601\",3,\"Minas Gerais\",\"Monsenhor Paulo\",,\"BRA.13.495_1\",,,\"BRMG3142601\",\"3142601\",-21.734025,-45.4878431701614,8727,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1e07aeac\",3142700,3142700,\"BR_MG\",\"3142700\",3,\"Minas Gerais\",\"Montalvânia\",,\"BRA.13.496_1\",,,\"BRMG3142700\",\"3142700\",-14.47071457,-44.5527910887237,14747,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c875135\",3142809,3142809,\"BR_MG\",\"3142809\",3,\"Minas Gerais\",\"Monte Alegre de Minas\",,\"BRA.13.497_1\",\"ChIJU2RArVnlo5QRiSE5KFTE1Zo\",,\"BRMG3142809\",\"3142809\",-18.81306362,-48.8425176805175,21236,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a420b94\",3142908,3142908,\"BR_MG\",\"3142908\",3,\"Minas Gerais\",\"Monte Azul\",,\"BRA.13.498_1\",\"ChIJPV2QfndKUAcROFEoYg5LOe0\",,\"BRMG3142908\",\"3142908\",-15.20075035,-43.0368136034746,20696,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d39e2bc3\",3143005,3143005,\"BR_MG\",\"3143005\",3,\"Minas Gerais\",\"Monte Belo\",,\"BRA.13.499_1\",\"ChIJpf1asn8StpQR-KMhHPigTRs\",,\"BRMG3143005\",\"3143005\",-21.299198155,-46.3299893683829,13152,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a55b7162\",3143104,3143104,\"BR_MG\",\"3143104\",3,\"Minas Gerais\",\"Monte Carmelo\",,\"BRA.13.500_1\",\"ChIJtYFEzY6IpZQR8vrSymsTqUE\",,\"BRMG3143104\",\"3143104\",-18.71632767,-47.438628967516,47931,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"46481084\",3143153,3143153,\"BR_MG\",\"3143153\",3,\"Minas Gerais\",\"Monte Formoso\",,\"BRA.13.501_1\",,,\"BRMG3143153\",\"3143153\",-16.88655281,-41.2716694560461,4923,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"39795a98\",3143203,3143203,\"BR_MG\",\"3143203\",3,\"Minas Gerais\",\"Monte Santo de Minas\",,\"BRA.13.502_1\",\"ChIJmzysmg-ot5QRPZg7Dlx804M\",,\"BRMG3143203\",\"3143203\",-21.20454407,-46.9708462525724,21513,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3fa4706\",3143401,3143401,\"BR_MG\",\"3143401\",3,\"Minas Gerais\",\"Monte Sião\",,\"BRA.13.503_1\",\"ChIJewIxVmQSyZQRdijHuxpp_2Q\",,\"BRMG3143401\",\"3143401\",-22.427191735,-46.5353098098273,24029,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4fbc0039\",3143302,3143302,\"BR_MG\",\"3143302\",3,\"Minas Gerais\",\"Montes Claros\",,\"BRA.13.504_1\",\"ChIJawHV369UqwAR7683umq2Xo8\",,\"BRMG3143302\",\"3143302\",-16.61613083,-43.8897234498425,413487,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d98a83d5\",3143450,3143450,\"BR_MG\",\"3143450\",3,\"Minas Gerais\",\"Montezuma\",,\"BRA.13.505_1\",,,\"BRMG3143450\",\"3143450\",-15.205951215,-42.4823021959423,8315,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a53f1da7\",3143500,3143500,\"BR_MG\",\"3143500\",3,\"Minas Gerais\",\"Morada Nova de Minas\",,\"BRA.13.506_1\",,,\"BRMG3143500\",\"3143500\",-18.563732145,-45.4293290742213,8910,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dea51b5a\",3143609,3143609,\"BR_MG\",\"3143609\",3,\"Minas Gerais\",\"Morro da Garça\",,\"BRA.13.507_1\",,,\"BRMG3143609\",\"3143609\",-18.607319835,-44.6129557490893,2437,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a86041fb\",3143708,3143708,\"BR_MG\",\"3143708\",3,\"Minas Gerais\",\"Morro do Pilar\",,\"BRA.13.508_1\",,,\"BRMG3143708\",\"3143708\",-19.2166729,-43.4032200082666,3153,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"33831b57\",3143807,3143807,\"BR_MG\",\"3143807\",3,\"Minas Gerais\",\"Munhoz\",,\"BRA.13.509_1\",,,\"BRMG3143807\",\"3143807\",-22.63580704,-46.3090321705879,5994,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"454641f6\",3143906,3143906,\"BR_MG\",\"3143906\",3,\"Minas Gerais\",\"Muriaé\",,\"BRA.13.510_1\",\"ChIJm_vc6WvGvAARE5ux9HTAHDU\",,\"BRMG3143906\",\"3143906\",-21.08609295,-42.4015395506745,109392,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a72ab64f\",3144003,3144003,\"BR_MG\",\"3144003\",3,\"Minas Gerais\",\"Mutum\",,\"BRA.13.511_1\",\"ChIJI7d8-JUPugAR0f65QtCpzIY\",,\"BRMG3144003\",\"3144003\",-19.93092537,-41.4492759165652,26961,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1efecee\",3144102,3144102,\"BR_MG\",\"3144102\",3,\"Minas Gerais\",\"Muzambinho\",,\"BRA.13.512_1\",\"ChIJYXtubdY_tpQRDtqy7Q7YvNo\",,\"BRMG3144102\",\"3144102\",-21.37623024,-46.5381843065579,20545,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4aa0030d\",3144201,3144201,\"BR_MG\",\"3144201\",3,\"Minas Gerais\",\"Nacip Raydan\",,\"BRA.13.513_1\",,,\"BRMG3144201\",\"3144201\",-18.487855915,-42.1948908819462,3220,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c6559ac\",3144300,3144300,\"BR_MG\",\"3144300\",3,\"Minas Gerais\",\"Nanuque\",,\"BRA.13.514_1\",\"ChIJuWAWrn0ltQARMDM0GZjtpvo\",,\"BRMG3144300\",\"3144300\",-17.7372427,-40.445538351892,40665,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"38ce154d\",3144359,3144359,\"BR_MG\",\"3144359\",3,\"Minas Gerais\",\"Naque\",,\"BRA.13.515_1\",,,\"BRMG3144359\",\"3144359\",-19.17598438,-42.3235195495245,7051,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"034e3be4\",3144375,3144375,\"BR_MG\",\"3144375\",3,\"Minas Gerais\",\"Natalândia\",,\"BRA.13.516_1\",,,\"BRMG3144375\",\"3144375\",-16.53922844,-46.4770384997739,3308,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"40f6f78d\",3144409,3144409,\"BR_MG\",\"3144409\",3,\"Minas Gerais\",\"Natércia\",,\"BRA.13.517_1\",,,\"BRMG3144409\",\"3144409\",-22.14318657,-45.561127256571,4728,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3633ad2c\",3144508,3144508,\"BR_MG\",\"3144508\",3,\"Minas Gerais\",\"Nazareno\",,\"BRA.13.518_1\",,,\"BRMG3144508\",\"3144508\",-21.21499157,-44.6481258864347,8660,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a4ca0ee4\",3144607,3144607,\"BR_MG\",\"3144607\",3,\"Minas Gerais\",\"Nepomuceno\",,\"BRA.13.519_1\",\"ChIJZVP2hFFftZQRLEdPgHDga0g\",,\"BRMG3144607\",\"3144607\",-21.21100521,-45.2646984797878,26826,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aebaca37\",3144656,3144656,\"BR_MG\",\"3144656\",3,\"Minas Gerais\",\"Ninheira\",,\"BRA.13.520_1\",,,\"BRMG3144656\",\"3144656\",-15.288921835,-41.7191076802929,10326,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9be16cac\",3144672,3144672,\"BR_MG\",\"3144672\",3,\"Minas Gerais\",\"Nova Belém\",,\"BRA.13.521_1\",,,\"BRMG3144672\",\"3144672\",-18.48289776,-41.1018035050893,3128,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d20f5445\",3144706,3144706,\"BR_MG\",\"3144706\",3,\"Minas Gerais\",\"Nova Era\",,\"BRA.13.522_1\",\"ChIJn5PB9CIOpQARFYZj1IJ3h64\",,\"BRMG3144706\",\"3144706\",-19.69283199,-43.0303389442915,17551,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"405a42c2\",3144805,3144805,\"BR_MG\",\"3144805\",3,\"Minas Gerais\",\"Nova Lima\",,\"BRA.13.523_1\",\"ChIJD5KK-D2fpgARtwIlT8mNvMI\",,\"BRMG3144805\",\"3144805\",-20.0724144,-43.9115311839481,96157,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"369f1863\",3144904,3144904,\"BR_MG\",\"3144904\",3,\"Minas Gerais\",\"Nova Módica\",,\"BRA.13.524_1\",,,\"BRMG3144904\",\"3144904\",-18.437667845,-41.5306060610962,3573,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"869f8090\",3145000,3145000,\"BR_MG\",\"3145000\",3,\"Minas Gerais\",\"Nova Ponte\",,\"BRA.13.525_1\",\"ChIJ6Uxj-m5qpZQRUpHeL2ZwQHU\",,\"BRMG3145000\",\"3145000\",-19.24829197,-47.7219765249012,15800,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8234cc71\",3145059,3145059,\"BR_MG\",\"3145059\",3,\"Minas Gerais\",\"Nova Porteirinha\",,\"BRA.13.526_1\",,,\"BRMG3145059\",\"3145059\",-15.72033024,-43.2695547439608,7497,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe815203\",3145109,3145109,\"BR_MG\",\"3145109\",3,\"Minas Gerais\",\"Nova Resende\",,\"BRA.13.527_1\",\"ChIJax5QzQpktpQRl8wyMUSCjQA\",,\"BRMG3145109\",\"3145109\",-21.08356094,-46.4376420897322,16832,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8bc0dccc\",3145208,3145208,\"BR_MG\",\"3145208\",3,\"Minas Gerais\",\"Nova Serrana\",,\"BRA.13.528_1\",\"ChIJbzaSfQtWpwARmYzlkeEt0do\",,\"BRMG3145208\",\"3145208\",-19.858555795,-44.981373183369,105520,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb8ede66\",3136603,3136603,\"BR_MG\",\"3136603\",3,\"Minas Gerais\",\"Nova União\",,\"BRA.13.529_1\",,,\"BRMG3136603\",\"3136603\",-19.620604515,-43.5701223380359,5732,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1abdab6a\",3145307,3145307,\"BR_MG\",\"3145307\",3,\"Minas Gerais\",\"Novo Cruzeiro\",,\"BRA.13.530_1\",\"ChIJXceEutYmswAR9OmrI-HlO14\",,\"BRMG3145307\",\"3145307\",-17.36841869,-41.9178143332454,31335,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"10cd6fb9\",3145356,3145356,\"BR_MG\",\"3145356\",3,\"Minas Gerais\",\"Novo Oriente de Minas\",,\"BRA.13.531_1\",,,\"BRMG3145356\",\"3145356\",-17.240872385,-41.265673101605,10778,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2596c922\",3145372,3145372,\"BR_MG\",\"3145372\",3,\"Minas Gerais\",\"Novorizonte\",,\"BRA.13.532_1\",,,\"BRMG3145372\",\"3145372\",-16.00256348,-42.3850932072403,5324,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"68f58d79\",3145406,3145406,\"BR_MG\",\"3145406\",3,\"Minas Gerais\",\"Olaria\",,\"BRA.13.533_1\",,,\"BRMG3145406\",\"3145406\",-21.9088974,-43.9497028283021,1720,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8c8b2886\",3145455,3145455,\"BR_MG\",\"3145455\",3,\"Minas Gerais\",\"Olhos-d'Água\",,\"BRA.13.534_1\",,,\"BRMG3145455\",\"3145455\",-17.547034265,-43.6704233955404,6171,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f03eb6f4\",3145505,3145505,\"BR_MG\",\"3145505\",3,\"Minas Gerais\",\"Olímpio Noronha\",,\"BRA.13.535_1\",,,\"BRMG3145505\",\"3145505\",-22.081043245,-45.2829161619117,2809,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"857f383b\",3145604,3145604,\"BR_MG\",\"3145604\",3,\"Minas Gerais\",\"Oliveira\",,\"BRA.13.537_1\",\"ChIJ6cJdw4NdoAARv1gzaPQRHm8\",,\"BRMG3145604\",\"3145604\",-20.75566483,-44.702126083018,41840,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1ad9c7af\",3145703,3145703,\"BR_MG\",\"3145703\",3,\"Minas Gerais\",\"Oliveira Fortes\",,\"BRA.13.536_1\",,,\"BRMG3145703\",\"3145703\",-21.330818175,-43.5083505866459,2130,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6682b004\",3145802,3145802,\"BR_MG\",\"3145802\",3,\"Minas Gerais\",\"Onça de Pitangui\",,\"BRA.13.538_1\",,,\"BRMG3145802\",\"3145802\",-19.703478815,-44.733911315455,3152,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"82fc15fb\",3145851,3145851,\"BR_MG\",\"3145851\",3,\"Minas Gerais\",\"Oratórios\",,\"BRA.13.539_1\",,,\"BRMG3145851\",\"3145851\",-20.43764973,-42.7877489508554,4663,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"59a9d24c\",3145877,3145877,\"BR_MG\",\"3145877\",3,\"Minas Gerais\",\"Orizânia\",,\"BRA.13.540_1\",,,\"BRMG3145877\",\"3145877\",-20.511528015,-42.2138854814648,8079,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe498b89\",3145901,3145901,\"BR_MG\",\"3145901\",3,\"Minas Gerais\",\"Ouro Branco\",,\"BRA.13.541_1\",\"ChIJJVjHdsXkowARbAAMlIx15XI\",,\"BRMG3145901\",\"3145901\",-20.52443504,-43.6605831056919,39867,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9af1a74c\",3146008,3146008,\"BR_MG\",\"3146008\",3,\"Minas Gerais\",\"Ouro Fino\",,\"BRA.13.542_1\",\"ChIJFaZFta9wyZQRr18a583dzsE\",,\"BRMG3146008\",\"3146008\",-22.26563072,-46.3627916366645,33791,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0b8cd0ea\",3146107,3146107,\"BR_MG\",\"3146107\",3,\"Minas Gerais\",\"Ouro Preto\",,\"BRA.13.543_1\",\"ChIJ5TWJVVr4owARsGzXxl9Z-Ng\",,\"BRMG3146107\",\"3146107\",-20.40097618,-43.7021086822945,74558,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7ecd5e25\",3146206,3146206,\"BR_MG\",\"3146206\",3,\"Minas Gerais\",\"Ouro Verde de Minas\",,\"BRA.13.544_1\",,,\"BRMG3146206\",\"3146206\",-18.03261471,-41.2977776667851,5914,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ab3fbda\",3146255,3146255,\"BR_MG\",\"3146255\",3,\"Minas Gerais\",\"Padre Carvalho\",,\"BRA.13.545_1\",,,\"BRMG3146255\",\"3146255\",-16.314888955,-42.5545467854883,6423,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e60665a8\",3146305,3146305,\"BR_MG\",\"3146305\",3,\"Minas Gerais\",\"Padre Paraíso\",,\"BRA.13.546_1\",\"ChIJ8Tv16l-5TAcRbrXVX4AcA7c\",,\"BRMG3146305\",\"3146305\",-17.061491965,-41.5274351661809,20252,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"019878fc\",3146552,3146552,\"BR_MG\",\"3146552\",3,\"Minas Gerais\",\"Pai Pedro\",,\"BRA.13.547_1\",,,\"BRMG3146552\",\"3146552\",-15.350850585,-43.2099550697761,6094,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"944e43bb\",3146404,3146404,\"BR_MG\",\"3146404\",3,\"Minas Gerais\",\"Paineiras\",,\"BRA.13.548_1\",,,\"BRMG3146404\",\"3146404\",-18.90465641,-45.5678679279228,4462,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0be8bc2f\",3146503,3146503,\"BR_MG\",\"3146503\",3,\"Minas Gerais\",\"Pains\",,\"BRA.13.549_1\",,,\"BRMG3146503\",\"3146503\",-20.40035725,-45.6876293233396,8296,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7ea932e0\",3146602,3146602,\"BR_MG\",\"3146602\",3,\"Minas Gerais\",\"Paiva\",,\"BRA.13.550_1\",,,\"BRMG3146602\",\"3146602\",-21.295562745,-43.4281963016524,1523,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e662096d\",3146701,3146701,\"BR_MG\",\"3146701\",3,\"Minas Gerais\",\"Palma\",,\"BRA.13.551_1\",,,\"BRMG3146701\",\"3146701\",-16.77710533,-40.4007336826584,6611,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec12cdbe\",3146750,3146750,\"BR_MG\",\"3146750\",3,\"Minas Gerais\",\"Palmópolis\",,\"BRA.13.552_1\",,,\"BRMG3146750\",\"3146750\",-21.364100455,-42.3148241989179,5349,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e227ac55\",3146909,3146909,\"BR_MG\",\"3146909\",3,\"Minas Gerais\",\"Papagaios\",,\"BRA.13.553_1\",\"ChIJzSqKd5x1pwAR4_XHWQFsOjs\",,\"BRMG3146909\",\"3146909\",-19.37395191,-44.663305630143,15800,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5d3ed6a3\",3147105,3147105,\"BR_MG\",\"3147105\",3,\"Minas Gerais\",\"Pará de Minas\",,\"BRA.13.554_1\",\"ChIJk4Xjdps7pwAROk2_jFu-SEU\",,\"BRMG3147105\",\"3147105\",-19.84449005,-44.6403510560246,94808,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c5f5ed2e\",3147006,3147006,\"BR_MG\",\"3147006\",3,\"Minas Gerais\",\"Paracatu\",,\"BRA.13.555_1\",\"ChIJj9bK0rEzqJQRvLNoHk0TSCE\",,\"BRMG3147006\",\"3147006\",-17.10859108,-46.772123085908,93862,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"287f586c\",3147204,3147204,\"BR_MG\",\"3147204\",3,\"Minas Gerais\",\"Paraguaçu\",,\"BRA.13.556_1\",\"ChIJv53wREJlypQRl8gpqmfv5ag\",,\"BRMG3147204\",\"3147204\",-21.56656742,-45.7594793407872,21605,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7d9a7f8\",3147303,3147303,\"BR_MG\",\"3147303\",3,\"Minas Gerais\",\"Paraisópolis\",,\"BRA.13.557_1\",\"ChIJYWhjIeiIy5QRgv7CCUuwK-k\",,\"BRMG3147303\",\"3147303\",-22.58034134,-45.8061116480041,21221,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c59181eb\",3147402,3147402,\"BR_MG\",\"3147402\",3,\"Minas Gerais\",\"Paraopeba\",,\"BRA.13.558_1\",\"ChIJUcDxjtW0pwARiWaHvAH6gD0\",,\"BRMG3147402\",\"3147402\",-19.277582165,-44.3370339211094,24700,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"281b34a9\",3147600,3147600,\"BR_MG\",\"3147600\",3,\"Minas Gerais\",\"Passa Quatro\",,\"BRA.13.559_1\",\"ChIJq9iCLgD_nQARlQ-6lZUUjEI\",,\"BRMG3147600\",\"3147600\",-22.402365685,-44.9407720093967,16393,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5005e63a\",3147709,3147709,\"BR_MG\",\"3147709\",3,\"Minas Gerais\",\"Passa Tempo\",,\"BRA.13.560_1\",,,\"BRMG3147709\",\"3147709\",-20.65035057,-44.4845363158113,8057,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2c5e9191\",3147808,3147808,\"BR_MG\",\"3147808\",3,\"Minas Gerais\",\"Passa Vinte\",,\"BRA.13.561_1\",,,\"BRMG3147808\",\"3147808\",-22.17203331,-44.2616580204652,2031,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5d5aba66\",3147501,3147501,\"BR_MG\",\"3147501\",3,\"Minas Gerais\",\"Passabém\",,\"BRA.13.562_1\",,,\"BRMG3147501\",\"3147501\",-19.35999489,-43.1857372199638,1633,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd23e637\",3147907,3147907,\"BR_MG\",\"3147907\",3,\"Minas Gerais\",\"Passos\",,\"BRA.13.563_1\",\"ChIJ2Y71YDHCtpQRIyssCGdJ4ck\",,\"BRMG3147907\",\"3147907\",-20.72830677,-46.5602182838184,115337,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b75322e4\",3147956,3147956,\"BR_MG\",\"3147956\",3,\"Minas Gerais\",\"Patis\",,\"BRA.13.564_1\",,,\"BRMG3147956\",\"3147956\",-16.089810375,-44.1023514841901,6002,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73989c54\",3148004,3148004,\"BR_MG\",\"3148004\",3,\"Minas Gerais\",\"Patos de Minas\",,\"BRA.13.565_1\",\"ChIJgyg_z7ljrpQR8jKa5hgoTG4\",,\"BRMG3148004\",\"3148004\",-18.635326385,-46.1071932978405,153585,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec3e63c0\",3148103,3148103,\"BR_MG\",\"3148103\",3,\"Minas Gerais\",\"Patrocínio\",,\"BRA.13.567_1\",\"ChIJU27O5Yi6r5QRZ4XIIzJVMWE\",,\"BRMG3148103\",\"3148103\",-18.98697662,-47.049842275754,91449,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"997fed0f\",3148202,3148202,\"BR_MG\",\"3148202\",3,\"Minas Gerais\",\"Patrocínio do Muriaé\",,\"BRA.13.566_1\",,,\"BRMG3148202\",\"3148202\",-21.171173095,-42.2594995001705,5715,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"01b4d682\",3148301,3148301,\"BR_MG\",\"3148301\",3,\"Minas Gerais\",\"Paula Cândido\",,\"BRA.13.568_1\",,,\"BRMG3148301\",\"3148301\",-20.87090683,-42.9914100512373,9584,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73fcf091\",3148400,3148400,\"BR_MG\",\"3148400\",3,\"Minas Gerais\",\"Paulistas\",,\"BRA.13.569_1\",,,\"BRMG3148400\",\"3148400\",-18.455023765,-42.8691221321589,4812,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0be22202\",3148509,3148509,\"BR_MG\",\"3148509\",3,\"Minas Gerais\",\"Pavão\",,\"BRA.13.570_1\",,,\"BRMG3148509\",\"3148509\",-17.46239376,-41.1056160442334,8419,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7ea3accd\",3148608,3148608,\"BR_MG\",\"3148608\",3,\"Minas Gerais\",\"Peçanha\",,\"BRA.13.571_1\",\"ChIJ59A4V9UfrgAR7q1QOjAr_Zc\",,\"BRMG3148608\",\"3148608\",-18.53638172,-42.5280419974864,17537,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efdedb6b\",3148707,3148707,\"BR_MG\",\"3148707\",3,\"Minas Gerais\",\"Pedra Azul\",,\"BRA.13.572_1\",\"ChIJM3yLK6iyTgcRkw-iY9TdYTY\",,\"BRMG3148707\",\"3148707\",-15.95531702,-41.1663282051374,24329,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e5ae1fb8\",3148756,3148756,\"BR_MG\",\"3148756\",3,\"Minas Gerais\",\"Pedra Bonita\",,\"BRA.13.573_1\",,,\"BRMG3148756\",\"3148756\",-20.469483375,-42.3687696730742,7128,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9385acc0\",3148806,3148806,\"BR_MG\",\"3148806\",3,\"Minas Gerais\",\"Pedra do Anta\",,\"BRA.13.574_1\",,,\"BRMG3148806\",\"3148806\",-20.59543991,-42.7232650002496,3005,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0b4e974d\",3148905,3148905,\"BR_MG\",\"3148905\",3,\"Minas Gerais\",\"Pedra do Indaiá\",,\"BRA.13.575_1\",,,\"BRMG3148905\",\"3148905\",-20.287667275,-45.2323822025749,3974,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"22475e04\",3149002,3149002,\"BR_MG\",\"3149002\",3,\"Minas Gerais\",\"Pedra Dourada\",,\"BRA.13.576_1\",,,\"BRMG3149002\",\"3149002\",-20.825302125,-42.1546147726756,2532,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ba8c6589\",3149101,3149101,\"BR_MG\",\"3149101\",3,\"Minas Gerais\",\"Pedralva\",,\"BRA.13.577_1\",\"ChIJD_lmN11yy5QRw_kOX23mfOM\",,\"BRMG3149101\",\"3149101\",-22.246803285,-45.4629482258083,11146,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b0fca15a\",3149150,3149150,\"BR_MG\",\"3149150\",3,\"Minas Gerais\",\"Pedras de Maria da Cruz\",,\"BRA.13.578_1\",,,\"BRMG3149150\",\"3149150\",-15.57466936,-44.237581077093,12212,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cfcdeb46\",3149200,3149200,\"BR_MG\",\"3149200\",3,\"Minas Gerais\",\"Pedrinópolis\",,\"BRA.13.579_1\",,,\"BRMG3149200\",\"3149200\",-19.189930915,-47.5233195119729,3643,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7d339d5\",3149309,3149309,\"BR_MG\",\"3149309\",3,\"Minas Gerais\",\"Pedro Leopoldo\",,\"BRA.13.580_1\",\"ChIJd1S3FplhpgAR6y5HE9vZgio\",,\"BRMG3149309\",\"3149309\",-19.62987995,-44.0727780159366,64712,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c59b1fc6\",3149408,3149408,\"BR_MG\",\"3149408\",3,\"Minas Gerais\",\"Pedro Teixeira\",,\"BRA.13.581_1\",,,\"BRMG3149408\",\"3149408\",-21.730926515,-43.7212543529189,1806,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"54e66860\",3149507,3149507,\"BR_MG\",\"3149507\",3,\"Minas Gerais\",\"Pequeri\",,\"BRA.13.582_1\",,,\"BRMG3149507\",\"3149507\",-21.82563591,-43.1133892066053,3330,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"21a7e6af\",3149606,3149606,\"BR_MG\",\"3149606\",3,\"Minas Gerais\",\"Pequi\",,\"BRA.13.583_1\",,,\"BRMG3149606\",\"3149606\",-19.618340495,-44.6494310509689,4432,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b96cdd22\",3149705,3149705,\"BR_MG\",\"3149705\",3,\"Minas Gerais\",\"Perdigão\",,\"BRA.13.584_1\",\"ChIJy5CtYkhUs5QRxi3q2ihEB28\",,\"BRMG3149705\",\"3149705\",-19.921216965,-45.0540660989577,11755,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c537aa89\",3149804,3149804,\"BR_MG\",\"3149804\",3,\"Minas Gerais\",\"Perdizes\",,\"BRA.13.585_1\",\"ChIJnYhcq5YfsJQRL0t7uJgIfQM\",,\"BRMG3149804\",\"3149804\",-19.428647995,-47.1039151895939,16321,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5a91551d\",3149903,3149903,\"BR_MG\",\"3149903\",3,\"Minas Gerais\",\"Perdões\",,\"BRA.13.586_1\",\"ChIJg-G0v8RTtZQRRr9bzyvz3wQ\",,\"BRMG3149903\",\"3149903\",-21.062763215,-45.0558144607072,21485,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"50e191ce\",3149952,3149952,\"BR_MG\",\"3149952\",3,\"Minas Gerais\",\"Periquito\",,\"BRA.13.587_1\",,,\"BRMG3149952\",\"3149952\",-19.0737133,-42.2173607859056,6773,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8c215912\",3150000,3150000,\"BR_MG\",\"3150000\",3,\"Minas Gerais\",\"Pescador\",,\"BRA.13.588_1\",,,\"BRMG3150000\",\"3150000\",-18.336231235,-41.5711485951212,4256,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f43f8b81\",3150109,3150109,\"BR_MG\",\"3150109\",3,\"Minas Gerais\",\"Piau\",,\"BRA.13.589_1\",,,\"BRMG3150109\",\"3150109\",-21.50879097,-43.3307280096055,2733,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe4f4f52\",3150158,3150158,\"BR_MG\",\"3150158\",3,\"Minas Gerais\",\"Piedade de Caratinga\",,\"BRA.13.590_1\",,,\"BRMG3150158\",\"3150158\",-19.75975895,-42.0467862501731,8702,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"817e054e\",3150208,3150208,\"BR_MG\",\"3150208\",3,\"Minas Gerais\",\"Piedade de Ponte Nova\",,\"BRA.13.591_1\",,,\"BRMG3150208\",\"3150208\",-20.240633965,-42.7335695624898,4140,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"100372e8\",3150307,3150307,\"BR_MG\",\"3150307\",3,\"Minas Gerais\",\"Piedade do Rio Grande\",,\"BRA.13.592_1\",,,\"BRMG3150307\",\"3150307\",-21.487366675,-44.1465001405155,4466,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"624b54fb\",3150406,3150406,\"BR_MG\",\"3150406\",3,\"Minas Gerais\",\"Piedade dos Gerais\",,\"BRA.13.593_1\",,,\"BRMG3150406\",\"3150406\",-20.481554035,-44.2504769020567,5009,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fa806f76\",3150505,3150505,\"BR_MG\",\"3150505\",3,\"Minas Gerais\",\"Pimenta\",,\"BRA.13.594_1\",,,\"BRMG3150505\",\"3150505\",-20.51387501,-45.8018557976267,8688,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d81b709e\",3150539,3150539,\"BR_MG\",\"3150539\",3,\"Minas Gerais\",\"Pingo-d'Água\",,\"BRA.13.595_1\",,,\"BRMG3150539\",\"3150539\",-19.7373333,-42.4222665377539,4986,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c5ab0d3e\",3150570,3150570,\"BR_MG\",\"3150570\",3,\"Minas Gerais\",\"Pintópolis\",,\"BRA.13.596_1\",,,\"BRMG3150570\",\"3150570\",-16.054720875,-45.2214932298496,7524,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8fc1e1b9\",3150604,3150604,\"BR_MG\",\"3150604\",3,\"Minas Gerais\",\"Piracema\",,\"BRA.13.597_1\",,,\"BRMG3150604\",\"3150604\",-20.51868057,-44.4325908901321,6398,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"10671e2d\",3150703,3150703,\"BR_MG\",\"3150703\",3,\"Minas Gerais\",\"Pirajuba\",,\"BRA.13.598_1\",,,\"BRMG3150703\",\"3150703\",-19.94042301,-48.6555677328988,6348,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c3c6986\",3150802,3150802,\"BR_MG\",\"3150802\",3,\"Minas Gerais\",\"Piranga\",,\"BRA.13.599_1\",,,\"BRMG3150802\",\"3150802\",-20.62445545,-43.3114730706649,17634,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f4f7520b\",3150901,3150901,\"BR_MG\",\"3150901\",3,\"Minas Gerais\",\"Piranguçu\",,\"BRA.13.600_1\",,,\"BRMG3150901\",\"3150901\",-22.559996605,-45.5158819003833,5488,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3a46b645\",3151008,3151008,\"BR_MG\",\"3151008\",3,\"Minas Gerais\",\"Piranguinho\",,\"BRA.13.601_1\",\"ChIJiU2aLOR3y5QRQqP1FEcZc_E\",,\"BRMG3151008\",\"3151008\",-22.381340025,-45.5502161854286,8640,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ab3bc1e3\",3151107,3151107,\"BR_MG\",\"3151107\",3,\"Minas Gerais\",\"Pirapetinga\",,\"BRA.13.602_1\",\"ChIJeZPJAAU5vQARZ4VdcJs0ICk\",,\"BRMG3151107\",\"3151107\",-21.66698456,-42.3566283756064,10772,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"de7a4f2c\",3151206,3151206,\"BR_MG\",\"3151206\",3,\"Minas Gerais\",\"Pirapora\",,\"BRA.13.603_1\",\"ChIJ0f0HbKAMqgARJS8D9phu5-4\",,\"BRMG3151206\",\"3151206\",-17.383067135,-44.8620160299601,56640,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"46b174a1\",3151305,3151305,\"BR_MG\",\"3151305\",3,\"Minas Gerais\",\"Piraúba\",,\"BRA.13.604_1\",\"ChIJTwGDuiT7ogARR0kXAUtNpus\",,\"BRMG3151305\",\"3151305\",-21.2617569,-43.0372175226504,10759,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"34f952b2\",3151404,3151404,\"BR_MG\",\"3151404\",3,\"Minas Gerais\",\"Pitangui\",,\"BRA.13.605_1\",\"ChIJ3Zs817FlpwARTo2MBy4dhoU\",,\"BRMG3151404\",\"3151404\",-19.58957863,-44.8752626071656,28215,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ab5fad26\",3151503,3151503,\"BR_MG\",\"3151503\",3,\"Minas Gerais\",\"Piumhi\",,\"BRA.13.606_1\",\"ChIJAzFRop4TtJQRemyg0qIh5mY\",,\"BRMG3151503\",\"3151503\",-20.46097374,-46.0513169780151,34918,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"de1e23e9\",3151602,3151602,\"BR_MG\",\"3151602\",3,\"Minas Gerais\",\"Planura\",,\"BRA.13.607_1\",\"ChIJZVxMjepfu5QR3DJHU_EIt68\",,\"BRMG3151602\",\"3151602\",-20.06973839,-48.6336466955845,12292,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"46d51864\",3151701,3151701,\"BR_MG\",\"3151701\",3,\"Minas Gerais\",\"Poço Fundo\",,\"BRA.13.608_1\",\"ChIJHXyj-BM-ypQRBwTWkIow2-w\",,\"BRMG3151701\",\"3151701\",-21.81009483,-45.992572413077,16846,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3a8e6fcf\",3151800,3151800,\"BR_MG\",\"3151800\",3,\"Minas Gerais\",\"Poços de Caldas\",,\"BRA.13.609_1\",\"ChIJGxVaLsPCyZQR_IlFh3OHx5A\",,\"BRMG3151800\",\"3151800\",-21.820446015,-46.5770677399845,168641,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4290bd5c\",3151909,3151909,\"BR_MG\",\"3151909\",3,\"Minas Gerais\",\"Pocrane\",,\"BRA.13.610_1\",,,\"BRMG3151909\",\"3151909\",-19.553358075,-41.5505441234003,8359,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cf4b34ac\",3152006,3152006,\"BR_MG\",\"3152006\",3,\"Minas Gerais\",\"Pompéu\",,\"BRA.13.611_1\",\"ChIJjcai-caIpwARUdRQhNt-Rzo\",,\"BRMG3152006\",\"3152006\",-19.14451027,-44.8889674189682,32035,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"57800f21\",3152105,3152105,\"BR_MG\",\"3152105\",3,\"Minas Gerais\",\"Ponte Nova\",,\"BRA.13.612_1\",\"ChIJ3fe1AFOWpAARXUW6rCo6RUk\",,\"BRMG3152105\",\"3152105\",-20.41835594,-42.925090319434,59875,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7bc098fb\",3152131,3152131,\"BR_MG\",\"3152131\",3,\"Minas Gerais\",\"Ponto Chique\",,\"BRA.13.613_1\",,,\"BRMG3152131\",\"3152131\",-16.606913565,-44.953529498297,4283,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"68ab6d69\",3152170,3152170,\"BR_MG\",\"3152170\",3,\"Minas Gerais\",\"Ponto dos Volantes\",,\"BRA.13.614_1\",,,\"BRMG3152170\",\"3152170\",-16.83969593,-41.5241872731721,12179,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"22c181ee\",3152204,3152204,\"BR_MG\",\"3152204\",3,\"Minas Gerais\",\"Porteirinha\",,\"BRA.13.615_1\",\"ChIJ3wZp_vuHUQcRYmiMs0NTVpk\",,\"BRMG3152204\",\"3152204\",-15.7320981,-43.0725356025264,37864,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd677e7a\",3152303,3152303,\"BR_MG\",\"3152303\",3,\"Minas Gerais\",\"Porto Firme\",,\"BRA.13.616_1\",,,\"BRMG3152303\",\"3152303\",-20.666553495,-43.074581600482,11348,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cf2f5869\",3152402,3152402,\"BR_MG\",\"3152402\",3,\"Minas Gerais\",\"Poté\",,\"BRA.13.617_1\",,,\"BRMG3152402\",\"3152402\",-17.805459975,-41.760480666824,16616,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"57e463e4\",3152501,3152501,\"BR_MG\",\"3152501\",3,\"Minas Gerais\",\"Pouso Alegre\",,\"BRA.13.618_1\",\"ChIJV24Pax7Hy5QRUteNDX8V7L0\",,\"BRMG3152501\",\"3152501\",-22.262765885,-45.9537780008864,152549,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"22a5ed2b\",3152600,3152600,\"BR_MG\",\"3152600\",3,\"Minas Gerais\",\"Pouso Alto\",,\"BRA.13.619_1\",,,\"BRMG3152600\",\"3152600\",-22.17451,-44.9406400524078,5900,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5abb3fb8\",3152709,3152709,\"BR_MG\",\"3152709\",3,\"Minas Gerais\",\"Prados\",,\"BRA.13.620_1\",\"ChIJiYRQeP-UoQARxf4ELDsyfrI\",,\"BRMG3152709\",\"3152709\",-21.116991995,-44.0819301643364,9080,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"26e04813\",3152808,3152808,\"BR_MG\",\"3152808\",3,\"Minas Gerais\",\"Prata\",,\"BRA.13.621_1\",\"ChIJo_NZKy52o5QRW51JTQuGOTw\",,\"BRMG3152808\",\"3152808\",-19.275344845,-48.9613308239865,28017,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b79d3fb5\",3152907,3152907,\"BR_MG\",\"3152907\",3,\"Minas Gerais\",\"Pratápolis\",,\"BRA.13.622_1\",,,\"BRMG3152907\",\"3152907\",-20.777822495,-46.8774172529049,8566,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"99f932e5\",3153004,3153004,\"BR_MG\",\"3153004\",3,\"Minas Gerais\",\"Pratinha\",,\"BRA.13.623_1\",,,\"BRMG3153004\",\"3153004\",-19.76332283,-46.3906868919172,3631,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"065fcd71\",3153103,3153103,\"BR_MG\",\"3153103\",3,\"Minas Gerais\",\"Presidente Bernardes\",,\"BRA.13.624_1\",,,\"BRMG3153103\",\"3153103\",-20.780739785,-43.15631200539,5341,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"731e43be\",3153202,3153202,\"BR_MG\",\"3153202\",3,\"Minas Gerais\",\"Presidente Juscelino\",,\"BRA.13.625_1\",,,\"BRMG3153202\",\"3153202\",-18.71216202,-44.0732382175822,3606,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ebd57833\",3153301,3153301,\"BR_MG\",\"3153301\",3,\"Minas Gerais\",\"Presidente Kubitschek\",,\"BRA.13.626_1\",,,\"BRMG3153301\",\"3153301\",-18.62547684,-43.582708948366,3001,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"999d5e20\",3153400,3153400,\"BR_MG\",\"3153400\",3,\"Minas Gerais\",\"Presidente Olegário\",,\"BRA.13.627_1\",\"ChIJudbsxaKRrpQRO7QB3EpP-3c\",,\"BRMG3153400\",\"3153400\",-18.16847706,-46.2943650944113,19627,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"94c2027c\",3153608,3153608,\"BR_MG\",\"3153608\",3,\"Minas Gerais\",\"Prudente de Morais\",,\"BRA.13.628_1\",\"ChIJfYR4VrlCpgARF45nXTeGYoM\",,\"BRMG3153608\",\"3153608\",-19.46849251,-44.1213294531046,10834,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"05bf75da\",3153707,3153707,\"BR_MG\",\"3153707\",3,\"Minas Gerais\",\"Quartel Geral\",,\"BRA.13.629_1\",,,\"BRMG3153707\",\"3153707\",-19.260058405,-45.6638834332401,3584,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"79e40271\",3153806,3153806,\"BR_MG\",\"3153806\",3,\"Minas Gerais\",\"Queluzito\",,\"BRA.13.630_1\",,,\"BRMG3153806\",\"3153806\",-20.72777462,-43.9003404344569,1943,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e12f39fc\",3153905,3153905,\"BR_MG\",\"3153905\",3,\"Minas Gerais\",\"Raposos\",,\"BRA.13.631_1\",\"ChIJpf8vyfydpgARnRbDS989HQY\",,\"BRMG3153905\",\"3153905\",-19.97859287,-43.7797669583544,16429,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed4daf69\",3154002,3154002,\"BR_MG\",\"3154002\",3,\"Minas Gerais\",\"Raul Soares\",,\"BRA.13.632_1\",\"ChIJYyHn9eTWugARqWzgu7GpL6Q\",,\"BRMG3154002\",\"3154002\",-20.01945972,-42.4151094632747,23711,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"758694e4\",3154101,3154101,\"BR_MG\",\"3154101\",3,\"Minas Gerais\",\"Recreio\",,\"BRA.13.633_1\",,,\"BRMG3154101\",\"3154101\",-21.52221584,-42.4605954517677,10520,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7ff65037\",3154150,3154150,\"BR_MG\",\"3154150\",3,\"Minas Gerais\",\"Reduto\",,\"BRA.13.634_1\",,,\"BRMG3154150\",\"3154150\",-20.23316097,-41.9496107437185,7201,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00c71a2b\",3154200,3154200,\"BR_MG\",\"3154200\",3,\"Minas Gerais\",\"Resende Costa\",,\"BRA.13.635_1\",\"ChIJI6g6wMOuoQAR23Tzw7rOs_I\",,\"BRMG3154200\",\"3154200\",-20.86458969,-44.2890714378579,11540,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78d9c8b8\",3154309,3154309,\"BR_MG\",\"3154309\",3,\"Minas Gerais\",\"Resplendor\",,\"BRA.13.636_1\",\"ChIJM8XASxHXtgARALJS37GGT80\",,\"BRMG3154309\",\"3154309\",-19.21875,-41.1423358208066,17396,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a91eeab\",3154408,3154408,\"BR_MG\",\"3154408\",3,\"Minas Gerais\",\"Ressaquinha\",,\"BRA.13.637_1\",,,\"BRMG3154408\",\"3154408\",-21.08540249,-43.7333494813912,4817,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e759077f\",3154457,3154457,\"BR_MG\",\"3154457\",3,\"Minas Gerais\",\"Riachinho\",,\"BRA.13.638_1\",,,\"BRMG3154457\",\"3154457\",-16.27285671,-45.9598635699299,8134,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9bec990d\",3154507,3154507,\"BR_MG\",\"3154507\",3,\"Minas Gerais\",\"Riacho dos Machados\",,\"BRA.13.639_1\",,,\"BRMG3154507\",\"3154507\",-16.042244915,-42.9506553251908,9476,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eead17c2\",3154606,3154606,\"BR_MG\",\"3154606\",3,\"Minas Gerais\",\"Ribeirão das Neves\",,\"BRA.13.640_1\",\"ChIJV7H7MT2NpgARfkfGBteG6bw\",,\"BRMG3154606\",\"3154606\",-19.77797222,-44.0604075293982,338197,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76662c4f\",3154705,3154705,\"BR_MG\",\"3154705\",3,\"Minas Gerais\",\"Ribeirão Vermelho\",,\"BRA.13.641_1\",,,\"BRMG3154705\",\"3154705\",-21.159611705,-45.084468589453,4047,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a3d5be4\",3154804,3154804,\"BR_MG\",\"3154804\",3,\"Minas Gerais\",\"Rio Acima\",,\"BRA.13.642_1\",\"ChIJAYDo_SQepAARLR0Ykw8lRRc\",,\"BRMG3154804\",\"3154804\",-20.10681629,-43.7608448385103,10420,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"959ba470\",3154903,3154903,\"BR_MG\",\"3154903\",3,\"Minas Gerais\",\"Rio Casca\",,\"BRA.13.643_1\",\"ChIJk17TOcPWpAARiYUHrrpCTPE\",,\"BRMG3154903\",\"3154903\",-20.132299425,-42.6940498651082,13473,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b4e64b25\",3155108,3155108,\"BR_MG\",\"3155108\",3,\"Minas Gerais\",\"Rio do Prado\",,\"BRA.13.644_1\",,,\"BRMG3155108\",\"3155108\",-16.68760872,-40.555698585897,5133,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2231184\",3155009,3155009,\"BR_MG\",\"3155009\",3,\"Minas Gerais\",\"Rio Doce\",,\"BRA.13.645_1\",,,\"BRMG3155009\",\"3155009\",-20.21709728,-42.9257097631383,2620,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"261fe8ed\",3155207,3155207,\"BR_MG\",\"3155207\",3,\"Minas Gerais\",\"Rio Espera\",,\"BRA.13.646_1\",,,\"BRMG3155207\",\"3155207\",-20.86047554,-43.4984145570269,5402,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"50dab24c\",3155306,3155306,\"BR_MG\",\"3155306\",3,\"Minas Gerais\",\"Rio Manso\",,\"BRA.13.647_1\",,,\"BRMG3155306\",\"3155306\",-20.25617981,-44.3288123854489,5879,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cc9cf573\",3155405,3155405,\"BR_MG\",\"3155405\",3,\"Minas Gerais\",\"Rio Novo\",,\"BRA.13.648_1\",,,\"BRMG3155405\",\"3155405\",-21.479362485,-43.130721275706,8957,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ba59afd2\",3155504,3155504,\"BR_MG\",\"3155504\",3,\"Minas Gerais\",\"Rio Paranaíba\",,\"BRA.13.650_1\",\"ChIJnwx1EZH7sZQRIVJgip8_chU\",,\"BRMG3155504\",\"3155504\",-15.77014208,-42.4995581199194,12335,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"267b8428\",3155603,3155603,\"BR_MG\",\"3155603\",3,\"Minas Gerais\",\"Rio Pardo de Minas\",,\"BRA.13.651_1\",\"ChIJ7V-SIrEDTgcRB1adUKFcqMA\",,\"BRMG3155603\",\"3155603\",-19.9652853,-43.1502737898971,31045,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"50bede89\",3155702,3155702,\"BR_MG\",\"3155702\",3,\"Minas Gerais\",\"Rio Piracicaba\",,,\"ChIJPb1pIvr_pAARXcYF4-UZ77o\",,\"BRMG3155702\",\"3155702\",-19.928889,-43.173889,14332,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2ebc80e\",3155801,3155801,\"BR_MG\",\"3155801\",3,\"Minas Gerais\",\"Rio Pomba\",,\"BRA.13.652_1\",\"ChIJ9WFDbP1XogARwkm1_elSl6s\",,\"BRMG3155801\",\"3155801\",-21.235177995,-43.1824891164737,17959,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b42e92af\",3155900,3155900,\"BR_MG\",\"3155900\",3,\"Minas Gerais\",\"Rio Preto\",,\"BRA.13.653_1\",,,\"BRMG3155900\",\"3155900\",-22.05144405,-43.8494179584284,5485,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"372e936d\",3156007,3156007,\"BR_MG\",\"3156007\",3,\"Minas Gerais\",\"Rio Vermelho\",,\"BRA.13.654_1\",,,\"BRMG3156007\",\"3156007\",-18.24820805,-43.0751489112196,12739,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"41ebc9cc\",3156106,3156106,\"BR_MG\",\"3156106\",3,\"Minas Gerais\",\"Ritápolis\",,\"BRA.13.655_1\",,,\"BRMG3156106\",\"3156106\",-20.98023033,-44.3696071118777,4562,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"daa4262f\",3156205,3156205,\"BR_MG\",\"3156205\",3,\"Minas Gerais\",\"Rochedo de Minas\",,\"BRA.13.656_1\",,,\"BRMG3156205\",\"3156205\",-21.64078331,-43.0262633627419,2320,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ac617c8e\",3156304,3156304,\"BR_MG\",\"3156304\",3,\"Minas Gerais\",\"Rodeiro\",,\"BRA.13.657_1\",\"ChIJeYpA4ZofowAR_MDMYSoe2ww\",,\"BRMG3156304\",\"3156304\",-21.21185112,-42.8382570516557,8224,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"374affa8\",3156403,3156403,\"BR_MG\",\"3156403\",3,\"Minas Gerais\",\"Romaria\",,\"BRA.13.658_1\",,,\"BRMG3156403\",\"3156403\",-18.90745735,-47.5599004279054,3520,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d3a3b7b\",3156452,3156452,\"BR_MG\",\"3156452\",3,\"Minas Gerais\",\"Rosário da Limeira\",,\"BRA.13.659_1\",,,\"BRMG3156452\",\"3156452\",-20.980134015,-42.4998018260333,4622,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"418fa509\",3156502,3156502,\"BR_MG\",\"3156502\",3,\"Minas Gerais\",\"Rubelita\",,\"BRA.13.660_1\",,,\"BRMG3156502\",\"3156502\",-16.362298965,-42.1891054278803,5798,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dac04aea\",3156601,3156601,\"BR_MG\",\"3156601\",3,\"Minas Gerais\",\"Rubim\",,\"BRA.13.661_1\",,,\"BRMG3156601\",\"3156601\",-16.442108155,-40.51757807934,10256,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ac05104b\",3156700,3156700,\"BR_MG\",\"3156700\",3,\"Minas Gerais\",\"Sabará\",,\"BRA.13.662_1\",\"ChIJHdgHwoGCpgARK3sDmV-e83k\",,\"BRMG3156700\",\"3156700\",-19.844922065,-43.825656761216,137125,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"de85efd2\",3156809,3156809,\"BR_MG\",\"3156809\",3,\"Minas Gerais\",\"Sabinópolis\",,\"BRA.13.663_1\",,,\"BRMG3156809\",\"3156809\",-18.649003985,-43.0424743355888,15416,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a840b573\",3156908,3156908,\"BR_MG\",\"3156908\",3,\"Minas Gerais\",\"Sacramento\",,\"BRA.13.664_1\",\"ChIJd9p59_x1sJQR8WIkhLNBHqY\",,\"BRMG3156908\",\"3156908\",-19.8571682,-47.3633548473223,26374,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"619c9524\",3157005,3157005,\"BR_MG\",\"3157005\",3,\"Minas Gerais\",\"Salinas\",,\"BRA.13.665_1\",\"ChIJNbNXbRLbTQcR5c-Ilt6LvZs\",,\"BRMG3157005\",\"3157005\",-16.08715725,-42.1172144340826,41699,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1759cf85\",3157104,3157104,\"BR_MG\",\"3157104\",3,\"Minas Gerais\",\"Salto da Divisa\",,\"BRA.13.666_1\",,,\"BRMG3157104\",\"3157104\",-16.12107086,-39.9993334085386,7012,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b7be47f\",3157203,3157203,\"BR_MG\",\"3157203\",3,\"Minas Gerais\",\"Santa Bárbara\",,\"BRA.13.672_1\",\"ChIJjZgoB9dIpAARBAblEen2hXo\",,\"BRMG3157203\",\"3157203\",-20.049462315,-43.5866295896953,31604,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"810b20ac\",3157252,3157252,\"BR_MG\",\"3157252\",3,\"Minas Gerais\",\"Santa Bárbara do Leste\",,\"BRA.13.669_1\",,,\"BRMG3157252\",\"3157252\",-21.258180615,-43.4968742130542,8181,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53e8ab30\",3157278,3157278,\"BR_MG\",\"3157278\",3,\"Minas Gerais\",\"Santa Bárbara do Monte Verde\",,\"BRA.13.670_1\",,,\"BRMG3157278\",\"3157278\",-19.951155665,-42.125166941013,3182,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fdbebede\",3157302,3157302,\"BR_MG\",\"3157302\",3,\"Minas Gerais\",\"Santa Bárbara do Tugúrio\",,\"BRA.13.671_1\",,,\"BRMG3157302\",\"3157302\",-21.961283685,-43.7126826097534,4407,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1fe2904\",3157336,3157336,\"BR_MG\",\"3157336\",3,\"Minas Gerais\",\"Santa Cruz de Minas\",,\"BRA.13.673_1\",\"ChIJgczs5ZfHoQARW5w_ZCD4uBg\",,\"BRMG3157336\",\"3157336\",-21.120765685,-44.2147370571349,8664,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c295dc96\",3157377,3157377,\"BR_MG\",\"3157377\",3,\"Minas Gerais\",\"Santa Cruz de Salinas\",,\"BRA.13.674_1\",,,\"BRMG3157377\",\"3157377\",-16.04981613,-41.8156339657866,4107,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"61f8f9e1\",3157401,3157401,\"BR_MG\",\"3157401\",3,\"Minas Gerais\",\"Santa Cruz do Escalvado\",,\"BRA.13.675_1\",,,\"BRMG3157401\",\"3157401\",-20.231589315,-42.827205493247,4725,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"173da340\",3157500,3157500,\"BR_MG\",\"3157500\",3,\"Minas Gerais\",\"Santa Efigênia de Minas\",,\"BRA.13.676_1\",,,\"BRMG3157500\",\"3157500\",-18.862376215,-42.40013381359,4381,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6ca7a5bd\",3157609,3157609,\"BR_MG\",\"3157609\",3,\"Minas Gerais\",\"Santa Fé de Minas\",,\"BRA.13.677_1\",,,\"BRMG3157609\",\"3157609\",-16.7345438,-45.5654499586632,3826,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66d7616e\",3157658,3157658,\"BR_MG\",\"3157658\",3,\"Minas Gerais\",\"Santa Helena de Minas\",,\"BRA.13.678_1\",,,\"BRMG3157658\",\"3157658\",-16.91362858,-40.6739433927517,6386,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a62ff1c\",3157708,3157708,\"BR_MG\",\"3157708\",3,\"Minas Gerais\",\"Santa Juliana\",,\"BRA.13.679_1\",\"ChIJVX8G9hZXpZQRvH1T9GKS2AY\",,\"BRMG3157708\",\"3157708\",-19.381729125,-47.5118456787956,14255,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8181a5b0\",3157807,3157807,\"BR_MG\",\"3157807\",3,\"Minas Gerais\",\"Santa Luzia\",,\"BRA.13.680_1\",\"ChIJfw915L6ApgARoO7XkpI7yOY\",,\"BRMG3157807\",\"3157807\",-19.7283144,-43.8355617901713,220444,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f744ff11\",3157906,3157906,\"BR_MG\",\"3157906\",3,\"Minas Gerais\",\"Santa Margarida\",,\"BRA.13.681_1\",,,\"BRMG3157906\",\"3157906\",-20.441514015,-42.2736445569141,16302,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d09c2047\",3158003,3158003,\"BR_MG\",\"3158003\",3,\"Minas Gerais\",\"Santa Maria de Itabira\",,\"BRA.13.682_1\",\"ChIJRcW00oZ5pQARYhewSaM_KT8\",,\"BRMG3158003\",\"3158003\",-19.43185711,-43.1325969294714,10857,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a6597ae6\",3158102,3158102,\"BR_MG\",\"3158102\",3,\"Minas Gerais\",\"Santa Maria do Salto\",,\"BRA.13.683_1\",,,\"BRMG3158102\",\"3158102\",-16.301101685,-40.1310579188136,5217,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d169505\",3158201,3158201,\"BR_MG\",\"3158201\",3,\"Minas Gerais\",\"Santa Maria do Suaçuí\",,\"BRA.13.684_1\",,,\"BRMG3158201\",\"3158201\",-18.20914841,-42.3623775628112,14611,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b717a52\",3159209,3159209,\"BR_MG\",\"3159209\",3,\"Minas Gerais\",\"Santa Rita de Caldas\",,\"BRA.13.685_1\",,,\"BRMG3159209\",\"3159209\",-22.01808262,-46.2887324213978,8924,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"68442be7\",3159407,3159407,\"BR_MG\",\"3159407\",3,\"Minas Gerais\",\"Santa Rita de Ibitipoca\",,,,,\"BRMG3159407\",\"3159407\",-21.5625,-43.914722,3402,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fdb420f3\",3159308,3159308,\"BR_MG\",\"3159308\",3,\"Minas Gerais\",\"Santa Rita de Jacutinga\",,\"BRA.13.686_1\",,,\"BRMG3159308\",\"3159308\",-22.115814205,-44.0963825673993,4863,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"107cc927\",3159357,3159357,\"BR_MG\",\"3159357\",3,\"Minas Gerais\",\"Santa Rita de Minas\",,\"BRA.13.687_1\",,,\"BRMG3159357\",\"3159357\",-19.87640667,-42.1169676959372,7268,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1e817146\",3159506,3159506,\"BR_MG\",\"3159506\",3,\"Minas Gerais\",\"Santa Rita do Itueto\",,\"BRA.13.690_1\",,,\"BRMG3159506\",\"3159506\",-19.40624428,-41.3821665114097,5457,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"85ce9ea5\",3159605,3159605,\"BR_MG\",\"3159605\",3,\"Minas Gerais\",\"Santa Rita do Sapucaí\",,\"BRA.13.689_1\",\"ChIJwxZE0kWiy5QRfi5vU8Z4ZO0\",,\"BRMG3159605\",\"3159605\",-21.59591007,-43.9678964465471,43753,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f30bc404\",3159704,3159704,\"BR_MG\",\"3159704\",3,\"Minas Gerais\",\"Santa Rosa da Serra\",,\"BRA.13.691_1\",,,\"BRMG3159704\",\"3159704\",-19.55871868,-46.0296643303072,3357,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6633169a\",3159803,3159803,\"BR_MG\",\"3159803\",3,\"Minas Gerais\",\"Santa Vitória\",,\"BRA.13.692_1\",\"ChIJ80J5x71Qn5QR7Or57RJuq0o\",,\"BRMG3159803\",\"3159803\",-18.855786325,-50.2198407681162,19872,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4bd3cfa4\",3158300,3158300,\"BR_MG\",\"3158300\",3,\"Minas Gerais\",\"Santana da Vargem\",,\"BRA.13.693_1\",,,\"BRMG3158300\",\"3158300\",-21.2611475,-45.516134241691,7073,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"37406185\",3158409,3158409,\"BR_MG\",\"3158409\",3,\"Minas Gerais\",\"Santana de Cataguases\",,\"BRA.13.694_1\",,,\"BRMG3158409\",\"3158409\",-21.27729034,-42.5391778897113,3891,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"41853b24\",3158508,3158508,\"BR_MG\",\"3158508\",3,\"Minas Gerais\",\"Santana de Pirapama\",,\"BRA.13.695_1\",,,\"BRMG3158508\",\"3158508\",-18.887714385,-43.8668392879693,7589,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d37c98ec\",3158607,3158607,\"BR_MG\",\"3158607\",3,\"Minas Gerais\",\"Santana do Deserto\",,\"BRA.13.696_1\",,,\"BRMG3158607\",\"3158607\",-21.93893528,-43.1832295279688,3981,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a5b9c24d\",3158706,3158706,\"BR_MG\",\"3158706\",3,\"Minas Gerais\",\"Santana do Garambéu\",,\"BRA.13.697_1\",,,\"BRMG3158706\",\"3158706\",-21.63926601,-44.0511868341531,2476,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"37ecd4ca\",3158805,3158805,\"BR_MG\",\"3158805\",3,\"Minas Gerais\",\"Santana do Jacaré\",,\"BRA.13.698_1\",,,\"BRMG3158805\",\"3158805\",-20.879402165,-45.0481137419245,4834,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"41298e6b\",3158904,3158904,\"BR_MG\",\"3158904\",3,\"Minas Gerais\",\"Santana do Manhuaçu\",,\"BRA.13.699_1\",,,\"BRMG3158904\",\"3158904\",-20.049043655,-41.8982058081356,8667,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a23aef8d\",3158953,3158953,\"BR_MG\",\"3158953\",3,\"Minas Gerais\",\"Santana do Paraíso\",,\"BRA.13.700_1\",\"ChIJRY-Qq3ECsAAR4JtpFQ8Oi2o\",,\"BRMG3158953\",\"3158953\",-19.391005515,-42.5053922374887,35369,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"862e260e\",3159001,3159001,\"BR_MG\",\"3159001\",3,\"Minas Gerais\",\"Santana do Riacho\",,\"BRA.13.701_1\",,,\"BRMG3159001\",\"3159001\",-19.18252945,-43.6373805301736,4315,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f0eb7caf\",3159100,3159100,\"BR_MG\",\"3159100\",3,\"Minas Gerais\",\"Santana dos Montes\",,\"BRA.13.702_1\",,,\"BRMG3159100\",\"3159100\",-20.78697872,-43.6652973509073,3765,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"10f64c3b\",3159902,3159902,\"BR_MG\",\"3159902\",3,\"Minas Gerais\",\"Santo Antônio do Amparo\",,\"BRA.13.703_1\",\"ChIJWzFeapMLoAAREo_H9XtdVmo\",,\"BRMG3159902\",\"3159902\",-15.26769972,-42.672163421853,18613,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b25d9b66\",3160009,3160009,\"BR_MG\",\"3160009\",3,\"Minas Gerais\",\"Santo Antônio do Aventureiro\",,\"BRA.13.704_1\",,,\"BRMG3160009\",\"3160009\",-21.77390289,-42.806465147705,3602,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c498c1c7\",3160108,3160108,\"BR_MG\",\"3160108\",3,\"Minas Gerais\",\"Santo Antônio do Grama\",,\"BRA.13.705_1\",,,\"BRMG3160108\",\"3160108\",-21.693294525,-42.7848910485016,3886,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5661620f\",3160207,3160207,\"BR_MG\",\"3160207\",3,\"Minas Gerais\",\"Santo Antônio do Itambé\",,\"BRA.13.667_1\",,,\"BRMG3160207\",\"3160207\",-18.495077135,-43.2673804310689,3799,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"20a438ae\",3160306,3160306,\"BR_MG\",\"3160306\",3,\"Minas Gerais\",\"Santo Antônio do Jacinto\",,\"BRA.13.706_1\",,,\"BRMG3160306\",\"3160306\",-20.320708275,-42.605498985067,11604,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bce27f91\",3160405,3160405,\"BR_MG\",\"3160405\",3,\"Minas Gerais\",\"Santo Antônio do Monte\",,\"BRA.13.707_1\",\"ChIJeSPNH76htJQRHZYnUggpg80\",,\"BRMG3160405\",\"3160405\",-16.4916296,-40.2086958102391,28427,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b692bb42\",3160454,3160454,\"BR_MG\",\"3160454\",3,\"Minas Gerais\",\"Santo Antônio do Retiro\",,\"BRA.13.708_1\",,,\"BRMG3160454\",\"3160454\",-20.09018707,-45.2496114874546,7297,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ca272530\",3160504,3160504,\"BR_MG\",\"3160504\",3,\"Minas Gerais\",\"Santo Antônio do Rio Abaixo\",,\"BRA.13.668_1\",,,\"BRMG3160504\",\"3160504\",-19.23505688,-43.2462699966917,1760,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"56050eca\",3160603,3160603,\"BR_MG\",\"3160603\",3,\"Minas Gerais\",\"Santo Hipólito\",,\"BRA.13.709_1\",,,\"BRMG3160603\",\"3160603\",-18.3951416,-44.1889609265807,3065,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"20c0546b\",3160702,3160702,\"BR_MG\",\"3160702\",3,\"Minas Gerais\",\"Santos Dumont\",,\"BRA.13.710_1\",\"ChIJy-oE5AgSogARZ1RaANnUGIo\",,\"BRMG3160702\",\"3160702\",-21.481385235,-43.5165028083911,46421,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b29542ec\",3160801,3160801,\"BR_MG\",\"3160801\",3,\"Minas Gerais\",\"São Bento Abade\",,\"BRA.13.711_1\",,,\"BRMG3160801\",\"3160801\",-21.56560612,-45.0767244629832,5349,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c450184d\",3160900,3160900,\"BR_MG\",\"3160900\",3,\"Minas Gerais\",\"São Brás do Suaçuí\",,\"BRA.13.712_1\",,,\"BRMG3160900\",\"3160900\",-20.627814295,-43.9745021244957,3754,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c0fb54ac\",3160959,3160959,\"BR_MG\",\"3160959\",3,\"Minas Gerais\",\"São Domingos das Dores\",,\"BRA.13.713_1\",,,\"BRMG3160959\",\"3160959\",-19.51608658,-42.0371489775487,5658,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed59d104\",3161007,3161007,\"BR_MG\",\"3161007\",3,\"Minas Gerais\",\"São Domingos do Prata\",,\"BRA.13.714_1\",\"ChIJWyd0kFMYpQARoQTU8rtxCek\",,\"BRMG3161007\",\"3161007\",-19.88085842,-42.9628808542057,17327,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e72915d7\",3161056,3161056,\"BR_MG\",\"3161056\",3,\"Minas Gerais\",\"São Félix de Minas\",,\"BRA.13.715_1\",,,\"BRMG3161056\",\"3161056\",-18.567564015,-41.4509504056948,3362,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b9c8ba5\",3161106,3161106,\"BR_MG\",\"3161106\",3,\"Minas Gerais\",\"São Francisco\",,\"BRA.13.719_1\",\"ChIJ97grsxF6VQcRsRIl5rxIRwU\",,\"BRMG3161106\",\"3161106\",-15.85839796,-44.8880066966861,56477,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00d36446\",3161205,3161205,\"BR_MG\",\"3161205\",3,\"Minas Gerais\",\"São Francisco de Paula\",,\"BRA.13.716_1\",,,\"BRMG3161205\",\"3161205\",-20.697195055,-44.996490635153,6520,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76163ee7\",3161304,3161304,\"BR_MG\",\"3161304\",3,\"Minas Gerais\",\"São Francisco de Sales\",,\"BRA.13.717_1\",,,\"BRMG3161304\",\"3161304\",-19.77419758,-49.8803887653529,6274,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed3dbdc1\",3161403,3161403,\"BR_MG\",\"3161403\",3,\"Minas Gerais\",\"São Francisco do Glória\",,\"BRA.13.718_1\",,,\"BRMG3161403\",\"3161403\",-20.784401895,-42.2888657961688,4800,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9bf8e760\",3161502,3161502,\"BR_MG\",\"3161502\",3,\"Minas Gerais\",\"São Geraldo\",,\"BRA.13.722_1\",\"ChIJ7xs8XmBAowARrxkSCG8fF3A\",,\"BRMG3161502\",\"3161502\",-20.903614995,-42.8256153612664,12562,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00b70883\",3161601,3161601,\"BR_MG\",\"3161601\",3,\"Minas Gerais\",\"São Geraldo da Piedade\",,\"BRA.13.720_1\",,,\"BRMG3161601\",\"3161601\",-18.8964653,-42.3114912590655,3910,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ac7cc50\",3161650,3161650,\"BR_MG\",\"3161650\",3,\"Minas Gerais\",\"São Geraldo do Baixio\",,\"BRA.13.721_1\",,,\"BRMG3161650\",\"3161650\",-18.926714895,-41.3749241061152,4059,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76725222\",3161700,3161700,\"BR_MG\",\"3161700\",3,\"Minas Gerais\",\"São Gonçalo do Abaeté\",,\"BRA.13.723_1\",,,\"BRMG3161700\",\"3161700\",-18.179484365,-45.5186444954786,8459,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"04f2adbb\",3161809,3161809,\"BR_MG\",\"3161809\",3,\"Minas Gerais\",\"São Gonçalo do Pará\",,\"BRA.13.724_1\",\"ChIJgZMuvQxNpwAR0ImJDsQAx6Q\",,\"BRMG3161809\",\"3161809\",-19.97296143,-44.8309153745293,12597,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7237f71a\",3161908,3161908,\"BR_MG\",\"3161908\",3,\"Minas Gerais\",\"São Gonçalo do Rio Abaixo\",,\"BRA.13.725_1\",\"ChIJtxgGeBGzpQARgPc8zK4YhX4\",,\"BRMG3161908\",\"3161908\",-19.79936695,-43.3056300035459,11019,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"91702278\",3125507,3125507,\"BR_MG\",\"3125507\",3,\"Minas Gerais\",\"São Gonçalo do Rio Preto\",,\"BRA.13.287_1\",,,\"BRMG3125507\",\"3125507\",-18.08768082,-43.3500445244415,3173,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"11e21fc6\",3162005,3162005,\"BR_MG\",\"3162005\",3,\"Minas Gerais\",\"São Gonçalo do Sapucaí\",,\"BRA.13.726_1\",\"ChIJhwf3N2__ypQRyu9ChbRToj8\",,\"BRMG3162005\",\"3162005\",-21.906101225,-45.6116200824209,25561,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"67274567\",3162104,3162104,\"BR_MG\",\"3162104\",3,\"Minas Gerais\",\"São Gotardo\",,\"BRA.13.727_1\",\"ChIJa0bZqKoQspQRJikp64q7J3Y\",,\"BRMG3162104\",\"3162104\",-19.366078375,-45.998133514397,35782,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fb056e9d\",3162203,3162203,\"BR_MG\",\"3162203\",3,\"Minas Gerais\",\"São João Batista do Glória\",,\"BRA.13.728_1\",,,\"BRMG3162203\",\"3162203\",-20.534490585,-46.4252770234131,7498,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f175aa4e\",3162252,3162252,\"BR_MG\",\"3162252\",3,\"Minas Gerais\",\"São João da Lagoa\",,\"BRA.13.729_1\",,,\"BRMG3162252\",\"3162252\",-16.853763585,-44.3804716994299,4932,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8dc0343c\",3162302,3162302,\"BR_MG\",\"3162302\",3,\"Minas Gerais\",\"São João da Mata\",,\"BRA.13.730_1\",,,\"BRMG3162302\",\"3162302\",-21.948156355,-45.922172189871,2746,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"11867303\",3162401,3162401,\"BR_MG\",\"3162401\",3,\"Minas Gerais\",\"São João da Ponte\",,\"BRA.13.731_1\",,,\"BRMG3162401\",\"3162401\",-15.91290283,-43.9072492530131,25098,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1bf6b7d0\",3162450,3162450,\"BR_MG\",\"3162450\",3,\"Minas Gerais\",\"São João das Missões\",,\"BRA.13.732_1\",,,\"BRMG3162450\",\"3162450\",-14.880351545,-44.2542068907141,13125,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"674329a2\",3162500,3162500,\"BR_MG\",\"3162500\",3,\"Minas Gerais\",\"São João del Rei\",,\"BRA.13.733_1\",\"ChIJE6ft9ITIoQARwV8YBxXtAik\",,\"BRMG3162500\",\"3162500\",-21.237936975,-44.2637391701659,90497,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"63e86543\",3162559,3162559,\"BR_MG\",\"3162559\",3,\"Minas Gerais\",\"São João do Manhuaçu\",,\"BRA.13.734_1\",,,\"BRMG3162559\",\"3162559\",-20.37355709,-42.1496006193233,11674,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"58684bea\",3162575,3162575,\"BR_MG\",\"3162575\",3,\"Minas Gerais\",\"São João do Manteninha\",,\"BRA.13.735_1\",,,\"BRMG3162575\",\"3162575\",-18.7400198,-41.166382103949,5918,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1cd92f5f\",3162609,3162609,\"BR_MG\",\"3162609\",3,\"Minas Gerais\",\"São João do Oriente\",,\"BRA.13.736_1\",,,\"BRMG3162609\",\"3162609\",-19.34879684,-42.1703023252324,7444,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"16a9eb8c\",3162658,3162658,\"BR_MG\",\"3162658\",3,\"Minas Gerais\",\"São João do Pacuí\",,\"BRA.13.737_1\",,,\"BRMG3162658\",\"3162658\",-16.552698135,-44.5447494648936,4448,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6a1c75fe\",3162708,3162708,\"BR_MG\",\"3162708\",3,\"Minas Gerais\",\"São João do Paraíso\",,\"BRA.13.738_1\",\"ChIJFybr0KCuTwcR6lHIzjxam6Q\",,\"BRMG3162708\",\"3162708\",-15.35039091,-42.0428879615843,23709,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f1ff2f52\",3162807,3162807,\"BR_MG\",\"3162807\",3,\"Minas Gerais\",\"São João Evangelista\",,\"BRA.13.739_1\",\"ChIJcwBs7pw9rgARb1j5y6-vtPw\",,\"BRMG3162807\",\"3162807\",-18.49493885,-42.7591676011863,15767,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"873a75f3\",3162906,3162906,\"BR_MG\",\"3162906\",3,\"Minas Gerais\",\"São João Nepomuceno\",,\"BRA.13.740_1\",\"ChIJNRq1FdyRogARCZrqg9sk41k\",,\"BRMG3162906\",\"3162906\",-21.58923912,-42.9423898880163,26447,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b261d368\",3162922,3162922,\"BR_MG\",\"3162922\",3,\"Minas Gerais\",\"São Joaquim de Bicas\",,\"BRA.13.741_1\",\"ChIJaYzj3t7PpgARb8h3BRaZ8nM\",,\"BRMG3162922\",\"3162922\",-20.06335354,-44.2485349572669,32148,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"04ee9df0\",3162948,3162948,\"BR_MG\",\"3162948\",3,\"Minas Gerais\",\"São José da Barra\",,\"BRA.13.742_1\",,,\"BRMG3162948\",\"3162948\",-20.762034415,-46.2282095595897,7480,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6344d00c\",3162955,3162955,\"BR_MG\",\"3162955\",3,\"Minas Gerais\",\"São José da Lapa\",,\"BRA.13.743_1\",\"ChIJt1xRgV6IpgARsFhV-3kzfz4\",,\"BRMG3162955\",\"3162955\",-19.69751167,-43.9877531036571,24135,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"403ddd96\",3163003,3163003,\"BR_MG\",\"3163003\",3,\"Minas Gerais\",\"São José da Safira\",,\"BRA.13.744_1\",,,\"BRMG3163003\",\"3163003\",-18.326493265,-42.1305571785263,4280,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"36f88737\",3163102,3163102,\"BR_MG\",\"3163102\",3,\"Minas Gerais\",\"São José da Varginha\",,\"BRA.13.745_1\",,,\"BRMG3163102\",\"3163102\",-19.70000839,-44.5638653689511,5079,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"adb768d4\",3163201,3163201,\"BR_MG\",\"3163201\",3,\"Minas Gerais\",\"São José do Alegre\",,\"BRA.13.746_1\",,,\"BRMG3163201\",\"3163201\",-22.31768799,-45.5280924122252,4210,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"db723275\",3163300,3163300,\"BR_MG\",\"3163300\",3,\"Minas Gerais\",\"São José do Divino\",,\"BRA.13.747_1\",,,\"BRMG3163300\",\"3163300\",-18.408473015,-41.3837135841292,3856,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a7e19c54\",3163409,3163409,\"BR_MG\",\"3163409\",3,\"Minas Gerais\",\"São José do Goiabal\",,\"BRA.13.748_1\",,,\"BRMG3163409\",\"3163409\",-19.935759545,-42.7009698590009,5387,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d124c6f5\",3163508,3163508,\"BR_MG\",\"3163508\",3,\"Minas Gerais\",\"São José do Jacuri\",,\"BRA.13.749_1\",,,\"BRMG3163508\",\"3163508\",-18.243427275,-42.6806093138764,6431,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"43dd653d\",3163607,3163607,\"BR_MG\",\"3163607\",3,\"Minas Gerais\",\"São José do Mantimento\",,\"BRA.13.750_1\",,,\"BRMG3163607\",\"3163607\",-20.02490616,-41.7758681204647,2806,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"35183f9c\",3163706,3163706,\"BR_MG\",\"3163706\",3,\"Minas Gerais\",\"São Lourenço\",,\"BRA.13.751_1\",\"ChIJzSnUsoxLy5QRfMMU7xCtt8E\",,\"BRMG3163706\",\"3163706\",-22.11645126,-45.0399200394782,46202,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a74d291b\",3163805,3163805,\"BR_MG\",\"3163805\",3,\"Minas Gerais\",\"São Miguel do Anta\",,\"BRA.13.752_1\",,,\"BRMG3163805\",\"3163805\",-20.746853825,-42.6874572497482,6944,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d18873ba\",3163904,3163904,\"BR_MG\",\"3163904\",3,\"Minas Gerais\",\"São Pedro da União\",,\"BRA.13.753_1\",,,\"BRMG3163904\",\"3163904\",-21.106585505,-46.6057997702442,4610,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4521dea2\",3164100,3164100,\"BR_MG\",\"3164100\",3,\"Minas Gerais\",\"São Pedro do Suaçuí\",,\"BRA.13.754_1\",,,\"BRMG3164100\",\"3164100\",-18.366114615,-42.6075400259907,5202,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"33e48403\",3164001,3164001,\"BR_MG\",\"3164001\",3,\"Minas Gerais\",\"São Pedro dos Ferros\",,\"BRA.13.755_1\",,,\"BRMG3164001\",\"3164001\",-20.072561265,-42.5756267910729,7706,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ebbd85f\",3164209,3164209,\"BR_MG\",\"3164209\",3,\"Minas Gerais\",\"São Romão\",,\"BRA.13.756_1\",,,\"BRMG3164209\",\"3164209\",-16.357233045,-45.378980801504,12529,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"487e82fe\",3164308,3164308,\"BR_MG\",\"3164308\",3,\"Minas Gerais\",\"São Roque de Minas\",,\"BRA.13.757_1\",\"ChIJfz6Nsr1AsZQRAAxe1_6HpDE\",,\"BRMG3164308\",\"3164308\",-20.180919645,-46.5474344788203,7076,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dd8e89ea\",3164407,3164407,\"BR_MG\",\"3164407\",3,\"Minas Gerais\",\"São Sebastião da Bela Vista\",,\"BRA.13.758_1\",,,\"BRMG3164407\",\"3164407\",-22.16485596,-45.7579889644829,5552,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1fc07f1c\",3164431,3164431,\"BR_MG\",\"3164431\",3,\"Minas Gerais\",\"São Sebastião da Vargem Alegre\",,\"BRA.13.765_1\",,,\"BRMG3164431\",\"3164431\",-21.021123885,-42.5939238133564,3024,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e2a5eba2\",3164472,3164472,\"BR_MG\",\"3164472\",3,\"Minas Gerais\",\"São Sebastião do Anta\",,\"BRA.13.759_1\",,,\"BRMG3164472\",\"3164472\",-19.50589657,-41.9618158062466,6627,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ab4bd34b\",3164506,3164506,\"BR_MG\",\"3164506\",3,\"Minas Gerais\",\"São Sebastião do Maranhão\",,\"BRA.13.760_1\",,,\"BRMG3164506\",\"3164506\",-18.04541302,-42.5384357433825,9963,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"30043ca8\",3164605,3164605,\"BR_MG\",\"3164605\",3,\"Minas Gerais\",\"São Sebastião do Oeste\",,\"BRA.13.761_1\",,,\"BRMG3164605\",\"3164605\",-20.26454353,-45.0127567336232,6863,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"46c16609\",3164704,3164704,\"BR_MG\",\"3164704\",3,\"Minas Gerais\",\"São Sebastião do Paraíso\",,\"BRA.13.762_1\",\"ChIJU1veyjQWt5QRhScLDck5VU4\",,\"BRMG3164704\",\"3164704\",-20.9059391,-47.0423818480573,71445,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3f9b497\",3164803,3164803,\"BR_MG\",\"3164803\",3,\"Minas Gerais\",\"São Sebastião do Rio Preto\",,\"BRA.13.763_1\",,,\"BRMG3164803\",\"3164803\",-19.29541874,-43.1808647908864,1492,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a53cee36\",3164902,3164902,\"BR_MG\",\"3164902\",3,\"Minas Gerais\",\"São Sebastião do Rio Verde\",,\"BRA.13.764_1\",,,\"BRMG3164902\",\"3164902\",-22.208872795,-45.0244225652942,2250,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f2845bc2\",3165008,3165008,\"BR_MG\",\"3165008\",3,\"Minas Gerais\",\"São Tiago\",,\"BRA.13.767_1\",\"ChIJKxt1IE1GoAAR7aGjNxCQGhM\",,\"BRMG3165008\",\"3165008\",-20.94764328,-44.5669855616373,10960,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"63f92c64\",3165107,3165107,\"BR_MG\",\"3165107\",3,\"Minas Gerais\",\"São Tomás de Aquino\",,\"BRA.13.768_1\",,,\"BRMG3165107\",\"3165107\",-20.786540985,-47.1284637437799,7000,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"16b8a2ab\",3165206,3165206,\"BR_MG\",\"3165206\",3,\"Minas Gerais\",\"São Tomé das Letras\",,\"BRA.13.766_1\",\"ChIJIzu9K2vVnwARZrPBh5nVmeM\",,\"BRMG3165206\",\"3165206\",-21.735281945,-44.9731480230661,7120,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8e739926\",3165305,3165305,\"BR_MG\",\"3165305\",3,\"Minas Gerais\",\"São Vicente de Minas\",,\"BRA.13.769_1\",,,\"BRMG3165305\",\"3165305\",-21.66223812,-44.473432740564,7815,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fc3bbf35\",3165404,3165404,\"BR_MG\",\"3165404\",3,\"Minas Gerais\",\"Sapucaí-Mirim\",,\"BRA.13.770_1\",,,\"BRMG3165404\",\"3165404\",-22.79724693,-45.8583681193035,6989,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"639d40a1\",3165503,3165503,\"BR_MG\",\"3165503\",3,\"Minas Gerais\",\"Sardoá\",,\"BRA.13.771_1\",,,\"BRMG3165503\",\"3165503\",-18.775332455,-42.4165559484923,6361,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4fddd77b\",3165537,3165537,\"BR_MG\",\"3165537\",3,\"Minas Gerais\",\"Sarzedo\",,\"BRA.13.772_1\",\"ChIJlc9BZV_GpgARibs8OAm0r-I\",,\"BRMG3165537\",\"3165537\",-20.058322905,-44.1191622551211,33413,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"acceb69d\",3165560,3165560,\"BR_MG\",\"3165560\",3,\"Minas Gerais\",\"Sem-Peixe\",,\"BRA.13.773_1\",,,\"BRMG3165560\",\"3165560\",-20.08277607,-42.8332337338695,2606,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb0e0fee\",3165578,3165578,\"BR_MG\",\"3165578\",3,\"Minas Gerais\",\"Senador Amaral\",,\"BRA.13.774_1\",,,\"BRMG3165578\",\"3165578\",-22.557819365,-46.2222416784489,5361,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"16dcce6e\",3165602,3165602,\"BR_MG\",\"3165602\",3,\"Minas Gerais\",\"Senador Cortes\",,\"BRA.13.775_1\",,,\"BRMG3165602\",\"3165602\",-21.76264572,-42.8987854473978,2003,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8e17f5e3\",3165701,3165701,\"BR_MG\",\"3165701\",3,\"Minas Gerais\",\"Senador Firmino\",,\"BRA.13.776_1\",,,\"BRMG3165701\",\"3165701\",-20.9035244,-43.0973166050845,7858,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f24c8248\",3165800,3165800,\"BR_MG\",\"3165800\",3,\"Minas Gerais\",\"Senador José Bento\",,\"BRA.13.777_1\",,,\"BRMG3165800\",\"3165800\",-22.158208845,-46.1453984215352,1461,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8a5250db\",3165909,3165909,\"BR_MG\",\"3165909\",3,\"Minas Gerais\",\"Senador Modestino Gonçalves\",,\"BRA.13.778_1\",,,\"BRMG3165909\",\"3165909\",-17.832839965,-43.2574440033791,4105,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0789d92b\",3166006,3166006,\"BR_MG\",\"3166006\",3,\"Minas Gerais\",\"Senhora de Oliveira\",,\"BRA.13.779_1\",,,\"BRMG3166006\",\"3166006\",-20.80849266,-43.3534127417907,5786,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f42e2a6\",3166105,3166105,\"BR_MG\",\"3166105\",3,\"Minas Gerais\",\"Senhora do Porto\",,\"BRA.13.780_1\",,,\"BRMG3166105\",\"3166105\",-18.910499575,-43.0902876071104,3519,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ea036c69\",3166204,3166204,\"BR_MG\",\"3166204\",3,\"Minas Gerais\",\"Senhora dos Remédios\",,\"BRA.13.781_1\",,,\"BRMG3166204\",\"3166204\",-21.042963985,-43.5908729696891,10467,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"75a593fd\",3166303,3166303,\"BR_MG\",\"3166303\",3,\"Minas Gerais\",\"Sericita\",,\"BRA.13.782_1\",,,\"BRMG3166303\",\"3166303\",-20.497673035,-42.4476300884245,7333,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"07edb5ee\",3166402,3166402,\"BR_MG\",\"3166402\",3,\"Minas Gerais\",\"Seritinga\",,\"BRA.13.783_1\",,,\"BRMG3166402\",\"3166402\",-21.918824195,-44.4708579380892,1854,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f268e63\",3166501,3166501,\"BR_MG\",\"3166501\",3,\"Minas Gerais\",\"Serra Azul de Minas\",,\"BRA.13.784_1\",,,\"BRMG3166501\",\"3166501\",-18.39117908,-43.2017997570424,4292,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ea6700ac\",3166600,3166600,\"BR_MG\",\"3166600\",3,\"Minas Gerais\",\"Serra da Saudade\",,\"BRA.13.785_1\",,,\"BRMG3166600\",\"3166600\",-19.376197815,-45.7695806395478,776,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ee22a594\",3166808,3166808,\"BR_MG\",\"3166808\",3,\"Minas Gerais\",\"Serra do Salitre\",,\"BRA.13.786_1\",\"ChIJxVMhEQswrpQRiw2FmQXheZ8\",,\"BRMG3166808\",\"3166808\",-19.129455565,-46.6343922921056,11668,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9279d23f\",3166709,3166709,\"BR_MG\",\"3166709\",3,\"Minas Gerais\",\"Serra dos Aimorés\",,\"BRA.13.787_1\",,,\"BRMG3166709\",\"3166709\",-17.75576687,-40.2625556154663,8713,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7f5fd232\",3166907,3166907,\"BR_MG\",\"3166907\",3,\"Minas Gerais\",\"Serrania\",,\"BRA.13.788_1\",,,\"BRMG3166907\",\"3166907\",-15.871341705,-42.895969497527,7668,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"752f16e1\",3166956,3166956,\"BR_MG\",\"3166956\",3,\"Minas Gerais\",\"Serranópolis de Minas\",,\"BRA.13.789_1\",,,\"BRMG3166956\",\"3166956\",-21.570591925,-46.0959230473935,4809,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"513bdf62\",3167004,3167004,\"BR_MG\",\"3167004\",3,\"Minas Gerais\",\"Serranos\",,\"BRA.13.790_1\",,,\"BRMG3167004\",\"3167004\",-21.827773095,-44.5198879895514,1956,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce9d20f6\",3167103,3167103,\"BR_MG\",\"3167103\",3,\"Minas Gerais\",\"Serro\",,\"BRA.13.791_1\",\"ChIJ_eJNXLXjrgARWJnyFhAnw5U\",,\"BRMG3167103\",\"3167103\",-18.51752472,-43.4906504625612,20940,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bbdcae39\",3167202,3167202,\"BR_MG\",\"3167202\",3,\"Minas Gerais\",\"Sete Lagoas\",,\"BRA.13.792_1\",\"ChIJWSAskbdRpgARxpiDXsja7VQ\",,\"BRMG3167202\",\"3167202\",-19.44394398,-44.2688845752852,241835,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69ed8472\",3165552,3165552,\"BR_MG\",\"3165552\",3,\"Minas Gerais\",\"Setubinha\",,\"BRA.13.793_1\",,,\"BRMG3165552\",\"3165552\",-17.61082745,-42.1423597837477,12378,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"231795b4\",3167301,3167301,\"BR_MG\",\"3167301\",3,\"Minas Gerais\",\"Silveirânia\",,\"BRA.13.794_1\",,,\"BRMG3167301\",\"3167301\",-21.14682293,-43.2051665090888,2264,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"515fb3a7\",3167400,3167400,\"BR_MG\",\"3167400\",3,\"Minas Gerais\",\"Silvianópolis\",,\"BRA.13.795_1\",,,\"BRMG3167400\",\"3167400\",-22.04050922,-45.8057965971647,6248,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"29416134\",3167509,3167509,\"BR_MG\",\"3167509\",3,\"Minas Gerais\",\"Simão Pereira\",,\"BRA.13.796_1\",,,\"BRMG3167509\",\"3167509\",-21.96529293,-43.2995064600536,2618,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5c00effb\",3167608,3167608,\"BR_MG\",\"3167608\",3,\"Minas Gerais\",\"Simonésia\",,\"BRA.13.797_1\",\"ChIJyUx0bPz0ugARutxhZ8G_9PI\",,\"BRMG3167608\",\"3167608\",-20.00046158,-42.0463461615796,19736,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cd7d985d\",3167707,3167707,\"BR_MG\",\"3167707\",3,\"Minas Gerais\",\"Sobrália\",,\"BRA.13.798_1\",,,\"BRMG3167707\",\"3167707\",-19.227148055,-42.137957163976,5514,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b126eff6\",3167806,3167806,\"BR_MG\",\"3167806\",3,\"Minas Gerais\",\"Soledade de Minas\",,\"BRA.13.799_1\",,,\"BRMG3167806\",\"3167806\",-22.029608725,-45.0317481091403,6189,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"29edd47b\",3167905,3167905,\"BR_MG\",\"3167905\",3,\"Minas Gerais\",\"Tabuleiro\",,\"BRA.13.800_1\",,,\"BRMG3167905\",\"3167905\",-21.35984802,-43.260689487907,3708,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e03b6a01\",3168002,3168002,\"BR_MG\",\"3168002\",3,\"Minas Gerais\",\"Taiobeiras\",,\"BRA.13.801_1\",\"ChIJq58fZUkNTgcRGeR7bti_It0\",,\"BRMG3168002\",\"3168002\",-15.821508885,-42.0700540972417,34397,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0445cffe\",3168051,3168051,\"BR_MG\",\"3168051\",3,\"Minas Gerais\",\"Taparuba\",,\"BRA.13.802_1\",,,\"BRMG3168051\",\"3168051\",-19.744927405,-41.6161479990477,3101,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78f0518c\",3168101,3168101,\"BR_MG\",\"3168101\",3,\"Minas Gerais\",\"Tapira\",,\"BRA.13.804_1\",,,\"BRMG3168101\",\"3168101\",-19.912488935,-46.8530948554883,4832,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0db1df43\",3168200,3168200,\"BR_MG\",\"3168200\",3,\"Minas Gerais\",\"Tapiraí\",,\"BRA.13.803_1\",,,\"BRMG3168200\",\"3168200\",-19.876410485,-46.1650289298595,1872,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"75af0dd0\",3168309,3168309,\"BR_MG\",\"3168309\",3,\"Minas Gerais\",\"Taquaraçu de Minas\",,\"BRA.13.805_1\",,,\"BRMG3168309\",\"3168309\",-19.63411808,-43.68234010753,4099,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"07e72bc3\",3168408,3168408,\"BR_MG\",\"3168408\",3,\"Minas Gerais\",\"Tarumirim\",,\"BRA.13.806_1\",,,\"BRMG3168408\",\"3168408\",-19.284773825,-41.8934251023618,14302,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"969a5c65\",3168507,3168507,\"BR_MG\",\"3168507\",3,\"Minas Gerais\",\"Teixeiras\",,\"BRA.13.807_1\",\"ChIJixXAM8RfowARoEybvDRY9HQ\",,\"BRMG3168507\",\"3168507\",-20.62804413,-42.8516768730487,11670,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e3dbd2aa\",3168606,3168606,\"BR_MG\",\"3168606\",3,\"Minas Gerais\",\"Teófilo Otoni\",,\"BRA.13.808_1\",\"ChIJrTo72rNgswARmdPGRc42y-4\",,\"BRMG3168606\",\"3168606\",-17.686624525,-41.3845363047935,140937,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7b10e927\",3168705,3168705,\"BR_MG\",\"3168705\",3,\"Minas Gerais\",\"Timóteo\",,\"BRA.13.809_1\",\"ChIJ9VIC7rJRpQARA3CQyGqCysc\",,\"BRMG3168705\",\"3168705\",-19.553604125,-42.6067540578239,90568,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"074b9e8c\",3168804,3168804,\"BR_MG\",\"3168804\",3,\"Minas Gerais\",\"Tiradentes\",,\"BRA.13.810_1\",\"ChIJpwfAi1G_oQAR767YvLQr9Ls\",,\"BRMG3168804\",\"3168804\",-21.11580658,-44.1608255665701,8072,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"98ed6118\",3168903,3168903,\"BR_MG\",\"3168903\",3,\"Minas Gerais\",\"Tiros\",,\"BRA.13.811_1\",,,\"BRMG3168903\",\"3168903\",-18.838401795,-45.8115723175241,6424,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b6896c48\",3169000,3169000,\"BR_MG\",\"3169000\",3,\"Minas Gerais\",\"Tocantins\",,\"BRA.13.812_1\",\"ChIJX6Ti36UCowAROjJ5QLL-GVQ\",,\"BRMG3169000\",\"3169000\",-21.18286133,-43.0180120226513,16715,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b22220a9\",3169059,3169059,\"BR_MG\",\"3169059\",3,\"Minas Gerais\",\"Tocos do Moji\",,\"BRA.13.813_1\",,,\"BRMG3169059\",\"3169059\",-22.358205795,-46.1582863371239,4109,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce97bedb\",3169109,3169109,\"BR_MG\",\"3169109\",3,\"Minas Gerais\",\"Toledo\",,\"BRA.13.814_1\",,,\"BRMG3169109\",\"3169109\",-22.70978451,-46.3795812319338,6297,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bbd63014\",3169208,3169208,\"BR_MG\",\"3169208\",3,\"Minas Gerais\",\"Tombos\",,\"BRA.13.815_1\",,,\"BRMG3169208\",\"3169208\",-20.891513825,-42.0688127128089,7850,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2aab47b2\",3169307,3169307,\"BR_MG\",\"3169307\",3,\"Minas Gerais\",\"Três Corações\",,\"BRA.13.816_1\",\"ChIJH2YF_oHcypQRCFSpOWJCReg\",,\"BRMG3169307\",\"3169307\",-21.698936465,-45.2095055110791,80032,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"20db8361\",3169356,3169356,\"BR_MG\",\"3169356\",3,\"Minas Gerais\",\"Três Marias\",,\"BRA.13.817_1\",\"ChIJLXyWldferJQRxZFgUwLFH8g\",,\"BRMG3169356\",\"3169356\",-18.29843235,-45.060668586647,32716,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"58e361a1\",3169406,3169406,\"BR_MG\",\"3169406\",3,\"Minas Gerais\",\"Três Pontas\",,\"BRA.13.818_1\",\"ChIJabnJkuuDypQRsQ0htY34yns\",,\"BRMG3169406\",\"3169406\",-21.403691295,-45.499227247005,56940,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c0285a2c\",3169505,3169505,\"BR_MG\",\"3169505\",3,\"Minas Gerais\",\"Tumiritinga\",,\"BRA.13.819_1\",,,\"BRMG3169505\",\"3169505\",-19.03821087,-41.6340358236786,6765,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b569d4e3\",3169604,3169604,\"BR_MG\",\"3169604\",3,\"Minas Gerais\",\"Tupaciguara\",,\"BRA.13.820_1\",\"ChIJHcDRjGpUoZQRyicnholHuvc\",,\"BRMG3169604\",\"3169604\",-18.580386165,-48.7256930292556,25398,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2acf2b77\",3169703,3169703,\"BR_MG\",\"3169703\",3,\"Minas Gerais\",\"Turmalina\",,\"BRA.13.821_1\",\"ChIJYZFZLapBrQARKQgM_6LDsb0\",,\"BRMG3169703\",\"3169703\",-17.25640297,-42.8882428354389,20125,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"56945cdc\",3169802,3169802,\"BR_MG\",\"3169802\",3,\"Minas Gerais\",\"Turvolândia\",,\"BRA.13.822_1\",,,\"BRMG3169802\",\"3169802\",-21.88153648,-45.7949844327491,5070,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce5f6751\",3169901,3169901,\"BR_MG\",\"3169901\",3,\"Minas Gerais\",\"Ubá\",,\"BRA.13.823_1\",\"ChIJWWd2eYMbowAR-VetbygIp40\",,\"BRMG3169901\",\"3169901\",-21.11117458,-42.9536878175371,116797,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f83a8240\",3170008,3170008,\"BR_MG\",\"3170008\",3,\"Minas Gerais\",\"Ubaí\",,\"BRA.13.824_1\",,,\"BRMG3170008\",\"3170008\",-16.36572552,-44.8473449709058,12599,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"15f26b94\",3170057,3170057,\"BR_MG\",\"3170057\",3,\"Minas Gerais\",\"Ubaporanga\",,\"BRA.13.825_1\",\"ChIJc0SGG9yCugARuYT-U4-gSGg\",,\"BRMG3170057\",\"3170057\",-19.66680813,-42.0626129642126,12493,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6947f5e6\",3170107,3170107,\"BR_MG\",\"3170107\",3,\"Minas Gerais\",\"Uberaba\",,\"BRA.13.826_1\",\"ChIJFVJtrPkspZQRfbxXqYVmU5Q\",,\"BRMG3170107\",\"3170107\",-19.606575015,-47.8858467958724,337092,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1c067b29\",3170206,3170206,\"BR_MG\",\"3170206\",3,\"Minas Gerais\",\"Uberlândia\",,\"BRA.13.827_1\",\"ChIJXWuNq7NFpJQRhR-c3jhmXZQ\",,\"BRMG3170206\",\"3170206\",-19.004645345,-48.3161104346268,699097,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"84cd40a4\",3170305,3170305,\"BR_MG\",\"3170305\",3,\"Minas Gerais\",\"Umburatiba\",,\"BRA.13.828_1\",,,\"BRMG3170305\",\"3170305\",-17.273947715,-40.6660971321038,2596,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f68566b7\",3170404,3170404,\"BR_MG\",\"3170404\",3,\"Minas Gerais\",\"Unaí\",,\"BRA.13.829_1\",\"ChIJq2uY5yyqV5MRamIIt9qqo1o\",,\"BRMG3170404\",\"3170404\",-16.383820535,-46.9870748629467,84930,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d41e795f\",3170438,3170438,\"BR_MG\",\"3170438\",3,\"Minas Gerais\",\"União de Minas\",,\"BRA.13.830_1\",,,\"BRMG3170438\",\"3170438\",-19.41236687,-50.342793673851,4284,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c7758ccd\",3170479,3170479,\"BR_MG\",\"3170479\",3,\"Minas Gerais\",\"Uruana de Minas\",,\"BRA.13.831_1\",,,\"BRMG3170479\",\"3170479\",-16.100097655,-46.3094252056253,3260,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69239923\",3170503,3170503,\"BR_MG\",\"3170503\",3,\"Minas Gerais\",\"Urucânia\",,\"BRA.13.832_1\",,,\"BRMG3170503\",\"3170503\",-20.33253479,-42.739538448579,10345,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bbc012bf\",3170529,3170529,\"BR_MG\",\"3170529\",3,\"Minas Gerais\",\"Urucuia\",,\"BRA.13.833_1\",,,\"BRMG3170529\",\"3170529\",-16.024638175,-45.602401423063,17173,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b1b0d66c\",3170578,3170578,\"BR_MG\",\"3170578\",3,\"Minas Gerais\",\"Vargem Alegre\",,\"BRA.13.834_1\",,,\"BRMG3170578\",\"3170578\",-19.60777378,-42.3337036074189,6470,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1c6217ec\",3170602,3170602,\"BR_MG\",\"3170602\",3,\"Minas Gerais\",\"Vargem Bonita\",,\"BRA.13.835_1\",,,\"BRMG3170602\",\"3170602\",-20.43937492,-46.3607087809367,2148,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f81cb213\",3170651,3170651,\"BR_MG\",\"3170651\",3,\"Minas Gerais\",\"Vargem Grande do Rio Pardo\",,\"BRA.13.836_1\",,,\"BRMG3170651\",\"3170651\",-15.33243799,-42.2913423011255,5026,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"84a92c61\",3170701,3170701,\"BR_MG\",\"3170701\",3,\"Minas Gerais\",\"Varginha\",,\"BRA.13.837_1\",\"ChIJCQyKfpKSypQR4CAwqYF4WmA\",,\"BRMG3170701\",\"3170701\",-21.573477745,-45.3997498428287,136602,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8ed9e8b2\",3170750,3170750,\"BR_MG\",\"3170750\",3,\"Minas Gerais\",\"Varjão de Minas\",,\"BRA.13.838_1\",,,\"BRMG3170750\",\"3170750\",-18.460650445,-45.9469579328863,7138,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f8f25bca\",3170800,3170800,\"BR_MG\",\"3170800\",3,\"Minas Gerais\",\"Várzea da Palma\",,\"BRA.13.839_1\",\"ChIJRy1fu0sUqgARsK-LJhsFglk\",,\"BRMG3170800\",\"3170800\",-17.42351055,-44.6280830403426,39803,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"80ec8959\",3170909,3170909,\"BR_MG\",\"3170909\",3,\"Minas Gerais\",\"Varzelândia\",,\"BRA.13.840_1\",,,\"BRMG3170909\",\"3170909\",-15.64057541,-43.9633125108865,19305,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a73ec822\",3171006,3171006,\"BR_MG\",\"3171006\",3,\"Minas Gerais\",\"Vazante\",,,\"ChIJ9aD8IrTQqJQRAgmDwz4Lk4s\",,\"BRMG3171006\",\"3171006\",-17.9896107,-46.9003899,20642,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"65703ed4\",3171030,3171030,\"BR_MG\",\"3171030\",3,\"Minas Gerais\",\"Verdelândia\",,\"BRA.13.841_1\",,,\"BRMG3171030\",\"3171030\",-15.562646865,-43.597601293722,9443,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"761bcb46\",3171071,3171071,\"BR_MG\",\"3171071\",3,\"Minas Gerais\",\"Veredinha\",,\"BRA.13.842_1\",,,\"BRMG3171071\",\"3171071\",-17.511425015,-42.7346451991867,5727,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ff5f3af\",3171105,3171105,\"BR_MG\",\"3171105\",3,\"Minas Gerais\",\"Veríssimo\",,\"BRA.13.843_1\",,,\"BRMG3171105\",\"3171105\",-19.61942196,-48.3299799719792,4045,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3585377c\",3171154,3171154,\"BR_MG\",\"3171154\",3,\"Minas Gerais\",\"Vermelho Novo\",,\"BRA.13.844_1\",,,\"BRMG3171154\",\"3171154\",-20.029859545,-42.2584460048428,4846,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4ab47d60\",3171204,3171204,\"BR_MG\",\"3171204\",3,\"Minas Gerais\",\"Vespasiano\",,\"BRA.13.845_1\",\"ChIJlXSYuxF9pgARGX5qiWqW7nk\",,\"BRMG3171204\",\"3171204\",-19.73216248,-43.9432572244266,129765,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d51282f4\",3171303,3171303,\"BR_MG\",\"3171303\",3,\"Minas Gerais\",\"Viçosa\",,\"BRA.13.846_1\",\"ChIJq0vk0ZRnowAR9a5aPa0gm5Q\",,\"BRMG3171303\",\"3171303\",-20.74825668,-42.880438522388,79388,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a75aa4e7\",3171402,3171402,\"BR_MG\",\"3171402\",3,\"Minas Gerais\",\"Vieiras\",,\"BRA.13.847_1\",,,\"BRMG3171402\",\"3171402\",-20.911798475,-42.3010503377904,3589,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4ad011a5\",3171600,3171600,\"BR_MG\",\"3171600\",3,\"Minas Gerais\",\"Virgem da Lapa\",,\"BRA.13.848_1\",,,\"BRMG3171600\",\"3171600\",-16.68571663,-42.3813705216262,13740,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"32cec336\",3171709,3171709,\"BR_MG\",\"3171709\",3,\"Minas Gerais\",\"Virgínia\",,\"BRA.13.849_1\",,,\"BRMG3171709\",\"3171709\",-22.34521389,-45.116126316683,8663,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e95b49d\",3171808,3171808,\"BR_MG\",\"3171808\",3,\"Minas Gerais\",\"Virginópolis\",,\"BRA.13.850_1\",,,\"BRMG3171808\",\"3171808\",-18.80102253,-42.6999819476094,10484,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dfe8c33b\",3171907,3171907,\"BR_MG\",\"3171907\",3,\"Minas Gerais\",\"Virgolândia\",,\"BRA.13.851_1\",,,\"BRMG3171907\",\"3171907\",-18.471621515,-42.3419384294093,5340,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b8506e0\",3172004,3172004,\"BR_MG\",\"3172004\",3,\"Minas Gerais\",\"Visconde do Rio Branco\",,\"BRA.13.852_1\",\"ChIJaVkOW8Q9owARHF_2KbEexgE\",,\"BRMG3172004\",\"3172004\",-21.0233984,-42.8368908522844,42965,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c423f974\",3172103,3172103,\"BR_MG\",\"3172103\",3,\"Minas Gerais\",\"Volta Grande\",,\"BRA.13.853_1\",,,\"BRMG3172103\",\"3172103\",-21.766370775,-42.5645472303449,5261,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b16277bb\",3172202,3172202,\"BR_MG\",\"3172202\",3,\"Minas Gerais\",\"Wenceslau Braz\",,\"BRA.13.854_1\",,,\"BRMG3172202\",\"3172202\",-22.547045705,-45.3953815386085,2548,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d7697ac9\",1500107,1500107,\"BR_PA\",\"1500107\",3,\"Pará\",\"Abaetetuba\",,\"BRA.14.1_1\",\"ChIJNxGO_ktFo5IRntu0KMqHeKs\",,\"BRPA1500107\",\"1500107\",-1.737204965,-48.8551299299729,159080,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"15278c3f\",1500131,1500131,\"BR_PA\",\"1500131\",3,\"Pará\",\"Abel Figueiredo\",,\"BRA.14.2_1\",,,\"BRPA1500131\",\"1500131\",-4.96529746,-48.3961779801867,7486,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a228f406\",1500206,1500206,\"BR_PA\",\"1500206\",3,\"Pará\",\"Acará\",,\"BRA.14.3_1\",\"ChIJATWx7YMlu5IRptVTRtqMle4\",,\"BRPA1500206\",\"1500206\",-2.035655495,-48.320382917615,55669,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ae3cf8b\",1500305,1500305,\"BR_PA\",\"1500305\",3,\"Pará\",\"Afuá\",,\"BRA.14.4_1\",,,\"BRPA1500305\",\"1500305\",-0.240383495,-50.7413247438733,39567,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b0816ba3\",1500347,1500347,\"BR_PA\",\"1500347\",3,\"Pará\",\"Água Azul do Norte\",,\"BRA.14.5_1\",,,\"BRPA1500347\",\"1500347\",-6.761535405,-50.3521110567504,27615,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"48abe998\",1500404,1500404,\"BR_PA\",\"1500404\",3,\"Pará\",\"Alenquer\",,\"BRA.14.6_1\",\"ChIJbXt-c0tPgJIRypgudjdvxSw\",,\"BRPA1500404\",\"1500404\",-0.29778251,-55.1527232960175,57092,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d70d160c\",1500503,1500503,\"BR_PA\",\"1500503\",3,\"Pará\",\"Almeirim\",,\"BRA.14.7_1\",\"ChIJPd1CB9zJfY0RyQ7oLyTtXms\",,\"BRPA1500503\",\"1500503\",0.42676249,-54.0050783003593,34076,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a24c98c3\",1500602,1500602,\"BR_PA\",\"1500602\",3,\"Pará\",\"Altamira\",,\"BRA.14.8_1\",\"ChIJ6VQcnCI4kpIRz2scCqHCBQE\",,\"BRPA1500602\",\"1500602\",-6.25969052,-54.299593952478,115969,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3a87a34e\",1500701,1500701,\"BR_PA\",\"1500701\",3,\"Pará\",\"Anajás\",,\"BRA.14.9_1\",,,\"BRPA1500701\",\"1500701\",-0.788331005,-49.9970673522595,29688,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"46dcd4e5\",1500800,1500800,\"BR_PA\",\"1500800\",3,\"Pará\",\"Ananindeua\",,\"BRA.14.10_1\",\"ChIJ9yJRgclfpJIRaMqhMsUH7Ng\",,\"BRPA1500800\",\"1500800\",-1.343024965,-48.3904092711069,535547,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"42779804\",1500859,1500859,\"BR_PA\",\"1500859\",3,\"Pará\",\"Anapu\",,\"BRA.14.11_1\",\"ChIJt571vSOGlJIRVbak0mbR2_E\",,\"BRPA1500859\",\"1500859\",-3.945650105,-51.3527155343582,28607,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ec20676\",1500909,1500909,\"BR_PA\",\"1500909\",3,\"Pará\",\"Augusto Corrêa\",,\"BRA.14.12_1\",,,\"BRPA1500909\",\"1500909\",-1.095017495,-46.4989235002921,46471,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"34b2c2a5\",1500958,1500958,\"BR_PA\",\"1500958\",3,\"Pará\",\"Aurora do Pará\",,\"BRA.14.13_1\",,,\"BRPA1500958\",\"1500958\",-2.2621001,-47.7095016130664,31773,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1910470d\",1501006,1501006,\"BR_PA\",\"1501006\",3,\"Pará\",\"Aveiro\",,\"BRA.14.14_1\",,,\"BRPA1501006\",\"1501006\",-3.75823748,-56.0147190716879,16404,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"81db7c80\",1501105,1501105,\"BR_PA\",\"1501105\",3,\"Pará\",\"Bagre\",,\"BRA.14.15_1\",,,\"BRPA1501105\",\"1501105\",-2.48114097,-50.1813649219563,31325,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f49af24f\",1501204,1501204,\"BR_PA\",\"1501204\",3,\"Pará\",\"Baião\",,\"BRA.14.16_1\",,,\"BRPA1501204\",\"1501204\",-3.168904785,-49.7500626580818,48459,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"178993a9\",1501253,1501253,\"BR_PA\",\"1501253\",3,\"Pará\",\"Bannach\",,\"BRA.14.17_1\",,,\"BRPA1501253\",\"1501253\",-7.47644806,-50.6771734765253,3262,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6b3c0ddb\",1501303,1501303,\"BR_PA\",\"1501303\",3,\"Pará\",\"Barcarena\",,\"BRA.14.18_1\",\"ChIJj-SYGgqEpJIRYqVVI7Ud3AQ\",,\"BRPA1501303\",\"1501303\",-1.44872099,-48.6379776094124,127027,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"19742bc8\",1501402,1501402,\"BR_PA\",\"1501402\",3,\"Pará\",\"Belém\",,\"BRA.14.19_1\",\"ChIJX26Y9WlmpJIRzImxai3bNuM\",,\"BRPA1501402\",\"1501402\",-1.275366545,-48.5005637008202,1499641,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd0a8e37\",1501451,1501451,\"BR_PA\",\"1501451\",3,\"Pará\",\"Belterra\",,\"BRA.14.20_1\",,,\"BRPA1501451\",\"1501451\",-3.246480465,-54.9376863709777,17839,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"81bf1045\",1501501,1501501,\"BR_PA\",\"1501501\",3,\"Pará\",\"Benevides\",,\"BRA.14.21_1\",\"ChIJsZEyYARYpJIR5pahuxscSYg\",,\"BRPA1501501\",\"1501501\",-1.35829049,-48.2612329453526,63768,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"509a1321\",1501576,1501576,\"BR_PA\",\"1501576\",3,\"Pará\",\"Bom Jesus do Tocantins\",,\"BRA.14.22_1\",,,\"BRPA1501576\",\"1501576\",-5.026580095,-48.7707109193115,17118,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f4fe9e8a\",1501600,1501600,\"BR_PA\",\"1501600\",3,\"Pará\",\"Bonito\",,\"BRA.14.23_1\",,,\"BRPA1501600\",\"1501600\",-1.39374405,-47.3103826972239,16530,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8ce04c19\",1501709,1501709,\"BR_PA\",\"1501709\",3,\"Pará\",\"Bragança\",,\"BRA.14.24_1\",\"ChIJHZH3e8rerpIR6iMLIKiKmEk\",,\"BRPA1501709\",\"1501709\",-1.16777301,-46.7628398090973,128914,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b76062b0\",1501725,1501725,\"BR_PA\",\"1501725\",3,\"Pará\",\"Brasil Novo\",,\"BRA.14.25_1\",\"ChIJb29YsSuKjZIRvNnR7CdL33E\",,\"BRPA1501725\",\"1501725\",-3.301027055,-52.6099593772517,14983,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"869088ca\",1501758,1501758,\"BR_PA\",\"1501758\",3,\"Pará\",\"Brejo Grande do Araguaia\",,\"BRA.14.26_1\",,,\"BRPA1501758\",\"1501758\",-5.74663496,-48.4935386310628,7368,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3eb1f99\",1501782,1501782,\"BR_PA\",\"1501782\",3,\"Pará\",\"Breu Branco\",,\"BRA.14.27_1\",\"ChIJ9xDZG2JkwJIR0R2e7nxOaQQ\",,\"BRPA1501782\",\"1501782\",-3.75682795,-49.467948166577,67332,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f0bb3bb2\",1501808,1501808,\"BR_PA\",\"1501808\",3,\"Pará\",\"Breves\",,\"BRA.14.28_1\",\"ChIJWb1o8044mJIRF_-Rfeb-eNE\",,\"BRPA1501808\",\"1501808\",-1.157607015,-50.4378818184258,103497,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"61c64c14\",1501907,1501907,\"BR_PA\",\"1501907\",3,\"Pará\",\"Bujaru\",,\"BRA.14.29_1\",,,\"BRPA1501907\",\"1501907\",-1.65519947,-48.0559535760061,29427,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e5ab89cf\",1502004,1502004,\"BR_PA\",\"1502004\",3,\"Pará\",\"Cachoeira do Arari\",,\"BRA.14.30_1\",,,\"BRPA1502004\",\"1502004\",-0.810884505,-48.957363781544,24064,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6bb688c7\",1501956,1501956,\"BR_PA\",\"1501956\",3,\"Pará\",\"Cachoeira do Piriá\",,\"BRA.14.31_1\",,,\"BRPA1501956\",\"1501956\",-2.01042795,-46.4158738348912,34609,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7a0d765b\",1502103,1502103,\"BR_PA\",\"1502103\",3,\"Pará\",\"Cametá\",,\"BRA.14.32_1\",\"ChIJzaoILTEFvZIRjc3ASIrHmYU\",,\"BRPA1502103\",\"1502103\",-2.279625535,-49.5152554326618,139364,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"707db288\",1502152,1502152,\"BR_PA\",\"1502152\",3,\"Pará\",\"Canaã dos Carajás\",,\"BRA.14.33_1\",\"ChIJTcWo72l43ZIRjH6CwrOLFWs\",,\"BRPA1502152\",\"1502152\",-6.483288525,-50.0302983362945,38103,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0f4cf894\",1502202,1502202,\"BR_PA\",\"1502202\",3,\"Pará\",\"Capanema\",,\"BRA.14.34_1\",\"ChIJCZIAFFFsr5IRh2R3Ju2Bq5I\",,\"BRPA1502202\",\"1502202\",-1.194363535,-47.13452473965,69431,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9787c319\",1502301,1502301,\"BR_PA\",\"1502301\",3,\"Pará\",\"Capitão Poço\",,\"BRA.14.35_1\",\"ChIJlyVcMprer5IRBCaf6_HOyjo\",,\"BRPA1502301\",\"1502301\",-2.066893935,-47.2582926904317,54425,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e5cfe50a\",1502400,1502400,\"BR_PA\",\"1502400\",3,\"Pará\",\"Castanhal\",,\"BRA.14.36_1\",\"ChIJX8JMqX6jpZIRoV9t02zgutA\",,\"BRPA1502400\",\"1502400\",-1.26084852,-47.9355771490632,203251,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9dd13799\",1502509,1502509,\"BR_PA\",\"1502509\",3,\"Pará\",\"Chaves\",,\"BRA.14.37_1\",,,\"BRPA1502509\",\"1502509\",0.0188885,-49.8760605193958,23948,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e890b956\",1502608,1502608,\"BR_PA\",\"1502608\",3,\"Pará\",\"Colares\",,\"BRA.14.38_1\",,,\"BRPA1502608\",\"1502608\",-0.89916453,-48.2765791553302,12131,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"79edcef0\",1502707,1502707,\"BR_PA\",\"1502707\",3,\"Pará\",\"Conceição do Araguaia\",,\"BRA.14.39_1\",\"ChIJl4zeXdKIIJMRRvRZztHJOp0\",,\"BRPA1502707\",\"1502707\",-1.891359985,-47.9770756928693,47991,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"739d0a23\",1502756,1502756,\"BR_PA\",\"1502756\",3,\"Pará\",\"Concórdia do Pará\",,\"BRA.14.40_1\",\"ChIJYXczYmTbupIRlLSG8Hj-2Dk\",,\"BRPA1502756\",\"1502756\",-8.20742893,-49.5482474649953,33781,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b6be38cc\",1502764,1502764,\"BR_PA\",\"1502764\",3,\"Pará\",\"Cumaru do Norte\",,\"BRA.14.41_1\",,,\"BRPA1502764\",\"1502764\",-8.512864115,-51.370644295528,13761,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"46c6acb8\",1502772,1502772,\"BR_PA\",\"1502772\",3,\"Pará\",\"Curionópolis\",,\"BRA.14.42_1\",\"ChIJM4UX1now3ZIRQdWaW1ITt1w\",,\"BRPA1502772\",\"1502772\",-6.25418639,-49.6924344651067,17846,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"05b6b95b\",1502806,1502806,\"BR_PA\",\"1502806\",3,\"Pará\",\"Curralinho\",,\"BRA.14.43_1\",,,\"BRPA1502806\",\"1502806\",-1.567693055,-50.0446002846823,34994,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e1c81ca4\",1502855,1502855,\"BR_PA\",\"1502855\",3,\"Pará\",\"Curuá\",,\"BRA.14.44_1\",,,\"BRPA1502855\",\"1502855\",-1.79293549,-55.0936538669917,14587,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9d7d82d6\",1502905,1502905,\"BR_PA\",\"1502905\",3,\"Pará\",\"Curuçá\",,\"BRA.14.45_1\",,,\"BRPA1502905\",\"1502905\",-0.771799505,-47.8675819056887,40584,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bfe69d3e\",1502939,1502939,\"BR_PA\",\"1502939\",3,\"Pará\",\"Dom Eliseu\",,\"BRA.14.46_1\",\"ChIJz0PtNMOzx5IRAHb_v58g3Lo\",,\"BRPA1502939\",\"1502939\",-4.199460985,-47.825053171099,60469,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"970d4605\",1502954,1502954,\"BR_PA\",\"1502954\",3,\"Pará\",\"Eldorado do Carajás\",,\"BRA.14.47_1\",\"ChIJb6f695nY3JIRbmNbXdISKtA\",,\"BRPA1502954\",\"1502954\",-6.15185404,-49.2908804043308,33940,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b4744b9f\",1503002,1503002,\"BR_PA\",\"1503002\",3,\"Pará\",\"Faro\",,\"BRA.14.48_1\",,,\"BRPA1503002\",\"1503002\",-1.110408485,-57.8006788050377,7070,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"397b2bae\",1503044,1503044,\"BR_PA\",\"1503044\",3,\"Pará\",\"Floresta do Araguaia\",,\"BRA.14.49_1\",,,\"BRPA1503044\",\"1503044\",-7.555092095,-49.6055674994343,20525,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b5f29d7\",1503077,1503077,\"BR_PA\",\"1503077\",3,\"Pará\",\"Garrafão do Norte\",,\"BRA.14.50_1\",,,\"BRPA1503077\",\"1503077\",-2.221536995,-47.0851700962654,26111,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"12b1c040\",1503093,1503093,\"BR_PA\",\"1503093\",3,\"Pará\",\"Goianésia do Pará\",,\"BRA.14.51_1\",\"ChIJtd33HDiewJIRmUBy7E1kjTQ\",,\"BRPA1503093\",\"1503093\",-4.018782615,-48.7329958768139,41081,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2cbf7012\",1503101,1503101,\"BR_PA\",\"1503101\",3,\"Pará\",\"Gurupá\",,\"BRA.14.52_1\",,,\"BRPA1503101\",\"1503101\",-1.122813045,-51.4926652507529,33755,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"59fefedd\",1503200,1503200,\"BR_PA\",\"1503200\",3,\"Pará\",\"Igarapé-Açu\",,\"BRA.14.53_1\",\"ChIJTeuHnCyMpZIR5N8gGB26bHI\",,\"BRPA1503200\",\"1503200\",-1.173747005,-47.5769284804058,39023,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"21e02c4e\",1503309,1503309,\"BR_PA\",\"1503309\",3,\"Pará\",\"Igarapé-Miri\",,\"BRA.14.54_1\",\"ChIJnyj9Hvq5vJIRf6L0HZGIN0U\",,\"BRPA1503309\",\"1503309\",-2.07264602,-49.0899606984341,63036,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53a80a5d\",1503408,1503408,\"BR_PA\",\"1503408\",3,\"Pará\",\"Inhangapi\",,\"BRA.14.55_1\",,,\"BRPA1503408\",\"1503408\",-1.4629305,-47.9112056274945,11861,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be60e389\",1503457,1503457,\"BR_PA\",\"1503457\",3,\"Pará\",\"Ipixuna do Pará\",,\"BRA.14.56_1\",,,\"BRPA1503457\",\"1503457\",-2.93745947,-47.9673711951193,65625,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2d57dfb\",1503507,1503507,\"BR_PA\",\"1503507\",3,\"Pará\",\"Irituia\",,\"BRA.14.57_1\",,,\"BRPA1503507\",\"1503507\",-1.834661005,-47.3992835568652,32595,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b794f334\",1503606,1503606,\"BR_PA\",\"1503606\",3,\"Pará\",\"Itaituba\",,\"BRA.14.58_1\",\"ChIJzexWzvakWZIRumyy4d_L5jI\",,\"BRPA1503606\",\"1503606\",-6.031226395,-55.9691065731894,101395,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2f5fc8b9\",1503705,1503705,\"BR_PA\",\"1503705\",3,\"Pará\",\"Itupiranga\",,\"BRA.14.59_1\",\"ChIJsfD-AOEOwpIRQPARiZuzI9c\",,\"BRPA1503705\",\"1503705\",-5.066449165,-49.9010053696933,53355,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"252f0c6a\",1503754,1503754,\"BR_PA\",\"1503754\",3,\"Pará\",\"Jacareacanga\",,\"BRA.14.60_1\",,,\"BRPA1503754\",\"1503754\",-7.47696066,-57.6050923411914,7590,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5304bf12\",1503804,1503804,\"BR_PA\",\"1503804\",3,\"Pará\",\"Jacundá\",,\"BRA.14.61_1\",\"ChIJDdWTVN0ZwZIR4tIZTbC26mI\",,\"BRPA1503804\",\"1503804\",-4.579509975,-49.2190166667049,59842,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cca24086\",1503903,1503903,\"BR_PA\",\"1503903\",3,\"Pará\",\"Juruti\",,\"BRA.14.62_1\",\"ChIJXeF44uvQYpIR_u4uphkwdhY\",,\"BRPA1503903\",\"1503903\",-2.6868844,-56.2575641246936,58960,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c7ad120a\",1504000,1504000,\"BR_PA\",\"1504000\",3,\"Pará\",\"Limoeiro do Ajuru\",,\"BRA.14.63_1\",,,\"BRPA1504000\",\"1504000\",-1.88469446,-49.495033618452,29282,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c3065eeb\",1504059,1504059,\"BR_PA\",\"1504059\",3,\"Pará\",\"Mãe do Rio\",,\"BRA.14.69_1\",\"ChIJm9O9FJGYupIRTiU7j42XEvg\",,\"BRPA1504059\",\"1504059\",-1.990447995,-47.5067579976079,30235,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bfb3c099\",1504109,1504109,\"BR_PA\",\"1504109\",3,\"Pará\",\"Magalhães Barata\",,\"BRA.14.64_1\",,,\"BRPA1504109\",\"1504109\",-0.820392015,-47.6404345949049,8573,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"caf24e56\",1504208,1504208,\"BR_PA\",\"1504208\",3,\"Pará\",\"Marabá\",,\"BRA.14.65_1\",\"ChIJh62I-NCmw5IRPW3GBiLBxH0\",,\"BRPA1504208\",\"1504208\",-5.56984496,-49.9455857253011,283542,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b8f39f0\",1504307,1504307,\"BR_PA\",\"1504307\",3,\"Pará\",\"Maracanã\",,\"BRA.14.66_1\",,,\"BRPA1504307\",\"1504307\",-0.8329235,-47.4760791007356,29516,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"29c71fe3\",1504406,1504406,\"BR_PA\",\"1504406\",3,\"Pará\",\"Marapanim\",,\"BRA.14.67_1\",,,\"BRPA1504406\",\"1504406\",-0.820392015,-47.7615461621353,28450,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1c9cb978\",1504422,1504422,\"BR_PA\",\"1504422\",3,\"Pará\",\"Marituba\",,\"BRA.14.68_1\",\"ChIJfUPD0dT1pJIRtpAovGnaKxk\",,\"BRPA1504422\",\"1504422\",-1.400489985,-48.3227354205766,133685,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cdb9ba1c\",1504455,1504455,\"BR_PA\",\"1504455\",3,\"Pará\",\"Medicilândia\",,\"BRA.14.70_1\",,,\"BRPA1504455\",\"1504455\",-3.162459015,-53.2189035396235,31975,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b10c246e\",1504505,1504505,\"BR_PA\",\"1504505\",3,\"Pará\",\"Melgaço\",,\"BRA.14.72_1\",,,\"BRPA1504505\",\"1504505\",-1.67176652,-51.0702705022435,27890,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c44daaa1\",1504604,1504604,\"BR_PA\",\"1504604\",3,\"Pará\",\"Mocajuba\",,\"BRA.14.73_1\",\"ChIJ0aJMOTK2vZIRJhaAIRfW_aw\",,\"BRPA1504604\",\"1504604\",-2.549870965,-49.3577590045112,31530,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5beb5535\",1504703,1504703,\"BR_PA\",\"1504703\",3,\"Pará\",\"Moju\",,\"BRA.14.74_1\",\"ChIJi2_oqw1qvJIRTskkSaLw4VE\",,\"BRPA1504703\",\"1504703\",-2.53721249,-49.0588769277477,83182,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"519b91e6\",1504752,1504752,\"BR_PA\",\"1504752\",3,\"Pará\",\"Mojuí dos Campos\",,,,,\"BRPA1504752\",\"1504752\",-2.682167,-54.642717,16184,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27b0229e\",1504802,1504802,\"BR_PA\",\"1504802\",3,\"Pará\",\"Monte Alegre\",,\"BRA.14.75_1\",\"ChIJV08yWcmthpIROwCggTRlLes\",,\"BRPA1504802\",\"1504802\",-1.020996985,-54.1543850145488,58162,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf7b1913\",1504901,1504901,\"BR_PA\",\"1504901\",3,\"Pará\",\"Muaná\",,\"BRA.14.76_1\",,,\"BRPA1504901\",\"1504901\",-1.314656495,-49.3447569931822,40906,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b50bddc0\",1504950,1504950,\"BR_PA\",\"1504950\",3,\"Pará\",\"Nova Esperança do Piriá\",,\"BRA.14.77_1\",,,\"BRPA1504950\",\"1504950\",-2.39172244,-46.7935622962506,21444,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6e5e1a77\",1504976,1504976,\"BR_PA\",\"1504976\",3,\"Pará\",\"Nova Ipixuna\",,\"BRA.14.78_1\",,,\"BRPA1504976\",\"1504976\",-5.01800966,-49.2099774472368,16854,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e175e0cc\",1505007,1505007,\"BR_PA\",\"1505007\",3,\"Pará\",\"Nova Timboteua\",,\"BRA.14.79_1\",,,\"BRPA1505007\",\"1505007\",-1.1688295,-47.4050143953495,15506,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"233b163a\",1505031,1505031,\"BR_PA\",\"1505031\",3,\"Pará\",\"Novo Progresso\",,\"BRA.14.80_1\",\"ChIJy0Rfc8-E-JIRm4MEE9IEsVI\",,\"BRPA1505031\",\"1505031\",-7.907628535,-55.5954801092611,25766,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2e2616f0\",1505064,1505064,\"BR_PA\",\"1505064\",3,\"Pará\",\"Novo Repartimento\",,\"BRA.14.81_1\",\"ChIJCTokoEFl6pIRpREwsQlLqhA\",,\"BRPA1505064\",\"1505064\",-4.532180545,-50.1923601626621,77214,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"97b0ba6d\",1505106,1505106,\"BR_PA\",\"1505106\",3,\"Pará\",\"Óbidos\",,\"BRA.14.82_1\",\"ChIJ-b2kz1gPgI0R65xSjY7RLzM\",,\"BRPA1505106\",\"1505106\",0.067792,-55.7575980046566,52306,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0cff558e\",1505205,1505205,\"BR_PA\",\"1505205\",3,\"Pará\",\"Oeiras do Pará\",,\"BRA.14.83_1\",,,\"BRPA1505205\",\"1505205\",-2.388181925,-49.9256482180025,32850,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7a3a0f2f\",1505304,1505304,\"BR_PA\",\"1505304\",3,\"Pará\",\"Oriximiná\",,\"BRA.14.84_1\",\"ChIJVUwI0EIVfZIR-HiWJlo70rE\",,\"BRPA1505304\",\"1505304\",0.271117005,-57.5230169163841,74016,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e1118c09\",1505403,1505403,\"BR_PA\",\"1505403\",3,\"Pará\",\"Ourém\",,\"BRA.14.85_1\",,,\"BRPA1505403\",\"1505403\",-1.497074005,-47.1234066120239,17961,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cd511bd3\",1505437,1505437,\"BR_PA\",\"1505437\",3,\"Pará\",\"Ourilândia do Norte\",,\"BRA.14.86_1\",\"ChIJO_TgIe6N5pIR-qb1gTgzzJY\",,\"BRPA1505437\",\"1505437\",-7.569756985,-51.5368381823634,33335,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"59a2f28e\",1505486,1505486,\"BR_PA\",\"1505486\",3,\"Pará\",\"Pacajá\",,\"BRA.14.87_1\",\"ChIJl3LDggsjlZIRWKIF6EwmyN4\",,\"BRPA1505486\",\"1505486\",-3.702383995,-50.6037340798278,48414,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aeb7a2e3\",1505494,1505494,\"BR_PA\",\"1505494\",3,\"Pará\",\"Palestina do Pará\",,\"BRA.14.88_1\",,,\"BRPA1505494\",\"1505494\",-5.909642695,-48.355527053295,7582,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"97d4d6a8\",1505502,1505502,\"BR_PA\",\"1505502\",3,\"Pará\",\"Paragominas\",,\"BRA.14.89_1\",\"ChIJV5PeAFxnt5IRe2nRZnfge2Q\",,\"BRPA1505502\",\"1505502\",-3.124995945,-47.4031424127792,114503,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb944172\",1505536,1505536,\"BR_PA\",\"1505536\",3,\"Pará\",\"Parauapebas\",,\"BRA.14.90_1\",\"ChIJWS_ctRhR3ZIRO4UICbAREU8\",,\"BRPA1505536\",\"1505536\",-6.24152708,-50.4879034666939,213576,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73aa7357\",1505551,1505551,\"BR_PA\",\"1505551\",3,\"Pará\",\"Pau D'Arco\",,\"BRA.14.91_1\",,,\"BRPA1505551\",\"1505551\",-7.724806545,-50.1347201588455,5410,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0c9b394b\",1505601,1505601,\"BR_PA\",\"1505601\",3,\"Pará\",\"Peixe-Boi\",,\"BRA.14.92_1\",,,\"BRPA1505601\",\"1505601\",-1.14748353,-47.2709492571216,8081,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"20dbae91\",1505635,1505635,\"BR_PA\",\"1505635\",3,\"Pará\",\"Piçarra\",,\"BRA.14.93_1\",,,\"BRPA1505635\",\"1505635\",-6.548631905,-48.9963691121597,12979,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"06ebfd98\",1505650,1505650,\"BR_PA\",\"1505650\",3,\"Pará\",\"Placas\",,\"BRA.14.94_1\",,,\"BRPA1505650\",\"1505650\",-3.909404515,-54.4404257482515,31659,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7a5e63ea\",1505700,1505700,\"BR_PA\",\"1505700\",3,\"Pará\",\"Ponta de Pedras\",,\"BRA.14.95_1\",,,\"BRPA1505700\",\"1505700\",-1.112161995,-49.0635223290619,31549,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"08de9c73\",1505809,1505809,\"BR_PA\",\"1505809\",3,\"Pará\",\"Portel\",,\"BRA.14.96_1\",\"ChIJuWipspJ8l5IRY8h5LnenWBs\",,\"BRPA1505809\",\"1505809\",-2.622958065,-50.9956508067592,62945,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7e1bc6d2\",1505908,1505908,\"BR_PA\",\"1505908\",3,\"Pará\",\"Porto de Moz\",,\"BRA.14.97_1\",,,\"BRPA1505908\",\"1505908\",-2.158266905,-52.6003818525,41801,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1dce2e0e\",1506005,1506005,\"BR_PA\",\"1506005\",3,\"Pará\",\"Prainha\",,\"BRA.14.98_1\",,,\"BRPA1506005\",\"1506005\",-2.09856856,-53.652735637799,29846,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6b0b74af\",1506104,1506104,\"BR_PA\",\"1506104\",3,\"Pará\",\"Primavera\",,\"BRA.14.99_1\",,,\"BRPA1506104\",\"1506104\",-0.93395901,-47.154656938165,10857,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b73e0db\",1506112,1506112,\"BR_PA\",\"1506112\",3,\"Pará\",\"Quatipuru\",,\"BRA.14.100_1\",,,\"BRPA1506112\",\"1506112\",-0.859723,-47.0195072594999,13702,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"49906b47\",1506138,1506138,\"BR_PA\",\"1506138\",3,\"Pará\",\"Redenção\",,\"BRA.14.101_1\",\"ChIJm7Bsu5_i35IReiKHunG1N7g\",,\"BRPA1506138\",\"1506138\",-8.059532645,-50.2144895810375,85563,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4d3b27a6\",1506161,1506161,\"BR_PA\",\"1506161\",3,\"Pará\",\"Rio Maria\",,\"BRA.14.102_1\",\"ChIJbU2ODm-g4JIRH2QBpLEvCX0\",,\"BRPA1506161\",\"1506161\",-7.36892414,-50.1035939999257,18201,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3adbaf1d\",1506187,1506187,\"BR_PA\",\"1506187\",3,\"Pará\",\"Rondon do Pará\",,\"BRA.14.103_1\",\"ChIJR9YAeVnVxZIRbYK0xS2Od7M\",,\"BRPA1506187\",\"1506187\",-4.512041095,-48.4510384006845,52803,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cdceff70\",1506195,1506195,\"BR_PA\",\"1506195\",3,\"Pará\",\"Rurópolis\",,\"BRA.14.104_1\",\"ChIJlZFe8p5N9ZIRm75KuSTGD3k\",,\"BRPA1506195\",\"1506195\",-4.197755095,-55.3242495723576,51500,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f7295f55\",1506203,1506203,\"BR_PA\",\"1506203\",3,\"Pará\",\"Salinópolis\",,\"BRA.14.105_1\",\"ChIJ3XNmAhqZqJIRsnbzPsWcmQ0\",,\"BRPA1506203\",\"1506203\",-0.7031475,-47.3526759254323,40922,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"81ec05f4\",1506302,1506302,\"BR_PA\",\"1506302\",3,\"Pará\",\"Salvaterra\",,\"BRA.14.106_1\",,,\"BRPA1506302\",\"1506302\",-0.823777495,-48.5714495985011,24075,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6592a00b\",1506351,1506351,\"BR_PA\",\"1506351\",3,\"Pará\",\"Santa Bárbara do Pará\",,\"BRA.14.107_1\",\"ChIJ2980ZwdGpJIRfn8zfRB1_G8\",,\"BRPA1506351\",\"1506351\",-1.1940425,-48.2373949733098,21449,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1daa42cb\",1506401,1506401,\"BR_PA\",\"1506401\",3,\"Pará\",\"Santa Cruz do Arari\",,\"BRA.14.108_1\",,,\"BRPA1506401\",\"1506401\",-0.55841547,-49.3237271565127,10314,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6b6f186a\",1506500,1506500,\"BR_PA\",\"1506500\",3,\"Pará\",\"Santa Izabel do Pará\",,\"BRA.14.109_1\",\"ChIJJxOtGFhRpJIRdR6n8ndmRB0\",,\"BRPA1506500\",\"1506500\",-1.371990505,-48.1294411051912,71837,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6fc4548b\",1506559,1506559,\"BR_PA\",\"1506559\",3,\"Pará\",\"Santa Luzia do Pará\",,\"BRA.14.110_1\",,,\"BRPA1506559\",\"1506559\",-1.72668898,-46.8983622424105,19843,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3abfc3d8\",1506583,1506583,\"BR_PA\",\"1506583\",3,\"Pará\",\"Santa Maria das Barreiras\",,\"BRA.14.111_1\",,,\"BRPA1506583\",\"1506583\",-8.64445734,-50.3928348424451,21850,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"10f51e97\",1506609,1506609,\"BR_PA\",\"1506609\",3,\"Pará\",\"Santa Maria do Pará\",,\"BRA.14.112_1\",\"ChIJ4wGAJYKCpZIRcnnhAUozEs4\",,\"BRPA1506609\",\"1506609\",-1.365137995,-47.5306016006155,24995,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66304436\",1506708,1506708,\"BR_PA\",\"1506708\",3,\"Pará\",\"Santana do Araguaia\",,\"BRA.14.113_1\",\"ChIJFzo3JWXXGJMRAp5LN2sxiFo\",,\"BRPA1506708\",\"1506708\",-9.274997715,-50.5450994780598,74419,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fdd31e9a\",1506807,1506807,\"BR_PA\",\"1506807\",3,\"Pará\",\"Santarém\",,\"BRA.14.115_1\",\"ChIJlwksrJn5iJIR9kcsCwpa4qg\",,\"BRPA1506807\",\"1506807\",-2.84970546,-55.6055031721145,306480,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b16443b\",1506906,1506906,\"BR_PA\",\"1506906\",3,\"Pará\",\"Santarém Novo\",,\"BRA.14.114_1\",,,\"BRPA1506906\",\"1506906\",-0.9020305,-47.3461885131934,6753,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4c11ec5e\",1507003,1507003,\"BR_PA\",\"1507003\",3,\"Pará\",\"Santo Antônio do Tauá\",,\"BRA.14.116_1\",\"ChIJKSJT1hI3pJIRxnx9aYoGACk\",,\"BRPA1507003\",\"1507003\",-1.09888053,-48.14076608169,31918,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ad4b6ff\",1507102,1507102,\"BR_PA\",\"1507102\",3,\"Pará\",\"São Caetano de Odivelas\",,\"BRA.14.117_1\",,,\"BRPA1507102\",\"1507102\",-0.780241515,-48.0494079951441,18129,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"deaa1300\",1507151,1507151,\"BR_PA\",\"1507151\",3,\"Pará\",\"São Domingos do Araguaia\",,\"BRA.14.118_1\",\"ChIJ_zLjeUGnxJIRYuO9RU_XwHw\",,\"BRPA1507151\",\"1507151\",-5.674353365,-48.729241667195,25753,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a19b591c\",1507201,1507201,\"BR_PA\",\"1507201\",3,\"Pará\",\"São Domingos do Capim\",,\"BRA.14.119_1\",,,\"BRPA1507201\",\"1507201\",-1.92718953,-47.7602053461639,32139,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d75e03bd\",1507300,1507300,\"BR_PA\",\"1507300\",3,\"Pará\",\"São Félix do Xingu\",,\"BRA.14.120_1\",\"ChIJj7kiQcV245IRaxNiv4QUNjs\",,\"BRPA1507300\",\"1507300\",-7.458920475,-52.4646628554583,132138,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"abcdad9c\",1507409,1507409,\"BR_PA\",\"1507409\",3,\"Pará\",\"São Francisco do Pará\",,\"BRA.14.121_1\",,,\"BRPA1507409\",\"1507409\",-1.210086525,-47.7502349893146,15930,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a1bd694f\",1507458,1507458,\"BR_PA\",\"1507458\",3,\"Pará\",\"São Geraldo do Araguaia\",,\"BRA.14.122_1\",\"ChIJQ1_LnCef3JIRS8790nnnBZE\",,\"BRPA1507458\",\"1507458\",-6.170320035,-48.7578744733146,24705,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6d28178b\",1507466,1507466,\"BR_PA\",\"1507466\",3,\"Pará\",\"São João da Ponta\",,\"BRA.14.123_1\",,,\"BRPA1507466\",\"1507466\",-0.869102985,-47.9632768515442,6217,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a3d47e6\",1507474,1507474,\"BR_PA\",\"1507474\",3,\"Pará\",\"São João de Pirabas\",,\"BRA.14.124_1\",,,\"BRPA1507474\",\"1507474\",-0.774722485,-47.2672322707217,23244,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dd08f73d\",1507508,1507508,\"BR_PA\",\"1507508\",3,\"Pará\",\"São João do Araguaia\",,\"BRA.14.125_1\",,,\"BRPA1507508\",\"1507508\",-5.44243002,-48.6775770953266,14051,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4ff154f5\",1507607,1507607,\"BR_PA\",\"1507607\",3,\"Pará\",\"São Miguel do Guamá\",,\"BRA.14.126_1\",\"ChIJpb3WlSNfpZIR3Zo95QI4Tec\",,\"BRPA1507607\",\"1507607\",-1.55383694,-47.6283455234101,59632,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"39340e54\",1507706,1507706,\"BR_PA\",\"1507706\",3,\"Pará\",\"São Sebastião da Boa Vista\",,\"BRA.14.127_1\",,,\"BRPA1507706\",\"1507706\",-1.43022245,-49.604913257938,26974,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dd4aabab\",1507755,1507755,\"BR_PA\",\"1507755\",3,\"Pará\",\"Sapucaia\",,\"BRA.14.128_1\",,,\"BRPA1507755\",\"1507755\",-6.83659339,-49.5695456305344,6009,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ab6118d3\",1507805,1507805,\"BR_PA\",\"1507805\",3,\"Pará\",\"Senador José Porfírio\",,\"BRA.14.129_1\",,,\"BRPA1507805\",\"1507805\",-4.316581485,-51.5768466949704,11480,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dda44272\",1507904,1507904,\"BR_PA\",\"1507904\",3,\"Pará\",\"Soure\",,\"BRA.14.130_1\",\"ChIJ7XT0i5-5ppIRLK-zKV7n00g\",,\"BRPA1507904\",\"1507904\",-0.541271985,-48.6040182494941,25565,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3eb72394\",1507953,1507953,\"BR_PA\",\"1507953\",3,\"Pará\",\"Tailândia\",,\"BRA.14.131_1\",\"ChIJ85dC2aykvpIR7PYB4pZcT8U\",,\"BRPA1507953\",\"1507953\",-2.9049145,-48.7842827547311,108969,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fb94117b\",1507961,1507961,\"BR_PA\",\"1507961\",3,\"Pará\",\"Terra Alta\",,\"BRA.14.132_1\",,,\"BRPA1507961\",\"1507961\",-1.00701651,-47.8519314686866,11847,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec54a808\",1507979,1507979,\"BR_PA\",\"1507979\",3,\"Pará\",\"Terra Santa\",,\"BRA.14.133_1\",\"ChIJf-Fcx3PFfJIR77EmnPjaJvQ\",,\"BRPA1507979\",\"1507979\",-1.90575755,-56.4741971296926,18917,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fa7c9d24\",1508001,1508001,\"BR_PA\",\"1508001\",3,\"Pará\",\"Tomé-Açu\",,\"BRA.14.134_1\",\"ChIJCx-fadmtu5IRDA1eWH3te34\",,\"BRPA1508001\",\"1508001\",-2.67272854,-48.2532868708162,64030,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d63c0afe\",1508035,1508035,\"BR_PA\",\"1508035\",3,\"Pará\",\"Tracuateua\",,\"BRA.14.135_1\",,,\"BRPA1508035\",\"1508035\",-1.037012995,-46.9113511742152,31257,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f00c59f7\",1508050,1508050,\"BR_PA\",\"1508050\",3,\"Pará\",\"Trairão\",,\"BRA.14.136_1\",,,\"BRPA1508050\",\"1508050\",-5.10436606,-55.934476772945,19168,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"42cfe3a3\",1508084,1508084,\"BR_PA\",\"1508084\",3,\"Pará\",\"Tucumã\",,\"BRA.14.137_1\",\"ChIJucfx-5aP5pIRo1RZMn4l7tU\",,\"BRPA1508084\",\"1508084\",-6.810369495,-51.4140797112836,40136,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8cb9c785\",1508100,1508100,\"BR_PA\",\"1508100\",3,\"Pará\",\"Tucuruí\",,\"BRA.14.138_1\",\"ChIJ03ksBZfsv5IR7Xq0BsnMlL4\",,\"BRPA1508100\",\"1508100\",-3.79988742,-49.8067244475715,115144,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"57ec0032\",1508126,1508126,\"BR_PA\",\"1508126\",3,\"Pará\",\"Ulianópolis\",,\"BRA.14.139_1\",\"ChIJFd9o1P77x5IRx62jb-MJGtI\",,\"BRPA1508126\",\"1508126\",-3.803547975,-47.5514247437554,60761,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"88128b64\",1508159,1508159,\"BR_PA\",\"1508159\",3,\"Pará\",\"Uruará\",,\"BRA.14.140_1\",\"ChIJbxD6Sy_1jJIRw6ceu0_SbdI\",,\"BRPA1508159\",\"1508159\",-3.57617545,-53.7411695804329,45435,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f723c178\",1508209,1508209,\"BR_PA\",\"1508209\",3,\"Pará\",\"Vigia\",,\"BRA.14.141_1\",\"ChIJlcv4SBeBppIRQNffU5K_cIg\",,\"BRPA1508209\",\"1508209\",-0.886371525,-48.1114962238969,54172,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"81e69bd9\",1508308,1508308,\"BR_PA\",\"1508308\",3,\"Pará\",\"Viseu\",,\"BRA.14.142_1\",,,\"BRPA1508308\",\"1508308\",-1.566330015,-46.4681296848509,61751,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c2e720d\",1508357,1508357,\"BR_PA\",\"1508357\",3,\"Pará\",\"Vitória do Xingu\",,\"BRA.14.143_1\",,,\"BRPA1508357\",\"1508357\",-3.190235975,-51.8715621300292,15279,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"141690cd\",1508407,1508407,\"BR_PA\",\"1508407\",3,\"Pará\",\"Xinguara\",,\"BRA.14.144_1\",\"ChIJgeRJJcUA3pIRSSB3I4bU_Zc\",,\"BRPA1508407\",\"1508407\",-6.848470925,-49.2543493195636,45086,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"918650c2\",2500106,2500106,\"BR_PB\",\"2500106\",3,\"Paraíba\",\"Água Branca\",,\"BRA.15.1_1\",,,\"BRPB2500106\",\"2500106\",-7.47841954,-37.6422364001562,10306,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ac9bf21\",2500205,2500205,\"BR_PB\",\"2500205\",3,\"Paraíba\",\"Aguiar\",,\"BRA.15.2_1\",,,\"BRPB2500205\",\"2500205\",-7.085562465,-38.1889016323026,5630,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c0ce580\",2500304,2500304,\"BR_PB\",\"2500304\",3,\"Paraíba\",\"Alagoa Grande\",,\"BRA.15.3_1\",\"ChIJB7nzpmU3rAcR1veKk9nwc08\",,\"BRPB2500304\",\"2500304\",-7.043344975,-35.5828922736008,28439,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e72766a6\",2500403,2500403,\"BR_PB\",\"2500403\",3,\"Paraíba\",\"Alagoa Nova\",,\"BRA.15.4_1\",\"ChIJxVA0dT4lrAcR8wnBdEqsgEQ\",,\"BRPB2500403\",\"2500403\",-7.06599784,-35.7671999069611,20921,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"91e23c07\",2500502,2500502,\"BR_PB\",\"2500502\",3,\"Paraíba\",\"Alagoinha\",,\"BRA.15.5_1\",,,\"BRPB2500502\",\"2500502\",-6.946472405,-35.5237262813375,14560,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bda2abdd\",2500536,2500536,\"BR_PB\",\"2500536\",3,\"Paraíba\",\"Alcantil\",,\"BRA.15.6_1\",,,\"BRPB2500536\",\"2500536\",-7.694716455,-36.047496965184,5509,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aec95e4f\",2500577,2500577,\"BR_PB\",\"2500577\",3,\"Paraíba\",\"Algodão de Jandaíra\",,\"BRA.15.7_1\",,,\"BRPB2500577\",\"2500577\",-6.885309935,-35.969488987675,2577,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0aadd3e4\",2500601,2500601,\"BR_PB\",\"2500601\",3,\"Paraíba\",\"Alhandra\",,\"BRA.15.8_1\",\"ChIJSQH-a0mYrAcRdWJicp1dZ4Q\",,\"BRPB2500601\",\"2500601\",-7.35835457,-34.9159698695554,19727,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"50281e9f\",2500734,2500734,\"BR_PB\",\"2500734\",3,\"Paraíba\",\"Amparo\",,\"BRA.15.9_1\",,,\"BRPB2500734\",\"2500734\",-7.56398511,-37.0453952380107,2251,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4343eb0d\",2500775,2500775,\"BR_PB\",\"2500775\",3,\"Paraíba\",\"Aparecida\",,\"BRA.15.10_1\",,,\"BRPB2500775\",\"2500775\",-6.78385401,-38.0517868418604,8416,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ee876dc\",2500809,2500809,\"BR_PB\",\"2500809\",3,\"Paraíba\",\"Araçagi\",,\"BRA.15.11_1\",,,\"BRPB2500809\",\"2500809\",-6.86628914,-35.3525704903166,16921,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"782d2c7d\",2500908,2500908,\"BR_PB\",\"2500908\",3,\"Paraíba\",\"Arara\",,\"BRA.15.12_1\",,,\"BRPB2500908\",\"2500908\",-6.855817315,-35.7445500916154,13542,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b1f10c2a\",2501005,2501005,\"BR_PB\",\"2501005\",3,\"Paraíba\",\"Araruna\",,\"BRA.15.13_1\",\"ChIJr_y2chvmrQcRm4oVTqvr0U4\",,\"BRPB2501005\",\"2501005\",-6.5173831,-35.7681548162512,20463,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c734568b\",2501104,2501104,\"BR_PB\",\"2501104\",3,\"Paraíba\",\"Areia\",,\"BRA.15.15_1\",\"ChIJK3-0LawzrAcRfDRpUoxlXVg\",,\"BRPB2501104\",\"2501104\",-6.950891495,-35.6882995524346,22656,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2427376d\",2501153,2501153,\"BR_PB\",\"2501153\",3,\"Paraíba\",\"Areia de Baraúnas\",,\"BRA.15.14_1\",,,\"BRPB2501153\",\"2501153\",-7.11394334,-36.9615204542745,2116,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b167d71\",2501203,2501203,\"BR_PB\",\"2501203\",3,\"Paraíba\",\"Areial\",,\"BRA.15.16_1\",,,\"BRPB2501203\",\"2501203\",-7.05098653,-35.9307967489271,7027,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2dd327d0\",2501302,2501302,\"BR_PB\",\"2501302\",3,\"Paraíba\",\"Aroeiras\",,\"BRA.15.17_1\",,,\"BRPB2501302\",\"2501302\",-7.547813415,-35.6907062892357,19116,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c9ad822f\",2501351,2501351,\"BR_PB\",\"2501351\",3,\"Paraíba\",\"Assunção\",,\"BRA.15.18_1\",,,\"BRPB2501351\",\"2501351\",-7.072448015,-36.7061626965261,4029,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b19560ef\",2501401,2501401,\"BR_PB\",\"2501401\",3,\"Paraíba\",\"Baía da Traição\",,\"BRA.15.19_1\",,,\"BRPB2501401\",\"2501401\",-6.657639025,-34.9954253192963,9096,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c7503a4e\",2501500,2501500,\"BR_PB\",\"2501500\",3,\"Paraíba\",\"Bananeiras\",,\"BRA.15.20_1\",\"ChIJnXHL8zfGrQcR35bqZZ8BPMQ\",,\"BRPB2501500\",\"2501500\",-6.69465542,-35.6077858872414,21269,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eb10ad94\",2501534,2501534,\"BR_PB\",\"2501534\",3,\"Paraíba\",\"Baraúna\",,\"BRA.15.21_1\",,,\"BRPB2501534\",\"2501534\",-6.621188405,-36.2558834534061,4964,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bcca3cb3\",2501609,2501609,\"BR_PB\",\"2501609\",3,\"Paraíba\",\"Barra de Santa Rosa\",,\"BRA.15.22_1\",,,\"BRPB2501609\",\"2501609\",-6.77087903,-36.0478214503856,15497,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f87b5806\",2501575,2501575,\"BR_PB\",\"2501575\",3,\"Paraíba\",\"Barra de Santana\",,\"BRA.15.23_1\",,,\"BRPB2501575\",\"2501575\",-7.566975355,-35.9722670985655,8349,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ca0f6612\",2501708,2501708,\"BR_PB\",\"2501708\",3,\"Paraíba\",\"Barra de São Miguel\",,\"BRA.15.24_1\",,,\"BRPB2501708\",\"2501708\",-7.680942295,-36.3044797822897,6065,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"51ec3cbe\",2501807,2501807,\"BR_PB\",\"2501807\",3,\"Paraíba\",\"Bayeux\",,\"BRA.15.25_1\",\"ChIJe5IDUZjorAcRpU-2VffBSF4\",,\"BRPB2501807\",\"2501807\",-7.12784147,-34.925862959523,97203,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2729661f\",2501906,2501906,\"BR_PB\",\"2501906\",3,\"Paraíba\",\"Belém\",,\"BRA.15.27_1\",,,\"BRPB2501906\",\"2501906\",-6.71549368,-35.5117905286267,17705,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4a2706f1\",2502003,2502003,\"BR_PB\",\"2502003\",3,\"Paraíba\",\"Belém do Brejo do Cruz\",,\"BRA.15.26_1\",,,\"BRPB2502003\",\"2502003\",-6.148353575,-37.3206397165562,7349,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4057c222\",2502052,2502052,\"BR_PB\",\"2502052\",3,\"Paraíba\",\"Bernardino Batista\",,\"BRA.15.28_1\",,,\"BRPB2502052\",\"2502052\",-6.48113799,-38.5490019930061,3536,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ce25c50\",2502102,2502102,\"BR_PB\",\"2502102\",3,\"Paraíba\",\"Boa Ventura\",,\"BRA.15.29_1\",,,\"BRPB2502102\",\"2502102\",-7.429623365,-38.1999008626086,5307,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d89cf9af\",2502151,2502151,\"BR_PB\",\"2502151\",3,\"Paraíba\",\"Boa Vista\",,\"BRA.15.30_1\",,,\"BRPB2502151\",\"2502151\",-7.26997995,-36.2285949153041,7136,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a7adb3b3\",2502201,2502201,\"BR_PB\",\"2502201\",3,\"Paraíba\",\"Bom Jesus\",,\"BRA.15.31_1\",,,\"BRPB2502201\",\"2502201\",-6.827517505,-38.6415773584195,2575,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d168e912\",2502300,2502300,\"BR_PB\",\"2502300\",3,\"Paraíba\",\"Bom Sucesso\",,\"BRA.15.32_1\",,,\"BRPB2502300\",\"2502300\",-6.471611025,-37.9492650476999,4956,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"adfb4733\",2502409,2502409,\"BR_PB\",\"2502409\",3,\"Paraíba\",\"Bonito de Santa Fé\",,\"BRA.15.33_1\",,,\"BRPB2502409\",\"2502409\",-7.284119365,-38.4796145726641,12022,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"db3e1d92\",2502508,2502508,\"BR_PB\",\"2502508\",3,\"Paraíba\",\"Boqueirão\",,\"BRA.15.35_1\",\"ChIJS6PqHjdMqQcRI_iHvb9FLZQ\",,\"BRPB2502508\",\"2502508\",-7.49176407,-36.1343840663893,17870,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3f02e4fb\",2502706,2502706,\"BR_PB\",\"2502706\",3,\"Paraíba\",\"Borborema\",,\"BRA.15.36_1\",,,\"BRPB2502706\",\"2502706\",-6.7865026,-35.6143122237412,5287,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ad57f27c\",2502805,2502805,\"BR_PB\",\"2502805\",3,\"Paraíba\",\"Brejo do Cruz\",,\"BRA.15.37_1\",,,\"BRPB2502805\",\"2502805\",-6.330578565,-37.487567256419,14206,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"db92a8dd\",2502904,2502904,\"BR_PB\",\"2502904\",3,\"Paraíba\",\"Brejo dos Santos\",,\"BRA.15.38_1\",,,\"BRPB2502904\",\"2502904\",-6.389455315,-37.84389696362,6464,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1c9500b8\",2503001,2503001,\"BR_PB\",\"2503001\",3,\"Paraíba\",\"Caaporã\",,\"BRA.15.39_1\",\"ChIJxde13P2erAcRPG4XCerFCuI\",,\"BRPB2503001\",\"2503001\",-7.48480797,-34.917959687764,21955,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6a505a19\",2503100,2503100,\"BR_PB\",\"2503100\",3,\"Paraíba\",\"Cabaceiras\",,\"BRA.15.40_1\",,,\"BRPB2503100\",\"2503100\",-7.425590515,-36.3086619566098,5661,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"11ca5ce4\",2503209,2503209,\"BR_PB\",\"2503209\",3,\"Paraíba\",\"Cabedelo\",,\"BRA.15.41_1\",\"ChIJ6Ufapj7erAcRyNWcOKV2jNw\",,\"BRPB2503209\",\"2503209\",-7.031944035,-34.843055725,68767,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"670f0645\",2503308,2503308,\"BR_PB\",\"2503308\",3,\"Paraíba\",\"Cachoeira dos Índios\",,\"BRA.15.42_1\",,,\"BRPB2503308\",\"2503308\",-6.9446218,-38.7057116680645,10305,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f2ff0d51\",2503407,2503407,\"BR_PB\",\"2503407\",3,\"Paraíba\",\"Cacimba de Areia\",,\"BRA.15.43_1\",,,\"BRPB2503407\",\"2503407\",-7.148949625,-37.16894018922,3695,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"843a57f0\",2503506,2503506,\"BR_PB\",\"2503506\",3,\"Paraíba\",\"Cacimba de Dentro\",,\"BRA.15.44_1\",,,\"BRPB2503506\",\"2503506\",-6.62065744,-35.815022240382,17178,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6044f20f\",2503555,2503555,\"BR_PB\",\"2503555\",3,\"Paraíba\",\"Cacimbas\",,\"BRA.15.45_1\",,,\"BRPB2503555\",\"2503555\",-7.2094779,-37.098080162061,7199,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1f75b813\",2503605,2503605,\"BR_PB\",\"2503605\",3,\"Paraíba\",\"Caiçara\",,\"BRA.15.46_1\",,,\"BRPB2503605\",\"2503605\",-6.581211565,-35.4091315068161,7191,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69b0e2b2\",2503704,2503704,\"BR_PB\",\"2503704\",3,\"Paraíba\",\"Cajazeiras\",,\"BRA.15.47_1\",\"ChIJ_RdAhyVzpAcRzGHDPeCnGZo\",,\"BRPB2503704\",\"2503704\",-6.922067405,-38.5385042241142,62289,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8aa38354\",2503753,2503753,\"BR_PB\",\"2503753\",3,\"Paraíba\",\"Cajazeirinhas\",,\"BRA.15.48_1\",,,\"BRPB2503753\",\"2503753\",-6.944395545,-37.815792757937,3205,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fc88302c\",2503803,2503803,\"BR_PB\",\"2503803\",3,\"Paraíba\",\"Caldas Brandão\",,\"BRA.15.49_1\",,,\"BRPB2503803\",\"2503803\",-7.114609,-35.3326002968131,6046,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8a4d6a8d\",2503902,2503902,\"BR_PB\",\"2503902\",3,\"Paraíba\",\"Camalaú\",,\"BRA.15.50_1\",,,\"BRPB2503902\",\"2503902\",-7.904522895,-36.7727095243176,6031,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8f99b033\",2504009,2504009,\"BR_PB\",\"2504009\",3,\"Paraíba\",\"Campina Grande\",,\"BRA.15.51_1\",\"ChIJzw-H9WGnrgcRFP3a4JXomSA\",,\"BRPB2504009\",\"2504009\",-7.271368025,-35.9513512416124,411807,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"44610aee\",2504033,2504033,\"BR_PB\",\"2504033\",3,\"Paraíba\",\"Capim\",,\"BRA.15.52_1\",,,\"BRPB2504033\",\"2504033\",-6.901649,-35.164300120479,6620,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be695a49\",2504074,2504074,\"BR_PB\",\"2504074\",3,\"Paraíba\",\"Caraúbas\",,\"BRA.15.53_1\",,,\"BRPB2504074\",\"2504074\",-7.78639197,-36.4888277657947,4185,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f95cea92\",2504108,2504108,\"BR_PB\",\"2504108\",3,\"Paraíba\",\"Carrapateira\",,\"BRA.15.54_1\",,,\"BRPB2504108\",\"2504108\",-7.053225045,-38.3377083671903,2687,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"14940346\",2504157,2504157,\"BR_PB\",\"2504157\",3,\"Paraíba\",\"Casserengue\",,\"BRA.15.55_1\",,,\"BRPB2504157\",\"2504157\",-6.762094975,-35.8508731791376,7499,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6ba5495a\",2504207,2504207,\"BR_PB\",\"2504207\",3,\"Paraíba\",\"Catingueira\",,\"BRA.15.56_1\",,,\"BRPB2504207\",\"2504207\",-7.13271642,-37.6015885164564,4935,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1d6013fb\",2504306,2504306,\"BR_PB\",\"2504306\",3,\"Paraíba\",\"Catolé do Rocha\",,\"BRA.15.57_1\",\"ChIJ189snUs6pQcRQMFTgt90OJA\",,\"BRPB2504306\",\"2504306\",-6.329545975,-37.7233666778939,30684,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f91eb604\",2504355,2504355,\"BR_PB\",\"2504355\",3,\"Paraíba\",\"Caturité\",,\"BRA.15.58_1\",,,\"BRPB2504355\",\"2504355\",-7.416770935,-36.0557033500291,4875,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"812654c4\",2504405,2504405,\"BR_PB\",\"2504405\",3,\"Paraíba\",\"Conceição\",,\"BRA.15.59_1\",,,\"BRPB2504405\",\"2504405\",-7.52720547,-38.5664415490646,19007,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f7e30e65\",2504504,2504504,\"BR_PB\",\"2504504\",3,\"Paraíba\",\"Condado\",,\"BRA.15.60_1\",,,\"BRPB2504504\",\"2504504\",-6.86921096,-37.6088180885108,6658,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6bc1259f\",2504603,2504603,\"BR_PB\",\"2504603\",3,\"Paraíba\",\"Conde\",,\"BRA.15.61_1\",\"ChIJ0dZhuSyVrAcRl1TiTLYSL-s\",,\"BRPB2504603\",\"2504603\",-7.297915935,-34.8592771274254,25010,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1d047f3e\",2504702,2504702,\"BR_PB\",\"2504702\",3,\"Paraíba\",\"Congo\",,\"BRA.15.62_1\",,,\"BRPB2504702\",\"2504702\",-7.81272793,-36.606497505657,4787,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8f5169b9\",2504801,2504801,\"BR_PB\",\"2504801\",3,\"Paraíba\",\"Coremas\",,\"BRA.15.63_1\",,,\"BRPB2504801\",\"2504801\",-7.05397105,-37.9475290240216,15441,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8521ad6a\",2504850,2504850,\"BR_PB\",\"2504850\",3,\"Paraíba\",\"Coxixola\",,\"BRA.15.64_1\",,,\"BRPB2504850\",\"2504850\",-7.6462028,-36.6147383856678,1935,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f9943318\",2504900,2504900,\"BR_PB\",\"2504900\",3,\"Paraíba\",\"Cruz do Espírito Santo\",,\"BRA.15.65_1\",,,\"BRPB2504900\",\"2504900\",-7.14246702,-35.0940134727685,17461,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a79acac7\",2505006,2505006,\"BR_PB\",\"2505006\",3,\"Paraíba\",\"Cubati\",,\"BRA.15.66_1\",,,\"BRPB2505006\",\"2505006\",-6.86401105,-36.3177363204291,7832,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3f51f14a\",2505105,2505105,\"BR_PB\",\"2505105\",3,\"Paraíba\",\"Cuité\",,\"BRA.15.68_1\",\"ChIJ3SnvixARrgcRkTT8PtiVcKI\",,\"BRPB2505105\",\"2505105\",-6.519398925,-36.0308786021963,20334,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"688b606d\",2505238,2505238,\"BR_PB\",\"2505238\",3,\"Paraíba\",\"Cuité de Mamanguape\",,\"BRA.15.67_1\",,,\"BRPB2505238\",\"2505238\",-6.904813525,-35.523062171279,6356,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4a107f85\",2505204,2505204,\"BR_PB\",\"2505204\",3,\"Paraíba\",\"Cuitegi\",,\"BRA.15.69_1\",,,\"BRPB2505204\",\"2505204\",-6.898650405,-35.2567574788069,6775,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7be095ff\",2505279,2505279,\"BR_PB\",\"2505279\",3,\"Paraíba\",\"Curral de Cima\",,\"BRA.15.70_1\",,,\"BRPB2505279\",\"2505279\",-6.733541015,-35.2831016659475,5218,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d5b68011\",2505303,2505303,\"BR_PB\",\"2505303\",3,\"Paraíba\",\"Curral Velho\",,\"BRA.15.71_1\",,,\"BRPB2505303\",\"2505303\",-7.53757882,-38.1738984073812,2512,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dfc644c2\",2505352,2505352,\"BR_PB\",\"2505352\",3,\"Paraíba\",\"Damião\",,\"BRA.15.72_1\",,,\"BRPB2505352\",\"2505352\",-6.645632025,-35.9171060444628,5370,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a7fea602\",2505402,2505402,\"BR_PB\",\"2505402\",3,\"Paraíba\",\"Desterro\",,\"BRA.15.74_1\",,,\"BRPB2505402\",\"2505402\",-7.298262595,-37.0994539779824,8315,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4a741340\",2505600,2505600,\"BR_PB\",\"2505600\",3,\"Paraíba\",\"Diamante\",,\"BRA.15.75_1\",,,\"BRPB2505600\",\"2505600\",-7.443760395,-38.2911422486842,6528,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"326ac1d3\",2505709,2505709,\"BR_PB\",\"2505709\",3,\"Paraíba\",\"Dona Inês\",,\"BRA.15.76_1\",,,\"BRPB2505709\",\"2505709\",-6.60101843,-35.6343312560162,10413,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e31b678\",2505808,2505808,\"BR_PB\",\"2505808\",3,\"Paraíba\",\"Duas Estradas\",,\"BRA.15.77_1\",,,\"BRPB2505808\",\"2505808\",-6.7188468,-35.401751448277,3582,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df4cc1de\",2505907,2505907,\"BR_PB\",\"2505907\",3,\"Paraíba\",\"Emas\",,\"BRA.15.78_1\",,,\"BRPB2505907\",\"2505907\",-7.106426955,-37.7475301967648,3539,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b210405\",2506004,2506004,\"BR_PB\",\"2506004\",3,\"Paraíba\",\"Esperança\",,\"BRA.15.79_1\",\"ChIJhUind1oorAcRc6xlR7Ca0dc\",,\"BRPB2506004\",\"2506004\",-7.005305055,-35.8896591982865,33199,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c487fb91\",2506103,2506103,\"BR_PB\",\"2506103\",3,\"Paraíba\",\"Fagundes\",,\"BRA.15.80_1\",,,\"BRPB2506103\",\"2506103\",-7.412869455,-35.7783416049987,11215,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b1c6755e\",2506202,2506202,\"BR_PB\",\"2506202\",3,\"Paraíba\",\"Frei Martinho\",,\"BRA.15.81_1\",,,\"BRPB2506202\",\"2506202\",-6.421898845,-36.4752093576738,2989,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"55b8d0a1\",2506251,2506251,\"BR_PB\",\"2506251\",3,\"Paraíba\",\"Gado Bravo\",,\"BRA.15.82_1\",,,\"BRPB2506251\",\"2506251\",-7.566975355,-35.7957197137895,8303,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"290d4ed3\",2506301,2506301,\"BR_PB\",\"2506301\",3,\"Paraíba\",\"Guarabira\",,\"BRA.15.83_1\",\"ChIJ57BH2Ry0rQcRYgNqTDRzwEk\",,\"BRPB2506301\",\"2506301\",-6.89767742,-35.4363672137569,59115,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b4568c0\",2506400,2506400,\"BR_PB\",\"2506400\",3,\"Paraíba\",\"Gurinhém\",,\"BRA.15.84_1\",,,\"BRPB2506400\",\"2506400\",-7.14145303,-35.4387503965563,14127,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"235bba53\",2506509,2506509,\"BR_PB\",\"2506509\",3,\"Paraíba\",\"Gurjão\",,\"BRA.15.85_1\",,,\"BRPB2506509\",\"2506509\",-7.25930333,-36.4533347740557,3453,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"561a349c\",2506608,2506608,\"BR_PB\",\"2506608\",3,\"Paraíba\",\"Ibiara\",,\"BRA.15.86_1\",,,\"BRPB2506608\",\"2506608\",-7.509806635,-38.3948075679999,5903,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"49c7be5a\",2502607,2502607,\"BR_PB\",\"2502607\",3,\"Paraíba\",\"Igaracy\",,\"BRA.15.34_1\",,,\"BRPB2502607\",\"2502607\",-7.16424084,-38.1196904137997,6105,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c767433a\",2506707,2506707,\"BR_PB\",\"2506707\",3,\"Paraíba\",\"Imaculada\",,\"BRA.15.87_1\",,,\"BRPB2506707\",\"2506707\",-7.357443805,-37.5792121520008,11848,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb3c3491\",2506806,2506806,\"BR_PB\",\"2506806\",3,\"Paraíba\",\"Ingá\",,\"BRA.15.88_1\",\"ChIJBYEzf6ATrAcREPM_Cbu5Fag\",,\"BRPB2506806\",\"2506806\",-7.281404015,-35.6289754029746,18144,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"23f70f1c\",2506905,2506905,\"BR_PB\",\"2506905\",3,\"Paraíba\",\"Itabaiana\",,\"BRA.15.89_1\",\"ChIJsURt-1pkrAcRhp7C_UmQal8\",,\"BRPB2506905\",\"2506905\",-7.351812365,-35.3451768164232,24419,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0afec655\",2507002,2507002,\"BR_PB\",\"2507002\",3,\"Paraíba\",\"Itaporanga\",,\"BRA.15.90_1\",\"ChIJacOoJLOcpgcRVnFhpQCiwTc\",,\"BRPB2507002\",\"2507002\",-7.28286839,-38.1720535675867,24828,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9235fdd8\",2507101,2507101,\"BR_PB\",\"2507101\",3,\"Paraíba\",\"Itapororoca\",,\"BRA.15.91_1\",,,\"BRPB2507101\",\"2507101\",-6.81706691,-35.259320951416,18823,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e7747317\",2507200,2507200,\"BR_PB\",\"2507200\",3,\"Paraíba\",\"Itatuba\",,\"BRA.15.92_1\",,,\"BRPB2507200\",\"2507200\",-7.409342525,-35.6365528163585,11016,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f6aa184\",2507309,2507309,\"BR_PB\",\"2507309\",3,\"Paraíba\",\"Jacaraú\",,\"BRA.15.93_1\",,,\"BRPB2507309\",\"2507309\",-6.61227441,-35.2592632455906,14450,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed228797\",2507408,2507408,\"BR_PB\",\"2507408\",3,\"Paraíba\",\"Jericó\",,\"BRA.15.94_1\",,,\"BRPB2507408\",\"2507408\",-6.51300454,-37.8230534545935,7745,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c5ff031\",2507507,2507507,\"BR_PB\",\"2507507\",3,\"Paraíba\",\"João Pessoa\",,\"BRA.15.95_1\",\"ChIJsfXbGgborAcRI1xwKg981_0\",,\"BRPB2507507\",\"2507507\",-7.14555621,-34.8622187580479,817511,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b601c0d3\",2513653,2513653,\"BR_PB\",\"2513653\",3,\"Paraíba\",\"Joca Claudino\",,\"BRA.15.173_1\",,,\"BRPB2513653\",\"2513653\",-6.47072792,-38.4877761248639,2639,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"091e7efe\",2507606,2507606,\"BR_PB\",\"2507606\",3,\"Paraíba\",\"Juarez Távora\",,\"BRA.15.96_1\",,,\"BRPB2507606\",\"2507606\",-7.161525965,-35.5710680615507,7976,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"91d54573\",2507705,2507705,\"BR_PB\",\"2507705\",3,\"Paraíba\",\"Juazeirinho\",,\"BRA.15.97_1\",,,\"BRPB2507705\",\"2507705\",-7.042657615,-36.5737504363466,18298,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed8e32d8\",2507804,2507804,\"BR_PB\",\"2507804\",3,\"Paraíba\",\"Junco do Seridó\",,\"BRA.15.98_1\",,,\"BRPB2507804\",\"2507804\",-6.993695975,-36.7734647784564,7195,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7228cd4c\",2507903,2507903,\"BR_PB\",\"2507903\",3,\"Paraíba\",\"Juripiranga\",,\"BRA.15.99_1\",,,\"BRPB2507903\",\"2507903\",-7.34907055,-35.2217850655109,10793,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bc93b72f\",2508000,2508000,\"BR_PB\",\"2508000\",3,\"Paraíba\",\"Juru\",,\"BRA.15.100_1\",,,\"BRPB2508000\",\"2508000\",-7.50613451,-37.8126014766997,9849,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c48d65bc\",2508109,2508109,\"BR_PB\",\"2508109\",3,\"Paraíba\",\"Lagoa\",,\"BRA.15.103_1\",,,\"BRPB2508109\",\"2508109\",-6.58768511,-37.9005341094861,4653,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b1cceb73\",2508208,2508208,\"BR_PB\",\"2508208\",3,\"Paraíba\",\"Lagoa de Dentro\",,\"BRA.15.101_1\",,,\"BRPB2508208\",\"2508208\",-6.689484835,-35.3629089714979,7737,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"20b19cd5\",2508307,2508307,\"BR_PB\",\"2508307\",3,\"Paraíba\",\"Lagoa Seca\",,\"BRA.15.102_1\",\"ChIJI8emdMQhrAcRk5AyjdHYb3g\",,\"BRPB2508307\",\"2508307\",-7.146741155,-35.8561112685533,27617,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"52f9bac6\",2508406,2508406,\"BR_PB\",\"2508406\",3,\"Paraíba\",\"Lastro\",,\"BRA.15.104_1\",,,\"BRPB2508406\",\"2508406\",-6.55219102,-38.1736820842744,2718,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ca32814b\",2508505,2508505,\"BR_PB\",\"2508505\",3,\"Paraíba\",\"Livramento\",,\"BRA.15.105_1\",,,\"BRPB2508505\",\"2508505\",-7.339499,-36.907971964291,7265,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c0424598\",2508554,2508554,\"BR_PB\",\"2508554\",3,\"Paraíba\",\"Logradouro\",,\"BRA.15.106_1\",,,\"BRPB2508554\",\"2508554\",-6.55440998,-35.4268246629928,4369,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf730f84\",2508604,2508604,\"BR_PB\",\"2508604\",3,\"Paraíba\",\"Lucena\",,\"BRA.15.107_1\",,,\"BRPB2508604\",\"2508604\",-6.915832995,-34.9199418059645,13214,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"20d5f010\",2508703,2508703,\"BR_PB\",\"2508703\",3,\"Paraíba\",\"Mãe d'Água\",,\"BRA.15.108_1\",,,\"BRPB2508703\",\"2508703\",-7.235347505,-37.4204059082547,3999,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5c8e87bb\",2508802,2508802,\"BR_PB\",\"2508802\",3,\"Paraíba\",\"Malta\",,\"BRA.15.109_1\",,,\"BRPB2508802\",\"2508802\",-6.87867856,-37.5331089411206,5752,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c445bc36\",2508901,2508901,\"BR_PB\",\"2508901\",3,\"Paraíba\",\"Mamanguape\",,\"BRA.15.110_1\",\"ChIJhw3av3oGrQcRs7yURaUnsA8\",,\"BRPB2508901\",\"2508901\",-6.70767331,-35.1682434350861,45136,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0af45878\",2509008,2509008,\"BR_PB\",\"2509008\",3,\"Paraíba\",\"Manaíra\",,\"BRA.15.111_1\",,,\"BRPB2509008\",\"2509008\",-7.70029712,-38.1980145712851,10972,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e73cb1ac\",2509057,2509057,\"BR_PB\",\"2509057\",3,\"Paraíba\",\"Marcação\",,\"BRA.15.112_1\",,,\"BRPB2509057\",\"2509057\",-6.75045991,-35.0091412201464,8653,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b892fde\",2509107,2509107,\"BR_PB\",\"2509107\",3,\"Paraíba\",\"Mari\",,\"BRA.15.113_1\",\"ChIJPw2xSslQrAcRu-6MYqyJVGM\",,\"BRPB2509107\",\"2509107\",-7.043441055,-35.3109038142807,21866,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"91f9eb0d\",2509156,2509156,\"BR_PB\",\"2509156\",3,\"Paraíba\",\"Marizópolis\",,\"BRA.15.114_1\",,,\"BRPB2509156\",\"2509156\",-6.80946326,-38.3334251878288,6654,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eec8a111\",2509206,2509206,\"BR_PB\",\"2509206\",3,\"Paraíba\",\"Massaranduba\",,\"BRA.15.115_1\",,,\"BRPB2509206\",\"2509206\",-7.191093445,-35.7664312472531,13998,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76039a9c\",2509305,2509305,\"BR_PB\",\"2509305\",3,\"Paraíba\",\"Mataraca\",,\"BRA.15.116_1\",,,\"BRPB2509305\",\"2509305\",-6.55541611,-35.0484804282748,8539,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"54988574\",2509339,2509339,\"BR_PB\",\"2509339\",3,\"Paraíba\",\"Matinhas\",,\"BRA.15.117_1\",,,\"BRPB2509339\",\"2509339\",-7.120672705,-35.7772047814375,4515,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4928f8d4\",2509370,2509370,\"BR_PB\",\"2509370\",3,\"Paraíba\",\"Mato Grosso\",,\"BRA.15.118_1\",,,\"BRPB2509370\",\"2509370\",-6.54177904,-37.7133360775021,2926,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ec8706f\",2509396,2509396,\"BR_PB\",\"2509396\",3,\"Paraíba\",\"Maturéia\",,\"BRA.15.119_1\",,,\"BRPB2509396\",\"2509396\",-7.2923851,-37.3582386704175,6630,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"044bbc8f\",2509404,2509404,\"BR_PB\",\"2509404\",3,\"Paraíba\",\"Mogeiro\",,\"BRA.15.120_1\",\"ChIJBxgLiadurAcRxft6UWn3Bvw\",,\"BRPB2509404\",\"2509404\",-7.281778095,-35.4798957390714,13261,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9bed431b\",2509503,2509503,\"BR_PB\",\"2509503\",3,\"Paraíba\",\"Montadas\",,\"BRA.15.121_1\",,,\"BRPB2509503\",\"2509503\",-7.09265566,-35.9423920239828,5738,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eeaccdd4\",2509602,2509602,\"BR_PB\",\"2509602\",3,\"Paraíba\",\"Monte Horebe\",,\"BRA.15.122_1\",,,\"BRPB2509602\",\"2509602\",-7.209655525,-38.5455017723235,4842,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7667f659\",2509701,2509701,\"BR_PB\",\"2509701\",3,\"Paraíba\",\"Monteiro\",,\"BRA.15.123_1\",\"ChIJIcCghcyHqAcRB_wO1lIKxBk\",,\"BRPB2509701\",\"2509701\",-7.88908243,-37.099695684986,33433,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a3c81f2\",2509800,2509800,\"BR_PB\",\"2509800\",3,\"Paraíba\",\"Mulungu\",,\"BRA.15.124_1\",\"ChIJ63ZpqcNOrAcR-BNwqk7ybEA\",,\"BRPB2509800\",\"2509800\",-7.002815005,-35.453762218574,9932,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"72225361\",2509909,2509909,\"BR_PB\",\"2509909\",3,\"Paraíba\",\"Natuba\",,\"BRA.15.125_1\",,,\"BRPB2509909\",\"2509909\",-7.552621125,-35.5607412622852,10451,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ad241345\",2510006,2510006,\"BR_PB\",\"2510006\",3,\"Paraíba\",\"Nazarezinho\",,\"BRA.15.126_1\",,,\"BRPB2510006\",\"2510006\",-6.934527395,-38.3369720567351,7286,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"35ef28c8\",2510105,2510105,\"BR_PB\",\"2510105\",3,\"Paraíba\",\"Nova Floresta\",,\"BRA.15.127_1\",,,\"BRPB2510105\",\"2510105\",-6.50644088,-36.2080109554642,10626,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"40aea607\",2510204,2510204,\"BR_PB\",\"2510204\",3,\"Paraíba\",\"Nova Olinda\",,\"BRA.15.128_1\",,,\"BRPB2510204\",\"2510204\",-7.46884346,-38.0191066921049,5920,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df085993\",2510303,2510303,\"BR_PB\",\"2510303\",3,\"Paraíba\",\"Nova Palmeira\",,\"BRA.15.129_1\",,,\"BRPB2510303\",\"2510303\",-6.66898799,-36.4148683302115,4959,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ad407f80\",2510402,2510402,\"BR_PB\",\"2510402\",3,\"Paraíba\",\"Olho d'Água\",,\"BRA.15.130_1\",,,\"BRPB2510402\",\"2510402\",-7.286451105,-37.7454666750245,6462,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"358b440d\",2510501,2510501,\"BR_PB\",\"2510501\",3,\"Paraíba\",\"Olivedos\",,\"BRA.15.131_1\",,,\"BRPB2510501\",\"2510501\",-6.97431207,-36.2510823999295,3961,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"40cacac2\",2510600,2510600,\"BR_PB\",\"2510600\",3,\"Paraíba\",\"Ouro Velho\",,\"BRA.15.132_1\",,,\"BRPB2510600\",\"2510600\",-7.611397505,-37.137213255064,3046,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"44618623\",2510659,2510659,\"BR_PB\",\"2510659\",3,\"Paraíba\",\"Parari\",,\"BRA.15.133_1\",,,\"BRPB2510659\",\"2510659\",-7.31548643,-36.6679924494239,1758,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"38d41851\",2510709,2510709,\"BR_PB\",\"2510709\",3,\"Paraíba\",\"Passagem\",,\"BRA.15.134_1\",,,\"BRPB2510709\",\"2510709\",-7.113233565,-37.0437771400906,2436,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"448f6ffa\",2510808,2510808,\"BR_PB\",\"2510808\",3,\"Paraíba\",\"Patos\",,\"BRA.15.135_1\",\"ChIJLTFjTySLpQcRd7br5sHZogI\",,\"BRPB2510808\",\"2510808\",-7.03826332,-37.2702296558534,108192,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d5f2185c\",2510907,2510907,\"BR_PB\",\"2510907\",3,\"Paraíba\",\"Paulista\",,\"BRA.15.136_1\",,,\"BRPB2510907\",\"2510907\",-6.612854005,-37.6316021584508,12379,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fb96150c\",2511004,2511004,\"BR_PB\",\"2511004\",3,\"Paraíba\",\"Pedra Branca\",,\"BRA.15.137_1\",,,\"BRPB2511004\",\"2511004\",-7.45918107,-38.1017390546581,3802,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6430ea98\",2511103,2511103,\"BR_PB\",\"2511103\",3,\"Paraíba\",\"Pedra Lavrada\",,\"BRA.15.138_1\",,,\"BRPB2511103\",\"2511103\",-6.766873595,-36.3794655660056,7899,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"11716457\",2511202,2511202,\"BR_PB\",\"2511202\",3,\"Paraíba\",\"Pedras de Fogo\",,\"BRA.15.139_1\",\"ChIJv8FCxLmIrAcRSXN2lcPczTc\",,\"BRPB2511202\",\"2511202\",-7.35991311,-35.0625233267358,28533,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ae303a6a\",2512721,2512721,\"BR_PB\",\"2512721\",3,\"Paraíba\",\"Pedro Régis\",,\"BRA.15.140_1\",,,\"BRPB2512721\",\"2512721\",-6.668064115,-35.2894882630188,6114,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"89ba5fda\",2511301,2511301,\"BR_PB\",\"2511301\",3,\"Paraíba\",\"Piancó\",,\"BRA.15.141_1\",,,\"BRPB2511301\",\"2511301\",-7.205330135,-37.9380954891921,16111,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fbf279c9\",2511400,2511400,\"BR_PB\",\"2511400\",3,\"Paraíba\",\"Picuí\",,\"BRA.15.142_1\",\"ChIJkyKfksc4rgcRyr9n04Q7ZV4\",,\"BRPB2511400\",\"2511400\",-6.497444155,-36.3314634860349,18720,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"83ecab5a\",2511509,2511509,\"BR_PB\",\"2511509\",3,\"Paraíba\",\"Pilar\",,\"BRA.15.143_1\",,,\"BRPB2511509\",\"2511509\",-7.28668046,-35.2602381309452,11977,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f6ad2595\",2511608,2511608,\"BR_PB\",\"2511608\",3,\"Paraíba\",\"Pilões\",,\"BRA.15.144_1\",,,\"BRPB2511608\",\"2511608\",-6.875157835,-35.6132859607838,6576,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"67d05233\",2511707,2511707,\"BR_PB\",\"2511707\",3,\"Paraíba\",\"Pilõezinhos\",,\"BRA.15.145_1\",,,\"BRPB2511707\",\"2511707\",-6.849151135,-35.5522950165584,4955,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b8b2598\",2511806,2511806,\"BR_PB\",\"2511806\",3,\"Paraíba\",\"Pirpirituba\",,\"BRA.15.146_1\",,,\"BRPB2511806\",\"2511806\",-6.782509565,-35.4860890513314,10584,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"83401e15\",2511905,2511905,\"BR_PB\",\"2511905\",3,\"Paraíba\",\"Pitimbu\",,\"BRA.15.147_1\",\"ChIJmemMCYSirAcRp2-617p4_2I\",,\"BRPB2511905\",\"2511905\",-7.446111915,-34.8304712886112,19275,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00401fd7\",2512002,2512002,\"BR_PB\",\"2512002\",3,\"Paraíba\",\"Pocinhos\",,\"BRA.15.148_1\",\"ChIJbVPQuDiargcRJ3YcHvyeJto\",,\"BRPB2512002\",\"2512002\",-7.05292845,-36.0798352031044,18708,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2c00880d\",2512036,2512036,\"BR_PB\",\"2512036\",3,\"Paraíba\",\"Poço Dantas\",,\"BRA.20.109_1\",,,\"BRPB2512036\",\"2512036\",-6.38810945,-38.5413382286827,3882,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3f6b7d9f\",2512077,2512077,\"BR_PB\",\"2512077\",3,\"Paraíba\",\"Poço de José de Moura\",,\"BRA.15.149_1\",,,\"BRPB2512077\",\"2512077\",-6.746643545,-37.7689569251507,4337,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"988b245a\",2512101,2512101,\"BR_PB\",\"2512101\",3,\"Paraíba\",\"Pombal\",,\"BRA.15.150_1\",\"ChIJwe-YDHKvpQcRdFDCXV-ofvc\",,\"BRPB2512101\",\"2512101\",-6.92911911,-37.9459604870894,32802,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"edcaaa95\",2512200,2512200,\"BR_PB\",\"2512200\",3,\"Paraíba\",\"Prata\",,\"BRA.15.151_1\",,,\"BRPB2512200\",\"2512200\",-7.68809843,-37.0881663374677,4238,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"95d47806\",2512309,2512309,\"BR_PB\",\"2512309\",3,\"Paraíba\",\"Princesa Isabel\",,\"BRA.15.152_1\",\"ChIJuZpCnJH4pgcRVl3LM85PHnA\",,\"BRPB2512309\",\"2512309\",-7.64874649,-37.9993228268653,23549,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e79c5e15\",2512408,2512408,\"BR_PB\",\"2512408\",3,\"Paraíba\",\"Puxinanã\",,\"BRA.15.153_1\",\"ChIJiQI8SgyfrgcRfZosEOMOO88\",,\"BRPB2512408\",\"2512408\",-7.145768165,-35.9697064732526,13741,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76e129b3\",2512507,2512507,\"BR_PB\",\"2512507\",3,\"Paraíba\",\"Queimadas\",,\"BRA.15.154_1\",\"ChIJUYhinyYCrAcRyj9piwFfg2s\",,\"BRPB2512507\",\"2512507\",-7.399849655,-35.9210366704515,44179,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"03a0a77c\",2512606,2512606,\"BR_PB\",\"2512606\",3,\"Paraíba\",\"Quixaba\",,\"BRA.15.155_1\",,,\"BRPB2512606\",\"2512606\",-7.044757125,-37.1087129807197,1983,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b6b9cf1\",2512705,2512705,\"BR_PB\",\"2512705\",3,\"Paraíba\",\"Remígio\",,\"BRA.15.156_1\",\"ChIJd7Rh1KvUrQcRIJ0BQVI5nSk\",,\"BRPB2512705\",\"2512705\",-6.938058135,-35.8485194730352,19798,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"110938d9\",2512747,2512747,\"BR_PB\",\"2512747\",3,\"Paraíba\",\"Riachão\",,\"BRA.15.160_1\",,,\"BRPB2512747\",\"2512747\",-7.237439395,-35.665484816951,3619,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"911b5822\",2512754,2512754,\"BR_PB\",\"2512754\",3,\"Paraíba\",\"Riachão do Bacamarte\",,\"BRA.15.157_1\",,,\"BRPB2512754\",\"2512754\",-6.5391686,-35.6269280521158,4541,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5355aed4\",2512762,2512762,\"BR_PB\",\"2512762\",3,\"Paraíba\",\"Riachão do Poço\",,\"BRA.15.158_1\",,,\"BRPB2512762\",\"2512762\",-7.677484985,-36.1477871636965,4540,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d036a44\",2512788,2512788,\"BR_PB\",\"2512788\",3,\"Paraíba\",\"Riacho de Santo Antônio\",,\"BRA.15.159_1\",,,\"BRPB2512788\",\"2512788\",-7.14955401,-35.2847867978767,1974,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e730eb5a\",2512804,2512804,\"BR_PB\",\"2512804\",3,\"Paraíba\",\"Riacho dos Cavalos\",,\"BRA.15.161_1\",,,\"BRPB2512804\",\"2512804\",-6.461032625,-37.6509523983726,8541,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"789614ce\",2512903,2512903,\"BR_PB\",\"2512903\",3,\"Paraíba\",\"Rio Tinto\",,\"BRA.15.162_1\",\"ChIJYTnQJI4PrQcRN2cxj3DSQtk\",,\"BRPB2512903\",\"2512903\",-6.767091985,-35.0998600003705,24218,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"56f2199e\",2513000,2513000,\"BR_PB\",\"2513000\",3,\"Paraíba\",\"Salgadinho\",,\"BRA.15.163_1\",,,\"BRPB2513000\",\"2513000\",-7.09661031,-36.8441749690892,3931,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2eeccb0d\",2513109,2513109,\"BR_PB\",\"2513109\",3,\"Paraíba\",\"Salgado de São Félix\",,\"BRA.15.164_1\",,,\"BRPB2513109\",\"2513109\",-7.41018558,-35.4734603133011,12131,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"249c0fde\",2513158,2513158,\"BR_PB\",\"2513158\",3,\"Paraíba\",\"Santa Cecília\",,\"BRA.15.165_1\",,,\"BRPB2513158\",\"2513158\",-7.731521845,-35.9069965170506,6541,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5bad45c2\",2513208,2513208,\"BR_PB\",\"2513208\",3,\"Paraíba\",\"Santa Cruz\",,,,,\"BRPB2513208\",\"2513208\",-6.5342881,-38.0596346,6581,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cad03264\",2513307,2513307,\"BR_PB\",\"2513307\",3,\"Paraíba\",\"Santa Helena\",,\"BRA.15.166_1\",,,\"BRPB2513307\",\"2513307\",-6.71304202,-38.5864346914499,5871,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c0a0f6b7\",2513356,2513356,\"BR_PB\",\"2513356\",3,\"Paraíba\",\"Santa Inês\",,\"BRA.15.167_1\",,,\"BRPB2513356\",\"2513356\",-7.66308999,-38.5643342162769,3593,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b8981477\",2513406,2513406,\"BR_PB\",\"2513406\",3,\"Paraíba\",\"Santa Luzia\",,\"BRA.15.168_1\",\"ChIJSXeLmboNrwcRBxBmaE9wQKQ\",,\"BRPB2513406\",\"2513406\",-6.923833845,-36.8948056491236,15426,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cab45ea1\",2513703,2513703,\"BR_PB\",\"2513703\",3,\"Paraíba\",\"Santa Rita\",,\"BRA.15.169_1\",\"ChIJrQ7ywHnlrAcRwPBXpb7b8Cw\",,\"BRPB2513703\",\"2513703\",-7.09681797,-34.9830755039699,137349,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b6ef290a\",2513802,2513802,\"BR_PB\",\"2513802\",3,\"Paraíba\",\"Santa Teresinha\",,\"BRA.15.170_1\",,,\"BRPB2513802\",\"2513802\",-7.098515035,-37.4306964342824,4562,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"20532ffa\",2513505,2513505,\"BR_PB\",\"2513505\",3,\"Paraíba\",\"Santana de Mangueira\",,\"BRA.15.171_1\",,,\"BRPB2513505\",\"2513505\",-7.62936211,-38.3115501916857,5129,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5512a135\",2513604,2513604,\"BR_PB\",\"2513604\",3,\"Paraíba\",\"Santana dos Garrotes\",,\"BRA.15.172_1\",,,\"BRPB2513604\",\"2513604\",-7.391801835,-37.9638350871056,6986,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"52918cf5\",2513851,2513851,\"BR_PB\",\"2513851\",3,\"Paraíba\",\"Santo André\",,\"BRA.15.174_1\",,,\"BRPB2513851\",\"2513851\",-7.23852468,-36.6171318699858,2509,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f571d530\",2513927,2513927,\"BR_PB\",\"2513927\",3,\"Paraíba\",\"São Bentinho\",,\"BRA.15.175_1\",,,\"BRPB2513927\",\"2513927\",-6.894543885,-37.7153069845183,4566,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2e241287\",2513901,2513901,\"BR_PB\",\"2513901\",3,\"Paraíba\",\"São Bento\",,\"BRA.15.176_1\",\"ChIJIxstHetnpQcRwlOBsHbUEzQ\",,\"BRPB2513901\",\"2513901\",-6.462652205,-37.4796308935858,34344,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"01a20da5\",2513968,2513968,\"BR_PB\",\"2513968\",3,\"Paraíba\",\"São Domingos\",,\"BRA.15.177_1\",,,\"BRPB2513968\",\"2513968\",-6.80559945,-37.949593745308,3097,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a446b6af\",2513943,2513943,\"BR_PB\",\"2513943\",3,\"Paraíba\",\"São Domingos do Cariri\",,\"BRA.15.178_1\",,,\"BRPB2513943\",\"2513943\",-7.578994035,-36.3900288195764,2630,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"96976c00\",2513984,2513984,\"BR_PB\",\"2513984\",3,\"Paraíba\",\"São Francisco\",,\"BRA.15.179_1\",,,\"BRPB2513984\",\"2513984\",-6.63808322,-38.0522758080763,3384,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c5fea915\",2514008,2514008,\"BR_PB\",\"2514008\",3,\"Paraíba\",\"São João do Cariri\",,\"BRA.15.180_1\",,,\"BRPB2514008\",\"2514008\",-7.50840354,-36.4895242062227,4184,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c688945\",2500700,2500700,\"BR_PB\",\"2500700\",3,\"Paraíba\",\"São João do Rio do Peixe\",,\"BRA.15.181_1\",\"ChIJ7zglcG5kpAcRfvuZxtt6010\",,\"BRPB2500700\",\"2500700\",-6.75320649,-38.4228577855099,18026,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5483deb3\",2514107,2514107,\"BR_PB\",\"2514107\",3,\"Paraíba\",\"São João do Tigre\",,\"BRA.15.182_1\",,,\"BRPB2514107\",\"2514107\",-8.116146565,-36.7797104042561,4415,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"21c2507c\",2514206,2514206,\"BR_PB\",\"2514206\",3,\"Paraíba\",\"São José da Lagoa Tapada\",,\"BRA.15.183_1\",,,\"BRPB2514206\",\"2514206\",-6.95040655,-38.1317325808294,7626,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b9096bf1\",2514305,2514305,\"BR_PB\",\"2514305\",3,\"Paraíba\",\"São José de Caiana\",,\"BRA.15.184_1\",,,\"BRPB2514305\",\"2514305\",-7.247787475,-38.3201183041115,6376,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cb414de2\",2514404,2514404,\"BR_PB\",\"2514404\",3,\"Paraíba\",\"São José de Espinharas\",,\"BRA.15.185_1\",,,\"BRPB2514404\",\"2514404\",-6.812928915,-37.3801148345325,4656,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"54e7b276\",2514503,2514503,\"BR_PB\",\"2514503\",3,\"Paraíba\",\"São José de Piranhas\",,\"BRA.15.186_1\",\"ChIJS_9vkUoFpAcRDNGRYE5R7_Y\",,\"BRPB2514503\",\"2514503\",-7.089945555,-38.4996823596116,20329,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5e9776a5\",2514552,2514552,\"BR_PB\",\"2514552\",3,\"Paraíba\",\"São José de Princesa\",,\"BRA.15.187_1\",,,\"BRPB2514552\",\"2514552\",-7.70402646,-38.0910787218769,3950,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"21a63cb9\",2514602,2514602,\"BR_PB\",\"2514602\",3,\"Paraíba\",\"São José do Bonfim\",,\"BRA.15.189_1\",,,\"BRPB2514602\",\"2514602\",-7.147568465,-37.3068523286696,3588,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c5d89946\",2514651,2514651,\"BR_PB\",\"2514651\",3,\"Paraíba\",\"São José do Brejo do Cruz\",,\"BRA.15.188_1\",,,\"BRPB2514651\",\"2514651\",-6.238373995,-37.3679982886514,1811,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b96d0734\",2514701,2514701,\"BR_PB\",\"2514701\",3,\"Paraíba\",\"São José do Sabugi\",,\"BRA.15.190_1\",,,\"BRPB2514701\",\"2514701\",-6.82243299,-36.8265186487292,4147,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c536709f\",2514800,2514800,\"BR_PB\",\"2514800\",3,\"Paraíba\",\"São José dos Cordeiros\",,\"BRA.15.191_1\",,,\"BRPB2514800\",\"2514800\",-7.4054451,-36.8695038392777,3618,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"28522c04\",2514453,2514453,\"BR_PB\",\"2514453\",3,\"Paraíba\",\"São José dos Ramos\",,\"BRA.15.192_1\",,,\"BRPB2514453\",\"2514453\",-7.236923695,-35.3357867626204,5998,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd28a20c\",2514909,2514909,\"BR_PB\",\"2514909\",3,\"Paraíba\",\"São Mamede\",,\"BRA.15.193_1\",,,\"BRPB2514909\",\"2514909\",-6.92248106,-37.0941701367541,7702,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"03f3b2cd\",2515005,2515005,\"BR_PB\",\"2515005\",3,\"Paraíba\",\"São Miguel de Taipu\",,\"BRA.15.194_1\",,,\"BRPB2515005\",\"2515005\",-7.251971005,-35.2022861795982,7410,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7536e86c\",2515104,2515104,\"BR_PB\",\"2515104\",3,\"Paraíba\",\"São Sebastião de Lagoa de Roça\",,\"BRA.15.195_1\",,,\"BRPB2515104\",\"2515104\",-7.08641386,-35.8535754709906,11728,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e914c396\",2515203,2515203,\"BR_PB\",\"2515203\",3,\"Paraíba\",\"São Sebastião do Umbuzeiro\",,\"BRA.15.196_1\",,,\"BRPB2515203\",\"2515203\",-8.156278135,-37.0500991498759,3512,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0397de08\",2515401,2515401,\"BR_PB\",\"2515401\",3,\"Paraíba\",\"São Vicente do Seridó\",,\"BRA.15.198_1\",,,\"BRPB2515401\",\"2515401\",-6.92203784,-36.4295565513319,10848,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9fd19937\",2515302,2515302,\"BR_PB\",\"2515302\",3,\"Paraíba\",\"Sapé\",,\"BRA.15.197_1\",\"ChIJ7RLQJ2P4rAcRT825p0W7euk\",,\"BRPB2515302\",\"2515302\",-7.063318015,-35.1900826473125,52804,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"755284a9\",2515500,2515500,\"BR_PB\",\"2515500\",3,\"Paraíba\",\"Serra Branca\",,\"BRA.15.199_1\",\"ChIJf9e1tzjaqAcRgGbr5MZ39uI\",,\"BRPB2515500\",\"2515500\",-7.549218655,-36.6960029653454,13754,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ec88254\",2515609,2515609,\"BR_PB\",\"2515609\",3,\"Paraíba\",\"Serra da Raiz\",,\"BRA.15.200_1\",,,\"BRPB2515609\",\"2515609\",-6.69731402,-35.4437342485025,3131,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"780dd8f5\",2515708,2515708,\"BR_PB\",\"2515708\",3,\"Paraíba\",\"Serra Grande\",,\"BRA.15.201_1\",,,\"BRPB2515708\",\"2515708\",-7.22795296,-38.3797061060738,2916,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e3ee8259\",2515807,2515807,\"BR_PB\",\"2515807\",3,\"Paraíba\",\"Serra Redonda\",,\"BRA.15.202_1\",,,\"BRPB2515807\",\"2515807\",-7.17492652,-35.6637734404049,7021,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"952bd8f8\",2515906,2515906,\"BR_PB\",\"2515906\",3,\"Paraíba\",\"Serraria\",,\"BRA.15.203_1\",,,\"BRPB2515906\",\"2515906\",-6.861275915,-35.6680784084169,6068,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"57652e0e\",2515930,2515930,\"BR_PB\",\"2515930\",3,\"Paraíba\",\"Sertãozinho\",,\"BRA.15.204_1\",,,\"BRPB2515930\",\"2515930\",-6.738593575,-35.4291491879224,5089,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"440edb9c\",2515971,2515971,\"BR_PB\",\"2515971\",3,\"Paraíba\",\"Sobrado\",,\"BRA.15.205_1\",,,\"BRPB2515971\",\"2515971\",-7.167998075,-35.2371489941355,7815,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f825b816\",2516003,2516003,\"BR_PB\",\"2516003\",3,\"Paraíba\",\"Solânea\",,\"BRA.15.206_1\",\"ChIJIeD6hW3GrQcRkNvPlmJqRmo\",,\"BRPB2516003\",\"2516003\",-6.716104505,-35.7291993863147,26227,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8ee0e2b7\",2516102,2516102,\"BR_PB\",\"2516102\",3,\"Paraíba\",\"Soledade\",,\"BRA.15.207_1\",,,\"BRPB2516102\",\"2516102\",-7.06352091,-36.3891714597083,15102,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6a9e4748\",2516151,2516151,\"BR_PB\",\"2516151\",3,\"Paraíba\",\"Sossêgo\",,\"BRA.15.208_1\",,,\"BRPB2516151\",\"2516151\",-6.74701667,-36.2150890832233,3594,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"15af0d54\",2516201,2516201,\"BR_PB\",\"2516201\",3,\"Paraíba\",\"Sousa\",,\"BRA.15.209_1\",\"ChIJdQ78LFtZpAcR8dkd_hD0d7w\",,\"BRPB2516201\",\"2516201\",-6.75309801,-38.2207419839528,69723,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"636a57f5\",2516300,2516300,\"BR_PB\",\"2516300\",3,\"Paraíba\",\"Sumé\",,\"BRA.15.210_1\",\"ChIJF1NjABHqqAcR3KJm5zmADL4\",,\"BRPB2516300\",\"2516300\",-7.66349006,-36.9101564212348,17031,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1ff9f9d4\",2516409,2516409,\"BR_PB\",\"2516409\",3,\"Paraíba\",\"Tacima\",,\"BRA.15.211_1\",,,\"BRPB2516409\",\"2516409\",-6.550698515,-35.4976345962254,10969,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"693ca375\",2516508,2516508,\"BR_PB\",\"2516508\",3,\"Paraíba\",\"Taperoá\",,\"BRA.15.212_1\",,,\"BRPB2516508\",\"2516508\",-7.225914005,-36.8486980177542,15441,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fbc500bd\",2516607,2516607,\"BR_PB\",\"2516607\",3,\"Paraíba\",\"Tavares\",,\"BRA.15.213_1\",,,\"BRPB2516607\",\"2516607\",-7.5916152,-37.8923848101688,14759,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8d005a1c\",2516706,2516706,\"BR_PB\",\"2516706\",3,\"Paraíba\",\"Teixeira\",,\"BRA.15.214_1\",,,\"BRPB2516706\",\"2516706\",-7.25733757,-37.2535735300385,15248,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"697effe3\",2516755,2516755,\"BR_PB\",\"2516755\",3,\"Paraíba\",\"Tenório\",,\"BRA.15.215_1\",,,\"BRPB2516755\",\"2516755\",-6.949959515,-36.61664786209,3081,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1f554c9b\",2516805,2516805,\"BR_PB\",\"2516805\",3,\"Paraíba\",\"Triunfo\",,\"BRA.15.216_1\",,,\"BRPB2516805\",\"2516805\",-6.60173416,-38.5836467173368,9464,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6990163a\",2516904,2516904,\"BR_PB\",\"2516904\",3,\"Paraíba\",\"Uiraúna\",,\"BRA.15.217_1\",\"ChIJ3WN-HPGRpAcR51uL8NfjcOw\",,\"BRPB2516904\",\"2516904\",-6.49610305,-38.3711857523751,15300,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ae97be5f\",2517001,2517001,\"BR_PB\",\"2517001\",3,\"Paraíba\",\"Umbuzeiro\",,\"BRA.15.218_1\",,,\"BRPB2517001\",\"2517001\",-7.679294585,-35.7315217999235,9911,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d852e4fe\",2517100,2517100,\"BR_PB\",\"2517100\",3,\"Paraíba\",\"Várzea\",,\"BRA.15.219_1\",,,\"BRPB2517100\",\"2517100\",-9.291764735,-42.9500321964006,2841,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a3c8e203\",2517209,2517209,\"BR_PB\",\"2517209\",3,\"Paraíba\",\"Vieirópolis\",,\"BRA.15.220_1\",,,\"BRPB2517209\",\"2517209\",-6.565137865,-38.2588300286085,5372,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3f359d8f\",2505501,2505501,\"BR_PB\",\"2505501\",3,\"Paraíba\",\"Vista Serrana\",,\"BRA.15.73_1\",,,\"BRPB2505501\",\"2505501\",-6.759261845,-37.5722589330559,3824,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"40fdb3b6\",2517407,2517407,\"BR_PB\",\"2517407\",3,\"Paraíba\",\"Zabelê\",,\"BRA.15.221_1\",,,\"BRPB2517407\",\"2517407\",-8.075705525,-37.0904075152438,2255,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"19add361\",4100103,4100103,\"BR_PR\",\"4100103\",3,\"Paraná\",\"Abatiá\",,\"BRA.16.1_1\",,,\"BRPR4100103\",\"4100103\",-23.30489349,-50.3412784815306,7408,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6cec5dae\",4100202,4100202,\"BR_PR\",\"4100202\",3,\"Paraná\",\"Adrianópolis\",,\"BRA.16.2_1\",,,\"BRPR4100202\",\"4100202\",-24.788913725,-48.798960452166,5857,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f4276623\",4100301,4100301,\"BR_PR\",\"4100301\",3,\"Paraná\",\"Agudos do Sul\",,\"BRA.16.3_1\",,,\"BRPR4100301\",\"4100301\",-26.04074478,-49.3059579015244,9470,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"866f4030\",4100400,4100400,\"BR_PR\",\"4100400\",3,\"Paraná\",\"Almirante Tamandaré\",,\"BRA.16.4_1\",\"ChIJG89I0uPe3JQRpz4UanbhSJo\",,\"BRPR4100400\",\"4100400\",-25.30255795,-49.3279489374599,120041,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"82c40cd1\",4100459,4100459,\"BR_PR\",\"4100459\",3,\"Paraná\",\"Altamira do Paraná\",,\"BRA.16.5_1\",,,\"BRPR4100459\",\"4100459\",-24.824721335,-52.671754639995,1682,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78c379dc\",4128625,4128625,\"BR_PR\",\"4128625\",3,\"Paraná\",\"Alto Paraíso\",,\"BRA.16.398_1\",,,\"BRPR4128625\",\"4128625\",-23.515939715,-53.8323931782567,2685,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b301c6c\",4100608,4100608,\"BR_PR\",\"4100608\",3,\"Paraná\",\"Alto Paraná\",,\"BRA.16.6_1\",\"ChIJ72Da6PPAkpQRNfIIeh-ok14\",,\"BRPR4100608\",\"4100608\",-23.06739235,-52.305909485966,14859,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a4d6bca\",4100707,4100707,\"BR_PR\",\"4100707\",3,\"Paraná\",\"Alto Piquiri\",,\"BRA.16.7_1\",\"ChIJEfEeq8gh85QRdfxaNl2n2c0\",,\"BRPR4100707\",\"4100707\",-24.09027004,-53.3935996775921,9778,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe7192a3\",4100509,4100509,\"BR_PR\",\"4100509\",3,\"Paraná\",\"Altônia\",,\"BRA.16.8_1\",\"ChIJo4lzrrRT85QR-fokNGn96Vg\",,\"BRPR4100509\",\"4100509\",-23.912564275,-53.9170722754358,22176,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66161c61\",4100806,4100806,\"BR_PR\",\"4100806\",3,\"Paraná\",\"Alvorada do Sul\",,\"BRA.16.9_1\",,,\"BRPR4100806\",\"4100806\",-22.81830311,-51.2386353501445,11503,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fedd27ec\",4100905,4100905,\"BR_PR\",\"4100905\",3,\"Paraná\",\"Amaporã\",,\"BRA.16.10_1\",,,\"BRPR4100905\",\"4100905\",-23.139015195,-52.8350085646526,6332,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d7d4eea5\",4101002,4101002,\"BR_PR\",\"4101002\",3,\"Paraná\",\"Ampére\",,\"BRA.16.11_1\",\"ChIJcYwNAVPx8JQR80qd9ZubV4E\",,\"BRPR4101002\",\"4101002\",-25.907343865,-53.4960569489412,19311,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"33aa4b5a\",4101051,4101051,\"BR_PR\",\"4101051\",3,\"Paraná\",\"Anahy\",,\"BRA.16.12_1\",,,\"BRPR4101051\",\"4101051\",-24.639544485,-53.1422672461181,2788,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4f1fd528\",4101101,4101101,\"BR_PR\",\"4101101\",3,\"Paraná\",\"Andirá\",,\"BRA.16.14_1\",\"ChIJ2WXoKGG56pQRfvvVHcQVHL4\",,\"BRPR4101101\",\"4101101\",-22.961624145,-50.270684080374,19926,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"456f11fb\",4101150,4101150,\"BR_PR\",\"4101150\",3,\"Paraná\",\"Ângulo\",,\"BRA.16.15_1\",,,\"BRPR4101150\",\"4101150\",-23.197992325,-51.920344000087,2930,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3a5e5be7\",4101200,4101200,\"BR_PR\",\"4101200\",3,\"Paraná\",\"Antonina\",,\"BRA.16.16_1\",\"ChIJIaLI3rFi25QRaJYC8uVLPPQ\",,\"BRPR4101200\",\"4101200\",-25.29413605,-48.7254162521421,18949,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"42408974\",4101309,4101309,\"BR_PR\",\"4101309\",3,\"Paraná\",\"Antônio Olinto\",,\"BRA.16.17_1\",,,\"BRPR4101309\",\"4101309\",-25.944709775,-50.1041248561533,7427,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3008af67\",4101408,4101408,\"BR_PR\",\"4101408\",3,\"Paraná\",\"Apucarana\",,\"BRA.16.18_1\",\"ChIJgeyUpXyZ7JQR9W2Ipfba_dQ\",,\"BRPR4101408\",\"4101408\",-23.5784235,-51.3943419479172,136234,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a175d8c1\",4101507,4101507,\"BR_PR\",\"4101507\",3,\"Paraná\",\"Arapongas\",,\"BRA.16.19_1\",\"ChIJ4aWSf2Gh7JQR7QvTA9EDdlk\",,\"BRPR4101507\",\"4101507\",-23.447097775,-51.4378070279576,124810,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d434560e\",4101606,4101606,\"BR_PR\",\"4101606\",3,\"Paraná\",\"Arapoti\",,\"BRA.16.20_1\",\"ChIJq3x9eikHwpQRZYRiqvfovUY\",,\"BRPR4101606\",\"4101606\",-24.074028015,-49.933853488555,28300,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"304af3f1\",4101655,4101655,\"BR_PR\",\"4101655\",3,\"Paraná\",\"Arapuã\",,\"BRA.16.21_1\",,,\"BRPR4101655\",\"4101655\",-24.32734394,-51.8440448979963,3009,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4cff6d83\",4101705,4101705,\"BR_PR\",\"4101705\",3,\"Paraná\",\"Araruna\",,\"BRA.16.22_1\",\"ChIJC_g8hPdk7ZQRPvowD73ToAI\",,\"BRPR4101705\",\"4101705\",-23.926054,-52.5140375685868,14000,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"30a41a28\",4101804,4101804,\"BR_PR\",\"4101804\",3,\"Paraná\",\"Araucária\",,\"BRA.16.23_1\",\"ChIJ92FtjaUD3ZQRidfOplVMZ3E\",,\"BRPR4101804\",\"4101804\",-25.635144235,-49.4195954192844,146214,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3b77bce\",4101853,4101853,\"BR_PR\",\"4101853\",3,\"Paraná\",\"Ariranha do Ivaí\",,\"BRA.16.25_1\",,,\"BRPR4101853\",\"4101853\",-24.378790855,-51.5424097573959,2066,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"af02e5bc\",4101903,4101903,\"BR_PR\",\"4101903\",3,\"Paraná\",\"Assaí\",,\"BRA.16.26_1\",\"ChIJJwYRS_sQ65QRRCfverGX168\",,\"BRPR4101903\",\"4101903\",-23.41902351,-50.8789484694075,14954,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2b6f2067\",4102000,4102000,\"BR_PR\",\"4102000\",3,\"Paraná\",\"Assis Chateaubriand\",,\"BRA.16.27_1\",\"ChIJcTUdudKn85QR5Y6GJMDPI58\",,\"BRPR4102000\",\"4102000\",-24.44651413,-53.5789763816282,33340,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5371f2f4\",4102109,4102109,\"BR_PR\",\"4102109\",3,\"Paraná\",\"Astorga\",,\"BRA.16.28_1\",\"ChIJ4V1Sq9Q0k5QRifeksb9xFdQ\",,\"BRPR4102109\",\"4102109\",-23.239129065,-51.6945572073921,26209,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"26307c3b\",4102208,4102208,\"BR_PR\",\"4102208\",3,\"Paraná\",\"Atalaia\",,\"BRA.16.29_1\",,,\"BRPR4102208\",\"4102208\",-23.127343175,-52.076582047006,3881,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b74d0b9d\",4102307,4102307,\"BR_PR\",\"4102307\",3,\"Paraná\",\"Balsa Nova\",,\"BRA.16.30_1\",\"ChIJUU4PU0AS3ZQRxUwaD38-1hI\",,\"BRPR4102307\",\"4102307\",-25.706394195,-49.8678260062385,13092,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c5052d8e\",4102406,4102406,\"BR_PR\",\"4102406\",3,\"Paraná\",\"Bandeirantes\",,\"BRA.16.31_1\",\"ChIJpfPuG1SV6pQRI1kflzhhvAw\",,\"BRPR4102406\",\"4102406\",-23.155726435,-50.3438788866222,31211,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5dce1603\",4102505,4102505,\"BR_PR\",\"4102505\",3,\"Paraná\",\"Barbosa Ferraz\",,\"BRA.16.32_1\",,,\"BRPR4102505\",\"4102505\",-24.07303905,-52.0113802791774,11426,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7296758\",4102703,4102703,\"BR_PR\",\"4102703\",3,\"Paraná\",\"Barra do Jacaré\",,\"BRA.16.33_1\",,,\"BRPR4102703\",\"4102703\",-23.105941775,-50.1479929353982,2781,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"288f98cc\",4102604,4102604,\"BR_PR\",\"4102604\",3,\"Paraná\",\"Barracão\",,\"BRA.16.34_1\",\"ChIJMVG7N5WE8JQR2ag7mSmBsxA\",,\"BRPR4102604\",\"4102604\",-26.249746325,-53.5287300670557,10312,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd59a38b\",4102752,4102752,\"BR_PR\",\"4102752\",3,\"Paraná\",\"Bela Vista da Caroba\",,\"BRA.16.35_1\",,,\"BRPR4102752\",\"4102752\",-25.885552405,-53.6322214888447,3457,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cb7210f3\",4102802,4102802,\"BR_PR\",\"4102802\",3,\"Paraná\",\"Bela Vista do Paraíso\",,\"BRA.16.36_1\",\"ChIJTb5DaOOtlJQRaX_-AZi0I4Q\",,\"BRPR4102802\",\"4102802\",-23.00650501,-51.2459074005648,15399,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53b92b7e\",4102901,4102901,\"BR_PR\",\"4102901\",3,\"Paraná\",\"Bituruna\",,\"BRA.16.37_1\",\"ChIJQ6u3yWLE5ZQRnWJ1VM2z2vU\",,\"BRPR4102901\",\"4102901\",-26.14676952,-51.4964690384228,16400,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9d08cf30\",4103008,4103008,\"BR_PR\",\"4103008\",3,\"Paraná\",\"Boa Esperança\",,\"BRA.16.39_1\",,,\"BRPR4103008\",\"4103008\",-24.26467991,-52.7325002346112,4047,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a688e199\",4103024,4103024,\"BR_PR\",\"4103024\",3,\"Paraná\",\"Boa Esperança do Iguaçu\",,\"BRA.16.38_1\",,,\"BRPR4103024\",\"4103024\",-25.63402271,-53.2362089696372,2470,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f7bf8206\",4103040,4103040,\"BR_PR\",\"4103040\",3,\"Paraná\",\"Boa Ventura de São Roque\",,\"BRA.16.40_1\",,,\"BRPR4103040\",\"4103040\",-24.830420495,-51.5327967345965,6365,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"70c026e4\",4103057,4103057,\"BR_PR\",\"4103057\",3,\"Paraná\",\"Boa Vista da Aparecida\",,\"BRA.16.41_1\",,,\"BRPR4103057\",\"4103057\",-25.443348885,-53.4360949877126,7540,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0c75b896\",4103107,4103107,\"BR_PR\",\"4103107\",3,\"Paraná\",\"Bocaiúva do Sul\",,\"BRA.16.42_1\",\"ChIJuRbEfcuk3JQRNMKDts6Jt3A\",,\"BRPR4103107\",\"4103107\",-25.098900795,-48.9644259525386,13129,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"06057c45\",4103156,4103156,\"BR_PR\",\"4103156\",3,\"Paraná\",\"Bom Jesus do Sul\",,\"BRA.16.43_1\",,,\"BRPR4103156\",\"4103156\",-26.15529728,-53.5466548988046,3506,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"79343659\",4103206,4103206,\"BR_PR\",\"4103206\",3,\"Paraná\",\"Bom Sucesso\",,\"BRA.16.45_1\",,,\"BRPR4103206\",\"4103206\",-23.716098785,-51.8194994283368,7068,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4c6f90c2\",4103222,4103222,\"BR_PR\",\"4103222\",3,\"Paraná\",\"Bom Sucesso do Sul\",,\"BRA.16.44_1\",,,\"BRPR4103222\",\"4103222\",-26.08597755,-52.8599597679198,3254,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e1ff0dd4\",4103305,4103305,\"BR_PR\",\"4103305\",3,\"Paraná\",\"Borrazópolis\",,\"BRA.16.46_1\",,,\"BRPR4103305\",\"4103305\",-23.95317268,-51.6078571291104,6439,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eb8fc907\",4103354,4103354,\"BR_PR\",\"4103354\",3,\"Paraná\",\"Braganey\",,\"BRA.16.47_1\",,,\"BRPR4103354\",\"4103354\",-24.7891922,-53.1034855220197,5382,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ded46f9c\",4103370,4103370,\"BR_PR\",\"4103370\",3,\"Paraná\",\"Brasilândia do Sul\",,\"BRA.16.48_1\",,,\"BRPR4103370\",\"4103370\",-24.145985605,-53.5274805398562,2585,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93b72bc7\",4103404,4103404,\"BR_PR\",\"4103404\",3,\"Paraná\",\"Cafeara\",,\"BRA.16.49_1\",,,\"BRPR4103404\",\"4103404\",-22.79223347,-51.7290029972581,2954,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"70a44a21\",4103453,4103453,\"BR_PR\",\"4103453\",3,\"Paraná\",\"Cafelândia\",,\"BRA.16.50_1\",\"ChIJUVIxgwo18pQRYfONaHN_Apw\",,\"BRPR4103453\",\"4103453\",-24.689958575,-53.3709119871287,18456,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a247c1bd\",4103479,4103479,\"BR_PR\",\"4103479\",3,\"Paraná\",\"Cafezal do Sul\",,\"BRA.16.51_1\",,,\"BRPR4103479\",\"4103479\",-23.951024055,-53.5592342506797,4009,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0c11d453\",4103503,4103503,\"BR_PR\",\"4103503\",3,\"Paraná\",\"Califórnia\",,\"BRA.16.52_1\",\"ChIJU4CSJWmC7JQRSO76nVUcUwM\",,\"BRPR4103503\",\"4103503\",-23.66773319,-51.3350619261097,8606,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"79505a9c\",4103602,4103602,\"BR_PR\",\"4103602\",3,\"Paraná\",\"Cambará\",,\"BRA.16.53_1\",\"ChIJO6ppBkyh6pQRS6qGe6xLfDs\",,\"BRPR4103602\",\"4103602\",-22.992987635,-50.0841074782157,25466,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e19b6111\",4103701,4103701,\"BR_PR\",\"4103701\",3,\"Paraná\",\"Cambé\",,\"BRA.16.54_1\",\"ChIJXc04_o1W65QRLG8PijzTC4k\",,\"BRPR4103701\",\"4103701\",-23.206101415,-51.2495030289305,107341,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9dc016ba\",4103800,4103800,\"BR_PR\",\"4103800\",3,\"Paraná\",\"Cambira\",,\"BRA.16.55_1\",\"ChIJkX3Mb02R7JQRUv_H-Lk7Cdw\",,\"BRPR4103800\",\"4103800\",-23.61468506,-51.5754094148717,7917,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e5dec429\",4103909,4103909,\"BR_PR\",\"4103909\",3,\"Paraná\",\"Campina da Lagoa\",,\"BRA.16.56_1\",\"ChIJOe0VdbMO8pQRTwOQYHMIC-Y\",,\"BRPR4103909\",\"4103909\",-24.6043129,-52.7813567960288,14043,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efae00fa\",4103958,4103958,\"BR_PR\",\"4103958\",3,\"Paraná\",\"Campina do Simão\",,\"BRA.16.57_1\",,,\"BRPR4103958\",\"4103958\",-25.11984634,-51.7726555226802,3859,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e767da8e\",4104006,4104006,\"BR_PR\",\"4104006\",3,\"Paraná\",\"Campina Grande do Sul\",,\"BRA.16.58_1\",\"ChIJy6lk9X6i3JQRLsYNMspwiGE\",,\"BRPR4104006\",\"4104006\",-25.18453026,-48.8718697731008,43685,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"03197f71\",4104055,4104055,\"BR_PR\",\"4104055\",3,\"Paraná\",\"Campo Bonito\",,\"BRA.16.59_1\",,,\"BRPR4104055\",\"4104055\",-24.902635575,-53.0300249266797,3763,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7face103\",4104105,4104105,\"BR_PR\",\"4104105\",3,\"Paraná\",\"Campo do Tenente\",,\"BRA.16.60_1\",,,\"BRPR4104105\",\"4104105\",-25.983413695,-49.667302564286,8045,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0aed6fcc\",4104204,4104204,\"BR_PR\",\"4104204\",3,\"Paraná\",\"Campo Largo\",,\"BRA.16.63_1\",\"ChIJc9Pi4pQX3ZQRHJpVMFkYLUg\",,\"BRPR4104204\",\"4104204\",-25.267045975,-49.6888243583798,133865,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e9fe0e2a\",4104253,4104253,\"BR_PR\",\"4104253\",3,\"Paraná\",\"Campo Magro\",,\"BRA.16.61_1\",\"ChIJuxYSW9Qj3ZQRu_b_lMzVMik\",,\"BRPR4104253\",\"4104253\",-25.29834366,-49.4512159667887,29740,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"954b9058\",4104303,4104303,\"BR_PR\",\"4104303\",3,\"Paraná\",\"Campo Mourão\",,\"BRA.16.62_1\",\"ChIJU6sPc6R17ZQR7dGgAxuXgRg\",,\"BRPR4104303\",\"4104303\",-24.12654495,-52.3622370011748,95488,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e703b64b\",4104402,4104402,\"BR_PR\",\"4104402\",3,\"Paraná\",\"Cândido de Abreu\",,\"BRA.16.64_1\",,,\"BRPR4104402\",\"4104402\",-24.680436135,-51.2561026337815,14809,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"35e03dd7\",4104428,4104428,\"BR_PR\",\"4104428\",3,\"Paraná\",\"Candói\",,\"BRA.16.65_1\",\"ChIJaeC1zt6Y75QRQjcoHfDcR8U\",,\"BRPR4104428\",\"4104428\",-25.52540207,-52.0108588337782,16053,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"037d13b4\",4104451,4104451,\"BR_PR\",\"4104451\",3,\"Paraná\",\"Cantagalo\",,\"BRA.16.66_1\",,,\"BRPR4104451\",\"4104451\",-25.30410004,-52.1077656654888,13329,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7fc88dc6\",4104501,4104501,\"BR_PR\",\"4104501\",3,\"Paraná\",\"Capanema\",,\"BRA.16.67_1\",\"ChIJ6fFHg5Yj8ZQRBpMv0UVSXEw\",,\"BRPR4104501\",\"4104501\",-25.605805395,-53.7043874526982,19148,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a890309\",4104600,4104600,\"BR_PR\",\"4104600\",3,\"Paraná\",\"Capitão Leônidas Marques\",,\"BRA.16.68_1\",\"ChIJxZBBLD0S8ZQRCcjX-I0F3Wc\",,\"BRPR4104600\",\"4104600\",-25.458424565,-53.5976248730041,15834,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e224fe8\",4104659,4104659,\"BR_PR\",\"4104659\",3,\"Paraná\",\"Carambeí\",,\"BRA.16.69_1\",\"ChIJu-8I3J4h6JQRQ6nqYR4iaz0\",,\"BRPR4104659\",\"4104659\",-24.889920235,-50.1744446438567,23825,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7297d19a\",4104709,4104709,\"BR_PR\",\"4104709\",3,\"Paraná\",\"Carlópolis\",,\"BRA.16.70_1\",\"ChIJ7UEwuL7HwZQRx9t5v-6bZfc\",,\"BRPR4104709\",\"4104709\",-23.45570278,-49.6939216873617,14356,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ecca631\",4104808,4104808,\"BR_PR\",\"4104808\",3,\"Paraná\",\"Cascavel\",,\"BRA.16.71_1\",\"ChIJKXxQ92R_8ZQRPCQllDkgEvo\",,\"BRPR4104808\",\"4104808\",-25.05587387,-53.3025911698501,332333,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9fb1d197\",4104907,4104907,\"BR_PR\",\"4104907\",3,\"Paraná\",\"Castro\",,\"BRA.16.72_1\",\"ChIJ7xvNrBWawpQRwUgxHSvxLQE\",,\"BRPR4104907\",\"4104907\",-24.804052355,-49.85576364804,71809,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2fb14964\",4105003,4105003,\"BR_PR\",\"4105003\",3,\"Paraná\",\"Catanduvas\",,\"BRA.16.73_1\",,,\"BRPR4105003\",\"4105003\",-25.234363555,-53.1303276319707,10167,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"597413c5\",4105102,4105102,\"BR_PR\",\"4105102\",3,\"Paraná\",\"Centenário do Sul\",,\"BRA.16.74_1\",\"ChIJQw-x7y5pk5QRjFl0ot0O4sU\",,\"BRPR4105102\",\"4105102\",-22.793842315,-51.5577166317675,10764,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c23bfc26\",4105201,4105201,\"BR_PR\",\"4105201\",3,\"Paraná\",\"Cerro Azul\",,\"BRA.16.75_1\",,,\"BRPR4105201\",\"4105201\",-24.88520241,-49.2448762837458,17833,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b4fea687\",4105300,4105300,\"BR_PR\",\"4105300\",3,\"Paraná\",\"Céu Azul\",,\"BRA.16.76_1\",\"ChIJf1zzWVNf8ZQRbCF_Ioi4Wg4\",,\"BRPR4105300\",\"4105300\",-25.28857422,-53.7597164335193,11819,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c86d08a6\",4105409,4105409,\"BR_PR\",\"4105409\",3,\"Paraná\",\"Chopinzinho\",,\"BRA.16.77_1\",\"ChIJgaWiOsru75QRBqrOF2-qX6A\",,\"BRPR4105409\",\"4105409\",-25.79398346,-52.4138842164137,19167,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bea85207\",4105508,4105508,\"BR_PR\",\"4105508\",3,\"Paraná\",\"Cianorte\",,\"BRA.16.78_1\",\"ChIJ3d7_Chta7ZQRGFM6N68Rwng\",,\"BRPR4105508\",\"4105508\",-23.73867607,-52.6401746789701,83816,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2c51f1cf\",4105607,4105607,\"BR_PR\",\"4105607\",3,\"Paraná\",\"Cidade Gaúcha\",,\"BRA.16.79_1\",\"ChIJCS_Ts1FEjZQRkTd83KfZK4o\",,\"BRPR4105607\",\"4105607\",-23.37662983,-52.9476238808394,12797,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5a94ab6e\",4105706,4105706,\"BR_PR\",\"4105706\",3,\"Paraná\",\"Clevelândia\",,\"BRA.16.80_1\",\"ChIJS1mXSvg95ZQRn4SUFehPnAQ\",,\"BRPR4105706\",\"4105706\",-26.309500695,-52.3569848809403,16450,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c8c1bde9\",4105805,4105805,\"BR_PR\",\"4105805\",3,\"Paraná\",\"Colombo\",,\"BRA.16.81_1\",\"ChIJeeQZRRLd3JQRalJHchXZUNk\",,\"BRPR4105805\",\"4105805\",-25.311496735,-49.1916994742843,246540,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be04e748\",4105904,4105904,\"BR_PR\",\"4105904\",3,\"Paraná\",\"Colorado\",,\"BRA.16.82_1\",\"ChIJ_zJy5zQDk5QRzlK5-tFPh38\",,\"BRPR4105904\",\"4105904\",-22.815781595,-52.0043735686896,24145,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d30a87a6\",4106001,4106001,\"BR_PR\",\"4106001\",3,\"Paraná\",\"Congonhinhas\",,\"BRA.16.83_1\",,,\"BRPR4106001\",\"4106001\",-23.623750685,-50.5183287584756,8857,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a5cfdd07\",4106100,4106100,\"BR_PR\",\"4106100\",3,\"Paraná\",\"Conselheiro Mairinck\",,\"BRA.16.84_1\",,,\"BRPR4106100\",\"4106100\",-23.58761692,-50.1417914802297,3876,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"de55dbfa\",4106209,4106209,\"BR_PR\",\"4106209\",3,\"Paraná\",\"Contenda\",,\"BRA.16.85_1\",\"ChIJUYnOViQG3ZQRX8rIBXeQb9k\",,\"BRPR4106209\",\"4106209\",-25.701459885,-49.5352388454763,18837,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a890815b\",4106308,4106308,\"BR_PR\",\"4106308\",3,\"Paraná\",\"Corbélia\",,\"BRA.16.86_1\",\"ChIJVVFh_dgw8pQRMG_SO2Yg2wE\",,\"BRPR4106308\",\"4106308\",-24.73656654,-53.2386504685688,17117,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d608a4f\",4106407,4106407,\"BR_PR\",\"4106407\",3,\"Paraná\",\"Cornélio Procópio\",,\"BRA.16.87_1\",\"ChIJxWSsyAHf6pQRwVWIw0Qgx6k\",,\"BRPR4106407\",\"4106407\",-23.19552803,-50.6518721200197,47842,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"37104e9c\",4106456,4106456,\"BR_PR\",\"4106456\",3,\"Paraná\",\"Coronel Domingos Soares\",,\"BRA.16.88_1\",,,\"BRPR4106456\",\"4106456\",-26.172579765,-51.9108018479227,7518,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4ba5d0ee\",4106506,4106506,\"BR_PR\",\"4106506\",3,\"Paraná\",\"Coronel Vivida\",,\"BRA.16.89_1\",\"ChIJPyK7-GP575QRTBHqo805_sw\",,\"BRPR4106506\",\"4106506\",-25.994016645,-52.5606672680605,20580,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"afdb7511\",4106555,4106555,\"BR_PR\",\"4106555\",3,\"Paraná\",\"Corumbataí do Sul\",,\"BRA.16.90_1\",,,\"BRPR4106555\",\"4106555\",-24.126194,-52.1262238239166,3127,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3317b732\",4106803,4106803,\"BR_PR\",\"4106803\",3,\"Paraná\",\"Cruz Machado\",,\"BRA.16.91_1\",,,\"BRPR4106803\",\"4106803\",-25.896601675,-51.1840898522619,18741,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a80d38a\",4106571,4106571,\"BR_PR\",\"4106571\",3,\"Paraná\",\"Cruzeiro do Iguaçu\",,\"BRA.16.92_1\",,,\"BRPR4106571\",\"4106571\",-25.599609375,-53.1287517274234,4240,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0ea3f0d\",4106605,4106605,\"BR_PR\",\"4106605\",3,\"Paraná\",\"Cruzeiro do Oeste\",,\"BRA.16.93_1\",\"ChIJG28YFdrH8pQRe49-PztiUr4\",,\"BRPR4106605\",\"4106605\",-23.735453605,-53.0688757600354,20947,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a62f65ac\",4106704,4106704,\"BR_PR\",\"4106704\",3,\"Paraná\",\"Cruzeiro do Sul\",,\"BRA.16.94_1\",,,\"BRPR4106704\",\"4106704\",-22.9822464,-52.1532847506261,4449,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"396773e1\",4106852,4106852,\"BR_PR\",\"4106852\",3,\"Paraná\",\"Cruzmaltina\",,\"BRA.16.95_1\",,,\"BRPR4106852\",\"4106852\",-24.00271797,-51.4629267899909,2921,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"45d2ed93\",4106902,4106902,\"BR_PR\",\"4106902\",3,\"Paraná\",\"Curitiba\",\"Curitiba, Paraná\",\"BRA.16.96_1\",\"ChIJ8Q8J_PXj3JQRR7crCbCDejw\",,\"BRPR4106902\",\"4106902\",-25.49364376,-49.2853030481382,1948626,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"656d68f1\",4107009,4107009,\"BR_PR\",\"4107009\",3,\"Paraná\",\"Curiúva\",,\"BRA.16.97_1\",\"ChIJ8fqS4kol6pQRPxyu5L_Y2E0\",,\"BRPR4107009\",\"4107009\",-23.990879055,-50.4414229810904,15196,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe60db84\",4107157,4107157,\"BR_PR\",\"4107157\",3,\"Paraná\",\"Diamante D'Oeste\",,\"BRA.16.98_1\",,,\"BRPR4107157\",\"4107157\",-24.968233105,-54.089320674977,5266,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"13a83250\",4107108,4107108,\"BR_PR\",\"4107108\",3,\"Paraná\",\"Diamante do Norte\",,\"BRA.16.99_1\",,,\"BRPR4107108\",\"4107108\",-22.638177875,-52.8901669496093,5030,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"28281cf9\",4107124,4107124,\"BR_PR\",\"4107124\",3,\"Paraná\",\"Diamante do Sul\",,\"BRA.16.100_1\",,,\"BRPR4107124\",\"4107124\",-24.999491695,-52.6992352552913,3424,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"81519198\",4107207,4107207,\"BR_PR\",\"4107207\",3,\"Paraná\",\"Dois Vizinhos\",,\"BRA.16.101_1\",\"ChIJ-ZbNkiNG8JQRq80S6PcxDkU\",,\"BRPR4107207\",\"4107207\",-25.741420745,-53.0691436859388,41038,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b21554b\",4107256,4107256,\"BR_PR\",\"4107256\",3,\"Paraná\",\"Douradina\",,\"BRA.16.102_1\",\"ChIJYe9q5QsijZQRiJmJhGOh9pg\",,\"BRPR4107256\",\"4107256\",-23.35132885,-53.2947060255665,8869,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f794cb39\",4107306,4107306,\"BR_PR\",\"4107306\",3,\"Paraná\",\"Doutor Camargo\",,\"BRA.16.103_1\",,,\"BRPR4107306\",\"4107306\",-23.569046975,-52.2272201756753,5983,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"88bbeda8\",4128633,4128633,\"BR_PR\",\"4128633\",3,\"Paraná\",\"Doutor Ulysses\",,\"BRA.16.104_1\",,,\"BRPR4128633\",\"4128633\",-24.59862709,-49.4031528180743,5552,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6bd28c06\",4107405,4107405,\"BR_PR\",\"4107405\",3,\"Paraná\",\"Enéas Marques\",,\"BRA.16.105_1\",,,\"BRPR4107405\",\"4107405\",-25.88336754,-53.1251069145845,5933,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1d17d6a7\",4107504,4107504,\"BR_PR\",\"4107504\",3,\"Paraná\",\"Engenheiro Beltrão\",,\"BRA.16.106_1\",\"ChIJwWGfDCkU7ZQRtMSiTWo-3wI\",,\"BRPR4107504\",\"4107504\",-23.76189804,-52.2823976530529,13981,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3f8cc94f\",4107538,4107538,\"BR_PR\",\"4107538\",3,\"Paraná\",\"Entre Rios do Oeste\",,\"BRA.16.107_1\",,,\"BRPR4107538\",\"4107538\",-24.70428562,-54.2387299276613,4596,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"284c703c\",4107520,4107520,\"BR_PR\",\"4107520\",3,\"Paraná\",\"Esperança Nova\",,\"BRA.16.108_1\",,,\"BRPR4107520\",\"4107520\",-23.72613907,-53.7970672842333,1665,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9775728f\",4107546,4107546,\"BR_PR\",\"4107546\",3,\"Paraná\",\"Espigão Alto do Iguaçu\",,\"BRA.16.109_1\",,,\"BRPR4107546\",\"4107546\",-25.381782535,-52.7735561639483,4048,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe04b741\",4107553,4107553,\"BR_PR\",\"4107553\",3,\"Paraná\",\"Farol\",,\"BRA.16.110_1\",,,\"BRPR4107553\",\"4107553\",-24.121258735,-52.6189716104934,3041,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8135fd5d\",4107603,4107603,\"BR_PR\",\"4107603\",3,\"Paraná\",\"Faxinal\",,\"BRA.16.111_1\",\"ChIJNe5mBYiJ65QRNz43iPr7-KU\",,\"BRPR4107603\",\"4107603\",-24.003005025,-51.2443107076657,17316,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b45398e\",4107652,4107652,\"BR_PR\",\"4107652\",3,\"Paraná\",\"Fazenda Rio Grande\",,\"BRA.16.112_1\",\"ChIJu7LuN4tV3JQRer5tdML-vbY\",,\"BRPR4107652\",\"4107652\",-25.68114662,-49.3015495853679,102004,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f7f0a7fc\",4107702,4107702,\"BR_PR\",\"4107702\",3,\"Paraná\",\"Fênix\",,\"BRA.16.113_1\",,,\"BRPR4107702\",\"4107702\",-23.89381504,-52.0268733066679,4748,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dbb03026\",4107736,4107736,\"BR_PR\",\"4107736\",3,\"Paraná\",\"Fernandes Pinheiro\",,\"BRA.16.114_1\",,,\"BRPR4107736\",\"4107736\",-25.489326475,-50.5109396413549,5602,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"138e0203\",4107751,4107751,\"BR_PR\",\"4107751\",3,\"Paraná\",\"Figueira\",,\"BRA.16.115_1\",,,\"BRPR4107751\",\"4107751\",-23.856983185,-50.4204951879591,7696,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6fd575a8\",4107850,4107850,\"BR_PR\",\"4107850\",3,\"Paraná\",\"Flor da Serra do Sul\",,\"BRA.16.116_1\",,,\"BRPR4107850\",\"4107850\",-26.25461292,-53.2333197568771,4603,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"65a5b17b\",4107801,4107801,\"BR_PR\",\"4107801\",3,\"Paraná\",\"Floraí\",,\"BRA.16.117_1\",,,\"BRPR4107801\",\"4107801\",-23.337909695,-52.3554817546356,4906,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1360ebda\",4107900,4107900,\"BR_PR\",\"4107900\",3,\"Paraná\",\"Floresta\",,\"BRA.16.118_1\",\"ChIJxa2JF2kh7ZQRWGf2XfSSUBE\",,\"BRPR4107900\",\"4107900\",-23.606095315,-52.0820422160118,6851,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dab655a0\",4108007,4108007,\"BR_PR\",\"4108007\",3,\"Paraná\",\"Florestópolis\",,\"BRA.16.119_1\",\"ChIJYSqGltFek5QR4Wmv8m7OqKE\",,\"BRPR4108007\",\"4108007\",-22.893289565,-51.41168404623,10453,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ac730f01\",4108106,4108106,\"BR_PR\",\"4108106\",3,\"Paraná\",\"Flórida\",,\"BRA.16.120_1\",,,\"BRPR4108106\",\"4108106\",-23.105531695,-51.9627890336665,2699,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"373ce0e2\",4108205,4108205,\"BR_PR\",\"4108205\",3,\"Paraná\",\"Formosa do Oeste\",,\"BRA.16.121_1\",,,\"BRPR4108205\",\"4108205\",-24.296866415,-53.3291336239085,6460,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"41f9ba43\",4108304,4108304,\"BR_PR\",\"4108304\",3,\"Paraná\",\"Foz do Iguaçu\",,\"BRA.16.122_1\",\"ChIJu3nb5T2Y9pQRScPKhcVoC5I\",,\"BRPR4108304\",\"4108304\",-25.45728588,-54.5509959450864,258248,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0a2fdb6\",4108452,4108452,\"BR_PR\",\"4108452\",3,\"Paraná\",\"Foz do Jordão\",,\"BRA.16.123_1\",,,\"BRPR4108452\",\"4108452\",-25.69473076,-52.070372136148,4556,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"74a21cd8\",4108320,4108320,\"BR_PR\",\"4108320\",3,\"Paraná\",\"Francisco Alves\",,\"BRA.16.124_1\",,,\"BRPR4108320\",\"4108320\",-24.097496035,-53.8866705639699,5993,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dad23965\",4108403,4108403,\"BR_PR\",\"4108403\",3,\"Paraná\",\"Francisco Beltrão\",,\"BRA.16.125_1\",\"ChIJU9Ia1QZy8JQRS7oe-q4AzjU\",,\"BRPR4108403\",\"4108403\",-26.068606375,-53.1037180025491,92216,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ac1763c4\",4108502,4108502,\"BR_PR\",\"4108502\",3,\"Paraná\",\"General Carneiro\",,\"BRA.16.126_1\",,,\"BRPR4108502\",\"4108502\",-26.478920935,-51.3896506099219,13685,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4869c63b\",4108551,4108551,\"BR_PR\",\"4108551\",3,\"Paraná\",\"Godoy Moreira\",,\"BRA.16.127_1\",,,\"BRPR4108551\",\"4108551\",-24.15506458,-51.8799776549098,2898,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"37588c27\",4108601,4108601,\"BR_PR\",\"4108601\",3,\"Paraná\",\"Goioerê\",,\"BRA.16.128_1\",\"ChIJt2AQbUWL8pQRalp0lDBMgw4\",,\"BRPR4108601\",\"4108601\",-24.178257945,-53.0706443400868,28808,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d2848f4\",4108650,4108650,\"BR_PR\",\"4108650\",3,\"Paraná\",\"Goioxim\",,\"BRA.16.129_1\",,,\"BRPR4108650\",\"4108650\",-25.13895798,-51.9821699670592,7053,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"419dd686\",4108700,4108700,\"BR_PR\",\"4108700\",3,\"Paraná\",\"Grandes Rios\",,\"BRA.16.130_1\",,,\"BRPR4108700\",\"4108700\",-24.191617015,-51.4247302153384,5497,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"331d291f\",4108809,4108809,\"BR_PR\",\"4108809\",3,\"Paraná\",\"Guaíra\",,\"BRA.16.132_1\",\"ChIJxT99WAuj9JQRDz6uVx6AymU\",,\"BRPR4108809\",\"4108809\",-24.192599295,-54.2443175346665,33310,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"45d873be\",4108908,4108908,\"BR_PR\",\"4108908\",3,\"Paraná\",\"Guairaçá\",,\"BRA.16.131_1\",,,\"BRPR4108908\",\"4108908\",-22.91797352,-52.7400420335827,6609,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a8109a6a\",4108957,4108957,\"BR_PR\",\"4108957\",3,\"Paraná\",\"Guamiranga\",,\"BRA.16.133_1\",,,\"BRPR4108957\",\"4108957\",-25.174185755,-50.8218993472433,8811,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8c0453e9\",4109005,4109005,\"BR_PR\",\"4109005\",3,\"Paraná\",\"Guapirama\",,\"BRA.16.134_1\",,,\"BRPR4109005\",\"4109005\",-23.471544265,-50.0770155227411,3784,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fac10948\",4109104,4109104,\"BR_PR\",\"4109104\",3,\"Paraná\",\"Guaporema\",,\"BRA.16.135_1\",,,\"BRPR4109104\",\"4109104\",-23.33212662,-52.8126763006522,2241,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66e322b2\",4109203,4109203,\"BR_PR\",\"4109203\",3,\"Paraná\",\"Guaraci\",,\"BRA.16.136_1\",,,\"BRPR4109203\",\"4109203\",-22.95844841,-51.6718945571583,5530,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"10267813\",4109302,4109302,\"BR_PR\",\"4109302\",3,\"Paraná\",\"Guaraniaçu\",,\"BRA.16.137_1\",\"ChIJ4ROJ0HHl8ZQRAn8glrTMimk\",,\"BRPR4109302\",\"4109302\",-25.04455948,-52.8580487652918,12217,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8c603f2c\",4109401,4109401,\"BR_PR\",\"4109401\",3,\"Paraná\",\"Guarapuava\",,\"BRA.16.138_1\",\"ChIJb1hpBrQ375QR83o6RN0DrZQ\",,\"BRPR4109401\",\"4109401\",-25.387302395,-51.4525636057107,182644,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"faa5658d\",4109500,4109500,\"BR_PR\",\"4109500\",3,\"Paraná\",\"Guaraqueçaba\",,\"BRA.16.139_1\",\"ChIJKaOHk3QM25QRUbUuf5ZOUBY\",,\"BRPR4109500\",\"4109500\",-25.22384262,-48.3956662942776,7594,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"813f6370\",4109609,4109609,\"BR_PR\",\"4109609\",3,\"Paraná\",\"Guaratuba\",,\"BRA.16.140_1\",\"ChIJy-055Rn725QR9_M4c1-YtBY\",,\"BRPR4109609\",\"4109609\",-25.79316616,-48.7205391195358,37527,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b4fa7a3\",4109658,4109658,\"BR_PR\",\"4109658\",3,\"Paraná\",\"Honório Serpa\",,\"BRA.16.141_1\",,,\"BRPR4109658\",\"4109658\",-26.16041088,-52.3662817660967,5119,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f7fa39d1\",4109708,4109708,\"BR_PR\",\"4109708\",3,\"Paraná\",\"Ibaiti\",,\"BRA.16.142_1\",\"ChIJ17MiR9cR6pQRyIAuB_JevRI\",,\"BRPR4109708\",\"4109708\",-23.789578435,-50.2896818104763,31644,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a32d005\",4109757,4109757,\"BR_PR\",\"4109757\",3,\"Paraná\",\"Ibema\",,\"BRA.16.143_1\",,,\"BRPR4109757\",\"4109757\",-25.15144062,-53.0236548234892,6370,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c19637d\",4109807,4109807,\"BR_PR\",\"4109807\",3,\"Paraná\",\"Ibiporã\",,\"BRA.16.144_1\",\"ChIJrbTfatRA65QRgZGxZOSUUyQ\",,\"BRPR4109807\",\"4109807\",-23.228496555,-51.0492514081804,55131,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1adc39dc\",4109906,4109906,\"BR_PR\",\"4109906\",3,\"Paraná\",\"Icaraíma\",,\"BRA.16.145_1\",,,\"BRPR4109906\",\"4109906\",-23.376480105,-53.5978429873524,7786,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"250f90e6\",4110003,4110003,\"BR_PR\",\"4110003\",3,\"Paraná\",\"Iguaraçu\",,\"BRA.16.146_1\",,,\"BRPR4110003\",\"4110003\",-23.217965125,-51.8124635531774,4440,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2f7f5435\",4110052,4110052,\"BR_PR\",\"4110052\",3,\"Paraná\",\"Iguatu\",,\"BRA.16.147_1\",,,\"BRPR4110052\",\"4110052\",-24.680534365,-53.078798762799,2253,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd9cdfa9\",4110078,4110078,\"BR_PR\",\"4110078\",3,\"Paraná\",\"Imbaú\",,\"BRA.16.148_1\",\"ChIJz9MhRsF26ZQRMFxABsRR2gQ\",,\"BRPR4110078\",\"4110078\",-24.44054985,-50.7499727253307,13282,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53caca47\",4110102,4110102,\"BR_PR\",\"4110102\",3,\"Paraná\",\"Imbituva\",,\"BRA.16.149_1\",\"ChIJr2oNfo1j6JQRtsmQ3tDEL8A\",,\"BRPR4110102\",\"4110102\",-25.22624302,-50.6533723684031,32940,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c88525a4\",4110201,4110201,\"BR_PR\",\"4110201\",3,\"Paraná\",\"Inácio Martins\",,\"BRA.16.150_1\",,,\"BRPR4110201\",\"4110201\",-25.64439106,-51.1964250754133,11121,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be407f05\",4110300,4110300,\"BR_PR\",\"4110300\",3,\"Paraná\",\"Inajá\",,\"BRA.16.151_1\",,,\"BRPR4110300\",\"4110300\",-22.71538639,-52.2227436939219,3116,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2d3d124\",4110409,4110409,\"BR_PR\",\"4110409\",3,\"Paraná\",\"Indianópolis\",,\"BRA.16.152_1\",,,\"BRPR4110409\",\"4110409\",-23.482915875,-52.667540318416,4465,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b4168b85\",4110508,4110508,\"BR_PR\",\"4110508\",3,\"Paraná\",\"Ipiranga\",,\"BRA.16.153_1\",,,\"BRPR4110508\",\"4110508\",-25.007027625,-50.5650632471129,15251,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"26ef284d\",4110607,4110607,\"BR_PR\",\"4110607\",3,\"Paraná\",\"Iporã\",,\"BRA.16.155_1\",\"ChIJ2QiKgLA785QRUdtkIOaAsBI\",,\"BRPR4110607\",\"4110607\",-23.990721705,-53.8839654257813,13782,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2c9fec9e\",4110656,4110656,\"BR_PR\",\"4110656\",3,\"Paraná\",\"Iracema do Oeste\",,\"BRA.16.156_1\",,,\"BRPR4110656\",\"4110656\",-24.431992535,-53.3517925468206,2251,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"502a72ec\",4110706,4110706,\"BR_PR\",\"4110706\",3,\"Paraná\",\"Irati\",,\"BRA.16.157_1\",\"ChIJB0h6EWXV55QRTqOSxgUfIeo\",,\"BRPR4110706\",\"4110706\",-25.490962985,-50.8336606268276,61088,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c27f646b\",4110805,4110805,\"BR_PR\",\"4110805\",3,\"Paraná\",\"Iretama\",,\"BRA.16.158_1\",,,\"BRPR4110805\",\"4110805\",-24.35852146,-52.0804112441779,10098,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b4ba3eca\",4110904,4110904,\"BR_PR\",\"4110904\",3,\"Paraná\",\"Itaguajé\",,\"BRA.16.159_1\",,,\"BRPR4110904\",\"4110904\",-22.66685009,-51.9842498498261,4446,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"57a95f2c\",4110953,4110953,\"BR_PR\",\"4110953\",3,\"Paraná\",\"Itaipulândia\",,\"BRA.16.160_1\",\"ChIJDc33sqkb9JQRTO6hw-Tkhec\",,\"BRPR4110953\",\"4110953\",-25.137456895,-54.3591819637578,11385,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73bd96af\",4111001,4111001,\"BR_PR\",\"4111001\",3,\"Paraná\",\"Itambaracá\",,\"BRA.16.161_1\",,,\"BRPR4111001\",\"4111001\",-22.98683834,-50.4141138953149,6549,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0578cc0e\",4111100,4111100,\"BR_PR\",\"4111100\",3,\"Paraná\",\"Itambé\",,\"BRA.16.162_1\",,,\"BRPR4111100\",\"4111100\",-23.717225075,-52.0087906095118,6109,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7ee2caf3\",4111209,4111209,\"BR_PR\",\"4111209\",3,\"Paraná\",\"Itapejara d'Oeste\",,\"BRA.16.163_1\",\"ChIJEU1PfckE8JQRtvYMFLySMm4\",,\"BRPR4111209\",\"4111209\",-25.984799385,-52.848053782555,12094,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"74920e20\",4111258,4111258,\"BR_PR\",\"4111258\",3,\"Paraná\",\"Itaperuçu\",,\"BRA.16.164_1\",\"ChIJ_TMW8wIo3ZQRF5qq7RE8deg\",,\"BRPR4111258\",\"4111258\",-25.112569805,-49.5177632690166,29070,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"08279052\",4111308,4111308,\"BR_PR\",\"4111308\",3,\"Paraná\",\"Itaúna do Sul\",,\"BRA.16.165_1\",,,\"BRPR4111308\",\"4111308\",-22.726641655,-52.8961986867157,2781,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9dd79b46\",4111407,4111407,\"BR_PR\",\"4111407\",3,\"Paraná\",\"Ivaí\",,\"BRA.16.166_1\",,,\"BRPR4111407\",\"4111407\",-24.996435165,-50.8564441144043,13965,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eb12c1e7\",4111506,4111506,\"BR_PR\",\"4111506\",3,\"Paraná\",\"Ivaiporã\",,\"BRA.16.167_1\",\"ChIJ3Q5qtfIV7JQRmI_c6JIlVuY\",,\"BRPR4111506\",\"4111506\",-24.281011585,-51.625452634822,31935,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0f6c6418\",4111555,4111555,\"BR_PR\",\"4111555\",3,\"Paraná\",\"Ivaté\",,\"BRA.16.168_1\",,,\"BRPR4111555\",\"4111555\",-23.2769556,-53.442992077564,8240,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"705d2e04\",4111605,4111605,\"BR_PR\",\"4111605\",3,\"Paraná\",\"Ivatuba\",,,,,\"BRPR4111605\",\"4111605\",-23.618722,-52.2174491,3279,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"069874a5\",4111704,4111704,\"BR_PR\",\"4111704\",3,\"Paraná\",\"Jaboti\",,\"BRA.16.170_1\",,,\"BRPR4111704\",\"4111704\",-23.719948765,-50.0706076341897,5303,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93a0a63b\",4111803,4111803,\"BR_PR\",\"4111803\",3,\"Paraná\",\"Jacarezinho\",,\"BRA.16.171_1\",\"ChIJZwpl-00mwJQRYFf9vLyhc14\",,\"BRPR4111803\",\"4111803\",-23.147382735,-49.9748569370398,39322,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e565fc9a\",4111902,4111902,\"BR_PR\",\"4111902\",3,\"Paraná\",\"Jaguapitã\",,\"BRA.16.172_1\",\"ChIJxWUaspVNk5QROH-Bt4l5ECQ\",,\"BRPR4111902\",\"4111902\",-23.04866791,-51.6178857364987,13742,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6fd3b173\",4112009,4112009,\"BR_PR\",\"4112009\",3,\"Paraná\",\"Jaguariaíva\",,\"BRA.16.173_1\",\"ChIJx_E_sbJpwpQRovhwEeuvGMU\",,\"BRPR4112009\",\"4112009\",-24.34025669,-49.7229822157052,35027,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1916ebd2\",4112108,4112108,\"BR_PR\",\"4112108\",3,\"Paraná\",\"Jandaia do Sul\",,\"BRA.16.174_1\",\"ChIJqem0d46U7JQRR7j2xi-3DSU\",,\"BRPR4112108\",\"4112108\",-23.62693882,-51.6916320330332,21230,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8bef481a\",4112207,4112207,\"BR_PR\",\"4112207\",3,\"Paraná\",\"Janiópolis\",,\"BRA.16.175_1\",,,\"BRPR4112207\",\"4112207\",-24.1464901,-52.7889990300468,5095,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd2a12bb\",4112306,4112306,\"BR_PR\",\"4112306\",3,\"Paraná\",\"Japira\",,\"BRA.16.176_1\",,,\"BRPR4112306\",\"4112306\",-23.711194995,-50.1799423937036,4930,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"616c5584\",4112405,4112405,\"BR_PR\",\"4112405\",3,\"Paraná\",\"Japurá\",,\"BRA.16.177_1\",\"ChIJPWCgYGWtkpQRi_obgC40Ybc\",,\"BRPR4112405\",\"4112405\",-23.44372368,-52.5391115178709,9500,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"17a90f25\",4112504,4112504,\"BR_PR\",\"4112504\",3,\"Paraná\",\"Jardim Alegre\",,\"BRA.16.178_1\",\"ChIJTdIjGRFA7JQRV3qVrqfKe74\",,\"BRPR4112504\",\"4112504\",-24.210208895,-51.7964409891,11196,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b8b24df\",4112603,4112603,\"BR_PR\",\"4112603\",3,\"Paraná\",\"Jardim Olinda\",,\"BRA.16.179_1\",,,\"BRPR4112603\",\"4112603\",-22.58498764,-52.0694288231166,1320,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd4e7e7e\",4112702,4112702,\"BR_PR\",\"4112702\",3,\"Paraná\",\"Jataizinho\",,\"BRA.16.180_1\",\"ChIJnxZGxNU465QR8-Dg7aKmiTc\",,\"BRPR4112702\",\"4112702\",-23.247384075,-50.9400502931863,12638,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1930db81\",4112751,4112751,\"BR_PR\",\"4112751\",3,\"Paraná\",\"Jesuítas\",,\"BRA.16.181_1\",,,\"BRPR4112751\",\"4112751\",-24.41242981,-53.4209941515356,8330,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6f1b68f9\",4112801,4112801,\"BR_PR\",\"4112801\",3,\"Paraná\",\"Joaquim Távora\",,\"BRA.16.182_1\",\"ChIJnVAec5_QwZQRxF7fByoyZBk\",,\"BRPR4112801\",\"4112801\",-23.437104225,-49.9054553545381,12009,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"19de3258\",4112900,4112900,\"BR_PR\",\"4112900\",3,\"Paraná\",\"Jundiaí do Sul\",,\"BRA.16.183_1\",,,\"BRPR4112900\",\"4112900\",-23.471830365,-50.2153437361588,3269,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1d757eb9\",4112959,4112959,\"BR_PR\",\"4112959\",3,\"Paraná\",\"Juranda\",,\"BRA.16.184_1\",,,\"BRPR4112959\",\"4112959\",-24.40392208,-52.8552036360659,7292,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"30d7fb11\",4113007,4113007,\"BR_PR\",\"4113007\",3,\"Paraná\",\"Jussara\",,\"BRA.16.185_1\",,,\"BRPR4113007\",\"4113007\",-23.653386115,-52.4607175938155,7041,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4612a1b0\",4113106,4113106,\"BR_PR\",\"4113106\",3,\"Paraná\",\"Kaloré\",,\"BRA.16.186_1\",,,\"BRPR4113106\",\"4113106\",-23.86340046,-51.6722712646537,4047,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dd5d4e53\",4113205,4113205,\"BR_PR\",\"4113205\",3,\"Paraná\",\"Lapa\",,,\"ChIJw7JWuwB13ZQRmmMG5yxURcY\",,\"BRPR4113205\",\"4113205\",-25.76709,-49.716777,48410,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d72d8a80\",4113254,4113254,\"BR_PR\",\"4113254\",3,\"Paraná\",\"Laranjal\",,\"BRA.16.187_1\",,,\"BRPR4113254\",\"4113254\",-24.89209461,-52.4941126951854,5784,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ab9814f2\",4113304,4113304,\"BR_PR\",\"4113304\",3,\"Paraná\",\"Laranjeiras do Sul\",,\"BRA.16.188_1\",\"ChIJe49RfLo17pQRqeHzltjsERc\",,\"BRPR4113304\",\"4113304\",-25.309986115,-52.3384597141877,32139,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"30b397d4\",4113403,4113403,\"BR_PR\",\"4113403\",3,\"Paraná\",\"Leópolis\",,\"BRA.16.189_1\",,,\"BRPR4113403\",\"4113403\",-23.02466774,-50.7007676799214,3925,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e2501c48\",4113429,4113429,\"BR_PR\",\"4113429\",3,\"Paraná\",\"Lidianópolis\",,\"BRA.16.190_1\",,,\"BRPR4113429\",\"4113429\",-24.08137226,-51.6317681150475,3231,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ac35307\",4113452,4113452,\"BR_PR\",\"4113452\",3,\"Paraná\",\"Lindoeste\",,\"BRA.16.191_1\",,,\"BRPR4113452\",\"4113452\",-25.249176025,-53.5317734368711,4592,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4676cd75\",4113502,4113502,\"BR_PR\",\"4113502\",3,\"Paraná\",\"Loanda\",,\"BRA.16.192_1\",\"ChIJD9pL6YQKjZQR8CM2gLXDw5E\",,\"BRPR4113502\",\"4113502\",-22.971876145,-53.076815139591,23242,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dd392296\",4113601,4113601,\"BR_PR\",\"4113601\",3,\"Paraná\",\"Lobato\",,\"BRA.16.193_1\",,,\"BRPR4113601\",\"4113601\",-22.97833824,-51.9713351142781,4819,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"abfc7837\",4113700,4113700,\"BR_PR\",\"4113700\",3,\"Paraná\",\"Londrina\",,\"BRA.16.194_1\",\"ChIJMahjHbBE65QRXhLXs-RKv38\",,\"BRPR4113700\",\"4113700\",-23.473906515,-51.1183201637054,575377,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"87bcefed\",4113734,4113734,\"BR_PR\",\"4113734\",3,\"Paraná\",\"Luiziana\",,\"BRA.16.195_1\",,,\"BRPR4113734\",\"4113734\",-24.349071505,-52.3078783576788,7240,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"af5734d6\",4113759,4113759,\"BR_PR\",\"4113759\",3,\"Paraná\",\"Lunardelli\",,\"BRA.16.196_1\",,,\"BRPR4113759\",\"4113759\",-24.07794285,-51.7749386929439,4744,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d97c87ae\",4113809,4113809,\"BR_PR\",\"4113809\",3,\"Paraná\",\"Lupionópolis\",,\"BRA.16.197_1\",,,\"BRPR4113809\",\"4113809\",-22.74493885,-51.6590554355071,4945,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"afb9dd0f\",4113908,4113908,\"BR_PR\",\"4113908\",3,\"Paraná\",\"Mallet\",,\"BRA.16.198_1\",,,\"BRPR4113908\",\"4113908\",-25.896731375,-50.8411523663924,13663,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"430ea284\",4114005,4114005,\"BR_PR\",\"4114005\",3,\"Paraná\",\"Mamborê\",,\"BRA.16.199_1\",\"ChIJC_X4KJOO7ZQRSDmeRabxuyE\",,\"BRPR4114005\",\"4114005\",-24.35093212,-52.5755780091464,13014,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"35cbf825\",4114104,4114104,\"BR_PR\",\"4114104\",3,\"Paraná\",\"Mandaguaçu\",,\"BRA.16.200_1\",\"ChIJHVxAg1PUkpQRyzfseSTZef0\",,\"BRPR4114104\",\"4114104\",-23.285339355,-52.0436107402405,23100,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a9e9d3df\",4114203,4114203,\"BR_PR\",\"4114203\",3,\"Paraná\",\"Mandaguari\",,\"BRA.16.201_1\",\"ChIJYx6DXOW_7JQRDxWbHHuoTao\",,\"BRPR4114203\",\"4114203\",-23.487812995,-51.6873691748055,34515,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df2c897e\",4114302,4114302,\"BR_PR\",\"4114302\",3,\"Paraná\",\"Mandirituba\",,\"BRA.16.202_1\",\"ChIJxdq5V59T3JQRU_PsqMrX14E\",,\"BRPR4114302\",\"4114302\",-25.814292905,-49.3147221639131,27315,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3b522c81\",4114351,4114351,\"BR_PR\",\"4114351\",3,\"Paraná\",\"Manfrinópolis\",,\"BRA.16.203_1\",,,\"BRPR4114351\",\"4114351\",-26.10373497,-53.325086703577,2506,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"436ace41\",4114401,4114401,\"BR_PR\",\"4114401\",3,\"Paraná\",\"Mangueirinha\",,\"BRA.16.204_1\",\"ChIJJ8axbn5j5ZQR7Q8mZejp4mo\",,\"BRPR4114401\",\"4114401\",-26.03778076,-52.2285622917228,16642,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"35af94e0\",4114500,4114500,\"BR_PR\",\"4114500\",3,\"Paraná\",\"Manoel Ribas\",,\"BRA.16.205_1\",\"ChIJgVRKiRWg7pQRPAOnRdsIEHw\",,\"BRPR4114500\",\"4114500\",-24.491189005,-51.6231655322089,13510,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e35921d\",4114609,4114609,\"BR_PR\",\"4114609\",3,\"Paraná\",\"Marechal Cândido Rondon\",,\"BRA.16.206_1\",\"ChIJjS84XUKA85QRcDjSLex4XHM\",,\"BRPR4114609\",\"4114609\",-24.588335035,-54.1209141633777,53495,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"38f0c8bc\",4114708,4114708,\"BR_PR\",\"4114708\",3,\"Paraná\",\"Maria Helena\",,\"BRA.16.207_1\",,,\"BRPR4114708\",\"4114708\",-23.585748675,-53.2219630443556,5634,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a3139210\",4114807,4114807,\"BR_PR\",\"4114807\",3,\"Paraná\",\"Marialva\",,\"BRA.16.208_1\",\"ChIJA1_BcEvH7JQRAjGw2WydsBU\",,\"BRPR4114807\",\"4114807\",-23.496035575,-51.7800387119444,35804,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d5d6c8b1\",4114906,4114906,\"BR_PR\",\"4114906\",3,\"Paraná\",\"Marilândia do Sul\",,\"BRA.16.209_1\",,,\"BRPR4114906\",\"4114906\",-23.74435425,-51.3019965309394,8814,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"65d65042\",4115002,4115002,\"BR_PR\",\"4115002\",3,\"Paraná\",\"Marilena\",,\"BRA.16.210_1\",,,\"BRPR4115002\",\"4115002\",-22.740576745,-53.0591463770678,7084,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd1d6bcf\",4115101,4115101,\"BR_PR\",\"4115101\",3,\"Paraná\",\"Mariluz\",,\"BRA.16.211_1\",,,\"BRPR4115101\",\"4115101\",-24.05976009,-53.2090927257994,10336,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"885ce500\",4115200,4115200,\"BR_PR\",\"4115200\",3,\"Paraná\",\"Maringá\",,\"BRA.16.212_1\",\"ChIJ-QsrE9nQ7JQR6PC8YweXpEk\",,\"BRPR4115200\",\"4115200\",-23.403425215,-51.9631957014776,430157,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f0423793\",4115309,4115309,\"BR_PR\",\"4115309\",3,\"Paraná\",\"Mariópolis\",,\"BRA.16.213_1\",,,\"BRPR4115309\",\"4115309\",-26.321157455,-52.5960653387672,6632,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fa32f340\",4115358,4115358,\"BR_PR\",\"4115358\",3,\"Paraná\",\"Maripá\",,\"BRA.16.214_1\",,,\"BRPR4115358\",\"4115358\",-24.472537995,-53.7700341241279,5582,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"820a1180\",4115408,4115408,\"BR_PR\",\"4115408\",3,\"Paraná\",\"Marmeleiro\",,\"BRA.16.215_1\",\"ChIJb5s4lCIL8JQRlly3GJt46ug\",,\"BRPR4115408\",\"4115408\",-26.24395466,-53.1220078640487,14387,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6fc2f854\",4115457,4115457,\"BR_PR\",\"4115457\",3,\"Paraná\",\"Marquinho\",,\"BRA.16.216_1\",,,\"BRPR4115457\",\"4115457\",-25.12177658,-52.2278298613868,4340,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"13776626\",4115507,4115507,\"BR_PR\",\"4115507\",3,\"Paraná\",\"Marumbi\",,\"BRA.16.217_1\",,,\"BRPR4115507\",\"4115507\",-23.75279331,-51.6493792198404,4677,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6636e8e9\",4115606,4115606,\"BR_PR\",\"4115606\",3,\"Paraná\",\"Matelândia\",,\"BRA.16.218_1\",\"ChIJYQd8prFW8ZQR80hdSzPyFeM\",,\"BRPR4115606\",\"4115606\",-25.333289145,-53.89314201628,18107,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fefdd364\",4115705,4115705,\"BR_PR\",\"4115705\",3,\"Paraná\",\"Matinhos\",,\"BRA.16.219_1\",\"ChIJt14EmfXt25QRdbfdATRL7uQ\",,\"BRPR4115705\",\"4115705\",-25.775972365,-48.5557243985405,35219,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dc66cc8c\",4115739,4115739,\"BR_PR\",\"4115739\",3,\"Paraná\",\"Mato Rico\",,\"BRA.16.220_1\",,,\"BRPR4115739\",\"4115739\",-24.695663455,-52.2205641153424,3206,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f48d17b7\",4115754,4115754,\"BR_PR\",\"4115754\",3,\"Paraná\",\"Mauá da Serra\",,\"BRA.16.221_1\",,,\"BRPR4115754\",\"4115754\",-23.882308005,-51.2271200634167,10800,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"82a6a4cf\",4115804,4115804,\"BR_PR\",\"4115804\",3,\"Paraná\",\"Medianeira\",,\"BRA.16.222_1\",\"ChIJ1bNZYzir9pQRGwqOWc7_Owo\",,\"BRPR4115804\",\"4115804\",-25.265476225,-54.0945268351997,46574,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"61b5c529\",4115853,4115853,\"BR_PR\",\"4115853\",3,\"Paraná\",\"Mercedes\",,\"BRA.16.223_1\",,,\"BRPR4115853\",\"4115853\",-24.436247825,-54.1889818966889,5577,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1d005b5b\",4115903,4115903,\"BR_PR\",\"4115903\",3,\"Paraná\",\"Mirador\",,\"BRA.16.224_1\",,,\"BRPR4115903\",\"4115903\",-23.2037096,-52.7455446081518,2196,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"996d9e80\",4116000,4116000,\"BR_PR\",\"4116000\",3,\"Paraná\",\"Miraselva\",,\"BRA.16.225_1\",,,\"BRPR4116000\",\"4116000\",-22.985030175,-51.489249653593,1796,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9dc6d261\",4116059,4116059,\"BR_PR\",\"4116059\",3,\"Paraná\",\"Missal\",,\"BRA.16.226_1\",\"ChIJLwFA1FsF9JQR1OlCT43hU1U\",,\"BRPR4116059\",\"4116059\",-25.10685253,-54.2618719216748,10704,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e1734c13\",4116109,4116109,\"BR_PR\",\"4116109\",3,\"Paraná\",\"Moreira Sales\",,\"BRA.16.227_1\",,,\"BRPR4116109\",\"4116109\",-24.02470493,-53.0006699680028,12042,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9432c2dc\",4116208,4116208,\"BR_PR\",\"4116208\",3,\"Paraná\",\"Morretes\",,\"BRA.16.228_1\",\"ChIJI6FzBZB93JQRPG98wOtS4c8\",,\"BRPR4116208\",\"4116208\",-25.5086174,-48.8297691211313,16446,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"054fb57a\",4116307,4116307,\"BR_PR\",\"4116307\",3,\"Paraná\",\"Munhoz de Melo\",,\"BRA.16.229_1\",,,\"BRPR4116307\",\"4116307\",-23.131698605,-51.728788726218,4009,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"77079369\",4116406,4116406,\"BR_PR\",\"4116406\",3,\"Paraná\",\"Nossa Senhora das Graças\",,\"BRA.16.230_1\",,,\"BRPR4116406\",\"4116406\",-22.917508125,-51.7884304786983,4008,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efcca8e4\",4116505,4116505,\"BR_PR\",\"4116505\",3,\"Paraná\",\"Nova Aliança do Ivaí\",,\"BRA.16.231_1\",,,\"BRPR4116505\",\"4116505\",-23.166508675,-52.6010029805772,1551,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a8d262b\",4116604,4116604,\"BR_PR\",\"4116604\",3,\"Paraná\",\"Nova América da Colina\",,\"BRA.16.232_1\",\"ChIJmeN8L-Ad65QRNn6IPw6okyI\",,\"BRPR4116604\",\"4116604\",-23.333815575,-50.7067280124802,3434,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"052bd9bf\",4116703,4116703,\"BR_PR\",\"4116703\",3,\"Paraná\",\"Nova Aurora\",,\"BRA.16.233_1\",\"ChIJk36ybgFO8pQRWsqaNxJUejA\",,\"BRPR4116703\",\"4116703\",-24.49371433,-53.2554901869449,10299,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7970ae14\",4116802,4116802,\"BR_PR\",\"4116802\",3,\"Paraná\",\"Nova Cantu\",,\"BRA.16.234_1\",,,\"BRPR4116802\",\"4116802\",-24.62518692,-52.5474705744008,5061,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e1bb9599\",4116901,4116901,\"BR_PR\",\"4116901\",3,\"Paraná\",\"Nova Esperança\",,\"BRA.16.236_1\",\"ChIJQQeVQD_FkpQR24Sr9sGX3aQ\",,\"BRPR4116901\",\"4116901\",-23.157057765,-52.1752977121846,27984,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ebcb514a\",4116950,4116950,\"BR_PR\",\"4116950\",3,\"Paraná\",\"Nova Esperança do Sudoeste\",,\"BRA.16.235_1\",,,\"BRPR4116950\",\"4116950\",-25.889937405,-53.2610597735567,5030,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2f0a71d7\",4117008,4117008,\"BR_PR\",\"4117008\",3,\"Paraná\",\"Nova Fátima\",,\"BRA.16.237_1\",,,\"BRPR4117008\",\"4117008\",-23.41049385,-50.5435258567139,8136,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2c29803\",4117057,4117057,\"BR_PR\",\"4117057\",3,\"Paraná\",\"Nova Laranjeiras\",,\"BRA.16.238_1\",,,\"BRPR4117057\",\"4117057\",-25.19936657,-52.5382900291013,11507,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be770671\",4117107,4117107,\"BR_PR\",\"4117107\",3,\"Paraná\",\"Nova Londrina\",,\"BRA.16.239_1\",\"ChIJLQ6w2LuQjZQRlxUZb_0FUvs\",,\"BRPR4117107\",\"4117107\",-22.75158596,-52.9824639787822,13200,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cb3688be\",4117206,4117206,\"BR_PR\",\"4117206\",3,\"Paraná\",\"Nova Olímpia\",,\"BRA.16.240_1\",,,\"BRPR4117206\",\"4117206\",-23.42909336,-53.0717133898321,5826,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2f482d41\",4117255,4117255,\"BR_PR\",\"4117255\",3,\"Paraná\",\"Nova Prata do Iguaçu\",,\"BRA.16.241_1\",\"ChIJ_Xev4hGq8ZQRv0Z_-qKGs6o\",,\"BRPR4117255\",\"4117255\",-25.58920574,-53.3815956154931,10544,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c23d8d3\",4117214,4117214,\"BR_PR\",\"4117214\",3,\"Paraná\",\"Nova Santa Bárbara\",,\"BRA.16.242_1\",,,\"BRPR4117214\",\"4117214\",-23.59619904,-50.7451516738321,4277,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe6d2e25\",4117222,4117222,\"BR_PR\",\"4117222\",3,\"Paraná\",\"Nova Santa Rosa\",,\"BRA.16.243_1\",\"ChIJa7vqeQB585QRmPtGiF-qt3k\",,\"BRPR4117222\",\"4117222\",-24.450517655,-53.9530954935055,8266,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a138bda\",4117271,4117271,\"BR_PR\",\"4117271\",3,\"Paraná\",\"Nova Tebas\",,\"BRA.16.244_1\",,,\"BRPR4117271\",\"4117271\",-24.4324379,-51.9361212705728,5448,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6df30361\",4117297,4117297,\"BR_PR\",\"4117297\",3,\"Paraná\",\"Novo Itacolomi\",,\"BRA.16.245_1\",,,\"BRPR4117297\",\"4117297\",-23.78056717,-51.5211816152883,2840,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53fdb333\",4117305,4117305,\"BR_PR\",\"4117305\",3,\"Paraná\",\"Ortigueira\",,\"BRA.16.246_1\",\"ChIJw4xVylPZ65QRsVhv69zoHoM\",,\"BRPR4117305\",\"4117305\",-24.104496955,-50.9647967065339,21960,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"21b59520\",4117404,4117404,\"BR_PR\",\"4117404\",3,\"Paraná\",\"Ourizona\",,\"BRA.16.247_1\",,,\"BRPR4117404\",\"4117404\",-23.46133709,-52.2323104305847,3425,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2a6f4c6\",4117453,4117453,\"BR_PR\",\"4117453\",3,\"Paraná\",\"Ouro Verde do Oeste\",,\"BRA.16.248_1\",,,\"BRPR4117453\",\"4117453\",-24.80140972,-53.8934698170824,6016,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be136ab4\",4117503,4117503,\"BR_PR\",\"4117503\",3,\"Paraná\",\"Paiçandu\",,\"BRA.16.249_1\",\"ChIJS8siyEEo7ZQRgbfe6lKobCI\",,\"BRPR4117503\",\"4117503\",-23.463207245,-52.1040519877343,41773,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cb52e47b\",4117602,4117602,\"BR_PR\",\"4117602\",3,\"Paraná\",\"Palmas\",,\"BRA.16.250_1\",\"ChIJ7zBoDPeq5ZQRVjbHk2lwIKQ\",,\"BRPR4117602\",\"4117602\",-26.42138386,-51.857744376951,51755,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5399dff6\",4117701,4117701,\"BR_PR\",\"4117701\",3,\"Paraná\",\"Palmeira\",,\"BRA.16.251_1\",\"ChIJQ2jOBgZY3ZQREUdCub8pAAk\",,\"BRPR4117701\",\"4117701\",-25.45371723,-50.1282791216151,33994,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2fc2a85d\",4117800,4117800,\"BR_PR\",\"4117800\",3,\"Paraná\",\"Palmital\",,\"BRA.16.252_1\",,,\"BRPR4117800\",\"4117800\",-24.89061546,-52.2427423904294,12960,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"57dc7ace\",4117909,4117909,\"BR_PR\",\"4117909\",3,\"Paraná\",\"Palotina\",,\"BRA.16.253_1\",\"ChIJtS-IteVt85QRBnMfvjhAHG8\",,\"BRPR4117909\",\"4117909\",-24.290843965,-53.830130456308,32121,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"90d14c86\",4118006,4118006,\"BR_PR\",\"4118006\",3,\"Paraná\",\"Paraíso do Norte\",,\"BRA.16.254_1\",\"ChIJx1LbotSmkpQR7OKKQvm0Lgo\",,\"BRPR4118006\",\"4118006\",-23.25728512,-52.6305587823823,14023,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"081a770b\",4118105,4118105,\"BR_PR\",\"4118105\",3,\"Paraná\",\"Paranacity\",,\"BRA.16.255_1\",,,\"BRPR4118105\",\"4118105\",-22.83213806,-52.1573682654154,11580,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7d5bf9c4\",4118204,4118204,\"BR_PR\",\"4118204\",3,\"Paraná\",\"Paranaguá\",,\"BRA.16.256_1\",\"ChIJ7cM9yeWa25QRi66o5HhStac\",,\"BRPR4118204\",\"4118204\",-25.61239815,-48.5870885515029,156174,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e2fd0650\",4118303,4118303,\"BR_PR\",\"4118303\",3,\"Paraná\",\"Paranapoema\",,\"BRA.16.257_1\",,,\"BRPR4118303\",\"4118303\",-22.65057182,-52.0940640646797,3241,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"90b52043\",4118402,4118402,\"BR_PR\",\"4118402\",3,\"Paraná\",\"Paranavaí\",,\"BRA.16.258_1\",\"ChIJa8THZDmGkpQRWWVY0bWrjd0\",,\"BRPR4118402\",\"4118402\",-22.879522325,-52.5088248377086,88922,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"74cb85bc\",4118451,4118451,\"BR_PR\",\"4118451\",3,\"Paraná\",\"Pato Bragado\",,\"BRA.16.259_1\",,,\"BRPR4118451\",\"4118451\",-24.63988018,-54.2593599707955,5684,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"087e1bce\",4118501,4118501,\"BR_PR\",\"4118501\",3,\"Paraná\",\"Pato Branco\",,\"BRA.16.260_1\",\"ChIJLcsSJcZS5ZQRCvuK4q_1XbA\",,\"BRPR4118501\",\"4118501\",-26.152285575,-52.6575924194235,83843,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7d3f9501\",4118600,4118600,\"BR_PR\",\"4118600\",3,\"Paraná\",\"Paula Freitas\",,\"BRA.16.261_1\",,,\"BRPR4118600\",\"4118600\",-26.166560175,-50.8604928005825,5908,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"05214792\",4118709,4118709,\"BR_PR\",\"4118709\",3,\"Paraná\",\"Paulo Frontin\",,\"BRA.16.262_1\",,,\"BRPR4118709\",\"4118709\",-26.07406044,-50.7174006626163,7387,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"797a3039\",4118808,4118808,\"BR_PR\",\"4118808\",3,\"Paraná\",\"Peabiru\",,\"BRA.16.263_1\",\"ChIJ1Z-tlBUN7ZQRXKw1RuF0HAM\",,\"BRPR4118808\",\"4118808\",-23.928811075,-52.3037322301926,14007,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"94b2d9ed\",4118857,4118857,\"BR_PR\",\"4118857\",3,\"Paraná\",\"Perobal\",,\"BRA.16.264_1\",,,\"BRPR4118857\",\"4118857\",-23.95608711,-53.3076517454296,6160,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e807479f\",4118907,4118907,\"BR_PR\",\"4118907\",3,\"Paraná\",\"Pérola\",,\"BRA.16.266_1\",\"ChIJE-b0KAY185QRYGY2R-76THY\",,\"BRPR4118907\",\"4118907\",-23.821743015,-53.7061506040308,11321,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c6634acf\",4119004,4119004,\"BR_PR\",\"4119004\",3,\"Paraná\",\"Pérola d'Oeste\",,\"BRA.16.265_1\",,,\"BRPR4119004\",\"4119004\",-25.84774017,-53.7639890295794,6288,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"59c5b55b\",4119103,4119103,\"BR_PR\",\"4119103\",3,\"Paraná\",\"Piên\",,\"BRA.16.267_1\",\"ChIJUbU73HzJ3ZQRlUhbKGpUy90\",,\"BRPR4119103\",\"4119103\",-26.067289355,-49.4408022992234,12882,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53b57188\",4119152,4119152,\"BR_PR\",\"4119152\",3,\"Paraná\",\"Pinhais\",,\"BRA.16.268_1\",\"ChIJ0zr1S0_u3JQRx1r0Tv77moY\",,\"BRPR4119152\",\"4119152\",-25.42292786,-49.1546407318957,133490,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c8fa9e6b\",4119251,4119251,\"BR_PR\",\"4119251\",3,\"Paraná\",\"Pinhal de São Bento\",,\"BRA.16.269_1\",,,\"BRPR4119251\",\"4119251\",-26.01516914,-53.4525086709246,2737,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2c843b94\",4119202,4119202,\"BR_PR\",\"4119202\",3,\"Paraná\",\"Pinhalão\",,\"BRA.16.270_1\",,,\"BRPR4119202\",\"4119202\",-23.864832875,-50.0871104707352,6324,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b44f0019\",4119301,4119301,\"BR_PR\",\"4119301\",3,\"Paraná\",\"Pinhão\",,\"BRA.16.271_1\",\"ChIJBROt1UP15ZQRcy9ivp4WPEE\",,\"BRPR4119301\",\"4119301\",-25.80030823,-51.5749781226267,32559,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c607260a\",4119400,4119400,\"BR_PR\",\"4119400\",3,\"Paraná\",\"Piraí do Sul\",,\"BRA.16.272_1\",\"ChIJTVIMwYd6wpQRpJQpJkdE3xk\",,\"BRPR4119400\",\"4119400\",-24.43650818,-50.0088278927713,25617,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be19f499\",4119509,4119509,\"BR_PR\",\"4119509\",3,\"Paraná\",\"Piraquara\",,\"BRA.16.273_1\",\"ChIJuQGTLJHy3JQR9rdtm8GDnh0\",,\"BRPR4119509\",\"4119509\",-25.468504905,-49.053676450434,114970,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cb587a56\",4119608,4119608,\"BR_PR\",\"4119608\",3,\"Paraná\",\"Pitanga\",,\"BRA.16.274_1\",\"ChIJaxnavKiW7pQRrRarSzMpeEs\",,\"BRPR4119608\",\"4119608\",-24.677794455,-51.8006476157116,29994,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"26909382\",4119657,4119657,\"BR_PR\",\"4119657\",3,\"Paraná\",\"Pitangueiras\",,\"BRA.16.275_1\",,,\"BRPR4119657\",\"4119657\",-23.209824565,-51.5687443148142,3262,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5a250df0\",4119707,4119707,\"BR_PR\",\"4119707\",3,\"Paraná\",\"Planaltina do Paraná\",,\"BRA.16.276_1\",,,\"BRPR4119707\",\"4119707\",-23.090324405,-52.9658127717358,4272,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"267e7a5b\",4119806,4119806,\"BR_PR\",\"4119806\",3,\"Paraná\",\"Planalto\",,\"BRA.16.277_1\",\"ChIJoUxEIqch8ZQRQEeyBma4BrQ\",,\"BRPR4119806\",\"4119806\",-25.73203087,-53.7274015964339,13431,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"beb541d6\",4119905,4119905,\"BR_PR\",\"4119905\",3,\"Paraná\",\"Ponta Grossa\",,\"BRA.16.278_1\",\"ChIJdVV0sxAD6JQR2A1NEFjxTqM\",,\"BRPR4119905\",\"4119905\",-25.147706985,-49.9888653770104,355336,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b4c58505\",4119954,4119954,\"BR_PR\",\"4119954\",3,\"Paraná\",\"Pontal do Paraná\",,\"BRA.16.279_1\",\"ChIJPWM4-heT25QRLIgVIoGTjaI\",,\"BRPR4119954\",\"4119954\",-25.6473608,-48.4662987496566,27915,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"15a8daa0\",4120002,4120002,\"BR_PR\",\"4120002\",3,\"Paraná\",\"Porecatu\",,\"BRA.16.280_1\",\"ChIJfxB0SKNhk5QR4W0sQ8ll6N4\",,\"BRPR4120002\",\"4120002\",-22.745285985,-51.4159155342127,12748,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8d63e12d\",4120101,4120101,\"BR_PR\",\"4120101\",3,\"Paraná\",\"Porto Amazonas\",,\"BRA.16.281_1\",\"ChIJS6IDWH5d3ZQRyFuCYQ6Giic\",,\"BRPR4120101\",\"4120101\",-25.529452325,-49.8885220257994,4874,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"871325fe\",4120150,4120150,\"BR_PR\",\"4120150\",3,\"Paraná\",\"Porto Barreiro\",,\"BRA.16.282_1\",,,\"BRPR4120150\",\"4120150\",-25.590717315,-52.3747813901864,3184,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f8226fe2\",4120200,4120200,\"BR_PR\",\"4120200\",3,\"Paraná\",\"Porto Rico\",,\"BRA.16.283_1\",,,\"BRPR4120200\",\"4120200\",-22.8368721,-53.3329512971006,2556,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"803cbd71\",4120309,4120309,\"BR_PR\",\"4120309\",3,\"Paraná\",\"Porto Vitória\",,\"BRA.16.284_1\",,,\"BRPR4120309\",\"4120309\",-26.24112511,-51.2205241745791,4061,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4bc407ac\",4120333,4120333,\"BR_PR\",\"4120333\",3,\"Paraná\",\"Prado Ferreira\",,\"BRA.16.285_1\",,,\"BRPR4120333\",\"4120333\",-23.02890396,-51.4028740296363,3780,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8a4c79a2\",4120358,4120358,\"BR_PR\",\"4120358\",3,\"Paraná\",\"Pranchita\",,\"BRA.16.286_1\",,,\"BRPR4120358\",\"4120358\",-25.97197342,-53.7214699011812,5095,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f2749b62\",4120408,4120408,\"BR_PR\",\"4120408\",3,\"Paraná\",\"Presidente Castelo Branco\",,\"BRA.16.287_1\",,,\"BRPR4120408\",\"4120408\",-23.26528072,-52.1658622797209,5351,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6309ecc4\",4120507,4120507,\"BR_PR\",\"4120507\",3,\"Paraná\",\"Primeiro de Maio\",,\"BRA.16.288_1\",\"ChIJ9XwFfWu4lJQRh3F2pZpEsDA\",,\"BRPR4120507\",\"4120507\",-22.85840988,-51.0565773800195,11130,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1648620b\",4120606,4120606,\"BR_PR\",\"4120606\",3,\"Paraná\",\"Prudentópolis\",,\"BRA.16.289_1\",\"ChIJu0dk46nE6JQR835kLfE1a7U\",,\"BRPR4120606\",\"4120606\",-25.13283443,-51.0933112812016,52513,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f236c7f4\",4120655,4120655,\"BR_PR\",\"4120655\",3,\"Paraná\",\"Quarto Centenário\",,\"BRA.16.290_1\",,,\"BRPR4120655\",\"4120655\",-24.322191235,-53.1761446459806,4465,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8e835986\",4120705,4120705,\"BR_PR\",\"4120705\",3,\"Paraná\",\"Quatiguá\",,\"BRA.16.291_1\",,,\"BRPR4120705\",\"4120705\",-23.556555745,-49.9783809691334,7477,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f2d82e2d\",4120804,4120804,\"BR_PR\",\"4120804\",3,\"Paraná\",\"Quatro Barras\",,\"BRA.16.292_1\",\"ChIJuYiUAPCS3JQRZpvRhd0Br2M\",,\"BRPR4120804\",\"4120804\",-25.37473297,-49.0196227288847,23911,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"11cb4fcb\",4120853,4120853,\"BR_PR\",\"4120853\",3,\"Paraná\",\"Quatro Pontes\",,\"BRA.16.293_1\",,,\"BRPR4120853\",\"4120853\",-24.572462085,-53.9646761734558,4029,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6d7ed1b9\",4120903,4120903,\"BR_PR\",\"4120903\",3,\"Paraná\",\"Quedas do Iguaçu\",,\"BRA.16.294_1\",\"ChIJ8aT6Kc3N8ZQRePmS6K1ummc\",,\"BRPR4120903\",\"4120903\",-25.44687176,-52.9587286529503,34409,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"431adce9\",4121000,4121000,\"BR_PR\",\"4121000\",3,\"Paraná\",\"Querência do Norte\",,\"BRA.16.295_1\",,,\"BRPR4121000\",\"4121000\",-23.07182026,-53.5327545892997,12232,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3b040e7a\",4121109,4121109,\"BR_PR\",\"4121109\",3,\"Paraná\",\"Quinta do Sol\",,\"BRA.16.296_1\",,,\"BRPR4121109\",\"4121109\",-23.82363796,-52.1240991129242,4508,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e4580b5\",4121208,4121208,\"BR_PR\",\"4121208\",3,\"Paraná\",\"Quitandinha\",,\"BRA.16.297_1\",\"ChIJcYUeoyqw3ZQRV2_V5DqHqQQ\",,\"BRPR4121208\",\"4121208\",-25.91990185,-49.5242772861228,19221,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a38d6961\",4121257,4121257,\"BR_PR\",\"4121257\",3,\"Paraná\",\"Ramilândia\",,\"BRA.16.298_1\",,,\"BRPR4121257\",\"4121257\",-25.10117817,-54.0848241415249,4476,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df38f713\",4121307,4121307,\"BR_PR\",\"4121307\",3,\"Paraná\",\"Rancho Alegre\",,\"BRA.16.300_1\",,,\"BRPR4121307\",\"4121307\",-23.064624785,-50.930694361231,3784,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d54833c0\",4121356,4121356,\"BR_PR\",\"4121356\",3,\"Paraná\",\"Rancho Alegre D'Oeste\",,\"BRA.16.299_1\",,,\"BRPR4121356\",\"4121356\",-24.26984119,-52.9325195572385,2628,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ad70d100\",4121406,4121406,\"BR_PR\",\"4121406\",3,\"Paraná\",\"Realeza\",,\"BRA.16.301_1\",\"ChIJhyos3IT88JQRKn2Uh8A0GEA\",,\"BRPR4121406\",\"4121406\",-25.669460295,-53.5506072914134,16950,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"35bbea8d\",4121505,4121505,\"BR_PR\",\"4121505\",3,\"Paraná\",\"Rebouças\",,\"BRA.16.302_1\",\"ChIJmxL0gkbM55QRHZVl9FqVhIw\",,\"BRPR4121505\",\"4121505\",-25.66897678,-50.5793696402103,14946,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"40fa6442\",4121604,4121604,\"BR_PR\",\"4121604\",3,\"Paraná\",\"Renascença\",,\"BRA.16.303_1\",,,\"BRPR4121604\",\"4121604\",-26.22069836,-52.9584755694187,6787,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df5c9bd6\",4121703,4121703,\"BR_PR\",\"4121703\",3,\"Paraná\",\"Reserva\",,\"BRA.16.305_1\",\"ChIJ5Vbg7gES6ZQR20XO3deqZkE\",,\"BRPR4121703\",\"4121703\",-24.59401512,-50.936924277457,26825,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d52c5f05\",4121752,4121752,\"BR_PR\",\"4121752\",3,\"Paraná\",\"Reserva do Iguaçu\",,\"BRA.16.304_1\",,,\"BRPR4121752\",\"4121752\",-25.88127613,-51.9786774313128,8069,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a307ec7d\",4121802,4121802,\"BR_PR\",\"4121802\",3,\"Paraná\",\"Ribeirão Claro\",,\"BRA.16.306_1\",\"ChIJdZiNMcc2wJQR91ZntRYtT9k\",,\"BRPR4121802\",\"4121802\",-23.27968597,-49.7278157435591,10645,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3bccd7f0\",4121901,4121901,\"BR_PR\",\"4121901\",3,\"Paraná\",\"Ribeirão do Pinhal\",,\"BRA.16.307_1\",\"ChIJPykNq2n06pQRShmB-TB1GqA\",,\"BRPR4121901\",\"4121901\",-23.42289734,-50.370008412078,12948,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5f74fb35\",4122008,4122008,\"BR_PR\",\"4122008\",3,\"Paraná\",\"Rio Azul\",,\"BRA.16.308_1\",,,\"BRPR4122008\",\"4122008\",-25.7311306,-50.8122079270664,15336,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce098c93\",4122107,4122107,\"BR_PR\",\"4122107\",3,\"Paraná\",\"Rio Bom\",,\"BRA.16.309_1\",,,\"BRPR4122107\",\"4122107\",-23.792131425,-51.4251012308812,3182,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c4794840\",4122156,4122156,\"BR_PR\",\"4122156\",3,\"Paraná\",\"Rio Bonito do Iguaçu\",,\"BRA.16.310_1\",,,\"BRPR4122156\",\"4122156\",-25.551698685,-52.61541366698,13255,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f122eedb\",4122172,4122172,\"BR_PR\",\"4122172\",3,\"Paraná\",\"Rio Branco do Ivaí\",,\"BRA.16.311_1\",,,\"BRPR4122172\",\"4122172\",-24.344148635,-51.3151053440206,4109,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb48025c\",4122206,4122206,\"BR_PR\",\"4122206\",3,\"Paraná\",\"Rio Branco do Sul\",,\"BRA.16.312_1\",\"ChIJB3ub1eDU3JQRWT7IY0m92PY\",,\"BRPR4122206\",\"4122206\",-25.056454655,-49.380569825072,32517,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"238339d1\",4122305,4122305,\"BR_PR\",\"4122305\",3,\"Paraná\",\"Rio Negro\",,\"BRA.16.313_1\",\"ChIJW38ZpT-V3ZQR1ZJM6ikYQiU\",,\"BRPR4122305\",\"4122305\",-26.09060669,-49.6658907068733,34411,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"51cb1fc2\",4122404,4122404,\"BR_PR\",\"4122404\",3,\"Paraná\",\"Rolândia\",,\"BRA.16.314_1\",\"ChIJKQ1ir7in7JQRvFsOIdzoQJk\",,\"BRPR4122404\",\"4122404\",-23.272727015,-51.4281778631703,67383,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce6de056\",4122503,4122503,\"BR_PR\",\"4122503\",3,\"Paraná\",\"Roncador\",,\"BRA.16.315_1\",,,\"BRPR4122503\",\"4122503\",-24.571990965,-52.2832993055586,9645,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb2c6e99\",4122602,4122602,\"BR_PR\",\"4122602\",3,\"Paraná\",\"Rondon\",,\"BRA.16.316_1\",\"ChIJN6nxTMJWjZQRBkIL1bfN070\",,\"BRPR4122602\",\"4122602\",-23.46719742,-52.809824135263,9622,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5f52cb66\",4122651,4122651,\"BR_PR\",\"4122651\",3,\"Paraná\",\"Rosário do Ivaí\",,\"BRA.16.317_1\",,,\"BRPR4122651\",\"4122651\",-24.31419468,-51.1788840231703,4689,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"23e75514\",4122701,4122701,\"BR_PR\",\"4122701\",3,\"Paraná\",\"Sabáudia\",,\"BRA.16.318_1\",\"ChIJ-x92i62w7JQRP9YlrOPxxUo\",,\"BRPR4122701\",\"4122701\",-23.348157885,-51.5787080624693,6891,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5fbc22bf\",4122800,4122800,\"BR_PR\",\"4122800\",3,\"Paraná\",\"Salgado Filho\",,\"BRA.16.319_1\",,,\"BRPR4122800\",\"4122800\",-26.13383579,-53.4108916706934,3483,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27a2f02c\",4122909,4122909,\"BR_PR\",\"4122909\",3,\"Paraná\",\"Salto do Itararé\",,\"BRA.16.320_1\",,,\"BRPR4122909\",\"4122909\",-23.621606825,-49.7041248184289,4898,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0070b157\",4123006,4123006,\"BR_PR\",\"4123006\",3,\"Paraná\",\"Salto do Lontra\",,\"BRA.16.321_1\",\"ChIJI1itlIVQ8JQRlwtO9WaeO3c\",,\"BRPR4123006\",\"4123006\",-25.774558065,-53.2457150875121,14872,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"98bb8ada\",4123105,4123105,\"BR_PR\",\"4123105\",3,\"Paraná\",\"Santa Amélia\",,\"BRA.16.322_1\",,,\"BRPR4123105\",\"4123105\",-23.2562933,-50.4091353502033,3266,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"edfa0415\",4123204,4123204,\"BR_PR\",\"4123204\",3,\"Paraná\",\"Santa Cecília do Pavão\",,\"BRA.16.323_1\",,,\"BRPR4123204\",\"4123204\",-23.54274654,-50.8040900435504,3293,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"725cfb81\",4123303,4123303,\"BR_PR\",\"4123303\",3,\"Paraná\",\"Santa Cruz de Monte Castelo\",,\"BRA.16.324_1\",,,\"BRPR4123303\",\"4123303\",-23.07944107,-53.3702991709997,7751,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0014dd92\",4123402,4123402,\"BR_PR\",\"4123402\",3,\"Paraná\",\"Santa Fé\",,\"BRA.16.325_1\",\"ChIJpf8Kjmc7k5QRPhE9icRqCps\",,\"BRPR4123402\",\"4123402\",-23.067077635,-51.8360774936129,12186,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"98dfe61f\",4123501,4123501,\"BR_PR\",\"4123501\",3,\"Paraná\",\"Santa Helena\",,\"BRA.16.326_1\",\"ChIJo1F-qiNs9JQRbAPC3eGlft0\",,\"BRPR4123501\",\"4123501\",-24.86384964,-54.3117860664125,26767,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed9e68d0\",4123600,4123600,\"BR_PR\",\"4123600\",3,\"Paraná\",\"Santa Inês\",,\"BRA.16.327_1\",,,\"BRPR4123600\",\"4123600\",-22.715623855,-51.8982899199511,1594,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9580ba43\",4123709,4123709,\"BR_PR\",\"4123709\",3,\"Paraná\",\"Santa Isabel do Ivaí\",,\"BRA.16.328_1\",\"ChIJyyNO5joIjZQRmx5PVZQ1cwY\",,\"BRPR4123709\",\"4123709\",-23.119122505,-53.2474045320972,8523,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e9dbcde8\",4123808,4123808,\"BR_PR\",\"4123808\",3,\"Paraná\",\"Santa Izabel do Oeste\",,\"BRA.16.329_1\",\"ChIJIUPzjPH48JQRokHE-vtvFWw\",,\"BRPR4123808\",\"4123808\",-25.776679035,-53.4226150549106,14794,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d25be341\",4123824,4123824,\"BR_PR\",\"4123824\",3,\"Paraná\",\"Santa Lúcia\",,\"BRA.16.330_1\",,,\"BRPR4123824\",\"4123824\",-25.39314556,-53.5600668134189,3793,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0413243c\",4123857,4123857,\"BR_PR\",\"4123857\",3,\"Paraná\",\"Santa Maria do Oeste\",,\"BRA.16.331_1\",,,\"BRPR4123857\",\"4123857\",-24.908032415,-51.8331463091041,9410,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78a6ba4e\",4123907,4123907,\"BR_PR\",\"4123907\",3,\"Paraná\",\"Santa Mariana\",,\"BRA.16.332_1\",\"ChIJw8FlG5na6pQRBwUNWHwY7B4\",,\"BRPR4123907\",\"4123907\",-24.893258095,-51.9445982026177,11622,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"72d67e9d\",4123956,4123956,\"BR_PR\",\"4123956\",3,\"Paraná\",\"Santa Mônica\",,\"BRA.16.333_1\",,,\"BRPR4123956\",\"4123956\",-23.052941325,-50.5272095616437,4017,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"46f24e59\",4124020,4124020,\"BR_PR\",\"4124020\",3,\"Paraná\",\"Santa Tereza do Oeste\",,\"BRA.16.334_1\",\"ChIJZyF26urY85QROv3GFnBB-uY\",,\"BRPR4124020\",\"4124020\",-25.02004719,-53.6146016663362,10096,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"90ba8924\",4124053,4124053,\"BR_PR\",\"4124053\",3,\"Paraná\",\"Santa Terezinha de Itaipu\",,\"BRA.16.335_1\",\"ChIJReUbYP2e9pQR3O6XsH_wFdg\",,\"BRPR4124053\",\"4124053\",-25.44001293,-54.4235134434797,23699,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73a9e8c2\",4124004,4124004,\"BR_PR\",\"4124004\",3,\"Paraná\",\"Santana do Itararé\",,\"BRA.16.336_1\",,,\"BRPR4124004\",\"4124004\",-23.74876976,-49.6297019553952,4954,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec0f1756\",4124103,4124103,\"BR_PR\",\"4124103\",3,\"Paraná\",\"Santo Antônio da Platina\",,\"BRA.16.337_1\",\"ChIJm-3L7ZSD6pQRaISdxh8HOlw\",,\"BRPR4124103\",\"4124103\",-23.28568554,-50.0728284284645,46251,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"994e9999\",4124202,4124202,\"BR_PR\",\"4124202\",3,\"Paraná\",\"Santo Antônio do Caiuá\",,\"BRA.16.338_1\",,,\"BRPR4124202\",\"4124202\",-22.70035648,-52.351588427741,2626,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0185a214\",4124301,4124301,\"BR_PR\",\"4124301\",3,\"Paraná\",\"Santo Antônio do Paraíso\",,\"BRA.16.339_1\",,,\"BRPR4124301\",\"4124301\",-23.586812975,-50.6407144401808,2068,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73cd8407\",4124400,4124400,\"BR_PR\",\"4124400\",3,\"Paraná\",\"Santo Antônio do Sudoeste\",,\"BRA.16.341_1\",\"ChIJm84lxTiT8JQR72-EDrvsmLM\",,\"BRPR4124400\",\"4124400\",-26.06362057,-53.6338574675966,20261,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0bd35694\",4124509,4124509,\"BR_PR\",\"4124509\",3,\"Paraná\",\"Santo Inácio\",,\"BRA.16.340_1\",,,\"BRPR4124509\",\"4124509\",-22.726593015,-51.8077083352671,5416,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7e92d85b\",4124608,4124608,\"BR_PR\",\"4124608\",3,\"Paraná\",\"São Carlos do Ivaí\",,\"BRA.16.342_1\",,,\"BRPR4124608\",\"4124608\",-23.370552065,-52.4710007644324,6920,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efefaffd\",4124707,4124707,\"BR_PR\",\"4124707\",3,\"Paraná\",\"São Jerônimo da Serra\",,\"BRA.16.343_1\",,,\"BRPR4124707\",\"4124707\",-23.70654583,-50.7478850321028,11128,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93b4d856\",4124806,4124806,\"BR_PR\",\"4124806\",3,\"Paraná\",\"São João\",,\"BRA.16.347_1\",\"ChIJ9agpO-0j8JQRRj7PaAI4cSI\",,\"BRPR4124806\",\"4124806\",-25.74267101,-52.7826386442835,10181,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0b7fe3db\",4124905,4124905,\"BR_PR\",\"4124905\",3,\"Paraná\",\"São João do Caiuá\",,\"BRA.16.344_1\",,,\"BRPR4124905\",\"4124905\",-22.825717925,-52.3293698713529,5837,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb7f7b28\",4125001,4125001,\"BR_PR\",\"4125001\",3,\"Paraná\",\"São João do Ivaí\",,\"BRA.16.345_1\",,,\"BRPR4125001\",\"4125001\",-24.002308845,-51.838239382324,10056,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cdba2189\",4125100,4125100,\"BR_PR\",\"4125100\",3,\"Paraná\",\"São João do Triunfo\",,\"BRA.16.346_1\",,,\"BRPR4125100\",\"4125100\",-25.682673455,-50.3038485552364,15241,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b6202774\",4125209,4125209,\"BR_PR\",\"4125209\",3,\"Paraná\",\"São Jorge d'Oeste\",,\"BRA.16.348_1\",\"ChIJm3A-Tiw38JQR6SWuEdkq-Vk\",,\"BRPR4125209\",\"4125209\",-25.661712645,-52.9300991418235,9028,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c0e57dd5\",4125308,4125308,\"BR_PR\",\"4125308\",3,\"Paraná\",\"São Jorge do Ivaí\",,\"BRA.16.349_1\",,,\"BRPR4125308\",\"4125308\",-23.434143065,-52.3467596988504,5543,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d2d9401\",4125357,4125357,\"BR_PR\",\"4125357\",3,\"Paraná\",\"São Jorge do Patrocínio\",,\"BRA.16.350_1\",,,\"BRPR4125357\",\"4125357\",-23.72336769,-53.9548186280513,5586,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"551576c1\",4125407,4125407,\"BR_PR\",\"4125407\",3,\"Paraná\",\"São José da Boa Vista\",,\"BRA.16.351_1\",,,\"BRPR4125407\",\"4125407\",-23.95331478,-49.6482312924015,6160,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5f65b212\",4125456,4125456,\"BR_PR\",\"4125456\",3,\"Paraná\",\"São José das Palmeiras\",,\"BRA.16.352_1\",,,\"BRPR4125456\",\"4125456\",-24.815525055,-54.1194728109483,3627,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"23d02c60\",4125506,4125506,\"BR_PR\",\"4125506\",3,\"Paraná\",\"São José dos Pinhais\",,\"BRA.16.353_1\",\"ChIJj8YkCAxe3JQRbAofz8xjdWM\",,\"BRPR4125506\",\"4125506\",-25.65028477,-49.108789587548,329058,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c7ae899f\",4125555,4125555,\"BR_PR\",\"4125555\",3,\"Paraná\",\"São Manoel do Paraná\",,\"BRA.16.354_1\",,,\"BRPR4125555\",\"4125555\",-23.379567145,-52.6028871224024,2163,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b89fc383\",4125605,4125605,\"BR_PR\",\"4125605\",3,\"Paraná\",\"São Mateus do Sul\",,\"BRA.16.355_1\",\"ChIJny3a5t2i55QReJhjAiM-SOs\",,\"BRPR4125605\",\"4125605\",-26.01551819,-50.4076989259291,46705,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce5a9922\",4125704,4125704,\"BR_PR\",\"4125704\",3,\"Paraná\",\"São Miguel do Iguaçu\",,\"BRA.16.356_1\",\"ChIJs450LvGv9pQRtzFbhkZfedY\",,\"BRPR4125704\",\"4125704\",-25.39661598,-54.2663244683191,27576,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d49f8c4\",4125753,4125753,\"BR_PR\",\"4125753\",3,\"Paraná\",\"São Pedro do Iguaçu\",,\"BRA.16.357_1\",,,\"BRPR4125753\",\"4125753\",-24.887135505,-53.9455069988615,5820,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b624bbc\",4125803,4125803,\"BR_PR\",\"4125803\",3,\"Paraná\",\"São Pedro do Ivaí\",,\"BRA.16.358_1\",,,\"BRPR4125803\",\"4125803\",-23.82963276,-51.8831808885128,11046,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2da7111d\",4125902,4125902,\"BR_PR\",\"4125902\",3,\"Paraná\",\"São Pedro do Paraná\",,\"BRA.16.359_1\",,,\"BRPR4125902\",\"4125902\",-22.782006265,-53.1760690323628,2289,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a7115cf4\",4126009,4126009,\"BR_PR\",\"4126009\",3,\"Paraná\",\"São Sebastião da Amoreira\",,\"BRA.16.360_1\",,,\"BRPR4126009\",\"4126009\",-23.4556036,-50.7102125272817,8859,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1d40655\",4126108,4126108,\"BR_PR\",\"4126108\",3,\"Paraná\",\"São Tomé\",,\"BRA.16.361_1\",,,\"BRPR4126108\",\"4126108\",-23.522325515,-52.5788136615136,5750,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"432da59d\",4126207,4126207,\"BR_PR\",\"4126207\",3,\"Paraná\",\"Sapopema\",,\"BRA.16.362_1\",,,\"BRPR4126207\",\"4126207\",-23.88260269,-50.6361270222104,6722,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"495d614e\",4126256,4126256,\"BR_PR\",\"4126256\",3,\"Paraná\",\"Sarandi\",,\"BRA.16.363_1\",\"ChIJx8b0dCjb7JQRe3DLjtTa8rg\",,\"BRPR4126256\",\"4126256\",-23.476528165,-51.8803897902209,97803,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c06c7d5\",4126272,4126272,\"BR_PR\",\"4126272\",3,\"Paraná\",\"Saudade do Iguaçu\",,\"BRA.16.364_1\",,,\"BRPR4126272\",\"4126272\",-25.709659575,-52.5916723981414,5539,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"35e8ff3c\",4126306,4126306,\"BR_PR\",\"4126306\",3,\"Paraná\",\"Sengés\",,\"BRA.16.365_1\",\"ChIJHZxrcUQ2wpQRtDJhvtnZi4Q\",,\"BRPR4126306\",\"4126306\",-24.26645279,-49.4432628948034,19385,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1965ac3\",4126355,4126355,\"BR_PR\",\"4126355\",3,\"Paraná\",\"Serranópolis do Iguaçu\",,\"BRA.16.366_1\",,,\"BRPR4126355\",\"4126355\",-25.47784233,-54.0248872087161,4477,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a9aeb803\",4126405,4126405,\"BR_PR\",\"4126405\",3,\"Paraná\",\"Sertaneja\",,\"BRA.16.367_1\",,,\"BRPR4126405\",\"4126405\",-22.957196235,-50.8880587407505,5216,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df6be2a2\",4126504,4126504,\"BR_PR\",\"4126504\",3,\"Paraná\",\"Sertanópolis\",,\"BRA.16.368_1\",\"ChIJDQeP5I1K65QRt2yyr8SoVZM\",,\"BRPR4126504\",\"4126504\",-23.067718505,-51.0756285322278,16413,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4349c958\",4126603,4126603,\"BR_PR\",\"4126603\",3,\"Paraná\",\"Siqueira Campos\",,\"BRA.16.369_1\",\"ChIJrWwUOMHowZQRfdGce2Dc98M\",,\"BRPR4126603\",\"4126603\",-23.655833245,-49.8078906369876,21249,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"49390d8b\",4126652,4126652,\"BR_PR\",\"4126652\",3,\"Paraná\",\"Sulina\",,\"BRA.16.370_1\",,,\"BRPR4126652\",\"4126652\",-25.66717148,-52.726370648979,2930,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9bda8617\",4126678,4126678,\"BR_PR\",\"4126678\",3,\"Paraná\",\"Tamarana\",,\"BRA.16.371_1\",,,\"BRPR4126678\",\"4126678\",-23.816493035,-51.0458802927179,15040,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"358c93f9\",4126702,4126702,\"BR_PR\",\"4126702\",3,\"Paraná\",\"Tamboara\",,\"BRA.16.372_1\",,,\"BRPR4126702\",\"4126702\",-23.20943546,-52.4837095502753,5158,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a7d9857e\",4126801,4126801,\"BR_PR\",\"4126801\",3,\"Paraná\",\"Tapejara\",,\"BRA.16.373_1\",\"ChIJtWx8URCu8pQR4hIU1YQ6UmA\",,\"BRPR4126801\",\"4126801\",-23.64150906,-52.8760500411004,16345,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d11cdfdf\",4126900,4126900,\"BR_PR\",\"4126900\",3,\"Paraná\",\"Tapira\",,\"BRA.16.374_1\",,,\"BRPR4126900\",\"4126900\",-23.335954665,-53.1275162945634,5495,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f8151696\",4127007,4127007,\"BR_PR\",\"4127007\",3,\"Paraná\",\"Teixeira Soares\",,\"BRA.16.379_1\",,,\"BRPR4127007\",\"4127007\",-25.311541555,-50.4248490719016,12567,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8ed04c37\",4127106,4127106,\"BR_PR\",\"4127106\",3,\"Paraná\",\"Telêmaco Borba\",,\"BRA.16.375_1\",\"ChIJ308BzjeD6ZQREP0AYEdrgDA\",,\"BRPR4127106\",\"4127106\",-24.25418568,-50.5240176253047,79792,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"159fa3d4\",4127205,4127205,\"BR_PR\",\"4127205\",3,\"Paraná\",\"Terra Boa\",,\"BRA.16.376_1\",\"ChIJS2JZSgBq7ZQRZevCbSGX-Eo\",,\"BRPR4127205\",\"4127205\",-23.68827057,-52.3706285844568,17200,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"635af975\",4127304,4127304,\"BR_PR\",\"4127304\",3,\"Paraná\",\"Terra Rica\",,\"BRA.16.377_1\",\"ChIJYUI47XJ4kpQRZQRVHBci_sM\",,\"BRPR4127304\",\"4127304\",-22.720632555,-52.6946499623147,16924,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f8717a53\",4127403,4127403,\"BR_PR\",\"4127403\",3,\"Paraná\",\"Terra Roxa\",,\"BRA.16.378_1\",\"ChIJYZNzmZNf85QRiWsU-P170vw\",,\"BRPR4127403\",\"4127403\",-24.186935425,-54.0615803361314,17522,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8eb420f2\",4127502,4127502,\"BR_PR\",\"4127502\",3,\"Paraná\",\"Tibagi\",,\"BRA.16.380_1\",\"ChIJ5zTjNju86ZQRhYOQZuGWks8\",,\"BRPR4127502\",\"4127502\",-24.633106235,-50.4505704653979,20607,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"15fbcf11\",4127601,4127601,\"BR_PR\",\"4127601\",3,\"Paraná\",\"Tijucas do Sul\",,\"BRA.16.381_1\",\"ChIJrSSvIzdH3JQRKydRsXp0QXI\",,\"BRPR4127601\",\"4127601\",-25.886734005,-49.1096519396114,17084,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"633e95b0\",4127700,4127700,\"BR_PR\",\"4127700\",3,\"Paraná\",\"Toledo\",,\"BRA.16.382_1\",\"ChIJYWo1on-V85QRUBuHw2H8qWA\",,\"BRPR4127700\",\"4127700\",-24.697582245,-53.8092610975065,142645,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"11be6a29\",4127809,4127809,\"BR_PR\",\"4127809\",3,\"Paraná\",\"Tomazina\",,\"BRA.16.383_1\",,,\"BRPR4127809\",\"4127809\",-23.721085545,-49.9326111105086,7807,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1bceaefa\",4127858,4127858,\"BR_PR\",\"4127858\",3,\"Paraná\",\"Três Barras do Paraná\",,\"BRA.16.384_1\",\"ChIJkbToYviv8ZQRe6bjurwDyJk\",,\"BRPR4127858\",\"4127858\",-25.44687176,-53.2314179854364,12038,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4eb539a9\",4127882,4127882,\"BR_PR\",\"4127882\",3,\"Paraná\",\"Tunas do Paraná\",,\"BRA.16.385_1\",,,\"BRPR4127882\",\"4127882\",-24.93809223,-48.8810217001503,9022,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"677b3088\",4127908,4127908,\"BR_PR\",\"4127908\",3,\"Paraná\",\"Tuneiras do Oeste\",,\"BRA.16.386_1\",,,\"BRPR4127908\",\"4127908\",-23.860408785,-52.8826409502044,8533,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8ab3d95c\",4127957,4127957,\"BR_PR\",\"4127957\",3,\"Paraná\",\"Tupãssi\",,\"BRA.16.387_1\",,,\"BRPR4127957\",\"4127957\",-24.63511467,-53.5097682777034,8109,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4f90ebb3\",4127965,4127965,\"BR_PR\",\"4127965\",3,\"Paraná\",\"Turvo\",,\"BRA.16.388_1\",,,\"BRPR4127965\",\"4127965\",-24.968412395,-51.4492337067281,13095,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e7867ec\",4128005,4128005,\"BR_PR\",\"4128005\",3,\"Paraná\",\"Ubiratã\",,\"BRA.16.389_1\",\"ChIJraYZCa4U8pQRCJNKqIaLxJY\",,\"BRPR4128005\",\"4128005\",-24.508888245,-53.0283035651911,20909,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"38bd3d4d\",4128104,4128104,\"BR_PR\",\"4128104\",3,\"Paraná\",\"Umuarama\",,\"BRA.16.390_1\",\"ChIJ2VDp36nW8pQRrMmkT5e33fo\",,\"BRPR4128104\",\"4128104\",-23.70709419,-53.3330562544484,112500,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a49f16b7\",4128203,4128203,\"BR_PR\",\"4128203\",3,\"Paraná\",\"União da Vitória\",,\"BRA.16.391_1\",\"ChIJK1G_N5Jh5pQRskoSs3m8rAs\",,\"BRPR4128203\",\"4128203\",-26.12417793,-51.1139026560459,57913,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d25a4c16\",4128302,4128302,\"BR_PR\",\"4128302\",3,\"Paraná\",\"Uniflor\",,\"BRA.16.392_1\",,,\"BRPR4128302\",\"4128302\",-23.078442575,-52.1244130568755,2614,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e1c0b29\",4128401,4128401,\"BR_PR\",\"4128401\",3,\"Paraná\",\"Uraí\",,\"BRA.16.393_1\",\"ChIJe2jfCmck65QRySn_aC88SbU\",,\"BRPR4128401\",\"4128401\",-23.211460115,-50.8347369703111,11273,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1499c652\",4128534,4128534,\"BR_PR\",\"4128534\",3,\"Paraná\",\"Ventania\",,\"BRA.16.395_1\",,,\"BRPR4128534\",\"4128534\",-24.190703395,-50.2695355505444,12088,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c721d69\",4128559,4128559,\"BR_PR\",\"4128559\",3,\"Paraná\",\"Vera Cruz do Oeste\",,\"BRA.16.396_1\",,,\"BRPR4128559\",\"4128559\",-25.004135135,-53.9059070609168,8454,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"43435775\",4128609,4128609,\"BR_PR\",\"4128609\",3,\"Paraná\",\"Verê\",,\"BRA.16.397_1\",,,\"BRPR4128609\",\"4128609\",-25.85434246,-52.9463087160729,7174,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"493393a6\",4128658,4128658,\"BR_PR\",\"4128658\",3,\"Paraná\",\"Virmond\",,\"BRA.16.399_1\",,,\"BRPR4128658\",\"4128658\",-25.419290545,-52.2241349026277,4022,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"35860dd4\",4128708,4128708,\"BR_PR\",\"4128708\",3,\"Paraná\",\"Vitorino\",,\"BRA.16.400_1\",\"ChIJtRJdNjOp-pQRp4hDs3pgAps\",,\"BRPR4128708\",\"4128708\",-26.25501728,-52.8241575022663,6859,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"38d95188\",4128500,4128500,\"BR_PR\",\"4128500\",3,\"Paraná\",\"Wenceslau Braz\",,\"BRA.16.394_1\",\"ChIJIdoyhcH2wZQRAjE-gnNG0IM\",,\"BRPR4128500\",\"4128500\",-23.87059784,-49.8010770228917,19386,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ae655778\",4128807,4128807,\"BR_PR\",\"4128807\",3,\"Paraná\",\"Xambrê\",,\"BRA.16.401_1\",,,\"BRPR4128807\",\"4128807\",-23.74860954,-53.569575579075,5630,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"85a9dd32\",2600054,2600054,\"BR_PE\",\"2600054\",3,\"Pernambuco\",\"Abreu e Lima\",,\"BRA.17.1_1\",\"ChIJdcvzf-ESqwcR68NWQxpFCQ0\",,\"BRPE2600054\",\"2600054\",-7.86883187,-35.0809546431865,100346,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f91c4340\",2600104,2600104,\"BR_PE\",\"2600104\",3,\"Pernambuco\",\"Afogados da Ingazeira\",,\"BRA.17.2_1\",\"ChIJP2iBPL83pgcRB3hTADVIgv0\",,\"BRPE2600104\",\"2600104\",-7.751071695,-37.6043907055082,37404,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"653e68ba\",2600203,2600203,\"BR_PE\",\"2600203\",3,\"Pernambuco\",\"Afrânio\",,\"BRA.17.3_1\",,,\"BRPE2600203\",\"2600203\",-8.60005808,-40.9946487688666,19810,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"13fb321b\",2600302,2600302,\"BR_PE\",\"2600302\",3,\"Pernambuco\",\"Agrestina\",,\"BRA.17.4_1\",\"ChIJL-Xk97z3qQcRzVbf7Nc9WIM\",,\"BRPE2600302\",\"2600302\",-8.459978105,-35.9488881073229,25065,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8fbd7524\",2600401,2600401,\"BR_PE\",\"2600401\",3,\"Pernambuco\",\"Água Preta\",,\"BRA.17.5_1\",\"ChIJuQYwowZ2qgcRQwMe545XiFQ\",,\"BRPE2600401\",\"2600401\",-8.67086649,-35.4812057937557,37082,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f9782f85\",2600500,2600500,\"BR_PE\",\"2600500\",3,\"Pernambuco\",\"Águas Belas\",,\"BRA.17.6_1\",\"ChIJK9y3yq00BgcR07m18g5olQE\",,\"BRPE2600500\",\"2600500\",-9.10767651,-37.0649858815971,43686,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"82e22978\",2600609,2600609,\"BR_PE\",\"2600609\",3,\"Pernambuco\",\"Alagoinha\",,\"BRA.17.7_1\",,,\"BRPE2600609\",\"2600609\",-8.50863886,-36.7555517994985,14718,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f42773d9\",2600708,2600708,\"BR_PE\",\"2600708\",3,\"Pernambuco\",\"Aliança\",,\"BRA.17.8_1\",\"ChIJMUq3Vsx4qwcRAz7aQAt0Yec\",,\"BRPE2600708\",\"2600708\",-7.612263915,-35.2053239845734,38397,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6fc42975\",2600807,2600807,\"BR_PE\",\"2600807\",3,\"Pernambuco\",\"Altinho\",,\"BRA.17.9_1\",\"ChIJHfvUM2nlqQcRQBkkpphwVxQ\",,\"BRPE2600807\",\"2600807\",-8.470436095,-36.0917749407936,22984,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"190173d4\",2600906,2600906,\"BR_PE\",\"2600906\",3,\"Pernambuco\",\"Amaraji\",,\"BRA.17.10_1\",\"ChIJi3AgWTdCqgcR-Jn_uIvO3aU\",,\"BRPE2600906\",\"2600906\",-8.361482145,-35.4652353313966,22870,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"de06dbb1\",2601003,2601003,\"BR_PE\",\"2601003\",3,\"Pernambuco\",\"Angelim\",,\"BRA.17.11_1\",,,\"BRPE2601003\",\"2601003\",-8.87542248,-36.2725885423796,11226,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d4761f62\",2601052,2601052,\"BR_PE\",\"2601052\",3,\"Pernambuco\",\"Araçoiaba\",,\"BRA.17.12_1\",\"ChIJBd6JymJyqwcR1HknKwmEcBU\",,\"BRPE2601052\",\"2601052\",-7.800971985,-35.0804785261316,20733,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a8c38110\",2601102,2601102,\"BR_PE\",\"2601102\",3,\"Pernambuco\",\"Araripina\",,\"BRA.17.13_1\",\"ChIJvQksgKivnwcRc8T9cA7mfQE\",,\"BRPE2601102\",\"2601102\",-7.66792941,-40.4955874287704,84864,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"338c6ef3\",2601201,2601201,\"BR_PE\",\"2601201\",3,\"Pernambuco\",\"Arcoverde\",,\"BRA.17.14_1\",\"ChIJKVeHAZUZqAcRhELRlEJn1OY\",,\"BRPE2601201\",\"2601201\",-8.384815215,-37.0262946471141,74822,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"45493452\",2601300,2601300,\"BR_PE\",\"2601300\",3,\"Pernambuco\",\"Barra de Guabiraba\",,\"BRA.17.15_1\",,,\"BRPE2601300\",\"2601300\",-8.41984987,-35.6335351778774,14510,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"39da9a73\",2601409,2601409,\"BR_PE\",\"2601409\",3,\"Pernambuco\",\"Barreiros\",,\"BRA.17.16_1\",\"ChIJ0cFGUquHAAcRjNM_o7s6ml8\",,\"BRPE2601409\",\"2601409\",-8.82055521,-35.2618689801049,42764,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4f1fc0d2\",2601508,2601508,\"BR_PE\",\"2601508\",3,\"Pernambuco\",\"Belém de Maria\",,\"BRA.17.17_1\",,,\"BRPE2601508\",\"2601508\",-8.59812355,-35.8184761554144,12122,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dde6631a\",2601607,2601607,\"BR_PE\",\"2601607\",3,\"Pernambuco\",\"Belém do São Francisco\",,\"BRA.17.18_1\",,,\"BRPE2601607\",\"2601607\",-8.56648445,-39.0121931373241,20730,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ab2339bb\",2601706,2601706,\"BR_PE\",\"2601706\",3,\"Pernambuco\",\"Belo Jardim\",,\"BRA.17.19_1\",\"ChIJD_l98EK4qQcRQ3Fcog6eF10\",,\"BRPE2601706\",\"2601706\",-8.262406345,-36.3653353848865,76687,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"39762f3c\",2601805,2601805,\"BR_PE\",\"2601805\",3,\"Pernambuco\",\"Betânia\",,\"BRA.17.20_1\",\"ChIJJc_GW795pwcRoA_-Ak01XNs\",,\"BRPE2601805\",\"2601805\",-8.26401806,-38.0092170679619,12765,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4fb3759d\",2601904,2601904,\"BR_PE\",\"2601904\",3,\"Pernambuco\",\"Bezerros\",,\"BRA.17.21_1\",\"ChIJJyAnc_0kqgcR4-jalEXCEYE\",,\"BRPE2601904\",\"2601904\",-8.23889637,-35.7974363496513,60880,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"22bd1573\",2602001,2602001,\"BR_PE\",\"2602001\",3,\"Pernambuco\",\"Bodocó\",,\"BRA.17.22_1\",\"ChIJY44_RSMqoAcRWBkmtowql9Q\",,\"BRPE2602001\",\"2602001\",-7.679392575,-40.0045529207987,38378,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"54784fd2\",2602100,2602100,\"BR_PE\",\"2602100\",3,\"Pernambuco\",\"Bom Conselho\",,\"BRA.17.23_1\",\"ChIJYdw-9JBUBgcRVMEGf1aaWFM\",,\"BRPE2602100\",\"2602100\",-9.181530475,-36.6951941830691,48767,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2fe2492f\",2602209,2602209,\"BR_PE\",\"2602209\",3,\"Pernambuco\",\"Bom Jardim\",,\"BRA.17.24_1\",\"ChIJsay7NMrqqwcRwnrcVItYfR0\",,\"BRPE2602209\",\"2602209\",-7.76863885,-35.5425194423329,39983,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5927138e\",2602308,2602308,\"BR_PE\",\"2602308\",3,\"Pernambuco\",\"Bonito\",,\"BRA.17.25_1\",\"ChIJw5fYbbARqgcRUJkfpju8_Fk\",,\"BRPE2602308\",\"2602308\",-8.486226085,-35.7437797023556,38117,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ccd7189a\",2602407,2602407,\"BR_PE\",\"2602407\",3,\"Pernambuco\",\"Brejão\",,\"BRA.17.26_1\",,,\"BRPE2602407\",\"2602407\",-9.02887106,-36.5372837758231,8987,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ba12423b\",2602506,2602506,\"BR_PE\",\"2602506\",3,\"Pernambuco\",\"Brejinho\",,\"BRA.17.27_1\",,,\"BRPE2602506\",\"2602506\",-7.33142805,-37.3120036689881,7488,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"215dadd8\",2602605,2602605,\"BR_PE\",\"2602605\",3,\"Pernambuco\",\"Brejo da Madre de Deus\",,\"BRA.17.28_1\",\"ChIJT1yQA7GkqQcRR3bzNmcYghI\",,\"BRPE2602605\",\"2602605\",-8.07692051,-36.2978669313841,51225,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5798f779\",2602704,2602704,\"BR_PE\",\"2602704\",3,\"Pernambuco\",\"Buenos Aires\",,\"BRA.17.29_1\",,,\"BRPE2602704\",\"2602704\",-7.72880912,-35.3415730235755,13190,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2a025e7\",2602803,2602803,\"BR_PE\",\"2602803\",3,\"Pernambuco\",\"Buíque\",,\"BRA.17.30_1\",\"ChIJF3RxUoPlBwcRiSo7V8CgsTY\",,\"BRPE2602803\",\"2602803\",-8.68880606,-37.1340433392382,58919,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b4657f46\",2602902,2602902,\"BR_PE\",\"2602902\",3,\"Pernambuco\",\"Cabo de Santo Agostinho\",,\"BRA.17.31_1\",\"ChIJdZBtnuXvqgcR9rKnllmy11A\",,\"BRPE2602902\",\"2602902\",-8.2747221,-35.0921023718403,208944,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"94dafa24\",2603009,2603009,\"BR_PE\",\"2603009\",3,\"Pernambuco\",\"Cabrobó\",,\"BRA.17.32_1\",\"ChIJjcENujBgCgcRWXAKCOi8iw0\",,\"BRPE2603009\",\"2603009\",-8.388415335,-39.3122336138509,34503,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e21fa085\",2603108,2603108,\"BR_PE\",\"2603108\",3,\"Pernambuco\",\"Cachoeirinha\",,\"BRA.17.33_1\",\"ChIJ1VqmYAjnqQcRs4frdPhbuQY\",,\"BRPE2603108\",\"2603108\",-8.50513983,-36.2734556527515,20501,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"70e6034d\",2603207,2603207,\"BR_PE\",\"2603207\",3,\"Pernambuco\",\"Caetés\",,\"BRA.17.34_1\",,,\"BRPE2603207\",\"2603207\",-8.8184247,-36.695870087772,28904,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"062359ec\",2603306,2603306,\"BR_PE\",\"2603306\",3,\"Pernambuco\",\"Calçado\",,\"BRA.17.35_1\",,,\"BRPE2603306\",\"2603306\",-8.689587115,-36.355752106651,11018,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a651ed3\",2603405,2603405,\"BR_PE\",\"2603405\",3,\"Pernambuco\",\"Calumbi\",,\"BRA.17.36_1\",,,\"BRPE2603405\",\"2603405\",-8.0238657,-38.0718902472866,5747,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9015da00\",2603454,2603454,\"BR_PE\",\"2603454\",3,\"Pernambuco\",\"Camaragibe\",,\"BRA.17.37_1\",\"ChIJuctIOXsQqwcR7BfBLtoN37w\",,\"BRPE2603454\",\"2603454\",-7.984119895,-34.9875595626796,158899,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eca04472\",2603504,2603504,\"BR_PE\",\"2603504\",3,\"Pernambuco\",\"Camocim de São Félix\",,\"BRA.17.38_1\",\"ChIJPxeHlXQYqgcR-tasBD84Wgg\",,\"BRPE2603504\",\"2603504\",-8.336874485,-35.7671371268372,18900,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"70826f88\",2603603,2603603,\"BR_PE\",\"2603603\",3,\"Pernambuco\",\"Camutanga\",,\"BRA.17.39_1\",,,\"BRPE2603603\",\"2603603\",-7.439166785,-35.3076013598287,8572,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"06473529\",2603702,2603702,\"BR_PE\",\"2603702\",3,\"Pernambuco\",\"Canhotinho\",,\"BRA.17.40_1\",\"ChIJWd7-6cFABwcRauMfFo2QL1o\",,\"BRPE2603702\",\"2603702\",-8.872357845,-36.1532800321715,24773,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"941223ae\",2603801,2603801,\"BR_PE\",\"2603801\",3,\"Pernambuco\",\"Capoeiras\",,\"BRA.17.41_1\",,,\"BRPE2603801\",\"2603801\",-8.675433155,-36.5984824483285,20048,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e2d7790f\",2603900,2603900,\"BR_PE\",\"2603900\",3,\"Pernambuco\",\"Carnaíba\",,\"BRA.17.42_1\",,,\"BRPE2603900\",\"2603900\",-7.79682517,-37.7644388647224,19609,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3982beb8\",2603926,2603926,\"BR_PE\",\"2603926\",3,\"Pernambuco\",\"Carnaubeira da Penha\",,\"BRA.17.43_1\",,,\"BRPE2603926\",\"2603926\",-8.424438475,-38.7173931597801,13025,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eeb5ef9a\",2604007,2604007,\"BR_PE\",\"2604007\",3,\"Pernambuco\",\"Carpina\",,\"BRA.17.44_1\",\"ChIJEWd7V06gqwcRFax_85mMOAY\",,\"BRPE2604007\",\"2604007\",-7.82625794,-35.2584820092138,84395,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9870b53b\",2604106,2604106,\"BR_PE\",\"2604106\",3,\"Pernambuco\",\"Caruaru\",,\"BRA.17.45_1\",\"ChIJD0mUvL6LqQcRK4vraCEGCd0\",,\"BRPE2604106\",\"2604106\",-8.187952995,-36.033381172613,365278,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c0e10c4\",2604155,2604155,\"BR_PE\",\"2604155\",3,\"Pernambuco\",\"Casinhas\",,\"BRA.17.46_1\",,,\"BRPE2604155\",\"2604155\",-7.76811957,-35.7257916844029,14368,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"033f5ad8\",2604205,2604205,\"BR_PE\",\"2604205\",3,\"Pernambuco\",\"Catende\",,\"BRA.17.47_1\",\"ChIJD6A1pIynAAcRW-Gj9oKDJ0M\",,\"BRPE2604205\",\"2604205\",-8.69192362,-35.7485890479185,43340,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"75fa0079\",2604304,2604304,\"BR_PE\",\"2604304\",3,\"Pernambuco\",\"Cedro\",,\"BRA.17.48_1\",,,\"BRPE2604304\",\"2604304\",-7.73811555,-39.2025703674836,11891,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eed1835f\",2604403,2604403,\"BR_PE\",\"2604403\",3,\"Pernambuco\",\"Chã de Alegria\",,\"BRA.17.49_1\",,,\"BRPE2604403\",\"2604403\",-8.00727177,-35.2256176074613,13556,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9814d9fe\",2604502,2604502,\"BR_PE\",\"2604502\",3,\"Pernambuco\",\"Chã Grande\",,\"BRA.17.50_1\",\"ChIJj5L8gFtPqgcRy5lnMHk9sE4\",,\"BRPE2604502\",\"2604502\",-8.230049135,-35.4733086924062,21815,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"035b361d\",2604601,2604601,\"BR_PE\",\"2604601\",3,\"Pernambuco\",\"Condado\",,\"BRA.17.51_1\",\"ChIJvUewGWV8qwcRaej0T_pnyhc\",,\"BRPE2604601\",\"2604601\",-7.599559785,-35.1014636457689,26590,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"759e6cbc\",2604700,2604700,\"BR_PE\",\"2604700\",3,\"Pernambuco\",\"Correntes\",,\"BRA.17.52_1\",,,\"BRPE2604700\",\"2604700\",-9.122262,-36.3368242158237,18268,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"071e9325\",2604809,2604809,\"BR_PE\",\"2604809\",3,\"Pernambuco\",\"Cortês\",,\"BRA.17.53_1\",,,\"BRPE2604809\",\"2604809\",-8.42347908,-35.5434388896928,12560,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"71dbc984\",2604908,2604908,\"BR_PE\",\"2604908\",3,\"Pernambuco\",\"Cumaru\",,\"BRA.17.54_1\",,,\"BRPE2604908\",\"2604908\",-8.0295825,-35.7159687478276,10192,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cf00d945\",2605004,2605004,\"BR_PE\",\"2605004\",3,\"Pernambuco\",\"Cupira\",,\"BRA.17.55_1\",\"ChIJhYroANH_qQcRqPK4wcrGY6g\",,\"BRPE2605004\",\"2605004\",-8.582762245,-35.9382362388591,24173,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"50a626d1\",2605103,2605103,\"BR_PE\",\"2605103\",3,\"Pernambuco\",\"Custódia\",,\"BRA.17.56_1\",\"ChIJJ9m1fR--pwcRjAMn7I1i6gI\",,\"BRPE2605103\",\"2605103\",-8.159041405,-37.6616374530951,37375,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5ad6e202\",2605152,2605152,\"BR_PE\",\"2605152\",3,\"Pernambuco\",\"Dormentes\",,\"BRA.17.57_1\",,,\"BRPE2605152\",\"2605152\",-8.4749651,-40.6033891620895,19079,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"25e7a81e\",2605202,2605202,\"BR_PE\",\"2605202\",3,\"Pernambuco\",\"Escada\",,\"BRA.17.58_1\",\"ChIJ31BEWwRfqgcRfZlAzQ95cpE\",,\"BRPE2605202\",\"2605202\",-8.366592885,-35.2747646702854,69292,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd2c9393\",2605301,2605301,\"BR_PE\",\"2605301\",3,\"Pernambuco\",\"Exu\",,\"BRA.17.59_1\",\"ChIJd-E9TZnIoQcRr46pxfEoxag\",,\"BRPE2605301\",\"2605301\",-7.48019147,-39.7251035679835,31766,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cf64b580\",2605400,2605400,\"BR_PE\",\"2605400\",3,\"Pernambuco\",\"Feira Nova\",,\"BRA.17.60_1\",\"ChIJY8xx1wulqwcRehdDIfDHIQo\",,\"BRPE2605400\",\"2605400\",-7.947764875,-35.372800792346,22247,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cbcff961\",2605459,2605459,\"BR_PE\",\"2605459\",3,\"Pernambuco\",\"Fernando de Noronha\",,\"BRA.20.41_1\",\"ChIJPXpJbWZSNgYRFYuX2r9S9oM\",,\"BRPE2605459\",\"2605459\",-3.849722025,-32.4169445,3101,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b77a6713\",2605509,2605509,\"BR_PE\",\"2605509\",3,\"Pernambuco\",\"Ferreiros\",,\"BRA.17.61_1\",,,\"BRPE2605509\",\"2605509\",-7.47307849,-35.2541754423663,12170,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c23be9dc\",2605608,2605608,\"BR_PE\",\"2605608\",3,\"Pernambuco\",\"Flores\",,\"BRA.17.62_1\",,,\"BRPE2605608\",\"2605608\",-7.925886395,-37.8850222701783,22618,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53469e7a\",2605707,2605707,\"BR_PE\",\"2605707\",3,\"Pernambuco\",\"Floresta\",,\"BRA.17.63_1\",\"ChIJN9orKS7BCQcRLRK2kC4bnDw\",,\"BRPE2605707\",\"2605707\",-8.61937761,-38.2812293786485,33184,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2f1de9d1\",2605806,2605806,\"BR_PE\",\"2605806\",3,\"Pernambuco\",\"Frei Miguelinho\",,\"BRA.17.64_1\",,,\"BRPE2605806\",\"2605806\",-7.93303418,-35.894304332452,15546,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7d6d25c\",2605905,2605905,\"BR_PE\",\"2605905\",3,\"Pernambuco\",\"Gameleira\",,\"BRA.17.65_1\",,,\"BRPE2605905\",\"2605905\",-8.62226343,-35.3756800714194,31318,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"34d6d39e\",2606002,2606002,\"BR_PE\",\"2606002\",3,\"Pernambuco\",\"Garanhuns\",,\"BRA.17.66_1\",\"ChIJZcoBs-kMBwcRLWO3ueRBYY4\",,\"BRPE2606002\",\"2606002\",-8.936917305,-36.5027147405796,140577,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ac1de813\",2606101,2606101,\"BR_PE\",\"2606101\",3,\"Pernambuco\",\"Glória do Goitá\",,\"BRA.17.67_1\",\"ChIJQYQrKCSpqwcRU4p0iZhPDIk\",,\"BRPE2606101\",\"2606101\",-8.007750985,-35.3542299086932,30751,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d95c66dc\",2606200,2606200,\"BR_PE\",\"2606200\",3,\"Pernambuco\",\"Goiana\",,\"BRA.17.68_1\",\"ChIJme5Wh4FhqwcRqzIZUAx7bWI\",,\"BRPE2606200\",\"2606200\",-7.58805585,-34.950754055368,80055,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a142b44f\",2606309,2606309,\"BR_PE\",\"2606309\",3,\"Pernambuco\",\"Granito\",,\"BRA.17.69_1\",,,\"BRPE2606309\",\"2606309\",-7.787544015,-39.6824336208835,7537,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d30a925c\",2606408,2606408,\"BR_PE\",\"2606408\",3,\"Pernambuco\",\"Gravatá\",,\"BRA.17.70_1\",\"ChIJVxmujBNIqgcR0XY4RU0qrBY\",,\"BRPE2606408\",\"2606408\",-8.21375942,-35.5791398319063,84699,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4277e5fa\",2606507,2606507,\"BR_PE\",\"2606507\",3,\"Pernambuco\",\"Iati\",,\"BRA.17.71_1\",,,\"BRPE2606507\",\"2606507\",-9.14807653,-36.8925922854448,19241,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"37366b35\",2606606,2606606,\"BR_PE\",\"2606606\",3,\"Pernambuco\",\"Ibimirim\",,\"BRA.17.72_1\",\"ChIJI6gGDhMYCAcRuN7IaAGpqV8\",,\"BRPE2606606\",\"2606606\",-8.55515337,-37.6031515502107,29412,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"affd50b8\",2606705,2606705,\"BR_PE\",\"2606705\",3,\"Pernambuco\",\"Ibirajuba\",,\"BRA.17.73_1\",,,\"BRPE2606705\",\"2606705\",-8.62766552,-36.2078679704803,7768,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3a62713\",2606804,2606804,\"BR_PE\",\"2606804\",3,\"Pernambuco\",\"Igarassu\",,\"BRA.17.74_1\",\"ChIJN-F3XOdqqwcRjbB3PYEGr4c\",,\"BRPE2606804\",\"2606804\",-7.797066685,-34.980056735784,118370,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4c00d887\",2606903,2606903,\"BR_PE\",\"2606903\",3,\"Pernambuco\",\"Iguaracy\",,\"BRA.17.75_1\",,,\"BRPE2606903\",\"2606903\",-7.84847498,-37.4254057605312,12247,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"61846d7c\",2607604,2607604,\"BR_PE\",\"2607604\",3,\"Pernambuco\",\"Ilha de Itamaracá\",,\"BRA.17.82_1\",\"ChIJSdUpaOhBqwcRCRgQPv48nnk\",,\"BRPE2607604\",\"2607604\",-7.750693795,-34.848054885,26672,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6264d5d7\",2607000,2607000,\"BR_PE\",\"2607000\",3,\"Pernambuco\",\"Inajá\",,\"BRA.17.76_1\",,,\"BRPE2607000\",\"2607000\",-8.802618025,-37.8195942120579,23645,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a7a0744\",2607109,2607109,\"BR_PE\",\"2607109\",3,\"Pernambuco\",\"Ingazeira\",,\"BRA.17.77_1\",,,\"BRPE2607109\",\"2607109\",-7.714526415,-37.4242824779842,4543,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6f3b898b\",2607208,2607208,\"BR_PE\",\"2607208\",3,\"Pernambuco\",\"Ipojuca\",,\"BRA.17.78_1\",\"ChIJxVg77_aMqgcRISfDe_catsQ\",,\"BRPE2607208\",\"2607208\",-8.45805502,-35.0997851961704,97669,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe46fe2d\",2607307,2607307,\"BR_PE\",\"2607307\",3,\"Pernambuco\",\"Ipubi\",,\"BRA.17.79_1\",\"ChIJXWUYnFKDnwcRfTX9uvx5WJI\",,\"BRPE2607307\",\"2607307\",-7.56354761,-40.2181619402528,31187,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8c0ed83e\",2607406,2607406,\"BR_PE\",\"2607406\",3,\"Pernambuco\",\"Itacuruba\",,\"BRA.17.80_1\",,,\"BRPE2607406\",\"2607406\",-8.770421505,-38.7562882153775,4966,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"14c5e3b3\",2607505,2607505,\"BR_PE\",\"2607505\",3,\"Pernambuco\",\"Itaíba\",,\"BRA.17.81_1\",,,\"BRPE2607505\",\"2607505\",-9.02159929,-37.3013247511785,26308,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"82970c9a\",2607653,2607653,\"BR_PE\",\"2607653\",3,\"Pernambuco\",\"Itambé\",,\"BRA.17.165_1\",\"ChIJP-b7vNt9rAcRF5ipInxDLx4\",,\"BRPE2607653\",\"2607653\",-7.460922475,-35.0991379745615,36471,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe2292e8\",2607703,2607703,\"BR_PE\",\"2607703\",3,\"Pernambuco\",\"Itapetim\",,\"BRA.17.83_1\",,,\"BRPE2607703\",\"2607703\",-7.385029555,-37.1537971503774,13553,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f452563b\",2607752,2607752,\"BR_PE\",\"2607752\",3,\"Pernambuco\",\"Itapissuma\",,\"BRA.17.84_1\",\"ChIJ7aZbb6lpqwcRlUb8_k9Jqjo\",,\"BRPE2607752\",\"2607752\",-7.744584085,-34.914127398231,26900,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8279e543\",2607802,2607802,\"BR_PE\",\"2607802\",3,\"Pernambuco\",\"Itaquitinga\",,\"BRA.17.85_1\",,,\"BRPE2607802\",\"2607802\",-7.68661189,-35.0562931381755,17006,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1ab2dece\",2607901,2607901,\"BR_PE\",\"2607901\",3,\"Pernambuco\",\"Jaboatão dos Guararapes\",,\"BRA.17.86_1\",\"ChIJXWlJSI7iqgcRh1kdnIukF64\",,\"BRPE2607901\",\"2607901\",-8.152979375,-35.0031924344333,706867,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"10c21a1d\",2607950,2607950,\"BR_PE\",\"2607950\",3,\"Pernambuco\",\"Jaqueira\",,\"BRA.17.87_1\",,,\"BRPE2607950\",\"2607950\",-8.744132995,-35.8096299075293,11644,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"34dc4db3\",2608008,2608008,\"BR_PE\",\"2608008\",3,\"Pernambuco\",\"Jataúba\",,\"BRA.17.88_1\",,,\"BRPE2608008\",\"2608008\",-8.06166935,-36.5251573320804,17228,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d914a467\",2608057,2608057,\"BR_PE\",\"2608057\",3,\"Pernambuco\",\"Jatobá\",,\"BRA.17.89_1\",,,\"BRPE2608057\",\"2608057\",-9.211829185,-38.2089977425711,14850,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a5a13a15\",2608107,2608107,\"BR_PE\",\"2608107\",3,\"Pernambuco\",\"João Alfredo\",,\"BRA.17.90_1\",\"ChIJG5Uk9c3AqwcRUcC-WprHQVY\",,\"BRPE2608107\",\"2608107\",-7.854125025,-35.5979746153979,33328,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0e0b4da\",2608206,2608206,\"BR_PE\",\"2608206\",3,\"Pernambuco\",\"Joaquim Nabuco\",,\"BRA.17.91_1\",,,\"BRPE2608206\",\"2608206\",-8.56844616,-35.5511122187649,16011,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"349e1125\",2608255,2608255,\"BR_PE\",\"2608255\",3,\"Pernambuco\",\"Jucati\",,\"BRA.17.92_1\",,,\"BRPE2608255\",\"2608255\",-8.72406721,-36.4638302452367,11485,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"482b8f57\",2608305,2608305,\"BR_PE\",\"2608305\",3,\"Pernambuco\",\"Jupi\",,\"BRA.17.93_1\",,,\"BRPE2608305\",\"2608305\",-8.700877665,-36.4033804375784,14922,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3a63a944\",2608404,2608404,\"BR_PE\",\"2608404\",3,\"Pernambuco\",\"Jurema\",,\"BRA.17.94_1\",,,\"BRPE2608404\",\"2608404\",-8.75797844,-36.1390226474004,15431,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a5c556d0\",2608503,2608503,\"BR_PE\",\"2608503\",3,\"Pernambuco\",\"Lagoa de Itaenga\",,\"BRA.17.96_1\",\"ChIJeymNZRGmqwcR6EictoGNk6Y\",,\"BRPE2608503\",\"2608503\",-7.90716696,-35.2970714878104,21460,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d970c8a2\",2608453,2608453,\"BR_PE\",\"2608453\",3,\"Pernambuco\",\"Lagoa do Carro\",,\"BRA.17.95_1\",\"ChIJ3XLNOaajqwcRDBHBcENfP9Q\",,\"BRPE2608453\",\"2608453\",-7.856612685,-35.330956344518,18252,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d084d81f\",2608602,2608602,\"BR_PE\",\"2608602\",3,\"Pernambuco\",\"Lagoa do Ouro\",,\"BRA.17.97_1\",,,\"BRPE2608602\",\"2608602\",-9.167669295,-36.4563484639156,13224,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"484fe392\",2608701,2608701,\"BR_PE\",\"2608701\",3,\"Pernambuco\",\"Lagoa dos Gatos\",,\"BRA.17.98_1\",\"ChIJzzwYT7-qAAcREUgcnCFWyYs\",,\"BRPE2608701\",\"2608701\",-8.68610764,-35.8958853996463,16318,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"423f2741\",2608750,2608750,\"BR_PE\",\"2608750\",3,\"Pernambuco\",\"Lagoa Grande\",,\"BRA.17.99_1\",,,\"BRPE2608750\",\"2608750\",-8.799523355,-40.2367106238592,25849,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"34149439\",2608800,2608800,\"BR_PE\",\"2608800\",3,\"Pernambuco\",\"Lajedo\",,\"BRA.17.100_1\",\"ChIJqfBjKjJhBwcRt-8WjBW6ZVY\",,\"BRPE2608800\",\"2608800\",-8.683876995,-36.2804988256603,40589,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4c0a46aa\",2608909,2608909,\"BR_PE\",\"2608909\",3,\"Pernambuco\",\"Limoeiro\",,\"BRA.17.101_1\",\"ChIJrcHES1O8qwcRLEaPCU5Bz-o\",,\"BRPE2608909\",\"2608909\",-7.83804798,-35.4515840046917,56198,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6bd807d1\",2609006,2609006,\"BR_PE\",\"2609006\",3,\"Pernambuco\",\"Macaparana\",,\"BRA.17.102_1\",\"ChIJy51fG5aJqwcR1MnJOBphz7w\",,\"BRPE2609006\",\"2609006\",-7.53106594,-35.4510530088659,25472,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f3133c5c\",2609105,2609105,\"BR_PE\",\"2609105\",3,\"Pernambuco\",\"Machados\",,\"BRA.17.103_1\",,,\"BRPE2609105\",\"2609105\",-7.70130849,-35.4959445431984,16321,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f963f88f\",2609154,2609154,\"BR_PE\",\"2609154\",3,\"Pernambuco\",\"Manari\",,\"BRA.17.104_1\",,,\"BRPE2609154\",\"2609154\",-8.90337849,-37.547900794262,21776,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8652b293\",2609204,2609204,\"BR_PE\",\"2609204\",3,\"Pernambuco\",\"Maraial\",,\"BRA.17.105_1\",,,\"BRPE2609204\",\"2609204\",-8.828068255,-35.7734859489307,11220,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"19f44d07\",2609303,2609303,\"BR_PE\",\"2609303\",3,\"Pernambuco\",\"Mirandiba\",,\"BRA.17.106_1\",,,\"BRPE2609303\",\"2609303\",-8.163576605,-38.73322684006,15470,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d6febc6a\",2614303,2614303,\"BR_PE\",\"2614303\",3,\"Pernambuco\",\"Moreilândia\",,\"BRA.17.159_1\",,,\"BRPE2614303\",\"2614303\",-7.58463502,-39.4645670214091,11270,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6bbc6b14\",2609402,2609402,\"BR_PE\",\"2609402\",3,\"Pernambuco\",\"Moreno\",,\"BRA.17.107_1\",\"ChIJh_bTGmz-qgcRTqUqsh_3idg\",,\"BRPE2609402\",\"2609402\",-8.15169859,-35.1577401323116,63294,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f3775099\",2609501,2609501,\"BR_PE\",\"2609501\",3,\"Pernambuco\",\"Nazaré da Mata\",,\"BRA.17.108_1\",\"ChIJiw8g3BV2qwcRUXlLK8rUs40\",,\"BRPE2609501\",\"2609501\",-7.73651552,-35.2302457445334,32573,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8636de56\",2609600,2609600,\"BR_PE\",\"2609600\",3,\"Pernambuco\",\"Olinda\",,\"BRA.17.109_1\",\"ChIJ6T9aEPgXqwcRktXgKT7diIk\",,\"BRPE2609600\",\"2609600\",-7.99930596,-34.8714501369106,393115,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe280cc5\",2609709,2609709,\"BR_PE\",\"2609709\",3,\"Pernambuco\",\"Orobó\",,\"BRA.17.110_1\",\"ChIJIzk5jWLrqwcReGVL62NVHcQ\",,\"BRPE2609709\",\"2609709\",-7.713690995,-35.6078362094826,23935,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"82737b6e\",2609808,2609808,\"BR_PE\",\"2609808\",3,\"Pernambuco\",\"Orocó\",,,,,\"BRPE2609808\",\"2609808\",-8.6147294,-39.6036682,15152,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"130e0cc8\",2609907,2609907,\"BR_PE\",\"2609907\",3,\"Pernambuco\",\"Ouricuri\",,\"BRA.17.111_1\",\"ChIJmzLILbrunwcRvm68rNZAvvw\",,\"BRPE2609907\",\"2609907\",-7.9505229,-40.2275796124731,69969,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c5be00c7\",2610004,2610004,\"BR_PE\",\"2610004\",3,\"Pernambuco\",\"Palmares\",,\"BRA.17.112_1\",\"ChIJEaKPXgqgAAcRnsR6fsrRPFU\",,\"BRPE2610004\",\"2610004\",-8.66385841,-35.6076477040335,63500,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5a18ff53\",2610103,2610103,\"BR_PE\",\"2610103\",3,\"Pernambuco\",\"Palmeirina\",,\"BRA.17.113_1\",,,\"BRPE2610103\",\"2610103\",-8.99355316,-36.3108087521103,7600,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2f59719c\",2610202,2610202,\"BR_PE\",\"2610202\",3,\"Pernambuco\",\"Panelas\",,\"BRA.17.114_1\",,,\"BRPE2610202\",\"2610202\",-8.65784788,-36.0703076103097,26456,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7924a11\",2610301,2610301,\"BR_PE\",\"2610301\",3,\"Pernambuco\",\"Paranatama\",,\"BRA.17.115_1\",,,\"BRPE2610301\",\"2610301\",-8.89594269,-36.7353497788503,11566,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c5da6c02\",2610400,2610400,\"BR_PE\",\"2610400\",3,\"Pernambuco\",\"Parnamirim\",,\"BRA.17.116_1\",,,\"BRPE2610400\",\"2610400\",-8.16365719,-39.7221746434762,22106,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bdc4be91\",2610509,2610509,\"BR_PE\",\"2610509\",3,\"Pernambuco\",\"Passira\",,\"BRA.17.117_1\",\"ChIJa0cyDhPIqwcRGMXM2Wbnsc8\",,\"BRPE2610509\",\"2610509\",-8.01190567,-35.5350040547541,28894,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c885305e\",2610608,2610608,\"BR_PE\",\"2610608\",3,\"Pernambuco\",\"Paudalho\",,\"BRA.17.118_1\",\"ChIJn9X3_OwLqwcRvehQ5YLCVoc\",,\"BRPE2610608\",\"2610608\",-7.88562298,-35.1578326601404,56933,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"59f847f8\",2610707,2610707,\"BR_PE\",\"2610707\",3,\"Pernambuco\",\"Paulista\",,\"BRA.17.119_1\",\"ChIJgyYMKyMUqwcR7-vs6cnuHPc\",,\"BRPE2610707\",\"2610707\",-7.912361145,-34.8493395339889,334376,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"25a33053\",2610806,2610806,\"BR_PE\",\"2610806\",3,\"Pernambuco\",\"Pedra\",,\"BRA.17.120_1\",,,\"BRPE2610806\",\"2610806\",-8.63821554,-36.9277813258128,22668,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd680bde\",2610905,2610905,\"BR_PE\",\"2610905\",3,\"Pernambuco\",\"Pesqueira\",,\"BRA.17.121_1\",\"ChIJ1zwXS6kvqAcRQlzk01Ec438\",,\"BRPE2610905\",\"2610905\",-8.427678585,-36.64842288996,67735,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9461c297\",2611002,2611002,\"BR_PE\",\"2611002\",3,\"Pernambuco\",\"Petrolândia\",,\"BRA.17.122_1\",\"ChIJoa1MjA4NCQcRrGNtPoSxAfI\",,\"BRPE2611002\",\"2611002\",-8.911581995,-38.3523890414739,36901,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0caaf91a\",2611101,2611101,\"BR_PE\",\"2611101\",3,\"Pernambuco\",\"Petrolina\",,\"BRA.17.123_1\",\"ChIJ88zM_GZwcwcR9ceJ5IVFHhQ\",,\"BRPE2611101\",\"2611101\",-9.05167627,-40.5196262265229,354317,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"79eb77d5\",2611200,2611200,\"BR_PE\",\"2611200\",3,\"Pernambuco\",\"Poção\",,\"BRA.17.124_1\",,,\"BRPE2611200\",\"2611200\",-8.224131105,-36.710730505206,11305,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"01f5a546\",2611309,2611309,\"BR_PE\",\"2611309\",3,\"Pernambuco\",\"Pombos\",,\"BRA.17.125_1\",\"ChIJGW6Sv41NqgcRRhjU9RtxaoE\",,\"BRPE2611309\",\"2611309\",-8.192391395,-35.4004257295014,27148,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73bd8355\",2611408,2611408,\"BR_PE\",\"2611408\",3,\"Pernambuco\",\"Primavera\",,\"BRA.17.126_1\",,,\"BRPE2611408\",\"2611408\",-8.346353055,-35.375428696971,15101,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e2c0f4f3\",2611507,2611507,\"BR_PE\",\"2611507\",3,\"Pernambuco\",\"Quipapá\",,\"BRA.17.127_1\",,,\"BRPE2611507\",\"2611507\",-8.831528665,-36.0365261329626,26175,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce806329\",2611533,2611533,\"BR_PE\",\"2611533\",3,\"Pernambuco\",\"Quixaba\",,\"BRA.17.128_1\",,,\"BRPE2611533\",\"2611533\",-7.720566035,-37.8569702430165,6805,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"97817a3c\",2611606,2611606,\"BR_PE\",\"2611606\",3,\"Pernambuco\",\"Recife\",,\"BRA.17.129_1\",\"ChIJ5UbEiG8ZqwcR1H9EIin1njw\",,\"BRPE2611606\",\"2611606\",-8.0463891,-34.9339082776997,1653461,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0f4a41b1\",2611705,2611705,\"BR_PE\",\"2611705\",3,\"Pernambuco\",\"Riacho das Almas\",,\"BRA.17.130_1\",\"ChIJ1evJcAArqgcRv4XnNCLLQcg\",,\"BRPE2611705\",\"2611705\",-8.09044409,-35.8968917139802,20646,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7311361a\",2611804,2611804,\"BR_PE\",\"2611804\",3,\"Pernambuco\",\"Ribeirão\",,\"BRA.17.131_1\",\"ChIJ_yu9r3ZlqgcRcfetIWwpalY\",,\"BRPE2611804\",\"2611804\",-8.51955032,-35.3505455827655,47616,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ecb7c98e\",2611903,2611903,\"BR_PE\",\"2611903\",3,\"Pernambuco\",\"Rio Formoso\",,\"BRA.17.132_1\",\"ChIJCanKMDB-qgcR_uq6yrVsERE\",,\"BRPE2611903\",\"2611903\",-8.66347313,-35.2321777691519,23628,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"68da0c55\",2612000,2612000,\"BR_PE\",\"2612000\",3,\"Pernambuco\",\"Sairé\",,\"BRA.17.133_1\",,,\"BRPE2612000\",\"2612000\",-8.298166275,-35.6917349109677,9764,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"10c4dec6\",2612109,2612109,\"BR_PE\",\"2612109\",3,\"Pernambuco\",\"Salgadinho\",,\"BRA.17.134_1\",,,\"BRPE2612109\",\"2612109\",-7.91122389,-35.5984638172533,11068,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"65855009\",2612208,2612208,\"BR_PE\",\"2612208\",3,\"Pernambuco\",\"Salgueiro\",,\"BRA.17.135_1\",\"ChIJ83ZAxq6WoAcRGhTGZgBFsZA\",,\"BRPE2612208\",\"2612208\",-8.072947025,-39.1726122598625,61249,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f4f827af\",2612307,2612307,\"BR_PE\",\"2612307\",3,\"Pernambuco\",\"Saloá\",,\"BRA.17.137_1\",,,\"BRPE2612307\",\"2612307\",-8.99457264,-36.7135574659237,15862,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"86b001bc\",2612406,2612406,\"BR_PE\",\"2612406\",3,\"Pernambuco\",\"Sanharó\",,\"BRA.17.138_1\",\"ChIJ-wSq71zMqQcRn1htQ7B4olk\",,\"BRPE2612406\",\"2612406\",-8.368239405,-36.5556702270974,26890,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"62cea443\",2612455,2612455,\"BR_PE\",\"2612455\",3,\"Pernambuco\",\"Santa Cruz\",,\"BRA.17.141_1\",,,\"BRPE2612455\",\"2612455\",-8.28191042,-40.3074159787716,15558,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"579502d8\",2612471,2612471,\"BR_PE\",\"2612471\",3,\"Pernambuco\",\"Santa Cruz da Baixa Verde\",,\"BRA.17.139_1\",,,\"BRPE2612471\",\"2612471\",-7.84154749,-38.1765004802035,12650,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1e7b3a31\",2612505,2612505,\"BR_PE\",\"2612505\",3,\"Pernambuco\",\"Santa Cruz do Capibaribe\",,\"BRA.17.140_1\",\"ChIJ6b91VAoNqQcRN0EbQYV4qDM\",,\"BRPE2612505\",\"2612505\",-7.88896847,-36.3385915800215,109897,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"140bfee2\",2612554,2612554,\"BR_PE\",\"2612554\",3,\"Pernambuco\",\"Santa Filomena\",,\"BRA.17.142_1\",,,\"BRPE2612554\",\"2612554\",-8.21208191,-40.5718997445604,14562,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6b3ab4fe\",2612604,2612604,\"BR_PE\",\"2612604\",3,\"Pernambuco\",\"Santa Maria da Boa Vista\",,\"BRA.17.143_1\",\"ChIJ2bGAxXsoCwcRAuMY5tQtNQY\",,\"BRPE2612604\",\"2612604\",-8.693065645,-39.8798845490983,42100,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f49c4b6a\",2612703,2612703,\"BR_PE\",\"2612703\",3,\"Pernambuco\",\"Santa Maria do Cambucá\",,\"BRA.17.144_1\",,,\"BRPE2612703\",\"2612703\",-7.817114115,-35.8855464781684,14223,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"88c73cc1\",2612802,2612802,\"BR_PE\",\"2612802\",3,\"Pernambuco\",\"Santa Terezinha\",,\"BRA.17.145_1\",,,\"BRPE2612802\",\"2612802\",-7.448525195,-37.4407270640557,11865,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"100c074c\",2612901,2612901,\"BR_PE\",\"2612901\",3,\"Pernambuco\",\"São Benedito do Sul\",,\"BRA.17.146_1\",,,\"BRPE2612901\",\"2612901\",-8.813169,-35.90136313064,16069,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"debde302\",2613008,2613008,\"BR_PE\",\"2613008\",3,\"Pernambuco\",\"São Bento do Una\",,\"BRA.17.147_1\",\"ChIJF2JSmqDXqQcR-xCvlk0ewc4\",,\"BRPE2613008\",\"2613008\",-8.54140139,-36.4562921811343,60042,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4fc094a4\",2613107,2613107,\"BR_PE\",\"2613107\",3,\"Pernambuco\",\"São Caitano\",,\"BRA.17.148_1\",\"ChIJab6Ge8PsqQcRDzXkyBC_Ljs\",,\"BRPE2613107\",\"2613107\",-8.33390808,-36.1394761525634,37368,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3a811a6b\",2613206,2613206,\"BR_PE\",\"2613206\",3,\"Pernambuco\",\"São João\",,\"BRA.17.150_1\",\"ChIJeVeuKq5sBwcRR1wwi01dEV0\",,\"BRPE2613206\",\"2613206\",-7.524715425,-37.2686325262442,22899,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a24a21e6\",2613305,2613305,\"BR_PE\",\"2613305\",3,\"Pernambuco\",\"São Joaquim do Monte\",,\"BRA.17.151_1\",,,\"BRPE2613305\",\"2613305\",-8.479436395,-35.8626612831328,21398,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d00207f5\",2613404,2613404,\"BR_PE\",\"2613404\",3,\"Pernambuco\",\"São José da Coroa Grande\",,\"BRA.17.152_1\",\"ChIJ2wQfAEBjAAcRzyD1bH9seSA\",,\"BRPE2613404\",\"2613404\",-8.869999885,-35.1897615411414,21586,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4fa4f861\",2613503,2613503,\"BR_PE\",\"2613503\",3,\"Pernambuco\",\"São José do Belmonte\",,\"BRA.17.149_1\",\"ChIJA1mYKsPRoAcRASQnv4NB69M\",,\"BRPE2613503\",\"2613503\",-7.87642598,-38.7672267376425,34021,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ae576ae\",2613602,2613602,\"BR_PE\",\"2613602\",3,\"Pernambuco\",\"São José do Egito\",,,\"ChIJLwHb1u2mqAcREBew4v622sE\",,\"BRPE2613602\",\"2613602\",-7.469447,-37.273974,34056,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a22e4d23\",2613701,2613701,\"BR_PE\",\"2613701\",3,\"Pernambuco\",\"São Lourenço da Mata\",,\"BRA.17.153_1\",\"ChIJiW3Fp0oEqwcRYwOx9AQWPsY\",,\"BRPE2613701\",\"2613701\",-8.01807451,-35.1136404432321,114079,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"de753a88\",2613800,2613800,\"BR_PE\",\"2613800\",3,\"Pernambuco\",\"São Vicente Férrer\",,\"BRA.17.154_1\",,,\"BRPE2613800\",\"2613800\",-7.60084009,-35.4868559664929,18085,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a66be81b\",2613909,2613909,\"BR_PE\",\"2613909\",3,\"Pernambuco\",\"Serra Talhada\",,\"BRA.17.155_1\",\"ChIJg4OXcEcWpwcRQXNebFjrtyE\",,\"BRPE2613909\",\"2613909\",-8.073049545,-38.3478663847738,86915,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a4d2f6bc\",2614006,2614006,\"BR_PE\",\"2614006\",3,\"Pernambuco\",\"Serrita\",,\"BRA.17.156_1\",,,\"BRPE2614006\",\"2614006\",-7.801596405,-39.3570376310173,19196,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c19cd31\",2614105,2614105,\"BR_PE\",\"2614105\",3,\"Pernambuco\",\"Sertânia\",,\"BRA.17.157_1\",\"ChIJ4cA5y5F3qAcRFmPm1EhmCNg\",,\"BRPE2614105\",\"2614105\",-8.19950676,-37.3256263620089,36050,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"495843fe\",2614204,2614204,\"BR_PE\",\"2614204\",3,\"Pernambuco\",\"Sirinhaém\",,\"BRA.17.158_1\",\"ChIJpxY6Fz6GqgcRI3_pU_cICDM\",,\"BRPE2614204\",\"2614204\",-8.581274035,-35.1727416588819,46361,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a4b69a79\",2614402,2614402,\"BR_PE\",\"2614402\",3,\"Pernambuco\",\"Solidão\",,\"BRA.17.136_1\",,,\"BRPE2614402\",\"2614402\",-7.58082914,-37.6563206956813,6021,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c7da1f4\",2614501,2614501,\"BR_PE\",\"2614501\",3,\"Pernambuco\",\"Surubim\",,\"BRA.17.160_1\",\"ChIJ_fkSr1vbqwcRzGl_7Ge-BDs\",,\"BRPE2614501\",\"2614501\",-7.88962221,-35.7525182810802,65647,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"493c2f3b\",2614600,2614600,\"BR_PE\",\"2614600\",3,\"Pernambuco\",\"Tabira\",,\"BRA.17.161_1\",\"ChIJnZSxpxsWpgcRvQDZLpYoZsM\",,\"BRPE2614600\",\"2614600\",-7.57022047,-37.5147758822283,28704,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3122fda8\",2614709,2614709,\"BR_PE\",\"2614709\",3,\"Pernambuco\",\"Tacaimbó\",,\"BRA.17.162_1\",,,\"BRPE2614709\",\"2614709\",-8.340922355,-36.2768551534027,12859,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4d798a03\",2614808,2614808,\"BR_PE\",\"2614808\",3,\"Pernambuco\",\"Tacaratu\",,\"BRA.17.163_1\",,,\"BRPE2614808\",\"2614808\",-8.911581995,-38.1091746669584,26106,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a0b163d7\",2614857,2614857,\"BR_PE\",\"2614857\",3,\"Pernambuco\",\"Tamandaré\",,\"BRA.17.164_1\",\"ChIJraZ7Y9R_AAcRDIWtfkSrSF8\",,\"BRPE2614857\",\"2614857\",-8.74527788,-35.2130871622143,23623,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c046556\",2615003,2615003,\"BR_PE\",\"2615003\",3,\"Pernambuco\",\"Taquaritinga do Norte\",,\"BRA.17.166_1\",\"ChIJd6VQ0QZwqQcRpPNZrmV6ljs\",,\"BRPE2615003\",\"2615003\",-7.88241148,-36.1319134362216,29127,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1ac13ff7\",2615102,2615102,\"BR_PE\",\"2615102\",3,\"Pernambuco\",\"Terezinha\",,\"BRA.17.167_1\",,,\"BRPE2615102\",\"2615102\",-9.07504511,-36.6294466360018,7198,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"818ed014\",2615201,2615201,\"BR_PE\",\"2615201\",3,\"Pernambuco\",\"Terra Nova\",,\"BRA.17.168_1\",,,\"BRPE2615201\",\"2615201\",-8.15454197,-39.3941811770308,10206,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f74b8ab5\",2615300,2615300,\"BR_PE\",\"2615300\",3,\"Pernambuco\",\"Timbaúba\",,\"BRA.17.169_1\",\"ChIJGzAXi6Z4rAcRFpPBI59WfgQ\",,\"BRPE2615300\",\"2615300\",-7.521140575,-35.3172919805262,52802,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8bd82494\",2615409,2615409,\"BR_PE\",\"2615409\",3,\"Pernambuco\",\"Toritama\",,\"BRA.17.170_1\",\"ChIJ4ceHRa55qQcRwmlrj-DSJGY\",,\"BRPE2615409\",\"2615409\",-7.99079299,-36.0457943439581,46164,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd1d7e35\",2615508,2615508,\"BR_PE\",\"2615508\",3,\"Pernambuco\",\"Tracunhaém\",,\"BRA.17.171_1\",,,\"BRPE2615508\",\"2615508\",-7.752804515,-35.1446686063307,13813,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6fe4ddfd\",2615607,2615607,\"BR_PE\",\"2615607\",3,\"Pernambuco\",\"Trindade\",,\"BRA.17.172_1\",\"ChIJyXsgntyVnwcRRfB_KyByFeY\",,\"BRPE2615607\",\"2615607\",-7.747002125,-40.3042689899049,30816,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1921875c\",2615706,2615706,\"BR_PE\",\"2615706\",3,\"Pernambuco\",\"Triunfo\",,\"BRA.17.173_1\",\"ChIJj0kC4F0CpwcRz9HOeCtgZhs\",,\"BRPE2615706\",\"2615706\",-7.8377285,-38.0746165979823,15243,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b7491db\",2615805,2615805,\"BR_PE\",\"2615805\",3,\"Pernambuco\",\"Tupanatinga\",,\"BRA.17.174_1\",,,\"BRPE2615805\",\"2615805\",-8.663208485,-37.3316958588078,27551,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fdb1cb7a\",2615904,2615904,\"BR_PE\",\"2615904\",3,\"Pernambuco\",\"Tuparetama\",,\"BRA.17.175_1\",,,\"BRPE2615904\",\"2615904\",-7.700401545,-37.271548540319,8256,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"90bfab94\",2616001,2616001,\"BR_PE\",\"2616001\",3,\"Pernambuco\",\"Venturosa\",,\"BRA.17.176_1\",,,\"BRPE2616001\",\"2616001\",-8.5731163,-36.8420569773658,18661,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e67af135\",2616100,2616100,\"BR_PE\",\"2616100\",3,\"Pernambuco\",\"Verdejante\",,\"BRA.17.177_1\",,,\"BRPE2616100\",\"2616100\",-7.952560425,-38.9905043590579,9553,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7aa2a87\",2616183,2616183,\"BR_PE\",\"2616183\",3,\"Pernambuco\",\"Vertente do Lério\",,\"BRA.17.178_1\",,,\"BRPE2616183\",\"2616183\",-7.774849415,-35.8217832007572,7571,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9de0f7c8\",2616209,2616209,\"BR_PE\",\"2616209\",3,\"Pernambuco\",\"Vertentes\",,\"BRA.17.179_1\",\"ChIJs-8c6lt8qQcR29YZDi5bkvY\",,\"BRPE2616209\",\"2616209\",-7.88625145,-35.9613844997626,20954,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eb25ad69\",2616308,2616308,\"BR_PE\",\"2616308\",3,\"Pernambuco\",\"Vicência\",,\"BRA.17.180_1\",\"ChIJibpQz7GEqwcRivVQuZZItiA\",,\"BRPE2616308\",\"2616308\",-7.668167115,-35.3532847836153,32772,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7ed5a67d\",2616407,2616407,\"BR_PE\",\"2616407\",3,\"Pernambuco\",\"Vitória de Santo Antão\",,\"BRA.17.181_1\",\"ChIJPR4X_wVUqgcRPJMBEP-vcIQ\",,\"BRPE2616407\",\"2616407\",-8.163838865,-35.288040254359,139583,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0810fcdc\",2616506,2616506,\"BR_PE\",\"2616506\",3,\"Pernambuco\",\"Xexéu\",,\"BRA.17.182_1\",,,\"BRPE2616506\",\"2616506\",-8.84306812,-35.6369657621502,14757,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"805c0a87\",2200053,2200053,\"BR_PI\",\"2200053\",3,\"Piauí\",\"Acauã\",,\"BRA.18.1_1\",,,\"BRPI2200053\",\"2200053\",-8.27390957,-40.9493600568899,7102,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fce994f5\",2200103,2200103,\"BR_PI\",\"2200103\",3,\"Piauí\",\"Agricolândia\",,\"BRA.18.2_1\",,,\"BRPI2200103\",\"2200103\",-5.76717067,-42.6722471938579,5131,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"89a81a3a\",2200202,2200202,\"BR_PI\",\"2200202\",3,\"Piauí\",\"Água Branca\",,\"BRA.18.3_1\",\"ChIJy6yrJglOhQcR37BvVTsmxpA\",,\"BRPI2200202\",\"2200202\",-5.911849975,-42.6320482006729,17470,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6dd6bfc5\",2200251,2200251,\"BR_PI\",\"2200251\",3,\"Piauí\",\"Alagoinha do Piauí\",,\"BRA.18.4_1\",,,\"BRPI2200251\",\"2200251\",-6.89912343,-40.8943344520928,7665,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b6837872\",2200277,2200277,\"BR_PI\",\"2200277\",3,\"Piauí\",\"Alegrete do Piauí\",,\"BRA.18.5_1\",,,\"BRPI2200277\",\"2200277\",-7.181313515,-40.7970609388522,4918,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"116321b7\",2200301,2200301,\"BR_PI\",\"2200301\",3,\"Piauí\",\"Alto Longá\",,\"BRA.18.6_1\",,,\"BRPI2200301\",\"2200301\",-5.402343515,-42.1382709035623,14339,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"632b07a4\",2200400,2200400,\"BR_PI\",\"2200400\",3,\"Piauí\",\"Altos\",,\"BRA.18.7_1\",\"ChIJp6fQRhLckQcRsqFoT-NzxWE\",,\"BRPI2200400\",\"2200400\",-5.094058515,-42.4868067192067,40605,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"67804b45\",2200459,2200459,\"BR_PI\",\"2200459\",3,\"Piauí\",\"Alvorada do Gurguéia\",,\"BRA.18.8_1\",,,\"BRPI2200459\",\"2200459\",-8.432460305,-44.0289332752288,5445,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b35d537\",2200509,2200509,\"BR_PI\",\"2200509\",3,\"Piauí\",\"Amarante\",,\"BRA.18.9_1\",,,\"BRPI2200509\",\"2200509\",-6.350949045,-42.7442863035876,17604,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6e745bf8\",2200608,2200608,\"BR_PI\",\"2200608\",3,\"Piauí\",\"Angical do Piauí\",,\"BRA.18.10_1\",,,\"BRPI2200608\",\"2200608\",-6.090703965,-42.7521102593364,6783,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ff092c5e\",2200707,2200707,\"BR_PI\",\"2200707\",3,\"Piauí\",\"Anísio de Abreu\",,\"BRA.18.11_1\",,,\"BRPI2200707\",\"2200707\",-9.247772695,-43.0444198003411,9938,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"83525bf5\",2200806,2200806,\"BR_PI\",\"2200806\",3,\"Piauí\",\"Antônio Almeida\",,\"BRA.18.12_1\",,,\"BRPI2200806\",\"2200806\",-7.235515835,-44.2121294834409,3170,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b996078\",2200905,2200905,\"BR_PI\",\"2200905\",3,\"Piauí\",\"Aroazes\",,\"BRA.18.13_1\",,,\"BRPI2200905\",\"2200905\",-6.12822771,-41.8697231364212,5827,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"11e9a4ab\",2200954,2200954,\"BR_PI\",\"2200954\",3,\"Piauí\",\"Aroeiras do Itaim\",,,,,\"BRPI2200954\",\"2200954\",-7.2797031,-41.5629681,2551,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3290a931\",2201002,2201002,\"BR_PI\",\"2201002\",3,\"Piauí\",\"Arraial\",,\"BRA.18.14_1\",,,\"BRPI2201002\",\"2201002\",-6.633295535,-42.4988136159124,4720,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d6ee0cce\",2201051,2201051,\"BR_PI\",\"2201051\",3,\"Piauí\",\"Assunção do Piauí\",,\"BRA.18.15_1\",,,\"BRPI2201051\",\"2201051\",-5.87971759,-41.0769741538377,7863,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aa5b92bc\",2201101,2201101,\"BR_PI\",\"2201101\",3,\"Piauí\",\"Avelino Lopes\",,\"BRA.18.16_1\",,,\"BRPI2201101\",\"2201101\",-10.200502395,-43.9384381793348,11326,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a02b566f\",2201150,2201150,\"BR_PI\",\"2201150\",3,\"Piauí\",\"Baixa Grande do Ribeiro\",,\"BRA.18.17_1\",,,\"BRPI2201150\",\"2201150\",-8.51675606,-45.1194833025408,11671,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7b7e91d8\",2201176,2201176,\"BR_PI\",\"2201176\",3,\"Piauí\",\"Barra D'Alcântara\",,\"BRA.18.18_1\",,,\"BRPI2201176\",\"2201176\",-6.51791954,-42.0998342976917,3952,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df1a1c73\",2201200,2201200,\"BR_PI\",\"2201200\",3,\"Piauí\",\"Barras\",,\"BRA.18.19_1\",\"ChIJOa547t1hkgcR8d1cCbiQImM\",,\"BRPI2201200\",\"2201200\",-4.15869665,-42.4507996883187,47185,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a704cee0\",2201309,2201309,\"BR_PI\",\"2201309\",3,\"Piauí\",\"Barreiras do Piauí\",,\"BRA.18.20_1\",,,\"BRPI2201309\",\"2201309\",-9.972136975,-45.6160951229927,3352,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d54ce8f3\",2201408,2201408,\"BR_PI\",\"2201408\",3,\"Piauí\",\"Barro Duro\",,\"BRA.18.21_1\",,,\"BRPI2201408\",\"2201408\",-5.82104349,-42.4949447039152,7027,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"44319f55\",2201507,2201507,\"BR_PI\",\"2201507\",3,\"Piauí\",\"Batalha\",,\"BRA.18.22_1\",,,\"BRPI2201507\",\"2201507\",-3.955529925,-42.0591223154609,26905,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e415b86\",2201556,2201556,\"BR_PI\",\"2201556\",3,\"Piauí\",\"Bela Vista do Piauí\",,\"BRA.18.23_1\",,,\"BRPI2201556\",\"2201556\",-7.953526975,-41.913374065623,4030,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7b1afd1d\",2201572,2201572,\"BR_PI\",\"2201572\",3,\"Piauí\",\"Belém do Piauí\",,\"BRA.18.24_1\",,,\"BRPI2201572\",\"2201572\",-7.39786887,-40.9685917816183,3587,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3170119a\",2201606,2201606,\"BR_PI\",\"2201606\",3,\"Piauí\",\"Beneditinos\",,\"BRA.18.25_1\",,,\"BRPI2201606\",\"2201606\",-5.52767205,-42.3726213821646,10473,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a9bb2a17\",2201705,2201705,\"BR_PI\",\"2201705\",3,\"Piauí\",\"Bertolínia\",,\"BRA.18.26_1\",,,\"BRPI2201705\",\"2201705\",-7.74639988,-43.8885064142386,5507,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b2035ff\",2201739,2201739,\"BR_PI\",\"2201739\",3,\"Piauí\",\"Betânia do Piauí\",,\"BRA.18.27_1\",,,\"BRPI2201739\",\"2201739\",-8.0348978,-40.8546005037562,6210,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9690485f\",2201770,2201770,\"BR_PI\",\"2201770\",3,\"Piauí\",\"Boa Hora\",,\"BRA.18.28_1\",,,\"BRPI2201770\",\"2201770\",-4.37300086,-42.1256543916318,6815,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d5e05dbc\",2201804,2201804,\"BR_PI\",\"2201804\",3,\"Piauí\",\"Bocaina\",,\"BRA.18.29_1\",,,\"BRPI2201804\",\"2201804\",-6.915681605,-41.3111482997488,4505,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4a46a228\",2201903,2201903,\"BR_PI\",\"2201903\",3,\"Piauí\",\"Bom Jesus\",,\"BRA.18.30_1\",\"ChIJgSZibwEGfQcRkcCB9TNiqCE\",,\"BRPI2201903\",\"2201903\",-9.25587845,-44.6244545124573,25387,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b3887a77\",2201919,2201919,\"BR_PI\",\"2201919\",3,\"Piauí\",\"Bom Princípio do Piauí\",,\"BRA.18.31_1\",,,\"BRPI2201919\",\"2201919\",-3.14271247,-41.6085823430073,5651,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"98a529b4\",2201929,2201929,\"BR_PI\",\"2201929\",3,\"Piauí\",\"Bonfim do Piauí\",,\"BRA.18.32_1\",,,\"BRPI2201929\",\"2201929\",-9.186793325,-42.8753350443862,5685,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c749c219\",2201945,2201945,\"BR_PI\",\"2201945\",3,\"Piauí\",\"Boqueirão do Piauí\",,\"BRA.18.33_1\",,,\"BRPI2201945\",\"2201945\",-4.538054945,-42.0806774712253,6426,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"85155414\",2201960,2201960,\"BR_PI\",\"2201960\",3,\"Piauí\",\"Brasileira\",,\"BRA.18.34_1\",,,\"BRPI2201960\",\"2201960\",-4.118077995,-41.4747711334199,8347,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"154df1a8\",2201988,2201988,\"BR_PI\",\"2201988\",3,\"Piauí\",\"Brejo do Piauí\",,\"BRA.18.35_1\",,,\"BRPI2201988\",\"2201988\",-8.39121294,-42.7524994239644,3848,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce2b67f3\",2202000,2202000,\"BR_PI\",\"2202000\",3,\"Piauí\",\"Buriti dos Lopes\",,\"BRA.18.36_1\",,,\"BRPI2202000\",\"2202000\",-3.270794985,-41.7301779328032,19807,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"157ea044\",2202026,2202026,\"BR_PI\",\"2202026\",3,\"Piauí\",\"Buriti dos Montes\",,\"BRA.18.37_1\",,,\"BRPI2202026\",\"2202026\",-5.097411155,-41.2721659006147,8264,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ca802b12\",2202059,2202059,\"BR_PI\",\"2202059\",3,\"Piauí\",\"Cabeceiras do Piauí\",,\"BRA.18.38_1\",,,\"BRPI2202059\",\"2202059\",-4.44478297,-42.3035096158471,10630,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f10005bb\",2202075,2202075,\"BR_PI\",\"2202075\",3,\"Piauí\",\"Cajazeiras do Piauí\",,\"BRA.18.39_1\",,,\"BRPI2202075\",\"2202075\",-6.77487016,-42.4759621664534,3573,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ffbbc41\",2202083,2202083,\"BR_PI\",\"2202083\",3,\"Piauí\",\"Cajueiro da Praia\",,\"BRA.18.40_1\",,,\"BRPI2202083\",\"2202083\",-2.989215015,-41.3539260229423,7674,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"68eeec2c\",2202091,2202091,\"BR_PI\",\"2202091\",3,\"Piauí\",\"Caldeirão Grande do Piauí\",,\"BRA.18.41_1\",,,\"BRPI2202091\",\"2202091\",-7.32294369,-40.6472085046886,5781,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b635b560\",2202109,2202109,\"BR_PI\",\"2202109\",3,\"Piauí\",\"Campinas do Piauí\",,\"BRA.18.42_1\",,,\"BRPI2202109\",\"2202109\",-7.689903025,-41.8536619662986,5620,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4896a926\",2202117,2202117,\"BR_PI\",\"2202117\",3,\"Piauí\",\"Campo Alegre do Fidalgo\",,\"BRA.18.43_1\",,,\"BRPI2202117\",\"2202117\",-8.254629135,-41.8104429859386,5069,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7dcd0fbd\",2202133,2202133,\"BR_PI\",\"2202133\",3,\"Piauí\",\"Campo Grande do Piauí\",,\"BRA.18.44_1\",,,\"BRPI2202133\",\"2202133\",-7.186179635,-41.0704004867834,5965,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"87c55f1a\",2202174,2202174,\"BR_PI\",\"2202174\",3,\"Piauí\",\"Campo Largo do Piauí\",,\"BRA.18.45_1\",,,\"BRPI2202174\",\"2202174\",-3.86827099,-42.5779716663276,7311,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c3743baf\",2202208,2202208,\"BR_PI\",\"2202208\",3,\"Piauí\",\"Campo Maior\",,\"BRA.18.46_1\",\"ChIJVTfx8QyMkQcReeWFlm91ePE\",,\"BRPI2202208\",\"2202208\",-4.864221335,-42.2171114518774,46893,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c7df774e\",2202251,2202251,\"BR_PI\",\"2202251\",3,\"Piauí\",\"Canavieira\",,\"BRA.18.47_1\",,,\"BRPI2202251\",\"2202251\",-7.564154625,-43.6137539018661,3944,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"52094c09\",2202307,2202307,\"BR_PI\",\"2202307\",3,\"Piauí\",\"Canto do Buriti\",,\"BRA.18.48_1\",\"ChIJZ23J0i5CeAcRV5UH5spwJzQ\",,\"BRPI2202307\",\"2202307\",-8.30350637,-43.3599607837659,21258,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"20416a1a\",2202406,2202406,\"BR_PI\",\"2202406\",3,\"Piauí\",\"Capitão de Campos\",,\"BRA.18.49_1\",,,\"BRPI2202406\",\"2202406\",-4.521644595,-41.86959375969,11445,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c43fcfe5\",2202455,2202455,\"BR_PI\",\"2202455\",3,\"Piauí\",\"Capitão Gervásio Oliveira\",,\"BRA.18.50_1\",,,\"BRPI2202455\",\"2202455\",-8.53341055,-41.9298273851529,4114,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b88a5197\",2202505,2202505,\"BR_PI\",\"2202505\",3,\"Piauí\",\"Caracol\",,\"BRA.18.51_1\",,,\"BRPI2202505\",\"2202505\",-9.262820245,-43.2932537819323,10964,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a114e7f\",2202539,2202539,\"BR_PI\",\"2202539\",3,\"Piauí\",\"Caraúbas do Piauí\",,\"BRA.18.52_1\",,,\"BRPI2202539\",\"2202539\",-3.591593025,-41.8572926643485,5890,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b2fa9544\",2202554,2202554,\"BR_PI\",\"2202554\",3,\"Piauí\",\"Caridade do Piauí\",,\"BRA.18.53_1\",,,\"BRPI2202554\",\"2202554\",-7.71200013,-40.9871999629795,5085,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cdcbdf58\",2202604,2202604,\"BR_PI\",\"2202604\",3,\"Piauí\",\"Castelo do Piauí\",,\"BRA.18.54_1\",\"ChIJr0BJ33ffkAcR4aleKSCRhvM\",,\"BRPI2202604\",\"2202604\",-5.28831053,-41.5714633093592,19715,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2ed8bebe\",2202653,2202653,\"BR_PI\",\"2202653\",3,\"Piauí\",\"Caxingó\",,\"BRA.18.55_1\",,,\"BRPI2202653\",\"2202653\",-3.38933301,-41.8439209131,5451,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"526d20cc\",2202703,2202703,\"BR_PI\",\"2202703\",3,\"Piauí\",\"Cocal\",,\"BRA.18.58_1\",\"ChIJ2f2wpB2S7AcR51lUKEjm08Y\",,\"BRPI2202703\",\"2202703\",-3.428542495,-41.5079051744748,27845,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a57870a1\",2202711,2202711,\"BR_PI\",\"2202711\",3,\"Piauí\",\"Cocal de Telha\",,\"BRA.18.56_1\",,,\"BRPI2202711\",\"2202711\",-4.62314558,-41.9500809347959,4899,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"808eab50\",2202729,2202729,\"BR_PI\",\"2202729\",3,\"Piauí\",\"Cocal dos Alves\",,\"BRA.18.57_1\",,,\"BRPI2202729\",\"2202729\",-3.64565396,-41.4048489598468,6168,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7e2db716\",2202737,2202737,\"BR_PI\",\"2202737\",3,\"Piauí\",\"Coivaras\",,\"BRA.18.59_1\",,,\"BRPI2202737\",\"2202737\",-5.11781287,-42.2852456181481,4032,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"581de41f\",2202752,2202752,\"BR_PI\",\"2202752\",3,\"Piauí\",\"Colônia do Gurguéia\",,\"BRA.18.60_1\",,,\"BRPI2202752\",\"2202752\",-8.15505409,-43.6328067737589,6516,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8afe6f83\",2202778,2202778,\"BR_PI\",\"2202778\",3,\"Piauí\",\"Colônia do Piauí\",,\"BRA.18.61_1\",,,\"BRPI2202778\",\"2202778\",-7.283917905,-42.193750045713,7661,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2e365767\",2202802,2202802,\"BR_PI\",\"2202802\",3,\"Piauí\",\"Conceição do Canindé\",,\"BRA.18.62_1\",,,\"BRPI2202802\",\"2202802\",-7.905802965,-41.5930340254865,4807,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ca48f298\",2202851,2202851,\"BR_PI\",\"2202851\",3,\"Piauí\",\"Coronel José Dias\",,\"BRA.18.63_1\",,,\"BRPI2202851\",\"2202851\",-8.930998325,-42.4359298647483,4685,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b6fd6cea\",2202901,2202901,\"BR_PI\",\"2202901\",3,\"Piauí\",\"Corrente\",,\"BRA.18.64_1\",\"ChIJIeOLY3AwM5MRjY1qrVXXZaQ\",,\"BRPI2202901\",\"2202901\",-10.388936995,-45.1153472124748,26709,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"784c88a4\",2203008,2203008,\"BR_PI\",\"2203008\",3,\"Piauí\",\"Cristalândia do Piauí\",,\"BRA.18.65_1\",,,\"BRPI2203008\",\"2203008\",-10.756305695,-45.1044569485045,8323,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e931ff02\",2203107,2203107,\"BR_PI\",\"2203107\",3,\"Piauí\",\"Cristino Castro\",,\"BRA.18.66_1\",,,\"BRPI2203107\",\"2203107\",-8.80669737,-44.0397080608311,10444,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9c7071cd\",2203206,2203206,\"BR_PI\",\"2203206\",3,\"Piauí\",\"Curimatá\",,\"BRA.18.67_1\",,,\"BRPI2203206\",\"2203206\",-9.975970745,-44.2823987085036,11426,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5e3e873b\",2203230,2203230,\"BR_PI\",\"2203230\",3,\"Piauí\",\"Currais\",,\"BRA.18.68_1\",,,\"BRPI2203230\",\"2203230\",-8.70458746,-44.6702134616297,4968,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4d5572a9\",2203271,2203271,\"BR_PI\",\"2203271\",3,\"Piauí\",\"Curral Novo do Piauí\",,\"BRA.18.69_1\",,,\"BRPI2203271\",\"2203271\",-7.872708795,-40.8034720948951,5367,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"780ed432\",2203255,2203255,\"BR_PI\",\"2203255\",3,\"Piauí\",\"Curralinhos\",,\"BRA.18.70_1\",,,\"BRPI2203255\",\"2203255\",-5.606106045,-42.843317539675,4459,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"04bb4a40\",2203305,2203305,\"BR_PI\",\"2203305\",3,\"Piauí\",\"Demerval Lobão\",,\"BRA.18.71_1\",\"ChIJywupnIPajwcRH0W717-SmVg\",,\"BRPI2203305\",\"2203305\",-5.319485425,-42.6634680427278,13840,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ecb8e93\",2203354,2203354,\"BR_PI\",\"2203354\",3,\"Piauí\",\"Dirceu Arcoverde\",,\"BRA.18.72_1\",,,\"BRPI2203354\",\"2203354\",-9.345622065,-42.5333308540335,7029,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76f36c53\",2203404,2203404,\"BR_PI\",\"2203404\",3,\"Piauí\",\"Dom Expedito Lopes\",,\"BRA.18.73_1\",,,\"BRPI2203404\",\"2203404\",-6.975808385,-41.6937230309493,6922,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"95e00db5\",2203453,2203453,\"BR_PI\",\"2203453\",3,\"Piauí\",\"Dom Inocêncio\",,\"BRA.18.74_1\",,,\"BRPI2203453\",\"2203453\",-8.89621973,-41.8855550936891,9565,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"43a8cac8\",2203420,2203420,\"BR_PI\",\"2203420\",3,\"Piauí\",\"Domingos Mourão\",,\"BRA.18.75_1\",,,\"BRPI2203420\",\"2203420\",-4.287936925,-41.3080157710141,4354,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e95593c7\",2203503,2203503,\"BR_PI\",\"2203503\",3,\"Piauí\",\"Elesbão Veloso\",,\"BRA.18.76_1\",,,\"BRPI2203503\",\"2203503\",-6.191561935,-42.1917524302593,14575,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9c141d08\",2203602,2203602,\"BR_PI\",\"2203602\",3,\"Piauí\",\"Eliseu Martins\",,\"BRA.18.77_1\",,,\"BRPI2203602\",\"2203602\",-7.938587425,-43.6598402262473,4930,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"04df2685\",2203701,2203701,\"BR_PI\",\"2203701\",3,\"Piauí\",\"Esperantina\",,\"BRA.18.78_1\",\"ChIJyZYUd7rLkgcRMB9BS1QTKmE\",,\"BRPI2203701\",\"2203701\",-3.79519498,-42.1678536061286,39848,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0eafe256\",2203750,2203750,\"BR_PI\",\"2203750\",3,\"Piauí\",\"Fartura do Piauí\",,\"BRA.18.79_1\",,,\"BRPI2203750\",\"2203750\",-9.4837451,-42.7854560928312,5319,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7884512e\",2203800,2203800,\"BR_PI\",\"2203800\",3,\"Piauí\",\"Flores do Piauí\",,\"BRA.18.80_1\",,,\"BRPI2203800\",\"2203800\",-7.649041655,-42.8262478871949,4462,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c2f1dcf\",2203859,2203859,\"BR_PI\",\"2203859\",3,\"Piauí\",\"Floresta do Piauí\",,\"BRA.18.81_1\",,,\"BRPI2203859\",\"2203859\",-7.43348241,-41.8048835136043,2560,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"009a83bd\",2203909,2203909,\"BR_PI\",\"2203909\",3,\"Piauí\",\"Floriano\",,\"BRA.18.82_1\",\"ChIJrTMPDTF9gwcRDMjZb2wjqyI\",,\"BRPI2203909\",\"2203909\",-7.06237602,-43.1098898521041,60025,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"02239d1a\",2204006,2204006,\"BR_PI\",\"2204006\",3,\"Piauí\",\"Francinópolis\",,\"BRA.18.83_1\",,,\"BRPI2204006\",\"2204006\",-6.416471005,-42.2227213717382,5347,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ae8a697\",2204105,2204105,\"BR_PI\",\"2204105\",3,\"Piauí\",\"Francisco Ayres\",,\"BRA.18.84_1\",,,\"BRPI2204105\",\"2204105\",-6.68493509,-42.7277937612094,4323,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"90986244\",2204154,2204154,\"BR_PI\",\"2204154\",3,\"Piauí\",\"Francisco Macedo\",,\"BRA.18.85_1\",,,\"BRPI2204154\",\"2204154\",-7.33755851,-40.7972361956299,3200,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efa92858\",2204204,2204204,\"BR_PI\",\"2204204\",3,\"Piauí\",\"Francisco Santos\",,\"BRA.18.86_1\",,,\"BRPI2204204\",\"2204204\",-7.037775995,-41.1274300007139,9372,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"700fd7cc\",2204303,2204303,\"BR_PI\",\"2204303\",3,\"Piauí\",\"Fronteiras\",,\"BRA.18.87_1\",,,\"BRPI2204303\",\"2204303\",-7.083106515,-40.5988000694728,11659,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7a7f131f\",2204352,2204352,\"BR_PI\",\"2204352\",3,\"Piauí\",\"Geminiano\",,\"BRA.18.88_1\",,,\"BRPI2204352\",\"2204352\",-7.198450565,-41.3525295924354,5460,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0247f1df\",2204402,2204402,\"BR_PI\",\"2204402\",3,\"Piauí\",\"Gilbués\",,\"BRA.18.89_1\",,,\"BRPI2204402\",\"2204402\",-9.58251953,-45.5554752534276,10694,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a8cca52\",2204501,2204501,\"BR_PI\",\"2204501\",3,\"Piauí\",\"Guadalupe\",,\"BRA.18.90_1\",,,\"BRPI2204501\",\"2204501\",-6.83138895,-43.6700223730251,10497,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"90fc0e81\",2204550,2204550,\"BR_PI\",\"2204550\",3,\"Piauí\",\"Guaribas\",,\"BRA.18.91_1\",,,\"BRPI2204550\",\"2204550\",-9.06109476,-43.5719927204489,4568,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efcd449d\",2204600,2204600,\"BR_PI\",\"2204600\",3,\"Piauí\",\"Hugo Napoleão\",,\"BRA.18.92_1\",,,\"BRPI2204600\",\"2204600\",-6.04214692,-42.5311976538992,3879,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eb66087c\",2204659,2204659,\"BR_PI\",\"2204659\",3,\"Piauí\",\"Ilha Grande\",,\"BRA.18.93_1\",,,\"BRPI2204659\",\"2204659\",-2.827648525,-41.8070015529875,9457,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"97d3960e\",2204709,2204709,\"BR_PI\",\"2204709\",3,\"Piauí\",\"Inhuma\",,\"BRA.18.94_1\",,,\"BRPI2204709\",\"2204709\",-6.67714167,-41.6755276120995,15319,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eb88e1a5\",2204808,2204808,\"BR_PI\",\"2204808\",3,\"Piauí\",\"Ipiranga do Piauí\",,\"BRA.18.95_1\",,,\"BRPI2204808\",\"2204808\",-6.79448509,-41.8078814272771,9838,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7af59603\",2204907,2204907,\"BR_PI\",\"2204907\",3,\"Piauí\",\"Isaías Coelho\",,\"BRA.18.96_1\",,,\"BRPI2204907\",\"2204907\",-7.57841539,-41.6798534770575,8566,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"caf50ef0\",2205003,2205003,\"BR_PI\",\"2205003\",3,\"Piauí\",\"Itainópolis\",,\"BRA.18.97_1\",,,\"BRPI2205003\",\"2205003\",-7.415267945,-41.4937347160303,11551,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bc305451\",2205102,2205102,\"BR_PI\",\"2205102\",3,\"Piauí\",\"Itaueira\",,\"BRA.18.98_1\",,,\"BRPI2205102\",\"2205102\",-7.494131565,-43.1142959160784,11028,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"584ef1ae\",2205151,2205151,\"BR_PI\",\"2205151\",3,\"Piauí\",\"Jacobina do Piauí\",,\"BRA.18.99_1\",,,\"BRPI2205151\",\"2205151\",-7.89167905,-41.2392387350855,5729,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"277fbbb2\",2205201,2205201,\"BR_PI\",\"2205201\",3,\"Piauí\",\"Jaicós\",,\"BRA.18.100_1\",,,\"BRPI2205201\",\"2205201\",-7.409512995,-41.1762518229423,19170,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d0f7f61\",2205250,2205250,\"BR_PI\",\"2205250\",3,\"Piauí\",\"Jardim do Mulato\",,\"BRA.18.101_1\",,,\"BRPI2205250\",\"2205250\",-6.150093555,-42.536052983529,4513,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f65ab8d6\",2205276,2205276,\"BR_PI\",\"2205276\",3,\"Piauí\",\"Jatobá do Piauí\",,\"BRA.18.102_1\",,,\"BRPI2205276\",\"2205276\",-4.84888768,-41.9147118538995,4875,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"51bae113\",2205300,2205300,\"BR_PI\",\"2205300\",3,\"Piauí\",\"Jerumenha\",,\"BRA.18.103_1\",,,\"BRPI2205300\",\"2205300\",-7.100504395,-43.503777724522,4447,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5511adf2\",2205359,2205359,\"BR_PI\",\"2205359\",3,\"Piauí\",\"João Costa\",,\"BRA.18.104_1\",,,\"BRPI2205359\",\"2205359\",-8.560875415,-42.427250918407,3005,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d294f32\",2205409,2205409,\"BR_PI\",\"2205409\",3,\"Piauí\",\"Joaquim Pires\",,\"BRA.18.105_1\",,,\"BRPI2205409\",\"2205409\",-3.514274,-42.098977237391,14376,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27598be1\",2205458,2205458,\"BR_PI\",\"2205458\",3,\"Piauí\",\"Joca Marques\",,\"BRA.18.106_1\",,,\"BRPI2205458\",\"2205458\",-3.54401946,-42.4226175603602,5466,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5bec1593\",2205508,2205508,\"BR_PI\",\"2205508\",3,\"Piauí\",\"José de Freitas\",,\"BRA.18.107_1\",\"ChIJmcFdPU0AjgcRn-V50vZSQU0\",,\"BRPI2205508\",\"2205508\",-4.68764639,-42.5208870926662,39336,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a54f09d5\",2205516,2205516,\"BR_PI\",\"2205516\",3,\"Piauí\",\"Juazeiro do Piauí\",,\"BRA.18.108_1\",,,\"BRPI2205516\",\"2205516\",-5.00500703,-41.6102414821196,5485,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"606c3b3a\",2205524,2205524,\"BR_PI\",\"2205524\",3,\"Piauí\",\"Júlio Borges\",,\"BRA.18.109_1\",,,\"BRPI2205524\",\"2205524\",-10.417610645,-44.1773373331416,5640,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9014af4e\",2205532,2205532,\"BR_PI\",\"2205532\",3,\"Piauí\",\"Jurema\",,\"BRA.18.110_1\",,,\"BRPI2205532\",\"2205532\",-9.045006275,-43.1771495190113,4777,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b624fc47\",2205557,2205557,\"BR_PI\",\"2205557\",3,\"Piauí\",\"Lagoa Alegre\",,\"BRA.18.111_1\",,,\"BRPI2205557\",\"2205557\",-4.490851165,-42.5657288702301,8577,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"837f5adc\",2205573,2205573,\"BR_PI\",\"2205573\",3,\"Piauí\",\"Lagoa de São Francisco\",,\"BRA.18.112_1\",,,\"BRPI2205573\",\"2205573\",-4.35527563,-41.5851458763509,6777,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7307cea8\",2205565,2205565,\"BR_PI\",\"2205565\",3,\"Piauí\",\"Lagoa do Barro do Piauí\",,\"BRA.18.113_1\",,,\"BRPI2205565\",\"2205565\",-8.55499792,-41.6162186419332,4656,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eae9273f\",2205581,2205581,\"BR_PI\",\"2205581\",3,\"Piauí\",\"Lagoa do Piauí\",,\"BRA.18.114_1\",,,\"BRPI2205581\",\"2205581\",-5.442389965,-42.6276651875746,4075,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd299e4c\",2205599,2205599,\"BR_PI\",\"2205599\",3,\"Piauí\",\"Lagoa do Sítio\",,\"BRA.18.115_1\",,,\"BRPI2205599\",\"2205599\",-6.511350635,-41.4984625792139,5198,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"315b58a5\",2205540,2205540,\"BR_PI\",\"2205540\",3,\"Piauí\",\"Lagoinha do Piauí\",,\"BRA.18.116_1\",,,\"BRPI2205540\",\"2205540\",-5.80932307,-42.6237180890734,2858,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c915b65b\",2205607,2205607,\"BR_PI\",\"2205607\",3,\"Piauí\",\"Landri Sales\",,\"BRA.18.117_1\",,,\"BRPI2205607\",\"2205607\",-7.245622395,-43.8968164099607,5283,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bfd0ecfa\",2205706,2205706,\"BR_PI\",\"2205706\",3,\"Piauí\",\"Luís Correia\",,\"BRA.18.118_1\",\"ChIJj1Esbyxs7AcRbYiSMkLTmjg\",,\"BRPI2205706\",\"2205706\",-3.09739745,-41.4353685508161,30438,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d85fa7d\",2205805,2205805,\"BR_PI\",\"2205805\",3,\"Piauí\",\"Luzilândia\",,\"BRA.18.119_1\",\"ChIJs96nnmBo7QcRMQF73rg2wr4\",,\"BRPI2205805\",\"2205805\",-3.598472595,-42.3190417925236,25504,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27f53eae\",2205854,2205854,\"BR_PI\",\"2205854\",3,\"Piauí\",\"Madeiro\",,\"BRA.18.120_1\",,,\"BRPI2205854\",\"2205854\",-3.557682515,-42.5117257413663,8342,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b40a0dc\",2205904,2205904,\"BR_PI\",\"2205904\",3,\"Piauí\",\"Manoel Emídio\",,\"BRA.18.121_1\",,,\"BRPI2205904\",\"2205904\",-8.18797922,-43.9672499885144,5351,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b853c13a\",2205953,2205953,\"BR_PI\",\"2205953\",3,\"Piauí\",\"Marcolândia\",,\"BRA.18.122_1\",,,\"BRPI2205953\",\"2205953\",-7.432298185,-40.7300063765154,8543,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"364ec032\",2206001,2206001,\"BR_PI\",\"2206001\",3,\"Piauí\",\"Marcos Parente\",,\"BRA.18.123_1\",,,\"BRPI2206001\",\"2206001\",-7.081804035,-43.8796033886642,4547,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c3e04e1\",2206050,2206050,\"BR_PI\",\"2206050\",3,\"Piauí\",\"Massapê do Piauí\",,\"BRA.18.124_1\",,,\"BRPI2206050\",\"2206050\",-7.530516145,-41.1151690845596,6449,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"408b9a93\",2206100,2206100,\"BR_PI\",\"2206100\",3,\"Piauí\",\"Matias Olímpio\",,\"BRA.18.125_1\",,,\"BRPI2206100\",\"2206100\",-3.70651495,-42.5899535750908,10958,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3b119c6e\",2206209,2206209,\"BR_PI\",\"2206209\",3,\"Piauí\",\"Miguel Alves\",,\"BRA.18.126_1\",,,\"BRPI2206209\",\"2206209\",-4.190819505,-42.7954005170171,33833,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4dd4c6cf\",2206308,2206308,\"BR_PI\",\"2206308\",3,\"Piauí\",\"Miguel Leão\",,\"BRA.18.127_1\",,,\"BRPI2206308\",\"2206308\",-5.71063304,-42.6512298283205,1242,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a01c2f1b\",2206357,2206357,\"BR_PI\",\"2206357\",3,\"Piauí\",\"Milton Brandão\",,\"BRA.18.128_1\",,,\"BRPI2206357\",\"2206357\",-4.75891495,-41.4979415315762,6608,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d824cddb\",2206407,2206407,\"BR_PI\",\"2206407\",3,\"Piauí\",\"Monsenhor Gil\",,\"BRA.18.129_1\",,,\"BRPI2206407\",\"2206407\",-5.588584185,-42.6088534804202,10564,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aee1977a\",2206506,2206506,\"BR_PI\",\"2206506\",3,\"Piauí\",\"Monsenhor Hipólito\",,\"BRA.18.130_1\",,,\"BRPI2206506\",\"2206506\",-6.90630269,-41.0199370165521,7767,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"35ae7899\",2206605,2206605,\"BR_PI\",\"2206605\",3,\"Piauí\",\"Monte Alegre do Piauí\",,\"BRA.18.131_1\",,,\"BRPI2206605\",\"2206605\",-9.57246828,-44.9649013531418,10615,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3fdebc4a\",2206654,2206654,\"BR_PI\",\"2206654\",3,\"Piauí\",\"Morro Cabeça no Tempo\",,\"BRA.18.132_1\",,,\"BRPI2206654\",\"2206654\",-9.76107311,-43.9523312290691,4530,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a851ad1\",2206670,2206670,\"BR_PI\",\"2206670\",3,\"Piauí\",\"Morro do Chapéu do Piauí\",,\"BRA.18.133_1\",,,\"BRPI2206670\",\"2206670\",-3.693467975,-42.2604251016488,6811,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7d65926a\",2206696,2206696,\"BR_PI\",\"2206696\",3,\"Piauí\",\"Murici dos Portelas\",,\"BRA.18.134_1\",,,\"BRPI2206696\",\"2206696\",-3.368028045,-42.024339893523,9209,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"436b2238\",2206704,2206704,\"BR_PI\",\"2206704\",3,\"Piauí\",\"Nazaré do Piauí\",,\"BRA.18.135_1\",,,\"BRPI2206704\",\"2206704\",-7.046024085,-42.768061921989,7322,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"763084a3\",2206720,2206720,\"BR_PI\",\"2206720\",3,\"Piauí\",\"Nazária\",,,,,\"BRPI2206720\",\"2206720\",-5.3512851,-42.8152823,8602,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a07843de\",2206753,2206753,\"BR_PI\",\"2206753\",3,\"Piauí\",\"Nossa Senhora de Nazaré\",,\"BRA.18.136_1\",,,\"BRPI2206753\",\"2206753\",-4.638364555,-42.1734140845101,4891,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d653f0a6\",2206803,2206803,\"BR_PI\",\"2206803\",3,\"Piauí\",\"Nossa Senhora dos Remédios\",,\"BRA.18.137_1\",,,\"BRPI2206803\",\"2206803\",-4.017745495,-42.6080936257905,8723,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f28fe0af\",2207959,2207959,\"BR_PI\",\"2207959\",3,\"Piauí\",\"Nova Santa Rita\",,\"BRA.18.138_1\",,,\"BRPI2207959\",\"2207959\",-8.119779585,-42.0139365984215,4383,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a096aa07\",2206902,2206902,\"BR_PI\",\"2206902\",3,\"Piauí\",\"Novo Oriente do Piauí\",,\"BRA.18.139_1\",,,\"BRPI2206902\",\"2206902\",-6.46436691,-41.9573341772394,6556,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"44e80ff8\",2206951,2206951,\"BR_PI\",\"2206951\",3,\"Piauí\",\"Novo Santo Antônio\",,\"BRA.18.140_1\",,,\"BRPI2206951\",\"2206951\",-5.28767395,-41.9212502251759,3003,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"80292f65\",2207009,2207009,\"BR_PI\",\"2207009\",3,\"Piauí\",\"Oeiras\",,\"BRA.18.141_1\",\"ChIJvZFvIBCRnAcRpRejIGljXUE\",,\"BRPI2207009\",\"2207009\",-6.97399306,-42.1992229058456,37085,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f6ec75c4\",2207108,2207108,\"BR_PI\",\"2207108\",3,\"Piauí\",\"Olho D'Água do Piauí\",,\"BRA.18.142_1\",,,\"BRPI2207108\",\"2207108\",-5.80932307,-42.5691895832518,2468,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6415d60c\",2207207,2207207,\"BR_PI\",\"2207207\",3,\"Piauí\",\"Padre Marcos\",,\"BRA.18.143_1\",,,\"BRPI2207207\",\"2207207\",-7.353955985,-40.8838451417679,6873,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"12d08cad\",2207306,2207306,\"BR_PI\",\"2207306\",3,\"Piauí\",\"Paes Landim\",,\"BRA.18.144_1\",,,\"BRPI2207306\",\"2207306\",-7.8244617,-42.291019125747,4126,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f6ae2952\",2207355,2207355,\"BR_PI\",\"2207355\",3,\"Piauí\",\"Pajeú do Piauí\",,\"BRA.18.145_1\",,,\"BRPI2207355\",\"2207355\",-7.84161091,-42.7871038538825,3404,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8e96cb92\",2207405,2207405,\"BR_PI\",\"2207405\",3,\"Piauí\",\"Palmeira do Piauí\",,\"BRA.18.146_1\",,,\"BRPI2207405\",\"2207405\",-8.54291248,-44.4699259660906,5036,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f8539133\",2207504,2207504,\"BR_PI\",\"2207504\",3,\"Piauí\",\"Palmeirais\",,\"BRA.18.147_1\",,,\"BRPI2207504\",\"2207504\",-5.838662625,-42.9774492275131,14587,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b40f0d5\",2207553,2207553,\"BR_PI\",\"2207553\",3,\"Piauí\",\"Paquetá\",,\"BRA.18.148_1\",,,\"BRPI2207553\",\"2207553\",-7.1612823,-41.6754354451642,3937,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6471bac9\",2207603,2207603,\"BR_PI\",\"2207603\",3,\"Piauí\",\"Parnaguá\",,\"BRA.18.149_1\",,,\"BRPI2207603\",\"2207603\",-10.271012305,-44.5632824077091,10819,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"12b4e068\",2207702,2207702,\"BR_PI\",\"2207702\",3,\"Piauí\",\"Parnaíba\",,\"BRA.18.150_1\",\"ChIJgSB9QwIw7AcRiN6D6qGb0sE\",,\"BRPI2207702\",\"2207702\",-2.946041465,-41.7419241800606,153482,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f6ca4597\",2207751,2207751,\"BR_PI\",\"2207751\",3,\"Piauí\",\"Passagem Franca do Piauí\",,\"BRA.18.151_1\",,,\"BRPI2207751\",\"2207751\",-5.8743,-42.3988523236866,4323,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d9f8220\",2207777,2207777,\"BR_PI\",\"2207777\",3,\"Piauí\",\"Patos do Piauí\",,\"BRA.18.152_1\",,,\"BRPI2207777\",\"2207777\",-7.66841054,-41.2778191078462,6406,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b4716bb7\",2207793,2207793,\"BR_PI\",\"2207793\",3,\"Piauí\",\"Pau D'Arco do Piauí\",,,,,\"BRPI2207793\",\"2207793\",-5.2522265,-42.3884018,4065,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"80e1f6ef\",2207801,2207801,\"BR_PI\",\"2207801\",3,\"Piauí\",\"Paulistana\",,\"BRA.18.153_1\",\"ChIJKYKvfbf8dQcROYKPxgvGhX4\",,\"BRPI2207801\",\"2207801\",-8.151148795,-41.2681691661925,20554,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8a91323c\",2207850,2207850,\"BR_PI\",\"2207850\",3,\"Piauí\",\"Pavussu\",,\"BRA.18.154_1\",,,\"BRPI2207850\",\"2207850\",-7.88971567,-43.3437105743577,3669,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f624ac4e\",2207900,2207900,\"BR_PI\",\"2207900\",3,\"Piauí\",\"Pedro II\",,\"BRA.18.156_1\",\"ChIJdU1Ki4KOkwcRDYf7fdaqroQ\",,\"BRPI2207900\",\"2207900\",-4.537659645,-41.4627663292109,38778,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"da643b94\",2207934,2207934,\"BR_PI\",\"2207934\",3,\"Piauí\",\"Pedro Laurentino\",,\"BRA.18.155_1\",,,\"BRPI2207934\",\"2207934\",-8.03596926,-42.3017314333108,2544,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ff21234\",2208007,2208007,\"BR_PI\",\"2208007\",3,\"Piauí\",\"Picos\",,\"BRA.18.157_1\",\"ChIJ84t8UDwRnAcRx3e_65jjhmo\",,\"BRPI2208007\",\"2208007\",-7.09899449,-41.4853994504763,78431,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"49374895\",2208106,2208106,\"BR_PI\",\"2208106\",3,\"Piauí\",\"Pimenteiras\",,\"BRA.18.158_1\",,,\"BRPI2208106\",\"2208106\",-6.410674095,-41.1001869832268,12139,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d278a776\",2208205,2208205,\"BR_PI\",\"2208205\",3,\"Piauí\",\"Pio IX\",,\"BRA.18.159_1\",,,\"BRPI2208205\",\"2208205\",-6.773200035,-40.7277451229132,18459,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a4bdfdd7\",2208304,2208304,\"BR_PI\",\"2208304\",3,\"Piauí\",\"Piracuruca\",,\"BRA.18.160_1\",\"ChIJp5Qh2Vo6kwcRhpIr_HQ-n2o\",,\"BRPI2208304\",\"2208304\",-3.86767602,-41.6185453199476,28874,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3f967ef1\",2208403,2208403,\"BR_PI\",\"2208403\",3,\"Piauí\",\"Piripiri\",,\"BRA.18.161_1\",\"ChIJBXiEupIHkwcR6N_yxP9GB2Q\",,\"BRPI2208403\",\"2208403\",-4.356921195,-41.8453119326434,63787,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"49532450\",2208502,2208502,\"BR_PI\",\"2208502\",3,\"Piauí\",\"Porto\",,\"BRA.18.163_1\",,,\"BRPI2208502\",\"2208502\",-3.941552995,-42.7025902000404,12608,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ad2d81af\",2208551,2208551,\"BR_PI\",\"2208551\",3,\"Piauí\",\"Porto Alegre do Piauí\",,\"BRA.18.162_1\",,,\"BRPI2208551\",\"2208551\",-6.96638179,-44.0727862076721,2720,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d21ccbb3\",2208601,2208601,\"BR_PI\",\"2208601\",3,\"Piauí\",\"Prata do Piauí\",,\"BRA.18.164_1\",,,\"BRPI2208601\",\"2208601\",-5.715969325,-42.1662193759687,3150,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d86c0f60\",2208650,2208650,\"BR_PI\",\"2208650\",3,\"Piauí\",\"Queimada Nova\",,\"BRA.18.165_1\",,,\"BRPI2208650\",\"2208650\",-8.51670933,-41.2974241345504,9017,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a4d99112\",2208700,2208700,\"BR_PI\",\"2208700\",3,\"Piauí\",\"Redenção do Gurguéia\",,\"BRA.18.166_1\",,,\"BRPI2208700\",\"2208700\",-9.49149561,-44.4597766430795,8796,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d6596e8b\",2208809,2208809,\"BR_PI\",\"2208809\",3,\"Piauí\",\"Regeneração\",,\"BRA.18.167_1\",,,\"BRPI2208809\",\"2208809\",-6.339526175,-42.4649959626634,17979,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dc29aa58\",2208858,2208858,\"BR_PI\",\"2208858\",3,\"Piauí\",\"Riacho Frio\",,\"BRA.18.168_1\",,,\"BRPI2208858\",\"2208858\",-9.93121576,-44.7975831159011,4309,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e7a984f1\",2208874,2208874,\"BR_PI\",\"2208874\",3,\"Piauí\",\"Ribeira do Piauí\",,\"BRA.18.169_1\",,,\"BRPI2208874\",\"2208874\",-7.922781465,-42.6291287399675,4488,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a09c342a\",2208908,2208908,\"BR_PI\",\"2208908\",3,\"Piauí\",\"Ribeiro Gonçalves\",,\"BRA.18.170_1\",,,\"BRPI2208908\",\"2208908\",-8.05758762,-45.4422874505857,7376,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6940147d\",2209005,2209005,\"BR_PI\",\"2209005\",3,\"Piauí\",\"Rio Grande do Piauí\",,\"BRA.18.171_1\",,,\"BRPI2209005\",\"2209005\",-7.798716305,-43.1509198211351,6433,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1f854edc\",2209104,2209104,\"BR_PI\",\"2209104\",3,\"Piauí\",\"Santa Cruz do Piauí\",,\"BRA.18.172_1\",,,\"BRPI2209104\",\"2209104\",-7.2270751,-41.7566167565751,6247,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fc962f3a\",2209153,2209153,\"BR_PI\",\"2209153\",3,\"Piauí\",\"Santa Cruz dos Milagres\",,\"BRA.18.173_1\",,,\"BRPI2209153\",\"2209153\",-5.91889787,-41.8173626364281,4033,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"83a76526\",2209203,2209203,\"BR_PI\",\"2209203\",3,\"Piauí\",\"Santa Filomena\",,\"BRA.18.174_1\",,,\"BRPI2209203\",\"2209203\",-8.97134018,-45.7377366237646,6254,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f5623f87\",2209302,2209302,\"BR_PI\",\"2209302\",3,\"Piauí\",\"Santa Luz\",,\"BRA.18.175_1\",,,\"BRPI2209302\",\"2209302\",-9.06153393,-44.0840259020854,5882,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ca495dcf\",2209377,2209377,\"BR_PI\",\"2209377\",3,\"Piauí\",\"Santa Rosa do Piauí\",,\"BRA.18.176_1\",,,\"BRPI2209377\",\"2209377\",-6.814744,-42.2420207999299,5255,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"111c9a78\",2209351,2209351,\"BR_PI\",\"2209351\",3,\"Piauí\",\"Santana do Piauí\",,\"BRA.18.177_1\",,,\"BRPI2209351\",\"2209351\",-6.9459095,-41.4936545860348,4642,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"692478b8\",2209401,2209401,\"BR_PI\",\"2209401\",3,\"Piauí\",\"Santo Antônio de Lisboa\",,\"BRA.18.178_1\",,,\"BRPI2209401\",\"2209401\",-6.04796052,-42.7066772675154,6441,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6354bc6b\",2209450,2209450,\"BR_PI\",\"2209450\",3,\"Piauí\",\"Santo Antônio dos Milagres\",,\"BRA.18.179_1\",,,\"BRPI2209450\",\"2209450\",-6.855556965,-41.1790790152213,2166,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1fe12219\",2209500,2209500,\"BR_PI\",\"2209500\",3,\"Piauí\",\"Santo Inácio do Piauí\",,\"BRA.18.180_1\",,,\"BRPI2209500\",\"2209500\",-7.449186805,-42.0272153195901,3803,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b4a6ef8\",2209559,2209559,\"BR_PI\",\"2209559\",3,\"Piauí\",\"São Braz do Piauí\",,\"BRA.18.181_1\",,,\"BRPI2209559\",\"2209559\",-8.930781365,-43.0214935022054,4451,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"647b24e4\",2209609,2209609,\"BR_PI\",\"2209609\",3,\"Piauí\",\"São Félix do Piauí\",,\"BRA.18.182_1\",,,\"BRPI2209609\",\"2209609\",-5.92097688,-42.1217277345684,2932,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6e0be037\",2209658,2209658,\"BR_PI\",\"2209658\",3,\"Piauí\",\"São Francisco de Assis do Piauí\",,\"BRA.18.183_1\",,,\"BRPI2209658\",\"2209658\",-8.151148795,-41.5996533343903,5779,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"12be7e45\",2209708,2209708,\"BR_PI\",\"2209708\",3,\"Piauí\",\"São Francisco do Piauí\",,\"BRA.18.184_1\",,,\"BRPI2209708\",\"2209708\",-7.18538117,-42.5138239055312,6420,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ff769791\",2209757,2209757,\"BR_PI\",\"2209757\",3,\"Piauí\",\"São Gonçalo do Gurguéia\",,\"BRA.18.185_1\",,,\"BRPI2209757\",\"2209757\",-10.119544505,-45.304554839189,3057,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"895d24e9\",2209807,2209807,\"BR_PI\",\"2209807\",3,\"Piauí\",\"São Gonçalo do Piauí\",,\"BRA.18.186_1\",,,\"BRPI2209807\",\"2209807\",-6.01818514,-42.659406659595,5030,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"832de03a\",2209856,2209856,\"BR_PI\",\"2209856\",3,\"Piauí\",\"São João da Canabrava\",,\"BRA.18.187_1\",,,\"BRPI2209856\",\"2209856\",-6.71487403,-41.3707807148419,4614,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b67646a1\",2209872,2209872,\"BR_PI\",\"2209872\",3,\"Piauí\",\"São João da Fronteira\",,\"BRA.18.188_1\",,,\"BRPI2209872\",\"2209872\",-3.975357055,-41.3361759964002,6064,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ff987e48\",2209906,2209906,\"BR_PI\",\"2209906\",3,\"Piauí\",\"São João da Serra\",,\"BRA.18.189_1\",,,\"BRPI2209906\",\"2209906\",-5.546952485,-41.8947342663764,6122,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1be6dbb7\",2209955,2209955,\"BR_PI\",\"2209955\",3,\"Piauí\",\"São João da Varjota\",,\"BRA.18.190_1\",,,\"BRPI2209955\",\"2209955\",-6.94940352,-41.9007227513748,4848,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2ebd7d2c\",2209971,2209971,\"BR_PI\",\"2209971\",3,\"Piauí\",\"São João do Arraial\",,\"BRA.18.191_1\",,,\"BRPI2209971\",\"2209971\",-3.82176149,-42.4627829853095,8038,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c04bd772\",2210003,2210003,\"BR_PI\",\"2210003\",3,\"Piauí\",\"São João do Piauí\",,\"BRA.18.192_1\",\"ChIJwVihY0-YdwcRqFpuAn4-M4g\",,\"BRPI2210003\",\"2210003\",-8.34156275,-42.2432319627953,20662,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ca3b13a1\",2210052,2210052,\"BR_PI\",\"2210052\",3,\"Piauí\",\"São José do Divino\",,\"BRA.18.193_1\",,,\"BRPI2210052\",\"2210052\",-3.778335095,-41.8378049962031,5354,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b68e8dd3\",2210102,2210102,\"BR_PI\",\"2210102\",3,\"Piauí\",\"São José do Peixe\",,\"BRA.18.194_1\",,,\"BRPI2210102\",\"2210102\",-7.520694015,-42.5268716909208,3741,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2dc16230\",2210201,2210201,\"BR_PI\",\"2210201\",3,\"Piauí\",\"São José do Piauí\",,\"BRA.18.195_1\",,,\"BRPI2210201\",\"2210201\",-6.80667949,-41.4968545498226,6700,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b043891\",2210300,2210300,\"BR_PI\",\"2210300\",3,\"Piauí\",\"São Julião\",,\"BRA.18.196_1\",,,\"BRPI2210300\",\"2210300\",-7.07184529,-40.8085317829843,6371,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5faf7470\",2210359,2210359,\"BR_PI\",\"2210359\",3,\"Piauí\",\"São Lourenço do Piauí\",,\"BRA.18.197_1\",,,\"BRPI2210359\",\"2210359\",-9.17516041,-42.5604535386112,4577,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"642f5ad9\",2210375,2210375,\"BR_PI\",\"2210375\",3,\"Piauí\",\"São Luis do Piauí\",,\"BRA.18.198_1\",,,\"BRPI2210375\",\"2210375\",-6.77448344,-41.255162144938,2646,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ad4e323\",2210383,2210383,\"BR_PI\",\"2210383\",3,\"Piauí\",\"São Miguel da Baixa Grande\",,\"BRA.18.199_1\",,,\"BRPI2210383\",\"2210383\",-5.805911065,-42.255211413877,2454,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fdc1b34e\",2210391,2210391,\"BR_PI\",\"2210391\",3,\"Piauí\",\"São Miguel do Fidalgo\",,\"BRA.18.200_1\",,,\"BRPI2210391\",\"2210391\",-7.58613801,-42.3422449993467,3038,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"279796b0\",2210409,2210409,\"BR_PI\",\"2210409\",3,\"Piauí\",\"São Miguel do Tapuio\",,\"BRA.18.201_1\",,,\"BRPI2210409\",\"2210409\",-5.780103445,-41.5731615424957,17639,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5152cc11\",2210508,2210508,\"BR_PI\",\"2210508\",3,\"Piauí\",\"São Pedro do Piauí\",,\"BRA.18.202_1\",,,\"BRPI2210508\",\"2210508\",-5.862592935,-42.7111400076841,14324,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c3ab6fd9\",2210607,2210607,\"BR_PI\",\"2210607\",3,\"Piauí\",\"São Raimundo Nonato\",,\"BRA.18.203_1\",\"ChIJ-dU45VgDegcRuOkDd584YIw\",,\"BRPI2210607\",\"2210607\",-9.023210525,-42.645570251835,34877,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f6f0c942\",2210623,2210623,\"BR_PI\",\"2210623\",3,\"Piauí\",\"Sebastião Barros\",,\"BRA.18.204_1\",,,\"BRPI2210623\",\"2210623\",-10.658261775,-44.8363458933099,3451,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"01e5992f\",2210631,2210631,\"BR_PI\",\"2210631\",3,\"Piauí\",\"Sebastião Leal\",,\"BRA.18.205_1\",,,\"BRPI2210631\",\"2210631\",-7.80274844,-44.1035237957626,4303,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c9dbab0a\",2210656,2210656,\"BR_PI\",\"2210656\",3,\"Piauí\",\"Sigefredo Pacheco\",,\"BRA.18.206_1\",,,\"BRPI2210656\",\"2210656\",-4.946783065,-41.8062331236547,10058,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b56e3578\",2210706,2210706,\"BR_PI\",\"2210706\",3,\"Piauí\",\"Simões\",,\"BRA.18.207_1\",,,\"BRPI2210706\",\"2210706\",-7.715101005,-40.7379646262489,14649,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"273b23ff\",2210805,2210805,\"BR_PI\",\"2210805\",3,\"Piauí\",\"Simplício Mendes\",,\"BRA.18.208_1\",,,\"BRPI2210805\",\"2210805\",-7.7903316,-42.0324992204662,12746,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"51fe795e\",2210904,2210904,\"BR_PI\",\"2210904\",3,\"Piauí\",\"Socorro do Piauí\",,\"BRA.18.209_1\",,,\"BRPI2210904\",\"2210904\",-7.87921548,-42.4285615693069,4563,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"736566b6\",2210938,2210938,\"BR_PI\",\"2210938\",3,\"Piauí\",\"Sussuapara\",,\"BRA.18.210_1\",,,\"BRPI2210938\",\"2210938\",-6.993748905,-41.3665774567923,6767,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b2ed18b8\",2210953,2210953,\"BR_PI\",\"2210953\",3,\"Piauí\",\"Tamboril do Piauí\",,\"BRA.18.211_1\",,,\"BRPI2210953\",\"2210953\",-8.486729145,-43.0661978017282,2929,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"600e9324\",2210979,2210979,\"BR_PI\",\"2210979\",3,\"Piauí\",\"Tanque do Piauí\",,\"BRA.18.212_1\",,,\"BRPI2210979\",\"2210979\",-6.633710625,-42.283187730122,2773,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"96f9d13b\",2211001,2211001,\"BR_PI\",\"2211001\",3,\"Piauí\",\"Teresina\",,\"BRA.18.213_1\",\"ChIJsSaF37Q0jgcRWXN9u73PKSw\",,\"BRPI2211001\",\"2211001\",-5.191170215,-42.6990148612084,868075,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e03c8b9a\",2211100,2211100,\"BR_PI\",\"2211100\",3,\"Piauí\",\"União\",,\"BRA.18.214_1\",\"ChIJyfM17VjdjQcRlnlGmwvwwQs\",,\"BRPI2211100\",\"2211100\",-4.624979975,-42.76737809358,44569,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ba68d67\",2211209,2211209,\"BR_PI\",\"2211209\",3,\"Piauí\",\"Uruçuí\",,\"BRA.18.215_1\",\"ChIJNYdpKZeQfwcRRAdJkp0PD4c\",,\"BRPI2211209\",\"2211209\",-7.708907605,-44.5666509378027,21655,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed63d7c6\",2211308,2211308,\"BR_PI\",\"2211308\",3,\"Piauí\",\"Valença do Piauí\",,\"BRA.18.216_1\",\"ChIJP2bAB5atmwcR2dVzVwH4o3Y\",,\"BRPI2211308\",\"2211308\",-6.38311005,-41.7679307259568,20929,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00ab3e12\",2211357,2211357,\"BR_PI\",\"2211357\",3,\"Piauí\",\"Várzea Branca\",,,,,\"BRPI2211357\",\"2211357\",-9.2371884,-42.9643784,4938,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7893dcd2\",2211407,2211407,\"BR_PI\",\"2211407\",3,\"Piauí\",\"Várzea Grande\",,\"BRA.18.217_1\",,,\"BRPI2211407\",\"2211407\",-6.555800915,-42.2330940939103,4386,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e568673\",2211506,2211506,\"BR_PI\",\"2211506\",3,\"Piauí\",\"Vera Mendes\",,\"BRA.18.218_1\",,,\"BRPI2211506\",\"2211506\",-7.58197212,-41.5278565349809,3080,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"95196990\",2211605,2211605,\"BR_PI\",\"2211605\",3,\"Piauí\",\"Vila Nova do Piauí\",,\"BRA.18.219_1\",,,\"BRPI2211605\",\"2211605\",-7.198276995,-40.9437476047083,2952,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e3dc3331\",2211704,2211704,\"BR_PI\",\"2211704\",3,\"Piauí\",\"Wall Ferraz\",,\"BRA.18.220_1\",,,\"BRPI2211704\",\"2211704\",-7.271073105,-41.890147420527,4471,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"08cb1d5e\",3300100,3300100,\"BR_RJ\",\"3300100\",3,\"Rio de Janeiro\",\"Angra dos Reis\",,\"BRA.19.1_1\",\"ChIJ2ynufgxOnAARRlz7jzN4Gcs\",,\"BRRJ3300100\",\"3300100\",-23.15083313,-44.23055458,207044,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0c6051bf\",3300159,3300159,\"BR_RJ\",\"3300159\",3,\"Rio de Janeiro\",\"Aperibé\",,\"BRA.19.2_1\",\"ChIJb8Gmnv8QvQARDueG47x6kYw\",,\"BRRJ3300159\",\"3300159\",-21.6502676,-42.1218012572159,11901,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73511ba3\",3300209,3300209,\"BR_RJ\",\"3300209\",3,\"Rio de Janeiro\",\"Araruama\",,\"BRA.19.3_1\",\"ChIJwerG0zFplwARf1LxApnwgXU\",,\"BRRJ3300209\",\"3300209\",-22.753421785,-42.3262630268214,134293,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"48d1350a\",3300225,3300225,\"BR_RJ\",\"3300225\",3,\"Rio de Janeiro\",\"Areal\",,\"BRA.19.4_1\",\"ChIJ-8hHZ0ZXmAARjwYiIW378uk\",,\"BRRJ3300225\",\"3300225\",-22.23969841,-43.1314592436452,12669,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b8a9a17e\",3300233,3300233,\"BR_RJ\",\"3300233\",3,\"Rio de Janeiro\",\"Armação dos Búzios\",,\"BRA.19.5_1\",\"ChIJ2ZoMxAtVlgARoizhHWfxigI\",,\"BRRJ3300233\",\"3300233\",-22.77583313,-41.9455138359608,34477,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7921df70\",3300258,3300258,\"BR_RJ\",\"3300258\",3,\"Rio de Janeiro\",\"Arraial do Cabo\",,\"BRA.19.6_1\",\"ChIJ1X0cZF4ZlwARgKY2EVp3rQg\",,\"BRRJ3300258\",\"3300258\",-22.93072319,-42.1923498005705,30593,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"05944102\",3300308,3300308,\"BR_RJ\",\"3300308\",3,\"Rio de Janeiro\",\"Barra do Piraí\",,\"BRA.19.7_1\",\"ChIJJSkTPwS1ngARn4D5_sxZqtU\",,\"BRRJ3300308\",\"3300308\",-22.424386975,-43.8941985240283,100764,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"90644a16\",3300407,3300407,\"BR_RJ\",\"3300407\",3,\"Rio de Janeiro\",\"Barra Mansa\",,\"BRA.19.8_1\",\"ChIJ891Flh6angARH_yoDgHhq8U\",,\"BRRJ3300407\",\"3300407\",-22.48724079,-44.2865001078957,184833,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a148ec5\",3300456,3300456,\"BR_RJ\",\"3300456\",3,\"Rio de Janeiro\",\"Belford Roxo\",,\"BRA.19.9_1\",\"ChIJO5C22MBlmQARcvgtYFKFdKk\",,\"BRRJ3300456\",\"3300456\",-22.72774887,-43.3785513929003,513118,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e6a110b7\",3300506,3300506,\"BR_RJ\",\"3300506\",3,\"Rio de Janeiro\",\"Bom Jardim\",,\"BRA.19.10_1\",\"ChIJ1cIPMzzulwARTzhB7MolSXQ\",,\"BRRJ3300506\",\"3300506\",-22.20606327,-42.3807119866425,27616,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7deeff54\",3300605,3300605,\"BR_RJ\",\"3300605\",3,\"Rio de Janeiro\",\"Bom Jesus do Itabapoana\",,\"BRA.19.11_1\",\"ChIJ598I1AduvAARfPNnULa6FKk\",,\"BRRJ3300605\",\"3300605\",-21.08808994,-41.7812894840283,37203,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0b2ba5f5\",3300704,3300704,\"BR_RJ\",\"3300704\",3,\"Rio de Janeiro\",\"Cabo Frio\",,\"BRA.19.12_1\",\"ChIJ8TZiEu79lgARfHS8Cf9AgBw\",,\"BRRJ3300704\",\"3300704\",-22.736792565,-42.0197080541181,230378,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9e13776b\",3300803,3300803,\"BR_RJ\",\"3300803\",3,\"Rio de Janeiro\",\"Cachoeiras de Macacu\",,\"BRA.19.13_1\",\"ChIJb1fYwD8smAARXFHSIhBUZWo\",,\"BRRJ3300803\",\"3300803\",-22.52145481,-42.7411760775798,59303,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e8d62dca\",3300902,3300902,\"BR_RJ\",\"3300902\",3,\"Rio de Janeiro\",\"Cambuci\",,\"BRA.19.14_1\",\"ChIJzcR7GoJVvAARgOVxNcMcFww\",,\"BRRJ3300902\",\"3300902\",-21.48442745,-41.9064723217902,15514,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c869a8a8\",3301009,3301009,\"BR_RJ\",\"3301009\",3,\"Rio de Janeiro\",\"Campos dos Goytacazes\",,\"BRA.19.15_1\",\"ChIJH7YOMmYtvAARUEpQfx0y2Io\",,\"BRRJ3301009\",\"3301009\",-21.65137672,-41.3278824145224,511168,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"beacf209\",3301108,3301108,\"BR_RJ\",\"3301108\",3,\"Rio de Janeiro\",\"Cantagalo\",,\"BRA.19.16_1\",\"ChIJTRB502hYvQARahUeNTxrT1A\",,\"BRRJ3301108\",\"3301108\",-21.868335725,-42.3050562274338,20168,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c496ba10\",3300936,3300936,\"BR_RJ\",\"3300936\",3,\"Rio de Janeiro\",\"Carapebus\",,\"BRA.19.18_1\",\"ChIJw-FJRTOKvQAR8qFjO6540H8\",,\"BRRJ3300936\",\"3300936\",-22.20335579,-41.6283482453914,16586,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53641bdd\",3301157,3301157,\"BR_RJ\",\"3301157\",3,\"Rio de Janeiro\",\"Cardoso Moreira\",,\"BRA.19.17_1\",\"ChIJ25euNy8xvAAR4ZkrTo8GqFM\",,\"BRRJ3301157\",\"3301157\",-21.53749275,-41.5064098349009,12821,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2c5551c1\",3301207,3301207,\"BR_RJ\",\"3301207\",3,\"Rio de Janeiro\",\"Carmo\",,\"BRA.19.19_1\",\"ChIJnTUyMpQAmAARD0f2GeErFAY\",,\"BRRJ3301207\",\"3301207\",-21.900304795,-42.5795023181093,19030,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5a900b60\",3301306,3301306,\"BR_RJ\",\"3301306\",3,\"Rio de Janeiro\",\"Casimiro de Abreu\",,\"BRA.19.20_1\",\"ChIJ1cSdcOu7lwARR_vj7lHQ5Jk\",,\"BRRJ3301306\",\"3301306\",-22.47373104,-42.1549818271884,45041,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ca88835\",3300951,3300951,\"BR_RJ\",\"3300951\",3,\"Rio de Janeiro\",\"Comendador Levy Gasparian\",,\"BRA.19.21_1\",\"ChIJOe5WeZH0mAARi8pzD4WvC58\",,\"BRRJ3300951\",\"3300951\",-22.052381515,-43.2507135169872,8576,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c6d64c5f\",3301405,3301405,\"BR_RJ\",\"3301405\",3,\"Rio de Janeiro\",\"Conceição de Macabu\",,\"BRA.19.22_1\",\"ChIJ8QI742-BvQARZkWLcNZEn6E\",,\"BRRJ3301405\",\"3301405\",-22.160290715,-41.8811703871485,23398,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b01316fe\",3301504,3301504,\"BR_RJ\",\"3301504\",3,\"Rio de Janeiro\",\"Cordeiro\",,\"BRA.19.23_1\",\"ChIJ6Wcnz_zilwARrLztQ_B86Io\",,\"BRRJ3301504\",\"3301504\",-22.061990735,-42.3541356349779,22041,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2c313d04\",3301603,3301603,\"BR_RJ\",\"3301603\",3,\"Rio de Janeiro\",\"Duas Barras\",,\"BRA.19.24_1\",\"ChIJvbV3pbf4lwARnQMCZzSNbb4\",,\"BRRJ3301603\",\"3301603\",-22.03444767,-42.4918675154243,11528,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5af467a5\",3301702,3301702,\"BR_RJ\",\"3301702\",3,\"Rio de Janeiro\",\"Duque de Caxias\",,\"BRA.19.25_1\",\"ChIJDbOp-fFymQARTjPlOuMFlDQ\",,\"BRRJ3301702\",\"3301702\",-22.649666785,-43.3059178947521,924624,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c8a17122\",3301801,3301801,\"BR_RJ\",\"3301801\",3,\"Rio de Janeiro\",\"Engenheiro Paulo de Frontin\",,\"BRA.19.26_1\",\"ChIJL5LDowpImQARo5QKIW8ZU0g\",,\"BRRJ3301801\",\"3301801\",-22.515336035,-43.6382838795157,14071,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2d1b5f1\",3301850,3301850,\"BR_RJ\",\"3301850\",3,\"Rio de Janeiro\",\"Guapimirim\",,\"BRA.19.27_1\",\"ChIJX20J_f-wmQARUmvDp0A59k0\",,\"BRRJ3301850\",\"3301850\",-22.58739471,-42.9505116194462,61388,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"19847246\",3301876,3301876,\"BR_RJ\",\"3301876\",3,\"Rio de Janeiro\",\"Iguaba Grande\",,\"BRA.19.28_1\",\"ChIJFbaHApgSlwAR2zidasqhvzc\",,\"BRRJ3301876\",\"3301876\",-22.834171295,-42.2117980673547,28837,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be642b83\",3301900,3301900,\"BR_RJ\",\"3301900\",3,\"Rio de Janeiro\",\"Itaboraí\",,\"BRA.19.29_1\",\"ChIJmUOaZuC_mQAR6A6Ogyw715U\",,\"BRRJ3301900\",\"3301900\",-22.75554466,-42.8852830122727,242543,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d642a41\",3302007,3302007,\"BR_RJ\",\"3302007\",3,\"Rio de Janeiro\",\"Itaguaí\",,\"BRA.19.30_1\",\"ChIJ_Vdv0YX4mwAR1CSV1l5WeGM\",,\"BRRJ3302007\",\"3302007\",-22.805524825,-43.8313501362808,134819,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3714ee92\",3302056,3302056,\"BR_RJ\",\"3302056\",3,\"Rio de Janeiro\",\"Italva\",,\"BRA.19.31_1\",\"ChIJuW0FpOpFvAARi9SMqq1fwAo\",,\"BRRJ3302056\",\"3302056\",-21.45732975,-41.6479767065272,15299,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4ba170e0\",3302106,3302106,\"BR_RJ\",\"3302106\",3,\"Rio de Janeiro\",\"Itaocara\",,\"BRA.19.32_1\",\"ChIJq8vK4zoOvQARoIIe6_bREWU\",,\"BRRJ3302106\",\"3302106\",-21.727416995,-42.0824919175397,23222,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0ee9f03\",3302205,3302205,\"BR_RJ\",\"3302205\",3,\"Rio de Janeiro\",\"Itaperuna\",,\"BRA.19.33_1\",\"ChIJB3VUh29gvAAR30s8mXDwVeg\",,\"BRRJ3302205\",\"3302205\",-21.21640301,-41.8866623942845,103800,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"da9e5bd0\",3302254,3302254,\"BR_RJ\",\"3302254\",3,\"Rio de Janeiro\",\"Itatiaia\",,\"BRA.19.34_1\",\"ChIJi4hV5gfYnQARfh6DwybS4XY\",,\"BRRJ3302254\",\"3302254\",-22.445646285,-44.559334467002,32064,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efc5fd4b\",3302270,3302270,\"BR_RJ\",\"3302270\",3,\"Rio de Janeiro\",\"Japeri\",,\"BRA.19.35_1\",\"ChIJezaDs-FPmQARjuUxk-kyWhQ\",,\"BRRJ3302270\",\"3302270\",-22.66411877,-43.5882794487939,105548,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a62bc5a2\",3302304,3302304,\"BR_RJ\",\"3302304\",3,\"Rio de Janeiro\",\"Laje do Muriaé\",,\"BRA.19.36_1\",,,\"BRRJ3302304\",\"3302304\",-21.250884055,-42.115499073001,7326,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d004684\",3302403,3302403,\"BR_RJ\",\"3302403\",3,\"Rio de Janeiro\",\"Macaé\",,\"BRA.19.37_1\",\"ChIJyfSClY4wlgARsrGm4Em0n-s\",,\"BRRJ3302403\",\"3302403\",-22.283649445,-41.9649050978785,261501,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"37708257\",3302452,3302452,\"BR_RJ\",\"3302452\",3,\"Rio de Janeiro\",\"Macuco\",,\"BRA.19.38_1\",,,\"BRRJ3302452\",\"3302452\",-22.03277683,-42.2705606157575,5623,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4bc51c25\",3302502,3302502,\"BR_RJ\",\"3302502\",3,\"Rio de Janeiro\",\"Magé\",,\"BRA.19.39_1\",\"ChIJI7SkLDShmQARURyDPg6mQ0w\",,\"BRRJ3302502\",\"3302502\",-22.586247445,-43.1144796552678,246433,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d08af3c6\",3302601,3302601,\"BR_RJ\",\"3302601\",3,\"Rio de Janeiro\",\"Mangaratiba\",,\"BRA.19.40_1\",\"ChIJ2Q3aOkASnAAR_J-bgBI9ko0\",,\"BRRJ3302601\",\"3302601\",-22.950277325,-44.1275272858114,45220,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a64fa967\",3302700,3302700,\"BR_RJ\",\"3302700\",3,\"Rio de Janeiro\",\"Maricá\",,\"BRA.19.41_1\",\"ChIJ2aOeS6-LmQARJzjeFMJQeIg\",,\"BRRJ3302700\",\"3302700\",-22.90923786,-42.8185772791153,164504,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d4cf56fe\",3302809,3302809,\"BR_RJ\",\"3302809\",3,\"Rio de Janeiro\",\"Mendes\",,\"BRA.19.42_1\",\"ChIJ7b54qoRLmQARn2WpgUaOdmU\",,\"BRRJ3302809\",\"3302809\",-22.533417705,-43.7433334627886,18648,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"debf922d\",3302858,3302858,\"BR_RJ\",\"3302858\",3,\"Rio de Janeiro\",\"Mesquita\",,,\"ChIJl9IGQ9ZgmQAR9-9cgePzC68\",,\"BRRJ3302858\",\"3302858\",-22.783092,-43.4293599,176569,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a20a0c5f\",3302908,3302908,\"BR_RJ\",\"3302908\",3,\"Rio de Janeiro\",\"Miguel Pereira\",,\"BRA.19.43_1\",\"ChIJYaRuDH0QmQARQKnPF2jkNt8\",,\"BRRJ3302908\",\"3302908\",-22.52880287,-43.5128882984468,25581,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6bd62c08\",3303005,3303005,\"BR_RJ\",\"3303005\",3,\"Rio de Janeiro\",\"Miracema\",,\"BRA.19.44_1\",\"ChIJGTAjx7ThvAARXc1exZTU_Qc\",,\"BRRJ3303005\",\"3303005\",-21.39017391,-42.139870033616,27154,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1d1376a9\",3303104,3303104,\"BR_RJ\",\"3303104\",3,\"Rio de Janeiro\",\"Natividade\",,\"BRA.19.45_1\",\"ChIJRQuzNcOHvAARqvVrOOaD87E\",,\"BRRJ3303104\",\"3303104\",-21.04563522,-41.9410782964439,15311,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"81315d53\",3303203,3303203,\"BR_RJ\",\"3303203\",3,\"Rio de Janeiro\",\"Nilópolis\",,\"BRA.19.46_1\",\"ChIJT3eSEj5hmQARbPZK-eQJIZk\",,\"BRRJ3303203\",\"3303203\",-22.81768322,-43.4233339952437,162693,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f7f407f2\",3303302,3303302,\"BR_RJ\",\"3303302\",3,\"Rio de Janeiro\",\"Niterói\",,\"BRA.19.47_1\",\"ChIJQaITF9GAmQAR1akUZgTMuUo\",,\"BRRJ3303302\",\"3303302\",-22.920000075,-43.0353059060954,515317,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6bb240cd\",3303401,3303401,\"BR_RJ\",\"3303401\",3,\"Rio de Janeiro\",\"Nova Friburgo\",,\"BRA.19.48_1\",\"ChIJFXvlbmSKlwARm72WxpMZSow\",,\"BRRJ3303401\",\"3303401\",-22.30677128,-42.4933824411195,191158,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1d771a6c\",3303500,3303500,\"BR_RJ\",\"3303500\",3,\"Rio de Janeiro\",\"Nova Iguaçu\",,\"BRA.19.49_1\",\"ChIJ9W2CB9VcmQARC1X1KtUCjSU\",,\"BRRJ3303500\",\"3303500\",-22.697223665,-43.4675582080145,823302,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66ed1c91\",3303609,3303609,\"BR_RJ\",\"3303609\",3,\"Rio de Janeiro\",\"Paracambi\",,\"BRA.19.50_1\",\"ChIJG5OqT-FNmQAR3nJHRUjCmIc\",,\"BRRJ3303609\",\"3303609\",-22.613158225,-43.7184945076712,52683,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"10284630\",3303708,3303708,\"BR_RJ\",\"3303708\",3,\"Rio de Janeiro\",\"Paraíba do Sul\",,\"BRA.19.51_1\",\"ChIJ1audaYb6mAARlnZpertfxBY\",,\"BRRJ3303708\",\"3303708\",-22.18265724,-43.3054080898242,44518,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8bcb1c9c\",3303807,3303807,\"BR_RJ\",\"3303807\",3,\"Rio de Janeiro\",\"Paraty\",,\"BRA.19.52_1\",\"ChIJkbRoazwOnQARlCvcUdzzh_Q\",,\"BRRJ3303807\",\"3303807\",-23.14142418,-44.7583306473651,43680,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"81bbd84f\",3303856,3303856,\"BR_RJ\",\"3303856\",3,\"Rio de Janeiro\",\"Paty do Alferes\",,\"BRA.19.53_1\",\"ChIJS8xGUeUZmQARb8CarDVdB3w\",,\"BRRJ3303856\",\"3303856\",-22.375432015,-43.3959337746485,27858,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd0e463d\",3303906,3303906,\"BR_RJ\",\"3303906\",3,\"Rio de Janeiro\",\"Petrópolis\",,\"BRA.19.54_1\",\"ChIJX8jgemIAmQARqkMTFntxVf0\",,\"BRRJ3303906\",\"3303906\",-22.38733864,-43.1758930626318,306678,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1970e3c2\",3303955,3303955,\"BR_RJ\",\"3303955\",3,\"Rio de Janeiro\",\"Pinheiral\",,\"BRA.19.55_1\",\"ChIJ1xwGedKkngAR2A4WwJilIdg\",,\"BRRJ3303955\",\"3303955\",-22.534880635,-43.9811001272226,25364,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1f62b184\",3304003,3304003,\"BR_RJ\",\"3304003\",3,\"Rio de Janeiro\",\"Piraí\",,\"BRA.19.56_1\",\"ChIJKa8L0ZOongARQQJ4U4rAUyU\",,\"BRRJ3304003\",\"3304003\",-22.65689564,-43.9215222540113,29545,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69a7eb25\",3304102,3304102,\"BR_RJ\",\"3304102\",3,\"Rio de Janeiro\",\"Porciúncula\",,\"BRA.19.57_1\",\"ChIJw-EYMtSBvAARurp-BB9neyg\",,\"BRRJ3304102\",\"3304102\",-20.896382335,-41.9351184708467,18960,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9eb2bb48\",3304110,3304110,\"BR_RJ\",\"3304110\",3,\"Rio de Janeiro\",\"Porto Real\",,\"BRA.19.58_1\",\"ChIJ01P4Vd-FngAR9VY6Kj4g9TE\",,\"BRRJ3304110\",\"3304110\",-22.446251865,-44.3294841201602,19974,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb4460b9\",3304128,3304128,\"BR_RJ\",\"3304128\",3,\"Rio de Janeiro\",\"Quatis\",,\"BRA.19.59_1\",\"ChIJI2MFWcePngARwGNRzqIq1TQ\",,\"BRRJ3304128\",\"3304128\",-22.364219665,-44.249241040754,14435,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e4a88b14\",3304144,3304144,\"BR_RJ\",\"3304144\",3,\"Rio de Janeiro\",\"Queimados\",,\"BRA.19.60_1\",\"ChIJW-gHQGdbmQARF0_DYdaEliI\",,\"BRRJ3304144\",\"3304144\",-22.73210907,-43.591997259654,151335,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8dd94eda\",3304151,3304151,\"BR_RJ\",\"3304151\",3,\"Rio de Janeiro\",\"Quissamã\",,\"BRA.19.61_1\",\"ChIJfSE_e3flvQARGesUHvj3RPc\",,\"BRRJ3304151\",\"3304151\",-22.103333475,-41.4460559665921,25126,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f2e804c6\",3304201,3304201,\"BR_RJ\",\"3304201\",3,\"Rio de Janeiro\",\"Resende\",,\"BRA.19.62_1\",\"ChIJ2XqUSZd5ngARNSwWTZ0xhMo\",,\"BRRJ3304201\",\"3304201\",-22.44150829,-44.4200940160111,132312,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"842d5e67\",3304300,3304300,\"BR_RJ\",\"3304300\",3,\"Rio de Janeiro\",\"Rio Bonito\",,\"BRA.19.63_1\",\"ChIJV6PYvQDZmQARKZSgxI_bXNQ\",,\"BRRJ3304300\",\"3304300\",-22.742494585,-42.5697356142335,60573,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f8bef046\",3304409,3304409,\"BR_RJ\",\"3304409\",3,\"Rio de Janeiro\",\"Rio Claro\",,\"BRA.19.64_1\",\"ChIJ1VlHIqEinAAR6fpA19pkwm4\",,\"BRRJ3304409\",\"3304409\",-22.784557345,-44.0733689371588,18605,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8e7baae7\",3304508,3304508,\"BR_RJ\",\"3304508\",3,\"Rio de Janeiro\",\"Rio das Flores\",,\"BRA.19.65_1\",,,\"BRRJ3304508\",\"3304508\",-22.169801715,-43.5416709087871,9344,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b5fb844e\",3304524,3304524,\"BR_RJ\",\"3304524\",3,\"Rio de Janeiro\",\"Rio das Ostras\",,\"BRA.19.66_1\",\"ChIJyRMwFVmzlwARkhaodUGGShM\",,\"BRRJ3304524\",\"3304524\",-22.470140455,-41.942980090239,155193,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"63b34333\",3304557,3304557,\"BR_RJ\",\"3304557\",3,\"Rio de Janeiro\",\"Rio de Janeiro\",\"Rio de Janeiro, Rio de Janeiro (state)\",\"BRA.19.67_1\",\"ChIJC7UkQv5-mQAR7llshDwliPk\",,\"BRRJ3304557\",\"3304557\",-22.9376173,-43.4558628488816,6747815,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1c82092f\",3304607,3304607,\"BR_RJ\",\"3304607\",3,\"Rio de Janeiro\",\"Santa Maria Madalena\",,\"BRA.19.68_1\",,,\"BRRJ3304607\",\"3304607\",-21.95334339,-41.9004109911328,10392,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6a47538e\",3304706,3304706,\"BR_RJ\",\"3304706\",3,\"Rio de Janeiro\",\"Santo Antônio de Pádua\",,\"BRA.19.69_1\",\"ChIJKTMiIj4ZvQARHjyzmOvGbXg\",,\"BRRJ3304706\",\"3304706\",-21.57267952,-42.2030683885814,42594,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f8124509\",3304805,3304805,\"BR_RJ\",\"3304805\",3,\"Rio de Janeiro\",\"São Fidélis\",,\"BRA.19.70_1\",\"ChIJMdWU792xvQARZGNSwp1NuuU\",,\"BRRJ3304805\",\"3304805\",-21.678933145,-41.7917457916105,38710,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8e39f671\",3304755,3304755,\"BR_RJ\",\"3304755\",3,\"Rio de Janeiro\",\"São Francisco de Itabapoana\",,\"BRA.19.71_1\",\"ChIJKRXy-QuYvgAR2az55hq6IeY\",,\"BRRJ3304755\",\"3304755\",-21.453611375,-41.1443411284232,42210,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8ed71fa8\",3304904,3304904,\"BR_RJ\",\"3304904\",3,\"Rio de Janeiro\",\"São Gonçalo\",,\"BRA.19.72_1\",\"ChIJ4dpT_FqDmQARJIizgCKvnpM\",,\"BRRJ3304904\",\"3304904\",-22.82583332,-42.9992854697613,1091737,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ed7875b\",3305000,3305000,\"BR_RJ\",\"3305000\",3,\"Rio de Janeiro\",\"São João da Barra\",,\"BRA.19.73_1\",\"ChIJEfxvbzCIvgARfdOZqTUsNiE\",,\"BRRJ3305000\",\"3305000\",-21.766667365,-41.0966003091894,36423,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"46c955c8\",3305109,3305109,\"BR_RJ\",\"3305109\",3,\"Rio de Janeiro\",\"São João de Meriti\",,\"BRA.19.74_1\",\"ChIJP7AHPVVkmQAR4pfydnew4Vg\",,\"BRRJ3305109\",\"3305109\",-22.78467083,-43.3671058706551,472906,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8d31ef15\",3305133,3305133,\"BR_RJ\",\"3305133\",3,\"Rio de Janeiro\",\"São José de Ubá\",,\"BRA.19.75_1\",\"ChIJBVNarZr3vAAR53_PIazoyLI\",,\"BRRJ3305133\",\"3305133\",-21.387478825,-41.9653946083942,7206,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4cb9911b\",3305158,3305158,\"BR_RJ\",\"3305158\",3,\"Rio de Janeiro\",\"São José do Vale do Rio Preto\",,\"BRA.19.76_1\",\"ChIJP6KyiftAmAARvmHcJjmol9k\",,\"BRRJ3305158\",\"3305158\",-22.18073845,-42.9439476408467,21916,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3388db07\",3305208,3305208,\"BR_RJ\",\"3305208\",3,\"Rio de Janeiro\",\"São Pedro da Aldeia\",,\"BRA.19.77_1\",\"ChIJH2u45LgOlwARux9MzCpdrxU\",,\"BRRJ3305208\",\"3305208\",-22.77860546,-42.132411671942,106049,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a2f5aca1\",3305307,3305307,\"BR_RJ\",\"3305307\",3,\"Rio de Janeiro\",\"São Sebastião do Alto\",,\"BRA.19.78_1\",,,\"BRRJ3305307\",\"3305307\",-21.876586915,-42.1119370375547,9387,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0bd8ab2\",3305406,3305406,\"BR_RJ\",\"3305406\",3,\"Rio de Janeiro\",\"Sapucaia\",,\"BRA.19.79_1\",\"ChIJabZj7pMSmAARm026MFTYGLM\",,\"BRRJ3305406\",\"3305406\",-22.01959801,-42.8403594985966,18249,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4876b13f\",3305505,3305505,\"BR_RJ\",\"3305505\",3,\"Rio de Janeiro\",\"Saquarema\",,\"BRA.19.80_1\",\"ChIJ4eRyBe9elwAR7w5e28cPm08\",,\"BRRJ3305505\",\"3305505\",-22.87473011,-42.5282650684916,90583,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"420675ec\",3305554,3305554,\"BR_RJ\",\"3305554\",3,\"Rio de Janeiro\",\"Seropédica\",,\"BRA.19.81_1\",\"ChIJR-epKiZUmQAR4TV4C44lf7c\",,\"BRRJ3305554\",\"3305554\",-22.752266885,-43.7066681122247,83092,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d373ff0\",3305604,3305604,\"BR_RJ\",\"3305604\",3,\"Rio de Janeiro\",\"Silva Jardim\",,\"BRA.19.82_1\",\"ChIJZyMqNtR5lwARqCbNr8uv1Yc\",,\"BRRJ3305604\",\"3305604\",-22.57032776,-42.3916784103608,21774,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a291c064\",3305703,3305703,\"BR_RJ\",\"3305703\",3,\"Rio de Janeiro\",\"Sumidouro\",,\"BRA.19.83_1\",\"ChIJPTkj7MoamAAR4dTxD9Dg7q4\",,\"BRRJ3305703\",\"3305703\",-22.119433405,-42.6803549956961,15667,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a8e104b7\",3305752,3305752,\"BR_RJ\",\"3305752\",3,\"Rio de Janeiro\",\"Tanguá\",,\"BRA.19.84_1\",\"ChIJWeKw-d7CmQARqCq_cLaXwfI\",,\"BRRJ3305752\",\"3305752\",-22.773727415,-42.7332295282121,34610,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"decab7cf\",3305802,3305802,\"BR_RJ\",\"3305802\",3,\"Rio de Janeiro\",\"Teresópolis\",,\"BRA.19.85_1\",\"ChIJA1PA3eFHmAARNZxw1Z7Vmuo\",,\"BRRJ3305802\",\"3305802\",-22.295469285,-42.8647299696723,184240,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"46018c42\",3305901,3305901,\"BR_RJ\",\"3305901\",3,\"Rio de Janeiro\",\"Trajano de Moraes\",,\"BRA.19.86_1\",,,\"BRRJ3305901\",\"3305901\",-22.15432167,-42.1604070673596,10640,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"22b9a087\",3306008,3306008,\"BR_RJ\",\"3306008\",3,\"Rio de Janeiro\",\"Três Rios\",,\"BRA.19.87_1\",\"ChIJkzN9tpBemAARfRvLO8RAeso\",,\"BRRJ3306008\",\"3306008\",-22.11838436,-43.1101639885476,82142,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b3c4d721\",3306107,3306107,\"BR_RJ\",\"3306107\",3,\"Rio de Janeiro\",\"Valença\",,\"BRA.19.88_1\",\"ChIJE5g52kgpmQARLDks1WQ9FSM\",,\"BRRJ3306107\",\"3306107\",-22.23661423,-43.8975261197269,76869,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b9b413f2\",3306156,3306156,\"BR_RJ\",\"3306156\",3,\"Rio de Janeiro\",\"Varre-Sai\",,\"BRA.19.89_1\",,,\"BRRJ3306156\",\"3306156\",-20.890090945,-41.8368681379865,11106,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c68559ee\",3306206,3306206,\"BR_RJ\",\"3306206\",3,\"Rio de Janeiro\",\"Vassouras\",,\"BRA.19.90_1\",\"ChIJhaVF5qgkmQARF9jgqCMGKME\",,\"BRRJ3306206\",\"3306206\",-22.371994975,-43.5930632962304,37083,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5e4e6263\",3306305,3306305,\"BR_RJ\",\"3306305\",3,\"Rio de Janeiro\",\"Volta Redonda\",,\"BRA.19.91_1\",\"ChIJT5ORgQ2YngARaluKrskOov0\",,\"BRRJ3306305\",\"3306305\",-22.52530575,-44.0900347983358,273988,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ca659ef6\",2400109,2400109,\"BR_RN\",\"2400109\",3,\"Rio Grande do Norte\",\"Acari\",,\"BRA.20.1_1\",,,\"BRRN2400109\",\"2400109\",-6.424962045,-36.6342815949201,11121,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf241039\",2400208,2400208,\"BR_RN\",\"2400208\",3,\"Rio Grande do Norte\",\"Açu\",,\"BRA.20.2_1\",\"ChIJ0WZh31TysAcR_l1WtKnOyWQ\",,\"BRRN2400208\",\"2400208\",-5.5751121,-37.0084218399124,58384,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2e59679f\",2400307,2400307,\"BR_RN\",\"2400307\",3,\"Rio Grande do Norte\",\"Afonso Bezerra\",,\"BRA.20.3_1\",,,\"BRRN2400307\",\"2400307\",-5.494992495,-36.5777161977535,11029,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5c11418c\",2400406,2400406,\"BR_RN\",\"2400406\",3,\"Rio Grande do Norte\",\"Água Nova\",,\"BRA.20.4_1\",,,\"BRRN2400406\",\"2400406\",-6.21345258,-38.3125069966895,3272,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c4da7a01\",2400505,2400505,\"BR_RN\",\"2400505\",3,\"Rio Grande do Norte\",\"Alexandria\",,\"BRA.20.5_1\",,,\"BRRN2400505\",\"2400505\",-6.36535549,-38.0049405348037,13553,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b19bf4ce\",2400604,2400604,\"BR_RN\",\"2400604\",3,\"Rio Grande do Norte\",\"Almino Afonso\",,\"BRA.20.6_1\",,,\"BRRN2400604\",\"2400604\",-6.158455375,-37.7522507088588,4710,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2e3d0b5a\",2400703,2400703,\"BR_RN\",\"2400703\",3,\"Rio Grande do Norte\",\"Alto do Rodrigues\",,\"BRA.20.7_1\",\"ChIJv-njq5fasAcRyeecGe_5QKA\",,\"BRRN2400703\",\"2400703\",-5.340848925,-36.7501951554632,14728,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"52667cf1\",2400802,2400802,\"BR_RN\",\"2400802\",3,\"Rio Grande do Norte\",\"Angicos\",,\"BRA.20.8_1\",\"ChIJA9A9eCsAsQcR_ph3EIVuUOw\",,\"BRRN2400802\",\"2400802\",-5.64369917,-36.5388515440652,11705,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"caad477c\",2400901,2400901,\"BR_RN\",\"2400901\",3,\"Rio Grande do Norte\",\"Antônio Martins\",,\"BRA.20.9_1\",,,\"BRRN2400901\",\"2400901\",-6.205091475,-37.9028480401867,7154,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"041ca332\",2401008,2401008,\"BR_RN\",\"2401008\",3,\"Rio Grande do Norte\",\"Apodi\",,\"BRA.20.10_1\",\"ChIJH2idm5P4ugcRbu_skk_N6Ak\",,\"BRRN2401008\",\"2401008\",-5.62094116,-37.8595605095609,35874,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9561d494\",2401107,2401107,\"BR_RN\",\"2401107\",3,\"Rio Grande do Norte\",\"Areia Branca\",,\"BRA.20.11_1\",\"ChIJgbfj6ipFtwcR1ir7RIYDLf8\",,\"BRRN2401107\",\"2401107\",-5.01903844,-37.0487583787541,27967,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e0205a5b\",2401206,2401206,\"BR_RN\",\"2401206\",3,\"Rio Grande do Norte\",\"Arês\",,\"BRA.20.12_1\",,,\"BRRN2401206\",\"2401206\",-6.195694445,-35.212390686893,14417,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0aa347c5\",2401404,2401404,\"BR_RN\",\"2401404\",3,\"Rio Grande do Norte\",\"Baía Formosa\",,\"BRA.20.14_1\",,,\"BRRN2401404\",\"2401404\",-6.423333405,-35.0491008612579,9322,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e9b02623\",2401453,2401453,\"BR_RN\",\"2401453\",3,\"Rio Grande do Norte\",\"Baraúna\",,\"BRA.20.15_1\",\"ChIJHwKiAGr1uQcRvIVXWWDxLkk\",,\"BRRN2401453\",\"2401453\",-5.09067059,-37.6233157720179,28747,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9505b851\",2401503,2401503,\"BR_RN\",\"2401503\",3,\"Rio Grande do Norte\",\"Barcelona\",,\"BRA.20.16_1\",,,\"BRRN2401503\",\"2401503\",-5.984415535,-35.9324470053489,3994,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e044369e\",2401602,2401602,\"BR_RN\",\"2401602\",3,\"Rio Grande do Norte\",\"Bento Fernandes\",,\"BRA.20.17_1\",,,\"BRRN2401602\",\"2401602\",-5.69158721,-35.8000028629794,5525,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"043a9361\",2401651,2401651,\"BR_RN\",\"2401651\",3,\"Rio Grande do Norte\",\"Bodó\",,\"BRA.20.18_1\",,,\"BRRN2401651\",\"2401651\",-5.950043675,-36.4327939226752,2197,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"788f0d13\",2401701,2401701,\"BR_RN\",\"2401701\",3,\"Rio Grande do Norte\",\"Bom Jesus\",,\"BRA.20.19_1\",,,\"BRRN2401701\",\"2401701\",-6.00586295,-35.5946236336397,10267,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"04d47ab8\",2401800,2401800,\"BR_RN\",\"2401800\",3,\"Rio Grande do Norte\",\"Brejinho\",,\"BRA.20.20_1\",,,\"BRRN2401800\",\"2401800\",-6.21760297,-35.3792906447073,12787,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"007f3659\",2401859,2401859,\"BR_RN\",\"2401859\",3,\"Rio Grande do Norte\",\"Caiçara do Norte\",,\"BRA.20.21_1\",,,\"BRRN2401859\",\"2401859\",-5.759449485,-36.0104258123013,6561,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7ccaa82b\",2401909,2401909,\"BR_RN\",\"2401909\",3,\"Rio Grande do Norte\",\"Caiçara do Rio do Vento\",,\"BRA.20.22_1\",,,\"BRRN2401909\",\"2401909\",-6.4582119,-37.0583470682752,3715,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f11121db\",2402006,2402006,\"BR_RN\",\"2402006\",3,\"Rio Grande do Norte\",\"Caicó\",,\"BRA.20.23_1\",\"ChIJOaLwqaTtrwcR4y2WKzCoIGc\",,\"BRRN2402006\",\"2402006\",-5.168100595,-36.088731793469,68343,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78eb61d6\",2401305,2401305,\"BR_RN\",\"2401305\",3,\"Rio Grande do Norte\",\"Campo Grande\",,\"BRA.20.13_1\",,,\"BRRN2401305\",\"2401305\",-5.861503365,-37.3384421093443,9670,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69da1a56\",2402105,2402105,\"BR_RN\",\"2402105\",3,\"Rio Grande do Norte\",\"Campo Redondo\",,\"BRA.20.24_1\",,,\"BRRN2402105\",\"2402105\",-6.238352065,-36.2009760099543,11291,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1c9b9499\",2402204,2402204,\"BR_RN\",\"2402204\",3,\"Rio Grande do Norte\",\"Canguaretama\",,\"BRA.20.25_1\",\"ChIJY_ihWPR-rQcRk8JCYpL-Fww\",,\"BRRN2402204\",\"2402204\",-6.418034315,-35.1546491690444,34548,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"833d6b0d\",2402303,2402303,\"BR_RN\",\"2402303\",3,\"Rio Grande do Norte\",\"Caraúbas\",,\"BRA.20.26_1\",\"ChIJByzMI4iRugcRY-DfJwEkhaQ\",,\"BRRN2402303\",\"2402303\",-5.772875785,-37.5938689126218,20541,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f1754d1e\",2402402,2402402,\"BR_RN\",\"2402402\",3,\"Rio Grande do Norte\",\"Carnaúba dos Dantas\",,\"BRA.20.27_1\",,,\"BRRN2402402\",\"2402402\",-6.55246949,-36.5558153864817,8239,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69be7693\",2402501,2402501,\"BR_RN\",\"2402501\",3,\"Rio Grande do Norte\",\"Carnaubais\",,\"BRA.20.28_1\",,,\"BRRN2402501\",\"2402501\",-5.255725625,-36.8255191743955,10867,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1cfff85c\",2402600,2402600,\"BR_RN\",\"2402600\",3,\"Rio Grande do Norte\",\"Ceará-Mirim\",,\"BRA.20.29_1\",\"ChIJPdBul7WkswcRvJasagNerLE\",,\"BRRN2402600\",\"2402600\",-5.595000985,-35.3723378985299,73886,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"64e12acf\",2402709,2402709,\"BR_RN\",\"2402709\",3,\"Rio Grande do Norte\",\"Cerro Corá\",,\"BRA.20.30_1\",,,\"BRRN2402709\",\"2402709\",-5.976002455,-36.3121273843459,11181,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"18ba5d64\",2402808,2402808,\"BR_RN\",\"2402808\",3,\"Rio Grande do Norte\",\"Coronel Ezequiel\",,\"BRA.20.31_1\",,,\"BRRN2402808\",\"2402808\",-6.35990953,-36.2059673612038,5504,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"89c72ac2\",2402907,2402907,\"BR_RN\",\"2402907\",3,\"Rio Grande do Norte\",\"Coronel João Pessoa\",,\"BRA.20.32_1\",,,\"BRRN2402907\",\"2402907\",-6.248232125,-38.4199237439309,4915,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a7a32792\",2403004,2403004,\"BR_RN\",\"2403004\",3,\"Rio Grande do Norte\",\"Cruzeta\",,\"BRA.20.33_1\",,,\"BRRN2403004\",\"2403004\",-6.365767005,-36.81254395945,7983,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3805d806\",2403103,2403103,\"BR_RN\",\"2403103\",3,\"Rio Grande do Norte\",\"Currais Novos\",,\"BRA.20.34_1\",\"ChIJr4F5dgbWsQcR4GKXmKKBlqA\",,\"BRRN2403103\",\"2403103\",-6.24370456,-36.4278070767186,44905,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4d4456c9\",2403202,2403202,\"BR_RN\",\"2403202\",3,\"Rio Grande do Norte\",\"Doutor Severiano\",,\"BRA.20.35_1\",,,\"BRRN2403202\",\"2403202\",-6.115801335,-38.4006676685563,7072,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d58f6d44\",2403301,2403301,\"BR_RN\",\"2403301\",3,\"Rio Grande do Norte\",\"Encanto\",,\"BRA.20.36_1\",,,\"BRRN2403301\",\"2403301\",-6.129362345,-38.3022371365196,5668,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a7c74b57\",2403400,2403400,\"BR_RN\",\"2403400\",3,\"Rio Grande do Norte\",\"Equador\",,\"BRA.20.37_1\",,,\"BRRN2403400\",\"2403400\",-6.889445545,-36.6643757833794,6054,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dfd999c4\",2403509,2403509,\"BR_RN\",\"2403509\",3,\"Rio Grande do Norte\",\"Espírito Santo\",,\"BRA.20.38_1\",,,\"BRRN2403509\",\"2403509\",-6.297747615,-35.3045946690748,10484,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aa98170b\",2403608,2403608,\"BR_RN\",\"2403608\",3,\"Rio Grande do Norte\",\"Extremoz\",,\"BRA.20.39_1\",\"ChIJ2W_lMOuoswcRIMqrc0l41d0\",,\"BRRN2403608\",\"2403608\",-5.67805505,-35.2693074203698,28936,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3be560ad\",2403707,2403707,\"BR_RN\",\"2403707\",3,\"Rio Grande do Norte\",\"Felipe Guerra\",,\"BRA.20.40_1\",\"ChIJYdW0mwFfugcRk_3j3tpsTTY\",,\"BRRN2403707\",\"2403707\",-5.541092635,-37.6536237326565,5997,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3195a47e\",2403756,2403756,\"BR_RN\",\"2403756\",3,\"Rio Grande do Norte\",\"Fernando Pedroza\",,\"BRA.20.42_1\",,,\"BRRN2403756\",\"2403756\",-5.78238344,-36.3537421850626,3067,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"47be1706\",2403806,2403806,\"BR_RN\",\"2403806\",3,\"Rio Grande do Norte\",\"Florânia\",,\"BRA.20.43_1\",,,\"BRRN2403806\",\"2403806\",-6.178712605,-36.8283767849715,9786,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df752c8b\",2403905,2403905,\"BR_RN\",\"2403905\",3,\"Rio Grande do Norte\",\"Francisco Dantas\",,\"BRA.20.44_1\",,,\"BRRN2403905\",\"2403905\",-6.04177213,-38.1383298507039,2813,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d317ba1e\",2404002,2404002,\"BR_RN\",\"2404002\",3,\"Rio Grande do Norte\",\"Frutuoso Gomes\",,\"BRA.20.45_1\",,,\"BRRN2404002\",\"2404002\",-6.158455375,-37.843165246583,4041,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4bdc8193\",2404101,2404101,\"BR_RN\",\"2404101\",3,\"Rio Grande do Norte\",\"Galinhos\",,\"BRA.20.46_1\",,,\"BRRN2404101\",\"2404101\",-5.178682565,-36.2056498960092,2845,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3e9d0f5c\",2404200,2404200,\"BR_RN\",\"2404200\",3,\"Rio Grande do Norte\",\"Goianinha\",,\"BRA.20.47_1\",\"ChIJp9Pd1XiHsgcRJCMtcUjD8k4\",,\"BRRN2404200\",\"2404200\",-6.284053085,-35.2103752698717,26669,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4683ddcf\",2404309,2404309,\"BR_RN\",\"2404309\",3,\"Rio Grande do Norte\",\"Governador Dix-Sept Rosado\",,\"BRA.20.48_1\",,,\"BRRN2404309\",\"2404309\",-5.4091115,-37.4739354484813,13076,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"34cbfbdc\",2404408,2404408,\"BR_RN\",\"2404408\",3,\"Rio Grande do Norte\",\"Grossos\",,\"BRA.20.49_1\",,,\"BRRN2404408\",\"2404408\",-4.94861102,-37.2264144175486,10463,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a5b68c7a\",2404507,2404507,\"BR_RN\",\"2404507\",3,\"Rio Grande do Norte\",\"Guamaré\",,\"BRA.20.50_1\",\"ChIJa5z0-WbJtgcRS-JA7XE9hJQ\",,\"BRRN2404507\",\"2404507\",-5.178682565,-36.3443584262673,15963,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0f702b5\",2404606,2404606,\"BR_RN\",\"2404606\",3,\"Rio Grande do Norte\",\"Ielmo Marinho\",,\"BRA.20.51_1\",,,\"BRRN2404606\",\"2404606\",-5.795057535,-35.5514492064437,13901,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"483c3938\",2404705,2404705,\"BR_RN\",\"2404705\",3,\"Rio Grande do Norte\",\"Ipanguaçu\",,\"BRA.20.52_1\",,,\"BRRN2404705\",\"2404705\",-5.54230404,-36.8046043435427,15626,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"34674e93\",2404804,2404804,\"BR_RN\",\"2404804\",3,\"Rio Grande do Norte\",\"Ipueira\",,\"BRA.20.53_1\",,,\"BRRN2404804\",\"2404804\",-6.773918155,-37.1998366591757,2253,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d7742f75\",2404853,2404853,\"BR_RN\",\"2404853\",3,\"Rio Grande do Norte\",\"Itajá\",,\"BRA.20.54_1\",,,\"BRRN2404853\",\"2404853\",-5.676153895,-36.8086791897618,7595,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"abc1b107\",2404903,2404903,\"BR_RN\",\"2404903\",3,\"Rio Grande do Norte\",\"Itaú\",,\"BRA.20.55_1\",,,\"BRRN2404903\",\"2404903\",-5.80026436,-37.9096689032151,5897,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fc7904f3\",2405009,2405009,\"BR_RN\",\"2405009\",3,\"Rio Grande do Norte\",\"Jaçanã\",,\"BRA.20.56_1\",,,\"BRRN2405009\",\"2405009\",-6.403615475,-36.2340334821462,9238,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8abc5e52\",2405108,2405108,\"BR_RN\",\"2405108\",3,\"Rio Grande do Norte\",\"Jandaíra\",,\"BRA.20.57_1\",,,\"BRRN2405108\",\"2405108\",-5.37294507,-36.1393477804662,6893,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1845fd9a\",2405207,2405207,\"BR_RN\",\"2405207\",3,\"Rio Grande do Norte\",\"Janduís\",,\"BRA.20.58_1\",,,\"BRRN2405207\",\"2405207\",-6.00069213,-37.4747331648146,5248,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6e80a73b\",2405306,2405306,\"BR_RN\",\"2405306\",3,\"Rio Grande do Norte\",\"Januário Cicco\",,\"BRA.20.59_1\",,,\"BRRN2405306\",\"2405306\",-6.13588214,-35.5919804441259,10275,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f2c6e004\",2405405,2405405,\"BR_RN\",\"2405405\",3,\"Rio Grande do Norte\",\"Japi\",,\"BRA.20.60_1\",,,\"BRRN2405405\",\"2405405\",-6.418614625,-35.9072629195564,4995,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8403baa5\",2405504,2405504,\"BR_RN\",\"2405504\",3,\"Rio Grande do Norte\",\"Jardim de Angicos\",,\"BRA.20.62_1\",,,\"BRRN2405504\",\"2405504\",-5.58270979,-35.9848547331856,2606,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1821915f\",2405603,2405603,\"BR_RN\",\"2405603\",3,\"Rio Grande do Norte\",\"Jardim de Piranhas\",,\"BRA.20.61_1\",\"ChIJB2Vf3uj4rwcRvK5xOLKu5t8\",,\"BRRN2405603\",\"2405603\",-6.29274607,-37.2707118437939,14942,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6ee4cbfe\",2405702,2405702,\"BR_RN\",\"2405702\",3,\"Rio Grande do Norte\",\"Jardim do Seridó\",,\"BRA.20.63_1\",\"ChIJHah64EK3rwcRgkL6Yu39REc\",,\"BRRN2405702\",\"2405702\",-6.594996695,-36.7958019727113,12396,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fcb1dd79\",2405801,2405801,\"BR_RN\",\"2405801\",3,\"Rio Grande do Norte\",\"João Câmara\",,\"BRA.20.64_1\",\"ChIJJaanyw_cswcR2UnyISY8_rI\",,\"BRRN2405801\",\"2405801\",-5.500268935,-35.8597873372952,35160,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8a7487d8\",2405900,2405900,\"BR_RN\",\"2405900\",3,\"Rio Grande do Norte\",\"João Dias\",,\"BRA.20.65_1\",,,\"BRRN2405900\",\"2405900\",-6.289565085,-37.8518141493621,2654,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0974861a\",2406007,2406007,\"BR_RN\",\"2406007\",3,\"Rio Grande do Norte\",\"José da Penha\",,\"BRA.20.66_1\",,,\"BRRN2406007\",\"2406007\",-6.35244107,-38.2810579513602,5946,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7fb1dcbb\",2406106,2406106,\"BR_RN\",\"2406106\",3,\"Rio Grande do Norte\",\"Jucurutu\",,\"BRA.20.67_1\",\"ChIJG-7NBpkWsAcRpNVW_-7jj8c\",,\"BRRN2406106\",\"2406106\",-6.030749085,-37.0087973128024,18315,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9bcf7944\",2406155,2406155,\"BR_RN\",\"2406155\",3,\"Rio Grande do Norte\",\"Jundiá\",,,,,\"BRRN2406155\",\"2406155\",-6.2707116,-35.3279507,3922,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e4fe3358\",2406205,2406205,\"BR_RN\",\"2406205\",3,\"Rio Grande do Norte\",\"Lagoa d'Anta\",,\"BRA.20.69_1\",,,\"BRRN2406205\",\"2406205\",-6.368920085,-35.6426461128836,6811,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"923b69f9\",2406304,2406304,\"BR_RN\",\"2406304\",3,\"Rio Grande do Norte\",\"Lagoa de Pedras\",,\"BRA.20.70_1\",,,\"BRRN2406304\",\"2406304\",-6.189503435,-35.4527789301737,7584,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0910eadf\",2406403,2406403,\"BR_RN\",\"2406403\",3,\"Rio Grande do Norte\",\"Lagoa de Velhos\",,\"BRA.20.73_1\",,,\"BRRN2406403\",\"2406403\",-5.978868005,-35.8440733669392,2732,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7fd5b07e\",2406502,2406502,\"BR_RN\",\"2406502\",3,\"Rio Grande do Norte\",\"Lagoa Nova\",,\"BRA.20.71_1\",,,\"BRRN2406502\",\"2406502\",-6.09310317,-36.5267583207503,15749,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e49a5f9d\",2406601,2406601,\"BR_RN\",\"2406601\",3,\"Rio Grande do Norte\",\"Lagoa Salgada\",,\"BRA.20.72_1\",,,\"BRRN2406601\",\"2406601\",-6.148468495,-35.4911830014799,8297,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"925f053c\",2406700,2406700,\"BR_RN\",\"2406700\",3,\"Rio Grande do Norte\",\"Lajes\",,\"BRA.20.75_1\",,,\"BRRN2406700\",\"2406700\",-5.667592525,-36.1616477674589,11344,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e0dffaa5\",2406809,2406809,\"BR_RN\",\"2406809\",3,\"Rio Grande do Norte\",\"Lajes Pintadas\",,\"BRA.20.74_1\",,,\"BRRN2406809\",\"2406809\",-6.14888263,-36.1518879740238,4763,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"961aa004\",2406908,2406908,\"BR_RN\",\"2406908\",3,\"Rio Grande do Norte\",\"Lucrécia\",,\"BRA.20.76_1\",,,\"BRRN2406908\",\"2406908\",-6.105042935,-37.8331655914059,4025,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5fc68053\",2407005,2407005,\"BR_RN\",\"2407005\",3,\"Rio Grande do Norte\",\"Luís Gomes\",,\"BRA.20.77_1\",,,\"BRRN2407005\",\"2407005\",-6.3776691,-38.4109704456842,10146,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2903daf2\",2407104,2407104,\"BR_RN\",\"2407104\",3,\"Rio Grande do Norte\",\"Macaíba\",,\"BRA.20.78_1\",\"ChIJP7ET2gxFsgcRXTw6F3mMJec\",,\"BRRN2407104\",\"2407104\",-5.9404037,-35.4286919425409,81821,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b521f108\",2407203,2407203,\"BR_RN\",\"2407203\",3,\"Rio Grande do Norte\",\"Macau\",,\"BRA.20.79_1\",\"ChIJ_fLZrWYqtwcRylup53ldtxo\",,\"BRRN2407203\",\"2407203\",-5.23841095,-36.460243383148,32039,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf5135db\",2407252,2407252,\"BR_RN\",\"2407252\",3,\"Rio Grande do Norte\",\"Major Sales\",,\"BRA.20.80_1\",,,\"BRRN2407252\",\"2407252\",-6.412456515,-38.3193082628945,4062,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c3e4aba9\",2407302,2407302,\"BR_RN\",\"2407302\",3,\"Rio Grande do Norte\",\"Marcelino Vieira\",,\"BRA.20.81_1\",,,\"BRRN2407302\",\"2407302\",-6.28480911,-38.1670153017413,8336,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5fa2ec96\",2407401,2407401,\"BR_RN\",\"2407401\",3,\"Rio Grande do Norte\",\"Martins\",,\"BRA.20.82_1\",,,\"BRRN2407401\",\"2407401\",-6.09513545,-37.9007578538646,8758,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2967b637\",2407500,2407500,\"BR_RN\",\"2407500\",3,\"Rio Grande do Norte\",\"Maxaranguape\",,\"BRA.20.83_1\",,,\"BRRN2407500\",\"2407500\",-5.45430517,-35.3860024901567,12544,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"52fdb0ca\",2407609,2407609,\"BR_RN\",\"2407609\",3,\"Rio Grande do Norte\",\"Messias Targino\",,\"BRA.20.68_1\",,,\"BRRN2407609\",\"2407609\",-6.084021565,-37.5165280519729,4634,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2438ea6b\",2407708,2407708,\"BR_RN\",\"2407708\",3,\"Rio Grande do Norte\",\"Montanhas\",,\"BRA.20.84_1\",,,\"BRRN2407708\",\"2407708\",-6.508479595,-35.2862803245439,11208,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bfdbb0c7\",2407807,2407807,\"BR_RN\",\"2407807\",3,\"Rio Grande do Norte\",\"Monte Alegre\",,\"BRA.20.85_1\",\"ChIJaSaq7o1dsgcREzN8vCYAL4Q\",,\"BRRN2407807\",\"2407807\",-6.11397958,-35.4062444384906,22576,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c91eea66\",2407906,2407906,\"BR_RN\",\"2407906\",3,\"Rio Grande do Norte\",\"Monte das Gameleiras\",,\"BRA.20.86_1\",,,\"BRRN2407906\",\"2407906\",-6.426567555,-35.8086169118654,2084,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eec63530\",2408003,2408003,\"BR_RN\",\"2408003\",3,\"Rio Grande do Norte\",\"Mossoró\",,\"BRA.20.87_1\",\"ChIJ631ovOAGugcRTB78YKO12Ec\",,\"BRRN2408003\",\"2408003\",-5.22231007,-37.3594753195194,300618,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"98036f91\",2408102,2408102,\"BR_RN\",\"2408102\",3,\"Rio Grande do Norte\",\"Natal\",,\"BRA.20.88_1\",\"ChIJi1BMFP7_sgcRGBhW_9jeu-A\",,\"BRRN2408102\",\"2408102\",-5.80069399,-35.2170901040141,890480,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"034c8072\",2408201,2408201,\"BR_RN\",\"2408201\",3,\"Rio Grande do Norte\",\"Nísia Floresta\",,\"BRA.20.89_1\",\"ChIJzSnKvYT0sgcRF660wVNsaQw\",,\"BRRN2408201\",\"2408201\",-6.05438805,-35.1711025813336,27938,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7589dad3\",2408300,2408300,\"BR_RN\",\"2408300\",3,\"Rio Grande do Norte\",\"Nova Cruz\",,\"BRA.20.90_1\",\"ChIJSbsv0UqOrQcROb-n7bGYJXw\",,\"BRRN2408300\",\"2408300\",-6.4597404,-35.4461926982064,37450,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"091a74f2\",2408409,2408409,\"BR_RN\",\"2408409\",3,\"Rio Grande do Norte\",\"Olho-d'Água do Borges\",,\"BRA.20.91_1\",,,\"BRRN2408409\",\"2408409\",-5.975729465,-37.71229785552,4244,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7fdf2e53\",2408508,2408508,\"BR_RN\",\"2408508\",3,\"Rio Grande do Norte\",\"Ouro Branco\",,\"BRA.20.92_1\",,,\"BRRN2408508\",\"2408508\",-6.68574858,-36.9213955052609,4813,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed268d9b\",2408607,2408607,\"BR_RN\",\"2408607\",3,\"Rio Grande do Norte\",\"Paraná\",,\"BRA.20.93_1\",,,\"BRRN2408607\",\"2408607\",-6.45319629,-38.2938457234972,4276,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9be3d73a\",2408706,2408706,\"BR_RN\",\"2408706\",3,\"Rio Grande do Norte\",\"Paraú\",,\"BRA.20.94_1\",,,\"BRRN2408706\",\"2408706\",-5.780780555,-37.1117080195941,3750,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"09b6c1bd\",2408805,2408805,\"BR_RN\",\"2408805\",3,\"Rio Grande do Norte\",\"Parazinho\",,\"BRA.20.95_1\",,,\"BRRN2408805\",\"2408805\",-5.291348455,-35.9527362686492,5272,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7f739b1c\",2408904,2408904,\"BR_RN\",\"2408904\",3,\"Rio Grande do Norte\",\"Parelhas\",,\"BRA.20.96_1\",\"ChIJF6de9TGtrwcRi-O42qPHIuI\",,\"BRRN2408904\",\"2408904\",-6.720992805,-36.6286461714372,21545,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a93af336\",2403251,2403251,\"BR_RN\",\"2403251\",3,\"Rio Grande do Norte\",\"Parnamirim\",,\"BRA.20.97_1\",\"ChIJg4UvSg9XsgcRIIju-ffRsgY\",,\"BRRN2403251\",\"2403251\",-5.920139075,-35.2242304357552,267036,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ceb169d8\",2409100,2409100,\"BR_RN\",\"2409100\",3,\"Rio Grande do Norte\",\"Passa e Fica\",,\"BRA.20.98_1\",,,\"BRRN2409100\",\"2409100\",-6.45131111,-35.6074134511672,13474,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b52b6f25\",2409209,2409209,\"BR_RN\",\"2409209\",3,\"Rio Grande do Norte\",\"Passagem\",,\"BRA.20.99_1\",,,\"BRRN2409209\",\"2409209\",-6.285019635,-35.3989395750902,3102,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c3ee3584\",2409308,2409308,\"BR_RN\",\"2409308\",3,\"Rio Grande do Norte\",\"Patu\",,\"BRA.20.100_1\",,,\"BRRN2409308\",\"2409308\",-6.057777645,-37.6197098809329,12809,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"561e3e90\",2409407,2409407,\"BR_RN\",\"2409407\",3,\"Rio Grande do Norte\",\"Pau dos Ferros\",,\"BRA.20.101_1\",\"ChIJB2b2kgwzuwcR_9_kd6pixhE\",,\"BRRN2409407\",\"2409407\",-6.107610465,-38.191527227178,30600,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"20db6431\",2409506,2409506,\"BR_RN\",\"2409506\",3,\"Rio Grande do Norte\",\"Pedra Grande\",,\"BRA.20.102_1\",,,\"BRRN2409506\",\"2409506\",-5.14411402,-35.8701528756941,3199,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb948bd2\",2409605,2409605,\"BR_RN\",\"2409605\",3,\"Rio Grande do Norte\",\"Pedra Preta\",,\"BRA.20.103_1\",,,\"BRRN2409605\",\"2409605\",-5.52246642,-36.0850079768399,2438,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cd51d173\",2409704,2409704,\"BR_RN\",\"2409704\",3,\"Rio Grande do Norte\",\"Pedro Avelino\",,\"BRA.20.104_1\",,,\"BRRN2409704\",\"2409704\",-5.455711605,-36.3261696547952,6653,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"586903ed\",2409803,2409803,\"BR_RN\",\"2409803\",3,\"Rio Grande do Norte\",\"Pedro Velho\",,\"BRA.20.105_1\",,,\"BRRN2409803\",\"2409803\",-6.470100165,-35.2206254851667,14844,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2eac594c\",2409902,2409902,\"BR_RN\",\"2409902\",3,\"Rio Grande do Norte\",\"Pendências\",,\"BRA.20.106_1\",,,\"BRRN2409902\",\"2409902\",-5.29122829,-36.6389031615555,15272,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f6c7dd71\",2410009,2410009,\"BR_RN\",\"2410009\",3,\"Rio Grande do Norte\",\"Pilões\",,\"BRA.20.107_1\",,,\"BRRN2410009\",\"2410009\",-6.29154849,-38.029782341841,3869,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"800287d0\",2410108,2410108,\"BR_RN\",\"2410108\",3,\"Rio Grande do Norte\",\"Poço Branco\",,\"BRA.20.108_1\",,,\"BRRN2410108\",\"2410108\",-5.541408065,-35.7044799271928,15531,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"12fb2418\",2410207,2410207,\"BR_RN\",\"2410207\",3,\"Rio Grande do Norte\",\"Portalegre\",,\"BRA.20.110_1\",,,\"BRRN2410207\",\"2410207\",-6.031417845,-38.0141779548135,7906,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"188be0cb\",2410256,2410256,\"BR_RN\",\"2410256\",3,\"Rio Grande do Norte\",\"Porto do Mangue\",,\"BRA.20.111_1\",,,\"BRRN2410256\",\"2410256\",-5.07305503,-36.8207668810537,6522,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f8783986\",2410405,2410405,\"BR_RN\",\"2410405\",3,\"Rio Grande do Norte\",\"Pureza\",,\"BRA.20.113_1\",,,\"BRRN2410405\",\"2410405\",-5.420330525,-35.6028146749561,9724,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8ebd6327\",2410504,2410504,\"BR_RN\",\"2410504\",3,\"Rio Grande do Norte\",\"Rafael Fernandes\",,\"BRA.20.114_1\",,,\"BRRN2410504\",\"2410504\",-6.20085001,-38.2243622519892,5128,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"129f48dd\",2410603,2410603,\"BR_RN\",\"2410603\",3,\"Rio Grande do Norte\",\"Rafael Godeiro\",,\"BRA.20.115_1\",,,\"BRRN2410603\",\"2410603\",-6.05892706,-37.7264944007237,3208,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"645a127c\",2410702,2410702,\"BR_RN\",\"2410702\",3,\"Rio Grande do Norte\",\"Riacho da Cruz\",,\"BRA.20.116_1\",,,\"BRRN2410702\",\"2410702\",-5.920330285,-37.9630976903088,3614,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f60f04fb\",2410801,2410801,\"BR_RN\",\"2410801\",3,\"Rio Grande do Norte\",\"Riacho de Santana\",,\"BRA.20.117_1\",,,\"BRRN2410801\",\"2410801\",-6.28142047,-38.3542977180493,4199,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"80ca5e5a\",2410900,2410900,\"BR_RN\",\"2410900\",3,\"Rio Grande do Norte\",\"Riachuelo\",,\"BRA.20.118_1\",,,\"BRRN2410900\",\"2410900\",-5.83423948,-35.8455047438864,8220,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9c60fafa\",2408953,2408953,\"BR_RN\",\"2408953\",3,\"Rio Grande do Norte\",\"Rio do Fogo\",,\"BRA.20.119_1\",,,\"BRRN2408953\",\"2408953\",-5.36027694,-35.3928003524477,10905,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a9c39713\",2411007,2411007,\"BR_RN\",\"2411007\",3,\"Rio Grande do Norte\",\"Rodolfo Fernandes\",,\"BRA.20.120_1\",,,\"BRRN2411007\",\"2411007\",-5.85104489,-38.0662233458202,4462,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df06cdb2\",2411106,2411106,\"BR_RN\",\"2411106\",3,\"Rio Grande do Norte\",\"Ruy Barbosa\",,\"BRA.20.121_1\",,,\"BRRN2411106\",\"2411106\",-5.8642478,-35.9381243743461,3592,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"44492251\",2411205,2411205,\"BR_RN\",\"2411205\",3,\"Rio Grande do Norte\",\"Santa Cruz\",,\"BRA.20.122_1\",\"ChIJIRq8aMT7sQcRBcxtWcZ65VU\",,\"BRRN2411205\",\"2411205\",-6.243978025,-36.0196460032983,39988,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"08168f59\",2409332,2409332,\"BR_RN\",\"2409332\",3,\"Rio Grande do Norte\",\"Santa Maria\",,\"BRA.20.123_1\",,,\"BRRN2409332\",\"2409332\",-5.79218364,-35.7124057671553,5621,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a9a7fbd6\",2411403,2411403,\"BR_RN\",\"2411403\",3,\"Rio Grande do Norte\",\"Santana do Matos\",,\"BRA.20.124_1\",,,\"BRRN2411403\",\"2411403\",-5.898617985,-36.6153005641145,11956,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7b44704a\",2411429,2411429,\"BR_RN\",\"2411429\",3,\"Rio Grande do Norte\",\"Santana do Seridó\",,\"BRA.20.125_1\",,,\"BRRN2411429\",\"2411429\",-6.739376545,-36.7668500808605,2689,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df62a177\",2411502,2411502,\"BR_RN\",\"2411502\",3,\"Rio Grande do Norte\",\"Santo Antônio\",,\"BRA.20.126_1\",\"ChIJq8NneSp0sgcR6eIDgmiBc18\",,\"BRRN2411502\",\"2411502\",-6.32430148,-35.5159716160649,24280,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"442d4e94\",2411601,2411601,\"BR_RN\",\"2411601\",3,\"Rio Grande do Norte\",\"São Bento do Norte\",,\"BRA.20.127_1\",,,\"BRRN2411601\",\"2411601\",-5.119818685,-35.9841184003918,2717,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"32e81435\",2411700,2411700,\"BR_RN\",\"2411700\",3,\"Rio Grande do Norte\",\"São Bento do Trairí\",,\"BRA.20.128_1\",,,\"BRRN2411700\",\"2411700\",-6.368008615,-36.0636340961039,4495,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4068ebac\",2411809,2411809,\"BR_RN\",\"2411809\",3,\"Rio Grande do Norte\",\"São Fernando\",,\"BRA.20.129_1\",,,\"BRRN2411809\",\"2411809\",-6.333675625,-37.148552025651,3595,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"36adb10d\",2411908,2411908,\"BR_RN\",\"2411908\",3,\"Rio Grande do Norte\",\"São Francisco do Oeste\",,\"BRA.20.130_1\",,,\"BRRN2411908\",\"2411908\",-5.9913497,-38.1967821736792,4255,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"557859d1\",2412005,2412005,\"BR_RN\",\"2412005\",3,\"Rio Grande do Norte\",\"São Gonçalo do Amarante\",,\"BRA.20.131_1\",\"ChIJ58yBJ7WsswcRzFOwGvbico4\",,\"BRRN2412005\",\"2412005\",-5.777863975,-35.3559091485178,103672,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"23bd0370\",2412104,2412104,\"BR_RN\",\"2412104\",3,\"Rio Grande do Norte\",\"São João do Sabugi\",,\"BRA.20.132_1\",,,\"BRRN2412104\",\"2412104\",-6.686860085,-37.2028046408477,6207,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf9f288a\",2412203,2412203,\"BR_RN\",\"2412203\",3,\"Rio Grande do Norte\",\"São José de Mipibu\",,\"BRA.20.133_1\",\"ChIJQXLW8gBesgcRWFGXl_Me6AI\",,\"BRRN2412203\",\"2412203\",-6.07946658,-35.2654404714516,44236,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c95a722b\",2412302,2412302,\"BR_RN\",\"2412302\",3,\"Rio Grande do Norte\",\"São José do Campestre\",,\"BRA.20.134_1\",,,\"BRRN2412302\",\"2412302\",-6.304478645,-35.7236652148415,12879,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"551c3514\",2412401,2412401,\"BR_RN\",\"2412401\",3,\"Rio Grande do Norte\",\"São José do Seridó\",,\"BRA.20.135_1\",,,\"BRRN2412401\",\"2412401\",-6.4823246,-36.8595226846022,4665,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"23d96fb5\",2412500,2412500,\"BR_RN\",\"2412500\",3,\"Rio Grande do Norte\",\"São Miguel\",,\"BRA.20.137_1\",\"ChIJ-aesSMqxpAcRrB4plFaMD7I\",,\"BRRN2412500\",\"2412500\",-6.203572035,-38.4642379378363,23655,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27722354\",2412559,2412559,\"BR_RN\",\"2412559\",3,\"Rio Grande do Norte\",\"São Miguel do Gostoso\",,\"BRA.20.136_1\",,,\"BRRN2412559\",\"2412559\",-5.18777752,-35.7375293488063,10362,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"58436948\",2412609,2412609,\"BR_RN\",\"2412609\",3,\"Rio Grande do Norte\",\"São Paulo do Potengi\",,\"BRA.20.138_1\",\"ChIJ1VtYY40vsgcR632mY9KVlaY\",,\"BRRN2412609\",\"2412609\",-5.9331007,-35.7625636577984,17720,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2e8633e9\",2412708,2412708,\"BR_RN\",\"2412708\",3,\"Rio Grande do Norte\",\"São Pedro\",,\"BRA.20.139_1\",,,\"BRRN2412708\",\"2412708\",-5.89003849,-35.6105732876771,5930,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b5656945\",2412807,2412807,\"BR_RN\",\"2412807\",3,\"Rio Grande do Norte\",\"São Rafael\",,\"BRA.20.140_1\",,,\"BRRN2412807\",\"2412807\",-5.84158206,-36.8699843567484,8192,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c3a033e4\",2412906,2412906,\"BR_RN\",\"2412906\",3,\"Rio Grande do Norte\",\"São Tomé\",,\"BRA.20.141_1\",,,\"BRRN2412906\",\"2412906\",-5.99357653,-36.1194769574509,11053,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"04a79b81\",2413003,2413003,\"BR_RN\",\"2413003\",3,\"Rio Grande do Norte\",\"São Vicente\",,\"BRA.20.142_1\",,,\"BRRN2413003\",\"2413003\",-6.1958518,-36.6663599167342,6450,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7262c120\",2413102,2413102,\"BR_RN\",\"2413102\",3,\"Rio Grande do Norte\",\"Senador Elói de Souza\",,\"BRA.20.143_1\",,,\"BRRN2413102\",\"2413102\",-6.04193449,-35.6986701757747,6127,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e92d2ec3\",2413201,2413201,\"BR_RN\",\"2413201\",3,\"Rio Grande do Norte\",\"Senador Georgino Avelino\",,\"BRA.20.144_1\",,,\"BRRN2413201\",\"2413201\",-6.15861106,-35.1217339458563,4484,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"643e7eb9\",2410306,2410306,\"BR_RN\",\"2410306\",3,\"Rio Grande do Norte\",\"Serra Caiada\",,\"BRA.20.112_1\",,,\"BRRN2410306\",\"2410306\",-6.105229855,-35.7310906284626,10522,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9fe87462\",2413300,2413300,\"BR_RN\",\"2413300\",3,\"Rio Grande do Norte\",\"Serra de São Bento\",,\"BRA.20.145_1\",,,\"BRRN2413300\",\"2413300\",-6.421339035,-35.7160478049558,5751,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b433883\",2413359,2413359,\"BR_RN\",\"2413359\",3,\"Rio Grande do Norte\",\"Serra do Mel\",,\"BRA.20.146_1\",,,\"BRRN2413359\",\"2413359\",-5.14249444,-37.0171134321748,12083,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e37bda43\",2413409,2413409,\"BR_RN\",\"2413409\",3,\"Rio Grande do Norte\",\"Serra Negra do Norte\",,\"BRA.20.147_1\",,,\"BRRN2413409\",\"2413409\",-6.582007885,-37.3527237485619,8092,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"95be80e2\",2413508,2413508,\"BR_RN\",\"2413508\",3,\"Rio Grande do Norte\",\"Serrinha\",,\"BRA.20.149_1\",,,\"BRRN2413508\",\"2413508\",-6.256992815,-35.5655449167602,6178,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78766936\",2413557,2413557,\"BR_RN\",\"2413557\",3,\"Rio Grande do Norte\",\"Serrinha dos Pintos\",,\"BRA.20.148_1\",,,\"BRRN2413557\",\"2413557\",-6.14731956,-37.9944212130741,4816,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0747232a\",2413607,2413607,\"BR_RN\",\"2413607\",3,\"Rio Grande do Norte\",\"Severiano Melo\",,\"BRA.20.150_1\",,,\"BRRN2413607\",\"2413607\",-5.772747515,-37.9787382806163,2088,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7182798b\",2413706,2413706,\"BR_RN\",\"2413706\",3,\"Rio Grande do Norte\",\"Sítio Novo\",,\"BRA.20.151_1\",,,\"BRRN2413706\",\"2413706\",-6.094935175,-35.9181826148973,5561,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e3d76f0c\",2413805,2413805,\"BR_RN\",\"2413805\",3,\"Rio Grande do Norte\",\"Taboleiro Grande\",,\"BRA.20.152_1\",,,\"BRRN2413805\",\"2413805\",-5.93599248,-38.0775455573707,2586,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"951235ad\",2413904,2413904,\"BR_RN\",\"2413904\",3,\"Rio Grande do Norte\",\"Taipu\",,\"BRA.20.153_1\",,,\"BRRN2413904\",\"2413904\",-5.599160435,-35.5851454992057,12297,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"777ec214\",2414001,2414001,\"BR_RN\",\"2414001\",3,\"Rio Grande do Norte\",\"Tangará\",,\"BRA.20.154_1\",,,\"BRRN2414001\",\"2414001\",-6.21577096,-35.8369655942271,15869,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"01bb98b5\",2414100,2414100,\"BR_RN\",\"2414100\",3,\"Rio Grande do Norte\",\"Tenente Ananias\",,\"BRA.20.155_1\",,,\"BRRN2414100\",\"2414100\",-6.438367365,-38.1731112469385,10855,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0510d454\",2414159,2414159,\"BR_RN\",\"2414159\",3,\"Rio Grande do Norte\",\"Tenente Laurentino Cruz\",,\"BRA.20.156_1\",,,\"BRRN2414159\",\"2414159\",-6.15692997,-36.7190833397952,6019,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a3b353c0\",2411056,2411056,\"BR_RN\",\"2411056\",3,\"Rio Grande do Norte\",\"Tibau\",,\"BRA.20.158_1\",,,\"BRRN2411056\",\"2411056\",-4.889160395,-37.3366278754852,4140,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7a219e48\",2414209,2414209,\"BR_RN\",\"2414209\",3,\"Rio Grande do Norte\",\"Tibau do Sul\",,\"BRA.20.157_1\",\"ChIJj-CIxvGOsgcRXewzelAi_4w\",,\"BRRN2414209\",\"2414209\",-6.240417005,-35.0948760777675,14440,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ce4c4e9\",2414308,2414308,\"BR_RN\",\"2414308\",3,\"Rio Grande do Norte\",\"Timbaúba dos Batistas\",,\"BRA.20.159_1\",,,\"BRRN2414308\",\"2414308\",-6.48925495,-37.2466493069539,2421,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9914cffd\",2414407,2414407,\"BR_RN\",\"2414407\",3,\"Rio Grande do Norte\",\"Touros\",,\"BRA.20.160_1\",\"ChIJvwJepIHzswcRgKMLFrz37LI\",,\"BRRN2414407\",\"2414407\",-5.28911948,-35.5549263380119,33503,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93640b2e\",2414456,2414456,\"BR_RN\",\"2414456\",3,\"Rio Grande do Norte\",\"Triunfo Potiguar\",,\"BRA.20.161_1\",,,\"BRRN2414456\",\"2414456\",-5.93173051,-37.1446309975394,3216,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efd1955c\",2414506,2414506,\"BR_RN\",\"2414506\",3,\"Rio Grande do Norte\",\"Umarizal\",,\"BRA.20.162_1\",,,\"BRRN2414506\",\"2414506\",-6.00033331,-37.8526341965138,10520,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"749e7abf\",2414605,2414605,\"BR_RN\",\"2414605\",3,\"Rio Grande do Norte\",\"Upanema\",,\"BRA.20.163_1\",,,\"BRRN2414605\",\"2414605\",-5.60414815,-37.2819943413804,14800,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"025b201e\",2414704,2414704,\"BR_RN\",\"2414704\",3,\"Rio Grande do Norte\",\"Várzea\",,\"BRA.20.164_1\",,,\"BRRN2414704\",\"2414704\",-6.794564725,-37.042902083171,5515,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e14841f8\",2414753,2414753,\"BR_RN\",\"2414753\",3,\"Rio Grande do Norte\",\"Venha-Ver\",,\"BRA.20.165_1\",,,\"BRRN2414753\",\"2414753\",-6.32069969,-38.521506883436,4205,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9763f280\",2414803,2414803,\"BR_RN\",\"2414803\",3,\"Rio Grande do Norte\",\"Vera Cruz\",,\"BRA.20.166_1\",,,\"BRRN2414803\",\"2414803\",-6.039494035,-35.4378560168999,12637,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e1a6a821\",2414902,2414902,\"BR_RN\",\"2414902\",3,\"Rio Grande do Norte\",\"Viçosa\",,\"BRA.20.167_1\",,,\"BRRN2414902\",\"2414902\",-5.990454915,-37.9538606239163,1725,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b61e1dd5\",2415008,2415008,\"BR_RN\",\"2415008\",3,\"Rio Grande do Norte\",\"Vila Flor\",,\"BRA.20.168_1\",,,\"BRRN2415008\",\"2415008\",-6.301304815,-35.0903612491178,3194,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e0eede3d\",4300034,4300034,\"BR_RS\",\"4300034\",3,\"Rio Grande do Sul\",\"Aceguá\",,,,,\"BRRS4300034\",\"4300034\",-31.8695131,-54.1615593,4942,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c8050506\",4300059,4300059,\"BR_RS\",\"4300059\",3,\"Rio Grande do Sul\",\"Água Santa\",,\"BRA.21.1_1\",,,\"BRRS4300059\",\"4300059\",-28.21193409,-52.0331319843383,3743,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b4b09b74\",4300109,4300109,\"BR_RS\",\"4300109\",3,\"Rio Grande do Sul\",\"Agudo\",,\"BRA.21.2_1\",\"ChIJgWokXW0QA5URvayUDG2l-dA\",,\"BRRS4300109\",\"4300109\",-29.647978785,-53.2713226942891,16401,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c1f115bb\",4300208,4300208,\"BR_RS\",\"4300208\",3,\"Rio Grande do Sul\",\"Ajuricaba\",,\"BRA.21.3_1\",,,\"BRRS4300208\",\"4300208\",-28.20864582,-53.7320471051236,6987,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"508c621d\",4300307,4300307,\"BR_RS\",\"4300307\",3,\"Rio Grande do Sul\",\"Alecrim\",,\"BRA.21.4_1\",,,\"BRRS4300307\",\"4300307\",-27.64756107,-54.7887493701862,5827,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"22c4440e\",4300406,4300406,\"BR_RS\",\"4300406\",3,\"Rio Grande do Sul\",\"Alegrete\",,\"BRA.21.5_1\",\"ChIJU5_PSdi5qpURPKMYqaOTeL4\",,\"BRRS4300406\",\"4300406\",-29.765797615,-55.749496487388,73028,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c6bae1f1\",4300455,4300455,\"BR_RS\",\"4300455\",3,\"Rio Grande do Sul\",\"Alegria\",,\"BRA.21.6_1\",,,\"BRRS4300455\",\"4300455\",-27.80659962,-54.0501105543295,3374,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f3e1476a\",4300471,4300471,\"BR_RS\",\"4300471\",3,\"Rio Grande do Sul\",\"Almirante Tamandaré do Sul\",,,,,\"BRRS4300471\",\"4300471\",-28.1141129,-52.9134874,1949,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ba0f7f83\",4300505,4300505,\"BR_RS\",\"4300505\",3,\"Rio Grande do Sul\",\"Alpestre\",,\"BRA.21.7_1\",,,\"BRRS4300505\",\"4300505\",-27.204065325,-53.0935741737578,6067,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b07fbb50\",4300554,4300554,\"BR_RS\",\"4300554\",3,\"Rio Grande do Sul\",\"Alto Alegre\",,\"BRA.21.8_1\",,,\"BRRS4300554\",\"4300554\",-28.808127405,-52.993572652889,1613,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"85241dcb\",4300570,4300570,\"BR_RS\",\"4300570\",3,\"Rio Grande do Sul\",\"Alto Feliz\",,\"BRA.21.9_1\",,,\"BRRS4300570\",\"4300570\",-29.36462402,-51.3131383938861,3036,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cf4ef14c\",4300604,4300604,\"BR_RS\",\"4300604\",3,\"Rio Grande do Sul\",\"Alvorada\",,\"BRA.21.10_1\",\"ChIJt2-aP1d1GZURKQbFyzyAtms\",,\"BRRS4300604\",\"4300604\",-30.002851485,-51.05795597707,211352,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"edd5eea4\",4300638,4300638,\"BR_RS\",\"4300638\",3,\"Rio Grande do Sul\",\"Amaral Ferrador\",,\"BRA.21.11_1\",,,\"BRRS4300638\",\"4300638\",-30.792987825,-52.3621332866937,7085,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"452c5564\",4300646,4300646,\"BR_RS\",\"4300646\",3,\"Rio Grande do Sul\",\"Ametista do Sul\",,\"BRA.21.12_1\",,,\"BRRS4300646\",\"4300646\",-27.357795715,-53.1943245296662,7403,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e97ea245\",4300661,4300661,\"BR_RS\",\"4300661\",3,\"Rio Grande do Sul\",\"André da Rocha\",,\"BRA.21.13_1\",,,\"BRRS4300661\",\"4300661\",-28.58919525,-51.5015295312979,1343,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"50e80ed8\",4300703,4300703,\"BR_RS\",\"4300703\",3,\"Rio Grande do Sul\",\"Anta Gorda\",,\"BRA.21.14_1\",,,\"BRRS4300703\",\"4300703\",-28.976534845,-51.9966825309676,5961,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2cb37973\",4300802,4300802,\"BR_RS\",\"4300802\",3,\"Rio Grande do Sul\",\"Antônio Prado\",,\"BRA.21.15_1\",\"ChIJi-rtAAV-HpURUQ17BWlwH4w\",,\"BRRS4300802\",\"4300802\",-28.883707045,-51.3130507288428,13045,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c8cddc8c\",4300851,4300851,\"BR_RS\",\"4300851\",3,\"Rio Grande do Sul\",\"Arambaré\",,\"BRA.21.16_1\",,,\"BRRS4300851\",\"4300851\",-30.92895794,-51.5611181466772,3562,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"13981b3b\",4300877,4300877,\"BR_RS\",\"4300877\",3,\"Rio Grande do Sul\",\"Araricá\",,\"BRA.21.17_1\",\"ChIJpxqy6Ck8GZURWIMWqNfjpEQ\",,\"BRRS4300877\",\"4300877\",-29.64531994,-50.9296617472743,5771,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b47842fe\",4300901,4300901,\"BR_RS\",\"4300901\",3,\"Rio Grande do Sul\",\"Aratiba\",,\"BRA.21.18_1\",,,\"BRRS4300901\",\"4300901\",-27.380594255,-52.2918656612769,6189,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7ac9a6b0\",4301008,4301008,\"BR_RS\",\"4301008\",3,\"Rio Grande do Sul\",\"Arroio do Meio\",,\"BRA.21.19_1\",\"ChIJdclHglBeHJURNc6iI36z1h0\",,\"BRRS4301008\",\"4301008\",-29.358675005,-51.9824176968319,20967,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a25ae9ff\",4301073,4301073,\"BR_RS\",\"4301073\",3,\"Rio Grande do Sul\",\"Arroio do Padre\",,,,,\"BRRS4301073\",\"4301073\",-31.4428773,-52.4228985,2951,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"97014f64\",4301057,4301057,\"BR_RS\",\"4301057\",3,\"Rio Grande do Sul\",\"Arroio do Sal\",,\"BRA.21.20_1\",\"ChIJqRmPB-Z7IpURqltepzo04HE\",,\"BRRS4301057\",\"4301057\",-29.515693665,-49.8906400751577,10279,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ef55fd9\",4301206,4301206,\"BR_RS\",\"4301206\",3,\"Rio Grande do Sul\",\"Arroio do Tigre\",,\"BRA.21.21_1\",\"ChIJXXsZ4ObmApURJr4Qtcwbyf8\",,\"BRRS4301206\",\"4301206\",-29.255489345,-53.0413123044904,13413,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ebb4d116\",4301107,4301107,\"BR_RS\",\"4301107\",3,\"Rio Grande do Sul\",\"Arroio dos Ratos\",,\"BRA.21.22_1\",\"ChIJh1HaYCi0G5URHesTT4dwOAo\",,\"BRRS4301107\",\"4301107\",-30.179329875,-51.7603708111372,14177,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"063e6454\",4301305,4301305,\"BR_RS\",\"4301305\",3,\"Rio Grande do Sul\",\"Arroio Grande\",,\"BRA.21.23_1\",\"ChIJAwWYl6QiDpURtqbotD5yTGY\",,\"BRRS4301305\",\"4301305\",-32.19968796,-53.0359552253298,18238,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"74764247\",4301404,4301404,\"BR_RS\",\"4301404\",3,\"Rio Grande do Sul\",\"Arvorezinha\",,\"BRA.21.24_1\",,,\"BRRS4301404\",\"4301404\",-28.8905344,-52.2244895233508,10423,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ebd0bdd3\",4301503,4301503,\"BR_RS\",\"4301503\",3,\"Rio Grande do Sul\",\"Augusto Pestana\",,\"BRA.21.25_1\",,,\"BRRS4301503\",\"4301503\",-28.531755445,-54.0011055066362,6602,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e1a07900\",4301552,4301552,\"BR_RS\",\"4301552\",3,\"Rio Grande do Sul\",\"Áurea\",,\"BRA.21.444_1\",,,\"BRRS4301552\",\"4301552\",-27.712314605,-52.0830267072684,3535,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9e91331c\",4301602,4301602,\"BR_RS\",\"4301602\",3,\"Rio Grande do Sul\",\"Bagé\",,\"BRA.21.26_1\",\"ChIJsWe9dpXYBZURt8pQuacP8EY\",,\"BRRS4301602\",\"4301602\",-31.3987112,-54.3137729769121,121335,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b2d1a4c6\",4301636,4301636,\"BR_RS\",\"4301636\",3,\"Rio Grande do Sul\",\"Balneário Pinhal\",,\"BRA.21.27_1\",\"ChIJVaS4CSkYGJURmdWYH_TrCME\",,\"BRRS4301636\",\"4301636\",-30.227407455,-50.2579378381828,14363,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7aef96e3\",4301651,4301651,\"BR_RS\",\"4301651\",3,\"Rio Grande do Sul\",\"Barão\",,,\"ChIJhQsIXrkaHJURRW1Gr5HSneA\",,\"BRRS4301651\",\"4301651\",-29.372474,-51.494908,6202,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"065a0891\",4301701,4301701,\"BR_RS\",\"4301701\",3,\"Rio Grande do Sul\",\"Barão de Cotegipe\",,\"BRA.21.28_1\",,,\"BRRS4301701\",\"4301701\",-27.59309101,-52.4110906908271,6620,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0c2acc42\",4301750,4301750,\"BR_RS\",\"4301750\",3,\"Rio Grande do Sul\",\"Barão do Triunfo\",,\"BRA.21.29_1\",,,\"BRRS4301750\",\"4301750\",-29.385347365,-51.574327377083,7519,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7eaa33db\",4301859,4301859,\"BR_RS\",\"4301859\",3,\"Rio Grande do Sul\",\"Barra do Guarita\",,\"BRA.21.31_1\",,,\"BRRS4301859\",\"4301859\",-27.21350193,-53.7518348945486,3257,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"452a1d72\",4301875,4301875,\"BR_RS\",\"4301875\",3,\"Rio Grande do Sul\",\"Barra do Quaraí\",,\"BRA.21.32_1\",,,\"BRRS4301875\",\"4301875\",-30.12550354,-57.2947539143507,4227,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"021fada9\",4301909,4301909,\"BR_RS\",\"4301909\",3,\"Rio Grande do Sul\",\"Barra do Ribeiro\",,\"BRA.21.33_1\",\"ChIJTTJiCP6IGZURg0QLyzAWYrk\",,\"BRRS4301909\",\"4301909\",-30.366109845,-51.3137064011336,13556,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"399f8300\",4301925,4301925,\"BR_RS\",\"4301925\",3,\"Rio Grande do Sul\",\"Barra do Rio Azul\",,\"BRA.21.34_1\",,,\"BRRS4301925\",\"4301925\",-27.390019415,-52.3980933756153,1655,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"086f697a\",4301958,4301958,\"BR_RS\",\"4301958\",3,\"Rio Grande do Sul\",\"Barra Funda\",,\"BRA.21.35_1\",,,\"BRRS4301958\",\"4301958\",-27.917711255,-53.0106001848833,2551,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7a017f3a\",4301800,4301800,\"BR_RS\",\"4301800\",3,\"Rio Grande do Sul\",\"Barracão\",,\"BRA.21.36_1\",,,\"BRRS4301800\",\"4301800\",-27.745645525,-51.413760155875,5256,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8fc42459\",4302006,4302006,\"BR_RS\",\"4302006\",3,\"Rio Grande do Sul\",\"Barros Cassal\",,\"BRA.21.37_1\",,,\"BRRS4302006\",\"4302006\",-29.10235596,-52.6040436523595,11182,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6bba81a6\",4302055,4302055,\"BR_RS\",\"4302055\",3,\"Rio Grande do Sul\",\"Benjamin Constant do Sul\",,\"BRA.21.38_1\",,,\"BRRS4302055\",\"4302055\",-27.484547615,-52.633831019625,1958,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"170f1fd4\",4302105,4302105,\"BR_RS\",\"4302105\",3,\"Rio Grande do Sul\",\"Bento Gonçalves\",,\"BRA.21.39_1\",\"ChIJYR-5DEsjHJUR2sgqx1vFl0s\",,\"BRRS4302105\",\"4302105\",-29.104376795,-51.5248972419527,121803,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1d7fdb07\",4302154,4302154,\"BR_RS\",\"4302154\",3,\"Rio Grande do Sul\",\"Boa Vista das Missões\",,\"BRA.21.41_1\",,,\"BRRS4302154\",\"4302154\",-27.74250889,-53.3429512958857,2092,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"624e911b\",4302204,4302204,\"BR_RS\",\"4302204\",3,\"Rio Grande do Sul\",\"Boa Vista do Buricá\",,\"BRA.21.42_1\",,,\"BRRS4302204\",\"4302204\",-27.67944527,-54.0979640768441,6712,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"57153780\",4302220,4302220,\"BR_RS\",\"4302220\",3,\"Rio Grande do Sul\",\"Boa Vista do Cadeado\",,,,,\"BRRS4302220\",\"4302220\",-28.5783827,-53.8123759,2468,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"40d58ef3\",4302238,4302238,\"BR_RS\",\"4302238\",3,\"Rio Grande do Sul\",\"Boa Vista do Incra\",,,,,\"BRRS4302238\",\"4302238\",-28.8195551,-53.3866624,2616,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"815df0fd\",4302253,4302253,\"BR_RS\",\"4302253\",3,\"Rio Grande do Sul\",\"Boa Vista do Sul\",,\"BRA.21.43_1\",,,\"BRRS4302253\",\"4302253\",-29.358008385,-51.6873651402897,2778,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fde86e8f\",4302303,4302303,\"BR_RS\",\"4302303\",3,\"Rio Grande do Sul\",\"Bom Jesus\",,\"BRA.21.44_1\",,,\"BRRS4302303\",\"4302303\",-28.547016145,-50.3956336559105,11309,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f798aa5c\",4302352,4302352,\"BR_RS\",\"4302352\",3,\"Rio Grande do Sul\",\"Bom Princípio\",,\"BRA.21.45_1\",\"ChIJ6Zl6Lvz_G5URGTlth-ZEmlk\",,\"BRRS4302352\",\"4302352\",-29.472805975,-51.361701236948,14255,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"257b21c0\",4302378,4302378,\"BR_RS\",\"4302378\",3,\"Rio Grande do Sul\",\"Bom Progresso\",,\"BRA.21.46_1\",,,\"BRRS4302378\",\"4302378\",-27.54086971,-53.8443215755468,1899,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8fa0489c\",4302402,4302402,\"BR_RS\",\"4302402\",3,\"Rio Grande do Sul\",\"Bom Retiro do Sul\",,\"BRA.21.47_1\",\"ChIJCdMdqjB5HJURImaPnjWhOdE\",,\"BRRS4302402\",\"4302402\",-29.638342855,-51.9264358155422,12390,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6bdeed63\",4302451,4302451,\"BR_RS\",\"4302451\",3,\"Rio Grande do Sul\",\"Boqueirão do Leão\",,\"BRA.21.48_1\",,,\"BRRS4302451\",\"4302451\",-29.303390505,-52.4160350838672,7702,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"176b7311\",4302501,4302501,\"BR_RS\",\"4302501\",3,\"Rio Grande do Sul\",\"Bossoroca\",,\"BRA.21.49_1\",,,\"BRRS4302501\",\"4302501\",-28.65048885,-54.9803833834616,6205,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"afd80d96\",4302584,4302584,\"BR_RS\",\"4302584\",3,\"Rio Grande do Sul\",\"Bozano\",,,,,\"BRRS4302584\",\"4302584\",-28.3669953,-53.7705165,2111,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"622afdde\",4302600,4302600,\"BR_RS\",\"4302600\",3,\"Rio Grande do Sul\",\"Braga\",,\"BRA.21.50_1\",,,\"BRRS4302600\",\"4302600\",-27.57903099,-53.7361441387331,3311,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6681b13f\",4302659,4302659,\"BR_RS\",\"4302659\",3,\"Rio Grande do Sul\",\"Brochier\",,\"BRA.21.51_1\",,,\"BRRS4302659\",\"4302659\",-29.54357338,-51.6232308448283,5104,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a342f4d\",4302709,4302709,\"BR_RS\",\"4302709\",3,\"Rio Grande do Sul\",\"Butiá\",,\"BRA.21.52_1\",\"ChIJi-twXZWmG5URLG7yZq0ANYo\",,\"BRRS4302709\",\"4302709\",-30.183465,-51.941026360108,20952,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"666f58e6\",4302808,4302808,\"BR_RS\",\"4302808\",3,\"Rio Grande do Sul\",\"Caçapava do Sul\",,\"BRA.21.53_1\",\"ChIJGYgY-8ZdBJURWWKTfP1ZDNU\",,\"BRRS4302808\",\"4302808\",-30.552155495,-53.4849097849019,33548,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f7122f40\",4302907,4302907,\"BR_RS\",\"4302907\",3,\"Rio Grande do Sul\",\"Cacequi\",,\"BRA.21.54_1\",,,\"BRRS4302907\",\"4302907\",-29.93527508,-54.8662761338687,12423,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d9762210\",4303004,4303004,\"BR_RS\",\"4303004\",3,\"Rio Grande do Sul\",\"Cachoeira do Sul\",,\"BRA.21.55_1\",\"ChIJ_Z9strinBJURzkx-d8IB6Ww\",,\"BRRS4303004\",\"4303004\",-30.23667431,-53.0062697404758,81869,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"46d0dd84\",4303103,4303103,\"BR_RS\",\"4303103\",3,\"Rio Grande do Sul\",\"Cachoeirinha\",,\"BRA.21.56_1\",\"ChIJD_Gpf9VzGZURTKPgyTDlpFA\",,\"BRRS4303103\",\"4303103\",-29.91752338,-51.0911328100136,131240,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3391534b\",4303202,4303202,\"BR_RS\",\"4303202\",3,\"Rio Grande do Sul\",\"Cacique Doble\",,\"BRA.21.57_1\",,,\"BRRS4303202\",\"4303202\",-27.800017355,-51.6586885675832,5074,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ab5a68c6\",4303301,4303301,\"BR_RS\",\"4303301\",3,\"Rio Grande do Sul\",\"Caibaté\",,\"BRA.21.58_1\",,,\"BRRS4303301\",\"4303301\",-28.31806755,-54.6533940688275,4823,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d9124ed5\",4303400,4303400,\"BR_RS\",\"4303400\",3,\"Rio Grande do Sul\",\"Caiçara\",,\"BRA.21.59_1\",,,\"BRRS4303400\",\"4303400\",-27.248678205,-53.4430529262983,4700,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a10c9c46\",4303509,4303509,\"BR_RS\",\"4303509\",3,\"Rio Grande do Sul\",\"Camaquã\",,\"BRA.21.60_1\",\"ChIJN22fmWmdEJURf6mGPbVjbBM\",,\"BRRS4303509\",\"4303509\",-30.9301939,-51.7481330166271,66478,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ab7c5895\",4303558,4303558,\"BR_RS\",\"4303558\",3,\"Rio Grande do Sul\",\"Camargo\",,\"BRA.21.61_1\",,,\"BRRS4303558\",\"4303558\",-28.611289025,-52.2232995262211,2742,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d44d1289\",4303608,4303608,\"BR_RS\",\"4303608\",3,\"Rio Grande do Sul\",\"Cambará do Sul\",,\"BRA.21.62_1\",,,\"BRRS4303608\",\"4303608\",-29.059716225,-50.0898139490115,6406,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0cde5dc6\",4303673,4303673,\"BR_RS\",\"4303673\",3,\"Rio Grande do Sul\",\"Campestre da Serra\",,\"BRA.21.63_1\",,,\"BRRS4303673\",\"4303673\",-28.71924877,-51.1064328507486,3395,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4530652f\",4303707,4303707,\"BR_RS\",\"4303707\",3,\"Rio Grande do Sul\",\"Campina das Missões\",,\"BRA.21.64_1\",,,\"BRRS4303707\",\"4303707\",-27.962342265,-54.8499280552143,5398,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"396b1284\",4303806,4303806,\"BR_RS\",\"4303806\",3,\"Rio Grande do Sul\",\"Campinas do Sul\",,\"BRA.21.65_1\",,,\"BRRS4303806\",\"4303806\",-27.71072769,-52.6489603356447,5438,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a1a02909\",4303905,4303905,\"BR_RS\",\"4303905\",3,\"Rio Grande do Sul\",\"Campo Bom\",,\"BRA.21.66_1\",\"ChIJo9lSildAGZURTfibXOBxRMM\",,\"BRRS4303905\",\"4303905\",-29.662461285,-51.0499228729807,69458,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"adc2bf9c\",4304002,4304002,\"BR_RS\",\"4304002\",3,\"Rio Grande do Sul\",\"Campo Novo\",,\"BRA.21.67_1\",,,\"BRRS4304002\",\"4304002\",-27.673588755,-53.8236722017212,4376,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"35098411\",4304101,4304101,\"BR_RS\",\"4304101\",3,\"Rio Grande do Sul\",\"Campos Borges\",,\"BRA.21.69_1\",,,\"BRRS4304101\",\"4304101\",-28.90877247,-53.0453518561335,3295,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"40480ade\",4304200,4304200,\"BR_RS\",\"4304200\",3,\"Rio Grande do Sul\",\"Candelária\",,\"BRA.21.70_1\",\"ChIJF36JQ5A2A5URXPz-QreFkcs\",,\"BRRS4304200\",\"4304200\",-29.711873055,-52.8097717592148,31421,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3856d84d\",4304309,4304309,\"BR_RS\",\"4304309\",3,\"Rio Grande do Sul\",\"Cândido Godói\",,\"BRA.21.71_1\",,,\"BRRS4304309\",\"4304309\",-27.92642212,-54.7147378562452,6151,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"32261c9e\",4304358,4304358,\"BR_RS\",\"4304358\",3,\"Rio Grande do Sul\",\"Candiota\",,\"BRA.21.72_1\",\"ChIJuQX6boFgD5UR-ukdAUzGimE\",,\"BRRS4304358\",\"4304358\",-31.585772515,-53.7140304134416,9647,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4a1efe5e\",4304408,4304408,\"BR_RS\",\"4304408\",3,\"Rio Grande do Sul\",\"Canela\",,\"BRA.21.73_1\",\"ChIJp20ewXYsGZURMiwQ48MKGAU\",,\"BRRS4304408\",\"4304408\",-29.349850655,-50.762298971706,45488,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"db6389f8\",4304507,4304507,\"BR_RS\",\"4304507\",3,\"Rio Grande do Sul\",\"Canguçu\",,\"BRA.21.74_1\",\"ChIJ56nO3gkEEJURL5stCTa0YtU\",,\"BRRS4304507\",\"4304507\",-31.27893257,-52.6790711785374,56211,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ae220737\",4304606,4304606,\"BR_RS\",\"4304606\",3,\"Rio Grande do Sul\",\"Canoas\",,\"BRA.21.75_1\",\"ChIJ5-EKfAhwGZURIAK3H-J67q4\",,\"BRRS4304606\",\"4304606\",-29.912239075,-51.1768040867222,348208,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5937575a\",4304614,4304614,\"BR_RS\",\"4304614\",3,\"Rio Grande do Sul\",\"Canudos do Vale\",,,,,\"BRRS4304614\",\"4304614\",-29.3240418,-52.2348494,1705,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b79a1ac\",4304622,4304622,\"BR_RS\",\"4304622\",3,\"Rio Grande do Sul\",\"Capão Bonito do Sul\",,,,,\"BRRS4304622\",\"4304622\",-28.1287941,-51.393771,1641,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c6cf1c1\",4304630,4304630,\"BR_RS\",\"4304630\",3,\"Rio Grande do Sul\",\"Capão da Canoa\",,\"BRA.21.76_1\",\"ChIJ7Trd0raBIpUReRlUjh-euUU\",,\"BRRS4304630\",\"4304630\",-30.14768696,-50.5049579939261,54051,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4a5ca2c8\",4304655,4304655,\"BR_RS\",\"4304655\",3,\"Rio Grande do Sul\",\"Capão do Cipó\",,,,,\"BRRS4304655\",\"4304655\",-28.9317296,-54.5555783,3699,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8812543e\",4304663,4304663,\"BR_RS\",\"4304663\",3,\"Rio Grande do Sul\",\"Capão do Leão\",,\"BRA.21.77_1\",\"ChIJ4XrAXUbNEZURtHIIUG58Ik0\",,\"BRRS4304663\",\"4304663\",-29.68861103,-49.998263347487,25409,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f64490ae\",4304689,4304689,\"BR_RS\",\"4304689\",3,\"Rio Grande do Sul\",\"Capela de Santana\",,\"BRA.21.78_1\",\"ChIJiX01vMhYGZURo4JCV8hBGIQ\",,\"BRRS4304689\",\"4304689\",-29.613195415,-49.9480859088993,12064,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"08e78ce8\",4304697,4304697,\"BR_RS\",\"4304697\",3,\"Rio Grande do Sul\",\"Capitão\",,\"BRA.21.79_1\",,,\"BRRS4304697\",\"4304697\",-31.781287195,-52.4591545480396,2763,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7f070453\",4304671,4304671,\"BR_RS\",\"4304671\",3,\"Rio Grande do Sul\",\"Capivari do Sul\",,\"BRA.21.80_1\",,,\"BRRS4304671\",\"4304671\",-31.84877014,-52.5426768222656,4728,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c691a8ce\",4304713,4304713,\"BR_RS\",\"4304713\",3,\"Rio Grande do Sul\",\"Caraá\",,\"BRA.21.81_1\",,,\"BRRS4304713\",\"4304713\",-29.769013405,-50.3571331124969,8350,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"36e93cba\",4304705,4304705,\"BR_RS\",\"4304705\",3,\"Rio Grande do Sul\",\"Carazinho\",,\"BRA.21.82_1\",\"ChIJPy2MDGUw_ZQRsULzowCjjdg\",,\"BRRS4304705\",\"4304705\",-28.207209585,-52.9093861244376,62265,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4ab24b11\",4304804,4304804,\"BR_RS\",\"4304804\",3,\"Rio Grande do Sul\",\"Carlos Barbosa\",,\"BRA.21.83_1\",\"ChIJx9Ru4_EZHJUR2idovAP2f9E\",,\"BRRS4304804\",\"4304804\",-29.31348038,-51.4928025939604,30241,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a9a12af7\",4304853,4304853,\"BR_RS\",\"4304853\",3,\"Rio Grande do Sul\",\"Carlos Gomes\",,\"BRA.21.84_1\",,,\"BRRS4304853\",\"4304853\",-27.7062273,-51.9333420324748,1351,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d514b485\",4304903,4304903,\"BR_RS\",\"4304903\",3,\"Rio Grande do Sul\",\"Casca\",,\"BRA.21.85_1\",\"ChIJpZYI5hKCHZURG6XDRC9o9G8\",,\"BRRS4304903\",\"4304903\",-28.59184265,-51.9747289515239,9051,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df647056\",4304952,4304952,\"BR_RS\",\"4304952\",3,\"Rio Grande do Sul\",\"Caseiros\",,\"BRA.21.86_1\",,,\"BRRS4304952\",\"4304952\",-28.237433435,-51.7373250306298,3216,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"82ac0171\",4305009,4305009,\"BR_RS\",\"4305009\",3,\"Rio Grande do Sul\",\"Catuípe\",,\"BRA.21.87_1\",,,\"BRRS4305009\",\"4305009\",-28.179577825,-54.0246074507784,8701,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f4695bd0\",4305108,4305108,\"BR_RS\",\"4305108\",3,\"Rio Grande do Sul\",\"Caxias do Sul\",,\"BRA.21.88_1\",\"ChIJsaH95GCVHpURxkxEH8qbOjk\",,\"BRRS4305108\",\"4305108\",-29.077867505,-51.0264376017929,517451,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0aca4796\",4305116,4305116,\"BR_RS\",\"4305116\",3,\"Rio Grande do Sul\",\"Centenário\",,\"BRA.21.89_1\",,,\"BRRS4305116\",\"4305116\",-27.76170349,-51.9899289740049,2877,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cfe97579\",4305124,4305124,\"BR_RS\",\"4305124\",3,\"Rio Grande do Sul\",\"Cerrito\",,\"BRA.21.90_1\",,,\"BRRS4305124\",\"4305124\",-31.74610138,-52.8114770627622,6047,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3f91e10d\",4305132,4305132,\"BR_RS\",\"4305132\",3,\"Rio Grande do Sul\",\"Cerro Branco\",,\"BRA.21.91_1\",,,\"BRRS4305132\",\"4305132\",-29.62765217,-52.9997769176516,4706,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"19a1b204\",4305157,4305157,\"BR_RS\",\"4305157\",3,\"Rio Grande do Sul\",\"Cerro Grande\",,\"BRA.21.93_1\",,,\"BRRS4305157\",\"4305157\",-27.62999535,-53.1611078500952,2296,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2cfa149f\",4305173,4305173,\"BR_RS\",\"4305173\",3,\"Rio Grande do Sul\",\"Cerro Grande do Sul\",,\"BRA.21.92_1\",,,\"BRRS4305173\",\"4305173\",-30.57994938,-51.7765331541484,12413,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6690f818\",4305207,4305207,\"BR_RS\",\"4305207\",3,\"Rio Grande do Sul\",\"Cerro Largo\",,\"BRA.21.94_1\",\"ChIJvVtTqQvX_pQRkmByTzH8WLw\",,\"BRRS4305207\",\"4305207\",-28.13933754,-54.7453493507085,14189,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1055a2b9\",4305306,4305306,\"BR_RS\",\"4305306\",3,\"Rio Grande do Sul\",\"Chapada\",,\"BRA.21.95_1\",\"ChIJ3YJvKmvn_JQRX6AHFbxX_xs\",,\"BRRS4305306\",\"4305306\",-28.09804535,-53.1553156238269,9239,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f42b0746\",4305355,4305355,\"BR_RS\",\"4305355\",3,\"Rio Grande do Sul\",\"Charqueadas\",,\"BRA.21.96_1\",\"ChIJF6oP9iLBG5URPKfsB6uvQv8\",,\"BRRS4305355\",\"4305355\",-29.990760805,-51.5444729695294,41258,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c170a1dd\",4305371,4305371,\"BR_RS\",\"4305371\",3,\"Rio Grande do Sul\",\"Charrua\",,\"BRA.21.97_1\",,,\"BRRS4305371\",\"4305371\",-27.94734001,-52.0023683197466,3252,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8c13e586\",4305405,4305405,\"BR_RS\",\"4305405\",3,\"Rio Grande do Sul\",\"Chiapetta\",,\"BRA.21.98_1\",,,\"BRRS4305405\",\"4305405\",-27.983641625,-53.9158681628721,3719,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ae88fa6e\",4305439,4305439,\"BR_RS\",\"4305439\",3,\"Rio Grande do Sul\",\"Chuí\",,\"BRA.21.99_1\",\"ChIJkXT5nUTeDJURpKWMVGj20RE\",,\"BRRS4305439\",\"4305439\",-33.64303589,-53.4113341156334,6770,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"067141ae\",4305447,4305447,\"BR_RS\",\"4305447\",3,\"Rio Grande do Sul\",\"Chuvisca\",,\"BRA.21.100_1\",,,\"BRRS4305447\",\"4305447\",-30.76693535,-51.9959303969245,5480,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"86632155\",4305454,4305454,\"BR_RS\",\"4305454\",3,\"Rio Grande do Sul\",\"Cidreira\",,\"BRA.21.101_1\",\"ChIJSTXVPnYQGJURfH7OTA3IzS0\",,\"BRRS4305454\",\"4305454\",-30.13833332,-50.2846181095309,16583,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fad6bf27\",4305504,4305504,\"BR_RS\",\"4305504\",3,\"Rio Grande do Sul\",\"Ciríaco\",,\"BRA.21.102_1\",,,\"BRRS4305504\",\"4305504\",-28.367239,-51.9075510300532,4719,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ab066495\",4305587,4305587,\"BR_RS\",\"4305587\",3,\"Rio Grande do Sul\",\"Colinas\",,\"BRA.21.103_1\",,,\"BRRS4305587\",\"4305587\",-29.386221885,-51.8473607016442,2469,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66f494dd\",4305603,4305603,\"BR_RS\",\"4305603\",3,\"Rio Grande do Sul\",\"Colorado\",,\"BRA.21.104_1\",,,\"BRRS4305603\",\"4305603\",-28.46329784,-53.001075835163,3130,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1031ce7c\",4305702,4305702,\"BR_RS\",\"4305702\",3,\"Rio Grande do Sul\",\"Condor\",,\"BRA.21.105_1\",,,\"BRRS4305702\",\"4305702\",-28.157151225,-53.4851760223094,6759,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8264d8fb\",4305801,4305801,\"BR_RS\",\"4305801\",3,\"Rio Grande do Sul\",\"Constantina\",,\"BRA.21.106_1\",\"ChIJ_yWfnJm-_JQRs_tIdosqhTA\",,\"BRRS4305801\",\"4305801\",-27.698199275,-53.0287658577636,9907,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ae244f21\",4305835,4305835,\"BR_RS\",\"4305835\",3,\"Rio Grande do Sul\",\"Coqueiro Baixo\",,,,,\"BRRS4305835\",\"4305835\",-29.181566,-52.097034,1495,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"88141c28\",4305850,4305850,\"BR_RS\",\"4305850\",3,\"Rio Grande do Sul\",\"Coqueiros do Sul\",,\"BRA.21.107_1\",,,\"BRRS4305850\",\"4305850\",-28.1343832,-52.7368376019563,2286,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cd254e3c\",4305871,4305871,\"BR_RS\",\"4305871\",3,\"Rio Grande do Sul\",\"Coronel Barros\",,\"BRA.21.108_1\",,,\"BRRS4305871\",\"4305871\",-28.402767185,-54.0441315698329,2520,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f4a1825a\",4305900,4305900,\"BR_RS\",\"4305900\",3,\"Rio Grande do Sul\",\"Coronel Bicaco\",,\"BRA.21.109_1\",,,\"BRRS4305900\",\"4305900\",-27.806077955,-53.6237153140275,7268,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d8e11580\",4305934,4305934,\"BR_RS\",\"4305934\",3,\"Rio Grande do Sul\",\"Coronel Pilar\",,,,,\"BRRS4305934\",\"4305934\",-29.2733077,-51.6851371,1614,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f00acebb\",4305959,4305959,\"BR_RS\",\"4305959\",3,\"Rio Grande do Sul\",\"Cotiporã\",,\"BRA.21.110_1\",,,\"BRRS4305959\",\"4305959\",-29.012456895,-51.6827630747943,3838,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cb8ae012\",4305975,4305975,\"BR_RS\",\"4305975\",3,\"Rio Grande do Sul\",\"Coxilha\",,\"BRA.21.111_1\",,,\"BRRS4305975\",\"4305975\",-28.12510586,-52.326405944342,2743,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"77a18398\",4306007,4306007,\"BR_RS\",\"4306007\",3,\"Rio Grande do Sul\",\"Crissiumal\",,\"BRA.21.112_1\",\"ChIJ45j-z-Vf-ZQREZUtI45JJ7E\",,\"BRRS4306007\",\"4306007\",-27.4838686,-54.1176185933255,13357,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7dd1474b\",4306056,4306056,\"BR_RS\",\"4306056\",3,\"Rio Grande do Sul\",\"Cristal\",,\"BRA.21.114_1\",,,\"BRRS4306056\",\"4306056\",-31.031243325,-51.9760805443641,8067,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"488ae1d0\",4306072,4306072,\"BR_RS\",\"4306072\",3,\"Rio Grande do Sul\",\"Cristal do Sul\",,\"BRA.21.113_1\",,,\"BRRS4306072\",\"4306072\",-27.43386364,-53.2543553289623,2844,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0164d939\",4306106,4306106,\"BR_RS\",\"4306106\",3,\"Rio Grande do Sul\",\"Cruz Alta\",,\"BRA.21.115_1\",\"ChIJGzvEMSaW_ZQR38u6WtOK3FU\",,\"BRRS4306106\",\"4306106\",-28.73671341,-53.6314600641818,59922,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c32a2fcf\",4306130,4306130,\"BR_RS\",\"4306130\",3,\"Rio Grande do Sul\",\"Cruzaltense\",,,,,\"BRRS4306130\",\"4306130\",-27.667414,-52.6487833,1799,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a2b36da\",4306205,4306205,\"BR_RS\",\"4306205\",3,\"Rio Grande do Sul\",\"Cruzeiro do Sul\",,\"BRA.21.116_1\",\"ChIJJ4a1o_5iHJURbK4-r5Z0SZI\",,\"BRRS4306205\",\"4306205\",-29.55310249,-52.0349807672527,12402,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ecee6c7b\",4306304,4306304,\"BR_RS\",\"4306304\",3,\"Rio Grande do Sul\",\"David Canabarro\",,\"BRA.21.117_1\",,,\"BRRS4306304\",\"4306304\",-28.41484451,-51.810301511002,4736,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d9b5cae0\",4306320,4306320,\"BR_RS\",\"4306320\",3,\"Rio Grande do Sul\",\"Derrubadas\",,\"BRA.21.118_1\",,,\"BRRS4306320\",\"4306320\",-27.23249531,-53.9012368896839,2761,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ffd0d9d\",4306353,4306353,\"BR_RS\",\"4306353\",3,\"Rio Grande do Sul\",\"Dezesseis de Novembro\",,\"BRA.21.119_1\",,,\"BRRS4306353\",\"4306353\",-28.198958395,-55.0814401241017,2378,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dd1e8601\",4306379,4306379,\"BR_RS\",\"4306379\",3,\"Rio Grande do Sul\",\"Dilermando de Aguiar\",,\"BRA.21.120_1\",,,\"BRRS4306379\",\"4306379\",-29.80840969,-54.1146811000827,3002,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"77c5ef5d\",4306403,4306403,\"BR_RS\",\"4306403\",3,\"Rio Grande do Sul\",\"Dois Irmãos\",,\"BRA.21.122_1\",\"ChIJ_0TN7X5GGZURA7p8zcEk9rg\",,\"BRRS4306403\",\"4306403\",-29.59332657,-51.0892843049629,33119,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a52664c1\",4306429,4306429,\"BR_RS\",\"4306429\",3,\"Rio Grande do Sul\",\"Dois Irmãos das Missões\",,\"BRA.21.121_1\",,,\"BRRS4306429\",\"4306429\",-27.67861271,-53.4888800074749,2008,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7db52b8e\",4306452,4306452,\"BR_RS\",\"4306452\",3,\"Rio Grande do Sul\",\"Dois Lajeados\",,\"BRA.21.123_1\",,,\"BRRS4306452\",\"4306452\",-28.97352314,-51.835969719711,3405,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0100b5fc\",4306502,4306502,\"BR_RS\",\"4306502\",3,\"Rio Grande do Sul\",\"Dom Feliciano\",,\"BRA.21.124_1\",,,\"BRRS4306502\",\"4306502\",-30.60988331,-52.1656288561576,15487,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a4f5a1f\",4306601,4306601,\"BR_RS\",\"4306601\",3,\"Rio Grande do Sul\",\"Dom Pedrito\",,\"BRA.21.125_1\",\"ChIJz6ABiCDkBpURZuy3-8hvBCg\",,\"BRRS4306601\",\"4306601\",-31.021778105,-54.5359270159763,38339,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e57e1003\",4306551,4306551,\"BR_RS\",\"4306551\",3,\"Rio Grande do Sul\",\"Dom Pedro de Alcântara\",,\"BRA.21.126_1\",,,\"BRRS4306551\",\"4306551\",-29.3647604,-49.8583540336106,2527,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec8a00be\",4306700,4306700,\"BR_RS\",\"4306700\",3,\"Rio Grande do Sul\",\"Dona Francisca\",,\"BRA.21.127_1\",,,\"BRRS4306700\",\"4306700\",-29.559815405,-53.3525133219028,2999,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c0ca9764\",4306734,4306734,\"BR_RS\",\"4306734\",3,\"Rio Grande do Sul\",\"Doutor Maurício Cardoso\",,\"BRA.21.128_1\",,,\"BRRS4306734\",\"4306734\",-27.490675925,-54.3544576082345,4462,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e8214c5f\",4306759,4306759,\"BR_RS\",\"4306759\",3,\"Rio Grande do Sul\",\"Doutor Ricardo\",,\"BRA.21.129_1\",,,\"BRRS4306759\",\"4306759\",-29.08482075,-51.9761559450578,1975,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"24b4329b\",4306767,4306767,\"BR_RS\",\"4306767\",3,\"Rio Grande do Sul\",\"Eldorado do Sul\",,\"BRA.21.130_1\",\"ChIJD4CmVMXIG5URIWHhBj0TeoI\",,\"BRRS4306767\",\"4306767\",-30.0810709,-51.4997589531169,41902,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9e0aff27\",4306809,4306809,\"BR_RS\",\"4306809\",3,\"Rio Grande do Sul\",\"Encantado\",,\"BRA.21.131_1\",\"ChIJfwWI_6dQHJURlqTJ8chfcg8\",,\"BRRS4306809\",\"4306809\",-29.209023475,-51.9169073885944,22880,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e8cfa586\",4306908,4306908,\"BR_RS\",\"4306908\",3,\"Rio Grande do Sul\",\"Encruzilhada do Sul\",,\"BRA.21.132_1\",\"ChIJCZNR2A7YGpURFTK2cbnxn2c\",,\"BRRS4306908\",\"4306908\",-30.584137915,-52.627798526499,25960,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d34f8b2f\",4306924,4306924,\"BR_RS\",\"4306924\",3,\"Rio Grande do Sul\",\"Engenho Velho\",,\"BRA.21.133_1\",,,\"BRRS4306924\",\"4306924\",-27.678092005,-52.9047891288141,982,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"23371f5b\",4306932,4306932,\"BR_RS\",\"4306932\",3,\"Rio Grande do Sul\",\"Entre-Ijuís\",,\"BRA.21.134_1\",\"ChIJ2Q09gmiI_pQR2M0d9UWoZJg\",,\"BRRS4306932\",\"4306932\",-28.490561485,-54.3593922041824,8411,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"05074c52\",4306957,4306957,\"BR_RS\",\"4306957\",3,\"Rio Grande do Sul\",\"Entre Rios do Sul\",,\"BRA.21.135_1\",,,\"BRRS4306957\",\"4306957\",-27.513353345,-52.7251518322077,2758,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"305ceac9\",4306973,4306973,\"BR_RS\",\"4306973\",3,\"Rio Grande do Sul\",\"Erebango\",,\"BRA.21.136_1\",,,\"BRRS4306973\",\"4306973\",-27.82431698,-52.317636013109,2982,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"211385d1\",4307005,4307005,\"BR_RS\",\"4307005\",3,\"Rio Grande do Sul\",\"Erechim\",,\"BRA.21.137_1\",\"ChIJhYhcCsUT45QRivVwQn1rd6U\",,\"BRRS4307005\",\"4307005\",-27.724455835,-52.3017485655931,106633,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2b634102\",4307054,4307054,\"BR_RS\",\"4307054\",3,\"Rio Grande do Sul\",\"Ernestina\",,\"BRA.21.138_1\",,,\"BRRS4307054\",\"4307054\",-28.464320185,-52.5528476530847,3170,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cbf4f48a\",4307203,4307203,\"BR_RS\",\"4307203\",3,\"Rio Grande do Sul\",\"Erval Grande\",,\"BRA.21.139_1\",,,\"BRRS4307203\",\"4307203\",-27.366482735,-52.5602877763239,4819,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd31ae2b\",4307302,4307302,\"BR_RS\",\"4307302\",3,\"Rio Grande do Sul\",\"Erval Seco\",,\"BRA.21.140_1\",,,\"BRRS4307302\",\"4307302\",-27.488960265,-53.5153034205862,6802,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2177e914\",4307401,4307401,\"BR_RS\",\"4307401\",3,\"Rio Grande do Sul\",\"Esmeralda\",,\"BRA.21.142_1\",,,\"BRRS4307401\",\"4307401\",-27.97718239,-51.1788009619091,3287,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2b072dc7\",4307450,4307450,\"BR_RS\",\"4307450\",3,\"Rio Grande do Sul\",\"Esperança do Sul\",,\"BRA.21.143_1\",,,\"BRRS4307450\",\"4307450\",-27.331791875,-54.0003880941561,2885,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"57b2b3b5\",4307500,4307500,\"BR_RS\",\"4307500\",3,\"Rio Grande do Sul\",\"Espumoso\",,\"BRA.21.144_1\",\"ChIJO2tETf9X_ZQRcAGfA31hJoA\",,\"BRRS4307500\",\"4307500\",-28.86449814,-52.8272919313052,15591,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5319ff54\",4307559,4307559,\"BR_RS\",\"4307559\",3,\"Rio Grande do Sul\",\"Estação\",,\"BRA.21.145_1\",,,\"BRRS4307559\",\"4307559\",-29.652201655,-51.1853796374877,5940,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2c28b548\",4307609,4307609,\"BR_RS\",\"4307609\",3,\"Rio Grande do Sul\",\"Estância Velha\",,\"BRA.21.146_1\",\"ChIJB_kjCspEGZURlseFo2mO-0E\",,\"BRRS4307609\",\"4307609\",-27.928365705,-52.2940991617454,50672,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5aedefe9\",4307708,4307708,\"BR_RS\",\"4307708\",3,\"Rio Grande do Sul\",\"Esteio\",,\"BRA.21.147_1\",\"ChIJZ8Zpu0BvGZURD7pCJi1iIRg\",,\"BRRS4307708\",\"4307708\",-29.84968853,-51.1863864771022,83279,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c10eb545\",4307807,4307807,\"BR_RS\",\"4307807\",3,\"Rio Grande do Sul\",\"Estrela\",,\"BRA.21.149_1\",\"ChIJN0LMf75kHJURZAiIlTdRg8E\",,\"BRRS4307807\",\"4307807\",-29.51541424,-51.9249590215353,34399,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"361be528\",4307815,4307815,\"BR_RS\",\"4307815\",3,\"Rio Grande do Sul\",\"Estrela Velha\",,\"BRA.21.148_1\",,,\"BRRS4307815\",\"4307815\",-29.24715614,-53.1781856073275,3650,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"034043b3\",4307831,4307831,\"BR_RS\",\"4307831\",3,\"Rio Grande do Sul\",\"Eugênio de Castro\",,\"BRA.21.150_1\",,,\"BRRS4307831\",\"4307831\",-28.576058385,-54.2429885399789,2352,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e5d4379\",4307864,4307864,\"BR_RS\",\"4307864\",3,\"Rio Grande do Sul\",\"Fagundes Varela\",,\"BRA.21.151_1\",,,\"BRRS4307864\",\"4307864\",-28.88587379,-51.7216506006641,2741,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7cbefe4\",4307906,4307906,\"BR_RS\",\"4307906\",3,\"Rio Grande do Sul\",\"Farroupilha\",,\"BRA.21.152_1\",\"ChIJwyCo0CYeHJURKyNU3UEkYZs\",,\"BRRS4307906\",\"4307906\",-29.19549656,-51.3404230619123,73061,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"901330b2\",4308003,4308003,\"BR_RS\",\"4308003\",3,\"Rio Grande do Sul\",\"Faxinal do Soturno\",,\"BRA.21.153_1\",,,\"BRRS4308003\",\"4308003\",-29.55931282,-53.4620403601279,6663,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a63f461\",4308052,4308052,\"BR_RS\",\"4308052\",3,\"Rio Grande do Sul\",\"Faxinalzinho\",,\"BRA.21.154_1\",,,\"BRRS4308052\",\"4308052\",-27.3723402,-52.665355680977,2284,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"48807ffd\",4308078,4308078,\"BR_RS\",\"4308078\",3,\"Rio Grande do Sul\",\"Fazenda Vilanova\",,\"BRA.21.155_1\",,,\"BRRS4308078\",\"4308078\",-29.58875084,-51.8395818882875,4608,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e6d66a13\",4308102,4308102,\"BR_RS\",\"4308102\",3,\"Rio Grande do Sul\",\"Feliz\",,\"BRA.21.156_1\",\"ChIJ8X5NghyrHpUR_1VQCF65sks\",,\"BRRS4308102\",\"4308102\",-29.45574665,-51.2929664327537,13640,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7d9985f0\",4308201,4308201,\"BR_RS\",\"4308201\",3,\"Rio Grande do Sul\",\"Flores da Cunha\",,\"BRA.21.157_1\",\"ChIJFSz666eQHpURz1vUNFEnHjc\",,\"BRRS4308201\",\"4308201\",-29.017773625,-51.1990781699868,31063,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"77e94123\",4308250,4308250,\"BR_RS\",\"4308250\",3,\"Rio Grande do Sul\",\"Floriano Peixoto\",,\"BRA.21.158_1\",,,\"BRRS4308250\",\"4308250\",-27.85602188,-52.0320272098072,1737,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0b5cdf51\",4308300,4308300,\"BR_RS\",\"4308300\",3,\"Rio Grande do Sul\",\"Fontoura Xavier\",,\"BRA.21.159_1\",\"ChIJRaq5Lt8XHZURA0lSOknJ0QY\",,\"BRRS4308300\",\"4308300\",-29.0176506,-52.4097503779128,10241,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"77cf7170\",4308409,4308409,\"BR_RS\",\"4308409\",3,\"Rio Grande do Sul\",\"Formigueiro\",,\"BRA.21.160_1\",,,\"BRRS4308409\",\"4308409\",-29.981656075,-53.4707021315903,6616,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bc37cbad\",4308433,4308433,\"BR_RS\",\"4308433\",3,\"Rio Grande do Sul\",\"Forquetinha\",,\"BRA.21.219_1\",,,\"BRRS4308433\",\"4308433\",-29.41227436,-52.0680257350626,2400,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7dbfb5a3\",4308458,4308458,\"BR_RS\",\"4308458\",3,\"Rio Grande do Sul\",\"Fortaleza dos Valos\",,\"BRA.21.161_1\",,,\"BRRS4308458\",\"4308458\",-28.909622195,-53.3121247660288,4285,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"010a2bd1\",4308508,4308508,\"BR_RS\",\"4308508\",3,\"Rio Grande do Sul\",\"Frederico Westphalen\",,\"BRA.21.162_1\",\"ChIJ1Tz4bwGe-5QRqrCXzZ8N380\",,\"BRRS4308508\",\"4308508\",-27.32299137,-53.3817468941361,31498,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93f38819\",4308607,4308607,\"BR_RS\",\"4308607\",3,\"Rio Grande do Sul\",\"Garibaldi\",,\"BRA.21.163_1\",\"ChIJq_Rnwe0XHJURMowy7j_eLKQ\",,\"BRRS4308607\",\"4308607\",-29.254220005,-51.6224077182107,35440,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"99834cca\",4308656,4308656,\"BR_RS\",\"4308656\",3,\"Rio Grande do Sul\",\"Garruchos\",,\"BRA.21.164_1\",,,\"BRRS4308656\",\"4308656\",-28.245341305,-55.5610709043486,2886,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e536d2b8\",4308706,4308706,\"BR_RS\",\"4308706\",3,\"Rio Grande do Sul\",\"Gaurama\",,\"BRA.21.165_1\",,,\"BRRS4308706\",\"4308706\",-27.59298229,-52.1143076408211,5489,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7763c43f\",4308805,4308805,\"BR_RS\",\"4308805\",3,\"Rio Grande do Sul\",\"General Câmara\",,\"BRA.21.166_1\",,,\"BRRS4308805\",\"4308805\",-29.831178665,-51.9433910282949,8361,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7d1300ec\",4308854,4308854,\"BR_RS\",\"4308854\",3,\"Rio Grande do Sul\",\"Gentil\",,\"BRA.21.167_1\",,,\"BRRS4308854\",\"4308854\",-28.390888215,-52.0407481002142,1626,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"01a69e9e\",4308904,4308904,\"BR_RS\",\"4308904\",3,\"Rio Grande do Sul\",\"Getúlio Vargas\",,\"BRA.21.168_1\",\"ChIJbe69iITi4pQRq0VIotKecOM\",,\"BRRS4308904\",\"4308904\",-27.852466585,-52.2006654843969,16184,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c6a136fb\",4309001,4309001,\"BR_RS\",\"4309001\",3,\"Rio Grande do Sul\",\"Giruá\",,\"BRA.21.169_1\",\"ChIJu_xYM6yx_pQRk4yXsKC3Ryc\",,\"BRRS4309001\",\"4309001\",-27.99759197,-54.3138709372433,15863,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ccd1f228\",4309050,4309050,\"BR_RS\",\"4309050\",3,\"Rio Grande do Sul\",\"Glorinha\",,\"BRA.21.170_1\",\"ChIJyaBP4IsGGZURb3pijjf99Nw\",,\"BRRS4309050\",\"4309050\",-29.88372231,-50.7611593918905,8204,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b0646c5a\",4309100,4309100,\"BR_RS\",\"4309100\",3,\"Rio Grande do Sul\",\"Gramado\",,\"BRA.21.173_1\",\"ChIJBX4tdVoyGZURK-xeSB8zCZw\",,\"BRRS4309100\",\"4309100\",-29.39182758,-50.9135391981301,36555,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6b31abed\",4309126,4309126,\"BR_RS\",\"4309126\",3,\"Rio Grande do Sul\",\"Gramado dos Loureiros\",,\"BRA.21.171_1\",,,\"BRRS4309126\",\"4309126\",-27.446938515,-52.9119554383433,2058,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b4cf20bb\",4309159,4309159,\"BR_RS\",\"4309159\",3,\"Rio Grande do Sul\",\"Gramado Xavier\",,\"BRA.21.172_1\",,,\"BRRS4309159\",\"4309159\",-29.295192715,-52.6190594903688,4352,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cbfe6aa7\",4309209,4309209,\"BR_RS\",\"4309209\",3,\"Rio Grande do Sul\",\"Gravataí\",,\"BRA.21.174_1\",\"ChIJQZmcFGkMGZURIkHguq1UO7E\",,\"BRRS4309209\",\"4309209\",-29.88928795,-50.9544601111742,283620,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c18eae74\",4309258,4309258,\"BR_RS\",\"4309258\",3,\"Rio Grande do Sul\",\"Guabiju\",,\"BRA.21.175_1\",,,\"BRRS4309258\",\"4309258\",-28.589040755,-51.6596110767958,1490,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd3b3006\",4309308,4309308,\"BR_RS\",\"4309308\",3,\"Rio Grande do Sul\",\"Guaíba\",,\"BRA.21.176_1\",\"ChIJba-BFZJ_GZURsbJ2oe5VsOk\",,\"BRRS4309308\",\"4309308\",-30.16527748,-51.4328564827727,98239,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"28cb3b12\",4309407,4309407,\"BR_RS\",\"4309407\",3,\"Rio Grande do Sul\",\"Guaporé\",,\"BRA.21.177_1\",\"ChIJBcy-hk2kHZURGf-GYHVUX_k\",,\"BRRS4309407\",\"4309407\",-28.84800053,-51.9280972688917,25968,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5e0e61b3\",4309506,4309506,\"BR_RS\",\"4309506\",3,\"Rio Grande do Sul\",\"Guarani das Missões\",,\"BRA.21.178_1\",,,\"BRRS4309506\",\"4309506\",-28.176362035,-54.5814380025397,7463,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ba70c44c\",4309555,4309555,\"BR_RS\",\"4309555\",3,\"Rio Grande do Sul\",\"Harmonia\",,\"BRA.21.179_1\",,,\"BRRS4309555\",\"4309555\",-29.545669555,-51.417241327924,4917,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"57d6df70\",4307104,4307104,\"BR_RS\",\"4307104\",3,\"Rio Grande do Sul\",\"Herval\",,\"BRA.21.141_1\",,,\"BRRS4307104\",\"4307104\",-31.950983045,-53.5124923026934,6814,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8f2b62d7\",4309571,4309571,\"BR_RS\",\"4309571\",3,\"Rio Grande do Sul\",\"Herveiras\",,\"BRA.21.180_1\",,,\"BRRS4309571\",\"4309571\",-29.444904325,-52.6557231145823,3019,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c5418e50\",4309605,4309605,\"BR_RS\",\"4309605\",3,\"Rio Grande do Sul\",\"Horizontina\",,\"BRA.21.181_1\",\"ChIJIb62sIZD-ZQR2OFDISJZW2I\",,\"BRRS4309605\",\"4309605\",-27.587864875,-54.3004260734483,19389,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cf314a83\",4309654,4309654,\"BR_RS\",\"4309654\",3,\"Rio Grande do Sul\",\"Hulha Negra\",,\"BRA.21.182_1\",,,\"BRRS4309654\",\"4309654\",-31.51351738,-53.9002850398593,6836,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b384d4f1\",4309704,4309704,\"BR_RS\",\"4309704\",3,\"Rio Grande do Sul\",\"Humaitá\",,\"BRA.21.183_1\",,,\"BRRS4309704\",\"4309704\",-27.587225915,-53.9916585653984,4736,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5097b517\",4309753,4309753,\"BR_RS\",\"4309753\",3,\"Rio Grande do Sul\",\"Ibarama\",,\"BRA.21.184_1\",,,\"BRRS4309753\",\"4309753\",-29.42256546,-53.1685999210502,4399,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"26bc066f\",4309803,4309803,\"BR_RS\",\"4309803\",3,\"Rio Grande do Sul\",\"Ibiaçá\",,\"BRA.21.185_1\",,,\"BRRS4309803\",\"4309803\",-28.118208885,-51.8047391099214,4699,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"50795cce\",4309902,4309902,\"BR_RS\",\"4309902\",3,\"Rio Grande do Sul\",\"Ibiraiaras\",,\"BRA.21.186_1\",,,\"BRRS4309902\",\"4309902\",-28.36537266,-51.6265991108076,7265,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b407f931\",4309951,4309951,\"BR_RS\",\"4309951\",3,\"Rio Grande do Sul\",\"Ibirapuitã\",,\"BRA.21.187_1\",,,\"BRRS4309951\",\"4309951\",-28.61763954,-52.4939772089107,4000,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8812d8f3\",4310009,4310009,\"BR_RS\",\"4310009\",3,\"Rio Grande do Sul\",\"Ibirubá\",,\"BRA.21.188_1\",\"ChIJHZhMoodo_ZQRH_ZCYk-iKMI\",,\"BRRS4310009\",\"4310009\",-28.58408642,-53.217607052376,20413,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fed78252\",4310108,4310108,\"BR_RS\",\"4310108\",3,\"Rio Grande do Sul\",\"Igrejinha\",,\"BRA.21.189_1\",\"ChIJnwvVYlIiGZURCuyMW82RPGI\",,\"BRRS4310108\",\"4310108\",-29.562202455,-50.7751445455997,37340,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c2e219a\",4310207,4310207,\"BR_RS\",\"4310207\",3,\"Rio Grande do Sul\",\"Ijuí\",,\"BRA.21.190_1\",\"ChIJHQoc-mAt_JQRO8NefUpb6uc\",,\"BRRS4310207\",\"4310207\",-28.30347633,-53.8645401246894,83764,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1aeb7b3b\",4310306,4310306,\"BR_RS\",\"4310306\",3,\"Rio Grande do Sul\",\"Ilópolis\",,\"BRA.21.191_1\",,,\"BRRS4310306\",\"4310306\",-28.92823982,-52.1367763891959,4066,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d8a58dcd\",4310330,4310330,\"BR_RS\",\"4310330\",3,\"Rio Grande do Sul\",\"Imbé\",,\"BRA.21.192_1\",\"ChIJsTABLEFzGJURkj27OFxxQJA\",,\"BRRS4310330\",\"4310330\",-29.935417175,-50.1162568333284,23271,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3cdb2832\",4310363,4310363,\"BR_RS\",\"4310363\",3,\"Rio Grande do Sul\",\"Imigrante\",,\"BRA.21.193_1\",,,\"BRRS4310363\",\"4310363\",-29.35093403,-51.7841235340449,3100,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"86ad3c04\",4310405,4310405,\"BR_RS\",\"4310405\",3,\"Rio Grande do Sul\",\"Independência\",,\"BRA.21.194_1\",,,\"BRRS4310405\",\"4310405\",-27.90785694,-54.1742129438328,6109,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76d5a870\",4310413,4310413,\"BR_RS\",\"4310413\",3,\"Rio Grande do Sul\",\"Inhacorá\",,\"BRA.21.195_1\",,,\"BRRS4310413\",\"4310413\",-27.92245865,-54.0448600698943,2215,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a43623ec\",4310439,4310439,\"BR_RS\",\"4310439\",3,\"Rio Grande do Sul\",\"Ipê\",,\"BRA.21.196_1\",,,\"BRRS4310439\",\"4310439\",-28.719151495,-51.3220388922452,6689,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e930e21\",4310462,4310462,\"BR_RS\",\"4310462\",3,\"Rio Grande do Sul\",\"Ipiranga do Sul\",,\"BRA.21.197_1\",,,\"BRRS4310462\",\"4310462\",-27.923737525,-52.4394874537076,1880,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f06866a5\",4310504,4310504,\"BR_RS\",\"4310504\",3,\"Rio Grande do Sul\",\"Iraí\",,\"BRA.21.198_1\",,,\"BRRS4310504\",\"4310504\",-27.256572725,-53.2366686066374,7141,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d2f3794d\",4310538,4310538,\"BR_RS\",\"4310538\",3,\"Rio Grande do Sul\",\"Itaara\",,\"BRA.21.199_1\",,,\"BRRS4310538\",\"4310538\",-29.56045437,-53.7664167206572,5537,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"137b0743\",4310553,4310553,\"BR_RS\",\"4310553\",3,\"Rio Grande do Sul\",\"Itacurubi\",,\"BRA.21.200_1\",,,\"BRRS4310553\",\"4310553\",-28.8184824,-55.2151987760682,3460,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c1988cdf\",4310579,4310579,\"BR_RS\",\"4310579\",3,\"Rio Grande do Sul\",\"Itapuca\",,\"BRA.21.201_1\",,,\"BRRS4310579\",\"4310579\",-28.75450611,-52.1188041335755,2065,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c4a4d5f\",4310603,4310603,\"BR_RS\",\"4310603\",3,\"Rio Grande do Sul\",\"Itaqui\",,\"BRA.21.202_1\",\"ChIJtYh5vjNeVJQRhNI1WLtQUbE\",,\"BRRS4310603\",\"4310603\",-29.137698175,-56.3937432260776,37489,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"663a898c\",4310652,4310652,\"BR_RS\",\"4310652\",3,\"Rio Grande do Sul\",\"Itati\",,,,,\"BRRS4310652\",\"4310652\",-29.4918877,-50.102071,2397,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a8f17fe\",4310702,4310702,\"BR_RS\",\"4310702\",3,\"Rio Grande do Sul\",\"Itatiba do Sul\",,\"BRA.21.203_1\",,,\"BRRS4310702\",\"4310702\",-27.355690955,-52.4713512549185,3231,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fef1b201\",4310751,4310751,\"BR_RS\",\"4310751\",3,\"Rio Grande do Sul\",\"Ivorá\",,\"BRA.21.204_1\",,,\"BRRS4310751\",\"4310751\",-29.51062298,-53.5823474254619,1881,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"88da0179\",4310801,4310801,\"BR_RS\",\"4310801\",3,\"Rio Grande do Sul\",\"Ivoti\",,\"BRA.21.205_1\",\"ChIJzbji8GVFGZURgfQnvecLNJw\",,\"BRRS4310801\",\"4310801\",-29.58626366,-51.1590944654031,24690,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"82aac5aa\",4310850,4310850,\"BR_RS\",\"4310850\",3,\"Rio Grande do Sul\",\"Jaboticaba\",,\"BRA.21.206_1\",,,\"BRRS4310850\",\"4310850\",-27.61565113,-53.2622267774811,3773,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"59ff021d\",4310876,4310876,\"BR_RS\",\"4310876\",3,\"Rio Grande do Sul\",\"Jacuizinho\",,,,,\"BRRS4310876\",\"4310876\",-29.0342213,-53.0534957,2706,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe1f5bd8\",4310900,4310900,\"BR_RS\",\"4310900\",3,\"Rio Grande do Sul\",\"Jacutinga\",,\"BRA.21.207_1\",,,\"BRRS4310900\",\"4310900\",-27.78437138,-52.5230132484983,3546,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d7169291\",4311007,4311007,\"BR_RS\",\"4311007\",3,\"Rio Grande do Sul\",\"Jaguarão\",,\"BRA.21.208_1\",\"ChIJEfZTr7JiDpURxWmO8s9RhdI\",,\"BRRS4311007\",\"4311007\",-32.401750565,-53.3317838562191,26500,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a1d3c830\",4311106,4311106,\"BR_RS\",\"4311106\",3,\"Rio Grande do Sul\",\"Jaguari\",,\"BRA.21.209_1\",,,\"BRRS4311106\",\"4311106\",-29.470467565,-54.6613377967769,10765,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"94886eab\",4311122,4311122,\"BR_RS\",\"4311122\",3,\"Rio Grande do Sul\",\"Jaquirana\",,\"BRA.21.210_1\",,,\"BRRS4311122\",\"4311122\",-28.958909035,-50.3561668981147,3662,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"639d3ec6\",4311130,4311130,\"BR_RS\",\"4311130\",3,\"Rio Grande do Sul\",\"Jari\",,\"BRA.21.211_1\",,,\"BRRS4311130\",\"4311130\",-29.27558804,-54.2864735078113,3486,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"45ad6dcf\",4311155,4311155,\"BR_RS\",\"4311155\",3,\"Rio Grande do Sul\",\"Jóia\",,\"BRA.21.212_1\",,,\"BRRS4311155\",\"4311155\",-28.741443635,-54.1828082556726,8566,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3a9c27d3\",4311205,4311205,\"BR_RS\",\"4311205\",3,\"Rio Grande do Sul\",\"Júlio de Castilhos\",,\"BRA.21.213_1\",\"ChIJGYz8lOxpApURqHylrXbF7LY\",,\"BRRS4311205\",\"4311205\",-29.279213905,-53.6979517892424,19224,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1807383b\",4311239,4311239,\"BR_RS\",\"4311239\",3,\"Rio Grande do Sul\",\"Lagoa Bonita do Sul\",,,,,\"BRRS4311239\",\"4311239\",-29.4903817,-53.0145712,2921,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"05b7459b\",4311270,4311270,\"BR_RS\",\"4311270\",3,\"Rio Grande do Sul\",\"Lagoa dos Três Cantos\",,\"BRA.21.214_1\",,,\"BRRS4311270\",\"4311270\",-28.57532883,-52.845709291913,1607,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4c597d72\",4311304,4311304,\"BR_RS\",\"4311304\",3,\"Rio Grande do Sul\",\"Lagoa Vermelha\",,\"BRA.21.216_1\",\"ChIJicZmEvoF4pQRL2qAFawBeNY\",,\"BRRS4311304\",\"4311304\",-28.19720459,-51.4821107169897,27778,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"30ece300\",4311254,4311254,\"BR_RS\",\"4311254\",3,\"Rio Grande do Sul\",\"Lagoão\",,\"BRA.21.217_1\",,,\"BRRS4311254\",\"4311254\",-29.241168975,-52.7830877217368,6461,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d772fe54\",4311403,4311403,\"BR_RS\",\"4311403\",3,\"Rio Grande do Sul\",\"Lajeado\",,,\"ChIJdzEmAttjHJURTlUsX7wxMo8\",,\"BRRS4311403\",\"4311403\",-29.4671522,-51.9624046,85033,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"059175c8\",4311429,4311429,\"BR_RS\",\"4311429\",3,\"Rio Grande do Sul\",\"Lajeado do Bugre\",,\"BRA.21.218_1\",,,\"BRRS4311429\",\"4311429\",-29.322465895,-52.2431102842707,2566,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a1b7a4f5\",4311502,4311502,\"BR_RS\",\"4311502\",3,\"Rio Grande do Sul\",\"Lavras do Sul\",,\"BRA.21.220_1\",,,\"BRRS4311502\",\"4311502\",-30.73231697,-54.5341607377763,7444,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3af84b16\",4311601,4311601,\"BR_RS\",\"4311601\",3,\"Rio Grande do Sul\",\"Liberato Salzano\",,\"BRA.21.221_1\",,,\"BRRS4311601\",\"4311601\",-27.546495435,-53.0763428165827,5152,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e1ad8ca1\",4311627,4311627,\"BR_RS\",\"4311627\",3,\"Rio Grande do Sul\",\"Lindolfo Collor\",,\"BRA.21.222_1\",\"ChIJTTnZW3JQGZURkWgZBjdCv48\",,\"BRRS4311627\",\"4311627\",-29.588935855,-51.2153718704089,6125,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b09aef3e\",4311643,4311643,\"BR_RS\",\"4311643\",3,\"Rio Grande do Sul\",\"Linha Nova\",,\"BRA.21.223_1\",,,\"BRRS4311643\",\"4311643\",-29.455210685,-51.2105392085101,1719,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5bfda8c4\",4311718,4311718,\"BR_RS\",\"4311718\",3,\"Rio Grande do Sul\",\"Maçambará\",,\"BRA.21.224_1\",,,\"BRRS4311718\",\"4311718\",-29.04169178,-55.856333808213,4562,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4c3d11b7\",4311700,4311700,\"BR_RS\",\"4311700\",3,\"Rio Grande do Sul\",\"Machadinho\",,\"BRA.21.225_1\",,,\"BRRS4311700\",\"4311700\",-27.58961773,-51.667771697769,5427,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"607d866d\",4311734,4311734,\"BR_RS\",\"4311734\",3,\"Rio Grande do Sul\",\"Mampituba\",,\"BRA.21.226_1\",\"ChIJfYteGRUKIpURfiO5e2JCaG4\",,\"BRRS4311734\",\"4311734\",-29.2699337,-50.0271024104504,2973,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"48965d56\",4311759,4311759,\"BR_RS\",\"4311759\",3,\"Rio Grande do Sul\",\"Manoel Viana\",,\"BRA.21.227_1\",,,\"BRRS4311759\",\"4311759\",-29.42941761,-55.5827376176006,7307,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"731673ff\",4311775,4311775,\"BR_RS\",\"4311775\",3,\"Rio Grande do Sul\",\"Maquiné\",,\"BRA.21.228_1\",,,\"BRRS4311775\",\"4311775\",-29.622950555,-50.2541898286988,6681,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eaf89a68\",4311791,4311791,\"BR_RS\",\"4311791\",3,\"Rio Grande do Sul\",\"Maratá\",,\"BRA.21.229_1\",,,\"BRRS4311791\",\"4311791\",-29.545641895,-51.5457225286273,2702,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ebdee2e\",4311809,4311809,\"BR_RS\",\"4311809\",3,\"Rio Grande do Sul\",\"Marau\",,\"BRA.21.230_1\",\"ChIJX0CO7bac4pQRgp8XX4t27Tg\",,\"BRRS4311809\",\"4311809\",-28.48664665,-52.3053419548536,44858,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4878b48f\",4311908,4311908,\"BR_RS\",\"4311908\",3,\"Rio Grande do Sul\",\"Marcelino Ramos\",,\"BRA.21.231_1\",,,\"BRRS4311908\",\"4311908\",-27.46313286,-51.9779658950186,4319,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f97d8623\",4311981,4311981,\"BR_RS\",\"4311981\",3,\"Rio Grande do Sul\",\"Mariana Pimentel\",,\"BRA.21.232_1\",,,\"BRRS4311981\",\"4311981\",-30.29572868,-51.5866712766962,3888,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2bad5c53\",4312005,4312005,\"BR_RS\",\"4312005\",3,\"Rio Grande do Sul\",\"Mariano Moro\",,\"BRA.21.233_1\",,,\"BRRS4312005\",\"4312005\",-27.34113884,-52.1667222359167,2009,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"21dd9880\",4312054,4312054,\"BR_RS\",\"4312054\",3,\"Rio Grande do Sul\",\"Marques de Souza\",,\"BRA.21.234_1\",,,\"BRRS4312054\",\"4312054\",-29.296217915,-52.1431740163111,3995,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5d6806f2\",4312104,4312104,\"BR_RS\",\"4312104\",3,\"Rio Grande do Sul\",\"Mata\",,\"BRA.21.235_1\",,,\"BRRS4312104\",\"4312104\",-29.546063425,-54.448535785063,4797,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7ff3191a\",4312138,4312138,\"BR_RS\",\"4312138\",3,\"Rio Grande do Sul\",\"Mato Castelhano\",,\"BRA.21.236_1\",,,\"BRRS4312138\",\"4312138\",-28.26591587,-52.2014085363008,2542,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be7b6714\",4312153,4312153,\"BR_RS\",\"4312153\",3,\"Rio Grande do Sul\",\"Mato Leitão\",,\"BRA.21.237_1\",,,\"BRRS4312153\",\"4312153\",-29.520971295,-52.1366194627876,4573,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c98ec88\",4312179,4312179,\"BR_RS\",\"4312179\",3,\"Rio Grande do Sul\",\"Mato Queimado\",,,,,\"BRRS4312179\",\"4312179\",-28.257822,-54.61709,1629,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c14a2d08\",4312203,4312203,\"BR_RS\",\"4312203\",3,\"Rio Grande do Sul\",\"Maximiliano de Almeida\",,\"BRA.21.238_1\",,,\"BRRS4312203\",\"4312203\",-27.59824753,-51.8195177184778,4314,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cb3ae9db\",4312252,4312252,\"BR_RS\",\"4312252\",3,\"Rio Grande do Sul\",\"Minas do Leão\",,\"BRA.21.239_1\",,,\"BRRS4312252\",\"4312252\",-30.07460213,-52.0736016236672,8103,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b78f77a9\",4312302,4312302,\"BR_RS\",\"4312302\",3,\"Rio Grande do Sul\",\"Miraguaí\",,\"BRA.21.240_1\",,,\"BRRS4312302\",\"4312302\",-27.494202615,-53.7469004592302,4911,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53f1d256\",4312351,4312351,\"BR_RS\",\"4312351\",3,\"Rio Grande do Sul\",\"Montauri\",,\"BRA.21.241_1\",,,\"BRRS4312351\",\"4312351\",-28.6629591,-52.0515235727652,1441,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"88a415e1\",4312377,4312377,\"BR_RS\",\"4312377\",3,\"Rio Grande do Sul\",\"Monte Alegre dos Campos\",,\"BRA.21.242_1\",,,\"BRRS4312377\",\"4312377\",-28.69734764,-50.7934878676787,3232,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e1326802\",4312385,4312385,\"BR_RS\",\"4312385\",3,\"Rio Grande do Sul\",\"Monte Belo do Sul\",,\"BRA.21.243_1\",,,\"BRRS4312385\",\"4312385\",-29.135033605,-51.6551155094469,2530,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2bc93096\",4312401,4312401,\"BR_RS\",\"4312401\",3,\"Rio Grande do Sul\",\"Montenegro\",,\"BRA.21.244_1\",\"ChIJ47MF0VLlG5URIJeNIOR_qDc\",,\"BRRS4312401\",\"4312401\",-29.70876598,-51.5221979749342,65721,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f09cf721\",4312427,4312427,\"BR_RS\",\"4312427\",3,\"Rio Grande do Sul\",\"Mormaço\",,\"BRA.21.245_1\",,,\"BRRS4312427\",\"4312427\",-28.6835413,-52.6534939835073,3113,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a1ab94be\",4312443,4312443,\"BR_RS\",\"4312443\",3,\"Rio Grande do Sul\",\"Morrinhos do Sul\",,\"BRA.21.246_1\",,,\"BRRS4312443\",\"4312443\",-29.343052865,-49.9626796593931,2919,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"21b9f445\",4312450,4312450,\"BR_RS\",\"4312450\",3,\"Rio Grande do Sul\",\"Morro Redondo\",,\"BRA.21.247_1\",,,\"BRRS4312450\",\"4312450\",-31.62147808,-52.6434527846011,6589,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"faec33f2\",4312476,4312476,\"BR_RS\",\"4312476\",3,\"Rio Grande do Sul\",\"Morro Reuter\",,\"BRA.21.248_1\",\"ChIJw5icl09IGZURVIpDAWnBERI\",,\"BRRS4312476\",\"4312476\",-29.51226616,-51.0646852771006,6513,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5d0c6a37\",4312500,4312500,\"BR_RS\",\"4312500\",3,\"Rio Grande do Sul\",\"Mostardas\",,\"BRA.21.249_1\",\"ChIJW6vuAtAbF5URAKnWeYctDEU\",,\"BRRS4312500\",\"4312500\",-30.853333475,-50.7063689137745,12847,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"26966cca\",4312609,4312609,\"BR_RS\",\"4312609\",3,\"Rio Grande do Sul\",\"Muçum\",,\"BRA.21.250_1\",,,\"BRRS4312609\",\"4312609\",-29.139543535,-51.7930399645649,4961,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d835708c\",4312617,4312617,\"BR_RS\",\"4312617\",3,\"Rio Grande do Sul\",\"Muitos Capões\",,\"BRA.21.251_1\",,,\"BRRS4312617\",\"4312617\",-28.40324211,-51.2033756004363,3173,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1d164263\",4312625,4312625,\"BR_RS\",\"4312625\",3,\"Rio Grande do Sul\",\"Muliterno\",,\"BRA.21.252_1\",,,\"BRRS4312625\",\"4312625\",-28.311541555,-51.7777122975963,1897,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2ce6a819\",4312658,4312658,\"BR_RS\",\"4312658\",3,\"Rio Grande do Sul\",\"Não-Me-Toque\",,\"BRA.21.68_1\",\"ChIJf5XWmCRJ_ZQRDQWkyxxgi5o\",,\"BRRS4312658\",\"4312658\",-28.46196461,-52.8216592304819,17758,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"176686b0\",4312674,4312674,\"BR_RS\",\"4312674\",3,\"Rio Grande do Sul\",\"Nicolau Vergueiro\",,\"BRA.21.253_1\",,,\"BRRS4312674\",\"4312674\",-28.522475245,-52.4544964737814,1674,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5053366b\",4312708,4312708,\"BR_RS\",\"4312708\",3,\"Rio Grande do Sul\",\"Nonoai\",,\"BRA.21.254_1\",\"ChIJJWMQT0ha-5QRF2F45SrxjAY\",,\"BRRS4312708\",\"4312708\",-27.351436615,-52.8438868219316,11633,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd9bdfbf\",4312757,4312757,\"BR_RS\",\"4312757\",3,\"Rio Grande do Sul\",\"Nova Alvorada\",,\"BRA.21.255_1\",,,\"BRRS4312757\",\"4312757\",-28.708286285,-52.1708505833953,3663,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cbb06cc7\",4312807,4312807,\"BR_RS\",\"4312807\",3,\"Rio Grande do Sul\",\"Nova Araçá\",,\"BRA.21.256_1\",,,\"BRRS4312807\",\"4312807\",-28.646566395,-51.7319225506615,4826,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd753666\",4312906,4312906,\"BR_RS\",\"4312906\",3,\"Rio Grande do Sul\",\"Nova Bassano\",,\"BRA.21.257_1\",\"ChIJh6rebUa_HZURe2BQa5OEBYU\",,\"BRRS4312906\",\"4312906\",-28.72734451,-51.7558968787068,10005,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"590b9399\",4312955,4312955,\"BR_RS\",\"4312955\",3,\"Rio Grande do Sul\",\"Nova Boa Vista\",,\"BRA.21.258_1\",,,\"BRRS4312955\",\"4312955\",-27.998555185,-52.9748885045498,1753,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7a729e03\",4313003,4313003,\"BR_RS\",\"4313003\",3,\"Rio Grande do Sul\",\"Nova Bréscia\",,\"BRA.21.259_1\",,,\"BRRS4313003\",\"4313003\",-29.183077815,-52.0763310259579,3337,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8d67ce6e\",4313011,4313011,\"BR_RS\",\"4313011\",3,\"Rio Grande do Sul\",\"Nova Candelária\",,\"BRA.21.260_1\",,,\"BRRS4313011\",\"4313011\",-27.602912905,-54.1388493015994,2688,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"563209d9\",4313037,4313037,\"BR_RS\",\"4313037\",3,\"Rio Grande do Sul\",\"Nova Esperança do Sul\",,\"BRA.21.261_1\",,,\"BRRS4313037\",\"4313037\",-29.40678024,-54.8122020257299,5410,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b521683f\",4313060,4313060,\"BR_RS\",\"4313060\",3,\"Rio Grande do Sul\",\"Nova Hartz\",,\"BRA.21.262_1\",\"ChIJWYzfimk8GZUR8ITOMCH_Y_c\",,\"BRRS4313060\",\"4313060\",-29.590216635,-50.9016777227736,21875,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2c1e084\",4313086,4313086,\"BR_RS\",\"4313086\",3,\"Rio Grande do Sul\",\"Nova Pádua\",,\"BRA.21.263_1\",,,\"BRRS4313086\",\"4313086\",-29.45093346,-53.3248038301415,2558,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0cb7c4a2\",4313102,4313102,\"BR_RS\",\"4313102\",3,\"Rio Grande do Sul\",\"Nova Palma\",,\"BRA.21.264_1\",,,\"BRRS4313102\",\"4313102\",-29.3631897,-51.0466858757876,6515,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"97f82b41\",4313201,4313201,\"BR_RS\",\"4313201\",3,\"Rio Grande do Sul\",\"Nova Petrópolis\",,\"BRA.21.265_1\",\"ChIJZeen9YO0HpURA0bxZuD2Duo\",,\"BRRS4313201\",\"4313201\",-28.78008461,-51.6159975589552,21536,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e13d71e0\",4313300,4313300,\"BR_RS\",\"4313300\",3,\"Rio Grande do Sul\",\"Nova Prata\",,\"BRA.21.266_1\",\"ChIJay4lrgXGHZURjjCWldw5T2I\",,\"BRRS4313300\",\"4313300\",-28.990083695,-51.3245650505146,27648,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cd7de63a\",4313334,4313334,\"BR_RS\",\"4313334\",3,\"Rio Grande do Sul\",\"Nova Ramada\",,\"BRA.21.267_1\",,,\"BRRS4313334\",\"4313334\",-28.06886864,-53.7030564150239,2218,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e5963d01\",4313359,4313359,\"BR_RS\",\"4313359\",3,\"Rio Grande do Sul\",\"Nova Roma do Sul\",,\"BRA.21.268_1\",,,\"BRRS4313359\",\"4313359\",-28.993582725,-51.4189753957449,3717,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"de1613a8\",4313375,4313375,\"BR_RS\",\"4313375\",3,\"Rio Grande do Sul\",\"Nova Santa Rita\",,\"BRA.21.269_1\",\"ChIJw1im00VhGZURVi1zHVOzUL8\",,\"BRRS4313375\",\"4313375\",-29.84733963,-51.291959842424,29905,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"35b0dc2c\",4313490,4313490,\"BR_RS\",\"4313490\",3,\"Rio Grande do Sul\",\"Novo Barreiro\",,\"BRA.21.270_1\",,,\"BRRS4313490\",\"4313490\",-27.903615,-53.1278278858877,4175,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"47f8fa3f\",4313391,4313391,\"BR_RS\",\"4313391\",3,\"Rio Grande do Sul\",\"Novo Cabrais\",,\"BRA.21.271_1\",,,\"BRRS4313391\",\"4313391\",-29.75244522,-52.9925523453804,4222,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9daedfc1\",4313409,4313409,\"BR_RS\",\"4313409\",3,\"Rio Grande do Sul\",\"Novo Hamburgo\",,\"BRA.21.272_1\",\"ChIJ6U1jt2FCGZURx-ZU0aJWsHk\",,\"BRRS4313409\",\"4313409\",-29.733558655,-51.0234235052759,247032,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a62ef168\",4313425,4313425,\"BR_RS\",\"4313425\",3,\"Rio Grande do Sul\",\"Novo Machado\",,\"BRA.21.273_1\",,,\"BRRS4313425\",\"4313425\",-27.54563713,-54.5212633183913,3256,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f71992f7\",4313441,4313441,\"BR_RS\",\"4313441\",3,\"Rio Grande do Sul\",\"Novo Tiradentes\",,\"BRA.21.274_1\",,,\"BRRS4313441\",\"4313441\",-27.555296895,-53.1702503644585,2200,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b4b65d6\",4313466,4313466,\"BR_RS\",\"4313466\",3,\"Rio Grande do Sul\",\"Novo Xingu\",,,,,\"BRRS4313466\",\"4313466\",-27.7482333,-53.0629707,1712,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eb6b8560\",4313508,4313508,\"BR_RS\",\"4313508\",3,\"Rio Grande do Sul\",\"Osório\",,\"BRA.21.275_1\",\"ChIJAR1SpP9lGJURCZQmCkitpRY\",,\"BRRS4313508\",\"4313508\",-29.921255115,-50.2692364512877,46414,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"799226a8\",4313607,4313607,\"BR_RS\",\"4313607\",3,\"Rio Grande do Sul\",\"Paim Filho\",,\"BRA.21.276_1\",,,\"BRRS4313607\",\"4313607\",-27.73640442,-51.7755235955029,3778,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73e2e27b\",4313656,4313656,\"BR_RS\",\"4313656\",3,\"Rio Grande do Sul\",\"Palmares do Sul\",,\"BRA.21.277_1\",\"ChIJQ2BiSngwGJURQECSb-ZYGGc\",,\"BRRS4313656\",\"4313656\",-30.34916687,-50.4078256149649,11330,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0f577c09\",4313706,4313706,\"BR_RS\",\"4313706\",3,\"Rio Grande do Sul\",\"Palmeira das Missões\",,\"BRA.21.278_1\",\"ChIJfS9z4qj0_JQRJ3HRVXYfAdA\",,\"BRRS4313706\",\"4313706\",-27.943190575,-53.4066809111414,33131,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9d026a8e\",4313805,4313805,\"BR_RS\",\"4313805\",3,\"Rio Grande do Sul\",\"Palmitinho\",,\"BRA.21.279_1\",,,\"BRRS4313805\",\"4313805\",-27.320093155,-53.599762025988,7056,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ebc7302f\",4313904,4313904,\"BR_RS\",\"4313904\",3,\"Rio Grande do Sul\",\"Panambi\",,\"BRA.21.280_1\",\"ChIJz-6vaK2s_ZQRKB2OybnSKTw\",,\"BRRS4313904\",\"4313904\",-28.356817245,-53.4971837631898,44128,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"08d451c9\",4313953,4313953,\"BR_RS\",\"4313953\",3,\"Rio Grande do Sul\",\"Pantano Grande\",,\"BRA.21.281_1\",\"ChIJ2Rcia84_G5UR8lcWNqpw-JE\",,\"BRRS4313953\",\"4313953\",-30.26460266,-52.4047251729254,9083,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"09abc796\",4314001,4314001,\"BR_RS\",\"4314001\",3,\"Rio Grande do Sul\",\"Paraí\",,\"BRA.21.282_1\",\"ChIJ3Y9FNkCRHZURLdNTOF_fsoQ\",,\"BRRS4314001\",\"4314001\",-28.59592247,-51.7866992583061,7727,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d2fe0021\",4314027,4314027,\"BR_RS\",\"4314027\",3,\"Rio Grande do Sul\",\"Paraíso do Sul\",,\"BRA.21.283_1\",,,\"BRRS4314027\",\"4314027\",-29.70421314,-53.1341413811178,7623,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"25eb504c\",4314035,4314035,\"BR_RS\",\"4314035\",3,\"Rio Grande do Sul\",\"Pareci Novo\",,\"BRA.21.284_1\",,,\"BRRS4314035\",\"4314035\",-29.614227295,-51.4233700417936,3862,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"03db0345\",4314050,4314050,\"BR_RS\",\"4314050\",3,\"Rio Grande do Sul\",\"Parobé\",,\"BRA.21.285_1\",\"ChIJ0Xe6mOsXGZURmkZkFABX9Hk\",,\"BRRS4314050\",\"4314050\",-29.65517235,-50.8597388536572,58858,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"262dd8b4\",4314068,4314068,\"BR_RS\",\"4314068\",3,\"Rio Grande do Sul\",\"Passa Sete\",,\"BRA.21.286_1\",,,\"BRRS4314068\",\"4314068\",-29.421266555,-52.8639899973489,5747,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d88ec4f2\",4314076,4314076,\"BR_RS\",\"4314076\",3,\"Rio Grande do Sul\",\"Passo do Sobrado\",,\"BRA.21.287_1\",,,\"BRRS4314076\",\"4314076\",-29.76889801,-52.2632557356881,6574,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7f6e9d37\",4314100,4314100,\"BR_RS\",\"4314100\",3,\"Rio Grande do Sul\",\"Passo Fundo\",,\"BRA.21.288_1\",\"ChIJq-eMfn6_4pQRTpv0eQeWKLM\",,\"BRRS4314100\",\"4314100\",-28.2671957,-52.4798654371948,204722,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"532e0aed\",4314134,4314134,\"BR_RS\",\"4314134\",3,\"Rio Grande do Sul\",\"Paulo Bento\",,,,,\"BRRS4314134\",\"4314134\",-27.7034385,-52.4220174,2299,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7bc5d1d6\",4314159,4314159,\"BR_RS\",\"4314159\",3,\"Rio Grande do Sul\",\"Paverama\",,\"BRA.21.289_1\",\"ChIJ99tnl1d0HJURyBuT44PZghI\",,\"BRRS4314159\",\"4314159\",-29.575785635,-51.7297206922458,8515,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4045ff7f\",4314175,4314175,\"BR_RS\",\"4314175\",3,\"Rio Grande do Sul\",\"Pedras Altas\",,,,,\"BRRS4314175\",\"4314175\",-31.7324042,-53.585424,1954,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"04f49bca\",4314209,4314209,\"BR_RS\",\"4314209\",3,\"Rio Grande do Sul\",\"Pedro Osório\",,\"BRA.21.290_1\",,,\"BRRS4314209\",\"4314209\",-31.9827261,-52.9135339987384,7706,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7231c16b\",4314308,4314308,\"BR_RS\",\"4314308\",3,\"Rio Grande do Sul\",\"Pejuçara\",,\"BRA.21.291_1\",,,\"BRRS4314308\",\"4314308\",-28.445025445,-53.6221693630391,3857,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e7c1ca7f\",4314407,4314407,\"BR_RS\",\"4314407\",3,\"Rio Grande do Sul\",\"Pelotas\",,\"BRA.21.292_1\",\"ChIJSf4N8XZIEJURizngJZeVzRg\",,\"BRRS4314407\",\"4314407\",-31.56211662,-52.3433694470676,343132,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d29a6ce4\",4314423,4314423,\"BR_RS\",\"4314423\",3,\"Rio Grande do Sul\",\"Picada Café\",,\"BRA.21.293_1\",\"ChIJna19B4dLGZURcDAZ0vcxTq8\",,\"BRRS4314423\",\"4314423\",-29.459226605,-51.0904445820321,5738,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"edb10eac\",4314456,4314456,\"BR_RS\",\"4314456\",3,\"Rio Grande do Sul\",\"Pinhal\",,\"BRA.21.295_1\",,,\"BRRS4314456\",\"4314456\",-27.530799865,-53.224218812441,2580,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"28923c43\",4314464,4314464,\"BR_RS\",\"4314464\",3,\"Rio Grande do Sul\",\"Pinhal da Serra\",,,,,\"BRRS4314464\",\"4314464\",-27.8743529,-51.1706149,1918,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d8eaa837\",4314472,4314472,\"BR_RS\",\"4314472\",3,\"Rio Grande do Sul\",\"Pinhal Grande\",,\"BRA.21.294_1\",,,\"BRRS4314472\",\"4314472\",-29.300412175,-53.3524165779757,4329,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a6bc6ca7\",4314498,4314498,\"BR_RS\",\"4314498\",3,\"Rio Grande do Sul\",\"Pinheirinho do Vale\",,\"BRA.21.296_1\",,,\"BRRS4314498\",\"4314498\",-27.22218704,-53.6286003637527,4899,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"910490de\",4314506,4314506,\"BR_RS\",\"4314506\",3,\"Rio Grande do Sul\",\"Pinheiro Machado\",,\"BRA.21.297_1\",\"ChIJe4buE8uBBZURak-U5E2C28I\",,\"BRRS4314506\",\"4314506\",-31.4091959,-53.4474455182147,12195,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"12d078dd\",4314548,4314548,\"BR_RS\",\"4314548\",3,\"Rio Grande do Sul\",\"Pinto Bandeira\",,,,,\"BRRS4314548\",\"4314548\",-29.0977191,-51.4498258,3036,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"757a3521\",4314555,4314555,\"BR_RS\",\"4314555\",3,\"Rio Grande do Sul\",\"Pirapó\",,\"BRA.21.298_1\",,,\"BRRS4314555\",\"4314555\",-28.080952645,-55.2301903327445,2254,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a4b7f3d\",4314605,4314605,\"BR_RS\",\"4314605\",3,\"Rio Grande do Sul\",\"Piratini\",,\"BRA.21.299_1\",\"ChIJz-9nir6LD5URMelUgkoovWU\",,\"BRRS4314605\",\"4314605\",-31.405805585,-53.1320797340225,20704,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c8e259c\",4314704,4314704,\"BR_RS\",\"4314704\",3,\"Rio Grande do Sul\",\"Planalto\",,\"BRA.21.300_1\",,,\"BRRS4314704\",\"4314704\",-27.351140025,-53.0589245998825,10019,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f9d447a\",4314753,4314753,\"BR_RS\",\"4314753\",3,\"Rio Grande do Sul\",\"Poço das Antas\",,\"BRA.21.301_1\",,,\"BRRS4314753\",\"4314753\",-29.44128418,-51.6673004467531,2101,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4d7ecfe6\",4314779,4314779,\"BR_RS\",\"4314779\",3,\"Rio Grande do Sul\",\"Pontão\",,\"BRA.21.302_1\",,,\"BRRS4314779\",\"4314779\",-28.04222584,-52.626079338586,3901,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d5efe2e\",4314787,4314787,\"BR_RS\",\"4314787\",3,\"Rio Grande do Sul\",\"Ponte Preta\",,\"BRA.21.303_1\",,,\"BRRS4314787\",\"4314787\",-27.66513252,-52.503256079084,1524,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e9b6f702\",4314803,4314803,\"BR_RS\",\"4314803\",3,\"Rio Grande do Sul\",\"Portão\",,\"BRA.21.304_1\",\"ChIJQzZedfVbGZURgT2pDJIeD1I\",,\"BRRS4314803\",\"4314803\",-29.691919325,-51.2499752686811,37561,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f73ada3\",4314902,4314902,\"BR_RS\",\"4314902\",3,\"Rio Grande do Sul\",\"Porto Alegre\",\"Porto Alegre, Rio Grande do Sul\",\"BRA.21.305_1\",\"ChIJfQDhiE54GZURvWBPQncXAcc\",,\"BRRS4314902\",\"4314902\",-31.807777405,-51.704582215,1488252,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c8cb1857\",4315008,4315008,\"BR_RS\",\"4315008\",3,\"Rio Grande do Sul\",\"Porto Lucena\",,\"BRA.21.306_1\",,,\"BRRS4315008\",\"4315008\",-27.85431862,-54.928019772425,4594,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2503f183\",4315057,4315057,\"BR_RS\",\"4315057\",3,\"Rio Grande do Sul\",\"Porto Mauá\",,\"BRA.21.307_1\",,,\"BRRS4315057\",\"4315057\",-27.588270185,-54.6733562035004,2352,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"10585718\",4315073,4315073,\"BR_RS\",\"4315073\",3,\"Rio Grande do Sul\",\"Porto Vera Cruz\",,\"BRA.21.308_1\",,,\"BRRS4315073\",\"4315073\",-27.754851345,-54.8818602566682,1308,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"59b66ff1\",4315107,4315107,\"BR_RS\",\"4315107\",3,\"Rio Grande do Sul\",\"Porto Xavier\",,\"BRA.21.309_1\",,,\"BRRS4315107\",\"4315107\",-27.938646315,-55.1631031953919,10194,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9bf89907\",4315131,4315131,\"BR_RS\",\"4315131\",3,\"Rio Grande do Sul\",\"Pouso Novo\",,\"BRA.21.310_1\",,,\"BRRS4315131\",\"4315131\",-29.15998459,-52.238850783106,1612,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"da6287f2\",4315149,4315149,\"BR_RS\",\"4315149\",3,\"Rio Grande do Sul\",\"Presidente Lucena\",,\"BRA.21.311_1\",,,\"BRRS4315149\",\"4315149\",-29.524452205,-51.1738278586586,2937,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53c6ab22\",4315156,4315156,\"BR_RS\",\"4315156\",3,\"Rio Grande do Sul\",\"Progresso\",,\"BRA.21.312_1\",,,\"BRRS4315156\",\"4315156\",-29.24072266,-52.3286594884179,6239,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"669d0db9\",4315172,4315172,\"BR_RS\",\"4315172\",3,\"Rio Grande do Sul\",\"Protásio Alves\",,\"BRA.21.313_1\",,,\"BRRS4315172\",\"4315172\",-28.757266995,-51.4827648298281,1938,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2cf7e13e\",4315206,4315206,\"BR_RS\",\"4315206\",3,\"Rio Grande do Sul\",\"Putinga\",,\"BRA.21.314_1\",,,\"BRRS4315206\",\"4315206\",-29.032751085,-52.134094764149,3889,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b43cdab3\",4315305,4315305,\"BR_RS\",\"4315305\",3,\"Rio Grande do Sul\",\"Quaraí\",,\"BRA.21.315_1\",\"ChIJLQW3a4oOq5URGykEGelNHUo\",,\"BRRS4315305\",\"4315305\",-30.29134083,-56.1270216196235,22607,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"44444ec7\",4315313,4315313,\"BR_RS\",\"4315313\",3,\"Rio Grande do Sul\",\"Quatro Irmãos\",,,,,\"BRRS4315313\",\"4315313\",-27.8229301,-52.4427548,1856,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"81677c28\",4315321,4315321,\"BR_RS\",\"4315321\",3,\"Rio Grande do Sul\",\"Quevedos\",,\"BRA.21.316_1\",,,\"BRRS4315321\",\"4315321\",-29.293266295,-54.0593676812149,2790,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be4c1e60\",4315354,4315354,\"BR_RS\",\"4315354\",3,\"Rio Grande do Sul\",\"Quinze de Novembro\",,\"BRA.21.317_1\",,,\"BRRS4315354\",\"4315354\",-28.779309275,-53.0878892500116,3803,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c674fca0\",4315404,4315404,\"BR_RS\",\"4315404\",3,\"Rio Grande do Sul\",\"Redentora\",,\"BRA.21.318_1\",,,\"BRRS4315404\",\"4315404\",-27.5623436,-53.6260657834276,11669,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"25679d46\",4315453,4315453,\"BR_RS\",\"4315453\",3,\"Rio Grande do Sul\",\"Relvado\",,\"BRA.21.319_1\",,,\"BRRS4315453\",\"4315453\",-29.120105745,-52.0711636172295,2079,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"59d20334\",4315503,4315503,\"BR_RS\",\"4315503\",3,\"Rio Grande do Sul\",\"Restinga Sêca\",,\"BRA.21.320_1\",\"ChIJDfbDon0KA5URIjxgtmDaTW8\",,\"BRRS4315503\",\"4315503\",-29.80578041,-53.4102212197871,15744,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53a2c7e7\",4315552,4315552,\"BR_RS\",\"4315552\",3,\"Rio Grande do Sul\",\"Rio dos Índios\",,\"BRA.21.321_1\",,,\"BRRS4315552\",\"4315552\",-27.251574515,-52.8704977500514,2660,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2c938dfb\",4315602,4315602,\"BR_RS\",\"4315602\",3,\"Rio Grande do Sul\",\"Rio Grande\",,\"BRA.21.322_1\",\"ChIJHfjjzmycEZURHcLPlS8N0JM\",,\"BRRS4315602\",\"4315602\",-32.209165575,-52.4179356282581,211965,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b458b676\",4315701,4315701,\"BR_RS\",\"4315701\",3,\"Rio Grande do Sul\",\"Rio Pardo\",,\"BRA.21.323_1\",\"ChIJg5Ual7JCG5URg3bZfWnAHKA\",,\"BRRS4315701\",\"4315701\",-30.08045387,-52.5472037123771,38265,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be2872a5\",4315750,4315750,\"BR_RS\",\"4315750\",3,\"Rio Grande do Sul\",\"Riozinho\",,\"BRA.21.324_1\",,,\"BRRS4315750\",\"4315750\",-29.607195855,-50.399739069316,4676,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c803c1dd\",4315800,4315800,\"BR_RS\",\"4315800\",3,\"Rio Grande do Sul\",\"Roca Sales\",,\"BRA.21.325_1\",\"ChIJF0WLCb1cHJURXOW_zverMak\",,\"BRRS4315800\",\"4315800\",-29.24032688,-51.8067290571486,11471,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b01d134e\",4315909,4315909,\"BR_RS\",\"4315909\",3,\"Rio Grande do Sul\",\"Rodeio Bonito\",,\"BRA.21.326_1\",,,\"BRRS4315909\",\"4315909\",-27.46129036,-53.1619159652783,5868,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ba6dd79d\",4315958,4315958,\"BR_RS\",\"4315958\",3,\"Rio Grande do Sul\",\"Rolador\",,,,,\"BRRS4315958\",\"4315958\",-28.2558989,-54.8179212,2296,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3dc69abe\",4316006,4316006,\"BR_RS\",\"4316006\",3,\"Rio Grande do Sul\",\"Rolante\",,\"BRA.21.327_1\",\"ChIJyeLDqYzkGJURG5CJumOLJ7o\",,\"BRRS4316006\",\"4316006\",-29.636032105,-50.5709293469527,21453,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a50da133\",4316105,4316105,\"BR_RS\",\"4316105\",3,\"Rio Grande do Sul\",\"Ronda Alta\",,\"BRA.21.328_1\",,,\"BRRS4316105\",\"4316105\",-27.81473827,-52.7485236081255,10617,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d04c2ffc\",4316204,4316204,\"BR_RS\",\"4316204\",3,\"Rio Grande do Sul\",\"Rondinha\",,\"BRA.21.329_1\",,,\"BRRS4316204\",\"4316204\",-27.8284235,-52.9138719732143,5080,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4fead068\",4316303,4316303,\"BR_RS\",\"4316303\",3,\"Rio Grande do Sul\",\"Roque Gonzales\",,\"BRA.21.330_1\",,,\"BRRS4316303\",\"4316303\",-28.056838035,-55.0422153850025,6797,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3da2f67b\",4316402,4316402,\"BR_RS\",\"4316402\",3,\"Rio Grande do Sul\",\"Rosário do Sul\",,\"BRA.21.331_1\",\"ChIJR8vrCX3mAJUR19IIDuZ9oDY\",,\"BRRS4316402\",\"4316402\",-30.376317025,-55.1943940182041,39314,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ef417de7\",4316428,4316428,\"BR_RS\",\"4316428\",3,\"Rio Grande do Sul\",\"Sagrada Família\",,\"BRA.21.332_1\",,,\"BRRS4316428\",\"4316428\",-27.7009182,-53.1260947479061,2605,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"11e261a1\",4316436,4316436,\"BR_RS\",\"4316436\",3,\"Rio Grande do Sul\",\"Saldanha Marinho\",,\"BRA.21.333_1\",,,\"BRRS4316436\",\"4316436\",-28.387970925,-53.1045614830004,2622,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d9dc5384\",4316451,4316451,\"BR_RS\",\"4316451\",3,\"Rio Grande do Sul\",\"Salto do Jacuí\",,\"BRA.21.334_1\",\"ChIJe1suqA2SApUROZyP1XV-QDc\",,\"BRRS4316451\",\"4316451\",-29.077271465,-53.2021580066496,12481,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"02899433\",4316477,4316477,\"BR_RS\",\"4316477\",3,\"Rio Grande do Sul\",\"Salvador das Missões\",,\"BRA.21.335_1\",,,\"BRRS4316477\",\"4316477\",-28.112615585,-54.8310402678902,2733,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a569cdf6\",4316501,4316501,\"BR_RS\",\"4316501\",3,\"Rio Grande do Sul\",\"Salvador do Sul\",,\"BRA.21.336_1\",\"ChIJV5oNeBkPHJURr1lEZP5QdPg\",,\"BRRS4316501\",\"4316501\",-29.485853195,-51.5159253603695,7889,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0284339\",4316600,4316600,\"BR_RS\",\"4316600\",3,\"Rio Grande do Sul\",\"Sananduva\",,\"BRA.21.337_1\",\"ChIJyw31pEJE4pQR0sLmPtTEXWI\",,\"BRRS4316600\",\"4316600\",-27.9619379,-51.8100726508935,16328,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f4d26363\",4317103,4317103,\"BR_RS\",\"4317103\",3,\"Rio Grande do Sul\",\"Sant'Ana do Livramento\",,\"BRA.21.347_1\",\"ChIJ9Z9pnan_qZURy6hr1Oq3Xww\",,\"BRRS4317103\",\"4317103\",-30.80042934,-55.5244366277524,76321,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a83691aa\",4316709,4316709,\"BR_RS\",\"4316709\",3,\"Rio Grande do Sul\",\"Santa Bárbara do Sul\",,\"BRA.21.338_1\",,,\"BRRS4316709\",\"4316709\",-28.36282158,-53.2685898150659,7909,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"63ce2b77\",4316733,4316733,\"BR_RS\",\"4316733\",3,\"Rio Grande do Sul\",\"Santa Cecília do Sul\",,,,,\"BRRS4316733\",\"4316733\",-28.1625105,-51.9297926,1634,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a2465579\",4316758,4316758,\"BR_RS\",\"4316758\",3,\"Rio Grande do Sul\",\"Santa Clara do Sul\",,\"BRA.21.339_1\",\"ChIJoZvddqCLHJURtZidqfD4T5g\",,\"BRRS4316758\",\"4316758\",-29.45075035,-52.1311758633444,6681,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d46de601\",4316808,4316808,\"BR_RS\",\"4316808\",3,\"Rio Grande do Sul\",\"Santa Cruz do Sul\",,\"BRA.21.340_1\",\"ChIJ0x405UOjHJURNQVi3ZgGa3o\",,\"BRRS4316808\",\"4316808\",-29.646944045,-52.4021004556091,131365,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7a3bf3ef\",4316972,4316972,\"BR_RS\",\"4316972\",3,\"Rio Grande do Sul\",\"Santa Margarida do Sul\",,,,,\"BRRS4316972\",\"4316972\",-30.339117,-54.0856735,2578,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"451091a7\",4316907,4316907,\"BR_RS\",\"4316907\",3,\"Rio Grande do Sul\",\"Santa Maria\",,\"BRA.21.342_1\",\"ChIJv2elDV3LA5URl3J_fx6cTaQ\",,\"BRRS4316907\",\"4316907\",-29.778757095,-53.7714163725547,283677,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4f605574\",4316956,4316956,\"BR_RS\",\"4316956\",3,\"Rio Grande do Sul\",\"Santa Maria do Herval\",,\"BRA.21.341_1\",\"ChIJWRnpT1s2GZURi0J4RH6a1Qo\",,\"BRRS4316956\",\"4316956\",-29.46171379,-50.960209083714,6364,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8193edac\",4317202,4317202,\"BR_RS\",\"4317202\",3,\"Rio Grande do Sul\",\"Santa Rosa\",,\"BRA.21.343_1\",\"ChIJl2ycwpY1-ZQRhyHv9PIDuYg\",,\"BRRS4317202\",\"4317202\",-27.848130225,-54.4756172155542,73575,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"65ed4853\",4317251,4317251,\"BR_RS\",\"4317251\",3,\"Rio Grande do Sul\",\"Santa Tereza\",,\"BRA.21.344_1\",,,\"BRRS4317251\",\"4317251\",-29.14849091,-51.7239468452305,1726,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1958d621\",4317301,4317301,\"BR_RS\",\"4317301\",3,\"Rio Grande do Sul\",\"Santa Vitória do Palmar\",,\"BRA.21.345_1\",\"ChIJ0RE9ALkdDZUR7Lq4STVrejQ\",,\"BRRS4317301\",\"4317301\",-33.19055557,-53.0674038030973,29483,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6b749cf7\",4317004,4317004,\"BR_RS\",\"4317004\",3,\"Rio Grande do Sul\",\"Santana da Boa Vista\",,\"BRA.21.346_1\",,,\"BRRS4317004\",\"4317004\",-30.742943765,-53.0826298596342,8067,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6b10f032\",4317400,4317400,\"BR_RS\",\"4317400\",3,\"Rio Grande do Sul\",\"Santiago\",,\"BRA.21.348_1\",\"ChIJcWcf-gQz_pQRPPBwWvRe-tU\",,\"BRRS4317400\",\"4317400\",-29.06044102,-54.7380630604501,49360,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"130e22a1\",4317509,4317509,\"BR_RS\",\"4317509\",3,\"Rio Grande do Sul\",\"Santo Ângelo\",,\"BRA.21.349_1\",\"ChIJ-W5orpCQ_pQROssBw1gjw1Y\",,\"BRRS4317509\",\"4317509\",-28.24943924,-54.3034192262444,77568,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"664fac6e\",4317608,4317608,\"BR_RS\",\"4317608\",3,\"Rio Grande do Sul\",\"Santo Antônio da Patrulha\",,\"BRA.21.350_1\",\"ChIJgxP1Xwj4GJURi4BKcxuzQ1Y\",,\"BRRS4317608\",\"4317608\",-29.867938995,-50.5269532841023,43171,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f732dbc8\",4317707,4317707,\"BR_RS\",\"4317707\",3,\"Rio Grande do Sul\",\"Santo Antônio das Missões\",,\"BRA.21.351_1\",,,\"BRRS4317707\",\"4317707\",-28.458257675,-55.3576730936142,10050,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"197ee672\",4317558,4317558,\"BR_RS\",\"4317558\",3,\"Rio Grande do Sul\",\"Santo Antônio do Palma\",,\"BRA.21.352_1\",,,\"BRRS4317558\",\"4317558\",-28.49181271,-51.9943034452068,2123,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd421f1b\",4317756,4317756,\"BR_RS\",\"4317756\",3,\"Rio Grande do Sul\",\"Santo Antônio do Planalto\",,\"BRA.21.353_1\",,,\"BRRS4317756\",\"4317756\",-28.3694973,-52.7064985182608,2019,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b69ac63\",4317806,4317806,\"BR_RS\",\"4317806\",3,\"Rio Grande do Sul\",\"Santo Augusto\",,\"BRA.21.354_1\",\"ChIJJ3i8NgYN_JQRhaUu3K0jwiA\",,\"BRRS4317806\",\"4317806\",-27.897375105,-53.7908963874206,13848,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"13a297ee\",4317905,4317905,\"BR_RS\",\"4317905\",3,\"Rio Grande do Sul\",\"Santo Cristo\",,\"BRA.21.355_1\",\"ChIJR3BWjPUl-ZQRCpVuL67VNQU\",,\"BRRS4317905\",\"4317905\",-27.790325165,-54.7253476815472,14216,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"19d2533d\",4317954,4317954,\"BR_RS\",\"4317954\",3,\"Rio Grande do Sul\",\"Santo Expedito do Sul\",,\"BRA.21.356_1\",,,\"BRRS4317954\",\"4317954\",-27.923540115,-51.6655764617428,2305,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"da742994\",4318002,4318002,\"BR_RS\",\"4318002\",3,\"Rio Grande do Sul\",\"São Borja\",,\"BRA.21.357_1\",\"ChIJ7a-iDcyVVZQRQmfFnNfga-Y\",,\"BRRS4318002\",\"4318002\",-28.7111454,-55.840730278936,60019,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3e0a8c6b\",4318051,4318051,\"BR_RS\",\"4318051\",3,\"Rio Grande do Sul\",\"São Domingos do Sul\",,\"BRA.21.358_1\",,,\"BRRS4318051\",\"4318051\",-28.53527832,-51.8652234371679,3083,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"42bf1219\",4318101,4318101,\"BR_RS\",\"4318101\",3,\"Rio Grande do Sul\",\"São Francisco de Assis\",,\"BRA.21.359_1\",\"ChIJ-z8qnyEgAJUR_hy81L1fcoc\",,\"BRRS4318101\",\"4318101\",-29.44962025,-55.1070872159235,18205,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"37fe9cd6\",4318200,4318200,\"BR_RS\",\"4318200\",3,\"Rio Grande do Sul\",\"São Francisco de Paula\",,\"BRA.21.360_1\",\"ChIJDxrpROrbGJURztYPgz5YBdo\",,\"BRRS4318200\",\"4318200\",-29.162549015,-50.6000021302582,21801,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4fe04e45\",4318309,4318309,\"BR_RS\",\"4318309\",3,\"Rio Grande do Sul\",\"São Gabriel\",,\"BRA.21.361_1\",\"ChIJuahOf5lIAZURj8Xq95gwbNw\",,\"BRRS4318309\",\"4318309\",-30.33485508,-54.3872708699914,62147,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3da86856\",4318408,4318408,\"BR_RS\",\"4318408\",3,\"Rio Grande do Sul\",\"São Jerônimo\",,\"BRA.21.362_1\",\"ChIJQ0JKvuCsG5UR8mNgbOU2Zrs\",,\"BRRS4318408\",\"4318408\",-30.29023361,-51.9238895183093,24412,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"062846ff\",4318424,4318424,\"BR_RS\",\"4318424\",3,\"Rio Grande do Sul\",\"São João da Urtiga\",,\"BRA.21.363_1\",,,\"BRRS4318424\",\"4318424\",-27.789141655,-51.8477887783448,4641,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f650d28b\",4318432,4318432,\"BR_RS\",\"4318432\",3,\"Rio Grande do Sul\",\"São João do Polêsine\",,\"BRA.21.364_1\",,,\"BRRS4318432\",\"4318432\",-29.646595005,-53.4730059687959,2543,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"571f2560\",4318440,4318440,\"BR_RS\",\"4318440\",3,\"Rio Grande do Sul\",\"São Jorge\",,\"BRA.21.365_1\",,,\"BRRS4318440\",\"4318440\",-28.50877857,-51.6981979722772,2816,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0608182\",4318457,4318457,\"BR_RS\",\"4318457\",3,\"Rio Grande do Sul\",\"São José das Missões\",,\"BRA.21.366_1\",,,\"BRRS4318457\",\"4318457\",-27.795555115,-53.1280605481705,2514,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1543b36d\",4318465,4318465,\"BR_RS\",\"4318465\",3,\"Rio Grande do Sul\",\"São José do Herval\",,\"BRA.21.367_1\",,,\"BRRS4318465\",\"4318465\",-29.06642628,-52.2746217929914,1943,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8cad5afa\",4318481,4318481,\"BR_RS\",\"4318481\",3,\"Rio Grande do Sul\",\"São José do Hortêncio\",,\"BRA.21.368_1\",,,\"BRRS4318481\",\"4318481\",-29.536452295,-51.2668279515516,4865,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b6de389\",4318499,4318499,\"BR_RS\",\"4318499\",3,\"Rio Grande do Sul\",\"São José do Inhacorá\",,\"BRA.21.369_1\",,,\"BRRS4318499\",\"4318499\",-27.73520279,-54.1328830628248,2056,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"acd51ff0\",4318507,4318507,\"BR_RS\",\"4318507\",3,\"Rio Grande do Sul\",\"São José do Norte\",,,\"ChIJvRJkuvRAEZURY9VNb5i74bM\",,\"BRRS4318507\",\"4318507\",-32.0145182,-52.0406082,27721,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d994913f\",4318606,4318606,\"BR_RS\",\"4318606\",3,\"Rio Grande do Sul\",\"São José do Ouro\",,\"BRA.21.370_1\",,,\"BRRS4318606\",\"4318606\",-27.768241885,-51.5601970107195,6922,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2e81c152\",4318614,4318614,\"BR_RS\",\"4318614\",3,\"Rio Grande do Sul\",\"São José do Sul\",,,,,\"BRRS4318614\",\"4318614\",-29.537476,-51.4828905,2437,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eccf37a4\",4318622,4318622,\"BR_RS\",\"4318622\",3,\"Rio Grande do Sul\",\"São José dos Ausentes\",,\"BRA.21.371_1\",,,\"BRRS4318622\",\"4318622\",-28.67303276,-49.9696014610406,3543,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"415faab2\",4318705,4318705,\"BR_RS\",\"4318705\",3,\"Rio Grande do Sul\",\"São Leopoldo\",,\"BRA.21.372_1\",\"ChIJH81nYixoGZURCaw6oMCzVqU\",,\"BRRS4318705\",\"4318705\",-29.741705895,-51.1706844930681,238648,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d04dd19\",4318804,4318804,\"BR_RS\",\"4318804\",3,\"Rio Grande do Sul\",\"São Lourenço do Sul\",,\"BRA.21.373_1\",\"ChIJ67Brd6BmEJURGfuKeCYttxA\",,\"BRRS4318804\",\"4318804\",-31.25348377,-52.1275279422434,43540,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a2a2228d\",4318903,4318903,\"BR_RS\",\"4318903\",3,\"Rio Grande do Sul\",\"São Luiz Gonzaga\",,\"BRA.21.374_1\",\"ChIJS9SgJRsY_5QRSma_tls2PUw\",,\"BRRS4318903\",\"4318903\",-28.39033413,-54.9371558987419,33293,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8cc62fdd\",4319000,4319000,\"BR_RS\",\"4319000\",3,\"Rio Grande do Sul\",\"São Marcos\",,\"BRA.21.375_1\",\"ChIJUUHSA_-SHpURYwTdteKozfQ\",,\"BRRS4319000\",\"4319000\",-28.958348275,-51.0626119344815,21658,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f4d8fd4e\",4319109,4319109,\"BR_RS\",\"4319109\",3,\"Rio Grande do Sul\",\"São Martinho\",,\"BRA.21.377_1\",,,\"BRRS4319109\",\"4319109\",-27.723628995,-53.9669995927928,5380,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cf58d3e7\",4319125,4319125,\"BR_RS\",\"4319125\",3,\"Rio Grande do Sul\",\"São Martinho da Serra\",,\"BRA.21.376_1\",,,\"BRRS4319125\",\"4319125\",-29.47768116,-53.8883928669846,3231,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fea8399d\",4319158,4319158,\"BR_RS\",\"4319158\",3,\"Rio Grande do Sul\",\"São Miguel das Missões\",,\"BRA.21.378_1\",,,\"BRRS4319158\",\"4319158\",-28.73553848,-54.5260446453257,7683,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"81997381\",4319208,4319208,\"BR_RS\",\"4319208\",3,\"Rio Grande do Sul\",\"São Nicolau\",,\"BRA.21.379_1\",,,\"BRRS4319208\",\"4319208\",-28.19048023,-55.2353428069277,5208,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"10e40427\",4319307,4319307,\"BR_RS\",\"4319307\",3,\"Rio Grande do Sul\",\"São Paulo das Missões\",,\"BRA.21.380_1\",,,\"BRRS4319307\",\"4319307\",-27.979568485,-54.9892544474195,5720,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a94c0f4\",4319356,4319356,\"BR_RS\",\"4319356\",3,\"Rio Grande do Sul\",\"São Pedro da Serra\",,\"BRA.21.381_1\",,,\"BRRS4319356\",\"4319356\",-29.41948509,-51.5090744038916,3842,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dfb7f21b\",4319364,4319364,\"BR_RS\",\"4319364\",3,\"Rio Grande do Sul\",\"São Pedro das Missões\",,\"BRA.21.40_1\",,,\"BRRS4319364\",\"4319364\",-27.68446064,-53.372099909249,2017,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2fcf666f\",4319372,4319372,\"BR_RS\",\"4319372\",3,\"Rio Grande do Sul\",\"São Pedro do Butiá\",,\"BRA.21.382_1\",,,\"BRRS4319372\",\"4319372\",-28.12753868,-54.8912482205314,2949,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"62ac2234\",4319406,4319406,\"BR_RS\",\"4319406\",3,\"Rio Grande do Sul\",\"São Pedro do Sul\",,\"BRA.21.383_1\",\"ChIJfTiRZ1aPAZUR9ZKdOAXch58\",,\"BRRS4319406\",\"4319406\",-29.59691429,-54.1990688181803,16148,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fa6719b9\",4319505,4319505,\"BR_RS\",\"4319505\",3,\"Rio Grande do Sul\",\"São Sebastião do Caí\",,\"BRA.21.384_1\",\"ChIJGz02PBxWGZURLW2N_QL3ybE\",,\"BRRS4319505\",\"4319505\",-29.586481095,-51.3386824935402,25959,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8f269776\",4319604,4319604,\"BR_RS\",\"4319604\",3,\"Rio Grande do Sul\",\"São Sepé\",,\"BRA.21.385_1\",\"ChIJefHCROiHA5URGrk8Y1O4Lpk\",,\"BRRS4319604\",\"4319604\",-30.20920563,-53.6586292123723,23555,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"108068e2\",4319703,4319703,\"BR_RS\",\"4319703\",3,\"Rio Grande do Sul\",\"São Valentim\",,\"BRA.21.387_1\",,,\"BRRS4319703\",\"4319703\",-27.537613865,-52.5576287047743,3259,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e795388f\",4319711,4319711,\"BR_RS\",\"4319711\",3,\"Rio Grande do Sul\",\"São Valentim do Sul\",,\"BRA.21.386_1\",,,\"BRRS4319711\",\"4319711\",-29.69256878,-54.7163924237839,2245,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3cc0ff38\",4319737,4319737,\"BR_RS\",\"4319737\",3,\"Rio Grande do Sul\",\"São Valério do Sul\",,\"BRA.21.388_1\",,,\"BRRS4319737\",\"4319737\",-27.827213285,-53.8899047942674,2729,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1af0ac31\",4319752,4319752,\"BR_RS\",\"4319752\",3,\"Rio Grande do Sul\",\"São Vendelino\",,\"BRA.21.389_1\",,,\"BRRS4319752\",\"4319752\",-29.38873291,-51.3703008364382,2266,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6cdb1f49\",4319802,4319802,\"BR_RS\",\"4319802\",3,\"Rio Grande do Sul\",\"São Vicente do Sul\",,,,,\"BRRS4319802\",\"4319802\",-29.688161,-54.682643,8732,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f41024c4\",4319901,4319901,\"BR_RS\",\"4319901\",3,\"Rio Grande do Sul\",\"Sapiranga\",,\"BRA.21.390_1\",\"ChIJAWcgjkM_GZURmKL2vmnVoK4\",,\"BRRS4319901\",\"4319901\",-29.623104095,-50.9924507490021,80037,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b8b592b5\",4320008,4320008,\"BR_RS\",\"4320008\",3,\"Rio Grande do Sul\",\"Sapucaia do Sul\",,\"BRA.21.391_1\",\"ChIJVdxWAdluGZUR6iNohKZlPYo\",,\"BRRS4320008\",\"4320008\",-29.820664405,-51.1281278898253,141808,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"29c8e513\",4320107,4320107,\"BR_RS\",\"4320107\",3,\"Rio Grande do Sul\",\"Sarandi\",,\"BRA.21.392_1\",\"ChIJCQOuz9ja_JQRK6BeQ2IvWpw\",,\"BRRS4320107\",\"4320107\",-27.931931495,-52.8618058187525,24763,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5c896bdc\",4320206,4320206,\"BR_RS\",\"4320206\",3,\"Rio Grande do Sul\",\"Seberi\",,\"BRA.21.393_1\",\"ChIJ-eiln4iC-5QRhKgsWPYqPDE\",,\"BRRS4320206\",\"4320206\",-27.502508165,-53.3536319383789,10713,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ec79d2a\",4320230,4320230,\"BR_RS\",\"4320230\",3,\"Rio Grande do Sul\",\"Sede Nova\",,\"BRA.21.394_1\",,,\"BRRS4320230\",\"4320230\",-27.64050293,-53.956210883004,2891,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7ab938d5\",4320263,4320263,\"BR_RS\",\"4320263\",3,\"Rio Grande do Sul\",\"Segredo\",,\"BRA.21.395_1\",,,\"BRRS4320263\",\"4320263\",-29.29061699,-52.9491795486763,7444,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c4425051\",4320305,4320305,\"BR_RS\",\"4320305\",3,\"Rio Grande do Sul\",\"Selbach\",,\"BRA.21.396_1\",,,\"BRRS4320305\",\"4320305\",-28.676021575,-52.9802502595303,5107,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f119f6ca\",4320321,4320321,\"BR_RS\",\"4320321\",3,\"Rio Grande do Sul\",\"Senador Salgado Filho\",,\"BRA.21.397_1\",,,\"BRRS4320321\",\"4320321\",-28.044205665,-54.534878622455,2770,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce329482\",4320354,4320354,\"BR_RS\",\"4320354\",3,\"Rio Grande do Sul\",\"Sentinela do Sul\",,\"BRA.21.398_1\",,,\"BRRS4320354\",\"4320354\",-30.630202295,-51.6022053500791,5609,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b60a7642\",4320404,4320404,\"BR_RS\",\"4320404\",3,\"Rio Grande do Sul\",\"Serafina Corrêa\",,\"BRA.21.399_1\",\"ChIJ8Xz9vcWYHZURMU0l_rcceW4\",,\"BRRS4320404\",\"4320404\",-28.6873827,-51.9236904459921,17795,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"551917a4\",4320453,4320453,\"BR_RS\",\"4320453\",3,\"Rio Grande do Sul\",\"Sério\",,\"BRA.21.400_1\",,,\"BRRS4320453\",\"4320453\",-29.40539646,-52.2407067811662,1924,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"29ac89d6\",4320503,4320503,\"BR_RS\",\"4320503\",3,\"Rio Grande do Sul\",\"Sertão\",,\"BRA.21.402_1\",,,\"BRRS4320503\",\"4320503\",-28.013123515,-52.3277761146283,5315,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"23dc4d05\",4320552,4320552,\"BR_RS\",\"4320552\",3,\"Rio Grande do Sul\",\"Sertão Santana\",,\"BRA.21.401_1\",,,\"BRRS4320552\",\"4320552\",-30.466217995,-51.623324100779,6537,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f13fc699\",4320578,4320578,\"BR_RS\",\"4320578\",3,\"Rio Grande do Sul\",\"Sete de Setembro\",,\"BRA.21.403_1\",,,\"BRRS4320578\",\"4320578\",-28.16411209,-54.4514537264781,1950,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5ced0719\",4320602,4320602,\"BR_RS\",\"4320602\",3,\"Rio Grande do Sul\",\"Severiano de Almeida\",,\"BRA.21.404_1\",,,\"BRRS4320602\",\"4320602\",-27.412349705,-52.1336417620597,3631,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b893a2e6\",4320651,4320651,\"BR_RS\",\"4320651\",3,\"Rio Grande do Sul\",\"Silveira Martins\",,\"BRA.21.405_1\",,,\"BRRS4320651\",\"4320651\",-29.63310242,-53.5550536389967,2374,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"63c66551\",4320677,4320677,\"BR_RS\",\"4320677\",3,\"Rio Grande do Sul\",\"Sinimbu\",,\"BRA.21.406_1\",,,\"BRRS4320677\",\"4320677\",-29.446603775,-52.5249424730627,10162,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c4263c94\",4320701,4320701,\"BR_RS\",\"4320701\",3,\"Rio Grande do Sul\",\"Sobradinho\",,\"BRA.21.407_1\",\"ChIJHwCf_QggA5URhrhcLUCvMX4\",,\"BRRS4320701\",\"4320701\",-29.44019794,-53.0417361304006,15005,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b87d4b3f\",4320800,4320800,\"BR_RS\",\"4320800\",3,\"Rio Grande do Sul\",\"Soledade\",,\"BRA.21.408_1\",\"ChIJO53pQ1cxHZURJkvEXypamOc\",,\"BRRS4320800\",\"4320800\",-28.887914655,-52.5644126461604,31035,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bcd607de\",4320859,4320859,\"BR_RS\",\"4320859\",3,\"Rio Grande do Sul\",\"Tabaí\",,\"BRA.21.409_1\",,,\"BRRS4320859\",\"4320859\",-29.666856765,-51.735876085089,4769,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c06399ac\",4320909,4320909,\"BR_RS\",\"4320909\",3,\"Rio Grande do Sul\",\"Tapejara\",,\"BRA.21.410_1\",\"ChIJu28tSkNf4pQR7Uks8pWwdf4\",,\"BRRS4320909\",\"4320909\",-28.096842765,-51.9991954207196,24552,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e7b1d8d7\",4321006,4321006,\"BR_RS\",\"4321006\",3,\"Rio Grande do Sul\",\"Tapera\",,\"BRA.21.411_1\",\"ChIJVSia9pxQ_ZQRrWlORj4hTyA\",,\"BRRS4321006\",\"4321006\",-28.66514397,-52.8584116769817,10577,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7f7ae35a\",4321105,4321105,\"BR_RS\",\"4321105\",3,\"Rio Grande do Sul\",\"Tapes\",,\"BRA.21.412_1\",\"ChIJm-qpKskDGpURVCOmuuw0-Xs\",,\"BRRS4321105\",\"4321105\",-30.678334235,-51.4818412371485,17332,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a3b6d95\",4321204,4321204,\"BR_RS\",\"4321204\",3,\"Rio Grande do Sul\",\"Taquara\",,\"BRA.21.413_1\",\"ChIJJXYAis4YGZUR2_lW3tVkWjM\",,\"BRRS4321204\",\"4321204\",-29.63418102,-50.7309125423825,57584,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"959d9201\",4321303,4321303,\"BR_RS\",\"4321303\",3,\"Rio Grande do Sul\",\"Taquari\",,\"BRA.21.414_1\",\"ChIJw9fgq7SIG5URfb92-2F6lN0\",,\"BRRS4321303\",\"4321303\",-29.738027575,-51.8315803537152,26885,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"477e199d\",4321329,4321329,\"BR_RS\",\"4321329\",3,\"Rio Grande do Sul\",\"Taquaruçu do Sul\",,\"BRA.21.415_1\",,,\"BRRS4321329\",\"4321329\",-27.409298895,-53.4966629998875,3077,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9fed56d2\",4321352,4321352,\"BR_RS\",\"4321352\",3,\"Rio Grande do Sul\",\"Tavares\",,\"BRA.21.416_1\",,,\"BRRS4321352\",\"4321352\",-31.31333351,-51.073612215,5483,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e7d5b412\",4321402,4321402,\"BR_RS\",\"4321402\",3,\"Rio Grande do Sul\",\"Tenente Portela\",,\"BRA.21.417_1\",\"ChIJfcWKTxXA-5QRWIQJEw5BvM4\",,\"BRRS4321402\",\"4321402\",-27.35808754,-53.7755468570051,13434,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cb9523c8\",4321436,4321436,\"BR_RS\",\"4321436\",3,\"Rio Grande do Sul\",\"Terra de Areia\",,\"BRA.21.418_1\",\"ChIJZWeUz9iDGJURHUediV4ZREc\",,\"BRRS4321436\",\"4321436\",-29.486676215,-50.1389355227875,11315,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"03ab11ed\",4321451,4321451,\"BR_RS\",\"4321451\",3,\"Rio Grande do Sul\",\"Teutônia\",,\"BRA.21.419_1\",\"ChIJkxS_ngluHJURd-oqNrLfkgk\",,\"BRRS4321451\",\"4321451\",-29.45782757,-51.7692929290224,33766,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"265dca1c\",4321469,4321469,\"BR_RS\",\"4321469\",3,\"Rio Grande do Sul\",\"Tio Hugo\",,,,,\"BRRS4321469\",\"4321469\",-28.5768433,-52.5969066,3055,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d8fed65a\",4321477,4321477,\"BR_RS\",\"4321477\",3,\"Rio Grande do Sul\",\"Tiradentes do Sul\",,\"BRA.21.420_1\",,,\"BRRS4321477\",\"4321477\",-27.36123848,-54.1303636806104,5616,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"41103fcd\",4321493,4321493,\"BR_RS\",\"4321493\",3,\"Rio Grande do Sul\",\"Toropi\",,\"BRA.21.421_1\",,,\"BRRS4321493\",\"4321493\",-29.475667,-54.2901886406216,2772,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7f1e8f9f\",4321501,4321501,\"BR_RS\",\"4321501\",3,\"Rio Grande do Sul\",\"Torres\",,\"BRA.21.422_1\",\"ChIJpefGFLhrIpUR_33S1hPq4BI\",,\"BRRS4321501\",\"4321501\",-29.32888794,-49.7776927261274,39064,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a5f0150\",4321600,4321600,\"BR_RS\",\"4321600\",3,\"Rio Grande do Sul\",\"Tramandaí\",,\"BRA.21.423_1\",\"ChIJZbVOytFsGJURiqEGqNp4tz8\",,\"BRRS4321600\",\"4321600\",-30.030973435,-50.2295539297447,52632,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d10ac6e7\",4321626,4321626,\"BR_RS\",\"4321626\",3,\"Rio Grande do Sul\",\"Travesseiro\",,\"BRA.21.424_1\",,,\"BRRS4321626\",\"4321626\",-29.284187315,-52.077609540713,2334,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"261f968a\",4321634,4321634,\"BR_RS\",\"4321634\",3,\"Rio Grande do Sul\",\"Três Arroios\",,\"BRA.21.425_1\",,,\"BRRS4321634\",\"4321634\",-27.48868275,-52.1520308896504,2643,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2613375\",4321667,4321667,\"BR_RS\",\"4321667\",3,\"Rio Grande do Sul\",\"Três Cachoeiras\",,\"BRA.21.426_1\",\"ChIJ11395-l5IpURkjxSt1_TgP4\",,\"BRRS4321667\",\"4321667\",-29.489603045,-49.9622790075313,11115,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7241d3c3\",4321709,4321709,\"BR_RS\",\"4321709\",3,\"Rio Grande do Sul\",\"Três Coroas\",,\"BRA.21.427_1\",\"ChIJq7SB8uklGZURYlR8Iz6IiWw\",,\"BRRS4321709\",\"4321709\",-29.465093615,-50.7617531655438,28581,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e1aa468\",4321808,4321808,\"BR_RS\",\"4321808\",3,\"Rio Grande do Sul\",\"Três de Maio\",,\"BRA.21.428_1\",\"ChIJ8TTPWORP-ZQR0wrx9BkTYj8\",,\"BRRS4321808\",\"4321808\",-27.716926575,-54.2969671349422,23876,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c5e21eb5\",4321832,4321832,\"BR_RS\",\"4321832\",3,\"Rio Grande do Sul\",\"Três Forquilhas\",,\"BRA.21.429_1\",,,\"BRRS4321832\",\"4321832\",-29.44497871,-50.0931786361427,2669,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e3d24dbc\",4321857,4321857,\"BR_RS\",\"4321857\",3,\"Rio Grande do Sul\",\"Três Palmeiras\",,\"BRA.21.430_1\",,,\"BRRS4321857\",\"4321857\",-27.616456985,-52.8261599291875,4251,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f67d3ce\",4321907,4321907,\"BR_RS\",\"4321907\",3,\"Rio Grande do Sul\",\"Três Passos\",,\"BRA.21.431_1\",\"ChIJP9CTbJPn-5QRoI0Dh0Svd94\",,\"BRRS4321907\",\"4321907\",-27.43133354,-53.933230894595,23852,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9517171d\",4321956,4321956,\"BR_RS\",\"4321956\",3,\"Rio Grande do Sul\",\"Trindade do Sul\",,\"BRA.21.432_1\",,,\"BRRS4321956\",\"4321956\",-27.52726078,-52.9016026871051,5791,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b0a1615\",4322004,4322004,\"BR_RS\",\"4322004\",3,\"Rio Grande do Sul\",\"Triunfo\",,\"BRA.21.433_1\",\"ChIJz-ykFH2VG5UR7JNSaOAfhZs\",,\"BRRS4322004\",\"4322004\",-29.806025505,-51.6295403898041,29856,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"84ace981\",4322103,4322103,\"BR_RS\",\"4322103\",3,\"Rio Grande do Sul\",\"Tucunduva\",,\"BRA.21.434_1\",,,\"BRRS4322103\",\"4322103\",-27.63164234,-54.4569254328636,5644,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8edc2d52\",4322152,4322152,\"BR_RS\",\"4322152\",3,\"Rio Grande do Sul\",\"Tunas\",,\"BRA.21.435_1\",,,\"BRRS4322152\",\"4322152\",-29.118927955,-52.8956004571315,4577,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c1f9706\",4322186,4322186,\"BR_RS\",\"4322186\",3,\"Rio Grande do Sul\",\"Tupanci do Sul\",,\"BRA.21.436_1\",,,\"BRRS4322186\",\"4322186\",-27.92266369,-51.5301006686579,1459,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f1ed674e\",4322202,4322202,\"BR_RS\",\"4322202\",3,\"Rio Grande do Sul\",\"Tupanciretã\",,\"BRA.21.437_1\",\"ChIJbyoZD6f-_ZQRU5t4SUrrWsE\",,\"BRRS4322202\",\"4322202\",-29.01654625,-54.0060030265138,24068,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1593c2b1\",4322251,4322251,\"BR_RS\",\"4322251\",3,\"Rio Grande do Sul\",\"Tupandi\",,\"BRA.21.438_1\",,,\"BRRS4322251\",\"4322251\",-29.476387025,-51.4247176822089,4939,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69265cc3\",4322301,4322301,\"BR_RS\",\"4322301\",3,\"Rio Grande do Sul\",\"Tuparendi\",,\"BRA.21.439_1\",\"ChIJv6-mh2Y8-ZQRYiOOVJ9dy5A\",,\"BRRS4322301\",\"4322301\",-27.69313526,-54.5582160500462,7810,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b2739b74\",4322327,4322327,\"BR_RS\",\"4322327\",3,\"Rio Grande do Sul\",\"Turuçu\",,\"BRA.21.440_1\",,,\"BRRS4322327\",\"4322327\",-31.53710842,-52.0825372406459,3423,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e344f8eb\",4322343,4322343,\"BR_RS\",\"4322343\",3,\"Rio Grande do Sul\",\"Ubiretama\",,\"BRA.21.441_1\",,,\"BRRS4322343\",\"4322343\",-28.035266875,-54.6613106608499,1983,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"63569810\",4322350,4322350,\"BR_RS\",\"4322350\",3,\"Rio Grande do Sul\",\"União da Serra\",,\"BRA.21.442_1\",,,\"BRRS4322350\",\"4322350\",-28.77807999,-52.0148722683207,1118,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b8035fa7\",4322376,4322376,\"BR_RS\",\"4322376\",3,\"Rio Grande do Sul\",\"Unistalda\",,\"BRA.21.443_1\",,,\"BRRS4322376\",\"4322376\",-29.07114029,-55.1509641609571,2321,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b6e7ad0\",4322400,4322400,\"BR_RS\",\"4322400\",3,\"Rio Grande do Sul\",\"Uruguaiana\",,\"BRA.21.445_1\",\"ChIJx3kSZz5bU5QRqJFREtfaxE8\",,\"BRRS4322400\",\"4322400\",-29.80065727,-56.8163482080733,126866,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6370a843\",4322509,4322509,\"BR_RS\",\"4322509\",3,\"Rio Grande do Sul\",\"Vacaria\",,\"BRA.21.446_1\",\"ChIJ_VocLdQ-HpURZ1GdKnxWpuw\",,\"BRRS4322509\",\"4322509\",-28.36616898,-50.8723509527681,66575,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a888129e\",4322533,4322533,\"BR_RS\",\"4322533\",3,\"Rio Grande do Sul\",\"Vale do Sol\",,\"BRA.21.447_1\",,,\"BRRS4322533\",\"4322533\",-29.591742515,-52.6946935725077,11828,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"09c7e575\",4322541,4322541,\"BR_RS\",\"4322541\",3,\"Rio Grande do Sul\",\"Vale Real\",,\"BRA.21.448_1\",\"ChIJPfNU6ASsHpURTQvFBVgbcC0\",,\"BRRS4322541\",\"4322541\",-29.3574152,-51.2386259314688,5981,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"58f086ea\",4322525,4322525,\"BR_RS\",\"4322525\",3,\"Rio Grande do Sul\",\"Vale Verde\",,\"BRA.21.449_1\",,,\"BRRS4322525\",\"4322525\",-29.83309269,-52.1144833712952,3515,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69006c90\",4322558,4322558,\"BR_RS\",\"4322558\",3,\"Rio Grande do Sul\",\"Vanini\",,\"BRA.21.450_1\",,,\"BRRS4322558\",\"4322558\",-28.497338295,-51.8321245375937,2122,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1631268c\",4322608,4322608,\"BR_RS\",\"4322608\",3,\"Rio Grande do Sul\",\"Venâncio Aires\",,\"BRA.21.451_1\",\"ChIJ5VZDRh2QHJURUXfN9xEhHus\",,\"BRRS4322608\",\"4322608\",-29.55321312,-52.2445994931721,71973,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"874c512a\",4322707,4322707,\"BR_RS\",\"4322707\",3,\"Rio Grande do Sul\",\"Vera Cruz\",,\"BRA.21.452_1\",\"ChIJu9YVdQWwHJURhAy7YNP7lGs\",,\"BRRS4322707\",\"4322707\",-29.725625035,-52.5333209416507,27099,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fb172681\",4322806,4322806,\"BR_RS\",\"4322806\",3,\"Rio Grande do Sul\",\"Veranópolis\",,\"BRA.21.453_1\",\"ChIJU95sngPNHZURuvHPCjrBBRY\",,\"BRRS4322806\",\"4322806\",-28.982666015,-51.5417812244493,26533,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1f69837e\",4322855,4322855,\"BR_RS\",\"4322855\",3,\"Rio Grande do Sul\",\"Vespasiano Corrêa\",,\"BRA.21.454_1\",,,\"BRRS4322855\",\"4322855\",-29.06668568,-51.8650999775595,1795,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"63dc1d0c\",4322905,4322905,\"BR_RS\",\"4322905\",3,\"Rio Grande do Sul\",\"Viadutos\",,\"BRA.21.455_1\",,,\"BRRS4322905\",\"4322905\",-27.579239845,-52.0188927505718,4690,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4ad5d445\",4323002,4323002,\"BR_RS\",\"4323002\",3,\"Rio Grande do Sul\",\"Viamão\",,\"BRA.21.456_1\",\"ChIJXUiSo02iGZURsdPtNavqqVc\",,\"BRRS4323002\",\"4323002\",-30.20290375,-50.837914685847,256302,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d21eefc8\",4323101,4323101,\"BR_RS\",\"4323101\",3,\"Rio Grande do Sul\",\"Vicente Dutra\",,\"BRA.21.457_1\",,,\"BRRS4323101\",\"4323101\",-27.16959667,-53.4012247340055,4599,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a75f6107\",4323200,4323200,\"BR_RS\",\"4323200\",3,\"Rio Grande do Sul\",\"Victor Graeff\",,\"BRA.21.458_1\",,,\"BRRS4323200\",\"4323200\",-28.545921325,-52.671349450104,2860,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df41b394\",4323309,4323309,\"BR_RS\",\"4323309\",3,\"Rio Grande do Sul\",\"Vila Flores\",,\"BRA.21.459_1\",,,\"BRRS4323309\",\"4323309\",-28.861668585,-51.5517709308493,3396,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d5317747\",4323358,4323358,\"BR_RS\",\"4323358\",3,\"Rio Grande do Sul\",\"Vila Lângaro\",,\"BRA.21.460_1\",,,\"BRRS4323358\",\"4323358\",-28.133149145,-52.1381061695686,2080,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ad099587\",4323408,4323408,\"BR_RS\",\"4323408\",3,\"Rio Grande do Sul\",\"Vila Maria\",,\"BRA.21.461_1\",,,\"BRRS4323408\",\"4323408\",-28.579561235,-52.1329091752565,4363,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"40c17c53\",4323457,4323457,\"BR_RS\",\"4323457\",3,\"Rio Grande do Sul\",\"Vila Nova do Sul\",,\"BRA.21.462_1\",,,\"BRRS4323457\",\"4323457\",-30.35112572,-53.8552863603263,4277,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c74e221\",4323507,4323507,\"BR_RS\",\"4323507\",3,\"Rio Grande do Sul\",\"Vista Alegre\",,\"BRA.21.464_1\",,,\"BRRS4323507\",\"4323507\",-27.31573391,-53.511799602716,2739,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"49356cee\",4323606,4323606,\"BR_RS\",\"4323606\",3,\"Rio Grande do Sul\",\"Vista Alegre do Prata\",,\"BRA.21.463_1\",,,\"BRRS4323606\",\"4323606\",-28.83290863,-51.7872718790936,1557,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1fe5763\",4323705,4323705,\"BR_RS\",\"4323705\",3,\"Rio Grande do Sul\",\"Vista Gaúcha\",,\"BRA.21.465_1\",,,\"BRRS4323705\",\"4323705\",-27.25908089,-53.6878051012418,2855,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"db8e93b0\",4323754,4323754,\"BR_RS\",\"4323754\",3,\"Rio Grande do Sul\",\"Vitória das Missões\",,\"BRA.21.466_1\",,,\"BRRS4323754\",\"4323754\",-28.37863159,-54.4599039358495,3092,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eed5352b\",4323770,4323770,\"BR_RS\",\"4323770\",3,\"Rio Grande do Sul\",\"Westfália\",,,,,\"BRRS4323770\",\"4323770\",-29.4221238,-51.7655231,3031,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ada520c8\",4323804,4323804,\"BR_RS\",\"4323804\",3,\"Rio Grande do Sul\",\"Xangri-lá\",,\"BRA.21.467_1\",\"ChIJWyVN9SN4GJURhep7WdI8q-4\",,\"BRRS4323804\",\"4323804\",-29.81180477,-50.0757020961342,16775,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ba2f0285\",1100015,1100015,\"BR_RO\",\"1100015\",3,\"Rondônia\",\"Alta Floresta D'Oeste\",,\"BRA.22.1_1\",\"ChIJ45dpjNpDxpMRpLW92Sg42fg\",,\"BRRO1100015\",\"1100015\",-12.476880075,-62.137030008138,22728,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e7855771\",1100379,1100379,\"BR_RO\",\"1100379\",3,\"Rondônia\",\"Alto Alegre dos Parecis\",,\"BRA.22.2_1\",,,\"BRRO1100379\",\"1100379\",-12.57156563,-61.7652420663919,13255,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4d5e3e2d\",1100403,1100403,\"BR_RO\",\"1100403\",3,\"Rondônia\",\"Alto Paraíso\",,\"BRA.22.3_1\",,,\"BRRO1100403\",\"1100403\",-9.69581795,-63.3771446679362,21847,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5c171923\",1100346,1100346,\"BR_RO\",\"1100346\",3,\"Rondônia\",\"Alvorada D'Oeste\",,\"BRA.22.4_1\",\"ChIJWym2c6woyZMROZPdeeRSE5o\",,\"BRRO1100346\",\"1100346\",-11.333988665,-62.4691537703601,14106,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7861f473\",1100023,1100023,\"BR_RO\",\"1100023\",3,\"Rondônia\",\"Ariquemes\",,\"BRA.22.5_1\",\"ChIJl-gKWfmPzJMRo5uPnhWPOUk\",,\"BRRO1100023\",\"1100023\",-9.97708273,-63.0566066566462,109523,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"472efafe\",1100452,1100452,\"BR_RO\",\"1100452\",3,\"Rondônia\",\"Buritis\",,\"BRA.22.6_1\",\"ChIJGxtLtNkJzZMRhUr63MdGiS0\",,\"BRRO1100452\",\"1100452\",-10.08911562,-63.9117905660715,40356,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8f74a41e\",1100031,1100031,\"BR_RO\",\"1100031\",3,\"Rondônia\",\"Cabixi\",,\"BRA.12.19_1\",,,\"BRRO1100031\",\"1100031\",-13.50902176,-60.680745686095,5188,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a0d48b6f\",1100601,1100601,\"BR_RO\",\"1100601\",3,\"Rondônia\",\"Cacaulândia\",,\"BRA.22.7_1\",,,\"BRRO1100601\",\"1100601\",-10.31725931,-62.9628864738646,6269,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ceeebaeb\",1100049,1100049,\"BR_RO\",\"1100049\",3,\"Rondônia\",\"Cacoal\",,\"BRA.22.8_1\",\"ChIJXynfBYMmyJMRoL3wIkDkG3E\",,\"BRRO1100049\",\"1100049\",-11.317338465,-61.2509484154737,85893,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d611d1ce\",1100700,1100700,\"BR_RO\",\"1100700\",3,\"Rondônia\",\"Campo Novo de Rondônia\",,\"BRA.22.9_1\",,,\"BRRO1100700\",\"1100700\",-10.495417595,-63.7659248473853,14266,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a4912e57\",1100809,1100809,\"BR_RO\",\"1100809\",3,\"Rondônia\",\"Candeias do Jamari\",,\"BRA.22.10_1\",\"ChIJR-w0IlwMM5IRnzvFO4bMnE0\",,\"BRRO1100809\",\"1100809\",-8.965164185,-63.5367601366701,27388,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d25474f6\",1100908,1100908,\"BR_RO\",\"1100908\",3,\"Rondônia\",\"Castanheiras\",,\"BRA.22.11_1\",,,\"BRRO1100908\",\"1100908\",-11.43876505,-61.8940290526604,2987,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"474a963b\",1100056,1100056,\"BR_RO\",\"1100056\",3,\"Rondônia\",\"Cerejeiras\",,\"BRA.22.12_1\",\"ChIJ_SG7adbMuJMROWTRJqbCvl8\",,\"BRRO1100056\",\"1100056\",-13.182271955,-61.2029958173689,16204,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e9d45a5f\",1100924,1100924,\"BR_RO\",\"1100924\",3,\"Rondônia\",\"Chupinguaia\",,\"BRA.22.13_1\",,,\"BRRO1100924\",\"1100924\",-12.57366991,-60.8842766172964,11472,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8269a4d4\",1100064,1100064,\"BR_RO\",\"1100064\",3,\"Rondônia\",\"Colorado do Oeste\",,\"BRA.22.14_1\",\"ChIJGWSO1lUquZMRsh9e0kw1dkQ\",,\"BRRO1100064\",\"1100064\",-13.13172531,-60.5400508334599,15544,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"721130a0\",1100072,1100072,\"BR_RO\",\"1100072\",3,\"Rondônia\",\"Corumbiara\",,\"BRA.22.15_1\",,,\"BRRO1100072\",\"1100072\",-12.88332796,-61.2248076058325,7220,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b874d43\",1100080,1100080,\"BR_RO\",\"1100080\",3,\"Rondônia\",\"Costa Marques\",,\"BRA.22.16_1\",,,\"BRRO1100080\",\"1100080\",-12.29655075,-62.8699935955339,18798,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b8e339c0\",1100940,1100940,\"BR_RO\",\"1100940\",3,\"Rondônia\",\"Cujubim\",,\"BRA.22.17_1\",,,\"BRRO1100940\",\"1100940\",-9.13336802,-62.5313814850668,26183,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0c47f430\",1100098,1100098,\"BR_RO\",\"1100098\",3,\"Rondônia\",\"Espigão D'Oeste\",,\"BRA.22.18_1\",\"ChIJJTOHNg_Bt5MRgCzu9Jfwlzw\",,\"BRRO1100098\",\"1100098\",-11.369311805,-60.7315748977326,32695,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b8854a1\",1101005,1101005,\"BR_RO\",\"1101005\",3,\"Rondônia\",\"Governador Jorge Teixeira\",,\"BRA.22.19_1\",,,\"BRRO1101005\",\"1101005\",-10.822153095,-63.2390591953423,7445,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3bff0849\",1100106,1100106,\"BR_RO\",\"1100106\",3,\"Rondônia\",\"Guajará-Mirim\",,\"BRA.22.20_1\",\"ChIJqzhuPADF05MRgHxgo5Em3D0\",,\"BRRO1100106\",\"1100106\",-11.32202578,-64.4171141990112,46556,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6d4d0e00\",1101104,1101104,\"BR_RO\",\"1101104\",3,\"Rondônia\",\"Itapuã do Oeste\",,\"BRA.22.21_1\",,,\"BRRO1101104\",\"1101104\",-9.128396035,-63.1242943184677,10641,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ccea5824\",1100114,1100114,\"BR_RO\",\"1100114\",3,\"Rondônia\",\"Jaru\",,\"BRA.22.22_1\",\"ChIJKwa7xsvky5MRgJ47AMhh0a8\",,\"BRRO1100114\",\"1100114\",-10.64690447,-62.5529071161563,51620,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ea4aed2\",1100122,1100122,\"BR_RO\",\"1100122\",3,\"Rondônia\",\"Ji-Paraná\",,\"BRA.22.23_1\",\"ChIJG8lpgr2EyZMRsLQuHMJB_vk\",,\"BRRO1100122\",\"1100122\",-10.451335905,-61.6923162862341,130009,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f9b1febf\",1100130,1100130,\"BR_RO\",\"1100130\",3,\"Rondônia\",\"Machadinho D'Oeste\",,\"BRA.22.24_1\",\"ChIJXW3Jl3_UypMRBb0nkJDt7tc\",,\"BRRO1100130\",\"1100130\",-9.18566656,-61.9272815420716,40867,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f16f25fa\",1101203,1101203,\"BR_RO\",\"1101203\",3,\"Rondônia\",\"Ministro Andreazza\",,\"BRA.22.25_1\",,,\"BRRO1101203\",\"1101203\",-11.18351126,-61.5835739934184,9559,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"87aa7f5b\",1101302,1101302,\"BR_RO\",\"1101302\",3,\"Rondônia\",\"Mirante da Serra\",,\"BRA.22.26_1\",,,\"BRRO1101302\",\"1101302\",-11.04578972,-62.8069261167688,10818,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1bec3864\",1101401,1101401,\"BR_RO\",\"1101401\",3,\"Rondônia\",\"Monte Negro\",,\"BRA.22.27_1\",,,\"BRRO1101401\",\"1101401\",-10.247369765,-63.3796869150588,16007,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b82be04a\",1100148,1100148,\"BR_RO\",\"1100148\",3,\"Rondônia\",\"Nova Brasilândia D'Oeste\",,\"BRA.22.28_1\",\"ChIJi0wzFN6SyJMRjSzaAOK2SAg\",,\"BRRO1100148\",\"1100148\",-11.554452895,-62.2730661016662,20489,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f4eea2e3\",1100338,1100338,\"BR_RO\",\"1100338\",3,\"Rondônia\",\"Nova Mamoré\",,\"BRA.22.29_1\",\"ChIJ7wSns3im05MRpC2q1vtvcFM\",,\"BRRO1100338\",\"1100338\",-10.40682745,-64.777821533326,31392,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"37acafbe\",1101435,1101435,\"BR_RO\",\"1101435\",3,\"Rondônia\",\"Nova União\",,\"BRA.22.30_1\",,,\"BRRO1101435\",\"1101435\",-10.886098865,-62.5347503226015,6895,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3b9b648c\",1100502,1100502,\"BR_RO\",\"1100502\",3,\"Rondônia\",\"Novo Horizonte do Oeste\",,\"BRA.22.31_1\",,,\"BRRO1100502\",\"1100502\",-11.687823775,-62.0858533177444,8329,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df81adb6\",1100155,1100155,\"BR_RO\",\"1100155\",3,\"Rondônia\",\"Ouro Preto do Oeste\",,\"BRA.22.32_1\",\"ChIJnQeNZofOy5MRgdRPNntY5DU\",,\"BRRO1100155\",\"1100155\",-10.51459503,-62.0128718490375,35737,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"119cfcb7\",1101450,1101450,\"BR_RO\",\"1101450\",3,\"Rondônia\",\"Parecis\",,\"BRA.22.33_1\",,,\"BRRO1101450\",\"1101450\",-12.309926035,-61.4300203314959,6198,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"63999fd0\",1100189,1100189,\"BR_RO\",\"1100189\",3,\"Rondônia\",\"Pimenta Bueno\",,\"BRA.22.34_1\",\"ChIJ2zxPCIPmt5MRJrLBjLBsop4\",,\"BRRO1100189\",\"1100189\",-11.86185026,-60.8097863106935,36881,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"346a2746\",1101468,1101468,\"BR_RO\",\"1101468\",3,\"Rondônia\",\"Pimenteiras do Oeste\",,\"BRA.22.35_1\",,,\"BRRO1101468\",\"1101468\",-13.01579142,-61.7383004119111,2148,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a0b0e7aa\",1100205,1100205,\"BR_RO\",\"1100205\",3,\"Rondônia\",\"Porto Velho\",,\"BRA.22.36_1\",\"ChIJR4yopIwyLZIRYAcj1g6VgEM\",,\"BRRO1100205\",\"1100205\",-8.98457956,-63.9914280010684,539354,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aac02379\",1100254,1100254,\"BR_RO\",\"1100254\",3,\"Rondônia\",\"Presidente Médici\",,\"BRA.22.37_1\",\"ChIJ3RWBxWalyZMR8cxt8zO7Pzs\",,\"BRRO1100254\",\"1100254\",-11.193688395,-61.8480032346289,18571,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cac93b00\",1101476,1101476,\"BR_RO\",\"1101476\",3,\"Rondônia\",\"Primavera de Rondônia\",,\"BRA.22.38_1\",,,\"BRRO1101476\",\"1101476\",-11.91198397,-61.3021241357956,2776,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"688ed58f\",1100262,1100262,\"BR_RO\",\"1100262\",3,\"Rondônia\",\"Rio Crespo\",,\"BRA.22.39_1\",,,\"BRRO1100262\",\"1100262\",-9.68958902,-62.8358946331198,3804,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"16d8111f\",1100288,1100288,\"BR_RO\",\"1100288\",3,\"Rondônia\",\"Rolim de Moura\",,\"BRA.22.40_1\",\"ChIJQxjVEPVryJMReiIHDtl1j4o\",,\"BRRO1100288\",\"1100288\",-11.741383075,-61.7529903721721,55407,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e87b0d59\",1100296,1100296,\"BR_RO\",\"1100296\",3,\"Rondônia\",\"Santa Luzia D'Oeste\",,\"BRA.22.41_1\",,,\"BRRO1100296\",\"1100296\",-12.138376235,-61.7315438875398,6216,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a35f46e3\",1101484,1101484,\"BR_RO\",\"1101484\",3,\"Rondônia\",\"São Felipe D'Oeste\",,\"BRA.22.42_1\",,,\"BRRO1101484\",\"1101484\",-11.7174716,-62.4870039086904,5066,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5327d297\",1101492,1101492,\"BR_RO\",\"1101492\",3,\"Rondônia\",\"São Francisco do Guaporé\",,\"BRA.22.43_1\",\"ChIJXyVmoXt4z5MREaWDhOYUqPQ\",,\"BRRO1101492\",\"1101492\",-11.620721815,-62.7704273826314,20681,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e32e1b90\",1100320,1100320,\"BR_RO\",\"1100320\",3,\"Rondônia\",\"São Miguel do Guaporé\",,\"BRA.22.44_1\",\"ChIJsSmKuh3JyJMRZVbjJIKR8lI\",,\"BRRO1100320\",\"1100320\",-11.89514589,-63.0488179878977,23077,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6d2962c5\",1101500,1101500,\"BR_RO\",\"1101500\",3,\"Rondônia\",\"Seringueiras\",,\"BRA.22.45_1\",,,\"BRRO1101500\",\"1101500\",-11.89629364,-63.5203346651134,11851,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69822e24\",1101559,1101559,\"BR_RO\",\"1101559\",3,\"Rondônia\",\"Teixeirópolis\",,\"BRA.22.46_1\",,,\"BRRO1101559\",\"1101559\",-10.938578125,-62.2638203574164,4233,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"16b36438\",1101609,1101609,\"BR_RO\",\"1101609\",3,\"Rondônia\",\"Theobroma\",,\"BRA.22.47_1\",,,\"BRRO1101609\",\"1101609\",-10.09017563,-62.2809082761692,10395,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"60763e99\",1101708,1101708,\"BR_RO\",\"1101708\",3,\"Rondônia\",\"Urupá\",,\"BRA.22.48_1\",,,\"BRRO1101708\",\"1101708\",-11.11584139,-62.4572498650736,11272,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8dbed74d\",1101757,1101757,\"BR_RO\",\"1101757\",3,\"Rondônia\",\"Vale do Anari\",,\"BRA.22.49_1\",,,\"BRRO1101757\",\"1101757\",-9.6908493,-61.7714762906465,11377,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fb956435\",1101807,1101807,\"BR_RO\",\"1101807\",3,\"Rondônia\",\"Vale do Paraíso\",,\"BRA.22.50_1\",,,\"BRRO1101807\",\"1101807\",-10.415935515,-62.1104857901334,6656,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d675bd0b\",1100304,1100304,\"BR_RO\",\"1100304\",3,\"Rondônia\",\"Vilhena\",,\"BRA.22.51_1\",\"ChIJEfqJWVppuZMRJUqyv52CpjY\",,\"BRRO1100304\",\"1100304\",-12.12895012,-60.1129475050953,102211,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fee4a2bd\",1400050,1400050,\"BR_RR\",\"1400050\",3,\"Roraima\",\"Alto Alegre\",,\"BRA.23.1_1\",,,\"BRRR1400050\",\"1400050\",3.105010035,-62.6141840215897,15380,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2fc1a1d9\",1400027,1400027,\"BR_RR\",\"1400027\",3,\"Roraima\",\"Amajari\",,\"BRA.23.2_1\",,,\"BRRR1400027\",\"1400027\",3.722926495,-61.8091422655269,13185,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"82513ccf\",1400100,1400100,\"BR_RR\",\"1400100\",3,\"Roraima\",\"Boa Vista\",,\"BRA.23.3_1\",\"ChIJW_TM33EGk40RNE1ZcccgUlo\",,\"BRRR1400100\",\"1400100\",3.00999296,-60.74637541631,419652,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"86fa702e\",1400159,1400159,\"BR_RR\",\"1400159\",3,\"Roraima\",\"Bonfim\",,\"BRA.23.4_1\",,,\"BRRR1400159\",\"1400159\",2.79389453,-60.1749481494198,12557,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd7a5e87\",1400175,1400175,\"BR_RR\",\"1400175\",3,\"Roraima\",\"Cantá\",,\"BRA.23.5_1\",,,\"BRRR1400175\",\"1400175\",2.29003346,-60.5422700848399,18799,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f9cb3a32\",1400209,1400209,\"BR_RR\",\"1400209\",3,\"Roraima\",\"Caracaraí\",,\"BRA.23.6_1\",,,\"BRRR1400209\",\"1400209\",0.311555505,-62.1084299636531,22283,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"323380ef\",1400233,1400233,\"BR_RR\",\"1400233\",3,\"Roraima\",\"Caroebe\",,\"BRA.23.7_1\",,,\"BRRR1400233\",\"1400233\",0.96236402,-59.3257130566579,10383,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a6c069b2\",1400282,1400282,\"BR_RR\",\"1400282\",3,\"Roraima\",\"Iracema\",,\"BRA.23.8_1\",,,\"BRRR1400282\",\"1400282\",2.177260515,-61.6721060948444,12296,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8f0e6093\",1400308,1400308,\"BR_RR\",\"1400308\",3,\"Roraima\",\"Mucajaí\",,\"BRA.23.9_1\",,,\"BRRR1400308\",\"1400308\",2.52990544,-62.0055492628522,18172,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1afe6b87\",1400407,1400407,\"BR_RR\",\"1400407\",3,\"Roraima\",\"Normandia\",,\"BRA.23.10_1\",,,\"BRRR1400407\",\"1400407\",3.836972475,-60.0283698744892,11532,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"108eaf54\",1400456,1400456,\"BR_RR\",\"1400456\",3,\"Roraima\",\"Pacaraima\",,\"BRA.23.11_1\",,,\"BRRR1400456\",\"1400456\",4.165434835,-60.8872319683685,18913,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"25d509cf\",1400472,1400472,\"BR_RR\",\"1400472\",3,\"Roraima\",\"Rorainópolis\",,\"BRA.23.12_1\",\"ChIJw830aQyFi40R46M0S12zsFs\",,\"BRRR1400472\",\"1400472\",-0.220518,-61.0603607287298,30782,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c3b3126\",1400506,1400506,\"BR_RR\",\"1400506\",3,\"Roraima\",\"São João da Baliza\",,\"BRA.23.13_1\",,,\"BRRR1400506\",\"1400506\",0.763220015,-59.9229535593587,8348,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f774dec5\",1400605,1400605,\"BR_RR\",\"1400605\",3,\"Roraima\",\"São Luiz\",,\"BRA.23.14_1\",,,\"BRRR1400605\",\"1400605\",0.845017015,-60.1455111168801,8110,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"81b18464\",1400704,1400704,\"BR_RR\",\"1400704\",3,\"Roraima\",\"Uiramutã\",,\"BRA.23.15_1\",,,\"BRRR1400704\",\"1400704\",4.713948965,-60.335532169688,10789,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0d825e91\",4200051,4200051,\"BR_SC\",\"4200051\",3,\"Santa Catarina\",\"Abdon Batista\",,\"BRA.24.1_1\",,,\"BRSC4200051\",\"4200051\",-27.58571625,-51.0584339879546,2548,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7137c0e3\",4200101,4200101,\"BR_SC\",\"4200101\",3,\"Santa Catarina\",\"Abelardo Luz\",,\"BRA.24.2_1\",\"ChIJg2aj-7sd5ZQRYEzAWeCxLuI\",,\"BRSC4200101\",\"4200101\",-26.567828175,-52.2455055803239,17960,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"04764e2c\",4200200,4200200,\"BR_SC\",\"4200200\",3,\"Santa Catarina\",\"Agrolândia\",,\"BRA.24.3_1\",\"ChIJ8bPoWyPo35QR9SpK9Jhn5Ic\",,\"BRSC4200200\",\"4200200\",-27.46736908,-49.852665080871,11013,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c689cbf\",4200309,4200309,\"BR_SC\",\"4200309\",3,\"Santa Catarina\",\"Agronômica\",,\"BRA.24.4_1\",\"ChIJRZLie0DH35QRniANHQ9YwOI\",,\"BRSC4200309\",\"4200309\",-27.32012463,-49.7192082992088,5509,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e20baac\",4200408,4200408,\"BR_SC\",\"4200408\",3,\"Santa Catarina\",\"Água Doce\",,\"BRA.24.5_1\",,,\"BRSC4200408\",\"4200408\",-26.81647873,-51.5650069408406,7152,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f5dcd0a\",4200507,4200507,\"BR_SC\",\"4200507\",3,\"Santa Catarina\",\"Águas de Chapecó\",,\"BRA.24.6_1\",,,\"BRSC4200507\",\"4200507\",-27.05131817,-52.9388690948445,6515,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"952d09d9\",4200556,4200556,\"BR_SC\",\"4200556\",3,\"Santa Catarina\",\"Águas Frias\",,\"BRA.24.7_1\",,,\"BRSC4200556\",\"4200556\",-26.847757335,-52.8599783513623,2354,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ea1c43c5\",4200606,4200606,\"BR_SC\",\"4200606\",3,\"Santa Catarina\",\"Águas Mornas\",,\"BRA.24.8_1\",\"ChIJBTeBDqTJIJURz366JMxm_OI\",,\"BRSC4200606\",\"4200606\",-27.74244595,-48.9277084034388,6559,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"72d77848\",4200705,4200705,\"BR_SC\",\"4200705\",3,\"Santa Catarina\",\"Alfredo Wagner\",,\"BRA.24.9_1\",\"ChIJDYrieV6IIJURsmLEaiHnOLY\",,\"BRSC4200705\",\"4200705\",-27.71723366,-49.308878380538,10086,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78a7bc9b\",4200754,4200754,\"BR_SC\",\"4200754\",3,\"Santa Catarina\",\"Alto Bela Vista\",,\"BRA.24.10_1\",,,\"BRSC4200754\",\"4200754\",-27.42705822,-51.911864437057,1926,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e8c0fe3\",4200804,4200804,\"BR_SC\",\"4200804\",3,\"Santa Catarina\",\"Anchieta\",,\"BRA.24.11_1\",,,\"BRSC4200804\",\"4200804\",-26.53224182,-53.3380796778219,5557,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"912af077\",4200903,4200903,\"BR_SC\",\"4200903\",3,\"Santa Catarina\",\"Angelina\",,\"BRA.24.12_1\",,,\"BRSC4200903\",\"4200903\",-27.544137005,-49.0901310808224,4743,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf4efd27\",4201000,4201000,\"BR_SC\",\"4201000\",3,\"Santa Catarina\",\"Anita Garibaldi\",,\"BRA.24.13_1\",,,\"BRSC4201000\",\"4201000\",-27.73353195,-51.0887729946929,6957,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c7502fb4\",4201109,4201109,\"BR_SC\",\"4201109\",3,\"Santa Catarina\",\"Anitápolis\",,\"BRA.24.14_1\",,,\"BRSC4201109\",\"4201109\",-27.870015145,-49.1471294341028,3228,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b211a17b\",4201208,4201208,\"BR_SC\",\"4201208\",3,\"Santa Catarina\",\"Antônio Carlos\",,\"BRA.24.15_1\",\"ChIJWUYObW6uIJUR93tEGoL9mK0\",,\"BRSC4201208\",\"4201208\",-27.484885215,-48.8249086326168,8613,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5fd948af\",4201257,4201257,\"BR_SC\",\"4201257\",3,\"Santa Catarina\",\"Apiúna\",,\"BRA.24.16_1\",\"ChIJ9ctAT2Wp35QR-qYgAzh_Qx8\",,\"BRSC4201257\",\"4201257\",-27.11957169,-49.3574173423398,10848,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6a82ee34\",4201273,4201273,\"BR_SC\",\"4201273\",3,\"Santa Catarina\",\"Arabutã\",,\"BRA.24.17_1\",,,\"BRSC4201273\",\"4201273\",-27.135346415,-52.1802032256184,4267,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"236cd6dd\",4201307,4201307,\"BR_SC\",\"4201307\",3,\"Santa Catarina\",\"Araquari\",,\"BRA.24.18_1\",\"ChIJ7_TVI1s22ZQRaIVFTJqLyx8\",,\"BRSC4201307\",\"4201307\",-26.45757675,-48.7825314907684,39524,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5124f0ce\",4201406,4201406,\"BR_SC\",\"4201406\",3,\"Santa Catarina\",\"Araranguá\",,\"BRA.24.19_1\",\"ChIJocJfcWIuIpURGXwEMf13g3g\",,\"BRSC4201406\",\"4201406\",-28.94611168,-49.5089116053818,68867,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c9efcb43\",4201505,4201505,\"BR_SC\",\"4201505\",3,\"Santa Catarina\",\"Armazém\",,\"BRA.24.20_1\",\"ChIJhei9lwE9IZURbYQ7Q3ANrO0\",,\"BRSC4201505\",\"4201505\",-28.233736995,-49.02064172581,8759,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bcae458c\",4201604,4201604,\"BR_SC\",\"4201604\",3,\"Santa Catarina\",\"Arroio Trinta\",,\"BRA.24.21_1\",,,\"BRSC4201604\",\"4201604\",-26.92575264,-51.3275002727247,3549,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5fbd246a\",4201653,4201653,\"BR_SC\",\"4201653\",3,\"Santa Catarina\",\"Arvoredo\",,\"BRA.24.22_1\",,,\"BRSC4201653\",\"4201653\",-27.06595707,-52.4338875211774,2234,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2308ba18\",4201703,4201703,\"BR_SC\",\"4201703\",3,\"Santa Catarina\",\"Ascurra\",,\"BRA.24.23_1\",\"ChIJw4Wn0Ziq35QRy1rnSDJEhfM\",,\"BRSC4201703\",\"4201703\",-26.968576435,-49.387686566263,7978,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5f53cdb3\",4201802,4201802,\"BR_SC\",\"4201802\",3,\"Santa Catarina\",\"Atalanta\",,\"BRA.24.24_1\",,,\"BRSC4201802\",\"4201802\",-27.42813015,-49.7379191682849,3195,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c798f63e\",4201901,4201901,\"BR_SC\",\"4201901\",3,\"Santa Catarina\",\"Aurora\",,\"BRA.24.25_1\",,,\"BRSC4201901\",\"4201901\",-27.32922745,-49.5879574069589,5683,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cde832ed\",4201950,4201950,\"BR_SC\",\"4201950\",3,\"Santa Catarina\",\"Balneário Arroio do Silva\",,\"BRA.24.26_1\",\"ChIJcUjL26MxIpURNnAfUA2V0h4\",,\"BRSC4201950\",\"4201950\",-27.008055685,-48.6133791756356,13430,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4ee8332f\",4202057,4202057,\"BR_SC\",\"4202057\",3,\"Santa Catarina\",\"Balneário Barra do Sul\",,\"BRA.24.27_1\",\"ChIJu4LQGA4x2ZQRJayqcbejrjQ\",,\"BRSC4202057\",\"4202057\",-29.017499925,-49.4751128962579,11035,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a320dafb\",4202008,4202008,\"BR_SC\",\"4202008\",3,\"Santa Catarina\",\"Balneário Camboriú\",,\"BRA.24.28_1\",\"ChIJcaT-q2i22JQRbn6oBAVJyk8\",,\"BRSC4202008\",\"4202008\",-26.45763874,-48.6465434860747,145796,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7bb395b4\",4202073,4202073,\"BR_SC\",\"4202073\",3,\"Santa Catarina\",\"Balneário Gaivota\",,\"BRA.24.29_1\",\"ChIJ0UZOgfA4IpURcZcU2C5TtPc\",,\"BRSC4202073\",\"4202073\",-29.1497221,-49.6135127035502,11260,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e7549265\",4212809,4212809,\"BR_SC\",\"4212809\",3,\"Santa Catarina\",\"Balneário Piçarras\",,\"BRA.24.195_1\",\"ChIJrdGSLoHT2JQRBeXc2aStJfY\",,\"BRSC4212809\",\"4212809\",-26.760557175,-48.7293832663217,23772,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7d32c922\",4220000,4220000,\"BR_SC\",\"4220000\",3,\"Santa Catarina\",\"Balneário Rincão\",,,,,\"BRSC4220000\",\"4220000\",-28.8235718,-49.2241642,12946,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1225e857\",4202081,4202081,\"BR_SC\",\"4202081\",3,\"Santa Catarina\",\"Bandeirante\",,\"BRA.24.30_1\",,,\"BRSC4202081\",\"4202081\",-26.76504993,-53.6515971573233,2648,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"05e55124\",4202099,4202099,\"BR_SC\",\"4202099\",3,\"Santa Catarina\",\"Barra Bonita\",,\"BRA.24.31_1\",,,\"BRSC4202099\",\"4202099\",-26.6642046,-53.4403635001946,1651,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"325dad5d\",4202107,4202107,\"BR_SC\",\"4202107\",3,\"Santa Catarina\",\"Barra Velha\",,\"BRA.24.32_1\",\"ChIJt9X64lcr2ZQRg7xcDeOo2JI\",,\"BRSC4202107\",\"4202107\",-26.65029144,-48.7202049657324,29860,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f0135bab\",4202131,4202131,\"BR_SC\",\"4202131\",3,\"Santa Catarina\",\"Bela Vista do Toldo\",,\"BRA.24.33_1\",,,\"BRSC4202131\",\"4202131\",-26.43684101,-50.5033005869755,6362,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"382d698e\",4202156,4202156,\"BR_SC\",\"4202156\",3,\"Santa Catarina\",\"Belmonte\",,\"BRA.24.34_1\",,,\"BRSC4202156\",\"4202156\",-26.851372715,-53.6131781334163,2709,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"471c2392\",4202206,4202206,\"BR_SC\",\"4202206\",3,\"Santa Catarina\",\"Benedito Novo\",,\"BRA.24.35_1\",\"ChIJNcvilwD43pQRJ3m3sM_emSM\",,\"BRSC4202206\",\"4202206\",-26.794231415,-49.4233739549601,11775,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dfd7181f\",4202305,4202305,\"BR_SC\",\"4202305\",3,\"Santa Catarina\",\"Biguaçu\",,\"BRA.24.36_1\",\"ChIJn3I_68-sIJURJiiPqeDxOlM\",,\"BRSC4202305\",\"4202305\",-27.432640075,-48.7135941302159,69486,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ad9f3e0c\",4202404,4202404,\"BR_SC\",\"4202404\",3,\"Santa Catarina\",\"Blumenau\",,\"BRA.24.37_1\",\"ChIJ8XvhRDEZ35QRMObvcySLKig\",,\"BRSC4202404\",\"4202404\",-26.87402153,-49.1133797542236,361855,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8f0421e4\",4202438,4202438,\"BR_SC\",\"4202438\",3,\"Santa Catarina\",\"Bocaina do Sul\",,\"BRA.24.38_1\",,,\"BRSC4202438\",\"4202438\",-27.759308815,-49.9049545121533,3488,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3239c198\",4202503,4202503,\"BR_SC\",\"4202503\",3,\"Santa Catarina\",\"Bom Jardim da Serra\",,\"BRA.24.39_1\",,,\"BRSC4202503\",\"4202503\",-28.37076092,-49.6643855828406,4772,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1e795642\",4202537,4202537,\"BR_SC\",\"4202537\",3,\"Santa Catarina\",\"Bom Jesus\",,\"BRA.24.41_1\",,,\"BRSC4202537\",\"4202537\",-26.73642826,-52.3870663709164,3057,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eaaa8ed7\",4202578,4202578,\"BR_SC\",\"4202578\",3,\"Santa Catarina\",\"Bom Jesus do Oeste\",,\"BRA.24.40_1\",,,\"BRSC4202578\",\"4202578\",-26.68372917,-53.0954591648089,2139,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"47784f57\",4202602,4202602,\"BR_SC\",\"4202602\",3,\"Santa Catarina\",\"Bom Retiro\",,\"BRA.24.42_1\",,,\"BRSC4202602\",\"4202602\",-27.777259825,-49.5968361312318,10060,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e8c5fea\",4202453,4202453,\"BR_SC\",\"4202453\",3,\"Santa Catarina\",\"Bombinhas\",,\"BRA.24.43_1\",\"ChIJhdF08qam2JQR7w-3HBwvXvI\",,\"BRSC4202453\",\"4202453\",-27.16652775,-48.5150907038129,20335,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dfb374da\",4202701,4202701,\"BR_SC\",\"4202701\",3,\"Santa Catarina\",\"Botuverá\",,\"BRA.24.44_1\",,,\"BRSC4202701\",\"4202701\",-27.220957755,-49.1104289867415,5322,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a3e80371\",4202800,4202800,\"BR_SC\",\"4202800\",3,\"Santa Catarina\",\"Braço do Norte\",,\"BRA.24.45_1\",\"ChIJHWm8LI4aIZURR-swum-gJj4\",,\"BRSC4202800\",\"4202800\",-28.250805855,-49.1294393559845,33876,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a7434f90\",4202859,4202859,\"BR_SC\",\"4202859\",3,\"Santa Catarina\",\"Braço do Trombudo\",,\"BRA.24.46_1\",,,\"BRSC4202859\",\"4202859\",-27.371694565,-49.8989862151718,3769,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9cc36139\",4202875,4202875,\"BR_SC\",\"4202875\",3,\"Santa Catarina\",\"Brunópolis\",,\"BRA.24.47_1\",,,\"BRSC4202875\",\"4202875\",-27.34671497,-50.8704105178635,2368,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dbf6d1e2\",4202909,4202909,\"BR_SC\",\"4202909\",3,\"Santa Catarina\",\"Brusque\",,\"BRA.24.48_1\",\"ChIJoWhwjEtG35QRGHsZ4hRz4rY\",,\"BRSC4202909\",\"4202909\",-27.131325725,-48.8930776062945,137689,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fc249099\",4203006,4203006,\"BR_SC\",\"4203006\",3,\"Santa Catarina\",\"Caçador\",,\"BRA.24.49_1\",\"ChIJa3VgZNiw5pQRZM6Tqxk7tW0\",,\"BRSC4203006\",\"4203006\",-26.76259804,-51.0545974657326,79313,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"64efab14\",4203105,4203105,\"BR_SC\",\"4203105\",3,\"Santa Catarina\",\"Caibi\",,\"BRA.24.50_1\",,,\"BRSC4203105\",\"4203105\",-27.02701855,-53.2521717823245,6130,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6e9f6fc7\",4203154,4203154,\"BR_SC\",\"4203154\",3,\"Santa Catarina\",\"Calmon\",,\"BRA.24.51_1\",,,\"BRSC4203154\",\"4203154\",-26.63118458,-51.0291030894622,3335,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"11ae25db\",4203204,4203204,\"BR_SC\",\"4203204\",3,\"Santa Catarina\",\"Camboriú\",,\"BRA.24.52_1\",\"ChIJPeRgrsm02JQR2whUoHC52I4\",,\"BRSC4203204\",\"4203204\",-27.064928055,-48.6968933271582,85105,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8e08da4f\",4203303,4203303,\"BR_SC\",\"4203303\",3,\"Santa Catarina\",\"Campo Alegre\",,\"BRA.24.53_1\",\"ChIJAYdXip0l3JQRCOhU6hS3OuM\",,\"BRSC4203303\",\"4203303\",-26.130747795,-49.2548195639879,11981,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fc40fc5c\",4203402,4203402,\"BR_SC\",\"4203402\",3,\"Santa Catarina\",\"Campo Belo do Sul\",,\"BRA.24.54_1\",,,\"BRSC4203402\",\"4203402\",-27.821187975,-50.7393685861669,6952,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"648bc7d1\",4203501,4203501,\"BR_SC\",\"4203501\",3,\"Santa Catarina\",\"Campo Erê\",,\"BRA.24.55_1\",\"ChIJgYTRkHaX-pQRqnWaMhN4RhY\",,\"BRSC4203501\",\"4203501\",-26.45965004,-53.1442033720792,8418,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"11ca491e\",4203600,4203600,\"BR_SC\",\"4203600\",3,\"Santa Catarina\",\"Campos Novos\",,\"BRA.24.56_1\",\"ChIJ8fwF1dJk4ZQRA3L8jlNBuOY\",,\"BRSC4203600\",\"4203600\",-27.410575865,-51.2722808252944,36556,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69d49b8d\",4203709,4203709,\"BR_SC\",\"4203709\",3,\"Santa Catarina\",\"Canelinha\",,\"BRA.24.57_1\",\"ChIJQ8HKfthT35QRzGPsUdpNmBo\",,\"BRSC4203709\",\"4203709\",-27.244916915,-48.7854777644042,12398,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"158fec26\",4203808,4203808,\"BR_SC\",\"4203808\",3,\"Santa Catarina\",\"Canoinhas\",,\"BRA.24.58_1\",\"ChIJ4Q-wFHwS55QRYp5CiQpw93k\",,\"BRSC4203808\",\"4203808\",-26.30638218,-50.6111488325506,54480,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f2bd443d\",4203253,4203253,\"BR_SC\",\"4203253\",3,\"Santa Catarina\",\"Capão Alto\",,\"BRA.24.59_1\",,,\"BRSC4203253\",\"4203253\",-28.0640173,-50.6560320556097,2496,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"84f29b80\",4203907,4203907,\"BR_SC\",\"4203907\",3,\"Santa Catarina\",\"Capinzal\",,\"BRA.24.60_1\",\"ChIJa6u8Vxjq45QR2ZwrUVKG-q8\",,\"BRSC4203907\",\"4203907\",-27.397954945,-51.6387191267635,23035,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8e825f53\",4203956,4203956,\"BR_SC\",\"4203956\",3,\"Santa Catarina\",\"Capivari de Baixo\",,\"BRA.24.61_1\",\"ChIJ5YNuLWNEIZURl07y99Nbzl4\",,\"BRSC4203956\",\"4203956\",-28.453591345,-48.947245964965,25177,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8ffdc90c\",4204004,4204004,\"BR_SC\",\"4204004\",3,\"Santa Catarina\",\"Catanduvas\",,\"BRA.24.62_1\",\"ChIJDQmCGl7145QRHJcIA3Ehqqg\",,\"BRSC4204004\",\"4204004\",-27.03161144,-51.6720078051779,10984,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"105b3698\",4204103,4204103,\"BR_SC\",\"4204103\",3,\"Santa Catarina\",\"Caxambu do Sul\",,\"BRA.24.63_1\",,,\"BRSC4204103\",\"4204103\",-27.151061055,-52.9123690442005,3551,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a2bf24b\",4204152,4204152,\"BR_SC\",\"4204152\",3,\"Santa Catarina\",\"Celso Ramos\",,\"BRA.24.64_1\",,,\"BRSC4204152\",\"4204152\",-27.65162468,-51.2845614064789,2719,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c8c879d7\",4204178,4204178,\"BR_SC\",\"4204178\",3,\"Santa Catarina\",\"Cerro Negro\",,\"BRA.24.65_1\",,,\"BRSC4204178\",\"4204178\",-27.76868248,-50.9047439462186,3068,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5ffd1872\",4204194,4204194,\"BR_SC\",\"4204194\",3,\"Santa Catarina\",\"Chapadão do Lageado\",,\"BRA.24.66_1\",,,\"BRSC4204194\",\"4204194\",-27.5890131,-49.5562266110918,3006,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"651ab857\",4204202,4204202,\"BR_SC\",\"4204202\",3,\"Santa Catarina\",\"Chapecó\",,\"BRA.24.67_1\",\"ChIJ35Gttzu05JQRrp42a5N4X4Q\",,\"BRSC4204202\",\"4204202\",-27.10798168,-52.5975446323014,224013,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"81641da8\",4204251,4204251,\"BR_SC\",\"4204251\",3,\"Santa Catarina\",\"Cocal do Sul\",,\"BRA.24.68_1\",\"ChIJD9hF3Ql3IZURJVCgVSCNSgU\",,\"BRSC4204251\",\"4204251\",-28.60051346,-49.3337029075471,16821,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fdd183da\",4204301,4204301,\"BR_SC\",\"4204301\",3,\"Santa Catarina\",\"Concórdia\",,\"BRA.24.69_1\",\"ChIJ22JovUJ_45QR5Ue_tX58V1k\",,\"BRSC4204301\",\"4204301\",-27.24100494,-52.0348678736388,75167,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f7a14709\",4204350,4204350,\"BR_SC\",\"4204350\",3,\"Santa Catarina\",\"Cordilheira Alta\",,\"BRA.24.70_1\",,,\"BRSC4204350\",\"4204350\",-26.9776268,-52.6551137158381,4520,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8f99a5c9\",4204400,4204400,\"BR_SC\",\"4204400\",3,\"Santa Catarina\",\"Coronel Freitas\",,\"BRA.24.71_1\",\"ChIJV2LLFQIt-5QRzOdA3rPGRj0\",,\"BRSC4204400\",\"4204400\",-26.881004335,-52.7161925828209,9940,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b32e928\",4204459,4204459,\"BR_SC\",\"4204459\",3,\"Santa Catarina\",\"Coronel Martins\",,\"BRA.24.72_1\",,,\"BRSC4204459\",\"4204459\",-26.542759895,-52.6693315193672,2555,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fdf7b389\",4204558,4204558,\"BR_SC\",\"4204558\",3,\"Santa Catarina\",\"Correia Pinto\",,\"BRA.24.73_1\",\"ChIJA0yWlfY_4JQRn53FgLlpq7c\",,\"BRSC4204558\",\"4204558\",-27.6017046,-50.3533368470247,12553,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f787775a\",4204509,4204509,\"BR_SC\",\"4204509\",3,\"Santa Catarina\",\"Corupá\",,\"BRA.24.74_1\",\"ChIJO7cmYsqH3pQRhQY1Nci_1ks\",,\"BRSC4204509\",\"4204509\",-26.42846489,-49.3403971575701,16107,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"82c6f995\",4204608,4204608,\"BR_SC\",\"4204608\",3,\"Santa Catarina\",\"Criciúma\",,\"BRA.24.75_1\",\"ChIJXaqBOGF_IZURy420-zsZRPg\",,\"BRSC4204608\",\"4204608\",-28.7463541,-49.3745795202193,217311,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"13bb8e33\",4204707,4204707,\"BR_SC\",\"4204707\",3,\"Santa Catarina\",\"Cunha Porã\",,\"BRA.24.76_1\",\"ChIJh5zI4IDi-pQRunWLILrleaI\",,\"BRSC4204707\",\"4204707\",-26.876452445,-53.2002807029954,11118,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"19cb4ae0\",4204756,4204756,\"BR_SC\",\"4204756\",3,\"Santa Catarina\",\"Cunhataí\",,\"BRA.24.77_1\",,,\"BRSC4204756\",\"4204756\",-26.975438115,-53.0913293858668,1967,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6fe0f998\",4204806,4204806,\"BR_SC\",\"4204806\",3,\"Santa Catarina\",\"Curitibanos\",,\"BRA.24.78_1\",\"ChIJq-B0RDn54JQRIhF11rVMU1E\",,\"BRSC4204806\",\"4204806\",-27.27992344,-50.6181254365963,39893,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f72bc215\",4204905,4204905,\"BR_SC\",\"4204905\",3,\"Santa Catarina\",\"Descanso\",,\"BRA.24.79_1\",,,\"BRSC4204905\",\"4204905\",-26.86008644,-53.4849503763105,8192,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"472b5ae6\",4205001,4205001,\"BR_SC\",\"4205001\",3,\"Santa Catarina\",\"Dionísio Cerqueira\",,\"BRA.24.80_1\",\"ChIJ19toroiC8JQR0t0UmjCXJms\",,\"BRSC4205001\",\"4205001\",-26.335957525,-53.4957966514898,15545,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"31ee0047\",4205100,4205100,\"BR_SC\",\"4205100\",3,\"Santa Catarina\",\"Dona Emma\",,\"BRA.24.81_1\",,,\"BRSC4205100\",\"4205100\",-26.98628807,-49.7977863547899,4186,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"35454ca6\",4205159,4205159,\"BR_SC\",\"4205159\",3,\"Santa Catarina\",\"Doutor Pedrinho\",,\"BRA.24.82_1\",,,\"BRSC4205159\",\"4205159\",-26.711586,-49.5659339763436,4115,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ec5620f\",4205175,4205175,\"BR_SC\",\"4205175\",3,\"Santa Catarina\",\"Entre Rios\",,\"BRA.24.83_1\",,,\"BRSC4205175\",\"4205175\",-26.73666,-52.5835777481065,3218,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"972b8b98\",4205191,4205191,\"BR_SC\",\"4205191\",3,\"Santa Catarina\",\"Ermo\",,\"BRA.24.84_1\",,,\"BRSC4205191\",\"4205191\",-28.99300289,-49.6576629782538,2061,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4a7406ba\",4205209,4205209,\"BR_SC\",\"4205209\",3,\"Santa Catarina\",\"Erval Velho\",,\"BRA.24.85_1\",,,\"BRSC4205209\",\"4205209\",-27.28707123,-51.4202540054292,4418,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3cb15c1b\",4205308,4205308,\"BR_SC\",\"4205308\",3,\"Santa Catarina\",\"Faxinal dos Guedes\",,\"BRA.24.86_1\",\"ChIJJ3ekNR_s5JQRzFnxRxTAgbQ\",,\"BRSC4205308\",\"4205308\",-26.84465122,-52.2534081785906,10649,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d179b5cf\",4205357,4205357,\"BR_SC\",\"4205357\",3,\"Santa Catarina\",\"Flor do Sertão\",,\"BRA.24.87_1\",,,\"BRSC4205357\",\"4205357\",-26.758275035,-53.3299713554142,1579,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a941570f\",4205407,4205407,\"BR_SC\",\"4205407\",3,\"Santa Catarina\",\"Florianópolis\",,\"BRA.24.88_1\",\"ChIJn7h-4b9JJ5URGCq6n0zj1tM\",,\"BRSC4205407\",\"4205407\",-27.609722135,-48.49277687,508826,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6b0fa1f9\",4205431,4205431,\"BR_SC\",\"4205431\",3,\"Santa Catarina\",\"Formosa do Sul\",,\"BRA.24.90_1\",,,\"BRSC4205431\",\"4205431\",-26.63615608,-52.7910519263598,2495,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a33193dc\",4205456,4205456,\"BR_SC\",\"4205456\",3,\"Santa Catarina\",\"Forquilhinha\",,\"BRA.24.91_1\",\"ChIJIzL4RyWEIZURI4MnrzOHwF0\",,\"BRSC4205456\",\"4205456\",-28.784422875,-49.5102665622995,27211,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df840dae\",4205506,4205506,\"BR_SC\",\"4205506\",3,\"Santa Catarina\",\"Fraiburgo\",,\"BRA.24.92_1\",\"ChIJ3fEUUYY54ZQRka2vJiB5ehE\",,\"BRSC4205506\",\"4205506\",-27.027877805,-50.8795137402204,36584,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3bfaa851\",4205555,4205555,\"BR_SC\",\"4205555\",3,\"Santa Catarina\",\"Frei Rogério\",,\"BRA.24.93_1\",,,\"BRSC4205555\",\"4205555\",-27.211029055,-50.7733546957034,1970,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"44cbe24d\",4205605,4205605,\"BR_SC\",\"4205605\",3,\"Santa Catarina\",\"Galvão\",,\"BRA.24.94_1\",,,\"BRSC4205605\",\"4205605\",-26.445367815,-52.6686238984364,2791,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"320eb8ec\",4205704,4205704,\"BR_SC\",\"4205704\",3,\"Santa Catarina\",\"Garopaba\",,\"BRA.24.95_1\",\"ChIJ009zjXXRJpURSnqQz8JHRE4\",,\"BRSC4205704\",\"4205704\",-28.03444481,-48.656880679486,23579,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a7366a72\",4205803,4205803,\"BR_SC\",\"4205803\",3,\"Santa Catarina\",\"Garuva\",,\"BRA.24.96_1\",\"ChIJy-_bQ1oD3JQRgBetHzT5Xlk\",,\"BRSC4205803\",\"4205803\",-26.06236267,-48.8812927863893,18484,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1f330d3\",4205902,4205902,\"BR_SC\",\"4205902\",3,\"Santa Catarina\",\"Gaspar\",,\"BRA.24.97_1\",\"ChIJjz4l9Zck35QR9N3HTddBYa4\",,\"BRSC4205902\",\"4205902\",-26.920383455,-48.9387821012293,70793,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b457d3a\",4206009,4206009,\"BR_SC\",\"4206009\",3,\"Santa Catarina\",\"Governador Celso Ramos\",,\"BRA.24.98_1\",\"ChIJLY7hFWJXJ5URKDrNH5xbILU\",,\"BRSC4206009\",\"4206009\",-27.36610985,-48.5946683063629,14606,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d80279b\",4206108,4206108,\"BR_SC\",\"4206108\",3,\"Santa Catarina\",\"Grão Pará\",,\"BRA.24.99_1\",,,\"BRSC4206108\",\"4206108\",-28.123085025,-49.3496826379343,6595,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf798453\",4206207,4206207,\"BR_SC\",\"4206207\",3,\"Santa Catarina\",\"Gravatal\",,\"BRA.24.100_1\",\"ChIJl_VUF9Q_IZURrCACcL_pEeU\",,\"BRSC4206207\",\"4206207\",-28.34714699,-49.0252512003152,11577,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c9bcdef2\",4206306,4206306,\"BR_SC\",\"4206306\",3,\"Santa Catarina\",\"Guabiruba\",,\"BRA.24.101_1\",\"ChIJe8xnBhU_35QRglsWLXuNNRw\",,\"BRSC4206306\",\"4206306\",-27.106067655,-49.0116103518042,24382,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"55fa99cd\",4206405,4206405,\"BR_SC\",\"4206405\",3,\"Santa Catarina\",\"Guaraciaba\",,\"BRA.24.102_1\",\"ChIJsRV_IYlm-pQR4NZ5uGQka-M\",,\"BRSC4206405\",\"4206405\",-26.58027077,-53.5549937248132,10026,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"233fc36c\",4206504,4206504,\"BR_SC\",\"4206504\",3,\"Santa Catarina\",\"Guaramirim\",,\"BRA.24.103_1\",\"ChIJA8sK7HW_3pQRpQ4pRqVSsI0\",,\"BRSC4206504\",\"4206504\",-26.474180225,-48.956538834829,45797,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf1de896\",4206603,4206603,\"BR_SC\",\"4206603\",3,\"Santa Catarina\",\"Guarujá do Sul\",,\"BRA.24.104_1\",,,\"BRSC4206603\",\"4206603\",-26.40011692,-53.4876961387396,5178,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b56d2c45\",4206652,4206652,\"BR_SC\",\"4206652\",3,\"Santa Catarina\",\"Guatambú\",,\"BRA.24.105_1\",,,\"BRSC4206652\",\"4206652\",-27.11085129,-52.7805183930199,4698,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c9d8b237\",4206702,4206702,\"BR_SC\",\"4206702\",3,\"Santa Catarina\",\"Herval d'Oeste\",,\"BRA.24.106_1\",\"ChIJD06BY5nj45QRT1WBKmlil88\",,\"BRSC4206702\",\"4206702\",-27.18870449,-51.4111671903217,22714,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2da617c8\",4206751,4206751,\"BR_SC\",\"4206751\",3,\"Santa Catarina\",\"Ibiam\",,\"BRA.24.107_1\",,,\"BRSC4206751\",\"4206751\",-27.210009575,-51.2224206675636,1954,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b8da4b0\",4206801,4206801,\"BR_SC\",\"4206801\",3,\"Santa Catarina\",\"Ibicaré\",,\"BRA.24.108_1\",,,\"BRSC4206801\",\"4206801\",-27.106615065,-51.3794922105675,3178,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d48fe11\",4206900,4206900,\"BR_SC\",\"4206900\",3,\"Santa Catarina\",\"Ibirama\",,\"BRA.24.109_1\",\"ChIJ-eCoqxay35QRje4S0DC1zq4\",,\"BRSC4206900\",\"4206900\",-27.0137167,-49.5336635915457,19096,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"04413758\",4207007,4207007,\"BR_SC\",\"4207007\",3,\"Santa Catarina\",\"Içara\",,\"BRA.24.110_1\",\"ChIJ5fn2RgzWI5UR3UyxTJ4u2hw\",,\"BRSC4207007\",\"4207007\",-28.78242111,-49.2810342596905,57247,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"72846df9\",4207106,4207106,\"BR_SC\",\"4207106\",3,\"Santa Catarina\",\"Ilhota\",,\"BRA.24.111_1\",\"ChIJz4C0ETgu35QRCPabL4cQ4aI\",,\"BRSC4207106\",\"4207106\",-26.867061615,-48.8376213414746,14359,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e9cb821a\",4207205,4207205,\"BR_SC\",\"4207205\",3,\"Santa Catarina\",\"Imaruí\",,\"BRA.24.112_1\",\"ChIJZZEFrWtJIZURCdnX0-mVoo8\",,\"BRSC4207205\",\"4207205\",-28.2166996,-48.8271987094696,9948,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f0ed8bb\",4207304,4207304,\"BR_SC\",\"4207304\",3,\"Santa Catarina\",\"Imbituba\",,\"BRA.24.113_1\",\"ChIJjUeg_vC1JpURQQcvkwzN7T8\",,\"BRSC4207304\",\"4207304\",-28.213193895,-48.7042608035023,45286,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"04255b9d\",4207403,4207403,\"BR_SC\",\"4207403\",3,\"Santa Catarina\",\"Imbuia\",,\"BRA.24.114_1\",\"ChIJYZm4crqB35QRfNllzXFPS4E\",,\"BRSC4207403\",\"4207403\",-27.51493168,-49.4189595329669,6241,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"72e0013c\",4207502,4207502,\"BR_SC\",\"4207502\",3,\"Santa Catarina\",\"Indaial\",,\"BRA.24.115_1\",\"ChIJS-QpPlsC35QRx9jB8khP7OM\",,\"BRSC4207502\",\"4207502\",-26.99879265,-49.2318102107548,70900,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4dcb6374\",4207577,4207577,\"BR_SC\",\"4207577\",3,\"Santa Catarina\",\"Iomerê\",,\"BRA.24.116_1\",,,\"BRSC4207577\",\"4207577\",-26.977147105,-51.2808413456461,2962,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e9afeedf\",4207601,4207601,\"BR_SC\",\"4207601\",3,\"Santa Catarina\",\"Ipira\",,\"BRA.24.117_1\",,,\"BRSC4207601\",\"4207601\",-27.380431175,-51.7873798414686,4406,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e3df2a0c\",4207650,4207650,\"BR_SC\",\"4207650\",3,\"Santa Catarina\",\"Iporã do Oeste\",,\"BRA.24.118_1\",\"ChIJlzuJYm1N-pQRCoWxJI_lHFM\",,\"BRSC4207650\",\"4207650\",-27.012019155,-53.5176476399812,9045,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"511c9058\",4207684,4207684,\"BR_SC\",\"4207684\",3,\"Santa Catarina\",\"Ipuaçu\",,\"BRA.24.119_1\",,,\"BRSC4207684\",\"4207684\",-26.69157028,-52.470440222265,7579,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f6ab47e\",4207700,4207700,\"BR_SC\",\"4207700\",3,\"Santa Catarina\",\"Ipumirim\",,\"BRA.24.120_1\",,,\"BRSC4207700\",\"4207700\",-27.04270935,-52.1697994030757,7620,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9bc1f89f\",4207759,4207759,\"BR_SC\",\"4207759\",3,\"Santa Catarina\",\"Iraceminha\",,\"BRA.24.121_1\",,,\"BRSC4207759\",\"4207759\",-26.85507679,-53.3388350223244,3938,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"edea4be7\",4207809,4207809,\"BR_SC\",\"4207809\",3,\"Santa Catarina\",\"Irani\",,\"BRA.24.122_1\",\"ChIJazcD3aJ75JQR6EwunTFByD0\",,\"BRSC4207809\",\"4207809\",-27.02885437,-51.9105324009591,10498,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e79a8f34\",4207858,4207858,\"BR_SC\",\"4207858\",3,\"Santa Catarina\",\"Irati\",,\"BRA.24.123_1\",,,\"BRSC4207858\",\"4207858\",-26.632576945,-52.8884853699841,1909,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b2f1146\",4207908,4207908,\"BR_SC\",\"4207908\",3,\"Santa Catarina\",\"Irineópolis\",,\"BRA.24.124_1\",,,\"BRSC4207908\",\"4207908\",-26.354135515,-50.7712774257653,11289,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b22c4622\",4208005,4208005,\"BR_SC\",\"4208005\",3,\"Santa Catarina\",\"Itá\",,\"BRA.24.126_1\",\"ChIJVVMy5Shg45QRoPXwuzK9DTE\",,\"BRSC4208005\",\"4208005\",-27.249814035,-52.3457945887264,6129,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c4e91c83\",4208104,4208104,\"BR_SC\",\"4208104\",3,\"Santa Catarina\",\"Itaiópolis\",,\"BRA.24.125_1\",\"ChIJkcLWeKYH3pQRpA7yPMhQ15A\",,\"BRSC4208104\",\"4208104\",-26.50802231,-49.8697067695269,21780,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"58cb3779\",4208203,4208203,\"BR_SC\",\"4208203\",3,\"Santa Catarina\",\"Itajaí\",,\"BRA.24.127_1\",\"ChIJO2aUG2XM2JQRezBAlGEtb1A\",,\"BRSC4208203\",\"4208203\",-26.96739483,-48.7366271785873,223112,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2e0e6dd8\",4208302,4208302,\"BR_SC\",\"4208302\",3,\"Santa Catarina\",\"Itapema\",,\"BRA.24.128_1\",\"ChIJiydD7gex2JQRoxBCyGvj7OM\",,\"BRSC4208302\",\"4208302\",-27.101249695,-48.644361213025,67338,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b2482ae7\",4208401,4208401,\"BR_SC\",\"4208401\",3,\"Santa Catarina\",\"Itapiranga\",,\"BRA.24.129_1\",\"ChIJH1FrQOC1-5QR_gxafhV-WZs\",,\"BRSC4208401\",\"4208401\",-2.541499495,-58.6592680548549,17007,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b838ee34\",4208450,4208450,\"BR_SC\",\"4208450\",3,\"Santa Catarina\",\"Itapoá\",,\"BRA.24.130_1\",\"ChIJ0xCYn81W2ZQRXRQhSBF0Uz8\",,\"BRSC4208450\",\"4208450\",-26.070555685,-48.6563955085078,21177,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c48d7046\",4208500,4208500,\"BR_SC\",\"4208500\",3,\"Santa Catarina\",\"Ituporanga\",,\"BRA.24.131_1\",\"ChIJnYHULA6Q35QRjz5_I7-5ulg\",,\"BRSC4208500\",\"4208500\",-27.447291375,-49.5723432016569,25355,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf1776bb\",4208609,4208609,\"BR_SC\",\"4208609\",3,\"Santa Catarina\",\"Jaborá\",,\"BRA.24.132_1\",,,\"BRSC4208609\",\"4208609\",-27.143076895,-51.765475992745,3918,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c9d22c1a\",4208708,4208708,\"BR_SC\",\"4208708\",3,\"Santa Catarina\",\"Jacinto Machado\",,\"BRA.24.133_1\",\"ChIJ9TO5nTIdIpURrIpC7zn7cGI\",,\"BRSC4208708\",\"4208708\",-29.000419615,-49.8331470662985,10376,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"523176b6\",4208807,4208807,\"BR_SC\",\"4208807\",3,\"Santa Catarina\",\"Jaguaruna\",,\"BRA.24.134_1\",\"ChIJk67CzjleIZURMgf8ApoFer8\",,\"BRSC4208807\",\"4208807\",-28.667222025,-49.0217470225715,20288,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"24f42c17\",4208906,4208906,\"BR_SC\",\"4208906\",3,\"Santa Catarina\",\"Jaraguá do Sul\",,\"BRA.24.135_1\",\"ChIJfYjkEPyQ3pQRCXAkFEFVI8w\",,\"BRSC4208906\",\"4208906\",-26.42958641,-49.1301511198012,181173,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c08a89e8\",4208955,4208955,\"BR_SC\",\"4208955\",3,\"Santa Catarina\",\"Jardinópolis\",,\"BRA.24.136_1\",,,\"BRSC4208955\",\"4208955\",-26.72402477,-52.8662269016868,1546,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e3f38472\",4209003,4209003,\"BR_SC\",\"4209003\",3,\"Santa Catarina\",\"Joaçaba\",,\"BRA.24.137_1\",\"ChIJuUzt_Ejl45QRg2NURynzxrc\",,\"BRSC4209003\",\"4209003\",-27.1415329,-51.586842191496,30404,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9536ded3\",4209102,4209102,\"BR_SC\",\"4209102\",3,\"Santa Catarina\",\"Joinville\",,\"BRA.24.138_1\",\"ChIJN6uxnfOj3pQR-ulh8Z2YS7w\",,\"BRSC4209102\",\"4209102\",-26.261566165,-48.8959223143387,597658,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"71487b2c\",4209151,4209151,\"BR_SC\",\"4209151\",3,\"Santa Catarina\",\"José Boiteux\",,\"BRA.24.139_1\",,,\"BRSC4209151\",\"4209151\",-26.85482502,-49.6293104038853,5007,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aa1dbc9b\",4209177,4209177,\"BR_SC\",\"4209177\",3,\"Santa Catarina\",\"Jupiá\",,\"BRA.24.140_1\",,,\"BRSC4209177\",\"4209177\",-26.4003315,-52.7133752494063,2092,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e793130\",4209201,4209201,\"BR_SC\",\"4209201\",3,\"Santa Catarina\",\"Lacerdópolis\",,\"BRA.24.141_1\",\"ChIJh_HNSdbu45QRm13o83XRQzc\",,\"BRSC4209201\",\"4209201\",-27.256681445,-51.5808456579681,2247,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78bc6b91\",4209300,4209300,\"BR_SC\",\"4209300\",3,\"Santa Catarina\",\"Lages\",,\"BRA.24.142_1\",\"ChIJW49rtNce4JQRlC3mmgAMnUg\",,\"BRSC4209300\",\"4209300\",-28.006897925,-50.3022111955401,157349,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"042fc5b0\",4209409,4209409,\"BR_SC\",\"4209409\",3,\"Santa Catarina\",\"Laguna\",,\"BRA.24.143_1\",\"ChIJWz6gdKVRIZURC5PVDgd2fpw\",,\"BRSC4209409\",\"4209409\",-28.48194313,-48.8900269963288,46122,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e5f0163\",4209458,4209458,\"BR_SC\",\"4209458\",3,\"Santa Catarina\",\"Lajeado Grande\",,\"BRA.24.144_1\",,,\"BRSC4209458\",\"4209458\",-26.84910011,-52.5411024633926,1418,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"72ea9f11\",4209508,4209508,\"BR_SC\",\"4209508\",3,\"Santa Catarina\",\"Laurentino\",,\"BRA.24.145_1\",\"ChIJQbOCDDLG35QRX4rnM8jTt8c\",,\"BRSC4209508\",\"4209508\",-27.205433845,-49.7265099531403,7063,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e0133cd9\",4209607,4209607,\"BR_SC\",\"4209607\",3,\"Santa Catarina\",\"Lauro Müller\",,\"BRA.24.146_1\",\"ChIJ885AfRenIZUR_y7cZN6qhQI\",,\"BRSC4209607\",\"4209607\",-28.38401413,-49.4421857880322,15313,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"96d66678\",4209706,4209706,\"BR_SC\",\"4209706\",3,\"Santa Catarina\",\"Lebon Régis\",,\"BRA.24.147_1\",,,\"BRSC4209706\",\"4209706\",-26.876945495,-50.7140827667551,12115,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"048370ff\",4209805,4209805,\"BR_SC\",\"4209805\",3,\"Santa Catarina\",\"Leoberto Leal\",,\"BRA.24.148_1\",,,\"BRSC4209805\",\"4209805\",-27.487758635,-49.2616846729431,3000,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ef3b42c\",4209854,4209854,\"BR_SC\",\"4209854\",3,\"Santa Catarina\",\"Lindóia do Sul\",,\"BRA.24.149_1\",,,\"BRSC4209854\",\"4209854\",-27.0438652,-52.0523734335442,4546,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"72462a5e\",4209904,4209904,\"BR_SC\",\"4209904\",3,\"Santa Catarina\",\"Lontras\",,\"BRA.24.150_1\",\"ChIJrdFGzsWk35QRZ0dQpxcN3bg\",,\"BRSC4209904\",\"4209904\",-27.191804885,-49.50546353451,12315,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4d958364\",4210001,4210001,\"BR_SC\",\"4210001\",3,\"Santa Catarina\",\"Luiz Alves\",,\"BRA.24.151_1\",\"ChIJmcpSrhPZ3pQRvuprrG1vUV8\",,\"BRSC4210001\",\"4210001\",-26.72608662,-48.8918568350951,13107,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"61d514be\",4210035,4210035,\"BR_SC\",\"4210035\",3,\"Santa Catarina\",\"Luzerna\",,\"BRA.24.152_1\",\"ChIJp-CIEAD645QRkHUFuVAmjgs\",,\"BRSC4210035\",\"4210035\",-27.0980196,-51.4959334148363,5684,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"47e547b7\",4210050,4210050,\"BR_SC\",\"4210050\",3,\"Santa Catarina\",\"Macieira\",,\"BRA.24.153_1\",,,\"BRSC4210050\",\"4210050\",-26.799750325,-51.3562208782772,1766,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3b50d9c5\",4210100,4210100,\"BR_SC\",\"4210100\",3,\"Santa Catarina\",\"Mafra\",,\"BRA.24.154_1\",\"ChIJhwYIjamT3ZQRDTb2cRu35jM\",,\"BRSC4210100\",\"4210100\",-26.2483511,-49.7314736560115,56561,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"40cadf38\",4210209,4210209,\"BR_SC\",\"4210209\",3,\"Santa Catarina\",\"Major Gercino\",,\"BRA.24.155_1\",,,\"BRSC4210209\",\"4210209\",-27.421777725,-49.0272839962001,3454,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"360f8599\",4210308,4210308,\"BR_SC\",\"4210308\",3,\"Santa Catarina\",\"Major Vieira\",,\"BRA.24.156_1\",,,\"BRSC4210308\",\"4210308\",-26.50940609,-50.3427485389064,8156,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a3ff8e8d\",4210407,4210407,\"BR_SC\",\"4210407\",3,\"Santa Catarina\",\"Maracajá\",,\"BRA.24.157_1\",\"ChIJzyrOYZspIpURCruEWFlNoIM\",,\"BRSC4210407\",\"4210407\",-28.8670063,-49.4697011992129,7378,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d53ad42c\",4210506,4210506,\"BR_SC\",\"4210506\",3,\"Santa Catarina\",\"Maravilha\",,\"BRA.24.158_1\",\"ChIJe9WKHqjl-pQRTV55MIqZ5ro\",,\"BRSC4210506\",\"4210506\",-26.753401755,-53.2022317806995,26116,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"314471d3\",4210555,4210555,\"BR_SC\",\"4210555\",3,\"Santa Catarina\",\"Marema\",,\"BRA.24.159_1\",,,\"BRSC4210555\",\"4210555\",-26.808605195,-52.6342133879165,1750,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e753bcf\",4210605,4210605,\"BR_SC\",\"4210605\",3,\"Santa Catarina\",\"Massaranduba\",,\"BRA.24.160_1\",\"ChIJLU1o10LC3pQRPaV1plFT4eI\",,\"BRSC4210605\",\"4210605\",-26.64433384,-48.9958389077771,17125,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"38b0616e\",4210704,4210704,\"BR_SC\",\"4210704\",3,\"Santa Catarina\",\"Matos Costa\",,\"BRA.24.161_1\",,,\"BRSC4210704\",\"4210704\",-26.4977808,-51.1441055397373,2480,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ad88b3f0\",4210803,4210803,\"BR_SC\",\"4210803\",3,\"Santa Catarina\",\"Meleiro\",,\"BRA.24.162_1\",,,\"BRSC4210803\",\"4210803\",-28.83281517,-49.6040120162612,7001,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a7f87723\",4210852,4210852,\"BR_SC\",\"4210852\",3,\"Santa Catarina\",\"Mirim Doce\",,\"BRA.24.163_1\",,,\"BRSC4210852\",\"4210852\",-27.17570877,-50.1715103004127,2283,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"db4de951\",4210902,4210902,\"BR_SC\",\"4210902\",3,\"Santa Catarina\",\"Modelo\",,\"BRA.24.164_1\",,,\"BRSC4210902\",\"4210902\",-26.77632618,-53.0587585498838,4218,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fbf26c33\",4211009,4211009,\"BR_SC\",\"4211009\",3,\"Santa Catarina\",\"Mondaí\",,\"BRA.24.165_1\",\"ChIJB_dPPxio-5QREqkd_O5wrNI\",,\"BRSC4211009\",\"4211009\",-27.10657215,-53.4569703147122,11889,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f182a8e0\",4211058,4211058,\"BR_SC\",\"4211058\",3,\"Santa Catarina\",\"Monte Carlo\",,\"BRA.24.166_1\",,,\"BRSC4211058\",\"4211058\",-27.19845772,-50.9573431746285,9906,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8d373692\",4211108,4211108,\"BR_SC\",\"4211108\",3,\"Santa Catarina\",\"Monte Castelo\",,\"BRA.24.167_1\",,,\"BRSC4211108\",\"4211108\",-26.66138363,-50.3247652278543,8269,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1fce955a\",4211207,4211207,\"BR_SC\",\"4211207\",3,\"Santa Catarina\",\"Morro da Fumaça\",,\"BRA.24.168_1\",\"ChIJe0lLWzR6IZURYomrKolCEs0\",,\"BRSC4211207\",\"4211207\",-28.637869835,-49.2748587839836,17947,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"15be5189\",4211256,4211256,\"BR_SC\",\"4211256\",3,\"Santa Catarina\",\"Morro Grande\",,\"BRA.24.169_1\",,,\"BRSC4211256\",\"4211256\",-28.737197875,-49.7396745119278,2888,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"690bcffb\",4211306,4211306,\"BR_SC\",\"4211306\",3,\"Santa Catarina\",\"Navegantes\",,\"BRA.24.170_1\",\"ChIJ-bndkxDM2JQR2kpsRft5llY\",,\"BRSC4211306\",\"4211306\",-26.82555008,-48.7590344308781,83626,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f54d88c4\",4211405,4211405,\"BR_SC\",\"4211405\",3,\"Santa Catarina\",\"Nova Erechim\",,\"BRA.24.171_1\",,,\"BRSC4211405\",\"4211405\",-26.911668775,-52.915987486809,5092,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ff3d4c17\",4211454,4211454,\"BR_SC\",\"4211454\",3,\"Santa Catarina\",\"Nova Itaberaba\",,\"BRA.24.172_1\",,,\"BRSC4211454\",\"4211454\",-26.952908515,-52.8324477156933,4329,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8388d265\",4211504,4211504,\"BR_SC\",\"4211504\",3,\"Santa Catarina\",\"Nova Trento\",,\"BRA.24.173_1\",\"ChIJx26CiR5b35QRc5eXvXhT3dI\",,\"BRSC4211504\",\"4211504\",-27.302631375,-49.049238753048,14782,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1faaf99f\",4211603,4211603,\"BR_SC\",\"4211603\",3,\"Santa Catarina\",\"Nova Veneza\",,\"BRA.24.174_1\",\"ChIJE403iLiRIZURGU-SADTFwfw\",,\"BRSC4211603\",\"4211603\",-28.697443005,-49.574759712584,15342,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"15da3d4c\",4211652,4211652,\"BR_SC\",\"4211652\",3,\"Santa Catarina\",\"Novo Horizonte\",,\"BRA.24.175_1\",,,\"BRSC4211652\",\"4211652\",-26.5013113,-52.7686992008161,2404,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"696fa33e\",4211702,4211702,\"BR_SC\",\"4211702\",3,\"Santa Catarina\",\"Orleans\",,\"BRA.24.176_1\",\"ChIJ52qVqzAJIZURhib2rT2RyhU\",,\"BRSC4211702\",\"4211702\",-28.277905465,-49.3650326232579,23038,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8d1106c1\",4211751,4211751,\"BR_SC\",\"4211751\",3,\"Santa Catarina\",\"Otacílio Costa\",,\"BRA.24.177_1\",\"ChIJ7QRNlD3h35QRtm9Zpuz2zVI\",,\"BRSC4211751\",\"4211751\",-27.49805927,-49.9973537163725,18975,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fb3ab5b9\",4211801,4211801,\"BR_SC\",\"4211801\",3,\"Santa Catarina\",\"Ouro\",,\"BRA.24.179_1\",,,\"BRSC4211801\",\"4211801\",-27.27813339,-51.6751706966344,7272,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f14a716a\",4211850,4211850,\"BR_SC\",\"4211850\",3,\"Santa Catarina\",\"Ouro Verde\",,\"BRA.24.178_1\",,,\"BRSC4211850\",\"4211850\",-26.71014786,-52.2731530170814,2207,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2a1fb6dd\",4211876,4211876,\"BR_SC\",\"4211876\",3,\"Santa Catarina\",\"Paial\",,\"BRA.24.180_1\",,,\"BRSC4211876\",\"4211876\",-27.213125225,-52.4804350250873,1474,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b3f15f4a\",4211892,4211892,\"BR_SC\",\"4211892\",3,\"Santa Catarina\",\"Painel\",,\"BRA.24.181_1\",,,\"BRSC4211892\",\"4211892\",-27.979275705,-50.0831167090163,2356,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8dffef18\",4211900,4211900,\"BR_SC\",\"4211900\",3,\"Santa Catarina\",\"Palhoça\",,\"BRA.24.182_1\",\"ChIJ_YHlJIgtJ5URirXLAF1lL5w\",,\"BRSC4211900\",\"4211900\",-27.763888355,-48.6515053853195,175272,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0effeeda\",4212007,4212007,\"BR_SC\",\"4212007\",3,\"Santa Catarina\",\"Palma Sola\",,\"BRA.24.183_1\",,,\"BRSC4212007\",\"4212007\",-26.384067535,-53.3269326432214,7372,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"048f2a09\",4212056,4212056,\"BR_SC\",\"4212056\",3,\"Santa Catarina\",\"Palmeira\",,\"BRA.24.184_1\",,,\"BRSC4212056\",\"4212056\",-27.572269435,-50.12962716113,2650,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"783ab47b\",4212106,4212106,\"BR_SC\",\"4212106\",3,\"Santa Catarina\",\"Palmitos\",,\"BRA.24.185_1\",\"ChIJ_X79l-QQ-5QRwdpdac6_oyg\",,\"BRSC4212106\",\"4212106\",-27.081225395,-53.1578248807072,16157,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e3755b98\",4212205,4212205,\"BR_SC\",\"4212205\",3,\"Santa Catarina\",\"Papanduva\",,\"BRA.24.186_1\",\"ChIJtTUlA8Ba55QRiREq1IXdSP4\",,\"BRSC4212205\",\"4212205\",-26.51247978,-50.1461470602216,19422,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c1ee4470\",4212239,4212239,\"BR_SC\",\"4212239\",3,\"Santa Catarina\",\"Paraíso\",,\"BRA.24.187_1\",,,\"BRSC4212239\",\"4212239\",-26.66465092,-53.6534426180544,3360,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e9059f4b\",4212254,4212254,\"BR_SC\",\"4212254\",3,\"Santa Catarina\",\"Passo de Torres\",,\"BRA.24.188_1\",\"ChIJPZ9F4PZqIpURIyEQ0ZFz170\",,\"BRSC4212254\",\"4212254\",-29.267499925,-49.728507519111,9048,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dc5e39d0\",4212270,4212270,\"BR_SC\",\"4212270\",3,\"Santa Catarina\",\"Passos Maia\",,\"BRA.24.189_1\",,,\"BRSC4212270\",\"4212270\",-26.70393276,-51.9534700423324,4109,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"95b00139\",4212304,4212304,\"BR_SC\",\"4212304\",3,\"Santa Catarina\",\"Paulo Lopes\",,\"BRA.24.190_1\",\"ChIJTQMkal7VIJURY2-guEjmjMk\",,\"BRSC4212304\",\"4212304\",-27.946666715,-48.7345669801656,7569,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e9b821f\",4212403,4212403,\"BR_SC\",\"4212403\",3,\"Santa Catarina\",\"Pedras Grandes\",,\"BRA.24.191_1\",,,\"BRSC4212403\",\"4212403\",-28.48968029,-49.2246713667563,3953,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"785ed8be\",4212502,4212502,\"BR_SC\",\"4212502\",3,\"Santa Catarina\",\"Penha\",,\"BRA.24.192_1\",\"ChIJS6_wP5zR2JQRe2ShSmcT724\",,\"BRSC4212502\",\"4212502\",-26.80430508,-48.6444244495812,33284,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e311375d\",4212601,4212601,\"BR_SC\",\"4212601\",3,\"Santa Catarina\",\"Peritiba\",,\"BRA.24.193_1\",,,\"BRSC4212601\",\"4212601\",-27.363936425,-51.8705022844968,2760,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e961f38e\",4212650,4212650,\"BR_SC\",\"4212650\",3,\"Santa Catarina\",\"Pescaria Brava\",,,\"ChIJm70M64pFIZURG9qqYxdC8CI\",,\"BRSC4212650\",\"4212650\",-28.3845591,-48.8658054,10159,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"95d46dfc\",4212700,4212700,\"BR_SC\",\"4212700\",3,\"Santa Catarina\",\"Petrolândia\",,\"BRA.24.194_1\",,,\"BRSC4212700\",\"4212700\",-27.552513125,-49.6824730401838,5905,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9191c8c4\",4212908,4212908,\"BR_SC\",\"4212908\",3,\"Santa Catarina\",\"Pinhalzinho\",,\"BRA.24.196_1\",\"ChIJIz8pKJwg-5QRLQFyzPODnEU\",,\"BRSC4212908\",\"4212908\",-26.81707573,-52.9788437352145,20712,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"584de893\",4213005,4213005,\"BR_SC\",\"4213005\",3,\"Santa Catarina\",\"Pinheiro Preto\",,\"BRA.24.197_1\",,,\"BRSC4213005\",\"4213005\",-27.055127145,-51.2253364616566,3596,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2e88b232\",4213104,4213104,\"BR_SC\",\"4213104\",3,\"Santa Catarina\",\"Piratuba\",,\"BRA.24.198_1\",,,\"BRSC4213104\",\"4213104\",-27.457411765,-51.7674099986253,3745,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cd9bd3d4\",4213153,4213153,\"BR_SC\",\"4213153\",3,\"Santa Catarina\",\"Planalto Alegre\",,\"BRA.24.199_1\",,,\"BRSC4213153\",\"4213153\",-27.03769684,-52.8705382119949,2888,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b2aa99c8\",4213203,4213203,\"BR_SC\",\"4213203\",3,\"Santa Catarina\",\"Pomerode\",,\"BRA.24.200_1\",\"ChIJdbXXaeXk3pQRgvEj7quA9HI\",,\"BRSC4213203\",\"4213203\",-26.725550655,-49.1732797383965,34010,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c46fc369\",4213302,4213302,\"BR_SC\",\"4213302\",3,\"Santa Catarina\",\"Ponte Alta\",,\"BRA.24.201_1\",,,\"BRSC4213302\",\"4213302\",-27.41661072,-50.3178649626842,4650,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"20116696\",4213351,4213351,\"BR_SC\",\"4213351\",3,\"Santa Catarina\",\"Ponte Alta do Norte\",,\"BRA.24.202_1\",,,\"BRSC4213351\",\"4213351\",-27.18152428,-50.4511315695211,3420,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"58298456\",4213401,4213401,\"BR_SC\",\"4213401\",3,\"Santa Catarina\",\"Ponte Serrada\",,\"BRA.24.203_1\",,,\"BRSC4213401\",\"4213401\",-26.85855484,-51.9632566464525,11634,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2eecdef7\",4213500,4213500,\"BR_SC\",\"4213500\",3,\"Santa Catarina\",\"Porto Belo\",,\"BRA.24.204_1\",\"ChIJ_92L0omf2JQRVURWM8wpmiM\",,\"BRSC4213500\",\"4213500\",-27.165538785,-48.60604988799,21932,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5576d80a\",4213609,4213609,\"BR_SC\",\"4213609\",3,\"Santa Catarina\",\"Porto União\",,\"BRA.24.205_1\",\"ChIJ5ztnfgiK5pQRL2C0feXbHes\",,\"BRSC4213609\",\"4213609\",-26.393713955,-50.9708741986966,35543,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"23b382ab\",4213708,4213708,\"BR_SC\",\"4213708\",3,\"Santa Catarina\",\"Pouso Redondo\",,\"BRA.24.206_1\",\"ChIJQQPWkdLZ35QRKa5njX00464\",,\"BRSC4213708\",\"4213708\",-27.303874015,-49.9775079232049,17712,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b850d807\",4213807,4213807,\"BR_SC\",\"4213807\",3,\"Santa Catarina\",\"Praia Grande\",,\"BRA.24.207_1\",\"ChIJNS_hsEkIIpURPGrIpCD7XAI\",,\"BRSC4213807\",\"4213807\",-29.211377145,-50.0312459386417,7312,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce9582a6\",4213906,4213906,\"BR_SC\",\"4213906\",3,\"Santa Catarina\",\"Presidente Castello Branco\",,\"BRA.24.208_1\",,,\"BRSC4213906\",\"4213906\",-27.24449253,-51.789179656931,1547,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2cf9751f\",4214003,4214003,\"BR_SC\",\"4214003\",3,\"Santa Catarina\",\"Presidente Getúlio\",,\"BRA.24.209_1\",\"ChIJLX6T1pG035QRRr8cGhJnsug\",,\"BRSC4214003\",\"4214003\",-27.03609848,-49.6427284328842,17726,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5a3c2fbe\",4214102,4214102,\"BR_SC\",\"4214102\",3,\"Santa Catarina\",\"Presidente Nereu\",,\"BRA.24.210_1\",,,\"BRSC4214102\",\"4214102\",-27.25709629,-49.3752129069186,2283,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be428a41\",4214151,4214151,\"BR_SC\",\"4214151\",3,\"Santa Catarina\",\"Princesa\",,\"BRA.24.211_1\",,,\"BRSC4214151\",\"4214151\",-26.42784786,-53.6133861815441,2937,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c173c05d\",4214201,4214201,\"BR_SC\",\"4214201\",3,\"Santa Catarina\",\"Quilombo\",,\"BRA.24.212_1\",\"ChIJ44FqBkPV-pQRh7DhMUStpXY\",,\"BRSC4214201\",\"4214201\",-26.738335605,-52.7232533549673,9829,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7b69afc\",4214300,4214300,\"BR_SC\",\"4214300\",3,\"Santa Catarina\",\"Rancho Queimado\",,\"BRA.24.213_1\",,,\"BRSC4214300\",\"4214300\",-27.68043518,-49.066525835636,2887,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cb2534dd\",4214409,4214409,\"BR_SC\",\"4214409\",3,\"Santa Catarina\",\"Rio das Antas\",,\"BRA.24.214_1\",,,\"BRSC4214409\",\"4214409\",-26.91185951,-51.0445370010519,6202,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bde06e7c\",4214508,4214508,\"BR_SC\",\"4214508\",3,\"Santa Catarina\",\"Rio do Campo\",,\"BRA.24.215_1\",,,\"BRSC4214508\",\"4214508\",-26.91204834,-50.1462338917969,5902,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2f19cdb4\",4214607,4214607,\"BR_SC\",\"4214607\",3,\"Santa Catarina\",\"Rio do Oeste\",,\"BRA.24.216_1\",,,\"BRSC4214607\",\"4214607\",-27.144179345,-49.8155568627272,7520,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cb898192\",4214805,4214805,\"BR_SC\",\"4214805\",3,\"Santa Catarina\",\"Rio do Sul\",,\"BRA.24.217_1\",\"ChIJFSf4LLe535QRwbQPYOxuA6M\",,\"BRSC4214805\",\"4214805\",-27.18047714,-49.6373948766875,72006,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"59dc9715\",4214706,4214706,\"BR_SC\",\"4214706\",3,\"Santa Catarina\",\"Rio dos Cedros\",,\"BRA.24.218_1\",\"ChIJjVNktqfw3pQR7AF12dirNw0\",,\"BRSC4214706\",\"4214706\",-26.628863335,-49.358464799427,11808,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd4cdb33\",4214904,4214904,\"BR_SC\",\"4214904\",3,\"Santa Catarina\",\"Rio Fortuna\",,\"BRA.24.219_1\",,,\"BRSC4214904\",\"4214904\",-28.07987404,-49.2365652444211,4620,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0d4c43c0\",4215000,4215000,\"BR_SC\",\"4215000\",3,\"Santa Catarina\",\"Rio Negrinho\",,\"BRA.24.220_1\",\"ChIJe7j86JvQ3ZQR_EB0fBFeHd4\",,\"BRSC4215000\",\"4215000\",-26.45034504,-49.614760588559,42495,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"09e70f21\",4215059,4215059,\"BR_SC\",\"4215059\",3,\"Santa Catarina\",\"Rio Rufino\",,\"BRA.24.221_1\",,,\"BRSC4215059\",\"4215059\",-27.91720867,-49.7784646172553,2483,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"32672188\",4215075,4215075,\"BR_SC\",\"4215075\",3,\"Santa Catarina\",\"Riqueza\",,\"BRA.24.222_1\",,,\"BRSC4215075\",\"4215075\",-26.983205795,-53.3427610618128,4561,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"75529153\",4215109,4215109,\"BR_SC\",\"4215109\",3,\"Santa Catarina\",\"Rodeio\",,\"BRA.24.223_1\",\"ChIJbdXkF_b_3pQRl3f_kb4CBng\",,\"BRSC4215109\",\"4215109\",-26.88728523,-49.3612015824893,11600,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00131f9c\",4215208,4215208,\"BR_SC\",\"4215208\",3,\"Santa Catarina\",\"Romelândia\",,\"BRA.24.224_1\",,,\"BRSC4215208\",\"4215208\",-26.65290928,-53.3222817948077,4684,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"916e683a\",4215307,4215307,\"BR_SC\",\"4215307\",3,\"Santa Catarina\",\"Salete\",,\"BRA.24.225_1\",,,\"BRSC4215307\",\"4215307\",-26.95690346,-50.0126983270645,7659,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b1eace9\",4215356,4215356,\"BR_SC\",\"4215356\",3,\"Santa Catarina\",\"Saltinho\",,\"BRA.24.226_1\",,,\"BRSC4215356\",\"4215356\",-26.585391045,-53.0187948692455,3754,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e3264e29\",4215406,4215406,\"BR_SC\",\"4215406\",3,\"Santa Catarina\",\"Salto Veloso\",,\"BRA.24.227_1\",,,\"BRSC4215406\",\"4215406\",-26.892792705,-51.4269713450588,4756,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0758ebd6\",4215455,4215455,\"BR_SC\",\"4215455\",3,\"Santa Catarina\",\"Sangão\",,\"BRA.24.228_1\",\"ChIJ6xfR1OJjIZURkmSdUeUHAG0\",,\"BRSC4215455\",\"4215455\",-28.648467065,-49.1254582764598,12905,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7bed75a4\",4215505,4215505,\"BR_SC\",\"4215505\",3,\"Santa Catarina\",\"Santa Cecília\",,\"BRA.24.229_1\",\"ChIJh3WXNO_B4JQRYveYzi3miPQ\",,\"BRSC4215505\",\"4215505\",-26.883813855,-50.4245253851621,16918,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"719db177\",4215554,4215554,\"BR_SC\",\"4215554\",3,\"Santa Catarina\",\"Santa Helena\",,\"BRA.24.230_1\",,,\"BRSC4215554\",\"4215554\",-26.919342995,-53.6181459399193,2200,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0eacfb6b\",4215604,4215604,\"BR_SC\",\"4215604\",3,\"Santa Catarina\",\"Santa Rosa de Lima\",,\"BRA.24.231_1\",,,\"BRSC4215604\",\"4215604\",-28.012443545,-49.1672775324813,2147,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"edbf9a8d\",4215653,4215653,\"BR_SC\",\"4215653\",3,\"Santa Catarina\",\"Santa Rosa do Sul\",,\"BRA.24.232_1\",\"ChIJv_j3h0EWIpUR3PLQPwXwhd0\",,\"BRSC4215653\",\"4215653\",-29.119241715,-49.7493356915426,8378,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3f5c1111\",4215679,4215679,\"BR_SC\",\"4215679\",3,\"Santa Catarina\",\"Santa Terezinha\",,\"BRA.24.234_1\",,,\"BRSC4215679\",\"4215679\",-26.66967773,-49.9908686744085,8773,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5f7c20d9\",4215687,4215687,\"BR_SC\",\"4215687\",3,\"Santa Catarina\",\"Santa Terezinha do Progresso\",,\"BRA.24.233_1\",,,\"BRSC4215687\",\"4215687\",-26.58475685,-53.1684840294009,2372,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a86970b4\",4215695,4215695,\"BR_SC\",\"4215695\",3,\"Santa Catarina\",\"Santiago do Sul\",,\"BRA.24.235_1\",,,\"BRSC4215695\",\"4215695\",-26.629011155,-52.6950272617561,1235,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"910a04ff\",4215703,4215703,\"BR_SC\",\"4215703\",3,\"Santa Catarina\",\"Santo Amaro da Imperatriz\",,\"BRA.24.236_1\",\"ChIJla_D_jTKIJUR2j9clyx2lb4\",,\"BRSC4215703\",\"4215703\",-27.74244595,-48.7640372289496,23579,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ed517354\",4215802,4215802,\"BR_SC\",\"4215802\",3,\"Santa Catarina\",\"São Bento do Sul\",,\"BRA.24.237_1\",\"ChIJKdK0Wr7U3ZQRDzSZd0WQl2c\",,\"BRSC4215802\",\"4215802\",-26.29689026,-49.3329347406341,85421,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b7ac02c\",4215752,4215752,\"BR_SC\",\"4215752\",3,\"Santa Catarina\",\"São Bernardino\",,\"BRA.24.238_1\",,,\"BRSC4215752\",\"4215752\",-26.491270065,-52.9975335227412,2287,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"759a48d9\",4215901,4215901,\"BR_SC\",\"4215901\",3,\"Santa Catarina\",\"São Bonifácio\",,\"BRA.24.239_1\",,,\"BRSC4215901\",\"4215901\",-27.957899095,-48.9405202564938,2814,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1122641c\",4216008,4216008,\"BR_SC\",\"4216008\",3,\"Santa Catarina\",\"São Carlos\",,\"BRA.24.240_1\",\"ChIJPYbLVDI8-5QR8zDMtfozMqo\",,\"BRSC4216008\",\"4216008\",-27.032281875,-53.0298898844144,11369,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fcea8dc8\",4216057,4216057,\"BR_SC\",\"4216057\",3,\"Santa Catarina\",\"São Cristóvão do Sul\",,\"BRA.24.241_1\",,,\"BRSC4216057\",\"4216057\",-27.289958,-50.3424271459168,5598,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"805f13ba\",4216107,4216107,\"BR_SC\",\"4216107\",3,\"Santa Catarina\",\"São Domingos\",,\"BRA.24.242_1\",,,\"BRSC4216107\",\"4216107\",-26.537633895,-52.5437887070013,9434,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f51e9d75\",4216206,4216206,\"BR_SC\",\"4216206\",3,\"Santa Catarina\",\"São Francisco do Sul\",,\"BRA.24.243_1\",\"ChIJjxPTPvUw2ZQRmDpfBlHheWI\",,\"BRSC4216206\",\"4216206\",-26.308333395,-48.629722595,53746,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6dd5a6f8\",4216305,4216305,\"BR_SC\",\"4216305\",3,\"Santa Catarina\",\"São João Batista\",,\"BRA.24.244_1\",\"ChIJW6NGA8RQ35QR3-8AUH1x16Y\",,\"BRSC4216305\",\"4216305\",-27.33138084,-48.8699603048798,38583,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"67a5622b\",4216354,4216354,\"BR_SC\",\"4216354\",3,\"Santa Catarina\",\"São João do Itaperiú\",,\"BRA.24.245_1\",,,\"BRSC4216354\",\"4216354\",-26.596182825,-48.7988973096261,3759,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1160388a\",4216255,4216255,\"BR_SC\",\"4216255\",3,\"Santa Catarina\",\"São João do Oeste\",,\"BRA.24.246_1\",,,\"BRSC4216255\",\"4216255\",-27.08804226,-53.5998912639719,6402,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1f9d80eb\",4216404,4216404,\"BR_SC\",\"4216404\",3,\"Santa Catarina\",\"São João do Sul\",,\"BRA.24.247_1\",,,\"BRSC4216404\",\"4216404\",-29.195155145,-49.8192803083456,7315,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"803b7f7f\",4216503,4216503,\"BR_SC\",\"4216503\",3,\"Santa Catarina\",\"São Joaquim\",,\"BRA.24.248_1\",\"ChIJGV0FvKWHH5UR0tEf_IeEvDw\",,\"BRSC4216503\",\"4216503\",-28.292798045,-50.0050504213739,27139,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f57af1b0\",4216602,4216602,\"BR_SC\",\"4216602\",3,\"Santa Catarina\",\"São José\",,\"BRA.24.251_1\",\"ChIJM1bDZxA2J5URW_e5Z2i4VZQ\",,\"BRSC4216602\",\"4216602\",-27.578736305,-48.667926567,250181,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6db1ca3d\",4216701,4216701,\"BR_SC\",\"4216701\",3,\"Santa Catarina\",\"São José do Cedro\",,\"BRA.24.249_1\",\"ChIJWbFVugp7-pQRRm2-B7pTOCg\",,\"BRSC4216701\",\"4216701\",-26.478212355,-53.4910208995046,13820,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"11eabd96\",4216800,4216800,\"BR_SC\",\"4216800\",3,\"Santa Catarina\",\"São José do Cerrito\",,\"BRA.24.250_1\",,,\"BRSC4216800\",\"4216800\",-27.603976245,-50.6698545911467,8173,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69f46f05\",4216909,4216909,\"BR_SC\",\"4216909\",3,\"Santa Catarina\",\"São Lourenço do Oeste\",,\"BRA.24.252_1\",\"ChIJ738ZcfSw-pQRaDPnr2A7VKA\",,\"BRSC4216909\",\"4216909\",-26.476919175,-52.9061187555869,24291,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e262e7e\",4217006,4217006,\"BR_SC\",\"4217006\",3,\"Santa Catarina\",\"São Ludgero\",,\"BRA.24.253_1\",\"ChIJMYmaG5MRIZURRL-qetBBTEE\",,\"BRSC4217006\",\"4217006\",-28.35309696,-49.1648757239693,13650,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d6ed15f3\",4217105,4217105,\"BR_SC\",\"4217105\",3,\"Santa Catarina\",\"São Martinho\",,\"BRA.24.254_1\",,,\"BRSC4217105\",\"4217105\",-28.114925385,-48.9703942545052,3171,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dc9dd120\",4217154,4217154,\"BR_SC\",\"4217154\",3,\"Santa Catarina\",\"São Miguel da Boa Vista\",,\"BRA.24.255_1\",,,\"BRSC4217154\",\"4217154\",-26.688649175,-53.2414727656898,1807,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a3ac9b3c\",4217204,4217204,\"BR_SC\",\"4217204\",3,\"Santa Catarina\",\"São Miguel do Oeste\",,\"BRA.24.256_1\",\"ChIJtYMRoh5c-pQR75nMN6xINiM\",,\"BRSC4217204\",\"4217204\",-26.719156265,-53.5094418055741,40868,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"40bffada\",4217253,4217253,\"BR_SC\",\"4217253\",3,\"Santa Catarina\",\"São Pedro de Alcântara\",,\"BRA.24.257_1\",,,\"BRSC4217253\",\"4217253\",-27.58603954,-48.834711479697,5935,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c0a64a8\",4217303,4217303,\"BR_SC\",\"4217303\",3,\"Santa Catarina\",\"Saudades\",,\"BRA.24.258_1\",\"ChIJ7XyGSjMg-5QRwEBoBkOGh7A\",,\"BRSC4217303\",\"4217303\",-26.887228015,-53.0305870117992,9810,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e4242bb\",4217402,4217402,\"BR_SC\",\"4217402\",3,\"Santa Catarina\",\"Schroeder\",,\"BRA.24.259_1\",\"ChIJlRWm9EWW3pQR2N5QtRdA6kk\",,\"BRSC4217402\",\"4217402\",-26.359826085,-49.0609969569096,21991,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d6897936\",4217501,4217501,\"BR_SC\",\"4217501\",3,\"Santa Catarina\",\"Seara\",,\"BRA.24.260_1\",\"ChIJx-YGeQaZ5JQRtUR1aLQsp7g\",,\"BRSC4217501\",\"4217501\",-27.133460045,-52.3708555762731,17576,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dcf9bde5\",4217550,4217550,\"BR_SC\",\"4217550\",3,\"Santa Catarina\",\"Serra Alta\",,\"BRA.24.261_1\",,,\"BRSC4217550\",\"4217550\",-26.69436932,-53.0238041221613,3256,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a3c8f7f9\",4217600,4217600,\"BR_SC\",\"4217600\",3,\"Santa Catarina\",\"Siderópolis\",,\"BRA.24.262_1\",\"ChIJBxHf3iWYIZURobhnK7koNPI\",,\"BRSC4217600\",\"4217600\",-28.569348335,-49.5660971603886,14092,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dbd6256a\",4217709,4217709,\"BR_SC\",\"4217709\",3,\"Santa Catarina\",\"Sombrio\",,\"BRA.24.263_1\",\"ChIJqc5AkTk8IpURpTNevGSBy8k\",,\"BRSC4217709\",\"4217709\",-29.07974625,-49.6508655775715,30733,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1a6e1b9\",4217758,4217758,\"BR_SC\",\"4217758\",3,\"Santa Catarina\",\"Sul Brasil\",,\"BRA.24.264_1\",,,\"BRSC4217758\",\"4217758\",-26.69834423,-52.9388747026426,2423,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a78d52c1\",4217808,4217808,\"BR_SC\",\"4217808\",3,\"Santa Catarina\",\"Taió\",,\"BRA.24.265_1\",\"ChIJv-7KUo0q3pQRZA7eVzd4dTQ\",,\"BRSC4217808\",\"4217808\",-27.091309545,-50.1046301829065,18486,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"36f02567\",4217907,4217907,\"BR_SC\",\"4217907\",3,\"Santa Catarina\",\"Tangará\",,\"BRA.24.266_1\",,,\"BRSC4217907\",\"4217907\",-27.15041447,-51.0918565069348,8662,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c80e1b4\",4217956,4217956,\"BR_SC\",\"4217956\",3,\"Santa Catarina\",\"Tigrinhos\",,\"BRA.24.267_1\",,,\"BRSC4217956\",\"4217956\",-26.67696285,-53.15202494186,1619,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f84b5f04\",4218004,4218004,\"BR_SC\",\"4218004\",3,\"Santa Catarina\",\"Tijucas\",,\"BRA.24.268_1\",\"ChIJnc-XvCWp2JQRDfl5NHBauzs\",,\"BRSC4218004\",\"4218004\",-27.244443895,-48.6835296143863,39155,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"67eda090\",4218103,4218103,\"BR_SC\",\"4218103\",3,\"Santa Catarina\",\"Timbé do Sul\",,\"BRA.24.269_1\",,,\"BRSC4218103\",\"4218103\",-28.811590195,-49.8518185643472,5343,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"12ac2e5f\",4218202,4218202,\"BR_SC\",\"4218202\",3,\"Santa Catarina\",\"Timbó\",,\"BRA.24.271_1\",\"ChIJI7mj7Pb73pQRQKJ9OX7OQsU\",,\"BRSC4218202\",\"4218202\",-26.81584549,-49.2652393725481,44977,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f6d28ba0\",4218251,4218251,\"BR_SC\",\"4218251\",3,\"Santa Catarina\",\"Timbó Grande\",,\"BRA.24.270_1\",,,\"BRSC4218251\",\"4218251\",-26.63941193,-50.6663247151538,7941,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8a6715d2\",4218301,4218301,\"BR_SC\",\"4218301\",3,\"Santa Catarina\",\"Três Barras\",,,\"ChIJbVvch-Ry55QRmELY4aaIOJw\",,\"BRSC4218301\",\"4218301\",-26.105632,-50.319692,19366,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8017d101\",4218350,4218350,\"BR_SC\",\"4218350\",3,\"Santa Catarina\",\"Treviso\",,\"BRA.24.272_1\",,,\"BRSC4218350\",\"4218350\",-28.51079369,-49.4954219592754,3966,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f82f33c1\",4218400,4218400,\"BR_SC\",\"4218400\",3,\"Santa Catarina\",\"Treze de Maio\",,\"BRA.24.273_1\",,,\"BRSC4218400\",\"4218400\",-28.57369232,-49.1521881146603,7093,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8031e152\",4218509,4218509,\"BR_SC\",\"4218509\",3,\"Santa Catarina\",\"Treze Tílias\",,\"BRA.24.274_1\",\"ChIJuU05ddEG5JQRZeMUvrmCc7g\",,\"BRSC4218509\",\"4218509\",-26.93816376,-51.4890994678048,7991,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f5706f9d\",4218608,4218608,\"BR_SC\",\"4218608\",3,\"Santa Catarina\",\"Trombudo Central\",,\"BRA.24.275_1\",\"ChIJUR96PHXE35QRCg5POAzWVek\",,\"BRSC4218608\",\"4218608\",-27.314299585,-49.8124003955218,7434,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"640d183b\",4218707,4218707,\"BR_SC\",\"4218707\",3,\"Santa Catarina\",\"Tubarão\",,\"BRA.24.276_1\",\"ChIJTREpuu9CIZURQ0MEwOPAEbg\",,\"BRSC4218707\",\"4218707\",-28.48186207,-49.0566990253202,106422,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6e7ddce8\",4218756,4218756,\"BR_SC\",\"4218756\",3,\"Santa Catarina\",\"Tunápolis\",,\"BRA.24.277_1\",,,\"BRSC4218756\",\"4218756\",-26.99287319,-53.6390424353131,4525,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"18566f90\",4218806,4218806,\"BR_SC\",\"4218806\",3,\"Santa Catarina\",\"Turvo\",,\"BRA.24.278_1\",\"ChIJl41VEhggIpURTL0K2axrj5k\",,\"BRSC4218806\",\"4218806\",-28.893182755,-49.7246370932159,12990,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fc28ca6f\",4218855,4218855,\"BR_SC\",\"4218855\",3,\"Santa Catarina\",\"União do Oeste\",,\"BRA.24.279_1\",,,\"BRSC4218855\",\"4218855\",-26.79119015,-52.8601542261071,2412,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"809d541d\",4218905,4218905,\"BR_SC\",\"4218905\",3,\"Santa Catarina\",\"Urubici\",,\"BRA.24.280_1\",\"ChIJ_36G5lRBIJURXo6UkpUP-T0\",,\"BRSC4218905\",\"4218905\",-28.063789365,-49.5929280795813,11273,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8aed90ce\",4218954,4218954,\"BR_SC\",\"4218954\",3,\"Santa Catarina\",\"Urupema\",,\"BRA.24.281_1\",,,\"BRSC4218954\",\"4218954\",-28.009139065,-49.8835667631297,2459,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a9949d54\",4219002,4219002,\"BR_SC\",\"4219002\",3,\"Santa Catarina\",\"Urussanga\",,\"BRA.24.282_1\",\"ChIJ9WCHGUl0IZUR8pTWLe70UPw\",,\"BRSC4219002\",\"4219002\",-28.48968029,-49.3541627571634,21344,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"315fa6d9\",4219101,4219101,\"BR_SC\",\"4219101\",3,\"Santa Catarina\",\"Vargeão\",,\"BRA.24.283_1\",,,\"BRSC4219101\",\"4219101\",-26.801280975,-52.1708219255295,3571,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3b2f620a\",4219150,4219150,\"BR_SC\",\"4219150\",3,\"Santa Catarina\",\"Vargem\",,\"BRA.24.285_1\",,,\"BRSC4219150\",\"4219150\",-27.467074395,-50.9450754965803,2432,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e07aa5bd\",4219176,4219176,\"BR_SC\",\"4219176\",3,\"Santa Catarina\",\"Vargem Bonita\",,\"BRA.24.284_1\",,,\"BRSC4219176\",\"4219176\",-26.950754165,-51.7405144938832,4451,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"441e2816\",4219200,4219200,\"BR_SC\",\"4219200\",3,\"Santa Catarina\",\"Vidal Ramos\",,\"BRA.24.286_1\",,,\"BRSC4219200\",\"4219200\",-27.40381527,-49.3881763711151,6329,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c00fa85\",4219309,4219309,\"BR_SC\",\"4219309\",3,\"Santa Catarina\",\"Videira\",,\"BRA.24.287_1\",\"ChIJQyzBUoxO4ZQRynKjwpDRUw4\",,\"BRSC4219309\",\"4219309\",-26.98624325,-51.1378373934323,53610,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"36703e56\",4219358,4219358,\"BR_SC\",\"4219358\",3,\"Santa Catarina\",\"Vitor Meireles\",,\"BRA.24.288_1\",,,\"BRSC4219358\",\"4219358\",-26.81664562,-49.8416269009411,4943,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e48dc96\",4219408,4219408,\"BR_SC\",\"4219408\",3,\"Santa Catarina\",\"Witmarsum\",,\"BRA.24.289_1\",,,\"BRSC4219408\",\"4219408\",-26.943137165,-49.8754417238585,3998,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df35ab30\",4219507,4219507,\"BR_SC\",\"4219507\",3,\"Santa Catarina\",\"Xanxerê\",,\"BRA.24.290_1\",\"ChIJvfAxoLjD5JQR5mQrbcxOURM\",,\"BRSC4219507\",\"4219507\",-26.87735939,-52.3870770875942,51642,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aa7425ff\",4219606,4219606,\"BR_SC\",\"4219606\",3,\"Santa Catarina\",\"Xavantina\",,\"BRA.24.291_1\",,,\"BRSC4219606\",\"4219606\",-27.01399994,-52.329493957405,3903,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"32bf1e72\",4219705,4219705,\"BR_SC\",\"4219705\",3,\"Santa Catarina\",\"Xaxim\",,\"BRA.24.292_1\",\"ChIJb7M3HoHI5JQRwYrX14RbP44\",,\"BRSC4219705\",\"4219705\",-26.978381155,-52.5209124398209,28983,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"adf7083f\",4219853,4219853,\"BR_SC\",\"4219853\",3,\"Santa Catarina\",\"Zortéa\",,\"BRA.24.293_1\",,,\"BRSC4219853\",\"4219853\",-27.48622131,-51.5485314437115,3398,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aef80acc\",3500105,3500105,\"BR_SP\",\"3500105\",3,\"São Paulo\",\"Adamantina\",,\"BRA.25.1_1\",\"ChIJcWFQ2d2jlpQRPrYzYVjGAW8\",,\"BRSP3500105\",\"3500105\",-21.5858078,-51.0318952386272,35111,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dbb98403\",3500204,3500204,\"BR_SP\",\"3500204\",3,\"São Paulo\",\"Adolfo\",,\"BRA.25.2_1\",,,\"BRSP3500204\",\"3500204\",-21.278830525,-49.6416353008045,3554,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"441f7b97\",3500303,3500303,\"BR_SP\",\"3500303\",3,\"São Paulo\",\"Aguaí\",,\"BRA.25.3_1\",\"ChIJJVL1VII3yJQRx_JhaK5KsuU\",,\"BRSP3500303\",\"3500303\",-22.056630135,-47.0532392166104,36648,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"36575d84\",3500402,3500402,\"BR_SP\",\"3500402\",3,\"São Paulo\",\"Águas da Prata\",,\"BRA.25.4_1\",\"ChIJA3wbtEjPyZQRe_O9izazCVo\",,\"BRSP3500402\",\"3500402\",-21.91486454,-46.7007227082067,8221,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ae9c6609\",3500501,3500501,\"BR_SP\",\"3500501\",3,\"São Paulo\",\"Águas de Lindóia\",,\"BRA.25.5_1\",\"ChIJRVwrSF4QyZQR6087LrPme04\",,\"BRSP3500501\",\"3500501\",-22.47587967,-46.6096138134733,18808,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a4eca2da\",3500550,3500550,\"BR_SP\",\"3500550\",3,\"São Paulo\",\"Águas de Santa Bárbara\",,\"BRA.25.6_1\",,,\"BRSP3500550\",\"3500550\",-22.87933636,-49.2867641019169,6109,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dbdde8c6\",3500600,3500600,\"BR_SP\",\"3500600\",3,\"São Paulo\",\"Águas de São Pedro\",,\"BRA.25.7_1\",,,\"BRSP3500600\",\"3500600\",-22.599672315,-47.8783195352133,3521,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a3c33a55\",3500709,3500709,\"BR_SP\",\"3500709\",3,\"São Paulo\",\"Agudos\",,\"BRA.25.8_1\",\"ChIJYV4sEF6ZwJQRX2cOiHfd4z8\",,\"BRSP3500709\",\"3500709\",-22.555799485,-49.0855831544091,37401,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a9b3fe86\",3500758,3500758,\"BR_SP\",\"3500758\",3,\"São Paulo\",\"Alambari\",,\"BRA.25.9_1\",,,\"BRSP3500758\",\"3500758\",-23.54713249,-47.8684083207578,6129,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df984dfe\",3500808,3500808,\"BR_SP\",\"3500808\",3,\"São Paulo\",\"Alfredo Marcondes\",,\"BRA.25.10_1\",,,\"BRSP3500808\",\"3500808\",-21.937106135,-51.3889430202612,4184,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4ee53a58\",3500907,3500907,\"BR_SP\",\"3500907\",3,\"São Paulo\",\"Altair\",,\"BRA.25.11_1\",,,\"BRSP3500907\",\"3500907\",-20.532704355,-49.103192995855,4186,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"60813708\",3501004,3501004,\"BR_SP\",\"3501004\",3,\"São Paulo\",\"Altinópolis\",,\"BRA.25.12_1\",\"ChIJLUtsi8xgt5QRRBbiqva3Ukw\",,\"BRSP3501004\",\"3501004\",-21.01091385,-47.3697419797648,16203,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ff27c89c\",3501103,3501103,\"BR_SP\",\"3501103\",3,\"São Paulo\",\"Alto Alegre\",,\"BRA.25.13_1\",,,\"BRSP3501103\",\"3501103\",-21.615983965,-50.1964212549202,4088,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f5570c4f\",3501152,3501152,\"BR_SP\",\"3501152\",3,\"São Paulo\",\"Alumínio\",,\"BRA.25.14_1\",\"ChIJC7K_V3Fvz5QR_LPkWCNRdt4\",,\"BRSP3501152\",\"3501152\",-23.53170872,-47.2704247172562,18767,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8a664653\",3501202,3501202,\"BR_SP\",\"3501202\",3,\"São Paulo\",\"Álvares Florence\",,\"BRA.25.15_1\",,,\"BRSP3501202\",\"3501202\",-20.29001522,-49.933760210417,3647,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"12ad7dde\",3501301,3501301,\"BR_SP\",\"3501301\",3,\"São Paulo\",\"Álvares Machado\",,\"BRA.25.16_1\",\"ChIJcSBGGVbwk5QReUFkZ1kFxBU\",,\"BRSP3501301\",\"3501301\",-22.12078857,-51.5262068681806,24998,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"60e55bcd\",3501400,3501400,\"BR_SP\",\"3501400\",3,\"São Paulo\",\"Álvaro de Carvalho\",,\"BRA.25.17_1\",,,\"BRSP3501400\",\"3501400\",-22.08391285,-49.7412046274975,5274,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"18fb895e\",3501509,3501509,\"BR_SP\",\"3501509\",3,\"São Paulo\",\"Alvinlândia\",,\"BRA.25.18_1\",,,\"BRSP3501509\",\"3501509\",-22.44864845,-49.7577900793331,3237,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6dba0791\",3501608,3501608,\"BR_SP\",\"3501608\",3,\"São Paulo\",\"Americana\",,\"BRA.25.19_1\",\"ChIJ_7evHKeQyJQRvVicdJ8z8VM\",,\"BRSP3501608\",\"3501608\",-22.725815775,-47.2776317430864,242018,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fcc77037\",3501707,3501707,\"BR_SP\",\"3501707\",3,\"São Paulo\",\"Américo Brasiliense\",,\"BRA.25.20_1\",\"ChIJN48CizxZuJQRotCcjjjxGdA\",,\"BRSP3501707\",\"3501707\",-21.72615719,-48.0402138565038,41032,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"809c079c\",3501806,3501806,\"BR_SP\",\"3501806\",3,\"São Paulo\",\"Américo de Campos\",,\"BRA.25.21_1\",,,\"BRSP3501806\",\"3501806\",-22.69498539,-46.7921999469253,5981,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"18573c11\",3501905,3501905,\"BR_SP\",\"3501905\",3,\"São Paulo\",\"Amparo\",,\"BRA.25.22_1\",\"ChIJI7Xtx4wgyZQR0dOEH8Kq0dk\",,\"BRSP3501905\",\"3501905\",-20.29047489,-49.7755749299449,72677,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9b573dd3\",3502002,3502002,\"BR_SP\",\"3502002\",3,\"São Paulo\",\"Analândia\",,\"BRA.25.23_1\",,,\"BRSP3502002\",\"3502002\",-22.11994648,-47.6765522275928,5056,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"039c065e\",3502101,3502101,\"BR_SP\",\"3502101\",3,\"São Paulo\",\"Andradina\",,\"BRA.25.24_1\",\"ChIJ3alye5LKkJQRshVLO--2BE0\",,\"BRSP3502101\",\"3502101\",-20.866900445,-51.3678363446029,57202,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76dd8891\",3502200,3502200,\"BR_SP\",\"3502200\",3,\"São Paulo\",\"Angatuba\",,\"BRA.25.25_1\",\"ChIJe8_CEeIfxJQRxwkrfcGp6Hw\",,\"BRSP3502200\",\"3502200\",-23.44844532,-48.462011879332,25479,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0ec35a02\",3502309,3502309,\"BR_SP\",\"3502309\",3,\"São Paulo\",\"Anhembi\",,\"BRA.25.26_1\",,,\"BRSP3502309\",\"3502309\",-22.793634415,-48.1448804987637,6819,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c8b7c11\",3502408,3502408,\"BR_SP\",\"3502408\",3,\"São Paulo\",\"Anhumas\",,\"BRA.25.27_1\",,,\"BRSP3502408\",\"3502408\",-22.35813427,-51.4240098818146,4144,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"edf60bb7\",3502507,3502507,\"BR_SP\",\"3502507\",3,\"São Paulo\",\"Aparecida\",,\"BRA.25.29_1\",\"ChIJteOc0HnDzJQRv8UYcnXzvtE\",,\"BRSP3502507\",\"3502507\",-22.90894222,-45.2394846828333,36185,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"98b78578\",3502606,3502606,\"BR_SP\",\"3502606\",3,\"São Paulo\",\"Aparecida d'Oeste\",,\"BRA.25.28_1\",,,\"BRSP3502606\",\"3502606\",-20.47795105,-50.919446971581,4158,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"007cbef5\",3502705,3502705,\"BR_SP\",\"3502705\",3,\"São Paulo\",\"Apiaí\",,\"BRA.25.30_1\",\"ChIJtdbPPaJkw5QRAx1fOJvu15Q\",,\"BRSP3502705\",\"3502705\",-24.414958,-48.7651206583737,24226,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a0c7a26\",3502754,3502754,\"BR_SP\",\"3502754\",3,\"São Paulo\",\"Araçariguama\",,\"BRA.25.31_1\",\"ChIJHVcqcPETz5QRPnM75SC6-Kc\",,\"BRSP3502754\",\"3502754\",-23.43425465,-47.0839448509186,22860,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c27c95e\",3502804,3502804,\"BR_SP\",\"3502804\",3,\"São Paulo\",\"Araçatuba\",,\"BRA.25.32_1\",\"ChIJgQPirO5DlpQRW5_KgnxqKXU\",,\"BRSP3502804\",\"3502804\",-21.14090061,-50.4838198769339,198129,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e38136ca\",3502903,3502903,\"BR_SP\",\"3502903\",3,\"São Paulo\",\"Araçoiaba da Serra\",,\"BRA.25.33_1\",\"ChIJW66UZ9vsxZQRHu7efGlUocM\",,\"BRSP3502903\",\"3502903\",-23.54192352,-47.6487442116669,34776,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cde53b9a\",3503000,3503000,\"BR_SP\",\"3503000\",3,\"São Paulo\",\"Aramina\",,\"BRA.25.34_1\",,,\"BRSP3503000\",\"3503000\",-20.15873718,-47.82381650552,5655,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b5fbe909\",3503109,3503109,\"BR_SP\",\"3503109\",3,\"São Paulo\",\"Arandu\",,\"BRA.25.35_1\",,,\"BRSP3503109\",\"3503109\",-23.171346665,-49.0638379049641,6365,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf8b2dda\",3503158,3503158,\"BR_SP\",\"3503158\",3,\"São Paulo\",\"Arapeí\",,\"BRA.25.36_1\",,,\"BRSP3503158\",\"3503158\",-22.674897195,-44.4291157659767,2460,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c0ba67c6\",3503208,3503208,\"BR_SP\",\"3503208\",3,\"São Paulo\",\"Araraquara\",,\"BRA.25.37_1\",\"ChIJMUoF2jrxuJQR7Xc__8H9mlc\",,\"BRSP3503208\",\"3503208\",-21.75597286,-48.2385003193553,238339,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"51c71060\",3503307,3503307,\"BR_SP\",\"3503307\",3,\"São Paulo\",\"Araras\",,\"BRA.25.38_1\",\"ChIJoy95pFdwyJQR_sKBtGOt8is\",,\"BRSP3503307\",\"3503307\",-22.334547995,-47.3379207098494,135506,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5bb7d4b3\",3503356,3503356,\"BR_SP\",\"3503356\",3,\"São Paulo\",\"Arco-Íris\",,\"BRA.25.39_1\",,,\"BRSP3503356\",\"3503356\",-21.777634625,-50.4289248876202,1773,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"238f3673\",3503406,3503406,\"BR_SP\",\"3503406\",3,\"São Paulo\",\"Arealva\",,\"BRA.25.40_1\",\"ChIJqzwBiZc5v5QR_MKQ9LOmfb8\",,\"BRSP3503406\",\"3503406\",-22.081931115,-48.9873637557037,8613,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb440dfe\",3503505,3503505,\"BR_SP\",\"3503505\",3,\"São Paulo\",\"Areias\",,\"BRA.25.41_1\",,,\"BRSP3503505\",\"3503505\",-22.680360795,-44.724244489367,3896,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce058331\",3503604,3503604,\"BR_SP\",\"3503604\",3,\"São Paulo\",\"Areiópolis\",,\"BRA.25.42_1\",\"ChIJlZ4AprY1x5QRraPw6T5shhA\",,\"BRSP3503604\",\"3503604\",-22.616853715,-48.6462826853186,11158,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"51a37ca5\",3503703,3503703,\"BR_SP\",\"3503703\",3,\"São Paulo\",\"Ariranha\",,\"BRA.25.43_1\",\"ChIJodmlCZOrvpQRj4aSYmgxKOI\",,\"BRSP3503703\",\"3503703\",-21.17215443,-48.7913841497967,9761,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2df80b0e\",3503802,3503802,\"BR_SP\",\"3503802\",3,\"São Paulo\",\"Artur Nogueira\",,\"BRA.25.44_1\",\"ChIJieZIn8uMyJQRuaqCNWDiS3w\",,\"BRSP3503802\",\"3503802\",-22.5589304,-47.1325605302442,55340,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b5333083\",3503901,3503901,\"BR_SP\",\"3503901\",3,\"São Paulo\",\"Arujá\",,\"BRA.25.45_1\",\"ChIJP5UdO22HzpQRd2UDH3Tq9_s\",,\"BRSP3503901\",\"3503901\",-23.381483075,-46.3245478188605,91157,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf43f450\",3503950,3503950,\"BR_SP\",\"3503950\",3,\"São Paulo\",\"Aspásia\",,\"BRA.25.46_1\",,,\"BRSP3503950\",\"3503950\",-20.180168155,-50.7217328782298,1818,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5ee98b11\",3504008,3504008,\"BR_SP\",\"3504008\",3,\"São Paulo\",\"Assis\",,\"BRA.25.47_1\",\"ChIJ2RvT8Zc5lZQRLizLIVQhTjw\",,\"BRSP3504008\",\"3504008\",-22.5756855,-50.3999264517938,105087,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cf94fcb7\",3504107,3504107,\"BR_SP\",\"3504107\",3,\"São Paulo\",\"Atibaia\",,\"BRA.25.48_1\",\"ChIJe1LXoOHAzpQRFhNpFL9BTK4\",,\"BRSP3504107\",\"3504107\",-23.132300375,-46.5865077579826,144088,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bad57278\",3504206,3504206,\"BR_SP\",\"3504206\",3,\"São Paulo\",\"Auriflama\",,\"BRA.25.49_1\",\"ChIJK5vofGKil5QRlaCUkni3ino\",,\"BRSP3504206\",\"3504206\",-20.639941215,-50.561146701252,15253,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"221e49f5\",3504305,3504305,\"BR_SP\",\"3504305\",3,\"São Paulo\",\"Avaí\",,\"BRA.25.50_1\",,,\"BRSP3504305\",\"3504305\",-22.195430755,-49.3212488594677,5436,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"50566fe6\",3504404,3504404,\"BR_SP\",\"3504404\",3,\"São Paulo\",\"Avanhandava\",,\"BRA.25.51_1\",\"ChIJa5HFY7EAvpQRxhApSSP8VIA\",,\"BRSP3504404\",\"3504404\",-21.465937615,-49.9366955347594,13859,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cff09072\",3504503,3504503,\"BR_SP\",\"3504503\",3,\"São Paulo\",\"Avaré\",,\"BRA.25.52_1\",\"ChIJHfprrNMlwZQRrPyjcc0r7qs\",,\"BRSP3504503\",\"3504503\",-23.061927795,-48.9256844720277,91232,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bab11ebd\",3504602,3504602,\"BR_SP\",\"3504602\",3,\"São Paulo\",\"Bady Bassitt\",,\"BRA.25.53_1\",\"ChIJz6HRNz60vZQRRtr4acnN5Mg\",,\"BRSP3504602\",\"3504602\",-20.932144165,-49.4264486878734,17761,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"227a2530\",3504701,3504701,\"BR_SP\",\"3504701\",3,\"São Paulo\",\"Balbinos\",,\"BRA.25.54_1\",,,\"BRSP3504701\",\"3504701\",-21.903294565,-49.3383573241272,5934,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5e21529b\",3504800,3504800,\"BR_SP\",\"3504800\",3,\"São Paulo\",\"Bálsamo\",,\"BRA.25.55_1\",\"ChIJCz-TKTsIvZQRrVa0HAgbmDY\",,\"BRSP3504800\",\"3504800\",-20.70051861,-49.5422704524438,9139,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"263f8008\",3504909,3504909,\"BR_SP\",\"3504909\",3,\"São Paulo\",\"Bananal\",,\"BRA.25.56_1\",\"ChIJRYWAxxcynAARHOjy9ZcVYO0\",,\"BRSP3504909\",\"3504909\",-22.73702049,-44.3417151724879,10993,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"98e490c9\",3505005,3505005,\"BR_SP\",\"3505005\",3,\"São Paulo\",\"Barão de Antonina\",,\"BRA.25.57_1\",,,\"BRSP3505005\",\"3505005\",-23.571115495,-49.5722211826656,3498,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ee21ca68\",3505104,3505104,\"BR_SP\",\"3505104\",3,\"São Paulo\",\"Barbosa\",,\"BRA.25.58_1\",,,\"BRSP3505104\",\"3505104\",-21.288371085,-49.9214642188596,7468,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7203e192\",3505203,3505203,\"BR_SP\",\"3505203\",3,\"São Paulo\",\"Bariri\",,\"BRA.25.59_1\",\"ChIJS0P7dsRKv5QRaAjPT1mPeVY\",,\"BRSP3505203\",\"3505203\",-22.056149485,-48.7337036233003,35558,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"04c6bb33\",3505302,3505302,\"BR_SP\",\"3505302\",3,\"São Paulo\",\"Barra Bonita\",,\"BRA.25.60_1\",\"ChIJzzQoh3ZFx5QRK1Z9C7vBQag\",,\"BRSP3505302\",\"3505302\",-22.476452825,-48.5573432049211,36126,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e0b81ecc\",3505351,3505351,\"BR_SP\",\"3505351\",3,\"São Paulo\",\"Barra do Chapéu\",,\"BRA.25.61_1\",,,\"BRSP3505351\",\"3505351\",-24.44307518,-49.0819215449868,5760,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9880fc0c\",3505401,3505401,\"BR_SP\",\"3505401\",3,\"São Paulo\",\"Barra do Turvo\",,\"BRA.25.62_1\",,,\"BRSP3505401\",\"3505401\",-24.87694168,-48.4246509773606,7632,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ee45a6ad\",3505500,3505500,\"BR_SP\",\"3505500\",3,\"São Paulo\",\"Barretos\",,\"BRA.25.63_1\",\"ChIJac9nuPSDu5QRujb4g1gruME\",,\"BRSP3505500\",\"3505500\",-20.51671505,-48.639455923199,122833,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"95dfa050\",3505609,3505609,\"BR_SP\",\"3505609\",3,\"São Paulo\",\"Barrinha\",,\"BRA.25.64_1\",\"ChIJC2l-IqIKuZQRwg8I8A4wUL4\",,\"BRSP3505609\",\"3505609\",-21.23122883,-48.1041973327473,33180,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e31afaf1\",3505708,3505708,\"BR_SP\",\"3505708\",3,\"São Paulo\",\"Barueri\",,\"BRA.25.65_1\",\"ChIJlRLvbN0Dz5QRoyPRh6mUa3Q\",,\"BRSP3505708\",\"3505708\",-23.511702535,-46.892561538354,276982,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78f9a05d\",3505807,3505807,\"BR_SP\",\"3505807\",3,\"São Paulo\",\"Bastos\",,\"BRA.25.66_1\",\"ChIJfX-6bXA0lJQRZaP7Uz0VwKY\",,\"BRSP3505807\",\"3505807\",-21.945609095,-50.7410223372699,20953,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e3cfafc\",3505906,3505906,\"BR_SP\",\"3505906\",3,\"São Paulo\",\"Batatais\",,\"BRA.25.67_1\",\"ChIJB-JKrHr6uZQRsZRnZth4Vq8\",,\"BRSP3505906\",\"3505906\",-20.86531544,-47.5942913875494,62980,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"63329a12\",3506003,3506003,\"BR_SP\",\"3506003\",3,\"São Paulo\",\"Bauru\",,\"BRA.25.68_1\",\"ChIJ88KWRKpnv5QRAxcbym-DnY0\",,\"BRSP3506003\",\"3506003\",-22.23930073,-49.1546408170969,379297,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"15f7c0b3\",3506102,3506102,\"BR_SP\",\"3506102\",3,\"São Paulo\",\"Bebedouro\",,\"BRA.25.69_1\",\"ChIJH7wDMf_ju5QRtYVhTAi4tY4\",,\"BRSP3506102\",\"3506102\",-20.941848755,-48.4887350987722,77555,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8eb82f50\",3506201,3506201,\"BR_SP\",\"3506201\",3,\"São Paulo\",\"Bento de Abreu\",,\"BRA.25.70_1\",,,\"BRSP3506201\",\"3506201\",-21.315114975,-50.8349796398634,3005,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f87d75f1\",3506300,3506300,\"BR_SP\",\"3506300\",3,\"São Paulo\",\"Bernardino de Campos\",,\"BRA.25.71_1\",\"ChIJv7Cy70VawJQRk2ttBb9wS9E\",,\"BRSP3506300\",\"3506300\",-23.02485752,-49.492966321861,11158,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fcd63910\",3506359,3506359,\"BR_SP\",\"3506359\",3,\"São Paulo\",\"Bertioga\",,\"BRA.25.72_1\",\"ChIJ1ViBec-MzZQRhyyhk-Jbnq8\",,\"BRSP3506359\",\"3506359\",-23.7658329,-46.0636305265741,64723,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"84eedbd0\",3506409,3506409,\"BR_SP\",\"3506409\",3,\"São Paulo\",\"Bilac\",,\"BRA.25.73_1\",\"ChIJKRT0TatvlpQRxD8BRxuqMc8\",,\"BRSP3506409\",\"3506409\",-21.414614675,-50.4758149302863,8117,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f22b8171\",3506508,3506508,\"BR_SP\",\"3506508\",3,\"São Paulo\",\"Birigui\",,\"BRA.25.74_1\",\"ChIJiZLKPNcUlpQRFHDR3arkK6A\",,\"BRSP3506508\",\"3506508\",-21.269758225,-50.3565678996649,124883,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"60d222b9\",3506607,3506607,\"BR_SP\",\"3506607\",3,\"São Paulo\",\"Biritiba Mirim\",,\"BRA.25.75_1\",\"ChIJlQW9buvCzZQRS5vlIerYBJg\",,\"BRSP3506607\",\"3506607\",-23.61691761,-46.0154007879972,32936,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"16177818\",3506706,3506706,\"BR_SP\",\"3506706\",3,\"São Paulo\",\"Boa Esperança do Sul\",,\"BRA.25.76_1\",\"ChIJUTQ4TuSVuJQRFwOz2wce5kw\",,\"BRSP3506706\",\"3506706\",-21.944297795,-48.4764849845047,15018,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"84426e9f\",3506805,3506805,\"BR_SP\",\"3506805\",3,\"São Paulo\",\"Bocaina\",,\"BRA.25.77_1\",\"ChIJTfT1rNmkuJQRdPaiK6IlCgY\",,\"BRSP3506805\",\"3506805\",-22.091700555,-48.5205323037838,12452,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f287343e\",3506904,3506904,\"BR_SP\",\"3506904\",3,\"São Paulo\",\"Bofete\",,\"BRA.25.78_1\",\"ChIJ8ZIcnGrtxpQRgSlpTCsK2ag\",,\"BRSP3506904\",\"3506904\",-23.131795885,-48.2551475293473,11921,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"35809c5b\",3507001,3507001,\"BR_SP\",\"3507001\",3,\"São Paulo\",\"Boituva\",,\"BRA.25.79_1\",\"ChIJZVSbuS3ixZQRXMh3Vx_yS3I\",,\"BRSP3507001\",\"3507001\",-23.28596306,-47.6876022944864,62170,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4345c6fa\",3507100,3507100,\"BR_SP\",\"3507100\",3,\"São Paulo\",\"Bom Jesus dos Perdões\",,\"BRA.25.81_1\",\"ChIJn8dHvaCVzpQRrlXUg3J08ew\",,\"BRSP3507100\",\"3507100\",-23.173871045,-46.4879867343203,25985,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"47ee8a1b\",3507159,3507159,\"BR_SP\",\"3507159\",3,\"São Paulo\",\"Bom Sucesso de Itararé\",,\"BRA.25.80_1\",,,\"BRSP3507159\",\"3507159\",-24.325948715,-49.1827138273035,3984,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"38dfc007\",3507209,3507209,\"BR_SP\",\"3507209\",3,\"São Paulo\",\"Borá\",,\"BRA.25.82_1\",,,\"BRSP3507209\",\"3507209\",-22.242321015,-50.513551428801,838,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e1a9aa6\",3507308,3507308,\"BR_SP\",\"3507308\",3,\"São Paulo\",\"Boracéia\",,\"BRA.25.83_1\",,,\"BRSP3507308\",\"3507308\",-22.16990471,-48.7860291262117,4868,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dbea91b2\",3507407,3507407,\"BR_SP\",\"3507407\",3,\"São Paulo\",\"Borborema\",,\"BRA.25.84_1\",\"ChIJ20uEU5npvpQRHebre2lN_jE\",,\"BRSP3507407\",\"3507407\",-21.60507393,-49.0901996176773,16164,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d19a5561\",3507456,3507456,\"BR_SP\",\"3507456\",3,\"São Paulo\",\"Borebi\",,\"BRA.25.85_1\",,,\"BRSP3507456\",\"3507456\",-22.68338871,-49.016365089389,2683,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ad2fcb13\",3507506,3507506,\"BR_SP\",\"3507506\",3,\"São Paulo\",\"Botucatu\",,\"BRA.25.86_1\",\"ChIJ1bheTXrfxpQRs48lGj__-ao\",,\"BRSP3507506\",\"3507506\",-22.83549881,-48.3985841190768,148130,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"366024f0\",3507605,3507605,\"BR_SP\",\"3507605\",3,\"São Paulo\",\"Bragança Paulista\",,\"BRA.25.87_1\",\"ChIJvSsjmYzJzpQRnj_vf0tkKVs\",,\"BRSP3507605\",\"3507605\",-22.935848235,-46.5643727882962,170533,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"40a57e51\",3507704,3507704,\"BR_SP\",\"3507704\",3,\"São Paulo\",\"Braúna\",,\"BRA.25.88_1\",,,\"BRSP3507704\",\"3507704\",-21.54899502,-50.335767269839,5741,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a3b61fb7\",3507753,3507753,\"BR_SP\",\"3507753\",3,\"São Paulo\",\"Brejo Alegre\",,\"BRA.25.89_1\",,,\"BRSP3507753\",\"3507753\",-21.185175895,-50.2109176965941,2889,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d59daccf\",3507803,3507803,\"BR_SP\",\"3507803\",3,\"São Paulo\",\"Brodowski\",,\"BRA.25.90_1\",\"ChIJF1gIcmbouZQRZkdR1Dftb7U\",,\"BRSP3507803\",\"3507803\",-21.04286957,-47.6108141760905,25277,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a358f66e\",3507902,3507902,\"BR_SP\",\"3507902\",3,\"São Paulo\",\"Brotas\",,\"BRA.25.91_1\",\"ChIJI4EXSjl4x5QRLHmfd8GBa7I\",,\"BRSP3507902\",\"3507902\",-22.29140377,-48.1047851778428,24636,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6338043f\",3508009,3508009,\"BR_SP\",\"3508009\",3,\"São Paulo\",\"Buri\",,\"BRA.25.92_1\",\"ChIJU7JP7C4OxJQRnVjeJnXv8ig\",,\"BRSP3508009\",\"3508009\",-23.73858643,-48.5751255252848,19965,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"15fd5e9e\",3508108,3508108,\"BR_SP\",\"3508108\",3,\"São Paulo\",\"Buritama\",,\"BRA.25.93_1\",\"ChIJ8yA9-gcllpQRlS8sJKT4FLk\",,\"BRSP3508108\",\"3508108\",-21.057868005,-50.2240224778589,17281,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8704fd56\",3508207,3508207,\"BR_SP\",\"3508207\",3,\"São Paulo\",\"Buritizal\",,\"BRA.25.94_1\",,,\"BRSP3508207\",\"3508207\",-20.20834446,-47.705015983115,4514,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f1c1a7f7\",3508306,3508306,\"BR_SP\",\"3508306\",3,\"São Paulo\",\"Cabrália Paulista\",,\"BRA.25.95_1\",,,\"BRSP3508306\",\"3508306\",-22.480835915,-49.35452712083,4243,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6d87e0c8\",3508405,3508405,\"BR_SP\",\"3508405\",3,\"São Paulo\",\"Cabreúva\",,\"BRA.25.96_1\",\"ChIJ6d4HoYs-z5QRvHTsPeTh59U\",,\"BRSP3508405\",\"3508405\",-23.314061165,-47.0664021773222,50429,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b42ba69\",3508504,3508504,\"BR_SP\",\"3508504\",3,\"São Paulo\",\"Caçapava\",,\"BRA.25.97_1\",\"ChIJHzCtf3tRzJQRQLUNhmSUqQ0\",,\"BRSP3508504\",\"3508504\",-23.103536605,-45.7089293163427,95018,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"87609193\",3508603,3508603,\"BR_SP\",\"3508603\",3,\"São Paulo\",\"Cachoeira Paulista\",,\"BRA.25.98_1\",\"ChIJV6XjONDKzJQReMrntqkk2i4\",,\"BRSP3508603\",\"3508603\",-22.70961952,-44.9675444883674,33581,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f1a5cb32\",3508702,3508702,\"BR_SP\",\"3508702\",3,\"São Paulo\",\"Caconde\",,\"BRA.13.108_1\",\"ChIJp9WJ8so6tpQR3TwnxYY5urA\",,\"BRSP3508702\",\"3508702\",-21.558259965,-46.6308549068147,19009,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"63f0ddb5\",3508801,3508801,\"BR_SP\",\"3508801\",3,\"São Paulo\",\"Cafelândia\",,\"BRA.25.99_1\",\"ChIJE7IrzHBGvpQR9UaBL6PTHl4\",,\"BRSP3508801\",\"3508801\",-21.73187447,-49.546413031798,17843,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"15358714\",3508900,3508900,\"BR_SP\",\"3508900\",3,\"São Paulo\",\"Caiabu\",,\"BRA.25.100_1\",,,\"BRSP3508900\",\"3508900\",-21.948982235,-51.2265244618906,4193,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c3c4e5d\",3509007,3509007,\"BR_SP\",\"3509007\",3,\"São Paulo\",\"Caieiras\",,\"BRA.25.101_1\",\"ChIJ_c3Z4ZPkzpQRq949dFcJo_k\",,\"BRSP3509007\",\"3509007\",-23.37911129,-46.7417192006457,102775,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4af914fc\",3509106,3509106,\"BR_SP\",\"3509106\",3,\"São Paulo\",\"Caiuá\",,\"BRA.25.102_1\",,,\"BRSP3509106\",\"3509106\",-21.79569721,-51.9599483472161,5946,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1b6fb1f\",3509205,3509205,\"BR_SP\",\"3509205\",3,\"São Paulo\",\"Cajamar\",,\"BRA.25.103_1\",\"ChIJDRpVbJcez5QR45LGy0zUVYA\",,\"BRSP3509205\",\"3509205\",-23.35480595,-46.8662182619501,77934,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dbc63fcc\",3509254,3509254,\"BR_SP\",\"3509254\",3,\"São Paulo\",\"Cajati\",,\"BRA.25.104_1\",\"ChIJCaVWuYMp25QRolkjMa-ELOs\",,\"BRSP3509254\",\"3509254\",-24.773757935,-48.1971480413945,28494,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a773a1be\",3509304,3509304,\"BR_SP\",\"3509304\",3,\"São Paulo\",\"Cajobi\",,\"BRA.25.105_1\",\"ChIJjdsr1rYNvJQRqdEX3ND2Ep4\",,\"BRSP3509304\",\"3509304\",-20.872368815,-48.8493219464906,10596,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c582298\",3509403,3509403,\"BR_SP\",\"3509403\",3,\"São Paulo\",\"Cajuru\",,\"BRA.25.106_1\",\"ChIJ3SFevAV4t5QR2UvJpk0W9w0\",,\"BRSP3509403\",\"3509403\",-21.282320975,-47.3099329138719,26393,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3628e64b\",3509452,3509452,\"BR_SP\",\"3509452\",3,\"São Paulo\",\"Campina do Monte Alegre\",,\"BRA.25.107_1\",,,\"BRSP3509452\",\"3509452\",-23.61194992,-48.4374662978352,6057,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4a9d7839\",3509502,3509502,\"BR_SP\",\"3509502\",3,\"São Paulo\",\"Campinas\",,\"BRA.25.108_1\",\"ChIJSSZVovbIyJQRNjUEWBwAdXQ\",,\"BRSP3509502\",\"3509502\",-22.89212608,-46.9889392574379,1213792,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1d297da\",3509601,3509601,\"BR_SP\",\"3509601\",3,\"São Paulo\",\"Campo Limpo Paulista\",,\"BRA.25.109_1\",\"ChIJLeIYPH3ezpQRV7GbMGSiOv0\",,\"BRSP3509601\",\"3509601\",-22.692703245,-45.5200296219738,85541,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a717cd7b\",3509700,3509700,\"BR_SP\",\"3509700\",3,\"São Paulo\",\"Campos do Jordão\",,\"BRA.25.110_1\",\"ChIJff6EvbiIzJQRXrpQN8sjgDQ\",,\"BRSP3509700\",\"3509700\",-23.212281225,-46.7584289398686,52405,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d59732e2\",3509809,3509809,\"BR_SP\",\"3509809\",3,\"São Paulo\",\"Campos Novos Paulista\",,\"BRA.25.111_1\",,,\"BRSP3509809\",\"3509809\",-22.635483745,-49.9910027833311,4997,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a3526843\",3509908,3509908,\"BR_SP\",\"3509908\",3,\"São Paulo\",\"Cananéia\",,\"BRA.25.112_1\",\"ChIJu8Mjkr3k2pQRMnUUBCFiKU8\",,\"BRSP3509908\",\"3509908\",-25.011943815,-48.1246415833562,12541,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4e9a8197\",3509957,3509957,\"BR_SP\",\"3509957\",3,\"São Paulo\",\"Canas\",,\"BRA.25.113_1\",,,\"BRSP3509957\",\"3509957\",-22.74584389,-45.0412558410803,5204,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"925a494b\",3510005,3510005,\"BR_SP\",\"3510005\",3,\"São Paulo\",\"Cândido Mota\",,\"BRA.25.114_1\",\"ChIJmfCtrmQ0lZQRzlHIVeTa4Ek\",,\"BRSP3510005\",\"3510005\",-22.80721569,-50.4266134034208,31346,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e49f13ea\",3510104,3510104,\"BR_SP\",\"3510104\",3,\"São Paulo\",\"Cândido Rodrigues\",,\"BRA.25.115_1\",,,\"BRSP3510104\",\"3510104\",-21.340133665,-48.624443403897,2799,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"078c720c\",3510153,3510153,\"BR_SP\",\"3510153\",3,\"São Paulo\",\"Canitar\",,\"BRA.25.116_1\",,,\"BRSP3510153\",\"3510153\",-23.0238781,-49.7868976842459,5292,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78bd3810\",3510203,3510203,\"BR_SP\",\"3510203\",3,\"São Paulo\",\"Capão Bonito\",,\"BRA.25.117_1\",\"ChIJIV4bQ2VYxJQRsGvD9QynsC0\",,\"BRSP3510203\",\"3510203\",-24.051989555,-48.2997534208245,47118,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e7862b1\",3510302,3510302,\"BR_SP\",\"3510302\",3,\"São Paulo\",\"Capela do Alto\",,\"BRA.25.118_1\",\"ChIJgzOgpabpxZQRlHwp3CLKqlI\",,\"BRSP3510302\",\"3510302\",-23.471988675,-47.7277024253667,20985,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"923e258e\",3510401,3510401,\"BR_SP\",\"3510401\",3,\"São Paulo\",\"Capivari\",,\"BRA.25.119_1\",\"ChIJS-cc-kMcxpQR_nL1Q6al3-Y\",,\"BRSP3510401\",\"3510401\",-22.984560965,-47.4950050031655,56379,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e4fb7f2f\",3510500,3510500,\"BR_SP\",\"3510500\",3,\"São Paulo\",\"Caraguatatuba\",,\"BRA.25.120_1\",\"ChIJTQ9Si5d7zZQRvCPrsl5G9BU\",,\"BRSP3510500\",\"3510500\",-23.620723725,-45.4586110666815,123389,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f6179d2\",3510609,3510609,\"BR_SP\",\"3510609\",3,\"São Paulo\",\"Carapicuíba\",,\"BRA.25.121_1\",\"ChIJ9wQpY0oAz5QRy92B-AMdaNY\",,\"BRSP3510609\",\"3510609\",-23.546573635,-46.8415459758871,403183,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e9a42373\",3510708,3510708,\"BR_SP\",\"3510708\",3,\"São Paulo\",\"Cardoso\",,\"BRA.25.122_1\",\"ChIJATFc1-moopQRQxLMVU68iYY\",,\"BRSP3510708\",\"3510708\",-20.065645215,-49.9333183545077,12349,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"724779df\",3510807,3510807,\"BR_SP\",\"3510807\",3,\"São Paulo\",\"Casa Branca\",,\"BRA.25.123_1\",\"ChIJ38xLiVXet5QRUXajEsk9fF0\",,\"BRSP3510807\",\"3510807\",-21.790228845,-47.0724217753927,30520,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0482237e\",3510906,3510906,\"BR_SP\",\"3510906\",3,\"São Paulo\",\"Cássia dos Coqueiros\",,\"BRA.25.124_1\",,,\"BRSP3510906\",\"3510906\",-21.26737404,-47.1457050363217,2505,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c3858b1b\",3511003,3511003,\"BR_SP\",\"3511003\",3,\"São Paulo\",\"Castilho\",,\"BRA.25.125_1\",\"ChIJ26daVAi3kJQRtAqQYAGOVCQ\",,\"BRSP3511003\",\"3511003\",-20.90221405,-51.5372071284492,21267,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b540d1ba\",3511102,3511102,\"BR_SP\",\"3511102\",3,\"São Paulo\",\"Catanduva\",,\"BRA.25.126_1\",\"ChIJK3Kb_NMdvJQRRJ4oNZ2NlUQ\",,\"BRSP3511102\",\"3511102\",-21.125364305,-48.9822470867576,122497,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2e0f3e59\",3511201,3511201,\"BR_SP\",\"3511201\",3,\"São Paulo\",\"Catiguá\",,\"BRA.25.127_1\",,,\"BRSP3511201\",\"3511201\",-21.06029987,-49.0508667790353,7855,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"58ca64f8\",3511300,3511300,\"BR_SP\",\"3511300\",3,\"São Paulo\",\"Cedral\",,\"BRA.25.128_1\",\"ChIJj3SlVrlJvJQRxWXO82gN9pw\",,\"BRSP3511300\",\"3511300\",-20.915603635,-49.2827862222292,9346,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2459cad9\",3511409,3511409,\"BR_SP\",\"3511409\",3,\"São Paulo\",\"Cerqueira César\",,\"BRA.25.129_1\",\"ChIJzfbwBvPhwJQRQRAZiyBhXh8\",,\"BRSP3511409\",\"3511409\",-23.07946682,-49.1559656615945,20191,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"529c9078\",3511508,3511508,\"BR_SP\",\"3511508\",3,\"São Paulo\",\"Cerquilho\",,\"BRA.25.130_1\",\"ChIJvVx3MbAMxpQR857wiFan2Ss\",,\"BRSP3511508\",\"3511508\",-23.18859768,-47.7473312097709,49802,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c06533b0\",3511607,3511607,\"BR_SP\",\"3511607\",3,\"São Paulo\",\"Cesário Lange\",,\"BRA.25.131_1\",\"ChIJa1yFPkV6xpQRGbpReKX6BmQ\",,\"BRSP3511607\",\"3511607\",-23.216730115,-47.8929065827665,18375,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b6a06911\",3511706,3511706,\"BR_SP\",\"3511706\",3,\"São Paulo\",\"Charqueada\",,\"BRA.25.132_1\",\"ChIJ47kkYh64x5QRwSeCNkZLQO4\",,\"BRSP3511706\",\"3511706\",-22.529857635,-47.7458112980696,17367,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8e8e33ca\",3557204,3557204,\"BR_SP\",\"3557204\",3,\"São Paulo\",\"Chavantes\",,\"BRA.25.133_1\",\"ChIJt-iHA84-wJQRrUQGej8P9sA\",,\"BRSP3557204\",\"3557204\",-23.039656635,-49.7323702642343,12418,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"52302537\",3511904,3511904,\"BR_SP\",\"3511904\",3,\"São Paulo\",\"Clementina\",,\"BRA.25.134_1\",,,\"BRSP3511904\",\"3511904\",-21.57536316,-50.4743558220648,8757,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3f3e45d9\",3512001,3512001,\"BR_SP\",\"3512001\",3,\"São Paulo\",\"Colina\",,\"BRA.25.135_1\",\"ChIJNYhYyzqNu5QRGKMBnPX2kGU\",,\"BRSP3512001\",\"3512001\",-20.73383236,-48.6012975566923,18535,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"49fb1f78\",3512100,3512100,\"BR_SP\",\"3512100\",3,\"São Paulo\",\"Colômbia\",,\"BRA.25.136_1\",,,\"BRSP3512100\",\"3512100\",-20.27198219,-48.6967922549918,6216,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"32611985\",3512209,3512209,\"BR_SP\",\"3512209\",3,\"São Paulo\",\"Conchal\",,\"BRA.25.137_1\",\"ChIJe7nARq1gyJQRZiS_CxNpyNQ\",,\"BRSP3512209\",\"3512209\",-22.388508795,-47.1344486265338,28273,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"44a44324\",3512308,3512308,\"BR_SP\",\"3512308\",3,\"São Paulo\",\"Conchas\",,\"BRA.25.138_1\",\"ChIJheJRBGVexpQRdaPrzPnFiUA\",,\"BRSP3512308\",\"3512308\",-22.962375645,-48.0347652579722,18019,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1544830\",3512407,3512407,\"BR_SP\",\"3512407\",3,\"São Paulo\",\"Cordeirópolis\",,\"BRA.25.139_1\",\"ChIJYbacZgfWx5QRSx9GGFkarCA\",,\"BRSP3512407\",\"3512407\",-22.478131295,-47.403276208869,24826,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a7911291\",3512506,3512506,\"BR_SP\",\"3512506\",3,\"São Paulo\",\"Coroados\",,\"BRA.25.140_1\",,,\"BRSP3512506\",\"3512506\",-21.36329174,-50.2856587882171,6129,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3cdefd72\",3512605,3512605,\"BR_SP\",\"3512605\",3,\"São Paulo\",\"Coronel Macedo\",,\"BRA.25.141_1\",,,\"BRSP3512605\",\"3512605\",-23.63241863,-49.3275994367368,4635,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4a1ba7d3\",3512704,3512704,\"BR_SP\",\"3512704\",3,\"São Paulo\",\"Corumbataí\",,\"BRA.25.142_1\",,,\"BRSP3512704\",\"3512704\",-22.24161816,-47.594246086492,4064,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df23754d\",3512803,3512803,\"BR_SP\",\"3512803\",3,\"São Paulo\",\"Cosmópolis\",,\"BRA.25.143_1\",\"ChIJ8TCszEGSyJQRDB6zx9QJOjQ\",,\"BRSP3512803\",\"3512803\",-22.646914485,-47.1833588713138,73474,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a9e62fec\",3512902,3512902,\"BR_SP\",\"3512902\",3,\"São Paulo\",\"Cosmorama\",,\"BRA.25.144_1\",\"ChIJwSmcDvVpvZQRJrstzDDNfzY\",,\"BRSP3512902\",\"3512902\",-20.422754285,-49.7698384136081,7298,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8959aa8e\",3513009,3513009,\"BR_SP\",\"3513009\",3,\"São Paulo\",\"Cotia\",,\"BRA.25.145_1\",\"ChIJw1nrI9qoz5QRl4FSyliWxAQ\",,\"BRSP3513009\",\"3513009\",-23.685629845,-46.9807332612476,253608,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ff9cf02f\",3513108,3513108,\"BR_SP\",\"3513108\",3,\"São Paulo\",\"Cravinhos\",,\"BRA.25.146_1\",\"ChIJ_xntRyu2uZQR21xZ3tu1M2s\",,\"BRSP3513108\",\"3513108\",-21.307891845,-47.7227951873214,35579,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6d6553e7\",3513207,3513207,\"BR_SP\",\"3513207\",3,\"São Paulo\",\"Cristais Paulista\",,\"BRA.25.147_1\",\"ChIJbZLBE4ufsJQRgqeHFeBQeRg\",,\"BRSP3513207\",\"3513207\",-20.36678219,-47.4023389918379,8718,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1ba00946\",3513306,3513306,\"BR_SP\",\"3513306\",3,\"São Paulo\",\"Cruzália\",,\"BRA.25.148_1\",,,\"BRSP3513306\",\"3513306\",-22.729608535,-50.7664765320246,2046,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"87e64e79\",3513405,3513405,\"BR_SP\",\"3513405\",3,\"São Paulo\",\"Cruzeiro\",,\"BRA.25.149_1\",\"ChIJ6en7Tir0nQARPDZM-AcVDZk\",,\"BRSP3513405\",\"3513405\",-22.558789255,-45.0176839325736,82571,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f12314d8\",3513504,3513504,\"BR_SP\",\"3513504\",3,\"São Paulo\",\"Cubatão\",,\"BRA.25.150_1\",\"ChIJwbkio5kQzpQRUxm9ezDl3-c\",,\"BRSP3513504\",\"3513504\",-23.862293245,-46.4143123037085,131626,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6d013f22\",3513603,3513603,\"BR_SP\",\"3513603\",3,\"São Paulo\",\"Cunha\",,\"BRA.25.151_1\",\"ChIJv7Th2tF7nQARN_ba7Zyu52g\",,\"BRSP3513603\",\"3513603\",-23.05532551,-44.968725505161,21459,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1bc46583\",3513702,3513702,\"BR_SP\",\"3513702\",3,\"São Paulo\",\"Descalvado\",,\"BRA.25.152_1\",\"ChIJKbgiek4OuJQRaDUzc6totYY\",,\"BRSP3513702\",\"3513702\",-21.881214145,-47.64962553847,33910,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"89917304\",3513801,3513801,\"BR_SP\",\"3513801\",3,\"São Paulo\",\"Diadema\",,\"BRA.25.153_1\",\"ChIJswr9EFxEzpQRUZu8_08nza0\",,\"BRSP3513801\",\"3513801\",-23.695061685,-46.6079985154846,426757,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"83e1b7d7\",3513850,3513850,\"BR_SP\",\"3513850\",3,\"São Paulo\",\"Dirce Reis\",,\"BRA.25.154_1\",,,\"BRSP3513850\",\"3513850\",-20.441976545,-50.6282211453549,1799,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ff5429a5\",3513900,3513900,\"BR_SP\",\"3513900\",3,\"São Paulo\",\"Divinolândia\",,\"BRA.25.155_1\",\"ChIJD3MANlQotpQRajbNylqnGzY\",,\"BRSP3513900\",\"3513900\",-21.668730735,-46.7125048771766,11086,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f336bf30\",3514007,3514007,\"BR_SP\",\"3514007\",3,\"São Paulo\",\"Dobrada\",,\"BRA.25.156_1\",\"ChIJk1EGe54YuZQR2cOFfxiQsSQ\",,\"BRSP3514007\",\"3514007\",-21.5141964,-48.3631318554815,9010,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"85f3e591\",3514106,3514106,\"BR_SP\",\"3514106\",3,\"São Paulo\",\"Dois Córregos\",,\"BRA.25.157_1\",\"ChIJTTyQopRnx5QRqMYCGXh-8FM\",,\"BRSP3514106\",\"3514106\",-22.40143776,-48.3330840444067,27512,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1ebc0a72\",3514205,3514205,\"BR_SP\",\"3514205\",3,\"São Paulo\",\"Dolcinópolis\",,\"BRA.25.161_1\",,,\"BRSP3514205\",\"3514205\",-20.10394192,-50.5263911326476,2112,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"687950d3\",3514304,3514304,\"BR_SP\",\"3514304\",3,\"São Paulo\",\"Dourado\",,\"BRA.25.158_1\",\"ChIJ-RSXsxGZuJQRWxJEs6uQoCE\",,\"BRSP3514304\",\"3514304\",-22.117541315,-48.3239675158706,8878,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f352d3f5\",3514403,3514403,\"BR_SP\",\"3514403\",3,\"São Paulo\",\"Dracena\",,\"BRA.25.159_1\",\"ChIJLTWlhdM4kZQRK5avlY52umA\",,\"BRSP3514403\",\"3514403\",-21.558709145,-51.5869834143042,47043,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"85978954\",3514502,3514502,\"BR_SP\",\"3514502\",3,\"São Paulo\",\"Duartina\",,\"BRA.25.160_1\",\"ChIJQY1wPNeCv5QRgJNi_w9iXUg\",,\"BRSP3514502\",\"3514502\",-22.402910235,-49.4146505232115,12433,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1ed866b7\",3514601,3514601,\"BR_SP\",\"3514601\",3,\"São Paulo\",\"Dumont\",,\"BRA.25.162_1\",\"ChIJQdrKHvqYuZQRcG8cLoMD104\",,\"BRSP3514601\",\"3514601\",-21.244395255,-47.9808225433723,10023,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"681d3c16\",3514700,3514700,\"BR_SP\",\"3514700\",3,\"São Paulo\",\"Echaporã\",,\"BRA.25.163_1\",,,\"BRSP3514700\",\"3514700\",-22.42055416,-50.210266100754,6064,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1a9dc38f\",3514809,3514809,\"BR_SP\",\"3514809\",3,\"São Paulo\",\"Eldorado\",,\"BRA.25.164_1\",,,\"BRSP3514809\",\"3514809\",-24.500473975,-48.1954532126282,15544,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c58992e\",3514908,3514908,\"BR_SP\",\"3514908\",3,\"São Paulo\",\"Elias Fausto\",,\"BRA.25.165_1\",\"ChIJd7RnUAesyJQRBB8P5cfxCKw\",,\"BRSP3514908\",\"3514908\",-23.07932377,-47.3579456119002,17936,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"57d8b787\",3514924,3514924,\"BR_SP\",\"3514924\",3,\"São Paulo\",\"Elisiário\",,\"BRA.25.166_1\",,,\"BRSP3514924\",\"3514924\",-21.15397835,-49.0906513038172,3697,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"819070fa\",3514957,3514957,\"BR_SP\",\"3514957\",3,\"São Paulo\",\"Embaúba\",,\"BRA.25.167_1\",,,\"BRSP3514957\",\"3514957\",-20.953759195,-48.8392352188235,2449,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4d25767b\",3515103,3515103,\"BR_SP\",\"3515103\",3,\"São Paulo\",\"Embu-Guaçu\",,\"BRA.25.168_1\",\"ChIJcwuLahNLzpQRGPdbwwnD4ik\",,\"BRSP3515103\",\"3515103\",-23.853441235,-46.8161828305044,69901,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d28389ef\",3515004,3515004,\"BR_SP\",\"3515004\",3,\"São Paulo\",\"Embu das Artes\",,\"BRA.25.169_1\",\"ChIJr3DaN2-rz5QRiuAg7hyJebs\",,\"BRSP3515004\",\"3515004\",-23.64825535,-46.8528613344584,276535,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9fc6fde7\",3515129,3515129,\"BR_SP\",\"3515129\",3,\"São Paulo\",\"Emilianópolis\",,\"BRA.25.170_1\",,,\"BRSP3515129\",\"3515129\",-21.78861332,-51.4643744963009,3227,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4755b2a8\",3515152,3515152,\"BR_SP\",\"3515152\",3,\"São Paulo\",\"Engenheiro Coelho\",,\"BRA.25.171_1\",\"ChIJB96_uBCKyJQRzIs29Bz7c84\",,\"BRSP3515152\",\"3515152\",-22.480684285,-47.1985707259559,21249,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f59608fc\",3515186,3515186,\"BR_SP\",\"3515186\",3,\"São Paulo\",\"Espírito Santo do Pinhal\",,\"BRA.25.172_1\",\"ChIJuzXTTJqwyZQRftL_rydpd_o\",,\"BRSP3515186\",\"3515186\",-22.192525865,-46.7855645977115,44471,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"02835891\",3515194,3515194,\"BR_SP\",\"3515194\",3,\"São Paulo\",\"Espírito Santo do Turvo\",,\"BRA.25.173_1\",,,\"BRSP3515194\",\"3515194\",-22.661859515,-49.4236812809868,4878,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1128cc5e\",3557303,3557303,\"BR_SP\",\"3557303\",3,\"São Paulo\",\"Estiva Gerbi\",,\"BRA.25.174_1\",\"ChIJQ-c7y1FQyJQRMGOfhGSKKk4\",,\"BRSP3557303\",\"3557303\",-22.234396935,-46.93836601272,11407,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3864f8b4\",3515202,3515202,\"BR_SP\",\"3515202\",3,\"São Paulo\",\"Estrela d'Oeste\",,\"BRA.25.176_1\",\"ChIJEdU6yGohmJQRSeze9EZPNEA\",,\"BRSP3515202\",\"3515202\",-20.248459815,-50.4099290730146,8419,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a0afc339\",3515301,3515301,\"BR_SP\",\"3515301\",3,\"São Paulo\",\"Estrela do Norte\",,\"BRA.25.175_1\",,,\"BRSP3515301\",\"3515301\",-22.48459148,-51.6657943995589,2770,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aadf07ea\",3515350,3515350,\"BR_SP\",\"3515350\",3,\"São Paulo\",\"Euclides da Cunha Paulista\",,\"BRA.25.177_1\",,,\"BRSP3515350\",\"3515350\",-22.517235755,-52.5931513160166,9325,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d2e7e52a\",3515400,3515400,\"BR_SP\",\"3515400\",3,\"São Paulo\",\"Fartura\",,\"BRA.25.178_1\",\"ChIJ__ZI2DqlwZQRDu8kGi2OulU\",,\"BRSP3515400\",\"3515400\",-23.398425105,-49.4984956210247,16070,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dfb8b976\",3515608,3515608,\"BR_SP\",\"3515608\",3,\"São Paulo\",\"Fernando Prestes\",,\"BRA.25.179_1\",,,\"BRSP3515608\",\"3515608\",-21.32347393,-48.6964292666886,5794,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aaf937b9\",3515509,3515509,\"BR_SP\",\"3515509\",3,\"São Paulo\",\"Fernandópolis\",,\"BRA.25.180_1\",\"ChIJ_0POcf71l5QRy7zFi6GzvyY\",,\"BRSP3515509\",\"3515509\",-20.28164101,-50.2492403342781,69402,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"327050a2\",3515657,3515657,\"BR_SP\",\"3515657\",3,\"São Paulo\",\"Fernão\",,\"BRA.25.181_1\",,,\"BRSP3515657\",\"3515657\",-22.37482166,-49.5462354711583,1727,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4ec5ced0\",3515707,3515707,\"BR_SP\",\"3515707\",3,\"São Paulo\",\"Ferraz de Vasconcelos\",,\"BRA.25.182_1\",\"ChIJqf_9MSplzpQRud1tfykImks\",,\"BRSP3515707\",\"3515707\",-23.56348324,-46.3682899199069,196500,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"329eb97b\",3515806,3515806,\"BR_SP\",\"3515806\",3,\"São Paulo\",\"Flora Rica\",,\"BRA.25.183_1\",,,\"BRSP3515806\",\"3515806\",-21.700217245,-51.3827998592004,1430,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aa5582f6\",3515905,3515905,\"BR_SP\",\"3515905\",3,\"São Paulo\",\"Floreal\",,\"BRA.25.184_1\",,,\"BRSP3515905\",\"3515905\",-20.641576765,-50.1409111347284,2900,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"29558334\",3516002,3516002,\"BR_SP\",\"3516002\",3,\"São Paulo\",\"Flórida Paulista\",,\"BRA.25.185_1\",\"ChIJ1a022Ja6lpQRV77lYhd2B00\",,\"BRSP3516002\",\"3516002\",-21.553009035,-51.1680895955399,14790,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b19eb8b9\",3516101,3516101,\"BR_SP\",\"3516101\",3,\"São Paulo\",\"Florínea\",,\"BRA.25.186_1\",,,\"BRSP3516101\",\"3516101\",-22.869002345,-50.6808363806641,2653,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c4df3676\",3516200,3516200,\"BR_SP\",\"3516200\",3,\"São Paulo\",\"Franca\",,\"BRA.25.187_1\",\"ChIJM2gf9hqmsJQR3faw1OV_k_g\",,\"BRSP3516200\",\"3516200\",-20.595825195,-47.3903921136567,355901,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bcc1e4e5\",3516309,3516309,\"BR_SP\",\"3516309\",3,\"São Paulo\",\"Francisco Morato\",,\"BRA.25.188_1\",\"ChIJ-2SwCMvgzpQRuZalWO9KnEw\",,\"BRSP3516309\",\"3516309\",-23.27329254,-46.7260868698196,177633,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce89c2f6\",3516408,3516408,\"BR_SP\",\"3516408\",3,\"São Paulo\",\"Franco da Rocha\",,\"BRA.25.189_1\",\"ChIJl4201EjkzpQRFA4Kp18N3kw\",,\"BRSP3516408\",\"3516408\",-23.31284237,-46.7343268672114,156492,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5ff4b550\",3516507,3516507,\"BR_SP\",\"3516507\",3,\"São Paulo\",\"Gabriel Monteiro\",,\"BRA.25.190_1\",,,\"BRSP3516507\",\"3516507\",-21.50718975,-50.5563363239222,2776,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2ab53b9f\",3516606,3516606,\"BR_SP\",\"3516606\",3,\"São Paulo\",\"Gália\",,\"BRA.25.191_1\",,,\"BRSP3516606\",\"3516606\",-22.322927475,-49.5852259787366,6482,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b27e0012\",3516705,3516705,\"BR_SP\",\"3516705\",3,\"São Paulo\",\"Garça\",,\"BRA.25.192_1\",\"ChIJs307Rqe4v5QR2i7yAfwLZK0\",,\"BRSP3516705\",\"3516705\",-22.228263855,-49.6599474933606,44409,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce2577b9\",3516804,3516804,\"BR_SP\",\"3516804\",3,\"São Paulo\",\"Gastão Vidigal\",,\"BRA.25.193_1\",,,\"BRSP3516804\",\"3516804\",-20.80032253,-50.203778639333,4860,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d36165f\",3516853,3516853,\"BR_SP\",\"3516853\",3,\"São Paulo\",\"Gavião Peixoto\",,\"BRA.25.194_1\",,,\"BRSP3516853\",\"3516853\",-21.781256675,-48.4245429431189,4815,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5183882d\",3516903,3516903,\"BR_SP\",\"3516903\",3,\"São Paulo\",\"General Salgado\",,\"BRA.25.195_1\",\"ChIJR7bFkpC_l5QRdKK6V26XXFU\",,\"BRSP3516903\",\"3516903\",-20.643844605,-50.3903976331398,10862,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7fe7857d\",3517000,3517000,\"BR_SP\",\"3517000\",3,\"São Paulo\",\"Getulina\",,\"BRA.25.196_1\",\"ChIJx5UsrtmKlZQRs6yMZpLR36Y\",,\"BRSP3517000\",\"3517000\",-21.81012154,-49.9972979523499,11447,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"07f957ee\",3517109,3517109,\"BR_SP\",\"3517109\",3,\"São Paulo\",\"Glicério\",,\"BRA.25.197_1\",,,\"BRSP3517109\",\"3517109\",-21.315903665,-50.1921728870554,4829,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"72b8d921\",3517208,3517208,\"BR_SP\",\"3517208\",3,\"São Paulo\",\"Guaiçara\",,\"BRA.25.198_1\",\"ChIJ51zpVwcOvpQRk_pACtcFw1U\",,\"BRSP3517208\",\"3517208\",-21.55500603,-49.7499360505163,12294,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e3c5ae87\",3517307,3517307,\"BR_SP\",\"3517307\",3,\"São Paulo\",\"Guaimbê\",,\"BRA.25.199_1\",,,\"BRSP3517307\",\"3517307\",-21.86526203,-49.8483274901052,5785,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"918d8894\",3517406,3517406,\"BR_SP\",\"3517406\",3,\"São Paulo\",\"Guaíra\",,\"BRA.25.200_1\",\"ChIJJ-R0UIQJu5QRwBQZSpAH-AQ\",,\"BRSP3517406\",\"3517406\",-20.337044715,-48.3387150072446,41040,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0946b319\",3517505,3517505,\"BR_SP\",\"3517505\",3,\"São Paulo\",\"Guapiaçu\",,\"BRA.25.201_1\",\"ChIJ7coON5RPvJQRrLQb60dG2H8\",,\"BRSP3517505\",\"3517505\",-24.21348858,-48.5382145606293,21775,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c073dd6\",3517604,3517604,\"BR_SP\",\"3517604\",3,\"São Paulo\",\"Guapiara\",,\"BRA.25.202_1\",\"ChIJS7FTSVmIxJQR8xrQYi0iobs\",,\"BRSP3517604\",\"3517604\",-20.722009655,-49.1986540228317,17025,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e3a1c242\",3517703,3517703,\"BR_SP\",\"3517703\",3,\"São Paulo\",\"Guará\",,\"BRA.25.205_1\",\"ChIJ-VqQGhRAupQRf8_ZEuCnM5U\",,\"BRSP3517703\",\"3517703\",-20.49322605,-47.7503274800531,21308,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ffab5e9\",3517802,3517802,\"BR_SP\",\"3517802\",3,\"São Paulo\",\"Guaraçaí\",,\"BRA.25.203_1\",,,\"BRSP3517802\",\"3517802\",-21.074689865,-51.2558659068863,8290,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"07318e64\",3517901,3517901,\"BR_SP\",\"3517901\",3,\"São Paulo\",\"Guaraci\",,\"BRA.25.204_1\",\"ChIJfcSKgkaSvJQR9P1GnUUvgUE\",,\"BRSP3517901\",\"3517901\",-20.369844435,-49.0222235887524,11287,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"295f1d19\",3518008,3518008,\"BR_SP\",\"3518008\",3,\"São Paulo\",\"Guarani d'Oeste\",,\"BRA.25.206_1\",,,\"BRSP3518008\",\"3518008\",-20.060935975,-50.3529261869283,1998,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b8226abf\",3518107,3518107,\"BR_SP\",\"3518107\",3,\"São Paulo\",\"Guarantã\",,\"BRA.25.207_1\",,,\"BRSP3518107\",\"3518107\",-21.91606045,-49.6024093861628,6675,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cd63e470\",3518206,3518206,\"BR_SP\",\"3518206\",3,\"São Paulo\",\"Guararapes\",,\"BRA.25.208_1\",\"ChIJVbD9ZixflpQREETbvo7ehDI\",,\"BRSP3518206\",\"3518206\",-21.312678335,-50.6400702364413,33100,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"55a8dffd\",3518305,3518305,\"BR_SP\",\"3518305\",3,\"São Paulo\",\"Guararema\",,\"BRA.25.209_1\",\"ChIJGzA6K7HPzZQRgEz_JV65AbE\",,\"BRSP3518305\",\"3518305\",-21.06112957,-50.7240460280476,30136,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27e0f9ee\",3518404,3518404,\"BR_SP\",\"3518404\",3,\"São Paulo\",\"Guaratinguetá\",,\"BRA.25.210_1\",\"ChIJb4B6uJLDzJQR5ebhezEPTGU\",,\"BRSP3518404\",\"3518404\",-23.422491075,-46.0648029411572,122505,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b846067a\",3518503,3518503,\"BR_SP\",\"3518503\",3,\"São Paulo\",\"Guareí\",,\"BRA.25.211_1\",\"ChIJwSjLCUyCxpQR2f5HQ1_ZII4\",,\"BRSP3518503\",\"3518503\",-23.378190995,-48.2131441138424,18887,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cd0788b5\",3518602,3518602,\"BR_SP\",\"3518602\",3,\"São Paulo\",\"Guariba\",,\"BRA.25.212_1\",\"ChIJgRVNdBsOuZQRWiQrc7eRCKU\",,\"BRSP3518602\",\"3518602\",-21.39954758,-48.231581088714,40487,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"55ccb338\",3518701,3518701,\"BR_SP\",\"3518701\",3,\"São Paulo\",\"Guarujá\",,\"BRA.25.213_1\",\"ChIJ4-9eywv-0ZQRNgWKLxojztM\",,\"BRSP3518701\",\"3518701\",-23.95097256,-46.237083435,322750,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2997c493\",3518800,3518800,\"BR_SP\",\"3518800\",3,\"São Paulo\",\"Guarulhos\",,\"BRA.25.214_1\",\"ChIJDWUFicGLzpQRP75sgCjnLgs\",,\"BRSP3518800\",\"3518800\",-23.39052677,-46.4604606737748,1392121,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d3c8872\",3518859,3518859,\"BR_SP\",\"3518859\",3,\"São Paulo\",\"Guatapará\",,\"BRA.25.215_1\",,,\"BRSP3518859\",\"3518859\",-21.45029068,-48.001668457683,7709,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"51891600\",3518909,3518909,\"BR_SP\",\"3518909\",3,\"São Paulo\",\"Guzolândia\",,\"BRA.25.216_1\",,,\"BRSP3518909\",\"3518909\",-20.623520855,-50.7002752660378,5307,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"765b577b\",3519006,3519006,\"BR_SP\",\"3519006\",3,\"São Paulo\",\"Herculândia\",,\"BRA.25.217_1\",\"ChIJDYU9Tkm8lZQRwlgQvJa40w4\",,\"BRSP3519006\",\"3519006\",-21.944880485,-50.3452042329983,9588,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9225f284\",3519055,3519055,\"BR_SP\",\"3519055\",3,\"São Paulo\",\"Holambra\",,\"BRA.25.218_1\",\"ChIJjQgpfi7syJQRtkZiy1v34aU\",,\"BRSP3519055\",\"3519055\",-22.63167286,-47.0582703961972,15272,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a77e541f\",3519071,3519071,\"BR_SP\",\"3519071\",3,\"São Paulo\",\"Hortolândia\",,\"BRA.25.219_1\",\"ChIJO6uwGVG5yJQRUglMaSXf61s\",,\"BRSP3519071\",\"3519071\",-22.869439125,-47.1984514896731,234259,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ee906cf6\",3519105,3519105,\"BR_SP\",\"3519105\",3,\"São Paulo\",\"Iacanga\",,\"BRA.25.220_1\",\"ChIJCcq05RAiv5QRwhbXjrpS5KY\",,\"BRSP3519105\",\"3519105\",-21.901369095,-49.0138972015668,11858,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9bd1e239\",3519204,3519204,\"BR_SP\",\"3519204\",3,\"São Paulo\",\"Iacri\",,\"BRA.25.221_1\",,,\"BRSP3519204\",\"3519204\",-21.794301985,-50.6245919898958,6295,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78c283df\",3519253,3519253,\"BR_SP\",\"3519253\",3,\"São Paulo\",\"Iaras\",,\"BRA.25.222_1\",,,\"BRSP3519253\",\"3519253\",-22.81351471,-49.1026946163338,9517,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"04771dad\",3519303,3519303,\"BR_SP\",\"3519303\",3,\"São Paulo\",\"Ibaté\",,\"BRA.25.223_1\",\"ChIJm3WqHf9iuJQRvtqMyGjXaeo\",,\"BRSP3519303\",\"3519303\",-21.93732929,-48.0061711548131,35472,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"763f3bbe\",3519402,3519402,\"BR_SP\",\"3519402\",3,\"São Paulo\",\"Ibirá\",,\"BRA.25.224_1\",\"ChIJD_1RXCwwvJQRQEwkD5YzqDk\",,\"BRSP3519402\",\"3519402\",-21.071089745,-49.2222930296246,12518,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eef40033\",3519501,3519501,\"BR_SP\",\"3519501\",3,\"São Paulo\",\"Ibirarema\",,\"BRA.25.225_1\",,,\"BRSP3519501\",\"3519501\",-22.802257535,-50.0561873562052,7841,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9bb58efc\",3519600,3519600,\"BR_SP\",\"3519600\",3,\"São Paulo\",\"Ibitinga\",,\"BRA.25.226_1\",\"ChIJ2_dm5Wcov5QR_IovTzTGXDs\",,\"BRSP3519600\",\"3519600\",-21.78695297,-48.8380412754651,60600,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e3ab5c6f\",3519709,3519709,\"BR_SP\",\"3519709\",3,\"São Paulo\",\"Ibiúna\",,\"BRA.25.227_1\",\"ChIJPf0NKSd0z5QR-N-KC9me6QA\",,\"BRSP3519709\",\"3519709\",-23.80943203,-47.1345005629383,79479,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ff02bc4\",3519808,3519808,\"BR_SP\",\"3519808\",3,\"São Paulo\",\"Icém\",,\"BRA.25.228_1\",,,\"BRSP3519808\",\"3519808\",-20.363111495,-49.1815709159044,8304,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e8d5c62\",3519907,3519907,\"BR_SP\",\"3519907\",3,\"São Paulo\",\"Iepê\",,\"BRA.25.229_1\",,,\"BRSP3519907\",\"3519907\",-22.63245678,-51.0587518080831,8194,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a2fd030d\",3520004,3520004,\"BR_SP\",\"3520004\",3,\"São Paulo\",\"Igaraçu do Tietê\",,\"BRA.25.230_1\",\"ChIJUdR0RfZFx5QRcJI4aHroU9k\",,\"BRSP3520004\",\"3520004\",-22.541440965,-48.5649979008915,24749,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d5bfc99\",3520103,3520103,\"BR_SP\",\"3520103\",3,\"São Paulo\",\"Igarapava\",,\"BRA.25.231_1\",\"ChIJc7aKgS-MupQR17AuOr4-8y8\",,\"BRSP3520103\",\"3520103\",-20.068719865,-47.6494039902778,30614,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"481a7256\",3520202,3520202,\"BR_SP\",\"3520202\",3,\"São Paulo\",\"Igaratá\",,\"BRA.25.232_1\",\"ChIJbX5Yb9MmzJQRX8f5_XiW0N4\",,\"BRSP3520202\",\"3520202\",-23.123039245,-46.1594501012114,9583,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0d149db\",3520301,3520301,\"BR_SP\",\"3520301\",3,\"São Paulo\",\"Iguape\",,\"BRA.25.233_1\",\"ChIJv-Z52wGj2pQRp4QZlfTF0SY\",,\"BRSP3520301\",\"3520301\",-24.591111185,-47.4848683476577,30989,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"79cca87f\",3520426,3520426,\"BR_SP\",\"3520426\",3,\"São Paulo\",\"Ilha Comprida\",,,\"ChIJNRICME2R2pQRpyXhaYiXEsE\",,\"BRSP3520426\",\"3520426\",-24.7445292,-47.5525529,11362,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"28fbcbe0\",3520442,3520442,\"BR_SP\",\"3520442\",3,\"São Paulo\",\"Ilha Solteira\",,\"BRA.25.234_1\",\"ChIJW7SClHH4mZQRdbyH3E_EYyc\",,\"BRSP3520442\",\"3520442\",-20.479110715,-51.3288496533014,26788,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a2996fc8\",3520400,3520400,\"BR_SP\",\"3520400\",3,\"São Paulo\",\"Ilhabela\",,\"BRA.25.235_1\",\"ChIJidYuD7CZ0pQRRZR3RNS-4SU\",,\"BRSP3520400\",\"3520400\",-23.845277785,-45.3245513017589,35591,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"da87bd5b\",3520509,3520509,\"BR_SP\",\"3520509\",3,\"São Paulo\",\"Indaiatuba\",,\"BRA.25.236_1\",\"ChIJJ_AyJam0yJQRbK-BDrVGEyY\",,\"BRSP3520509\",\"3520509\",-23.108558655,-47.222888915464,256223,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"afc63394\",3520608,3520608,\"BR_SP\",\"3520608\",3,\"São Paulo\",\"Indiana\",,\"BRA.25.237_1\",,,\"BRSP3520608\",\"3520608\",-22.13720989,-51.271231794903,4879,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ebb4432\",3520707,3520707,\"BR_SP\",\"3520707\",3,\"São Paulo\",\"Indiaporã\",,\"BRA.25.238_1\",,,\"BRSP3520707\",\"3520707\",-19.960526465,-50.2660727453019,3886,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"42e03399\",3520806,3520806,\"BR_SP\",\"3520806\",3,\"São Paulo\",\"Inúbia Paulista\",,\"BRA.25.239_1\",,,\"BRSP3520806\",\"3520806\",-21.72481823,-50.9600014353969,4019,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"da2b0814\",3520905,3520905,\"BR_SP\",\"3520905\",3,\"São Paulo\",\"Ipaussu\",,\"BRA.25.240_1\",\"ChIJaRZn32RGwJQRMOfTxMTy6ws\",,\"BRSP3520905\",\"3520905\",-23.062354085,-49.6108694614758,15069,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f322c15d\",3521002,3521002,\"BR_SP\",\"3521002\",3,\"São Paulo\",\"Iperó\",,\"BRA.25.241_1\",\"ChIJCSxtrSDkxZQRYLb2s_XMmAE\",,\"BRSP3521002\",\"3521002\",-23.404911995,-47.6165804143607,37964,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6be9fad0\",3521101,3521101,\"BR_SP\",\"3521101\",3,\"São Paulo\",\"Ipeúna\",,\"BRA.25.242_1\",\"ChIJM37HF-bGx5QRUhxKC-4PPJ4\",,\"BRSP3521101\",\"3521101\",-22.430919645,-47.7216643587723,7687,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"61993e03\",3521150,3521150,\"BR_SP\",\"3521150\",3,\"São Paulo\",\"Ipiguá\",,\"BRA.25.243_1\",\"ChIJBW4V6wIAvZQRTW_RBF2fuFw\",,\"BRSP3521150\",\"3521150\",-20.6335268,-49.3978044929132,5476,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1ea8741f\",3521200,3521200,\"BR_SP\",\"3521200\",3,\"São Paulo\",\"Iporanga\",,\"BRA.25.244_1\",,,\"BRSP3521200\",\"3521200\",-24.491967205,-48.5356244243667,4199,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"66b6a68c\",3521309,3521309,\"BR_SP\",\"3521309\",3,\"São Paulo\",\"Ipuã\",,\"BRA.25.245_1\",\"ChIJedKsNt1NupQRwb5495gwhtQ\",,\"BRSP3521309\",\"3521309\",-20.41028404,-48.0556828062657,16604,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"14fe809f\",3521408,3521408,\"BR_SP\",\"3521408\",3,\"São Paulo\",\"Iracemápolis\",,\"BRA.25.246_1\",\"ChIJgQTjp1IrxpQR-_ao-pcOCCQ\",,\"BRSP3521408\",\"3521408\",-22.614439965,-47.5206888300461,24614,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8583f739\",3521507,3521507,\"BR_SP\",\"3521507\",3,\"São Paulo\",\"Irapuã\",,\"BRA.25.247_1\",,,\"BRSP3521507\",\"3521507\",-21.272462845,-49.3820852530328,8048,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f0c279f6\",3521606,3521606,\"BR_SP\",\"3521606\",3,\"São Paulo\",\"Irapuru\",,\"BRA.25.248_1\",,,\"BRSP3521606\",\"3521606\",-21.46896553,-51.3402028758188,8325,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6809427b\",3521705,3521705,\"BR_SP\",\"3521705\",3,\"São Paulo\",\"Itaberá\",,\"BRA.25.249_1\",\"ChIJHVTByMbEw5QRdFFFR1t-J44\",,\"BRSP3521705\",\"3521705\",-23.90691471,-49.1248561342799,17480,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"145235d0\",3521804,3521804,\"BR_SP\",\"3521804\",3,\"São Paulo\",\"Itaí\",,\"BRA.25.250_1\",\"ChIJA5s0gYpCwZQRxYqaZmw6Ukc\",,\"BRSP3521804\",\"3521804\",-23.488332745,-49.0356135591136,27382,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8bf4ca44\",3521903,3521903,\"BR_SP\",\"3521903\",3,\"São Paulo\",\"Itajobi\",,\"BRA.25.251_1\",\"ChIJDRCW-GOYvpQR0CUyNx3TfTA\",,\"BRSP3521903\",\"3521903\",-21.365725515,-49.0449349338842,15297,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0f990f9f\",3522000,3522000,\"BR_SP\",\"3522000\",3,\"São Paulo\",\"Itaju\",,\"BRA.25.252_1\",,,\"BRSP3522000\",\"3522000\",-21.94740486,-48.7823049402909,3887,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7787dd0c\",3522109,3522109,\"BR_SP\",\"3522109\",3,\"São Paulo\",\"Itanhaém\",,\"BRA.25.253_1\",\"ChIJE2X6SXPV0ZQRgqd8Ot8Ysyk\",,\"BRSP3522109\",\"3522109\",-24.093972205,-46.851158376255,103102,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7df719df\",3522158,3522158,\"BR_SP\",\"3522158\",3,\"São Paulo\",\"Itaoca\",,\"BRA.25.254_1\",,,\"BRSP3522158\",\"3522158\",-24.61602402,-48.842068238774,3330,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"02c653c3\",3522208,3522208,\"BR_SP\",\"3522208\",3,\"São Paulo\",\"Itapecerica da Serra\",,\"BRA.25.255_1\",\"ChIJT2QCz0itz5QR6KujDQU0PQI\",,\"BRSP3522208\",\"3522208\",-23.73555946,-46.8645463083594,177662,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93bb2465\",3522307,3522307,\"BR_SP\",\"3522307\",3,\"São Paulo\",\"Itapetininga\",,\"BRA.25.256_1\",\"ChIJsyz0UpA0xJQRP25li_DddSQ\",,\"BRSP3522307\",\"3522307\",-23.63337612,-48.1391024511727,165526,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e1f30276\",3522406,3522406,\"BR_SP\",\"3522406\",3,\"São Paulo\",\"Itapeva\",,\"BRA.25.257_1\",\"ChIJTS1yMn2Nw5QR7Anz6xLlHsk\",,\"BRSP3522406\",\"3522406\",-23.89668083,-48.8823657561584,94804,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"793839fb\",3522505,3522505,\"BR_SP\",\"3522505\",3,\"São Paulo\",\"Itapevi\",,\"BRA.25.258_1\",\"ChIJCwI-6AUGz5QRh6fH3fQ9mC8\",,\"BRSP3522505\",\"3522505\",-23.55835056,-46.9602755111475,240961,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0c79b734\",3522604,3522604,\"BR_SP\",\"3522604\",3,\"São Paulo\",\"Itapira\",,\"BRA.25.259_1\",\"ChIJFQZfRgkCyZQRK0xLEILgvug\",,\"BRSP3522604\",\"3522604\",-22.4322567,-46.7515075523669,75234,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ef6ad6d2\",3522653,3522653,\"BR_SP\",\"3522653\",3,\"São Paulo\",\"Itapirapuã Paulista\",,\"BRA.25.260_1\",,,\"BRSP3522653\",\"3522653\",-24.55444908,-49.2238757387582,4268,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93df48a0\",3522703,3522703,\"BR_SP\",\"3522703\",3,\"São Paulo\",\"Itápolis\",,\"BRA.25.261_1\",\"ChIJxX3EPDLMvpQRblPUrUz4S0I\",,\"BRSP3522703\",\"3522703\",-21.54013157,-48.8158782408657,43331,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ef843f0b\",3522802,3522802,\"BR_SP\",\"3522802\",3,\"São Paulo\",\"Itaporanga\",,\"BRA.25.262_1\",\"ChIJ2_YfcKWcwZQRoPz5m2Lzz-Q\",,\"BRSP3522802\",\"3522802\",-23.6512022,-49.4273055824825,15173,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"774f0486\",3522901,3522901,\"BR_SP\",\"3522901\",3,\"São Paulo\",\"Itapuí\",,\"BRA.25.263_1\",\"ChIJJfUexKKsuJQRFAKd0_1IFys\",,\"BRSP3522901\",\"3522901\",-22.248889925,-48.6991759179921,14147,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b9fee0c8\",3523008,3523008,\"BR_SP\",\"3523008\",3,\"São Paulo\",\"Itapura\",,\"BRA.25.264_1\",,,\"BRSP3523008\",\"3523008\",-20.57798767,-51.4537717617906,4951,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2883976e\",3523107,3523107,\"BR_SP\",\"3523107\",3,\"São Paulo\",\"Itaquaquecetuba\",,\"BRA.25.265_1\",\"ChIJDVHXj5J8zpQRMrTgFfTo4kU\",,\"BRSP3523107\",\"3523107\",-23.464204785,-46.3377401890407,375011,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5dc219a1\",3523206,3523206,\"BR_SP\",\"3523206\",3,\"São Paulo\",\"Itararé\",,\"BRA.25.266_1\",\"ChIJbcPD7XK1w5QRfPyliLBDatQ\",,\"BRSP3523206\",\"3523206\",-24.100064275,-49.302901289362,50642,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c509222c\",3523305,3523305,\"BR_SP\",\"3523305\",3,\"São Paulo\",\"Itariri\",,\"BRA.25.267_1\",\"ChIJd6saS_3fz5QRaQAWXv91Y58\",,\"BRSP3523305\",\"3523305\",-24.2857666,-47.1102287420273,17598,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b741043f\",3523404,3523404,\"BR_SP\",\"3523404\",3,\"São Paulo\",\"Itatiba\",,\"BRA.25.268_1\",\"ChIJ6ak_csfVzpQRsvOKP5mLb0Q\",,\"BRSP3523404\",\"3523404\",-23.01503086,-46.8220615530034,122581,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"28e7fbab\",3523503,3523503,\"BR_SP\",\"3523503\",3,\"São Paulo\",\"Itatinga\",,\"BRA.25.269_1\",\"ChIJi1imFkHOxpQRr-5C6WPb_Fw\",,\"BRSP3523503\",\"3523503\",-23.143232345,-48.5983928418572,20921,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5da67564\",3523602,3523602,\"BR_SP\",\"3523602\",3,\"São Paulo\",\"Itirapina\",,\"BRA.25.270_1\",\"ChIJf-jwPrWTx5QRUjMdQ6IwnoM\",,\"BRSP3523602\",\"3523602\",-22.28891563,-47.8224656800895,18387,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c56d4ee9\",3523701,3523701,\"BR_SP\",\"3523701\",3,\"São Paulo\",\"Itirapuã\",,\"BRA.25.271_1\",,,\"BRSP3523701\",\"3523701\",-20.64842319,-47.1739701937545,6543,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b9363942\",3523800,3523800,\"BR_SP\",\"3523800\",3,\"São Paulo\",\"Itobi\",,\"BRA.25.272_1\",,,\"BRSP3523800\",\"3523800\",-21.753315925,-46.9118399809981,7852,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c128ebd1\",3523909,3523909,\"BR_SP\",\"3523909\",3,\"São Paulo\",\"Itu\",,\"BRA.25.273_1\",\"ChIJLcaCsTxFz5QRBJaJm1DAuHA\",,\"BRSP3523909\",\"3523909\",-23.2961359,-47.2861658994743,175568,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c391f576\",3524006,3524006,\"BR_SP\",\"3524006\",3,\"São Paulo\",\"Itupeva\",,\"BRA.25.274_1\",\"ChIJYbK_uMY2z5QRkDrI2JuqrYA\",,\"BRSP3524006\",\"3524006\",-23.147789,-47.077775800236,62813,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b5acefb\",3524105,3524105,\"BR_SP\",\"3524105\",3,\"São Paulo\",\"Ituverava\",,\"BRA.25.275_1\",\"ChIJvb1DwGhcupQRTOjXdyGHSZY\",,\"BRSP3524105\",\"3524105\",-20.316246035,-47.825283099098,42045,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2e1b4034\",3524204,3524204,\"BR_SP\",\"3524204\",3,\"São Paulo\",\"Jaborandi\",,\"BRA.25.276_1\",,,\"BRSP3524204\",\"3524204\",-20.6545639,-48.4157717579145,6946,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b1bdbfa0\",3524303,3524303,\"BR_SP\",\"3524303\",3,\"São Paulo\",\"Jaboticabal\",,\"BRA.25.277_1\",\"ChIJW5qOjHtruZQRyvNRRdjbz6A\",,\"BRSP3524303\",\"3524303\",-21.21024513,-48.3087161076312,77652,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c3f599b3\",3524402,3524402,\"BR_SP\",\"3524402\",3,\"São Paulo\",\"Jacareí\",,\"BRA.25.278_1\",\"ChIJacYy9QzLzZQRlsFBseEfg_U\",,\"BRSP3524402\",\"3524402\",-23.296533585,-46.0038344562374,235416,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b3ea23e\",3524501,3524501,\"BR_SP\",\"3524501\",3,\"São Paulo\",\"Jaci\",,\"BRA.25.279_1\",\"ChIJa_B-yCe7vZQRNsDM4Lpnr7I\",,\"BRSP3524501\",\"3524501\",-20.93892193,-49.5890501268623,7196,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2e7f2cf1\",3524600,3524600,\"BR_SP\",\"3524600\",3,\"São Paulo\",\"Jacupiranga\",,\"BRA.25.280_1\",\"ChIJa32-djjR2pQREKi5lZZs9Jw\",,\"BRSP3524600\",\"3524600\",-24.774469375,-48.0211577713638,17889,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5661fe62\",3524709,3524709,\"BR_SP\",\"3524709\",3,\"São Paulo\",\"Jaguariúna\",,\"BRA.25.281_1\",\"ChIJnwestgXoyJQRJ3w2K87EvS0\",,\"BRSP3524709\",\"3524709\",-22.679437635,-47.0032544239916,58722,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2a3a89c9\",3524808,3524808,\"BR_SP\",\"3524808\",3,\"São Paulo\",\"Jales\",,\"BRA.25.282_1\",\"ChIJa5HlHtkumJQRCvCc6ZJtAMI\",,\"BRSP3524808\",\"3524808\",-20.255271915,-50.5277937239197,49201,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bb47fe6f\",3524907,3524907,\"BR_SP\",\"3524907\",3,\"São Paulo\",\"Jambeiro\",,\"BRA.25.283_1\",,,\"BRSP3524907\",\"3524907\",-23.274191855,-45.709514890867,6717,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0b47669c\",3525003,3525003,\"BR_SP\",\"3525003\",3,\"São Paulo\",\"Jandira\",,\"BRA.25.284_1\",\"ChIJ6T7bTEgBz5QRdWT0A8aDTZo\",,\"BRSP3525003\",\"3525003\",-23.54159069,-46.9048626274659,126356,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7d823c3d\",3525102,3525102,\"BR_SP\",\"3525102\",3,\"São Paulo\",\"Jardinópolis\",,\"BRA.25.285_1\",\"ChIJ8XhAEBmSuZQRWL6rX_5DjA8\",,\"BRSP3525102\",\"3525102\",-21.001512525,-47.8237880546271,44970,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e6cdd3de\",3525201,3525201,\"BR_SP\",\"3525201\",3,\"São Paulo\",\"Jarinu\",,\"BRA.25.286_1\",\"ChIJC8rJXxLazpQRaPTEYJS5MmU\",,\"BRSP3525201\",\"3525201\",-23.09582043,-46.7201548515901,30617,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9008897f\",3525300,3525300,\"BR_SP\",\"3525300\",3,\"São Paulo\",\"Jaú\",,\"BRA.25.287_1\",\"ChIJZRRLf_5Xx5QRSz-YByYvuD0\",,\"BRSP3525300\",\"3525300\",-22.30011177,-48.5596075876623,151881,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec9b275e\",3525409,3525409,\"BR_SP\",\"3525409\",3,\"São Paulo\",\"Jeriquara\",,\"BRA.25.288_1\",,,\"BRSP3525409\",\"3525409\",-20.33776474,-47.5599744597368,3151,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a5e7dff\",3525508,3525508,\"BR_SP\",\"3525508\",3,\"São Paulo\",\"Joanópolis\",,\"BRA.25.289_1\",\"ChIJAzKUhBimzpQRpzaPaSv8Yno\",,\"BRSP3525508\",\"3525508\",-22.933581355,-46.2107528244241,13338,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"08a7de37\",3525607,3525607,\"BR_SP\",\"3525607\",3,\"São Paulo\",\"João Ramalho\",,\"BRA.25.290_1\",,,\"BRSP3525607\",\"3525607\",-22.232991215,-50.7743590747138,4551,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7e628496\",3525706,3525706,\"BR_SP\",\"3525706\",3,\"São Paulo\",\"José Bonifácio\",,\"BRA.25.291_1\",\"ChIJ9QEEBfm_vZQRM47WMQgkqLo\",,\"BRSP3525706\",\"3525706\",-21.0915308,-49.7559141968323,37366,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec379211\",3525805,3525805,\"BR_SP\",\"3525805\",3,\"São Paulo\",\"Júlio Mesquita\",,\"BRA.25.292_1\",,,\"BRSP3525805\",\"3525805\",-21.977135655,-49.8080168047891,4800,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e64756c2\",3525854,3525854,\"BR_SP\",\"3525854\",3,\"São Paulo\",\"Jumirim\",,\"BRA.25.293_1\",,,\"BRSP3525854\",\"3525854\",-23.103266715,-47.7779642247854,3418,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9af2c8b0\",3525904,3525904,\"BR_SP\",\"3525904\",3,\"São Paulo\",\"Jundiaí\",,\"BRA.25.294_1\",\"ChIJCUigOiIkz5QRfppKcRajXZs\",,\"BRSP3525904\",\"3525904\",-23.201295855,-46.9375305613021,423006,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f7fca85e\",3526001,3526001,\"BR_SP\",\"3526001\",3,\"São Paulo\",\"Junqueirópolis\",,\"BRA.25.295_1\",\"ChIJSUDwcf4zkZQR6Z8l21Xs5zc\",,\"BRSP3526001\",\"3526001\",-21.46479416,-51.4254079863976,20831,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8139f2ff\",3526100,3526100,\"BR_SP\",\"3526100\",3,\"São Paulo\",\"Juquiá\",,\"BRA.25.296_1\",\"ChIJ34MjpIVPxZQRWCvNOC8Y5-I\",,\"BRSP3526100\",\"3526100\",-24.220339775,-47.6589604049655,18718,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"faa3f402\",3526209,3526209,\"BR_SP\",\"3526209\",3,\"São Paulo\",\"Juquitiba\",,\"BRA.25.297_1\",\"ChIJNTuX3q-4z5QR3Slf5BIk_pc\",,\"BRSP3526209\",\"3526209\",-23.95074272,-47.0120249611453,31646,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8c66aea3\",3526308,3526308,\"BR_SP\",\"3526308\",3,\"São Paulo\",\"Lagoinha\",,\"BRA.25.298_1\",,,\"BRSP3526308\",\"3526308\",-23.09493065,-45.20556463478,4889,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1996a5b7\",3526407,3526407,\"BR_SP\",\"3526407\",3,\"São Paulo\",\"Laranjal Paulista\",,\"BRA.25.299_1\",\"ChIJE7dC7oxpxpQRiRezJ5-T1Ik\",,\"BRSP3526407\",\"3526407\",-23.017703055,-47.8592764206569,28785,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6f53ff16\",3526506,3526506,\"BR_SP\",\"3526506\",3,\"São Paulo\",\"Lavínia\",,\"BRA.25.300_1\",,,\"BRSP3526506\",\"3526506\",-21.147294995,-51.0037606305275,12285,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f41c10f5\",3526605,3526605,\"BR_SP\",\"3526605\",3,\"São Paulo\",\"Lavrinhas\",,\"BRA.25.301_1\",\"ChIJV53qWgXxnQAR1J6O11x-anA\",,\"BRSP3526605\",\"3526605\",-22.521173475,-44.8865816820653,7311,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"82d94a54\",3526704,3526704,\"BR_SP\",\"3526704\",3,\"São Paulo\",\"Leme\",,\"BRA.25.302_1\",\"ChIJNzPqPHgLyJQRnf3gAQnkVwA\",,\"BRSP3526704\",\"3526704\",-22.17565918,-47.3262009109743,104346,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"17e198ca\",3526803,3526803,\"BR_SP\",\"3526803\",3,\"São Paulo\",\"Lençóis Paulista\",,\"BRA.25.303_1\",\"ChIJpeGD9f2zwJQRFXL6eXy5Tb0\",,\"BRSP3526803\",\"3526803\",-22.67126274,-48.8108118897762,68990,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6124c26b\",3526902,3526902,\"BR_SP\",\"3526902\",3,\"São Paulo\",\"Limeira\",,\"BRA.25.304_1\",\"ChIJEwHjruyAyJQRj3hR111HM9M\",,\"BRSP3526902\",\"3526902\",-22.591864585,-47.3636675226919,308482,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"419b4709\",3527009,3527009,\"BR_SP\",\"3527009\",3,\"São Paulo\",\"Lindóia\",,\"BRA.25.305_1\",\"ChIJw_IverkQyZQRkM43zilIrYc\",,\"BRSP3527009\",\"3527009\",-22.51273632,-46.6505426910065,8092,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"375e1da8\",3527108,3527108,\"BR_SP\",\"3527108\",3,\"São Paulo\",\"Lins\",,\"BRA.25.306_1\",\"ChIJ0SewIdMUvpQRxS48OwZKV1k\",,\"BRSP3527108\",\"3527108\",-21.645700455,-49.6717665951566,78503,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a5a7be60\",3527207,3527207,\"BR_SP\",\"3527207\",3,\"São Paulo\",\"Lorena\",,\"BRA.25.307_1\",\"ChIJF5t4Et3IzJQRdLaLHv0Farc\",,\"BRSP3527207\",\"3527207\",-22.77548504,-45.0719003485278,89125,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"afd77ab3\",3527256,3527256,\"BR_SP\",\"3527256\",3,\"São Paulo\",\"Lourdes\",,\"BRA.25.308_1\",,,\"BRSP3527256\",\"3527256\",-20.95330334,-50.2281663917251,2300,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d362e4c1\",3527306,3527306,\"BR_SP\",\"3527306\",3,\"São Paulo\",\"Louveira\",,\"BRA.25.309_1\",\"ChIJR-HympMtz5QR-6ZWXrkA7qE\",,\"BRSP3527306\",\"3527306\",-23.081749915,-46.9292283305026,49993,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4f24a3fe\",3527405,3527405,\"BR_SP\",\"3527405\",3,\"São Paulo\",\"Lucélia\",,\"BRA.25.310_1\",\"ChIJ7yU4odahlpQR3Olv4EtsKVY\",,\"BRSP3527405\",\"3527405\",-21.643149375,-50.976719128768,21886,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"39e1f95f\",3527504,3527504,\"BR_SP\",\"3527504\",3,\"São Paulo\",\"Lucianópolis\",,\"BRA.25.311_1\",,,\"BRSP3527504\",\"3527504\",-22.4815073,-49.5551100748111,2403,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a5c3d2a5\",3527603,3527603,\"BR_SP\",\"3527603\",3,\"São Paulo\",\"Luís Antônio\",,\"BRA.25.312_1\",\"ChIJkUoFRLVJuJQRTphlH8tvZsY\",,\"BRSP3527603\",\"3527603\",-21.54717827,-47.7815660037469,15292,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3068804\",3527702,3527702,\"BR_SP\",\"3527702\",3,\"São Paulo\",\"Luiziânia\",,\"BRA.25.313_1\",,,\"BRSP3527702\",\"3527702\",-21.67445755,-50.3504369599043,5855,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"41539e83\",3527801,3527801,\"BR_SP\",\"3527801\",3,\"São Paulo\",\"Lupércio\",,\"BRA.25.314_1\",,,\"BRSP3527801\",\"3527801\",-22.43741703,-49.824539464813,4596,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3796c422\",3527900,3527900,\"BR_SP\",\"3527900\",3,\"São Paulo\",\"Lutécia\",,\"BRA.25.315_1\",,,\"BRSP3527900\",\"3527900\",-22.32633972,-50.3900503139562,2636,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe407a58\",3528007,3528007,\"BR_SP\",\"3528007\",3,\"São Paulo\",\"Macatuba\",,\"BRA.25.316_1\",\"ChIJMWURbgZNx5QRWmeLk0TO1Go\",,\"BRSP3528007\",\"3528007\",-22.45923996,-48.7050145633413,17214,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"888520f9\",3528106,3528106,\"BR_SP\",\"3528106\",3,\"São Paulo\",\"Macaubal\",,\"BRA.25.317_1\",,,\"BRSP3528106\",\"3528106\",-20.85351372,-49.9689559937632,8147,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"13cacf1a\",3528205,3528205,\"BR_SP\",\"3528205\",3,\"São Paulo\",\"Macedônia\",,\"BRA.25.318_1\",,,\"BRSP3528205\",\"3528205\",-20.092619895,-50.1744012311479,3692,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"650f95bb\",3528304,3528304,\"BR_SP\",\"3528304\",3,\"São Paulo\",\"Magda\",,\"BRA.25.319_1\",,,\"BRSP3528304\",\"3528304\",-20.61230469,-50.2315332290759,3102,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fe24169d\",3528403,3528403,\"BR_SP\",\"3528403\",3,\"São Paulo\",\"Mairinque\",,\"BRA.25.320_1\",\"ChIJAzBvavBuz5QR_Rum-9qYJ20\",,\"BRSP3528403\",\"3528403\",-23.520464895,-47.198650866694,47441,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"88e14c3c\",3528502,3528502,\"BR_SP\",\"3528502\",3,\"São Paulo\",\"Mairiporã\",,\"BRA.25.321_1\",\"ChIJw9Twgd_tzpQRdKQPHA2YTj8\",,\"BRSP3528502\",\"3528502\",-23.326351165,-46.5438934140345,101937,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"13aea3df\",3528601,3528601,\"BR_SP\",\"3528601\",3,\"São Paulo\",\"Manduri\",,\"BRA.25.322_1\",\"ChIJz2BFOhX5wJQR7IFtKkQ1gck\",,\"BRSP3528601\",\"3528601\",-23.045960425,-49.3074264250314,9910,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"656bf97e\",3528700,3528700,\"BR_SP\",\"3528700\",3,\"São Paulo\",\"Marabá Paulista\",,\"BRA.25.324_1\",,,\"BRSP3528700\",\"3528700\",-22.11952114,-52.0429840748814,5948,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"17eb06e7\",3528809,3528809,\"BR_SP\",\"3528809\",3,\"São Paulo\",\"Maracaí\",,\"BRA.25.325_1\",\"ChIJR9a-G2zelJQRhsrQMfA0Sk8\",,\"BRSP3528809\",\"3528809\",-22.65795803,-50.701572690982,14036,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1d9bc234\",3528858,3528858,\"BR_SP\",\"3528858\",3,\"São Paulo\",\"Marapoama\",,\"BRA.25.326_1\",,,\"BRSP3528858\",\"3528858\",-21.254333495,-49.1230863587397,3064,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"612e5c46\",3528908,3528908,\"BR_SP\",\"3528908\",3,\"São Paulo\",\"Mariápolis\",,\"BRA.25.327_1\",,,\"BRSP3528908\",\"3528908\",-21.777205465,-51.1734099635974,4091,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a8f27c11\",3529005,3529005,\"BR_SP\",\"3529005\",3,\"São Paulo\",\"Marília\",,\"BRA.25.328_1\",\"ChIJiQpK7urWv5QRCgRGaN9LwLY\",,\"BRSP3529005\",\"3529005\",-22.18944645,-49.963191618664,240590,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"de3726b0\",3529104,3529104,\"BR_SP\",\"3529104\",3,\"São Paulo\",\"Marinópolis\",,\"BRA.25.329_1\",,,\"BRSP3529104\",\"3529104\",-20.48574543,-50.8312805309047,2106,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"42150d4a\",3529203,3529203,\"BR_SP\",\"3529203\",3,\"São Paulo\",\"Martinópolis\",,\"BRA.25.330_1\",\"ChIJFycp9XNtlJQRE8Cm7xGqQ24\",,\"BRSP3529203\",\"3529203\",-22.202044485,-51.1303047193739,26628,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"34d057eb\",3529302,3529302,\"BR_SP\",\"3529302\",3,\"São Paulo\",\"Matão\",,\"BRA.25.331_1\",\"ChIJBxwjlNMfuZQRPV9omLp4U-U\",,\"BRSP3529302\",\"3529302\",-21.60770416,-48.4291627010431,83626,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a89610d4\",3529401,3529401,\"BR_SP\",\"3529401\",3,\"São Paulo\",\"Mauá\",,\"BRA.25.332_1\",\"ChIJo9HhcFNpzpQRadLEjFzqG7M\",,\"BRSP3529401\",\"3529401\",-23.66305351,-46.4422419393009,477552,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"de534a75\",3529500,3529500,\"BR_SP\",\"3529500\",3,\"São Paulo\",\"Mendonça\",,\"BRA.25.333_1\",,,\"BRSP3529500\",\"3529500\",-21.201673505,-49.567436296673,5565,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a5c94c88\",3529609,3529609,\"BR_SP\",\"3529609\",3,\"São Paulo\",\"Meridiano\",,\"BRA.25.334_1\",,,\"BRSP3529609\",\"3529609\",-20.401764865,-50.1902231923765,3824,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"afb9885b\",3529658,3529658,\"BR_SP\",\"3529658\",3,\"São Paulo\",\"Mesópolis\",,\"BRA.25.335_1\",,,\"BRSP3529658\",\"3529658\",-19.952468875,-50.615582620369,1905,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d30c1629\",3529708,3529708,\"BR_SP\",\"3529708\",3,\"São Paulo\",\"Miguelópolis\",,\"BRA.25.336_1\",\"ChIJD7FYYYUEu5QRsn4u05AZJBg\",,\"BRSP3529708\",\"3529708\",-20.19127941,-48.113008263584,22355,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"48ef4c85\",3529807,3529807,\"BR_SP\",\"3529807\",3,\"São Paulo\",\"Mineiros do Tietê\",,\"BRA.25.337_1\",\"ChIJL4FLE8hcx5QRfUm_zHQE0Xs\",,\"BRSP3529807\",\"3529807\",-22.47067356,-48.4361002694832,12966,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"01f9bf1e\",3530003,3530003,\"BR_SP\",\"3530003\",3,\"São Paulo\",\"Mira Estrela\",,\"BRA.25.338_1\",,,\"BRSP3530003\",\"3530003\",-19.96079826,-50.1203941462277,3106,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3e2a1624\",3529906,3529906,\"BR_SP\",\"3529906\",3,\"São Paulo\",\"Miracatu\",,\"BRA.25.339_1\",\"ChIJh_Y-ss_wz5QRIjvB-NHGraA\",,\"BRSP3529906\",\"3529906\",-24.19398212,-47.4223609888643,19643,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"773ce5bf\",3530102,3530102,\"BR_SP\",\"3530102\",3,\"São Paulo\",\"Mirandópolis\",,\"BRA.25.340_1\",\"ChIJVWitvsEml5QR4wngR_-RzNs\",,\"BRSP3530102\",\"3530102\",-21.0878067,-51.1254506508603,29706,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec730a5c\",3530201,3530201,\"BR_SP\",\"3530201\",3,\"São Paulo\",\"Mirante do Paranapanema\",,\"BRA.25.341_1\",\"ChIJB-P4b6XJk5QRRF-eRuvWp7c\",,\"BRSP3530201\",\"3530201\",-22.35006142,-52.0300506434443,18338,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ab650fd\",3530300,3530300,\"BR_SP\",\"3530300\",3,\"São Paulo\",\"Mirassol\",,\"BRA.25.343_1\",\"ChIJ_wH1sp2vvZQRX5Usi-XqYa4\",,\"BRSP3530300\",\"3530300\",-20.828566555,-49.5056523001756,60303,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e625fedc\",3530409,3530409,\"BR_SP\",\"3530409\",3,\"São Paulo\",\"Mirassolândia\",,\"BRA.25.342_1\",,,\"BRSP3530409\",\"3530409\",-20.59510708,-49.4822205261527,4919,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"90e0a47d\",3530508,3530508,\"BR_SP\",\"3530508\",3,\"São Paulo\",\"Mococa\",,\"BRA.25.344_1\",\"ChIJ3YkPh0i4t5QRb-9Ev8rdfJ0\",,\"BRSP3530508\",\"3530508\",-21.446772575,-47.0282451687908,68980,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"021907b5\",3530607,3530607,\"BR_SP\",\"3530607\",3,\"São Paulo\",\"Mogi das Cruzes\",,\"BRA.25.345_1\",\"ChIJRyYXaRLYzZQRB7uL_qebhbM\",,\"BRSP3530607\",\"3530607\",-23.56057739,-46.1907438376502,450785,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"74dc5d14\",3530706,3530706,\"BR_SP\",\"3530706\",3,\"São Paulo\",\"Mogi Guaçu\",,\"BRA.25.346_1\",\"ChIJd3oMGQNFyJQRUFpQPpvlEQQ\",,\"BRSP3530706\",\"3530706\",-22.23650265,-47.100819006298,153033,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e6894b93\",3530805,3530805,\"BR_SP\",\"3530805\",3,\"São Paulo\",\"Mogi Mirim\",,\"BRA.25.347_1\",\"ChIJL54fo5f3yJQRk-6vV_kB5lw\",,\"BRSP3530805\",\"3530805\",-22.438480375,-46.9918322860843,93650,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"904c1132\",3530904,3530904,\"BR_SP\",\"3530904\",3,\"São Paulo\",\"Mombuca\",,\"BRA.25.348_1\",,,\"BRSP3530904\",\"3530904\",-22.94340706,-47.6046431785373,3508,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"574bb957\",3531001,3531001,\"BR_SP\",\"3531001\",3,\"São Paulo\",\"Monções\",,\"BRA.25.349_1\",,,\"BRSP3531001\",\"3531001\",-20.87457943,-50.0891218391652,2267,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"218ee3f6\",3531100,3531100,\"BR_SP\",\"3531100\",3,\"São Paulo\",\"Mongaguá\",,\"BRA.25.350_1\",\"ChIJMfZGKAsnzpQRJUd7akBg9oM\",,\"BRSP3531100\",\"3531100\",-24.07113552,-46.6761751104032,57648,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5a14e50b\",3531209,3531209,\"BR_SP\",\"3531209\",3,\"São Paulo\",\"Monte Alegre do Sul\",,\"BRA.25.351_1\",\"ChIJX7hjNMskyZQR9XP32STZ-z8\",,\"BRSP3531209\",\"3531209\",-22.709481235,-46.6677981780762,8111,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2cd1bfaa\",3531308,3531308,\"BR_SP\",\"3531308\",3,\"São Paulo\",\"Monte Alto\",,\"BRA.25.352_1\",\"ChIJVYJ7caFGuZQR3_38LLsoBbs\",,\"BRSP3531308\",\"3531308\",-21.250354765,-48.5364218316872,50772,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b921b4be\",3531407,3531407,\"BR_SP\",\"3531407\",3,\"São Paulo\",\"Monte Aprazível\",,\"BRA.25.353_1\",\"ChIJdU7MXoJ2vZQRNkWxrBlW-NE\",,\"BRSP3531407\",\"3531407\",-20.729662895,-49.6920105904536,25373,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cfe4ee1f\",3531506,3531506,\"BR_SP\",\"3531506\",3,\"São Paulo\",\"Monte Azul Paulista\",,\"BRA.25.354_1\",\"ChIJuccng033u5QRHl5fw0ijmLM\",,\"BRSP3531506\",\"3531506\",-20.910946845,-48.6788449237968,18968,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"54ab01fc\",3531605,3531605,\"BR_SP\",\"3531605\",3,\"São Paulo\",\"Monte Castelo\",,\"BRA.25.355_1\",,,\"BRSP3531605\",\"3531605\",-21.240189555,-51.5628310881855,4166,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b75689c3\",3531803,3531803,\"BR_SP\",\"3531803\",3,\"São Paulo\",\"Monte Mor\",,\"BRA.25.356_1\",\"ChIJldpDjkelyJQRE56W8H11KRw\",,\"BRSP3531803\",\"3531803\",-22.951072695,-47.302746073127,60754,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"226e5b5d\",3531704,3531704,\"BR_SP\",\"3531704\",3,\"São Paulo\",\"Monteiro Lobato\",,\"BRA.25.357_1\",,,\"BRSP3531704\",\"3531704\",-22.93709469,-45.7926115015816,4696,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c193d362\",3531902,3531902,\"BR_SP\",\"3531902\",3,\"São Paulo\",\"Morro Agudo\",,\"BRA.25.358_1\",\"ChIJjdOnrJkyupQR7QVklLL6Wlk\",,\"BRSP3531902\",\"3531902\",-20.69000244,-48.156588939342,33288,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4b259e8b\",3532009,3532009,\"BR_SP\",\"3532009\",3,\"São Paulo\",\"Morungaba\",,\"BRA.25.359_1\",\"ChIJR-CDeswryZQRY-qty-2D8s4\",,\"BRSP3532009\",\"3532009\",-22.887205125,-46.7682839933907,13781,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"41555a58\",3532058,3532058,\"BR_SP\",\"3532058\",3,\"São Paulo\",\"Motuca\",,\"BRA.25.360_1\",,,\"BRSP3532058\",\"3532058\",-21.5143137,-48.1746038589984,4795,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3de0c42a\",3532108,3532108,\"BR_SP\",\"3532108\",3,\"São Paulo\",\"Murutinga do Sul\",,\"BRA.25.361_1\",,,\"BRSP3532108\",\"3532108\",-20.99350357,-51.2964551882152,4506,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0282dfe\",3532157,3532157,\"BR_SP\",\"3532157\",3,\"São Paulo\",\"Nantes\",,\"BRA.25.362_1\",,,\"BRSP3532157\",\"3532157\",-22.602866175,-51.2103748004759,3179,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"af1967e2\",3532207,3532207,\"BR_SP\",\"3532207\",3,\"São Paulo\",\"Narandiba\",,\"BRA.25.363_1\",,,\"BRSP3532207\",\"3532207\",-22.520412445,-51.5034910839815,4904,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d9dc3d43\",3532306,3532306,\"BR_SP\",\"3532306\",3,\"São Paulo\",\"Natividade da Serra\",,\"BRA.25.364_1\",,,\"BRSP3532306\",\"3532306\",-23.428752895,-45.3708357368311,6642,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"459a7a7c\",3532405,3532405,\"BR_SP\",\"3532405\",3,\"São Paulo\",\"Nazaré Paulista\",,\"BRA.25.365_1\",\"ChIJmbf-JaGQzpQRu55guaawRZ4\",,\"BRSP3532405\",\"3532405\",-23.206928255,-46.3754056735536,18698,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"335f20dd\",3532504,3532504,\"BR_SP\",\"3532504\",3,\"São Paulo\",\"Neves Paulista\",,\"BRA.25.366_1\",\"ChIJu_28LaOjvZQRS-qSfCEbveQ\",,\"BRSP3532504\",\"3532504\",-20.874962805,-49.6572899558287,8923,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"af7d0b27\",3532603,3532603,\"BR_SP\",\"3532603\",3,\"São Paulo\",\"Nhandeara\",,\"BRA.25.367_1\",\"ChIJsbMz9w7Yl5QRrzg_iOo5AlA\",,\"BRSP3532603\",\"3532603\",-20.673223495,-50.0318572982809,11527,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d9b85186\",3532702,3532702,\"BR_SP\",\"3532702\",3,\"São Paulo\",\"Nipoã\",,\"BRA.25.368_1\",,,\"BRSP3532702\",\"3532702\",-20.8961401,-49.7738724522322,5298,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4bed4701\",3532801,3532801,\"BR_SP\",\"3532801\",3,\"São Paulo\",\"Nova Aliança\",,\"BRA.25.369_1\",\"ChIJG33Au9bHvZQR8-bX4ir1Xl0\",,\"BRSP3532801\",\"3532801\",-21.05291462,-49.5136454142779,7068,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"90b880b6\",3532827,3532827,\"BR_SP\",\"3532827\",3,\"São Paulo\",\"Nova Campina\",,\"BRA.25.370_1\",,,\"BRSP3532827\",\"3532827\",-24.207035065,-49.0097053554245,9860,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c18fe329\",3532843,3532843,\"BR_SP\",\"3532843\",3,\"São Paulo\",\"Nova Canaã Paulista\",,\"BRA.25.371_1\",,,\"BRSP3532843\",\"3532843\",-20.37134647,-50.919017874173,1852,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"646b5823\",3532868,3532868,\"BR_SP\",\"3532868\",3,\"São Paulo\",\"Nova Castilho\",,\"BRA.25.372_1\",,,\"BRSP3532868\",\"3532868\",-20.77985668,-50.3498262446899,1278,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d281da0\",3532900,3532900,\"BR_SP\",\"3532900\",3,\"São Paulo\",\"Nova Europa\",,\"BRA.25.373_1\",\"ChIJ9RUUhYLQuJQRU6HVaAe5tBk\",,\"BRSP3532900\",\"3532900\",-21.775855065,-48.55070752831,11355,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1421d4e9\",3533007,3533007,\"BR_SP\",\"3533007\",3,\"São Paulo\",\"Nova Granada\",,\"BRA.25.374_1\",\"ChIJHwkmD1H8vJQRMT3mZLd3tL4\",,\"BRSP3533007\",\"3533007\",-20.451517105,-49.3228940980177,21689,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"62e48e48\",3533106,3533106,\"BR_SP\",\"3533106\",3,\"São Paulo\",\"Nova Guataporanga\",,\"BRA.25.375_1\",,,\"BRSP3533106\",\"3533106\",-21.319363595,-51.6490357231791,2325,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f9ab61ab\",3533205,3533205,\"BR_SP\",\"3533205\",3,\"São Paulo\",\"Nova Independência\",,\"BRA.25.376_1\",,,\"BRSP3533205\",\"3533205\",-21.13940239,-51.519824304183,4053,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8f6e3b0a\",3533304,3533304,\"BR_SP\",\"3533304\",3,\"São Paulo\",\"Nova Luzitânia\",,\"BRA.25.377_1\",,,\"BRSP3533304\",\"3533304\",-20.868149755,-50.2563336525125,4160,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1445b82c\",3533403,3533403,\"BR_SP\",\"3533403\",3,\"São Paulo\",\"Nova Odessa\",,\"BRA.25.378_1\",\"ChIJufFaB4WXyJQRKw-mPsTHB6U\",,\"BRSP3533403\",\"3533403\",-22.775811195,-47.2755377548952,60956,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f3dba578\",3533254,3533254,\"BR_SP\",\"3533254\",3,\"São Paulo\",\"Novais\",,\"BRA.25.379_1\",\"ChIJYfMPg3AQvJQR79qvSzjg1oY\",,\"BRSP3533254\",\"3533254\",-20.990269665,-48.9067439094354,5945,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6280e28d\",3533502,3533502,\"BR_SP\",\"3533502\",3,\"São Paulo\",\"Novo Horizonte\",,\"BRA.25.380_1\",\"ChIJpzI81TeJvpQRMJwFKumsRBY\",,\"BRSP3533502\",\"3533502\",-21.475218775,-49.3009376550234,41414,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f9cf0d6e\",3533601,3533601,\"BR_SP\",\"3533601\",3,\"São Paulo\",\"Nuporanga\",,\"BRA.25.381_1\",,,\"BRSP3533601\",\"3533601\",-20.698926925,-47.7186247342054,7478,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8f0a57cf\",3533700,3533700,\"BR_SP\",\"3533700\",3,\"São Paulo\",\"Ocauçu\",,\"BRA.25.382_1\",,,\"BRSP3533700\",\"3533700\",-22.43254375,-49.9381630629694,4291,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd8aa856\",3533809,3533809,\"BR_SP\",\"3533809\",3,\"São Paulo\",\"Óleo\",,\"BRA.25.383_1\",,,\"BRSP3533809\",\"3533809\",-22.972476005,-49.3937179440367,2471,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b4ff2f7\",3533908,3533908,\"BR_SP\",\"3533908\",3,\"São Paulo\",\"Olímpia\",,\"BRA.25.384_1\",\"ChIJvbSwp11uvJQRe_yClKnE9OQ\",,\"BRSP3533908\",\"3533908\",-20.70554447,-48.9567373802011,55130,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"67f88d7c\",3534005,3534005,\"BR_SP\",\"3534005\",3,\"São Paulo\",\"Onda Verde\",,\"BRA.25.385_1\",,,\"BRSP3534005\",\"3534005\",-20.617821695,-49.2521058936274,4422,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"113dd7dd\",3534104,3534104,\"BR_SP\",\"3534104\",3,\"São Paulo\",\"Oriente\",,\"BRA.25.386_1\",\"ChIJuS_k60d_lZQRB84fvWozuso\",,\"BRSP3534104\",\"3534104\",-22.14314747,-50.0897202731323,6542,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8d1ffc27\",3534203,3534203,\"BR_SP\",\"3534203\",3,\"São Paulo\",\"Orindiúva\",,\"BRA.25.387_1\",,,\"BRSP3534203\",\"3534203\",-20.2020216,-49.3695314511719,7194,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fbdaa686\",3534302,3534302,\"BR_SP\",\"3534302\",3,\"São Paulo\",\"Orlândia\",,\"BRA.25.388_1\",\"ChIJ7cb-pgIlupQR24XolVjIkxw\",,\"BRSP3534302\",\"3534302\",-20.70179653,-47.8978530777036,44360,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"679ce1b9\",3534401,3534401,\"BR_SP\",\"3534401\",3,\"São Paulo\",\"Osasco\",,\"BRA.25.389_1\",\"ChIJ798P24NVzpQRnKojtzM87pA\",,\"BRSP3534401\",\"3534401\",-23.53885269,-46.7898901668944,699944,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1159bb18\",3534500,3534500,\"BR_SP\",\"3534500\",3,\"São Paulo\",\"Oscar Bressane\",,\"BRA.25.390_1\",,,\"BRSP3534500\",\"3534500\",-22.29453564,-50.2518081647398,2603,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6ac3bde5\",3534609,3534609,\"BR_SP\",\"3534609\",3,\"São Paulo\",\"Osvaldo Cruz\",,\"BRA.25.391_1\",\"ChIJi-AUCdollJQR9jbl2RyvJcw\",,\"BRSP3534609\",\"3534609\",-21.703650475,-50.8841341340832,33000,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1c06e744\",3534708,3534708,\"BR_SP\",\"3534708\",3,\"São Paulo\",\"Ourinhos\",,\"BRA.25.392_1\",\"ChIJzfdIpDwYwJQRJAjHwN8kD4Q\",,\"BRSP3534708\",\"3534708\",-22.957203865,-49.8593249749812,114352,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"87e5bde8\",3534807,3534807,\"BR_SP\",\"3534807\",3,\"São Paulo\",\"Ouro Verde\",,\"BRA.25.393_1\",,,\"BRSP3534807\",\"3534807\",-21.49777794,-51.7197176989647,8620,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f1ce0e90\",3534757,3534757,\"BR_SP\",\"3534757\",3,\"São Paulo\",\"Ouroeste\",,\"BRA.25.394_1\",\"ChIJlWVOw2FBmJQRJCMc1kmX8_g\",,\"BRSP3534757\",\"3534757\",-19.924955365,-50.3978406610793,10539,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f120e749\",3534906,3534906,\"BR_SP\",\"3534906\",3,\"São Paulo\",\"Pacaembu\",,\"BRA.25.395_1\",\"ChIJefk9FZ62lpQRPwyfYPhQauI\",,\"BRSP3534906\",\"3534906\",-21.50072002,-51.2750088018659,14263,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"41207fba\",3535002,3535002,\"BR_SP\",\"3535002\",3,\"São Paulo\",\"Palestina\",,\"BRA.25.396_1\",\"ChIJwSZdlhsjvZQRq7-UrYpDqac\",,\"BRSP3535002\",\"3535002\",-20.340317725,-49.4764333216516,13123,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d9eb4437\",3535101,3535101,\"BR_SP\",\"3535101\",3,\"São Paulo\",\"Palmares Paulista\",,\"BRA.25.397_1\",\"ChIJK3pNYUUCvJQRYu-iTiRn2ac\",,\"BRSP3535101\",\"3535101\",-21.098515515,-48.8302353084075,13486,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"acaacaf8\",3535200,3535200,\"BR_SP\",\"3535200\",3,\"São Paulo\",\"Palmeira d'Oeste\",,\"BRA.25.398_1\",\"ChIJRfxazv99l5QRoAURQ9GxkRo\",,\"BRSP3535200\",\"3535200\",-20.44832134,-50.7357367761585,9227,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d4b4186b\",3535309,3535309,\"BR_SP\",\"3535309\",3,\"São Paulo\",\"Palmital\",,\"BRA.25.399_1\",\"ChIJhXTlNyxNlZQROLTAqUrLEkY\",,\"BRSP3535309\",\"3535309\",-22.814694405,-50.2202102647102,22272,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a6fc3e78\",3535408,3535408,\"BR_SP\",\"3535408\",3,\"São Paulo\",\"Panorama\",,\"BRA.25.400_1\",\"ChIJL19l-bACkZQRXkYYwpEmgnE\",,\"BRSP3535408\",\"3535408\",-21.463941575,-51.8502709851171,15862,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"378149de\",3535507,3535507,\"BR_SP\",\"3535507\",3,\"São Paulo\",\"Paraguaçu Paulista\",,\"BRA.25.401_1\",\"ChIJ7SM-CDMblZQRyuorJ6c4i3U\",,\"BRSP3535507\",\"3535507\",-22.46580791,-50.644710574121,45945,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"42c0c711\",3535606,3535606,\"BR_SP\",\"3535606\",3,\"São Paulo\",\"Paraibuna\",,\"BRA.25.402_1\",\"ChIJTeKtu7SmzZQR1RjbPWjs0GM\",,\"BRSP3535606\",\"3535606\",-23.471556665,-45.6538268867532,18263,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"da0bfc9c\",3535705,3535705,\"BR_SP\",\"3535705\",3,\"São Paulo\",\"Paraíso\",,\"BRA.25.403_1\",,,\"BRSP3535705\",\"3535705\",-21.0172472,-48.7663046073186,6496,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a6508b37\",3535804,3535804,\"BR_SP\",\"3535804\",3,\"São Paulo\",\"Paranapanema\",,\"BRA.25.404_1\",\"ChIJ_QLYtNFMwZQRHHLiSACyNAM\",,\"BRSP3535804\",\"3535804\",-23.447961805,-48.7953184864901,20395,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"39f674a3\",3535903,3535903,\"BR_SP\",\"3535903\",3,\"São Paulo\",\"Paranapuã\",,\"BRA.25.405_1\",,,\"BRSP3535903\",\"3535903\",-20.066541675,-50.6046199990277,4095,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bd9bb178\",3536000,3536000,\"BR_SP\",\"3536000\",3,\"São Paulo\",\"Parapuã\",,\"BRA.25.406_1\",\"ChIJRaCzobkulJQRT-Qk2JlJ0vk\",,\"BRSP3536000\",\"3536000\",-21.828619,-50.7770124653233,10949,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c58563eb\",3536109,3536109,\"BR_SP\",\"3536109\",3,\"São Paulo\",\"Pardinho\",,\"BRA.25.407_1\",\"ChIJSaMDugTqxpQR89V-ih-AU0c\",,\"BRSP3536109\",\"3536109\",-23.098918915,-48.411877727153,6508,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b0c4ed24\",3536208,3536208,\"BR_SP\",\"3536208\",3,\"São Paulo\",\"Pariquera-Açu\",,\"BRA.25.408_1\",\"ChIJ5xLXpX_F2pQRK03HlqVPf9s\",,\"BRSP3536208\",\"3536208\",-24.679666515,-47.8498390443076,19723,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5d0c04f0\",3536257,3536257,\"BR_SP\",\"3536257\",3,\"São Paulo\",\"Parisi\",,\"BRA.25.409_1\",,,\"BRSP3536257\",\"3536257\",-20.26187134,-50.0410441574649,2169,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"21b99a82\",3536307,3536307,\"BR_SP\",\"3536307\",3,\"São Paulo\",\"Patrocínio Paulista\",,\"BRA.25.410_1\",\"ChIJ-a8zmJCysJQRV0ng2Sji7HU\",,\"BRSP3536307\",\"3536307\",-20.695382115,-47.2952342171304,14807,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53f1bc91\",3536406,3536406,\"BR_SP\",\"3536406\",3,\"São Paulo\",\"Paulicéia\",,\"BRA.25.411_1\",,,\"BRSP3536406\",\"3536406\",-21.21133232,-51.7978791270316,7454,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cb3a871c\",3536505,3536505,\"BR_SP\",\"3536505\",3,\"São Paulo\",\"Paulínia\",,\"BRA.25.412_1\",\"ChIJ8Rr5lQ2VyJQRlSDPPjEuna4\",,\"BRSP3536505\",\"3536505\",-22.74611759,-47.1559041096599,112003,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f411e554\",3536570,3536570,\"BR_SP\",\"3536570\",3,\"São Paulo\",\"Paulistânia\",,\"BRA.25.413_1\",,,\"BRSP3536570\",\"3536570\",-22.56936073,-49.3115880594059,1834,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"be7b09d3\",3536604,3536604,\"BR_SP\",\"3536604\",3,\"São Paulo\",\"Paulo de Faria\",,\"BRA.25.414_1\",,,\"BRSP3536604\",\"3536604\",-20.070854185,-49.4304394310307,8959,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"21ddf647\",3536703,3536703,\"BR_SP\",\"3536703\",3,\"São Paulo\",\"Pederneiras\",,\"BRA.25.415_1\",\"ChIJw5iwPp5Qv5QRE4Kpko83vm8\",,\"BRSP3536703\",\"3536703\",-22.284314155,-48.8825253959734,47111,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5d8681ec\",3536802,3536802,\"BR_SP\",\"3536802\",3,\"São Paulo\",\"Pedra Bela\",,\"BRA.25.416_1\",,,\"BRSP3536802\",\"3536802\",-22.763698575,-46.4111459190752,6110,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c54dba61\",3536901,3536901,\"BR_SP\",\"3536901\",3,\"São Paulo\",\"Pedranópolis\",,\"BRA.25.417_1\",,,\"BRSP3536901\",\"3536901\",-20.202082635,-50.1268565402179,2481,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0bfc5e2f\",3537008,3537008,\"BR_SP\",\"3537008\",3,\"São Paulo\",\"Pedregulho\",,\"BRA.25.418_1\",\"ChIJBRMWLIyBsJQRG6EPcFX-7wE\",,\"BRSP3537008\",\"3537008\",-20.164437295,-47.4903511480504,16811,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a812989\",3537107,3537107,\"BR_SP\",\"3537107\",3,\"São Paulo\",\"Pedreira\",,\"BRA.25.419_1\",\"ChIJnVjk3U3ZyJQR-6-VvQLwWZ8\",,\"BRSP3537107\",\"3537107\",-22.76237583,-46.8781929444527,48463,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"90f1ed5a\",3537156,3537156,\"BR_SP\",\"3537156\",3,\"São Paulo\",\"Pedrinhas Paulista\",,\"BRA.25.420_1\",,,\"BRSP3537156\",\"3537156\",-22.813305855,-50.7913862350302,3101,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efc0a746\",3537206,3537206,\"BR_SP\",\"3537206\",3,\"São Paulo\",\"Pedro de Toledo\",,\"BRA.25.421_1\",,,\"BRSP3537206\",\"3537206\",-24.17787075,-47.162353325371,11421,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"770b9ccb\",3537305,3537305,\"BR_SP\",\"3537305\",3,\"São Paulo\",\"Penápolis\",,\"BRA.25.422_1\",\"ChIJm2ig628BlpQRlkuFCJ7W7Xs\",,\"BRSP3537305\",\"3537305\",-21.39441967,-50.07103980167,63757,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0543bad8\",3537404,3537404,\"BR_SP\",\"3537404\",3,\"São Paulo\",\"Pereira Barreto\",,\"BRA.25.423_1\",\"ChIJZZPxrmFDl5QR8oYgWYRhpjI\",,\"BRSP3537404\",\"3537404\",-20.6815176,-51.1066996510532,25677,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9ae5454c\",3537503,3537503,\"BR_SP\",\"3537503\",3,\"São Paulo\",\"Pereiras\",,\"BRA.25.424_1\",\"ChIJIWmmZSJkxpQReCSpTCEpQdY\",,\"BRSP3537503\",\"3537503\",-23.123381615,-47.9788975497103,8773,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efa4cb83\",3537602,3537602,\"BR_SP\",\"3537602\",3,\"São Paulo\",\"Peruíbe\",,\"BRA.25.425_1\",\"ChIJc-QAK7In0JQRNujVll8nevg\",,\"BRSP3537602\",\"3537602\",-24.283611295,-46.9840212506148,69001,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"776ff00e\",3537701,3537701,\"BR_SP\",\"3537701\",3,\"São Paulo\",\"Piacatu\",,\"BRA.25.426_1\",,,\"BRSP3537701\",\"3537701\",-21.576319695,-50.6294880085365,6038,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0b3487a5\",3537800,3537800,\"BR_SP\",\"3537800\",3,\"São Paulo\",\"Piedade\",,\"BRA.25.427_1\",\"ChIJg8uYQGF-z5QR9kTLhXThzqY\",,\"BRSP3537800\",\"3537800\",-23.800357815,-47.4454558280224,55542,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"732a5536\",3537909,3537909,\"BR_SP\",\"3537909\",3,\"São Paulo\",\"Pilar do Sul\",,\"BRA.25.428_1\",\"ChIJX4gGWEuexZQRNB31jBYPlkM\",,\"BRSP3537909\",\"3537909\",-23.858584405,-47.7059368027446,29402,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b427637e\",3538006,3538006,\"BR_SP\",\"3538006\",3,\"São Paulo\",\"Pindamonhangaba\",,\"BRA.25.429_1\",\"ChIJeYcNyTXwzJQRGZX3ttK5dwc\",,\"BRSP3538006\",\"3538006\",-22.8877182,-45.4598389375877,170132,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2cec58f3\",3538105,3538105,\"BR_SP\",\"3538105\",3,\"São Paulo\",\"Pindorama\",,\"BRA.25.430_1\",\"ChIJN6kr7TWmvpQR8Ej7G_7myQs\",,\"BRSP3538105\",\"3538105\",-21.20281124,-48.9112554454117,17216,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"59add63c\",3538204,3538204,\"BR_SP\",\"3538204\",3,\"São Paulo\",\"Pinhalzinho\",,\"BRA.25.432_1\",\"ChIJybVnr9EwyZQRrl0p8F7aNSA\",,\"BRSP3538204\",\"3538204\",-22.781798365,-46.5781073015604,15388,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c60b29a8\",3538303,3538303,\"BR_SP\",\"3538303\",3,\"São Paulo\",\"Piquerobi\",,\"BRA.25.433_1\",,,\"BRSP3538303\",\"3538303\",-21.848243715,-51.7189014049772,3699,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2c883436\",3538501,3538501,\"BR_SP\",\"3538501\",3,\"São Paulo\",\"Piquete\",,\"BRA.25.434_1\",\"ChIJvYd5ViW6zJQRR8vhd-YCt5I\",,\"BRSP3538501\",\"3538501\",-22.579036715,-45.1865100187376,13575,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"59c9baf9\",3538600,3538600,\"BR_SP\",\"3538600\",3,\"São Paulo\",\"Piracaia\",,\"BRA.25.435_1\",\"ChIJ-XEMPX6hzpQRnJ-ksWXRqPA\",,\"BRSP3538600\",\"3538600\",-23.046163555,-46.2925515110642,27462,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"21d7686a\",3538709,3538709,\"BR_SP\",\"3538709\",3,\"São Paulo\",\"Piracicaba\",,\"BRA.25.436_1\",\"ChIJzUuGr6UxxpQRLLFOdG64dBs\",,\"BRSP3538709\",\"3538709\",-22.71083927,-47.8138634067952,407252,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5d8c1fc1\",3538808,3538808,\"BR_SP\",\"3538808\",3,\"São Paulo\",\"Piraju\",,\"BRA.25.438_1\",\"ChIJxe_-sYuqwZQRF-EQ8vdy60s\",,\"BRSP3538808\",\"3538808\",-22.000540735,-49.3959492914796,29869,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ccf16867\",3538907,3538907,\"BR_SP\",\"3538907\",3,\"São Paulo\",\"Pirajuí\",,\"BRA.25.439_1\",\"ChIJrxJxHptUvpQR4BLDXgZsclE\",,\"BRSP3538907\",\"3538907\",-21.77641392,-49.2273792453859,25719,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e2956537\",3539004,3539004,\"BR_SP\",\"3539004\",3,\"São Paulo\",\"Pirangi\",,\"BRA.25.440_1\",\"ChIJr37w4oZVuZQRarqVA2-Hwf8\",,\"BRSP3539004\",\"3539004\",-21.08033085,-48.6544103608892,11471,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7d339aa3\",3539103,3539103,\"BR_SP\",\"3539103\",3,\"São Paulo\",\"Pirapora do Bom Jesus\",,\"BRA.25.441_1\",\"ChIJG5mJIDYXz5QRUMnjEjJY4CY\",,\"BRSP3539103\",\"3539103\",-23.37650585,-46.9776784252336,19178,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0872146c\",3539202,3539202,\"BR_SP\",\"3539202\",3,\"São Paulo\",\"Pirapozinho\",,\"BRA.25.442_1\",\"ChIJM0TNDMGNk5QRpr7vEU0vBRw\",,\"BRSP3539202\",\"3539202\",-22.427342415,-51.5646032010105,27754,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"90b92fe1\",3539301,3539301,\"BR_SP\",\"3539301\",3,\"São Paulo\",\"Pirassununga\",,\"BRA.25.437_1\",\"ChIJbyN6NMQAyJQRen4kry7inJ8\",,\"BRSP3539301\",\"3539301\",-21.97179699,-47.4193166772718,76877,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e2f109f2\",3539400,3539400,\"BR_SP\",\"3539400\",3,\"São Paulo\",\"Piratininga\",,\"BRA.25.443_1\",\"ChIJl1zpSVBjv5QRA6iLFxeu_mM\",,\"BRSP3539400\",\"3539400\",-22.41915226,-49.1831305500263,13765,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9aefdb61\",3539509,3539509,\"BR_SP\",\"3539509\",3,\"São Paulo\",\"Pitangueiras\",,\"BRA.25.444_1\",\"ChIJb3F8-v9iuZQRG3ZvBtvx3cM\",,\"BRSP3539509\",\"3539509\",-21.00392914,-48.2573803900358,40080,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efae55ae\",3539608,3539608,\"BR_SP\",\"3539608\",3,\"São Paulo\",\"Planalto\",,\"BRA.25.445_1\",,,\"BRSP3539608\",\"3539608\",-21.02002335,-49.9380335394044,5304,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7ed32208\",3539707,3539707,\"BR_SP\",\"3539707\",3,\"São Paulo\",\"Platina\",,\"BRA.25.446_1\",,,\"BRSP3539707\",\"3539707\",-22.61592865,-50.2075945024491,3578,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"028855a3\",3539806,3539806,\"BR_SP\",\"3539806\",3,\"São Paulo\",\"Poá\",,\"BRA.25.447_1\",\"ChIJl6WMFsF6zpQRJ1IYzFCqea4\",,\"BRSP3539806\",\"3539806\",-23.54234219,-46.3443281298986,118349,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a436e2e\",3539905,3539905,\"BR_SP\",\"3539905\",3,\"São Paulo\",\"Poloni\",,\"BRA.25.448_1\",,,\"BRSP3539905\",\"3539905\",-20.740727425,-49.8324664030285,6113,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c4de5398\",3540002,3540002,\"BR_SP\",\"3540002\",3,\"São Paulo\",\"Pompéia\",,\"BRA.25.449_1\",\"ChIJRXtVmimDlZQREYp3jmIFH3c\",,\"BRSP3540002\",\"3540002\",-22.035813335,-50.1950632799991,22172,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5c156815\",3540101,3540101,\"BR_SP\",\"3540101\",3,\"São Paulo\",\"Pongaí\",,\"BRA.25.450_1\",,,\"BRSP3540101\",\"3540101\",-21.724069595,-49.3620872306476,3400,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2954e6da\",3540200,3540200,\"BR_SP\",\"3540200\",3,\"São Paulo\",\"Pontal\",,\"BRA.25.451_1\",\"ChIJCT4jjQh4uZQR3KI-zjkY0wA\",,\"BRSP3540200\",\"3540200\",-20.98759842,-48.0704983814345,50852,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2dffaa3b\",3540259,3540259,\"BR_SP\",\"3540259\",3,\"São Paulo\",\"Pontalinda\",,\"BRA.25.452_1\",,,\"BRSP3540259\",\"3540259\",-20.45122528,-50.5135935153413,4674,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"514a3449\",3540309,3540309,\"BR_SP\",\"3540309\",3,\"São Paulo\",\"Pontes Gestal\",,\"BRA.25.453_1\",,,\"BRSP3540309\",\"3540309\",-20.181859015,-49.7442324395349,2577,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2302125a\",3540408,3540408,\"BR_SP\",\"3540408\",3,\"São Paulo\",\"Populina\",,\"BRA.25.454_1\",,,\"BRSP3540408\",\"3540408\",-19.908664705,-50.5214697350784,4152,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b27f65fc\",3540507,3540507,\"BR_SP\",\"3540507\",3,\"São Paulo\",\"Porangaba\",,\"BRA.25.455_1\",\"ChIJybi6nnWJxpQRl5Q6EmxQ6ts\",,\"BRSP3540507\",\"3540507\",-23.17571735,-48.1039823178957,10067,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c73eeb33\",3540606,3540606,\"BR_SP\",\"3540606\",3,\"São Paulo\",\"Porto Feliz\",,\"BRA.25.456_1\",\"ChIJgY1U5A3-xZQRt1HQ3TJ3F3M\",,\"BRSP3540606\",\"3540606\",-23.23830509,-47.5228647014917,53402,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5ff5d0be\",3540705,3540705,\"BR_SP\",\"3540705\",3,\"São Paulo\",\"Porto Ferreira\",,\"BRA.25.457_1\",\"ChIJQSb44aH4t5QRZspgDp_KT-o\",,\"BRSP3540705\",\"3540705\",-21.843372345,-47.4546164562501,56504,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5585146d\",3540754,3540754,\"BR_SP\",\"3540754\",3,\"São Paulo\",\"Potim\",,\"BRA.25.458_1\",\"ChIJn1DtlQfCzJQRykG5jaEBCTs\",,\"BRSP3540754\",\"3540754\",-22.82309628,-45.3202392349259,25130,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"23aea715\",3540804,3540804,\"BR_SP\",\"3540804\",3,\"São Paulo\",\"Potirendaba\",,\"BRA.25.459_1\",\"ChIJJQuDN1rLvZQRvaqy9dtOEiE\",,\"BRSP3540804\",\"3540804\",-21.07381153,-49.3769937195966,17516,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c0bdc6f3\",3540853,3540853,\"BR_SP\",\"3540853\",3,\"São Paulo\",\"Pracinha\",,\"BRA.25.460_1\",,,\"BRSP3540853\",\"3540853\",-21.838835715,-51.0669978706527,4212,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bc085881\",3540903,3540903,\"BR_SP\",\"3540903\",3,\"São Paulo\",\"Pradópolis\",,\"BRA.25.461_1\",\"ChIJ8_6CUeWnuZQR6Jyfbrjrmew\",,\"BRSP3540903\",\"3540903\",-21.34004879,-48.0840229950125,21873,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"926c55d1\",3541000,3541000,\"BR_SP\",\"3541000\",3,\"São Paulo\",\"Praia Grande\",,\"BRA.25.462_1\",\"ChIJ3TRIEQAdzpQRZKdJshITM9k\",,\"BRSP3541000\",\"3541000\",-24.013655665,-46.5381470292462,330845,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"96c71930\",3541059,3541059,\"BR_SP\",\"3541059\",3,\"São Paulo\",\"Pratânia\",,\"BRA.25.463_1\",,,\"BRSP3541059\",\"3541059\",-22.81610203,-48.6898647109192,5317,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ea728742\",3541109,3541109,\"BR_SP\",\"3541109\",3,\"São Paulo\",\"Presidente Alves\",,\"BRA.25.464_1\",,,\"BRSP3541109\",\"3541109\",-22.12633419,-49.4691853254009,4080,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f33098d\",3541208,3541208,\"BR_SP\",\"3541208\",3,\"São Paulo\",\"Presidente Bernardes\",,\"BRA.25.465_1\",\"ChIJTY8H6PXkk5QREFiCHzt_Z6w\",,\"BRSP3541208\",\"3541208\",-22.103254315,-51.6344847342513,13023,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e4e7e2b\",3541307,3541307,\"BR_SP\",\"3541307\",3,\"São Paulo\",\"Presidente Epitácio\",,\"BRA.25.466_1\",\"ChIJ3-0WuHmQkZQRa9Gj47HlAy8\",,\"BRSP3541307\",\"3541307\",-21.89246941,-52.18363616277,44389,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c065838\",3541406,3541406,\"BR_SP\",\"3541406\",3,\"São Paulo\",\"Presidente Prudente\",,\"BRA.25.467_1\",\"ChIJWwxXEbP1k5QRua9G_AFYR9o\",,\"BRSP3541406\",\"3541406\",-21.96331024,-51.3202364146057,230371,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e4cd63b5\",3541505,3541505,\"BR_SP\",\"3541505\",3,\"São Paulo\",\"Presidente Venceslau\",,\"BRA.25.468_1\",\"ChIJHUAMWdtkkZQRncF73sG6oSo\",,\"BRSP3541505\",\"3541505\",-21.789970395,-51.8241707464143,39583,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"918ced7a\",3541604,3541604,\"BR_SP\",\"3541604\",3,\"São Paulo\",\"Promissão\",,\"BRA.25.469_1\",\"ChIJdz6tQ4AFvpQRQY0NQTuDbac\",,\"BRSP3541604\",\"3541604\",-21.492196085,-49.813750789098,40828,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"729f8c9c\",3541653,3541653,\"BR_SP\",\"3541653\",3,\"São Paulo\",\"Quadra\",,\"BRA.25.470_1\",,,\"BRSP3541653\",\"3541653\",-23.303215025,-48.0321751200395,3854,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e2a12ee\",3541703,3541703,\"BR_SP\",\"3541703\",3,\"São Paulo\",\"Quatá\",,\"BRA.25.471_1\",\"ChIJV4pFl89UlJQRGk3fm4ROZz8\",,\"BRSP3541703\",\"3541703\",-22.231090545,-50.6369669283591,14210,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"72716545\",3541802,3541802,\"BR_SP\",\"3541802\",3,\"São Paulo\",\"Queiroz\",,\"BRA.25.472_1\",,,\"BRSP3541802\",\"3541802\",-21.80154705,-50.2403195040388,3460,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eaba5ec8\",3541901,3541901,\"BR_SP\",\"3541901\",3,\"São Paulo\",\"Queluz\",,\"BRA.25.473_1\",\"ChIJUfDWqnHmnQAReaB3puqnVvI\",,\"BRSP3541901\",\"3541901\",-22.51021099,-44.7776169928156,13606,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8e02720d\",3542008,3542008,\"BR_SP\",\"3542008\",3,\"São Paulo\",\"Quintana\",,\"BRA.25.474_1\",,,\"BRSP3542008\",\"3542008\",-22.075917245,-50.3401373487621,6688,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1f7f05ab\",3542107,3542107,\"BR_SP\",\"3542107\",3,\"São Paulo\",\"Rafard\",,\"BRA.25.475_1\",\"ChIJD4rw_pkaxpQRsZ9G5cbrhH8\",,\"BRSP3542107\",\"3542107\",-23.043857575,-47.5916560456266,9101,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6a3e8b64\",3542206,3542206,\"BR_SP\",\"3542206\",3,\"São Paulo\",\"Rancharia\",,\"BRA.25.476_1\",\"ChIJz69pviJZlJQR6Lq9ilb3tD0\",,\"BRSP3542206\",\"3542206\",-22.31494713,-50.9621164087846,29726,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f2f5b0e9\",3542305,3542305,\"BR_SP\",\"3542305\",3,\"São Paulo\",\"Redenção da Serra\",,\"BRA.25.477_1\",,,\"BRSP3542305\",\"3542305\",-23.25088215,-45.5160312373593,3839,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"80bd96fa\",3542404,3542404,\"BR_SP\",\"3542404\",3,\"São Paulo\",\"Regente Feijó\",,\"BRA.25.478_1\",\"ChIJV93ahDN0lJQRD8Foj-8lOGs\",,\"BRSP3542404\",\"3542404\",-22.24592018,-51.2931211822751,20394,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1f1b696e\",3542503,3542503,\"BR_SP\",\"3542503\",3,\"São Paulo\",\"Reginópolis\",,\"BRA.25.479_1\",,,\"BRSP3542503\",\"3542503\",-21.856266975,-49.1880082403653,9837,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6a5ae7a1\",3542602,3542602,\"BR_SP\",\"3542602\",3,\"São Paulo\",\"Registro\",,\"BRA.25.480_1\",\"ChIJ15iGfpozxZQRtoWTcwbxiNU\",,\"BRSP3542602\",\"3542602\",-24.496679305,-47.8025555040205,56393,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f291dc2c\",3542701,3542701,\"BR_SP\",\"3542701\",3,\"São Paulo\",\"Restinga\",,\"BRA.25.481_1\",\"ChIJQRXCYc4GupQRaFIQ3lgUrO0\",,\"BRSP3542701\",\"3542701\",-20.64810753,-47.4952084674529,7679,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8ecaab87\",3542800,3542800,\"BR_SP\",\"3542800\",3,\"São Paulo\",\"Ribeira\",,\"BRA.25.490_1\",,,\"BRSP3542800\",\"3542800\",-24.6072073,-49.0544916753728,3330,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f6d47914\",3542909,3542909,\"BR_SP\",\"3542909\",3,\"São Paulo\",\"Ribeirão Bonito\",,\"BRA.25.482_1\",\"ChIJMd_fj8GFuJQRlY2sGz-S5bE\",,\"BRSP3542909\",\"3542909\",-22.03839016,-48.2095533273065,13299,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d106386f\",3543006,3543006,\"BR_SP\",\"3543006\",3,\"São Paulo\",\"Ribeirão Branco\",,\"BRA.25.483_1\",\"ChIJ5yUFPNCBw5QR3NyHWHU28Jc\",,\"BRSP3543006\",\"3543006\",-24.25178528,-48.7881192272337,16211,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"49cd03e2\",3543105,3543105,\"BR_SP\",\"3543105\",3,\"São Paulo\",\"Ribeirão Corrente\",,\"BRA.25.484_1\",,,\"BRSP3543105\",\"3543105\",-20.468776705,-47.5622399100721,4752,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c8c8d2d\",3543204,3543204,\"BR_SP\",\"3543204\",3,\"São Paulo\",\"Ribeirão do Sul\",,\"BRA.25.485_1\",,,\"BRSP3543204\",\"3543204\",-22.751856805,-49.9178553945626,4539,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1e1792c5\",3543238,3543238,\"BR_SP\",\"3543238\",3,\"São Paulo\",\"Ribeirão dos Índios\",,\"BRA.25.486_1\",,,\"BRSP3543238\",\"3543238\",-21.814774515,-51.6003688748102,2224,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"df9feccb\",3543253,3543253,\"BR_SP\",\"3543253\",3,\"São Paulo\",\"Ribeirão Grande\",,\"BRA.25.487_1\",,,\"BRSP3543253\",\"3543253\",-24.18411732,-48.3591594957108,7679,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a32a72b9\",3543303,3543303,\"BR_SP\",\"3543303\",3,\"São Paulo\",\"Ribeirão Pires\",,\"BRA.25.488_1\",\"ChIJH5QDD1VszpQRc8fd8hLruTI\",,\"BRSP3543303\",\"3543303\",-23.6892252,-46.3861524957706,124159,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d16254aa\",3543402,3543402,\"BR_SP\",\"3543402\",3,\"São Paulo\",\"Ribeirão Preto\",,\"BRA.25.489_1\",\"ChIJE-4RYjO5uZQR9qicC4BKQSA\",,\"BRSP3543402\",\"3543402\",-21.21427441,-47.8007940021163,711825,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ce8e1e8\",3543600,3543600,\"BR_SP\",\"3543600\",3,\"São Paulo\",\"Rifaina\",,\"BRA.25.491_1\",,,\"BRSP3543600\",\"3543600\",-20.065363885,-47.4490309680666,3640,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"44f6337b\",3543709,3543709,\"BR_SP\",\"3543709\",3,\"São Paulo\",\"Rincão\",,\"BRA.25.492_1\",\"ChIJOfZKgOVVuJQR3ESV63iqlpQ\",,\"BRSP3543709\",\"3543709\",-21.576210025,-48.0711406132495,10812,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"38ad44d0\",3543808,3543808,\"BR_SP\",\"3543808\",3,\"São Paulo\",\"Rinópolis\",,\"BRA.25.493_1\",\"ChIJ1ZHQjHUrlJQRlsbNPkfjLwY\",,\"BRSP3543808\",\"3543808\",-21.68005562,-50.7197154232703,9961,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a9d03376\",3543907,3543907,\"BR_SP\",\"3543907\",3,\"São Paulo\",\"Rio Claro\",,\"BRA.25.494_1\",\"ChIJK5lBVrbEx5QR1qbBVziLuIY\",,\"BRSP3543907\",\"3543907\",-22.39649391,-47.5638454046356,208008,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a2df61fa\",3544004,3544004,\"BR_SP\",\"3544004\",3,\"São Paulo\",\"Rio das Pedras\",,\"BRA.25.495_1\",\"ChIJG8YWfk0jxpQRFV_bDLw-bNA\",,\"BRSP3544004\",\"3544004\",-22.847810745,-47.5989522087557,35738,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3d799e6e\",3544103,3544103,\"BR_SP\",\"3544103\",3,\"São Paulo\",\"Rio Grande da Serra\",,\"BRA.25.496_1\",\"ChIJNxbGM7sSzpQRwHIE-hfY7Vc\",,\"BRSP3544103\",\"3544103\",-23.738669395,-46.3865906986123,51436,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"483810a1\",3544202,3544202,\"BR_SP\",\"3544202\",3,\"São Paulo\",\"Riolândia\",,\"BRA.25.497_1\",,,\"BRSP3544202\",\"3544202\",-20.05391598,-49.6886409041208,12689,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"49a96f27\",3543501,3543501,\"BR_SP\",\"3543501\",3,\"São Paulo\",\"Riversul\",,\"BRA.25.498_1\",,,\"BRSP3543501\",\"3543501\",-23.84442997,-49.4547514014331,5443,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ac46b55e\",3544251,3544251,\"BR_SP\",\"3544251\",3,\"São Paulo\",\"Rosana\",,\"BRA.25.499_1\",\"ChIJB6rjzdvBjZQRRAquRjHf1uU\",,\"BRSP3544251\",\"3544251\",-22.478982925,-52.8315292633097,16281,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0f32b2c\",3544301,3544301,\"BR_SP\",\"3544301\",3,\"São Paulo\",\"Roseira\",,\"BRA.25.500_1\",\"ChIJxxetzXjnzJQRe6uuRDvcMqA\",,\"BRSP3544301\",\"3544301\",-22.935813905,-45.307461335414,10801,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a2bb0d3f\",3544400,3544400,\"BR_SP\",\"3544400\",3,\"São Paulo\",\"Rubiácea\",,\"BRA.25.501_1\",,,\"BRSP3544400\",\"3544400\",-21.34403229,-50.752176387159,3162,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"daa5dfac\",3544509,3544509,\"BR_SP\",\"3544509\",3,\"São Paulo\",\"Rubinéia\",,\"BRA.25.502_1\",,,\"BRSP3544509\",\"3544509\",-20.267457005,-51.0596087324928,3170,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"afe45163\",3544608,3544608,\"BR_SP\",\"3544608\",3,\"São Paulo\",\"Sabino\",,\"BRA.25.503_1\",,,\"BRSP3544608\",\"3544608\",-21.48026371,-49.5722677735398,5614,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3e9926c5\",3544707,3544707,\"BR_SP\",\"3544707\",3,\"São Paulo\",\"Sagres\",,\"BRA.25.504_1\",,,\"BRSP3544707\",\"3544707\",-21.864315035,-50.9935775106954,2430,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"42c2516e\",3544806,3544806,\"BR_SP\",\"3544806\",3,\"São Paulo\",\"Sales\",,\"BRA.25.507_1\",,,\"BRSP3544806\",\"3544806\",-21.338428495,-49.4967329695041,6407,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"da096ae3\",3544905,3544905,\"BR_SP\",\"3544905\",3,\"São Paulo\",\"Sales Oliveira\",,\"BRA.25.505_1\",\"ChIJJyzeuk8nupQRL1owlsCl3_I\",,\"BRSP3544905\",\"3544905\",-20.821175575,-47.8433158622211,11998,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6a09f210\",3545001,3545001,\"BR_SP\",\"3545001\",3,\"São Paulo\",\"Salesópolis\",,\"BRA.25.506_1\",\"ChIJ87D25zOUzZQRgFlWMgVQ-No\",,\"BRSP3545001\",\"3545001\",-23.578676225,-45.8501504049405,17252,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1ccca8b1\",3545100,3545100,\"BR_SP\",\"3545100\",3,\"São Paulo\",\"Salmourão\",,\"BRA.25.508_1\",,,\"BRSP3545100\",\"3545100\",-21.58777618,-50.8707785930151,5337,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1867e450\",3545159,3545159,\"BR_SP\",\"3545159\",3,\"São Paulo\",\"Saltinho\",,\"BRA.25.509_1\",\"ChIJ9_opAcM4xpQR1x7lDQSi_Ds\",,\"BRSP3545159\",\"3545159\",-22.86755657,-47.7323857458261,8393,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6756ae4c\",3545209,3545209,\"BR_SP\",\"3545209\",3,\"São Paulo\",\"Salto\",,\"BRA.25.512_1\",\"ChIJx3Bu4wVOz5QRscS995xOcAo\",,\"BRSP3545209\",\"3545209\",-23.171027185,-47.3137946758739,119736,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1193f4ed\",3545308,3545308,\"BR_SP\",\"3545308\",3,\"São Paulo\",\"Salto de Pirapora\",,\"BRA.25.510_1\",\"ChIJC_D5gICOxZQR-m_JnjrrLF0\",,\"BRSP3545308\",\"3545308\",-23.6598978,-47.5898565626637,45860,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8463fff9\",3545407,3545407,\"BR_SP\",\"3545407\",3,\"São Paulo\",\"Salto Grande\",,\"BRA.25.511_1\",\"ChIJrbMo-cscwJQRo-Jd7UDJKnc\",,\"BRSP3545407\",\"3545407\",-22.87533665,-49.9608918170978,9364,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f2a6a558\",3545506,3545506,\"BR_SP\",\"3545506\",3,\"São Paulo\",\"Sandovalina\",,\"BRA.25.513_1\",,,\"BRSP3545506\",\"3545506\",-22.46062374,-51.8235959282458,4354,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"69e94abb\",3545605,3545605,\"BR_SP\",\"3545605\",3,\"São Paulo\",\"Santa Adélia\",,\"BRA.25.514_1\",\"ChIJ_SpQYditvpQRKsnnzBkE3nQ\",,\"BRSP3545605\",\"3545605\",-21.319095615,-48.8258880191949,15561,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1f2c101a\",3545704,3545704,\"BR_SP\",\"3545704\",3,\"São Paulo\",\"Santa Albertina\",,\"BRA.25.515_1\",,,\"BRSP3545704\",\"3545704\",-20.03025055,-50.7240542319721,6022,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8a14c284\",3545803,3545803,\"BR_SP\",\"3545803\",3,\"São Paulo\",\"Santa Bárbara d'Oeste\",,\"BRA.25.516_1\",\"ChIJr40Jz7GdyJQRsPMCGTVJo_I\",,\"BRSP3545803\",\"3545803\",-22.797899245,-47.4323631447764,194390,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7667d5cc\",3546009,3546009,\"BR_SP\",\"3546009\",3,\"São Paulo\",\"Santa Branca\",,\"BRA.25.517_1\",\"ChIJLwqmH0y4zZQRFW10w32tWPs\",,\"BRSP3546009\",\"3546009\",-23.41602993,-45.8825130585867,14857,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"00a28f6d\",3546108,3546108,\"BR_SP\",\"3546108\",3,\"São Paulo\",\"Santa Clara d'Oeste\",,\"BRA.25.518_1\",,,\"BRSP3546108\",\"3546108\",-20.070466995,-50.9138957304956,2113,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"925b2ca5\",3546207,3546207,\"BR_SP\",\"3546207\",3,\"São Paulo\",\"Santa Cruz da Conceição\",,\"BRA.25.519_1\",,,\"BRSP3546207\",\"3546207\",-22.120495795,-47.4842147113625,4544,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"982be876\",3546256,3546256,\"BR_SP\",\"3546256\",3,\"São Paulo\",\"Santa Cruz da Esperança\",,\"BRA.25.520_1\",,,\"BRSP3546256\",\"3546256\",-21.286308285,-47.4397359875127,2153,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e49e7604\",3546306,3546306,\"BR_SP\",\"3546306\",3,\"São Paulo\",\"Santa Cruz das Palmeiras\",,\"BRA.25.521_1\",\"ChIJg2_CGmDit5QRxzgwXu9MakU\",,\"BRSP3546306\",\"3546306\",-21.863134385,-47.2555918596712,34737,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78d8313b\",3546405,3546405,\"BR_SP\",\"3546405\",3,\"São Paulo\",\"Santa Cruz do Rio Pardo\",,\"BRA.25.522_1\",\"ChIJT8S4vDBqwJQR77aAMhktfVA\",,\"BRSP3546405\",\"3546405\",-22.76007557,-49.5172865159167,47943,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e1d6b9a\",3546504,3546504,\"BR_SP\",\"3546504\",3,\"São Paulo\",\"Santa Ernestina\",,\"BRA.25.523_1\",,,\"BRSP3546504\",\"3546504\",-21.44934273,-48.3592736168892,5588,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"923f4060\",3546603,3546603,\"BR_SP\",\"3546603\",3,\"São Paulo\",\"Santa Fé do Sul\",,\"BRA.25.524_1\",\"ChIJ3-O_D07BmZQR-yCzYFagP4Y\",,\"BRSP3546603\",\"3546603\",-20.270111085,-50.9786051196449,32563,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e4fa1ac1\",3546702,3546702,\"BR_SP\",\"3546702\",3,\"São Paulo\",\"Santa Gertrudes\",,\"BRA.25.525_1\",\"ChIJrYnFl9HWx5QR05s_gee44RI\",,\"BRSP3546702\",\"3546702\",-22.473579405,-47.5312384298608,27381,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76af0c46\",3546801,3546801,\"BR_SP\",\"3546801\",3,\"São Paulo\",\"Santa Isabel\",,\"BRA.25.526_1\",\"ChIJk_re9YmBzpQR1h7gXWMTMJI\",,\"BRSP3546801\",\"3546801\",-23.29361534,-46.2349973614021,57966,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"006a56e7\",3546900,3546900,\"BR_SP\",\"3546900\",3,\"São Paulo\",\"Santa Lúcia\",,\"BRA.25.527_1\",\"ChIJeaKTSv33uJQRrTBkaSyf-yw\",,\"BRSP3546900\",\"3546900\",-21.670909885,-48.045361476307,8854,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"29639fae\",3547007,3547007,\"BR_SP\",\"3547007\",3,\"São Paulo\",\"Santa Maria da Serra\",,\"BRA.25.528_1\",,,\"BRSP3547007\",\"3547007\",-22.56177235,-48.1567191795285,6236,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5fa6c50f\",3547106,3547106,\"BR_SP\",\"3547106\",3,\"São Paulo\",\"Santa Mercedes\",,\"BRA.25.529_1\",,,\"BRSP3547106\",\"3547106\",-21.309043885,-51.7282050734705,2943,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2907f36b\",3547403,3547403,\"BR_SP\",\"3547403\",3,\"São Paulo\",\"Santa Rita d'Oeste\",,\"BRA.25.530_1\",,,\"BRSP3547403\",\"3547403\",-20.09149742,-50.8023798232172,2487,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5fc2a9ca\",3547502,3547502,\"BR_SP\",\"3547502\",3,\"São Paulo\",\"Santa Rita do Passa Quatro\",,\"BRA.25.531_1\",\"ChIJSaKROmweuJQRM2JU4e2oon4\",,\"BRSP3547502\",\"3547502\",-21.679312705,-47.5200407933423,27600,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c48d4629\",3547601,3547601,\"BR_SP\",\"3547601\",3,\"São Paulo\",\"Santa Rosa de Viterbo\",,\"BRA.25.532_1\",\"ChIJh-D5Kj-Pt5QRlRiPTggFGqs\",,\"BRSP3547601\",\"3547601\",-21.50448799,-47.3599206294929,26753,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cefd82fa\",3547650,3547650,\"BR_SP\",\"3547650\",3,\"São Paulo\",\"Santa Salete\",,\"BRA.25.533_1\",,,\"BRSP3547650\",\"3547650\",-20.263492585,-50.7199603362492,1552,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c4e92aec\",3547205,3547205,\"BR_SP\",\"3547205\",3,\"São Paulo\",\"Santana da Ponte Pensa\",,\"BRA.25.534_1\",,,\"BRSP3547205\",\"3547205\",-20.252555845,-50.7921410816166,1467,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b22c704d\",3547304,3547304,\"BR_SP\",\"3547304\",3,\"São Paulo\",\"Santana de Parnaíba\",,\"BRA.25.535_1\",\"ChIJD6wtxUgbz5QRmbNDIDFBIe8\",,\"BRSP3547304\",\"3547304\",-23.44495392,-46.9123734407271,142301,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b2481c88\",3547700,3547700,\"BR_SP\",\"3547700\",3,\"São Paulo\",\"Santo Anastácio\",,\"BRA.25.536_1\",\"ChIJ1WHF02Xek5QR3kZEUunUfMI\",,\"BRSP3547700\",\"3547700\",-22.015114785,-51.706850457234,20866,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c0c8e311\",3547809,3547809,\"BR_SP\",\"3547809\",3,\"São Paulo\",\"Santo André\",,\"BRA.25.537_1\",\"ChIJeRnSBY1szpQRHMfRcBr4PiY\",,\"BRSP3547809\",\"3547809\",-23.710702895,-46.5036439941366,721368,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b60db9b0\",3547908,3547908,\"BR_SP\",\"3547908\",3,\"São Paulo\",\"Santo Antônio da Alegria\",,\"BRA.25.538_1\",,,\"BRSP3547908\",\"3547908\",-20.864312175,-50.5678069465146,6977,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f0eeed4\",3548005,3548005,\"BR_SP\",\"3548005\",3,\"São Paulo\",\"Santo Antônio de Posse\",,\"BRA.25.539_1\",\"ChIJCUHr3QTkyJQRTLHiNUtfVeY\",,\"BRSP3548005\",\"3548005\",-21.083633425,-47.1832036444245,23529,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"957e2a07\",3548054,3548054,\"BR_SP\",\"3548054\",3,\"São Paulo\",\"Santo Antônio do Aracanguá\",,\"BRA.25.540_1\",,,\"BRSP3548054\",\"3548054\",-22.613430025,-46.944491951147,8481,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e9cbb475\",3548104,3548104,\"BR_SP\",\"3548104\",3,\"São Paulo\",\"Santo Antônio do Jardim\",,\"BRA.25.431_1\",,,\"BRSP3548104\",\"3548104\",-22.13187027,-46.6783138930977,5940,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"75e99f8f\",3548203,3548203,\"BR_SP\",\"3548203\",3,\"São Paulo\",\"Santo Antônio do Pinhal\",,\"BRA.25.541_1\",\"ChIJVWxeHNhgzJQR4dX_jMVqEvo\",,\"BRSP3548203\",\"3548203\",-22.831487655,-45.6993598679591,6827,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"032cc52e\",3548302,3548302,\"BR_SP\",\"3548302\",3,\"São Paulo\",\"Santo Expedito\",,\"BRA.25.542_1\",,,\"BRSP3548302\",\"3548302\",-21.81314373,-51.363034297097,3135,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f6a8211\",3548401,3548401,\"BR_SP\",\"3548401\",3,\"São Paulo\",\"Santópolis do Aguapeí\",,\"BRA.25.543_1\",,,\"BRSP3548401\",\"3548401\",-21.660904885,-50.5239248964656,4817,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e9afd8b0\",3548500,3548500,\"BR_SP\",\"3548500\",3,\"São Paulo\",\"Santos\",,\"BRA.25.544_1\",\"ChIJb4XHfLkDzpQRRrxLsAfl8z8\",,\"BRSP3548500\",\"3548500\",-23.83221149,-46.2885960944046,433656,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9235de4d\",3548609,3548609,\"BR_SP\",\"3548609\",3,\"São Paulo\",\"São Bento do Sapucaí\",,\"BRA.25.545_1\",\"ChIJsyHNeER6zJQRtYJeXn5TIkQ\",,\"BRSP3548609\",\"3548609\",-22.68039608,-45.6859498511189,10893,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e4f084ec\",3548708,3548708,\"BR_SP\",\"3548708\",3,\"São Paulo\",\"São Bernardo do Campo\",,\"BRA.25.546_1\",\"ChIJd2a8IMQ_zpQRCTx0A5WbYrA\",,\"BRSP3548708\",\"3548708\",-23.80469322,-46.5274370876634,844483,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7f13de40\",3548807,3548807,\"BR_SP\",\"3548807\",3,\"São Paulo\",\"São Caetano do Sul\",,\"BRA.25.547_1\",\"ChIJa0SkUttczpQR2TsJrM4vSGM\",,\"BRSP3548807\",\"3548807\",-23.62817001,-46.5648142110935,161957,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"09d684e1\",3548906,3548906,\"BR_SP\",\"3548906\",3,\"São Paulo\",\"São Carlos\",,\"BRA.25.548_1\",\"ChIJL321j2tvuJQR54Pc1M2M8Xw\",,\"BRSP3548906\",\"3548906\",-21.88063049,-47.8552131304278,254484,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ced12c84\",3549003,3549003,\"BR_SP\",\"3549003\",3,\"São Paulo\",\"São Francisco\",,\"BRA.25.549_1\",,,\"BRSP3549003\",\"3549003\",-20.372679715,-50.662560431952,2817,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b8147625\",3549102,3549102,\"BR_SP\",\"3549102\",3,\"São Paulo\",\"São João da Boa Vista\",,\"BRA.25.550_1\",\"ChIJK-qDb3PLyZQRHlyepqad9-g\",,\"BRSP3549102\",\"3549102\",-21.966155055,-46.8153905095716,91771,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"235b99c6\",3549201,3549201,\"BR_SP\",\"3549201\",3,\"São Paulo\",\"São João das Duas Pontes\",,\"BRA.25.551_1\",,,\"BRSP3549201\",\"3549201\",-20.407961845,-50.3760434661605,2561,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"292b5d15\",3549250,3549250,\"BR_SP\",\"3549250\",3,\"São Paulo\",\"São João de Iracema\",,\"BRA.25.552_1\",,,\"BRSP3549250\",\"3549250\",-20.522978785,-50.3636950875991,1932,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"559ec367\",3549300,3549300,\"BR_SP\",\"3549300\",3,\"São Paulo\",\"São João do Pau d'Alho\",,\"BRA.25.553_1\",,,\"BRSP3549300\",\"3549300\",-21.22900581,-51.6821528842079,2100,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"290d6d46\",3549409,3549409,\"BR_SP\",\"3549409\",3,\"São Paulo\",\"São Joaquim da Barra\",,\"BRA.25.554_1\",\"ChIJkx6jJj85upQROV9eQuWE2og\",,\"BRSP3549409\",\"3549409\",-20.54343605,-47.9619236164504,52319,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5fc837e7\",3549508,3549508,\"BR_SP\",\"3549508\",3,\"São Paulo\",\"São José da Bela Vista\",,\"BRA.25.555_1\",,,\"BRSP3549508\",\"3549508\",-20.58974266,-47.6447905109026,8960,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cd31942f\",3549607,3549607,\"BR_SP\",\"3549607\",3,\"São Paulo\",\"São José do Barreiro\",,\"BRA.25.556_1\",,,\"BRSP3549607\",\"3549607\",-22.751019475,-44.592689070857,4144,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bbf4ce8e\",3549706,3549706,\"BR_SP\",\"3549706\",3,\"São Paulo\",\"São José do Rio Pardo\",,\"BRA.25.557_1\",\"ChIJSZbfJ-fNt5QRLlocYeT4RgQ\",,\"BRSP3549706\",\"3549706\",-21.59689045,-46.863078992039,55124,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"29a1d809\",3549805,3549805,\"BR_SP\",\"3549805\",3,\"São Paulo\",\"São José do Rio Preto\",,\"BRA.25.558_1\",\"ChIJXwAQac5SvJQRdVaMOw5cnbM\",,\"BRSP3549805\",\"3549805\",-20.779699325,-49.3670393091469,464983,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5f6482a8\",3549904,3549904,\"BR_SP\",\"3549904\",3,\"São Paulo\",\"São José dos Campos\",,\"BRA.25.559_1\",\"ChIJcXl25JE4zJQRABKOT4SjEtg\",,\"BRSP3549904\",\"3549904\",-23.05600357,-45.958471256547,729737,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bc77e34e\",3549953,3549953,\"BR_SP\",\"3549953\",3,\"São Paulo\",\"São Lourenço da Serra\",,\"BRA.25.560_1\",\"ChIJq1EhE9m2z5QRjgAoMYpoYeg\",,\"BRSP3549953\",\"3549953\",-23.859767915,-46.9315359024388,15978,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"60b72b92\",3550001,3550001,\"BR_SP\",\"3550001\",3,\"São Paulo\",\"São Luiz do Paraitinga\",,\"BRA.25.561_1\",\"ChIJsVa3wagXzZQRKR10P-ex0Jk\",,\"BRSP3550001\",\"3550001\",-23.243769645,-45.2584283418903,10690,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"16727133\",3550100,3550100,\"BR_SP\",\"3550100\",3,\"São Paulo\",\"São Manuel\",,\"BRA.25.562_1\",\"ChIJP7J6Bm06x5QRwasWfMRxYl8\",,\"BRSP3550100\",\"3550100\",-22.702939035,-48.56026949981,41123,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6de877ce\",3550209,3550209,\"BR_SP\",\"3550209\",3,\"São Paulo\",\"São Miguel Arcanjo\",,\"BRA.25.563_1\",\"ChIJQZYkf9uexZQRdvP2YFeX1LM\",,\"BRSP3550209\",\"3550209\",-23.932860375,-48.0133776323736,33002,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1b2d2d6f\",3550308,3550308,\"BR_SP\",\"3550308\",3,\"São Paulo\",\"São Paulo\",\"Sao Paulo, São Paulo (state)\",\"BRA.25.564_1\",\"ChIJ9cXwmIFEzpQR7-ebZCySXMo\",,\"BRSP3550308\",\"3550308\",-23.678088185,-46.7156596390332,12325232,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8edd267b\",3550407,3550407,\"BR_SP\",\"3550407\",3,\"São Paulo\",\"São Pedro\",,\"BRA.25.566_1\",\"ChIJpTXM-1elx5QRFIrHHjMb7-8\",,\"BRSP3550407\",\"3550407\",-22.56066132,-47.9352818515497,35980,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f8187cda\",3550506,3550506,\"BR_SP\",\"3550506\",3,\"São Paulo\",\"São Pedro do Turvo\",,\"BRA.25.565_1\",,,\"BRSP3550506\",\"3550506\",-22.69366646,-49.7494595622136,7696,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"63579339\",3550605,3550605,\"BR_SP\",\"3550605\",3,\"São Paulo\",\"São Roque\",,\"BRA.25.567_1\",\"ChIJ0_YSE1QNz5QRDwlk2LlODro\",,\"BRSP3550605\",\"3550605\",-23.533132555,-47.082248858938,92060,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1592c998\",3550704,3550704,\"BR_SP\",\"3550704\",3,\"São Paulo\",\"São Sebastião\",,\"BRA.25.569_1\",\"ChIJT8jFJd-F0pQR-wUOwMUhv1M\",,\"BRSP3550704\",\"3550704\",-23.745277405,-45.6841844723692,90328,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"80aa1b06\",3550803,3550803,\"BR_SP\",\"3550803\",3,\"São Paulo\",\"São Sebastião da Grama\",,\"BRA.25.568_1\",\"ChIJ0XpMG9fVyZQRZM9db86Owus\",,\"BRSP3550803\",\"3550803\",-21.748531345,-46.7556555444039,12159,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f66f41a7\",3550902,3550902,\"BR_SP\",\"3550902\",3,\"São Paulo\",\"São Simão\",,\"BRA.25.570_1\",\"ChIJZR6RrR0uuJQRmm9ym_tLgCg\",,\"BRSP3550902\",\"3550902\",-21.464476585,-47.583047366115,15385,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d6d0c4c5\",3551009,3551009,\"BR_SP\",\"3551009\",3,\"São Paulo\",\"São Vicente\",,\"BRA.25.571_1\",\"ChIJy-1yRHsYzpQRDaO7O7uDdYQ\",,\"BRSP3551009\",\"3551009\",-23.966762545,-46.4687164040119,368355,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a0159e64\",3551108,3551108,\"BR_SP\",\"3551108\",3,\"São Paulo\",\"Sarapuí\",,\"BRA.25.572_1\",\"ChIJdT2M0Re-xZQROSMq3TIgHCA\",,\"BRSP3551108\",\"3551108\",-23.6482954,-47.789913802338,10390,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"32ec3dac\",3551207,3551207,\"BR_SP\",\"3551207\",3,\"São Paulo\",\"Sarutaiá\",,\"BRA.25.573_1\",,,\"BRSP3551207\",\"3551207\",-23.26036072,-49.4842190746524,3630,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4429670d\",3551306,3551306,\"BR_SP\",\"3551306\",3,\"São Paulo\",\"Sebastianópolis do Sul\",,\"BRA.25.574_1\",,,\"BRSP3551306\",\"3551306\",-20.639968875,-49.9063682729056,3554,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d86f2032\",3551405,3551405,\"BR_SP\",\"3551405\",3,\"São Paulo\",\"Serra Azul\",,\"BRA.25.575_1\",\"ChIJwa5Rt7fTuZQRINBYnrHJR-A\",,\"BRSP3551405\",\"3551405\",-21.308599475,-47.5678637652533,14981,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"32885169\",3551603,3551603,\"BR_SP\",\"3551603\",3,\"São Paulo\",\"Serra Negra\",,\"BRA.25.576_1\",\"ChIJTXXAc1IYyZQRaZOtjystB5E\",,\"BRSP3551603\",\"3551603\",-22.579042435,-46.6776934805253,29452,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aeaa7a93\",3551504,3551504,\"BR_SP\",\"3551504\",3,\"São Paulo\",\"Serrana\",,\"BRA.25.577_1\",\"ChIJ8RXmhK3auZQRLs8z-DqFc_Y\",,\"BRSP3551504\",\"3551504\",-21.21831703,-47.6060858761812,45644,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"444d0bc8\",3551702,3551702,\"BR_SP\",\"3551702\",3,\"São Paulo\",\"Sertãozinho\",,\"BRA.25.578_1\",\"ChIJF0jTCjqZuZQR09V5wGY9mME\",,\"BRSP3551702\",\"3551702\",-21.111660005,-48.039197373621,127142,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d6181d4f\",3551801,3551801,\"BR_SP\",\"3551801\",3,\"São Paulo\",\"Sete Barras\",,\"BRA.25.579_1\",\"ChIJ566bJy8lxZQR48fmfrQENR0\",,\"BRSP3551801\",\"3551801\",-24.29392147,-47.9417372019982,12780,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a0dd47ee\",3551900,3551900,\"BR_SP\",\"3551900\",3,\"São Paulo\",\"Severínia\",,\"BRA.25.580_1\",\"ChIJd1yOWWFzvJQRui-vxZjhJkg\",,\"BRSP3551900\",\"3551900\",-20.78492546,-48.7897885814307,17661,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"23dd462c\",3552007,3552007,\"BR_SP\",\"3552007\",3,\"São Paulo\",\"Silveiras\",,\"BRA.25.581_1\",,,\"BRSP3552007\",\"3552007\",-22.748555185,-44.837168010996,6339,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"55181c8d\",3552106,3552106,\"BR_SP\",\"3552106\",3,\"São Paulo\",\"Socorro\",,\"BRA.25.582_1\",\"ChIJqX5QI4I_yZQRjMtuWwEmLTY\",,\"BRSP3552106\",\"3552106\",-22.60066414,-46.5155449467674,41352,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce57f36e\",3552205,3552205,\"BR_SP\",\"3552205\",3,\"São Paulo\",\"Sorocaba\",,\"BRA.25.583_1\",\"ChIJA_VI67yKxZQRG3jQWayZf5Q\",,\"BRSP3552205\",\"3552205\",-23.47185612,-47.4414822990394,687357,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b892a9cf\",3552304,3552304,\"BR_SP\",\"3552304\",3,\"São Paulo\",\"Sud Mennucci\",,\"BRA.25.584_1\",,,\"BRSP3552304\",\"3552304\",-20.677735325,-50.9085973731261,7728,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"23b92ae9\",3552403,3552403,\"BR_SP\",\"3552403\",3,\"São Paulo\",\"Sumaré\",,\"BRA.25.585_1\",\"ChIJ4TGcFf28yJQR-s30IBr7ooU\",,\"BRSP3552403\",\"3552403\",-22.84752178,-47.2988454561859,286211,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b102d5b7\",3552551,3552551,\"BR_SP\",\"3552551\",3,\"São Paulo\",\"Suzanápolis\",,\"BRA.25.586_1\",,,\"BRSP3552551\",\"3552551\",-23.510373115,-46.2928876957166,4014,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"557c7048\",3552502,3552502,\"BR_SP\",\"3552502\",3,\"São Paulo\",\"Suzano\",,\"BRA.25.587_1\",\"ChIJs_qvKXFxzpQR2PwecFL_68c\",,\"BRSP3552502\",\"3552502\",-20.47299099,-51.0955756180013,300559,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce339fab\",3552601,3552601,\"BR_SP\",\"3552601\",3,\"São Paulo\",\"Tabapuã\",,\"BRA.25.588_1\",\"ChIJU55IJMMVvJQRXGheJLJTNwg\",,\"BRSP3552601\",\"3552601\",-20.95015907,-49.0392694624274,12485,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b8f6c50a\",3552700,3552700,\"BR_SP\",\"3552700\",3,\"São Paulo\",\"Tabatinga\",,\"BRA.25.589_1\",\"ChIJH3kVg4rWuJQREp3JSitgXdA\",,\"BRSP3552700\",\"3552700\",-21.730867385,-48.6454350375309,16644,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ca763a93\",3552809,3552809,\"BR_SP\",\"3552809\",3,\"São Paulo\",\"Taboão da Serra\",,\"BRA.25.590_1\",\"ChIJYagiIzZUzpQRmQ9bWlAakyQ\",,\"BRSP3552809\",\"3552809\",-23.62228203,-46.7888030601589,293652,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bcb36032\",3552908,3552908,\"BR_SP\",\"3552908\",3,\"São Paulo\",\"Taciba\",,\"BRA.25.591_1\",,,\"BRSP3552908\",\"3552908\",-22.49163723,-51.3520226606584,6329,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"756f4065\",3553005,3553005,\"BR_SP\",\"3553005\",3,\"São Paulo\",\"Taguaí\",,\"BRA.25.592_1\",\"ChIJr7RAPAOhwZQR7c6E0nhpNvM\",,\"BRSP3553005\",\"3553005\",-23.467301365,-49.3868657739262,14141,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"03aa1ac4\",3553104,3553104,\"BR_SP\",\"3553104\",3,\"São Paulo\",\"Taiaçu\",,\"BRA.25.593_1\",,,\"BRSP3553104\",\"3553104\",-21.12890816,-48.5415385677161,6320,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f88313e\",3553203,3553203,\"BR_SP\",\"3553203\",3,\"São Paulo\",\"Taiúva\",,\"BRA.25.594_1\",,,\"BRSP3553203\",\"3553203\",-21.143037795,-48.4247723469246,5564,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e94d6b9f\",3553302,3553302,\"BR_SP\",\"3553302\",3,\"São Paulo\",\"Tambaú\",,\"BRA.25.595_1\",\"ChIJpdJUh77vt5QRZhSzxPHQL70\",,\"BRSP3553302\",\"3553302\",-21.60001087,-47.2510277549,23232,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"750b2ca0\",3553401,3553401,\"BR_SP\",\"3553401\",3,\"São Paulo\",\"Tanabi\",,\"BRA.25.596_1\",\"ChIJVWlYR_gMvZQRTk05gFwLjJM\",,\"BRSP3553401\",\"3553401\",-20.51554394,-49.6269168897894,26101,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"03ce7601\",3553500,3553500,\"BR_SP\",\"3553500\",3,\"São Paulo\",\"Tapiraí\",,\"BRA.25.597_1\",,,\"BRSP3553500\",\"3553500\",-23.998251915,-47.5433404544793,7766,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"785470fc\",3553609,3553609,\"BR_SP\",\"3553609\",3,\"São Paulo\",\"Tapiratiba\",,\"BRA.25.598_1\",\"ChIJ30V4JyQ0tpQR2NxmVFBPgxU\",,\"BRSP3553609\",\"3553609\",-21.455515865,-46.7644382615315,12950,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7224b42f\",3553658,3553658,\"BR_SP\",\"3553658\",3,\"São Paulo\",\"Taquaral\",,\"BRA.25.599_1\",,,\"BRSP3553658\",\"3553658\",-21.066910745,-48.3968047727808,2813,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0e912a5d\",3553708,3553708,\"BR_SP\",\"3553708\",3,\"São Paulo\",\"Taquaritinga\",,\"BRA.25.600_1\",\"ChIJW148Xm85uZQR0sIKCvuwZwA\",,\"BRSP3553708\",\"3553708\",-21.444466595,-48.5742630496685,57364,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"957270f1\",3553807,3553807,\"BR_SP\",\"3553807\",3,\"São Paulo\",\"Taquarituba\",,\"BRA.25.601_1\",\"ChIJE3DhGXZxwZQR5-ydZ0Ws_Xk\",,\"BRSP3553807\",\"3553807\",-23.531058315,-49.2421282478094,23256,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9f02b422\",3553856,3553856,\"BR_SP\",\"3553856\",3,\"São Paulo\",\"Taquarivaí\",,\"BRA.25.602_1\",,,\"BRSP3553856\",\"3553856\",-23.940776825,-48.670138341249,5911,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e3b72a50\",3553906,3553906,\"BR_SP\",\"3553906\",3,\"São Paulo\",\"Tarabai\",,\"BRA.25.603_1\",,,\"BRSP3553906\",\"3553906\",-22.365914345,-51.6332608823215,7540,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"07c98faf\",3553955,3553955,\"BR_SP\",\"3553955\",3,\"São Paulo\",\"Tarumã\",,\"BRA.25.604_1\",\"ChIJ417eWMgolZQRCDcWHHiStRQ\",,\"BRSP3553955\",\"3553955\",-22.773426055,-50.6116269064789,15183,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"01dbdde9\",3554003,3554003,\"BR_SP\",\"3554003\",3,\"São Paulo\",\"Tatuí\",,\"BRA.25.605_1\",\"ChIJQQSZTjbYxZQR99oXcdVQuX8\",,\"BRSP3554003\",\"3554003\",-23.358986855,-47.8569562157554,122967,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"771e8748\",3554102,3554102,\"BR_SP\",\"3554102\",3,\"São Paulo\",\"Taubaté\",,\"BRA.25.606_1\",\"ChIJOw2vGVr4zJQRH7Sy3bFCykk\",,\"BRSP3554102\",\"3554102\",-23.086245535,-45.4667895557745,317915,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ec5168ab\",3554201,3554201,\"BR_SP\",\"3554201\",3,\"São Paulo\",\"Tejupá\",,\"BRA.25.607_1\",,,\"BRSP3554201\",\"3554201\",-23.350720405,-49.3085759946987,4491,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9a94320a\",3554300,3554300,\"BR_SP\",\"3554300\",3,\"São Paulo\",\"Teodoro Sampaio\",,\"BRA.25.608_1\",\"ChIJW4NnqhsVkpQRSOarDwb2Se8\",,\"BRSP3554300\",\"3554300\",-22.434249875,-52.3357789305855,23273,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e6079c2b\",3554409,3554409,\"BR_SP\",\"3554409\",3,\"São Paulo\",\"Terra Roxa\",,\"BRA.25.609_1\",,,\"BRSP3554409\",\"3554409\",-20.775759695,-48.3461495824819,9437,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"90c2c68a\",3554508,3554508,\"BR_SP\",\"3554508\",3,\"São Paulo\",\"Tietê\",,\"BRA.25.610_1\",\"ChIJFT8e_YsNxpQRkPM1m4qH2Z4\",,\"BRSP3554508\",\"3554508\",-23.051932335,-47.7164659589183,42517,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"023b6542\",3554607,3554607,\"BR_SP\",\"3554607\",3,\"São Paulo\",\"Timburi\",,\"BRA.25.611_1\",,,\"BRSP3554607\",\"3554607\",-23.1977129,-49.5967611539286,2652,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"084ba191\",3554656,3554656,\"BR_SP\",\"3554656\",3,\"São Paulo\",\"Torre de Pedra\",,\"BRA.25.612_1\",,,\"BRSP3554656\",\"3554656\",-23.25040436,-48.2080055619872,2422,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"74fe3fe3\",3554706,3554706,\"BR_SP\",\"3554706\",3,\"São Paulo\",\"Torrinha\",,\"BRA.25.613_1\",\"ChIJK9jrV4hzx5QRtBMz-KYnQLM\",,\"BRSP3554706\",\"3554706\",-22.436532975,-48.1652494507562,10056,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"90809a1c\",3554755,3554755,\"BR_SP\",\"3554755\",3,\"São Paulo\",\"Trabiju\",,\"BRA.25.614_1\",,,\"BRSP3554755\",\"3554755\",-22.03307247,-48.3597418453524,1738,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e6ab2964\",3554805,3554805,\"BR_SP\",\"3554805\",3,\"São Paulo\",\"Tremembé\",,\"BRA.25.615_1\",\"ChIJ09IbJqFYzJQRX_kTGDwlvOk\",,\"BRSP3554805\",\"3554805\",-22.937309265,-45.6057658112448,47714,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"906e73c5\",3554904,3554904,\"BR_SP\",\"3554904\",3,\"São Paulo\",\"Três Fronteiras\",,\"BRA.25.616_1\",\"ChIJfaUzgkXEmZQRG_8rAy9GOzI\",,\"BRSP3554904\",\"3554904\",-20.27468014,-50.8864146540222,5832,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"737d1223\",3554953,3554953,\"BR_SP\",\"3554953\",3,\"São Paulo\",\"Tuiuti\",,\"BRA.25.617_1\",,,\"BRSP3554953\",\"3554953\",-22.837270735,-46.6944427161949,6977,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"206eeb36\",3555000,3555000,\"BR_SP\",\"3555000\",3,\"São Paulo\",\"Tupã\",,\"BRA.25.618_1\",\"ChIJLWaeBpW3lZQRkny1ZlpKvl0\",,\"BRSP3555000\",\"3555000\",-21.960671425,-50.5477019146462,65570,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"587039a5\",3555109,3555109,\"BR_SP\",\"3555109\",3,\"São Paulo\",\"Tupi Paulista\",,\"BRA.25.619_1\",\"ChIJh8XCcVkkkZQRRO3qzTppxMw\",,\"BRSP3555109\",\"3555109\",-21.38265991,-51.5974649207947,15583,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d31b76a\",3555208,3555208,\"BR_SP\",\"3555208\",3,\"São Paulo\",\"Turiúba\",,\"BRA.25.620_1\",,,\"BRSP3555208\",\"3555208\",-20.94102192,-50.1117955374803,2020,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bc4cc0cc\",3555307,3555307,\"BR_SP\",\"3555307\",3,\"São Paulo\",\"Turmalina\",,\"BRA.25.621_1\",,,\"BRSP3555307\",\"3555307\",-20.076146125,-50.463717096472,1696,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b63c041f\",3555356,3555356,\"BR_SP\",\"3555356\",3,\"São Paulo\",\"Ubarana\",,\"BRA.25.622_1\",,,\"BRSP3555356\",\"3555356\",-21.216608045,-49.7501157202491,6400,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ce04e6df\",3555406,3555406,\"BR_SP\",\"3555406\",3,\"São Paulo\",\"Ubatuba\",,\"BRA.25.623_1\",\"ChIJHU47lrRSzZQRFuXcFRyWoZY\",,\"BRSP3555406\",\"3555406\",-23.398056985,-45.0826392883459,91824,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"56cfdd52\",3555505,3555505,\"BR_SP\",\"3555505\",3,\"São Paulo\",\"Ubirajara\",,\"BRA.25.624_1\",,,\"BRSP3555505\",\"3555505\",-22.54822922,-49.6699303342988,4804,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"238e539d\",3555604,3555604,\"BR_SP\",\"3555604\",3,\"São Paulo\",\"Uchoa\",,\"BRA.25.625_1\",\"ChIJLyxzvGA4vJQRzv3_MOHwg80\",,\"BRSP3555604\",\"3555604\",-20.93202591,-49.1774479355999,10151,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bc28ac09\",3555703,3555703,\"BR_SP\",\"3555703\",3,\"São Paulo\",\"União Paulista\",,\"BRA.25.626_1\",,,\"BRSP3555703\",\"3555703\",-20.883749965,-49.8824374867844,1865,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c073dba2\",3555802,3555802,\"BR_SP\",\"3555802\",3,\"São Paulo\",\"Urânia\",,\"BRA.25.627_1\",\"ChIJh2UJVtsymJQRws99uiRjLEQ\",,\"BRSP3555802\",\"3555802\",-20.19732761,-50.6469024435408,9120,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"58b8e02f\",3555901,3555901,\"BR_SP\",\"3555901\",3,\"São Paulo\",\"Uru\",,\"BRA.25.629_1\",,,\"BRSP3555901\",\"3555901\",-21.76590729,-49.2919826196408,1153,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3c00ccea\",3556008,3556008,\"BR_SP\",\"3556008\",3,\"São Paulo\",\"Urupês\",,\"BRA.25.628_1\",\"ChIJ09d-6eYrvJQRSUZ8pnAGL9I\",,\"BRSP3556008\",\"3556008\",-21.21665955,-49.2621835006445,13888,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ad7dbb4c\",3556107,3556107,\"BR_SP\",\"3556107\",3,\"São Paulo\",\"Valentim Gentil\",,\"BRA.25.630_1\",\"ChIJJYBWGHLjl5QRvH23Y1SfFOQ\",,\"BRSP3556107\",\"3556107\",-20.40900135,-50.0900814843063,13532,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d83c3583\",3556206,3556206,\"BR_SP\",\"3556206\",3,\"São Paulo\",\"Valinhos\",,\"BRA.25.631_1\",\"ChIJaxrf45nNyJQRJJSzl2Z7KEQ\",,\"BRSP3556206\",\"3556206\",-22.977926255,-46.9827869073058,131210,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"40f70e0e\",3556305,3556305,\"BR_SP\",\"3556305\",3,\"São Paulo\",\"Valparaíso\",,\"BRA.25.632_1\",\"ChIJ1xNUIF7llpQRtBNhEPcLha4\",,\"BRSP3556305\",\"3556305\",-21.189135555,-50.8845738384027,26822,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4a87cadd\",3556354,3556354,\"BR_SP\",\"3556354\",3,\"São Paulo\",\"Vargem\",,\"BRA.25.635_1\",\"ChIJlW1InsCzzpQRxHBcs9VDcv0\",,\"BRSP3556354\",\"3556354\",-22.89255714,-46.4160492023451,10692,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"32bf281d\",3556404,3556404,\"BR_SP\",\"3556404\",3,\"São Paulo\",\"Vargem Grande do Sul\",,\"BRA.25.633_1\",\"ChIJY9kvP_YryJQRHKzUm4UkvNI\",,\"BRSP3556404\",\"3556404\",-21.869790075,-46.9105976893735,43110,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1ac49fb\",3556453,3556453,\"BR_SP\",\"3556453\",3,\"São Paulo\",\"Vargem Grande Paulista\",,\"BRA.25.634_1\",\"ChIJc00hqFMIz5QRqm_yLc8ln6w\",,\"BRSP3556453\",\"3556453\",-23.630091665,-47.0200844531637,53468,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ad19d789\",3556503,3556503,\"BR_SP\",\"3556503\",3,\"São Paulo\",\"Várzea Paulista\",,\"BRA.25.636_1\",\"ChIJN2D3ZZ0gz5QRX8bFde9QDhU\",,\"BRSP3556503\",\"3556503\",-23.215506555,-46.8271075688878,123071,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d8585946\",3556602,3556602,\"BR_SP\",\"3556602\",3,\"São Paulo\",\"Vera Cruz\",,\"BRA.25.637_1\",\"ChIJ-80MCRPFv5QRB4X84zn7DkA\",,\"BRSP3556602\",\"3556602\",-22.226602555,-49.8087462776475,10823,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"409362cb\",3556701,3556701,\"BR_SP\",\"3556701\",3,\"São Paulo\",\"Vinhedo\",,\"BRA.25.638_1\",\"ChIJPX40JlXNyJQR5DJ7koFfgGg\",,\"BRSP3556701\",\"3556701\",-23.06061649,-46.9865075713231,80111,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3cc81560\",3556800,3556800,\"BR_SP\",\"3556800\",3,\"São Paulo\",\"Viradouro\",,\"BRA.25.639_1\",\"ChIJy4fXhpXbu5QRhoFDNsW7blw\",,\"BRSP3556800\",\"3556800\",-20.88040066,-48.305250383405,19017,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"44d6c7f3\",3556909,3556909,\"BR_SP\",\"3556909\",3,\"São Paulo\",\"Vista Alegre do Alto\",,\"BRA.25.640_1\",,,\"BRSP3556909\",\"3556909\",-21.17410469,-48.654488227029,8989,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4ea60320\",3556958,3556958,\"BR_SP\",\"3556958\",3,\"São Paulo\",\"Vitória Brasil\",,\"BRA.25.641_1\",,,\"BRSP3556958\",\"3556958\",-20.196692465,-50.4905486623143,1846,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"63048688\",3557006,3557006,\"BR_SP\",\"3557006\",3,\"São Paulo\",\"Votorantim\",,\"BRA.25.642_1\",\"ChIJvb8hNPRhz5QR-Bjmn3IPyUk\",,\"BRSP3557006\",\"3557006\",-23.589988705,-47.4021154751543,123599,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fbcfbd05\",3557105,3557105,\"BR_SP\",\"3557105\",3,\"São Paulo\",\"Votuporanga\",,\"BRA.25.643_1\",\"ChIJxZJTIilZvZQRkQo_Wj0sbWI\",,\"BRSP3557105\",\"3557105\",-20.446475025,-49.953652446817,95338,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f1bf79d6\",3557154,3557154,\"BR_SP\",\"3557154\",3,\"São Paulo\",\"Zacarias\",,\"BRA.25.644_1\",,,\"BRSP3557154\",\"3557154\",-21.11133194,-50.0492449254254,2752,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c47be629\",2800100,2800100,\"BR_SE\",\"2800100\",3,\"Sergipe\",\"Amparo de São Francisco\",,\"BRA.26.1_1\",,,\"BRSE2800100\",\"2800100\",-10.18625927,-36.9271267128819,2380,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bfe1e0d4\",2800209,2800209,\"BR_SE\",\"2800209\",3,\"Sergipe\",\"Aquidabã\",,\"BRA.26.2_1\",,,\"BRSE2800209\",\"2800209\",-10.271369935,-37.0422010920471,21681,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c924ba75\",2800308,2800308,\"BR_SE\",\"2800308\",3,\"Sergipe\",\"Aracaju\",,\"BRA.26.3_1\",\"ChIJR5fZxUawGgcRxbBDpRy9iM8\",,\"BRSE2800308\",\"2800308\",-11.0027771,-37.0867423239396,664908,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5cd4b161\",2800407,2800407,\"BR_SE\",\"2800407\",3,\"Sergipe\",\"Arauá\",,\"BRA.26.4_1\",,,\"BRSE2800407\",\"2800407\",-11.25663185,-37.5943108427924,9947,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2a11ebc0\",2800506,2800506,\"BR_SE\",\"2800506\",3,\"Sergipe\",\"Areia Branca\",,\"BRA.26.5_1\",\"ChIJJ8CX1Tb_DwcR_vjGQXC7CvE\",,\"BRSE2800506\",\"2800506\",-10.765349865,-37.316921075963,18686,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b15e0423\",2800605,2800605,\"BR_SE\",\"2800605\",3,\"Sergipe\",\"Barra dos Coqueiros\",,\"BRA.26.6_1\",\"ChIJO_Cqhpm0GgcRg0MGhVqIt8s\",,\"BRSE2800605\",\"2800605\",-10.848054885,-36.967899318627,30930,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8e75666b\",2800670,2800670,\"BR_SE\",\"2800670\",3,\"Sergipe\",\"Boquim\",,\"BRA.26.8_1\",\"ChIJZzkxDV5qEAcRRJ7XvtcjZLs\",,\"BRSE2800670\",\"2800670\",-11.111979485,-37.597661707594,26899,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c79b5e82\",2800704,2800704,\"BR_SE\",\"2800704\",3,\"Sergipe\",\"Brejo Grande\",,\"BRA.26.7_1\",,,\"BRSE2800704\",\"2800704\",-10.4768548,-36.4773336567758,8353,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"04d953df\",2801009,2801009,\"BR_SE\",\"2801009\",3,\"Sergipe\",\"Campo do Brito\",,\"BRA.26.9_1\",\"ChIJh5kowmbjDwcRqdT17viqw8g\",,\"BRSE2801009\",\"2801009\",-10.78128004,-37.4917567945963,18218,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"721c097e\",2801108,2801108,\"BR_SE\",\"2801108\",3,\"Sergipe\",\"Canhoba\",,\"BRA.26.10_1\",,,\"BRSE2801108\",\"2801108\",-10.15135288,-37.0247815827474,4006,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e0e5aab6\",2801207,2801207,\"BR_SE\",\"2801207\",3,\"Sergipe\",\"Canindé de São Francisco\",,\"BRA.26.11_1\",\"ChIJKzbNHgUyDwcRINkZvfZpJr8\",,\"BRSE2801207\",\"2801207\",-9.74156189,-37.9399350895458,30402,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9620f017\",2801306,2801306,\"BR_SE\",\"2801306\",3,\"Sergipe\",\"Capela\",,\"BRA.26.12_1\",\"ChIJrVatH0xpBQcRQQJr5TgBJnA\",,\"BRSE2801306\",\"2801306\",-10.487753865,-37.031159775984,34514,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a66b728\",2801405,2801405,\"BR_SE\",\"2801405\",3,\"Sergipe\",\"Carira\",,\"BRA.26.13_1\",\"ChIJYfGQUsW8DwcRsk6hTcEYq7U\",,\"BRSE2801405\",\"2801405\",-10.35034657,-37.681184731305,22239,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7ca3ed89\",2801504,2801504,\"BR_SE\",\"2801504\",3,\"Sergipe\",\"Carmópolis\",,\"BRA.26.14_1\",\"ChIJnSO9rdhABQcRRzMR00ERShU\",,\"BRSE2801504\",\"2801504\",-10.662368775,-36.9714911255974,16937,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e081c673\",2801603,2801603,\"BR_SE\",\"2801603\",3,\"Sergipe\",\"Cedro de São João\",,\"BRA.26.15_1\",,,\"BRSE2801603\",\"2801603\",-10.27226448,-36.8983587137807,5913,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"96449cd2\",2801702,2801702,\"BR_SE\",\"2801702\",3,\"Sergipe\",\"Cristinápolis\",,\"BRA.26.16_1\",,,\"BRSE2801702\",\"2801702\",-11.48406601,-37.7469977804631,18029,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"72d4d0f4\",2801900,2801900,\"BR_SE\",\"2801900\",3,\"Sergipe\",\"Cumbe\",,\"BRA.26.17_1\",,,\"BRSE2801900\",\"2801900\",-10.330960755,-37.2058625367216,3998,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f1d4d136\",2802007,2802007,\"BR_SE\",\"2802007\",3,\"Sergipe\",\"Divina Pastora\",,\"BRA.26.18_1\",,,\"BRSE2802007\",\"2802007\",-10.681048395,-37.1558800560391,5215,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"87118b97\",2802106,2802106,\"BR_SE\",\"2802106\",3,\"Sergipe\",\"Estância\",,\"BRA.26.19_1\",\"ChIJN1oqInJwEAcRPx-LXqi7em8\",,\"BRSE2802106\",\"2802106\",-11.24606514,-37.4210278552457,69556,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1c5e6474\",2802205,2802205,\"BR_SE\",\"2802205\",3,\"Sergipe\",\"Feira Nova\",,\"BRA.26.20_1\",,,\"BRSE2802205\",\"2802205\",-10.29611492,-37.3136480907195,5601,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6a9b3ed5\",2802304,2802304,\"BR_SE\",\"2802304\",3,\"Sergipe\",\"Frei Paulo\",,\"BRA.26.21_1\",,,\"BRSE2802304\",\"2802304\",-10.50783062,-37.6163111739151,15556,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f1b0bdf3\",2802403,2802403,\"BR_SE\",\"2802403\",3,\"Sergipe\",\"Gararu\",,\"BRA.26.22_1\",,,\"BRSE2802403\",\"2802403\",-10.03591633,-37.2868058329987,11601,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8775e752\",2802502,2802502,\"BR_SE\",\"2802502\",3,\"Sergipe\",\"General Maynard\",,\"BRA.26.23_1\",,,\"BRSE2802502\",\"2802502\",-10.69139719,-36.9676905543611,3384,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1c3a08b1\",2802601,2802601,\"BR_SE\",\"2802601\",3,\"Sergipe\",\"Graccho Cardoso\",,\"BRA.26.24_1\",,,\"BRSE2802601\",\"2802601\",-10.24254608,-37.2024286564143,5824,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6aff5210\",2802700,2802700,\"BR_SE\",\"2802700\",3,\"Sergipe\",\"Ilha das Flores\",,\"BRA.26.25_1\",,,\"BRSE2802700\",\"2802700\",-10.4567647,-36.5597604369781,8521,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"187fad89\",2802809,2802809,\"BR_SE\",\"2802809\",3,\"Sergipe\",\"Indiaroba\",,\"BRA.26.26_1\",,,\"BRSE2802809\",\"2802809\",-11.546944145,-37.5972080190132,18149,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6ebaf728\",2802908,2802908,\"BR_SE\",\"2802908\",3,\"Sergipe\",\"Itabaiana\",,\"BRA.26.27_1\",\"ChIJW0YJAmD6DwcRYz89US4KkVk\",,\"BRSE2802908\",\"2802908\",-10.6974988,-37.4058287706858,96142,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a766d77f\",2803005,2803005,\"BR_SE\",\"2803005\",3,\"Sergipe\",\"Itabaianinha\",,\"BRA.26.28_1\",\"ChIJL9eyR2RaEAcRQ0qd7TjVqCs\",,\"BRSE2803005\",\"2803005\",-11.270814415,-37.7830556771667,42166,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1a38dde\",2803104,2803104,\"BR_SE\",\"2803104\",3,\"Sergipe\",\"Itabi\",,\"BRA.26.29_1\",,,\"BRSE2803104\",\"2803104\",-10.101456165,-37.1409435167556,4886,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4d81a624\",2803203,2803203,\"BR_SE\",\"2803203\",3,\"Sergipe\",\"Itaporanga d'Ajuda\",,\"BRA.26.30_1\",\"ChIJ1UliHOYHEAcRE3mutgVQQYA\",,\"BRSE2803203\",\"2803203\",-11.060400965,-37.3038333157358,34709,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3b44fc85\",2803302,2803302,\"BR_SE\",\"2803302\",3,\"Sergipe\",\"Japaratuba\",,\"BRA.26.31_1\",,,\"BRSE2803302\",\"2803302\",-10.5352602,-36.9017865435858,18907,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a702bbba\",2803401,2803401,\"BR_SE\",\"2803401\",3,\"Sergipe\",\"Japoatã\",,\"BRA.26.32_1\",,,\"BRSE2803401\",\"2803401\",-10.436314585,-36.7914339759501,13429,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d1c7e11b\",2803500,2803500,\"BR_SE\",\"2803500\",3,\"Sergipe\",\"Lagarto\",,\"BRA.26.33_1\",\"ChIJJ8l4CzsiEAcRUMlSidz4xoA\",,\"BRSE2803500\",\"2803500\",-10.88119173,-37.6645872849867,105221,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aa5de7e6\",2803609,2803609,\"BR_SE\",\"2803609\",3,\"Sergipe\",\"Laranjeiras\",,\"BRA.26.34_1\",\"ChIJnYboaOpTBQcRqlBtsp7yhCY\",,\"BRSE2803609\",\"2803609\",-10.802972795,-37.1799671610746,30080,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dc98bd47\",2803708,2803708,\"BR_SE\",\"2803708\",3,\"Sergipe\",\"Macambira\",,\"BRA.26.35_1\",,,\"BRSE2803708\",\"2803708\",-10.65900707,-37.5915289030713,6961,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"477be7eb\",2803807,2803807,\"BR_SE\",\"2803807\",3,\"Sergipe\",\"Malhada dos Bois\",,\"BRA.26.36_1\",,,\"BRSE2803807\",\"2803807\",-10.331274985,-36.9405309276657,3699,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"31bebd4a\",2803906,2803906,\"BR_SE\",\"2803906\",3,\"Sergipe\",\"Malhador\",,\"BRA.26.37_1\",,,\"BRSE2803906\",\"2803906\",-10.670506,-37.2799784336132,12653,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3d24af3\",2804003,2804003,\"BR_SE\",\"2804003\",3,\"Sergipe\",\"Maruim\",,\"BRA.26.38_1\",\"ChIJx6u3y3tPBQcR2aWPZd5dGgc\",,\"BRSE2804003\",\"2804003\",-10.721203805,-37.1063962535551,17271,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a5171052\",2804102,2804102,\"BR_SE\",\"2804102\",3,\"Sergipe\",\"Moita Bonita\",,\"BRA.26.39_1\",,,\"BRSE2804102\",\"2804102\",-10.59855938,-37.3418810196263,11348,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3e58ffb1\",2804201,2804201,\"BR_SE\",\"2804201\",3,\"Sergipe\",\"Monte Alegre de Sergipe\",,\"BRA.26.40_1\",,,\"BRSE2804201\",\"2804201\",-10.06641102,-37.6232159837999,15175,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"489da510\",2804300,2804300,\"BR_SE\",\"2804300\",3,\"Sergipe\",\"Muribeca\",,\"BRA.26.41_1\",,,\"BRSE2804300\",\"2804300\",-10.37882805,-36.9543772955875,7639,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"340e0b31\",2804409,2804409,\"BR_SE\",\"2804409\",3,\"Sergipe\",\"Neópolis\",,\"BRA.26.42_1\",,,\"BRSE2804409\",\"2804409\",-10.37945938,-36.6366055126862,18703,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3e7ecfe2\",2804458,2804458,\"BR_SE\",\"2804458\",3,\"Sergipe\",\"Nossa Senhora Aparecida\",,\"BRA.26.43_1\",,,\"BRSE2804458\",\"2804458\",-10.356918815,-37.4939418411016,8809,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"42cb5190\",2804508,2804508,\"BR_SE\",\"2804508\",3,\"Sergipe\",\"Nossa Senhora da Glória\",,\"BRA.26.44_1\",\"ChIJe7G7aYp4DwcRAS9HKxt4Pig\",,\"BRSE2804508\",\"2804508\",-10.184257985,-37.5525894251721,37324,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d032f258\",2804607,2804607,\"BR_SE\",\"2804607\",3,\"Sergipe\",\"Nossa Senhora das Dores\",,\"BRA.26.45_1\",\"ChIJLQW2DgJkBQcRM7sfEmG669I\",,\"BRSE2804607\",\"2804607\",-10.46026659,-37.2149183293128,26795,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a6f7a8f9\",2804706,2804706,\"BR_SE\",\"2804706\",3,\"Sergipe\",\"Nossa Senhora de Lourdes\",,\"BRA.26.46_1\",,,\"BRSE2804706\",\"2804706\",-10.07810402,-37.0190986354801,6496,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"34a2be7e\",2804805,2804805,\"BR_SE\",\"2804805\",3,\"Sergipe\",\"Nossa Senhora do Socorro\",,\"BRA.26.47_1\",\"ChIJsRh6t1FNBQcRX-KsY_0bns8\",,\"BRSE2804805\",\"2804805\",-10.87361002,-37.1589578929063,185706,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4267e4df\",2804904,2804904,\"BR_SE\",\"2804904\",3,\"Sergipe\",\"Pacatuba\",,\"BRA.26.48_1\",,,\"BRSE2804904\",\"2804904\",-10.50653696,-36.634491859578,14540,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f2677c2c\",2805000,2805000,\"BR_SE\",\"2805000\",3,\"Sergipe\",\"Pedra Mole\",,\"BRA.26.49_1\",,,\"BRSE2805000\",\"2805000\",-10.62882519,-37.6849185403701,3285,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8a79aebf\",2805109,2805109,\"BR_SE\",\"2805109\",3,\"Sergipe\",\"Pedrinhas\",,\"BRA.26.50_1\",,,\"BRSE2805109\",\"2805109\",-11.205158235,-37.6432860661243,9665,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ff382070\",2805208,2805208,\"BR_SE\",\"2805208\",3,\"Sergipe\",\"Pinhão\",,\"BRA.26.51_1\",,,\"BRSE2805208\",\"2805208\",-10.575994965,-37.7629559626531,6627,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6e4557d6\",2805307,2805307,\"BR_SE\",\"2805307\",3,\"Sergipe\",\"Pirambu\",,\"BRA.26.52_1\",,,\"BRSE2805307\",\"2805307\",-10.6600008,-36.8182846302438,9359,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1c0d71c5\",2805406,2805406,\"BR_SE\",\"2805406\",3,\"Sergipe\",\"Poço Redondo\",,\"BRA.26.53_1\",\"ChIJhQ4-NwU5DwcR3BWYSrMNR6M\",,\"BRSE2805406\",\"2805406\",-9.84889221,-37.6969365612421,35122,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"84c64a48\",2805505,2805505,\"BR_SE\",\"2805505\",3,\"Sergipe\",\"Poço Verde\",,\"BRA.26.54_1\",\"ChIJb5HNUufQEQcRIbg6nORXUJU\",,\"BRSE2805505\",\"2805505\",-10.82408333,-38.1680316047336,23867,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f187c487\",2805604,2805604,\"BR_SE\",\"2805604\",3,\"Sergipe\",\"Porto da Folha\",,\"BRA.26.55_1\",,,\"BRSE2805604\",\"2805604\",-9.906083105,-37.39762356685,28693,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6e213b13\",2805703,2805703,\"BR_SE\",\"2805703\",3,\"Sergipe\",\"Propriá\",,\"BRA.26.56_1\",\"ChIJGcbGJiSkBQcRZah8Oqs6DjY\",,\"BRSE2805703\",\"2805703\",-10.23796129,-36.8099304233809,29692,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"127a4cb8\",2805802,2805802,\"BR_SE\",\"2805802\",3,\"Sergipe\",\"Riachão do Dantas\",,\"BRA.26.57_1\",,,\"BRSE2805802\",\"2805802\",-11.021306995,-37.8072370690395,19809,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8ab17735\",2805901,2805901,\"BR_SE\",\"2805901\",3,\"Sergipe\",\"Riachuelo\",,\"BRA.26.58_1\",,,\"BRSE2805901\",\"2805901\",-10.726857665,-37.2397172534275,10284,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ee095bf0\",2806008,2806008,\"BR_SE\",\"2806008\",3,\"Sergipe\",\"Ribeirópolis\",,\"BRA.26.59_1\",\"ChIJzb1yS8TyDwcR5EWtYHLFtkk\",,\"BRSE2806008\",\"2806008\",-10.499466895,-37.4309776779917,18773,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7f742c56\",2806107,2806107,\"BR_SE\",\"2806107\",3,\"Sergipe\",\"Rosário do Catete\",,\"BRA.26.60_1\",,,\"BRSE2806107\",\"2806107\",-10.68229723,-37.0508953308356,11008,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a35a299\",2806206,2806206,\"BR_SE\",\"2806206\",3,\"Sergipe\",\"Salgado\",,\"BRA.26.61_1\",\"ChIJVWizzO4REAcR9uG4iRiGv3c\",,\"BRSE2806206\",\"2806206\",-11.070608615,-37.4734349376861,20025,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"92fe9914\",2806305,2806305,\"BR_SE\",\"2806305\",3,\"Sergipe\",\"Santa Luzia do Itanhy\",,\"BRA.26.62_1\",,,\"BRSE2806305\",\"2806305\",-11.37062788,-37.5058447668982,14121,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7f104093\",2806503,2806503,\"BR_SE\",\"2806503\",3,\"Sergipe\",\"Santa Rosa de Lima\",,\"BRA.26.63_1\",,,\"BRSE2806503\",\"2806503\",-10.63071108,-37.2358013245516,3923,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e0b6bf07\",2806404,2806404,\"BR_SE\",\"2806404\",3,\"Sergipe\",\"Santana do São Francisco\",,\"BRA.26.64_1\",,,\"BRSE2806404\",\"2806404\",-10.28550291,-36.6333787938554,7844,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0a51ce5c\",2806602,2806602,\"BR_SE\",\"2806602\",3,\"Sergipe\",\"Santo Amaro das Brotas\",,\"BRA.26.65_1\",,,\"BRSE2806602\",\"2806602\",-10.785222055,-37.0040782047051,12151,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"929af5d1\",2806701,2806701,\"BR_SE\",\"2806701\",3,\"Sergipe\",\"São Cristóvão\",,\"BRA.26.66_1\",\"ChIJC1LOKfqlGgcRtbkxe_vvmvw\",,\"BRSE2806701\",\"2806701\",-10.96798277,-37.2153405154892,91093,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eec1827a\",2806800,2806800,\"BR_SE\",\"2806800\",3,\"Sergipe\",\"São Domingos\",,\"BRA.26.67_1\",,,\"BRSE2806800\",\"2806800\",-10.771767615,-37.5846049659822,11207,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"96df50e9\",2806909,2806909,\"BR_SE\",\"2806909\",3,\"Sergipe\",\"São Francisco\",,\"BRA.26.68_1\",,,\"BRSE2806909\",\"2806909\",-10.337364675,-36.8687265872691,3781,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b10d1192\",2807006,2807006,\"BR_SE\",\"2807006\",3,\"Sergipe\",\"São Miguel do Aleixo\",,\"BRA.26.69_1\",,,\"BRSE2807006\",\"2807006\",-10.37025118,-37.3815083504923,3947,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"29c62a1f\",2807105,2807105,\"BR_SE\",\"2807105\",3,\"Sergipe\",\"Simão Dias\",,\"BRA.26.70_1\",\"ChIJf9YO_HvXDwcRMxWoe6amM9Y\",,\"BRSE2807105\",\"2807105\",-10.73212862,-37.8026828086471,40606,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5c87a4d0\",2807204,2807204,\"BR_SE\",\"2807204\",3,\"Sergipe\",\"Siriri\",,\"BRA.26.71_1\",,,\"BRSE2807204\",\"2807204\",-10.54586887,-37.1194777745088,8970,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c3215b44\",2807303,2807303,\"BR_SE\",\"2807303\",3,\"Sergipe\",\"Telha\",,\"BRA.26.72_1\",,,\"BRSE2807303\",\"2807303\",-10.18387556,-36.886289441471,3249,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b1697d57\",2807402,2807402,\"BR_SE\",\"2807402\",3,\"Sergipe\",\"Tobias Barreto\",,\"BRA.26.73_1\",\"ChIJXSsIVo-yEQcRJUEBV5v8Sz4\",,\"BRSE2807402\",\"2807402\",-11.08403349,-37.9738214392841,52530,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"29a246da\",2807501,2807501,\"BR_SE\",\"2807501\",3,\"Sergipe\",\"Tomar do Geru\",,\"BRA.26.74_1\",,,\"BRSE2807501\",\"2807501\",-11.353863235,-37.8863112837859,13535,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5ce3c815\",2807600,2807600,\"BR_SE\",\"2807600\",3,\"Sergipe\",\"Umbaúba\",,\"BRA.26.75_1\",\"ChIJ-8L7vsNfEAcRRBktlfFNk84\",,\"BRSE2807600\",\"2807600\",-11.394145015,-37.6635542151758,25550,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0cf334eb\",1700251,1700251,\"BR_TO\",\"1700251\",3,\"Tocantins\",\"Abreulândia\",,\"BRA.27.1_1\",,,\"BRTO1700251\",\"1700251\",-9.469184875,-49.337828422597,2594,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7046aa99\",1700301,1700301,\"BR_TO\",\"1700301\",3,\"Tocantins\",\"Aguiarnópolis\",,\"BRA.27.2_1\",,,\"BRTO1700301\",\"1700301\",-6.51925564,-47.498914932922,6892,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7a366e4a\",1700350,1700350,\"BR_TO\",\"1700350\",3,\"Tocantins\",\"Aliança do Tocantins\",,\"BRA.27.3_1\",,,\"BRTO1700350\",\"1700350\",-11.360265255,-48.9417106106917,5346,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"020e8c8a\",1700400,1700400,\"BR_TO\",\"1700400\",3,\"Tocantins\",\"Almas\",,\"BRA.27.4_1\",,,\"BRTO1700400\",\"1700400\",-11.472381115,-47.3028655170241,6979,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9e2ca770\",1700707,1700707,\"BR_TO\",\"1700707\",3,\"Tocantins\",\"Alvorada\",,\"BRA.27.5_1\",,,\"BRTO1700707\",\"1700707\",-12.407527925,-49.1146721581095,8396,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"53b5221f\",1701002,1701002,\"BR_TO\",\"1701002\",3,\"Tocantins\",\"Ananás\",,\"BRA.27.6_1\",,,\"BRTO1701002\",\"1701002\",-6.194741485,-48.2055836381534,9492,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b7cb87e0\",1701051,1701051,\"BR_TO\",\"1701051\",3,\"Tocantins\",\"Angico\",,\"BRA.27.7_1\",,,\"BRTO1701051\",\"1701051\",-6.421372655,-47.8918380489452,3454,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cb7e1992\",1701101,1701101,\"BR_TO\",\"1701101\",3,\"Tocantins\",\"Aparecida do Rio Negro\",,\"BRA.27.8_1\",,,\"BRTO1701101\",\"1701101\",-9.97697306,-48.0222511723124,4848,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c62145ce\",1701309,1701309,\"BR_TO\",\"1701309\",3,\"Tocantins\",\"Aragominas\",,\"BRA.27.9_1\",,,\"BRTO1701309\",\"1701309\",-6.98946929,-48.5255275585989,5731,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2b632906\",1701903,1701903,\"BR_TO\",\"1701903\",3,\"Tocantins\",\"Araguacema\",,\"BRA.27.10_1\",,,\"BRTO1701903\",\"1701903\",-8.90946579,-49.5742541677151,7155,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"af0eecdd\",1702000,1702000,\"BR_TO\",\"1702000\",3,\"Tocantins\",\"Araguaçu\",,\"BRA.27.11_1\",,,\"BRTO1702000\",\"1702000\",-12.84029007,-49.7760039533464,8467,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d7103e4e\",1702109,1702109,\"BR_TO\",\"1702109\",3,\"Tocantins\",\"Araguaína\",,\"BRA.27.12_1\",\"ChIJCzMP97QN2ZIRtLhJO8cMA5w\",,\"BRTO1702109\",\"1702109\",-7.2523005,-48.2823862035414,183381,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dd60fa9d\",1702158,1702158,\"BR_TO\",\"1702158\",3,\"Tocantins\",\"Araguanã\",,\"BRA.27.13_1\",,,\"BRTO1702158\",\"1702158\",-6.73593116,-48.5569877414969,5793,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a251b081\",1702208,1702208,\"BR_TO\",\"1702208\",3,\"Tocantins\",\"Araguatins\",,\"BRA.27.14_1\",\"ChIJVajkivDYxJIRVpGGkUltjPM\",,\"BRTO1702208\",\"1702208\",-5.64142966,-48.0095589462167,36170,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"332cc727\",1702307,1702307,\"BR_TO\",\"1702307\",3,\"Tocantins\",\"Arapoema\",,\"BRA.27.15_1\",,,\"BRTO1702307\",\"1702307\",-7.732105495,-49.0077711463512,6616,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4164e134\",1702406,1702406,\"BR_TO\",\"1702406\",3,\"Tocantins\",\"Arraias\",,\"BRA.27.16_1\",,,\"BRTO1702406\",\"1702406\",-12.81962967,-46.915562062785,10534,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3df1e6a\",1702554,1702554,\"BR_TO\",\"1702554\",3,\"Tocantins\",\"Augustinópolis\",,\"BRA.27.17_1\",\"ChIJg47ljcYQxZIRAX7KO882I_c\",,\"BRTO1702554\",\"1702554\",-5.520011665,-47.9263812805356,18643,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3348abe2\",1702703,1702703,\"BR_TO\",\"1702703\",3,\"Tocantins\",\"Aurora do Tocantins\",,\"BRA.27.18_1\",,,\"BRTO1702703\",\"1702703\",-12.62541914,-46.483630842301,3783,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d7d8e7c4\",1702901,1702901,\"BR_TO\",\"1702901\",3,\"Tocantins\",\"Axixá do Tocantins\",,\"BRA.27.19_1\",,,\"BRTO1702901\",\"1702901\",-5.680844545,-47.7638024640744,9787,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1969038a\",1703008,1703008,\"BR_TO\",\"1703008\",3,\"Tocantins\",\"Babaçulândia\",,\"BRA.27.20_1\",,,\"BRTO1703008\",\"1703008\",-7.16114807,-47.9102550512059,10666,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f4a1ea5e\",1703057,1703057,\"BR_TO\",\"1703057\",3,\"Tocantins\",\"Bandeirantes do Tocantins\",,\"BRA.27.21_1\",,,\"BRTO1703057\",\"1703057\",-7.99267912,-48.7114217642035,3592,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c1fa4cc5\",1703073,1703073,\"BR_TO\",\"1703073\",3,\"Tocantins\",\"Barra do Ouro\",,\"BRA.27.22_1\",,,\"BRTO1703073\",\"1703073\",-7.71299839,-47.6400929760549,4632,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8814742c\",1703107,1703107,\"BR_TO\",\"1703107\",3,\"Tocantins\",\"Barrolândia\",,\"BRA.27.23_1\",,,\"BRTO1703107\",\"1703107\",-9.902236935,-48.7839186322227,5651,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd55fae3\",1703206,1703206,\"BR_TO\",\"1703206\",3,\"Tocantins\",\"Bernardo Sayão\",,\"BRA.27.24_1\",,,\"BRTO1703206\",\"1703206\",-7.988729715,-48.9887759729493,4448,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"659ec16e\",1703305,1703305,\"BR_TO\",\"1703305\",3,\"Tocantins\",\"Bom Jesus do Tocantins\",,\"BRA.27.25_1\",,,\"BRTO1703305\",\"1703305\",-8.999829295,-47.8627819642538,5008,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd319626\",1703602,1703602,\"BR_TO\",\"1703602\",3,\"Tocantins\",\"Brasilândia do Tocantins\",,\"BRA.27.26_1\",,,\"BRTO1703602\",\"1703602\",-8.272700785,-48.460415222107,2211,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"65faadab\",1703701,1703701,\"BR_TO\",\"1703701\",3,\"Tocantins\",\"Brejinho de Nazaré\",,\"BRA.27.27_1\",,,\"BRTO1703701\",\"1703701\",-11.062152865,-48.6915518608469,5519,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"19a1da00\",1703800,1703800,\"BR_TO\",\"1703800\",3,\"Tocantins\",\"Buriti do Tocantins\",,\"BRA.27.28_1\",,,\"BRTO1703800\",\"1703800\",-5.35034585,-48.1511964924108,11497,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c2f41db7\",1703826,1703826,\"BR_TO\",\"1703826\",3,\"Tocantins\",\"Cachoeirinha\",,\"BRA.27.29_1\",,,\"BRTO1703826\",\"1703826\",-6.09640598,-47.8502997689047,2284,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93c37e28\",1703842,1703842,\"BR_TO\",\"1703842\",3,\"Tocantins\",\"Campos Lindos\",,\"BRA.27.30_1\",,,\"BRTO1703842\",\"1703842\",-8.214521885,-46.7717614924205,10312,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d19fe825\",1703867,1703867,\"BR_TO\",\"1703867\",3,\"Tocantins\",\"Cariri do Tocantins\",,\"BRA.27.31_1\",,,\"BRTO1703867\",\"1703867\",-11.94515848,-49.1419876987753,4441,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"487101b2\",1703883,1703883,\"BR_TO\",\"1703883\",3,\"Tocantins\",\"Carmolândia\",,\"BRA.27.32_1\",,,\"BRTO1703883\",\"1703883\",-7.035924435,-48.3766936917004,2603,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf6451df\",1703891,1703891,\"BR_TO\",\"1703891\",3,\"Tocantins\",\"Carrasco Bonito\",,\"BRA.27.33_1\",,,\"BRTO1703891\",\"1703891\",-5.32822847,-48.0076806988263,4130,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"61bf0893\",1703909,1703909,\"BR_TO\",\"1703909\",3,\"Tocantins\",\"Caseara\",,\"BRA.27.34_1\",,,\"BRTO1703909\",\"1703909\",-9.37153721,-49.8469677562089,5442,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fbcd2db9\",1704105,1704105,\"BR_TO\",\"1704105\",3,\"Tocantins\",\"Centenário\",,\"BRA.27.35_1\",,,\"BRTO1704105\",\"1704105\",-9.077901845,-47.4390298918818,2936,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"dd15df7f\",1705102,1705102,\"BR_TO\",\"1705102\",3,\"Tocantins\",\"Chapada da Natividade\",,\"BRA.27.36_1\",,,\"BRTO1705102\",\"1705102\",-11.516049385,-47.8303958870452,3331,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8ee8cfb3\",1704600,1704600,\"BR_TO\",\"1704600\",3,\"Tocantins\",\"Chapada de Areia\",,\"BRA.27.37_1\",,,\"BRTO1704600\",\"1704600\",-10.166295055,-49.1754083417829,1410,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3ac99ebd\",1705508,1705508,\"BR_TO\",\"1705508\",3,\"Tocantins\",\"Colinas do Tocantins\",,\"BRA.27.38_1\",\"ChIJM_vZFKteJ5MRlFdm6Z-0bqM\",,\"BRTO1705508\",\"1705508\",-8.06898928,-48.5399083770003,35851,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"814a1505\",1716703,1716703,\"BR_TO\",\"1716703\",3,\"Tocantins\",\"Colméia\",,\"BRA.27.39_1\",,,\"BRTO1716703\",\"1716703\",-8.894196035,-48.7446876389963,8141,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d7017769\",1705557,1705557,\"BR_TO\",\"1705557\",3,\"Tocantins\",\"Combinado\",,\"BRA.27.40_1\",,,\"BRTO1705557\",\"1705557\",-12.832286835,-46.4893586713484,4861,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"a8303d75\",1705607,1705607,\"BR_TO\",\"1705607\",3,\"Tocantins\",\"Conceição do Tocantins\",,\"BRA.27.41_1\",,,\"BRTO1705607\",\"1705607\",-12.146222595,-47.2887259024889,4087,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"576b4b1c\",1706001,1706001,\"BR_TO\",\"1706001\",3,\"Tocantins\",\"Couto Magalhães\",,\"BRA.27.42_1\",,,\"BRTO1706001\",\"1706001\",-8.438263415,-49.1704201732168,5639,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"21ae11bd\",1706100,1706100,\"BR_TO\",\"1706100\",3,\"Tocantins\",\"Cristalândia\",,\"BRA.27.43_1\",,,\"BRTO1706100\",\"1706100\",-10.634969715,-49.3121299979232,7278,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5044d393\",1706258,1706258,\"BR_TO\",\"1706258\",3,\"Tocantins\",\"Crixás do Tocantins\",,\"BRA.27.44_1\",,,\"BRTO1706258\",\"1706258\",-11.15561438,-49.0637095540351,1735,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"cfc41c54\",1706506,1706506,\"BR_TO\",\"1706506\",3,\"Tocantins\",\"Darcinópolis\",,\"BRA.27.45_1\",,,\"BRTO1706506\",\"1706506\",-6.77385044,-47.7106901245163,6174,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e10ca44b\",1707009,1707009,\"BR_TO\",\"1707009\",3,\"Tocantins\",\"Dianópolis\",,\"BRA.27.46_1\",\"ChIJrbEwnwFUNpMRKJ1zSukks4A\",,\"BRTO1707009\",\"1707009\",-11.79773283,-46.9802538050335,22424,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"97c9feea\",1707108,1707108,\"BR_TO\",\"1707108\",3,\"Tocantins\",\"Divinópolis do Tocantins\",,\"BRA.27.47_1\",,,\"BRTO1707108\",\"1707108\",-9.3308506,-49.0223240466206,6943,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"05305d22\",1707207,1707207,\"BR_TO\",\"1707207\",3,\"Tocantins\",\"Dois Irmãos do Tocantins\",,,,,\"BRTO1707207\",\"1707207\",-9.2539897,-49.0665558,7185,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73f50783\",1707306,1707306,\"BR_TO\",\"1707306\",3,\"Tocantins\",\"Dueré\",,\"BRA.27.48_1\",,,\"BRTO1707306\",\"1707306\",-11.378682615,-49.398708077198,4686,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"efb340bc\",1707405,1707405,\"BR_TO\",\"1707405\",3,\"Tocantins\",\"Esperantina\",,\"BRA.27.49_1\",,,\"BRTO1707405\",\"1707405\",-5.308575155,-48.4952129832255,11139,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7a657bfb\",1707553,1707553,\"BR_TO\",\"1707553\",3,\"Tocantins\",\"Fátima\",,\"BRA.27.50_1\",,,\"BRTO1707553\",\"1707553\",-12.239193915,-49.4163022428394,3830,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0f24f534\",1707652,1707652,\"BR_TO\",\"1707652\",3,\"Tocantins\",\"Figueirópolis\",,\"BRA.27.51_1\",,,\"BRTO1707652\",\"1707652\",-7.509315495,-47.861656034125,5243,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"73916b46\",1707702,1707702,\"BR_TO\",\"1707702\",3,\"Tocantins\",\"Filadélfia\",,\"BRA.27.52_1\",,,\"BRTO1707702\",\"1707702\",-12.1199398,-50.3697919351983,8874,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b35d2c58\",1708205,1708205,\"BR_TO\",\"1708205\",3,\"Tocantins\",\"Formoso do Araguaia\",,\"BRA.27.53_1\",\"ChIJ9btSGINoPpMRWcBgTMZyUSA\",,\"BRTO1708205\",\"1708205\",-9.09750366,-48.5810139306805,18399,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c59876f9\",1708304,1708304,\"BR_TO\",\"1708304\",3,\"Tocantins\",\"Goianorte\",,\"BRA.27.55_1\",,,\"BRTO1708304\",\"1708304\",-8.917828085,-49.0177925455243,5130,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"08659f53\",1709005,1709005,\"BR_TO\",\"1709005\",3,\"Tocantins\",\"Goiatins\",,\"BRA.27.56_1\",,,\"BRTO1709005\",\"1709005\",-8.018941405,-47.4744774122523,13095,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9447b4a9\",1709302,1709302,\"BR_TO\",\"1709302\",3,\"Tocantins\",\"Guaraí\",,,\"ChIJO4EcfUaVJpMR6fXoB0DbMsw\",,\"BRTO1709302\",\"1709302\",-8.835429,-48.511432,26165,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7ec4a937\",1709500,1709500,\"BR_TO\",\"1709500\",3,\"Tocantins\",\"Gurupi\",,\"BRA.27.57_1\",\"ChIJ-S8UJ56VPpMRLZeuLl7INvs\",,\"BRTO1709500\",\"1709500\",-11.659612655,-48.9236004638043,87545,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e878afc7\",1709807,1709807,\"BR_TO\",\"1709807\",3,\"Tocantins\",\"Ipueiras\",,\"BRA.27.58_1\",,,\"BRTO1709807\",\"1709807\",-11.11463928,-48.4251173846065,2052,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3077473f\",1710508,1710508,\"BR_TO\",\"1710508\",3,\"Tocantins\",\"Itacajá\",,\"BRA.27.59_1\",,,\"BRTO1710508\",\"1710508\",-8.550624375,-47.6253352037673,7452,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d44bbe56\",1710706,1710706,\"BR_TO\",\"1710706\",3,\"Tocantins\",\"Itaguatins\",,\"BRA.27.60_1\",,,\"BRTO1710706\",\"1710706\",-5.79220104,-47.6053278527645,5832,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"30dbf270\",1710904,1710904,\"BR_TO\",\"1710904\",3,\"Tocantins\",\"Itapiratins\",,\"BRA.27.61_1\",,,\"BRTO1710904\",\"1710904\",-8.30144501,-48.0466373306502,3795,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"811900b4\",1711100,1711100,\"BR_TO\",\"1711100\",3,\"Tocantins\",\"Itaporã do Tocantins\",,\"BRA.27.62_1\",,,\"BRTO1711100\",\"1711100\",-8.448482515,-48.7663458880745,2420,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6f730d5d\",1711506,1711506,\"BR_TO\",\"1711506\",3,\"Tocantins\",\"Jaú do Tocantins\",,\"BRA.27.63_1\",,,\"BRTO1711506\",\"1711506\",-12.857774735,-48.678181270562,3878,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"17c16a81\",1711803,1711803,\"BR_TO\",\"1711803\",3,\"Tocantins\",\"Juarina\",,\"BRA.27.64_1\",,,\"BRTO1711803\",\"1711803\",-8.127919195,-49.0962408352131,2184,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"61043020\",1711902,1711902,\"BR_TO\",\"1711902\",3,\"Tocantins\",\"Lagoa da Confusão\",,\"BRA.27.65_1\",,,\"BRTO1711902\",\"1711902\",-11.04791975,-50.2190553493466,13676,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"857a95df\",1711951,1711951,\"BR_TO\",\"1711951\",3,\"Tocantins\",\"Lagoa do Tocantins\",,\"BRA.27.66_1\",,,\"BRTO1711951\",\"1711951\",-10.343241215,-47.4971253714231,4393,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ebb27dc9\",1712009,1712009,\"BR_TO\",\"1712009\",3,\"Tocantins\",\"Lajeado\",,\"BRA.27.67_1\",,,\"BRTO1712009\",\"1712009\",-9.83994436,-48.2870784259279,3167,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"70bfcebc\",1712157,1712157,\"BR_TO\",\"1712157\",3,\"Tocantins\",\"Lavandeira\",,\"BRA.27.68_1\",,,\"BRTO1712157\",\"1712157\",-12.82339859,-46.3481971277655,1954,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e50d993e\",1712405,1712405,\"BR_TO\",\"1712405\",3,\"Tocantins\",\"Lizarda\",,\"BRA.27.69_1\",,,\"BRTO1712405\",\"1712405\",-9.49562216,-46.8269754740304,3733,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ef7d5ded\",1712454,1712454,\"BR_TO\",\"1712454\",3,\"Tocantins\",\"Luzinópolis\",,\"BRA.27.70_1\",,,\"BRTO1712454\",\"1712454\",-6.21458864,-47.8488679811813,3154,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"93c8c39f\",1712504,1712504,\"BR_TO\",\"1712504\",3,\"Tocantins\",\"Marianópolis do Tocantins\",,\"BRA.27.71_1\",,,\"BRTO1712504\",\"1712504\",-9.771001815,-49.7562766408138,5254,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"792fb2c4\",1712702,1712702,\"BR_TO\",\"1712702\",3,\"Tocantins\",\"Mateiros\",,\"BRA.27.72_1\",,,\"BRTO1712702\",\"1712702\",-10.706032275,-46.5372440537112,2729,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"eb7aa443\",1712801,1712801,\"BR_TO\",\"1712801\",3,\"Tocantins\",\"Maurilândia do Tocantins\",,\"BRA.27.73_1\",,,\"BRTO1712801\",\"1712801\",-6.02232146,-47.5713874498282,3448,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"593c82e9\",1713205,1713205,\"BR_TO\",\"1713205\",3,\"Tocantins\",\"Miracema do Tocantins\",,\"BRA.27.74_1\",\"ChIJ6WhqaPRdJJMRA_ZZn-W2HgQ\",,\"BRTO1713205\",\"1713205\",-9.719872475,-48.6140780898287,17936,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2ff9d848\",1713304,1713304,\"BR_TO\",\"1713304\",3,\"Tocantins\",\"Miranorte\",,\"BRA.27.75_1\",,,\"BRTO1713304\",\"1713304\",-9.39678955,-48.6675080647558,13493,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5958ee2c\",1713601,1713601,\"BR_TO\",\"1713601\",3,\"Tocantins\",\"Monte do Carmo\",,\"BRA.27.76_1\",,,\"BRTO1713601\",\"1713601\",-10.73292875,-48.0207064398535,8066,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2f9db48d\",1713700,1713700,\"BR_TO\",\"1713700\",3,\"Tocantins\",\"Monte Santo do Tocantins\",,\"BRA.27.77_1\",,,\"BRTO1713700\",\"1713700\",-9.988059995,-49.1121504784534,2295,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c610f861\",1713957,1713957,\"BR_TO\",\"1713957\",3,\"Tocantins\",\"Muricilândia\",,\"BRA.27.79_1\",,,\"BRTO1713957\",\"1713957\",-7.017525435,-48.7690980804671,3587,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"2d881f65\",1714203,1714203,\"BR_TO\",\"1714203\",3,\"Tocantins\",\"Natividade\",,\"BRA.27.80_1\",,,\"BRTO1714203\",\"1714203\",-11.7257061,-47.6242031746881,9250,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b4d45c4\",1714302,1714302,\"BR_TO\",\"1714302\",3,\"Tocantins\",\"Nazaré\",,\"BRA.27.81_1\",,,\"BRTO1714302\",\"1714302\",-6.32204294,-47.7845117995279,3834,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"71cf4101\",1714880,1714880,\"BR_TO\",\"1714880\",3,\"Tocantins\",\"Nova Olinda\",,\"BRA.27.82_1\",,,\"BRTO1714880\",\"1714880\",-7.67570543,-48.3613323201319,11917,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e1b79cf8\",1715002,1715002,\"BR_TO\",\"1715002\",3,\"Tocantins\",\"Nova Rosalândia\",,\"BRA.27.83_1\",,,\"BRTO1715002\",\"1715002\",-10.539900305,-48.9892631047944,4304,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"797ca775\",1715101,1715101,\"BR_TO\",\"1715101\",3,\"Tocantins\",\"Novo Acordo\",,\"BRA.27.84_1\",,,\"BRTO1715101\",\"1715101\",-10.158831115,-47.2466258091342,4397,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"730c63a6\",1715150,1715150,\"BR_TO\",\"1715150\",3,\"Tocantins\",\"Novo Alegre\",,\"BRA.27.85_1\",,,\"BRTO1715150\",\"1715150\",-12.88844252,-46.5854584340746,2332,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0896655b\",1715259,1715259,\"BR_TO\",\"1715259\",3,\"Tocantins\",\"Novo Jardim\",,\"BRA.27.86_1\",,,\"BRTO1715259\",\"1715259\",-11.80866194,-46.6542653450814,2745,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"9716aa9c\",1715507,1715507,\"BR_TO\",\"1715507\",3,\"Tocantins\",\"Oliveira de Fátima\",,\"BRA.27.87_1\",,,\"BRTO1715507\",\"1715507\",-10.65948057,-48.8769461031123,1118,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c77b1053\",1721000,1721000,\"BR_TO\",\"1721000\",3,\"Tocantins\",\"Palmas\",,\"BRA.27.88_1\",\"ChIJTwUwGCvLJJMRTVee0M8Ezok\",,\"BRTO1721000\",\"1721000\",-10.187274455,-48.1108435838818,306296,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7a9c1fde\",1715705,1715705,\"BR_TO\",\"1715705\",3,\"Tocantins\",\"Palmeirante\",,\"BRA.27.89_1\",,,\"BRTO1715705\",\"1715705\",-13.03515482,-48.3314451209958,6131,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5d1d4b14\",1713809,1713809,\"BR_TO\",\"1713809\",3,\"Tocantins\",\"Palmeiras do Tocantins\",,\"BRA.27.78_1\",,,\"BRTO1713809\",\"1713809\",-6.586466075,-47.6561432587343,6745,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"70ecdb0d\",1715754,1715754,\"BR_TO\",\"1715754\",3,\"Tocantins\",\"Palmeirópolis\",,\"BRA.27.90_1\",,,\"BRTO1715754\",\"1715754\",-7.848150015,-48.0853468140228,7676,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"651280a9\",1716109,1716109,\"BR_TO\",\"1716109\",3,\"Tocantins\",\"Paraíso do Tocantins\",,\"BRA.27.91_1\",\"ChIJlzmxUh9QI5MRjqgwRVirwZY\",,\"BRTO1716109\",\"1716109\",-10.242851735,-48.8488129750301,51891,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"10530e66\",1716208,1716208,\"BR_TO\",\"1716208\",3,\"Tocantins\",\"Paranã\",,\"BRA.27.92_1\",,,\"BRTO1716208\",\"1716208\",-12.75647068,-47.7843971451376,10437,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"812e79c0\",1716307,1716307,\"BR_TO\",\"1716307\",3,\"Tocantins\",\"Pau D'Arco\",,\"BRA.27.93_1\",,,\"BRTO1716307\",\"1716307\",-7.51523304,-48.9975323445903,4867,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6bad645e\",1716505,1716505,\"BR_TO\",\"1716505\",3,\"Tocantins\",\"Pedro Afonso\",,\"BRA.27.94_1\",\"ChIJE_6fJ8F-JpMRD7bO2J8D7ZU\",,\"BRTO1716505\",\"1716505\",-9.20511055,-48.0023666749431,13773,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"1eecea91\",1716604,1716604,\"BR_TO\",\"1716604\",3,\"Tocantins\",\"Peixe\",,\"BRA.27.95_1\",,,\"BRTO1716604\",\"1716604\",-11.932668685,-48.5858783117969,11873,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fdff8b77\",1716653,1716653,\"BR_TO\",\"1716653\",3,\"Tocantins\",\"Pequizeiro\",,\"BRA.27.96_1\",,,\"BRTO1716653\",\"1716653\",-8.394340035,-48.9135516475094,5512,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ab6bbd6d\",1717008,1717008,\"BR_TO\",\"1717008\",3,\"Tocantins\",\"Pindorama do Tocantins\",,\"BRA.27.97_1\",,,\"BRTO1717008\",\"1717008\",-11.197336195,-47.5801576169918,4430,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4f574404\",1717206,1717206,\"BR_TO\",\"1717206\",3,\"Tocantins\",\"Piraquê\",,\"BRA.27.98_1\",,,\"BRTO1717206\",\"1717206\",-6.81979418,-48.2859481163249,3033,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"3a72a60e\",1717503,1717503,\"BR_TO\",\"1717503\",3,\"Tocantins\",\"Pium\",,\"BRA.27.99_1\",,,\"BRTO1717503\",\"1717503\",-9.94530106,-50.0227354017335,7743,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"aba364e7\",1717800,1717800,\"BR_TO\",\"1717800\",3,\"Tocantins\",\"Ponte Alta do Bom Jesus\",,\"BRA.27.100_1\",,,\"BRTO1717800\",\"1717800\",-12.06931305,-46.5774650488312,4591,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d3bdb674\",1717909,1717909,\"BR_TO\",\"1717909\",3,\"Tocantins\",\"Ponte Alta do Tocantins\",,\"BRA.27.101_1\",,,\"BRTO1717909\",\"1717909\",-10.75275898,-47.3706435537503,8116,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"14b0803c\",1718006,1718006,\"BR_TO\",\"1718006\",3,\"Tocantins\",\"Porto Alegre do Tocantins\",,\"BRA.27.102_1\",,,\"BRTO1718006\",\"1718006\",-11.5585289,-47.0696786780896,3170,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f93a357e\",1718204,1718204,\"BR_TO\",\"1718204\",3,\"Tocantins\",\"Porto Nacional\",,\"BRA.27.103_1\",\"ChIJb8jSjnZpO5MRmeSwCNRNBPE\",,\"BRTO1718204\",\"1718204\",-10.550886155,-48.5494876417257,53316,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"669ccaea\",1718303,1718303,\"BR_TO\",\"1718303\",3,\"Tocantins\",\"Praia Norte\",,\"BRA.27.104_1\",,,\"BRTO1718303\",\"1718303\",-5.49027896,-47.7857274354174,8498,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"14d4ecf9\",1718402,1718402,\"BR_TO\",\"1718402\",3,\"Tocantins\",\"Presidente Kennedy\",,\"BRA.27.105_1\",,,\"BRTO1718402\",\"1718402\",-8.463670255,-48.4771192288243,3676,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"f0aa4906\",1718451,1718451,\"BR_TO\",\"1718451\",3,\"Tocantins\",\"Pugmil\",,\"BRA.27.106_1\",,,\"BRTO1718451\",\"1718451\",-10.42211819,-48.8629314492865,2717,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8c1fd774\",1718501,1718501,\"BR_TO\",\"1718501\",3,\"Tocantins\",\"Recursolândia\",,\"BRA.27.107_1\",,,\"BRTO1718501\",\"1718501\",-8.70024252,-47.1122138539726,4342,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"866f13a7\",1718550,1718550,\"BR_TO\",\"1718550\",3,\"Tocantins\",\"Riachinho\",,\"BRA.27.108_1\",,,\"BRTO1718550\",\"1718550\",-6.519814015,-48.0882988193027,4684,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fdf5155a\",1718659,1718659,\"BR_TO\",\"1718659\",3,\"Tocantins\",\"Rio da Conceição\",,\"BRA.27.109_1\",,,\"BRTO1718659\",\"1718659\",-11.34238386,-46.7593673715949,2171,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"81408b28\",1718709,1718709,\"BR_TO\",\"1718709\",3,\"Tocantins\",\"Rio dos Bois\",,\"BRA.27.110_1\",,,\"BRTO1718709\",\"1718709\",-9.243238925,-48.4509124048383,2856,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"8b304ffb\",1718758,1718758,\"BR_TO\",\"1718758\",3,\"Tocantins\",\"Rio Sono\",,\"BRA.27.111_1\",,,\"BRTO1718758\",\"1718758\",-9.644473555,-47.4897748506709,6488,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"fd1bfc83\",1718808,1718808,\"BR_TO\",\"1718808\",3,\"Tocantins\",\"Sampaio\",,\"BRA.27.112_1\",,,\"BRTO1718808\",\"1718808\",-5.35292959,-47.9088350865728,4794,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"97acb1b5\",1718840,1718840,\"BR_TO\",\"1718840\",3,\"Tocantins\",\"Sandolândia\",,\"BRA.27.113_1\",,,\"BRTO1718840\",\"1718840\",-12.389469145,-49.8601477770499,3373,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d5f027b8\",1718865,1718865,\"BR_TO\",\"1718865\",3,\"Tocantins\",\"Santa Fé do Araguaia\",,\"BRA.27.114_1\",,,\"BRTO1718865\",\"1718865\",-7.04219198,-49.0464230607301,7595,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4c1ece2f\",1718881,1718881,\"BR_TO\",\"1718881\",3,\"Tocantins\",\"Santa Maria do Tocantins\",,\"BRA.27.115_1\",,,\"BRTO1718881\",\"1718881\",-8.80133152,-47.8985062685193,3486,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5bde775c\",1718899,1718899,\"BR_TO\",\"1718899\",3,\"Tocantins\",\"Santa Rita do Tocantins\",,\"BRA.27.116_1\",,,\"BRTO1718899\",\"1718899\",-10.962858675,-49.320506361675,2386,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6c668b25\",1718907,1718907,\"BR_TO\",\"1718907\",3,\"Tocantins\",\"Santa Rosa do Tocantins\",,\"BRA.27.117_1\",,,\"BRTO1718907\",\"1718907\",-11.4159193,-48.1382125626146,4846,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"42028675\",1719004,1719004,\"BR_TO\",\"1719004\",3,\"Tocantins\",\"Santa Tereza do Tocantins\",,\"BRA.27.118_1\",,,\"BRTO1719004\",\"1719004\",-10.291095255,-47.7480957372688,2897,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"91c9161a\",1720002,1720002,\"BR_TO\",\"1720002\",3,\"Tocantins\",\"Santa Terezinha do Tocantins\",,\"BRA.27.119_1\",,,\"BRTO1720002\",\"1720002\",-6.484755995,-47.7643806612299,2530,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"09022d97\",1720101,1720101,\"BR_TO\",\"1720101\",3,\"Tocantins\",\"São Bento do Tocantins\",,\"BRA.27.120_1\",,,\"BRTO1720101\",\"1720101\",-5.950974465,-47.7947468870902,5391,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"0372e944\",1720150,1720150,\"BR_TO\",\"1720150\",3,\"Tocantins\",\"São Félix do Tocantins\",,\"BRA.27.121_1\",,,\"BRTO1720150\",\"1720150\",-10.045770645,-46.7539211453106,1598,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"7c43a358\",1720200,1720200,\"BR_TO\",\"1720200\",3,\"Tocantins\",\"São Miguel do Tocantins\",,\"BRA.27.122_1\",,,\"BRTO1720200\",\"1720200\",-5.552072525,-47.5559652891901,12294,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"78e8efb9\",1720259,1720259,\"BR_TO\",\"1720259\",3,\"Tocantins\",\"São Salvador do Tocantins\",,\"BRA.27.123_1\",,,\"BRTO1720259\",\"1720259\",-12.54171562,-48.3557208731609,3094,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"045d71cb\",1720309,1720309,\"BR_TO\",\"1720309\",3,\"Tocantins\",\"São Sebastião do Tocantins\",,\"BRA.27.124_1\",,,\"BRTO1720309\",\"1720309\",-5.241662025,-48.3227373279638,4852,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"d0d0dc07\",1720499,1720499,\"BR_TO\",\"1720499\",3,\"Tocantins\",\"São Valério\",,\"BRA.27.125_1\",,,\"BRTO1720499\",\"1720499\",-11.77098179,-48.2290751710744,3904,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76570b4e\",1720655,1720655,\"BR_TO\",\"1720655\",3,\"Tocantins\",\"Silvanópolis\",,\"BRA.27.126_1\",,,\"BRTO1720655\",\"1720655\",-11.113426685,-48.2239828163936,5428,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"76b9e297\",1720804,1720804,\"BR_TO\",\"1720804\",3,\"Tocantins\",\"Sítio Novo do Tocantins\",,\"BRA.27.127_1\",,,\"BRTO1720804\",\"1720804\",-5.64433503,-47.6528007470798,8997,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"95aa8371\",1720853,1720853,\"BR_TO\",\"1720853\",3,\"Tocantins\",\"Sucupira\",,\"BRA.27.128_1\",,,\"BRTO1720853\",\"1720853\",-12.08082962,-48.8577515488714,1986,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"b92de88b\",1708254,1708254,\"BR_TO\",\"1708254\",3,\"Tocantins\",\"Tabocão\",,\"BRA.27.54_1\",,,\"BRTO1708254\",\"1708254\",-10.82752752,-48.9029213406332,2602,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"e91f1d03\",1720903,1720903,\"BR_TO\",\"1720903\",3,\"Tocantins\",\"Taguatinga\",,\"BRA.27.129_1\",,,\"BRTO1720903\",\"1720903\",-12.34897232,-46.5982315715862,16825,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"c55f8ad9\",1720937,1720937,\"BR_TO\",\"1720937\",3,\"Tocantins\",\"Taipas do Tocantins\",,\"BRA.27.130_1\",,,\"BRTO1720937\",\"1720937\",-12.154718875,-46.9803962984103,2166,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"318c524c\",1720978,1720978,\"BR_TO\",\"1720978\",3,\"Tocantins\",\"Talismã\",,\"BRA.27.131_1\",,,\"BRTO1720978\",\"1720978\",-12.671813965,-49.0607449406799,2812,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"bf65c2c0\",1721109,1721109,\"BR_TO\",\"1721109\",3,\"Tocantins\",\"Tocantínia\",,\"BRA.27.132_1\",,,\"BRTO1721109\",\"1721109\",-9.62230206,-48.160225790388,7617,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"ca244c0f\",1721208,1721208,\"BR_TO\",\"1721208\",3,\"Tocantins\",\"Tocantinópolis\",,\"BRA.27.133_1\",\"ChIJdy1nSeuG2pIR7Nmgv2Wq2uo\",,\"BRTO1721208\",\"1721208\",-6.240279915,-47.5536299913454,22845,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"27eca5db\",1721257,1721257,\"BR_TO\",\"1721257\",3,\"Tocantins\",\"Tupirama\",,\"BRA.27.134_1\",,,\"BRTO1721257\",\"1721257\",-8.828644275,-48.4066916866029,1922,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"5b593ba9\",1721307,1721307,\"BR_TO\",\"1721307\",3,\"Tocantins\",\"Tupiratins\",,\"BRA.27.135_1\",,,\"BRTO1721307\",\"1721307\",-8.35462189,-48.1988007447831,2729,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"6a100523\",1722081,1722081,\"BR_TO\",\"1722081\",3,\"Tocantins\",\"Wanderlândia\",,\"BRA.27.136_1\",,,\"BRTO1722081\",\"1722081\",-6.88353205,-47.9911448846243,11734,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n\"4a684029\",1722107,1722107,\"BR_TO\",\"1722107\",3,\"Tocantins\",\"Xambioá\",,\"BRA.27.137_1\",,,\"BRTO1722107\",\"1722107\",-6.57217455,-48.3845293189008,11520,\"Wesley Cota (2020)\",\"https://github.com/wcota/covid19br\"\n"
  },
  {
    "path": "inst/extdata/db/CAN.csv",
    "content": "\"id\",\"id_canada.ca\",\"id_github.oxcgrt.covidpolicytracker\",\"id_github.cssegisanddata.covid19\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_jhu_csse\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,,,,\"-\",,,,,\n\"e61d6191\",48,\"CAN_AB\",\"Alberta\",2,\"Alberta\",,\"Alberta\",\"CAN.1_1\",\"ChIJtRkkqIKyCVMRno6bQJpHqbA\",\"CA.AB\",\"CAAB\",\"48\",54.500614165,-115.002841913571,4413146,\"Canada's National Statistical Agency (2020)\",\"https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1710000901\"\n\"c229681f\",59,\"CAN_BC\",\"British Columbia\",2,\"British Columbia\",,\"British Columbia\",\"CAN.2_1\",\"ChIJr2prqsdmelMR-fHnN-lBG4g\",\"CA.BC\",\"CABC\",\"59\",54.499851225,-124.993505972093,5110917,\"Canada's National Statistical Agency (2020)\",\"https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1710000901\"\n\"2a9fd65a\",46,\"CAN_MB\",\"Manitoba\",2,\"Manitoba\",,\"Manitoba\",\"CAN.3_1\",\"ChIJE7XnRW_gbVIRaMfBq_JVDxw\",\"CA.MB\",\"CAMB\",\"46\",54.51034355,-97.2122071670366,1377517,\"Canada's National Statistical Agency (2020)\",\"https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1710000901\"\n\"d177e539\",13,\"CAN_NB\",\"New Brunswick\",2,\"New Brunswick\",,\"New Brunswick\",\"CAN.4_1\",\"ChIJzQ41MtD9o0wRzAVoAlrJbeY\",\"CA.NB\",\"CANB\",\"13\",46.551244735,-66.4119697945007,779993,\"Canada's National Statistical Agency (2020)\",\"https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1710000901\"\n\"d07806cb\",10,\"CAN_NL\",\"Newfoundland and Labrador\",2,\"Newfoundland and Labrador\",,\"Newfoundland and Labrador\",\"CAN.5_1\",\"ChIJD_AvfcKjDEsRqDl21bOd7GQ\",\"CA.NF\",\"CANL\",\"10\",49.12055397,-56.6925764086932,521365,\"Canada's National Statistical Agency (2020)\",\"https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1710000901\"\n\"eef40c88\",61,\"CAN_NT\",\"Northwest Territories\",2,\"Northwest Territories\",,\"Northwest Territories\",\"CAN.6_1\",\"ChIJDcHTs_Q4EVERjVnGRNguMhk\",\"CA.NT\",\"CANT\",\"61\",65.28036499,-121.562220197077,44904,\"Canada's National Statistical Agency (2020)\",\"https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1710000901\"\n\"b91ff4d1\",12,\"CAN_NS\",\"Nova Scotia\",2,\"Nova Scotia\",,\"Nova Scotia\",\"CAN.7_1\",\"ChIJRc8Y3pgSWUsRQAnP-B5YAgE\",\"CA.NS\",\"CANS\",\"12\",44.72702217,-64.6029486035047,977457,\"Canada's National Statistical Agency (2020)\",\"https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1710000901\"\n\"7fc88543\",62,\"CAN_NU\",,2,\"Nunavut\",,\"Nunavut\",\"CAN.8_1\",\"ChIJ7aUkKkkjCE0RtqnxTwVx0_8\",\"CA.NU\",\"CANU\",\"62\",66.001041415,-100.263618086458,38780,\"Canada's National Statistical Agency (2020)\",\"https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1710000901\"\n\"83fc0fa9\",35,\"CAN_ON\",\"Ontario\",2,\"Ontario\",,\"Ontario\",\"CAN.9_1\",\"ChIJrxNRX7IFzkwRCR5iKVZC-HA\",\"CA.ON\",\"CAON\",\"35\",49.269155505,-87.1664636098697,14711827,\"Canada's National Statistical Agency (2020)\",\"https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1710000901\"\n\"015d95fc\",11,\"CAN_PE\",\"Prince Edward Island\",2,\"Prince Edward Island\",,\"Prince Edward Island\",\"CAN.10_1\",\"ChIJxYN_1N1SXksRhmaS9NXWaKk\",\"CA.PE\",\"CAPE\",\"11\",46.50383568,-63.6155835564572,158158,\"Canada's National Statistical Agency (2020)\",\"https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1710000901\"\n\"a7ce33b9\",24,\"CAN_QC\",\"Quebec\",2,\"Quebec\",,\"Quebec\",\"CAN.11_1\",\"ChIJoajRnzS1WEwRIABNrq0MBAE\",\"CA.QC\",\"CAQC\",\"24\",53.88904572,-73.2889372815601,8537674,\"Canada's National Statistical Agency (2020)\",\"https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1710000901\"\n\"e4c07903\",47,\"CAN_SK\",\"Saskatchewan\",2,\"Saskatchewan\",,\"Saskatchewan\",\"CAN.12_1\",\"ChIJL3ZlI7Fx-FIRK-HCklcrNBU\",\"CA.SK\",\"CASK\",\"47\",54.500038145,-105.927063327975,1181666,\"Canada's National Statistical Agency (2020)\",\"https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1710000901\"\n\"38791b01\",60,\"CAN_YT\",\"Yukon\",2,\"Yukon\",,\"Yukon Territory\",\"CAN.13_1\",\"ChIJiYtStJiBF1ER6pbMYdWcFC4\",\"CA.YT\",\"CAYT\",\"60\",64.81945038,-136.804578702117,41078,\"Canada's National Statistical Agency (2020)\",\"https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1710000901\"\n"
  },
  {
    "path": "inst/extdata/db/CHE.csv",
    "content": "\"id\",\"id_admin.ch\",\"id_github.openzh.covid19\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,,\"-\",,,,,,\n\"28dde504\",\"AG\",\"AG\",2,\"Aargau\",,\"Canton of Aargau\",\"CHE.1_1\",\"ChIJK32y9fMXkEcRfc5XB_gNGvg\",\"CH.AG\",\"AG\",\"CH033\",47.38207817,8.21456306226833,671000,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"450001ef\",\"AR\",\"AR\",2,\"Appenzell Ausserrhoden\",,\"Canton of Appenzell Ausserrhoden\",\"CHE.2_1\",\"ChIJ979wCHEfm0cRD6-ER66wR4E\",\"CH.AR\",\"AR\",\"CH053\",47.359020235,9.27961843142229,55200,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"cf65c803\",\"AI\",\"AI\",2,\"Appenzell Innerrhoden\",,\"Canton of Appenzell Innerrhoden\",\"CHE.3_1\",\"ChIJh1Ha4mQXm0cRT4yedLMmXbA\",\"CH.AI\",\"AI\",\"CH054\",47.310995105,9.405282133634,16100,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"192a62ba\",\"BS\",\"BS\",2,\"Basel-Stadt\",,\"Canton of Basel-Stadt\",\"CHE.5_1\",\"ChIJZW5Lc163kUcR_qJqDx28q3Y\",\"CH.BS\",\"BS\",\"CH031\",47.56157875,7.58553076621778,193900,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"94226f4f\",\"BL\",\"BL\",2,\"Baselland\",,\"Canton of Basel-Landschaft\",\"CHE.4_1\",\"ChIJNQdrO_i1kUcRE3lb88jFOqw\",\"CH.BL\",\"BL\",\"CH032\",47.453187945,7.82059326975951,287000,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"edfed7eb\",\"BE\",\"BE\",2,\"Bern\",,\"Canton of Bern\",\"CHE.6_1\",\"ChIJdxs61MA5jkcRoBDj6pdqoAg\",\"CH.BE\",\"BE\",\"CH021\",46.839393615,7.60446860497576,1031100,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"0a419728\",\"FR\",\"FR\",2,\"Fribourg\",,\"Canton of Fribourg\",\"CHE.7_1\",\"ChIJf_oOyunYjUcRAJfu1-gz8bg\",\"CH.FR\",\"FR\",\"CH022\",46.72403717,7.11397022562513,315100,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"908923ae\",\"GE\",\"GE\",2,\"Geneve\",,\"Canton of Geneva\",\"CHE.8_1\",\"ChIJ5c1jUUNkjEcRgNgYQIj_AAE\",\"CH.GE\",\"GE\",\"CH013\",46.24211693,6.20987600561404,495200,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"e9559b0a\",\"GL\",\"GL\",2,\"Glarus\",,\"Canton of Glarus\",\"CHE.9_1\",\"ChIJG4ysI7EthUcRVROZoIdLIuw\",\"CH.GL\",\"GL\",\"CH051\",46.98761177,9.094412348289,40300,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"135aa669\",\"GR\",\"GR\",2,\"Graubunden\",,\"Canton of Graubünden\",\"CHE.10_1\",\"ChIJGwykPoKRhEcRENgYQIj_AAE\",\"CH.GR\",\"GR\",\"CH056\",46.6126976,9.55634270603518,197900,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"38904d87\",\"JU\",\"JU\",2,\"Jura\",,\"Canton of Jura\",\"CHE.11_1\",\"ChIJtV6GwMXkkUcRkNgYQIj_AAE\",\"CH.JU\",\"JU\",\"CH025\",47.32878304,7.28944019627329,73300,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"6ecaea01\",\"LU\",\"LU\",2,\"Luzern\",,\"Canton of Lucerne\",\"CHE.12_1\",\"ChIJIQ3mFsjlj0cRINcYQIj_AAE\",\"CH.LU\",\"LU\",\"CH061\",47.0329361,8.1955131106327,406500,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"414b98e7\",\"NE\",\"NE\",2,\"Neuchatel\",,\"Canton of Neuchâtel\",\"CHE.13_1\",\"ChIJxargAWHmjUcR_VjopE8rdzw\",\"CH.NE\",\"NE\",\"CH024\",47.005607605,6.83408512683001,178000,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"b2f2e9af\",\"NW\",\"NW\",2,\"Nidwalden\",,\"Canton of Nidwalden\",\"CHE.14_1\",\"ChIJ58I7cff1j0cRYNcYQIj_AAE\",\"CH.NW\",\"NW\",\"CH065\",46.889152525,8.40555106819397,43000,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"abe9d8ee\",\"OW\",\"OW\",2,\"Obwalden\",,\"Canton of Obwalden\",\"CHE.15_1\",\"ChIJ7zEf3Ufyj0cRO9o02ufd0UM\",\"CH.OW\",\"OW\",\"CH064\",46.867803575,8.20221398948543,37600,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"c0968846\",\"SH\",\"SH\",2,\"Schaffhausen\",,\"Canton of Schaffhausen\",\"CHE.17_1\",\"ChIJj3-TjqF3kEcRhTthzBjvZsc\",\"CH.SH\",\"SH\",\"CH052\",47.723424915,8.58538814138963,81400,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"332ff90e\",\"SZ\",\"SZ\",2,\"Schwyz\",,\"Canton of Schwyz\",\"CHE.18_1\",\"ChIJNX_63JZLhUcRYFgHLO5Xzb0\",\"CH.SZ\",\"SZ\",\"CH063\",47.05934334,8.70387479781487,157300,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"5ef21de5\",\"SO\",\"SO\",2,\"Solothurn\",,\"Canton of Solothurn\",\"CHE.19_1\",\"ChIJyQT15fgkjkcRNQMSD5syOis\",\"CH.SO\",\"SO\",\"CH023\",47.2887249,7.57625513581964,271400,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"502995d7\",\"SG\",\"SG\",2,\"St.Gallen\",,\"Canton of St. Gallen\",\"CHE.16_1\",\"ChIJoRAKiyTDmkcR6o3KFbp6rgs\",\"CH.SG\",\"SG\",\"CH055\",47.20368576,9.22924855088422,504700,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"1f680310\",\"TG\",\"TG\",2,\"Thurgau\",,\"Canton of Thurgau\",\"CHE.20_1\",\"ChIJQXF3xLXrmkcR3143PnN4ED4\",\"CH.TG\",\"TG\",\"CH057\",47.538843155,9.20222705643031,273800,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"f8d02e17\",\"TI\",\"TI\",2,\"Ticino\",,\"Canton of Ticino\",\"CHE.21_1\",\"ChIJg946LtqXhUcRuN5YORraPgw\",\"CH.TI\",\"TI\",\"CH070\",46.227710725,8.77322015220159,353700,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"6baed6ba\",\"UR\",\"UR\",2,\"Uri\",,\"Canton of Uri\",\"CHE.22_1\",\"ChIJh70oMINDhUcR16HLniPoKFA\",\"CH.UR\",\"UR\",\"CH062\",46.761943815,8.63060478835719,36300,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"3784b5ef\",\"VS\",\"VS\",2,\"Valais\",,\"Canton of Valais\",\"CHE.23_1\",\"ChIJF5p_6psij0cRYNgYQIj_AAE\",\"CH.VS\",\"VS\",\"CH012\",46.258981705,7.62967837546501,341500,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"b4573028\",\"VD\",\"VD\",2,\"Vaud\",,\"Canton of Vaud\",\"CHE.24_1\",\"ChIJtZALbaItjEcRUNgYQIj_AAE\",\"CH.VD\",\"VD\",\"CH011\",46.562431335,6.5164506543746,793100,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"81eb2e9e\",\"ZG\",\"ZG\",2,\"Zug\",,\"Canton of Zug\",\"CHE.25_1\",\"ChIJgR05O1mqmkcRovjNQ3_Mi_U\",\"CH.ZG\",\"ZG\",\"CH066\",47.16760635,8.53990065392264,125400,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"1154330f\",\"ZH\",\"ZH\",2,\"Zurich\",,\"Canton of Zürich\",\"CHE.26_1\",\"ChIJa_ltU3EKkEcRfy571124_mM\",\"CH.ZH\",\"ZH\",\"CH040\",47.43125725,8.65046069136293,1504300,\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n"
  },
  {
    "path": "inst/extdata/db/CHL.csv",
    "content": "\"id\",\"id_github.minciencia.datoscovid19\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_jhu_csse\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,\"-\",,,,,\n\"d4cef17c\",\"Antofagasta\",2,\"Antofagasta\",,\"Antofagasta Region\",\"CHL.2_1\",\"ChIJczaOlqKJpZYRLWxXNFXeQu0\",\"CLAN\",\"02\",-23.442500115,-68.8645332065525,691854,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"431c28f4\",\"Araucanía\",2,\"Araucania\",,\"Araucanía Region\",\"CHL.3_1\",\"ChIJXcfo0MiyFJYRBgahIIUY3TE\",\"CLAR\",\"09\",-38.65208435,-72.1927122062966,1014343,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f4bd35d2\",\"Arica y Parinacota\",2,\"Arica y Parinacota\",,\"Arica and Parinacota Region\",\"CHL.4_1\",\"ChIJEQWs7gx-WpERH_0UYq_-Tn4\",\"CLAP\",\"15\",-18.31273079,-69.5954389980618,252110,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"a3c9c1ea\",\"Atacama\",2,\"Atacama\",,\"Atacama Region\",\"CHL.5_1\",\"ChIJXyWul5E3kZYRNDjx8hodVB4\",\"CLAT\",\"03\",-27.492777825,-69.9427692856944,314709,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f3d0f1cb\",\"Aysén\",2,\"Aysén\",,\"Aysén del General Carlos Ibáñez del Campo Region\",\"CHL.1_1\",\"ChIJEW0Xuf2kir0R8_7BupS9_Ms\",\"CLAI\",\"11\",-46.427778245,-72.7174040121186,107297,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"341b1862\",\"Biobío\",2,\"Biobío\",,\"Biobío Region\",\"CHL.6_1\",\"ChIJJ2I4O0tIaJYRUcPgDN5T5cg\",\"CLBI\",\"08\",-37.442083355,-72.3591832417215,1663696,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"3dad5449\",\"Coquimbo\",2,\"Coquimbo\",,\"Coquimbo Region\",\"CHL.7_1\",\"ChIJlwJR-DU4iZYRoQPPxe4umIU\",\"CLCO\",\"04\",-30.645692825,-70.9700718452054,836096,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"84d7c15d\",\"Los Lagos\",2,\"Los Lagos\",,\"Los Lagos Region\",\"CHL.9_1\",\"ChIJ6fJlCK47GJYRi_izE_gxn28\",\"CLLL\",\"10\",-42.133609775,-72.1135421061078,891440,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"83ba0544\",\"Los Ríos\",2,\"Los Ríos\",,\"Los Ríos Region\",\"CHL.10_1\",\"ChIJWb_RpcmBFpYRjswu7I9LtWE\",\"CLLR\",\"14\",-40.026388165,-72.681506283995,405835,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6ad9a071\",\"Magallanes\",2,\"Magallanes\",,\"Magallanes and the Chilean Antarctic Region\",\"CHL.11_1\",\"ChIJTbM2xJs_UrwRdsqdI0JNjXM\",\"CLMA\",\"12\",-51.29902077,-73.0003455602414,178362,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"a4a405f3\",\"Maule\",2,\"Maule\",,\"Maule Region\",\"CHL.12_1\",\"ChIJoRI7r6JUZJYRgJtZAXiVauQ\",\"CLML\",\"07\",-35.59166527,-71.5105403844753,1131939,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"1dde90e7\",\"Metropolitana\",2,\"Metropolitana\",,\"Santiago Metropolitan Region\",\"CHL.14_1\",\"ChIJUR74fWpvYpYR2oNLRG3CzWA\",\"CLRM\",\"13\",-33.62000084,-70.6501351518271,8125072,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6db46468\",\"Ñuble\",2,\"Ñuble\",,,\"CHL.13_1\",\"ChIJcZihAkzVbpYRrgOvwC2F4XE\",\"CLNB\",\"16\",-36.58073425,-71.877116241576,511551,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"d3a33565\",\"O’Higgins\",2,\"O'Higgins\",,\"Libertador General Bernardo O'Higgins Region\",\"CHL.8_1\",\"ChIJKZ0BY11DY5YRqX7hWhgM3Rc\",\"CLLI\",\"06\",-34.403196335,-71.0205835089163,991063,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"4dc7a0c6\",\"Tarapacá\",2,\"Tarapacá\",,\"Tarapacá Region\",\"CHL.15_1\",\"ChIJFevuW0dlUZER_NjmLCvrPwM\",\"CLTA\",\"01\",-20.193638805,-69.4238007241125,382773,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"4aaa64df\",\"Valparaíso\",2,\"Valparaíso\",,\"Valparaíso Region\",\"CHL.16_1\",\"ChIJgQQv5TIRiJYRXsgoZ5nfWBE\",\"CLVS\",\"05\",-32.96124649,-70.2868462781456,1960170,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b00041a7\",\"2101\",3,\"Antofagasta\",\"Antofagasta\",,\"CHL.2.1.1_1\",,\"CLAN01\",\"02101\",-24.2213888168335,-69.3739790068355,425725,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b246fffe\",\"2201\",3,\"Antofagasta\",\"Calama\",,\"CHL.2.2.1_1\",,\"CLAN02\",\"02201\",-22.0762357711792,-68.4586628587854,190336,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2a8dc473\",\"2302\",3,\"Antofagasta\",\"Maria Elena\",,\"CHL.2.3.1_1\",,\"CLAN04\",\"02302\",-22.0565605163573,-69.2949180208124,6814,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2909101d\",\"2102\",3,\"Antofagasta\",\"Mejillones\",,\"CHL.2.1.2_1\",,\"CLAN05\",\"02102\",-22.9194421768188,-70.1211537770411,14776,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2b4fae44\",\"2202\",3,\"Antofagasta\",\"Ollague\",,\"CHL.2.2.2_1\",,\"CLAN06\",\"02202\",-21.4346904754639,-68.3416911061635,287,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5c489ed2\",\"2203\",3,\"Antofagasta\",\"San Pedro de Atacama\",,\"CHL.2.2.3_1\",,\"CLAN07\",\"02203\",-23.344446182251,-67.9326577626607,10434,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5e0e208b\",\"2103\",3,\"Antofagasta\",\"Sierra Gorda\",,\"CHL.2.1.3_1\",,\"CLAN08\",\"02103\",-23.2693738937378,-69.3685574947985,1746,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c06ab528\",\"2104\",3,\"Antofagasta\",\"Taltal\",,\"CHL.2.1.4_1\",,\"CLAN09\",\"02104\",-25.2283315658569,-69.8235000300865,13657,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b38495c9\",\"2301\",3,\"Antofagasta\",\"Tocopilla\",,\"CHL.2.3.2_1\",,\"CLAN10\",\"02301\",-22.0299987792968,-69.9348360273127,28079,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"654778ff\",\"9201\",3,\"Araucania\",\"Angol\",,\"CHL.3.2.1_1\",,\"CLAR01\",\"09201\",-37.7637138366699,-72.8767841782279,56058,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"fe08971c\",\"9102\",3,\"Araucania\",\"Carahue\",,\"CHL.3.1.1_1\",,\"CLAR02\",\"09102\",-38.6741161346436,-73.1370421143265,25486,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5537a424\",\"9121\",3,\"Araucania\",\"Cholchol\",,\"CHL.3.1.10.2_0\",,\"CLAR03\",\"09121\",-38.58,-72.9,12341,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"fc4e2945\",\"9202\",3,\"Araucania\",\"Collipulli\",,\"CHL.3.2.2_1\",,\"CLAR04\",\"09202\",-37.9391040802002,-72.2990537980755,26148,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"890fa78a\",\"9103\",3,\"Araucania\",\"Cunco\",,\"CHL.3.1.2_1\",,\"CLAR05\",\"09103\",-38.9237499237061,-71.8958847096091,18055,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"8b4919d3\",\"9203\",3,\"Araucania\",\"Curacautin\",,\"CHL.3.2.3_1\",,\"CLAR06\",\"09203\",-38.3775653839111,-71.6497305927199,18178,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"176b3229\",\"9104\",3,\"Araucania\",\"Curarrehue\",,\"CHL.3.1.3_1\",,\"CLAR07\",\"09104\",-39.2889423370361,-71.5052784739202,7802,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"152d8c70\",\"9204\",3,\"Araucania\",\"Ercilla\",,\"CHL.3.2.4_1\",,\"CLAR09\",\"09204\",-38.0425453186035,-72.2965864453997,8458,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"606c02bf\",\"9105\",3,\"Araucania\",\"Freire\",,\"CHL.3.1.4_1\",,\"CLAR10\",\"09105\",-39.0158405303955,-72.3523382016262,25446,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f9655305\",\"9106\",3,\"Araucania\",\"Galvarino\",,\"CHL.3.1.5_1\",,\"CLAR11\",\"09106\",-38.4228839874268,-72.7272846821203,12633,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"8e626393\",\"9107\",3,\"Araucania\",\"Gorbea\",,\"CHL.3.1.6_1\",,\"CLAR12\",\"09107\",-39.1838397979736,-72.6741561783197,15148,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"1edd7e02\",\"9108\",3,\"Araucania\",\"Lautaro\",,\"CHL.3.1.7_1\",,\"CLAR13\",\"09108\",-38.4897651672363,-72.3480692507689,40746,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"69da4e94\",\"9109\",3,\"Araucania\",\"Loncoche\",,\"CHL.3.1.8_1\",,\"CLAR14\",\"09109\",-39.4829235076904,-72.6500171347552,24739,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"622abce6\",\"9205\",3,\"Araucania\",\"Lonquimay\",,\"CHL.3.2.5_1\",,\"CLAR15\",\"09205\",-38.4776191711425,-71.1440984007204,11049,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"fb23ed5c\",\"9206\",3,\"Araucania\",\"Los Sauces\",,\"CHL.3.2.6_1\",,\"CLAR16\",\"09206\",-37.932451248169,-72.8297008195331,7517,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"8c24ddca\",\"9207\",3,\"Araucania\",\"Lumaco\",,\"CHL.3.2.7_1\",,\"CLAR17\",\"09207\",-38.2626552581787,-73.054322658223,10050,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"091dc771\",\"9110\",3,\"Araucania\",\"Melipeuco\",,\"CHL.3.1.9_1\",,\"CLAR18\",\"09110\",-38.7466697692871,-71.4942636500195,6265,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"7e1af7e7\",\"9111\",3,\"Araucania\",\"Nueva Imperial\",,\"CHL.3.1.10.1_0\",,\"CLAR19\",\"09111\",-38.75,-72.97,33777,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e713a65d\",\"9112\",3,\"Araucania\",\"Padre Las Casas\",,\"CHL.3.1.15.2_0\",,\"CLAR20\",\"09112\",-38.8,-72.56,82110,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"901496cb\",\"9113\",3,\"Araucania\",\"Perquenco\",,\"CHL.3.1.11_1\",,\"CLAR21\",\"09113\",-38.3396739959716,-72.3023043927734,7223,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"0e700368\",\"9114\",3,\"Araucania\",\"Pitrufquen\",,\"CHL.3.1.12_1\",,\"CLAR22\",\"09114\",-39.1323795318603,-72.4377716175167,26096,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"797733fe\",\"9115\",3,\"Araucania\",\"Pucon\",,\"CHL.3.1.13_1\",,\"CLAR23\",\"09115\",-39.2334098815918,-71.8345612455634,29782,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"1c9bc05b\",\"9208\",3,\"Araucania\",\"Puren\",,\"CHL.3.2.8_1\",,\"CLAR24\",\"09208\",-37.9865741729736,-73.0633166954318,12188,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6b9cf0cd\",\"9209\",3,\"Araucania\",\"Renaico\",,\"CHL.3.2.9_1\",,\"CLAR25\",\"09209\",-37.7121105194092,-72.6249358252193,10833,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e07e6244\",\"9116\",3,\"Araucania\",\"Saavedra\",,\"CHL.3.1.14_1\",,\"CLAR26\",\"09116\",-38.8302783966065,-73.2750946680704,12793,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6701c6a6\",\"9101\",3,\"Araucania\",\"Temuco\",,\"CHL.3.1.15.1_0\",,\"CLAR27\",\"09101\",-38.67,-72.67,302931,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"977952d2\",\"9117\",3,\"Araucania\",\"Teodoro Schmidt\",,\"CHL.3.1.16_1\",,\"CLAR28\",\"09117\",-39.0405540466308,-73.0590663924947,15786,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"07c64f43\",\"9118\",3,\"Araucania\",\"Tolten\",,\"CHL.3.1.17_1\",,\"CLAR29\",\"09118\",-39.2520351409912,-73.0315486161087,10055,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"0b5b7928\",\"9210\",3,\"Araucania\",\"Traiguen\",,\"CHL.3.2.10_1\",,\"CLAR30\",\"09210\",-38.1799144744873,-72.5866499954993,19314,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"7c5c49be\",\"9211\",3,\"Araucania\",\"Victoria\",,\"CHL.3.2.11_1\",,\"CLAR31\",\"09211\",-38.2273159027099,-72.1123425802069,35467,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"70c17fd5\",\"9119\",3,\"Araucania\",\"Vilcun\",,\"CHL.3.1.18_1\",,\"CLAR32\",\"09119\",-38.7052040100098,-71.958922446472,30766,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"223094b2\",\"9120\",3,\"Araucania\",\"Villarrica\",,\"CHL.3.1.19_1\",,\"CLAR33\",\"09120\",-39.3992900848389,-72.199223615772,59103,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"d099bce9\",\"15101\",3,\"Arica y Parinacota\",\"Arica\",,\"CHL.4.1.1_1\",,\"CLAP01\",\"15101\",-18.4331941604614,-69.9921818693995,247552,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"4990ed53\",\"15102\",3,\"Arica y Parinacota\",\"Camarones\",,\"CHL.4.1.2_1\",,\"CLAP02\",\"15102\",-18.8605194091797,-69.9917420632379,1233,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"4bd6530a\",\"15202\",3,\"Arica y Parinacota\",\"General Lagos\",,\"CHL.4.2.1_1\",,\"CLAP04\",\"15202\",-17.7710962295532,-69.5664388284536,810,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"d2df02b0\",\"15201\",3,\"Arica y Parinacota\",\"Putre\",,\"CHL.4.2.2_1\",,\"CLAP05\",\"15201\",-18.4555501937866,-69.3502134552111,2515,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"9231a316\",\"3302\",3,\"Atacama\",\"Alto del Carmen\",,\"CHL.5.3.1_1\",,\"CLAT01\",\"03302\",-29.1870937347412,-70.2278004548724,5729,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"91b57778\",\"3102\",3,\"Atacama\",\"Caldera\",,\"CHL.5.2.1_1\",,\"CLAT02\",\"03102\",-27.3580551147461,-70.76400999115,19426,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"0afa989b\",\"3201\",3,\"Atacama\",\"Chanaral\",,\"CHL.5.1.1_1\",,\"CLAT03\",\"03201\",-26.320553779602,-70.3773567464005,13164,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"08bc26c2\",\"3101\",3,\"Atacama\",\"Copiapo\",,\"CHL.5.2.2_1\",,\"CLAT04\",\"03101\",-27.4558706283569,-70.0844906335629,171766,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"93f3c921\",\"3202\",3,\"Atacama\",\"Diego de Almagro\",,\"CHL.5.1.2_1\",,\"CLAT06\",\"03202\",-26.1148633956909,-69.2949146111836,14358,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e5369380\",\"3303\",3,\"Atacama\",\"Freirina\",,\"CHL.5.3.2_1\",,\"CLAT07\",\"03303\",-28.799162864685,-71.1998957344107,7681,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"7b520623\",\"3304\",3,\"Atacama\",\"Huasco\",,\"CHL.5.3.3_1\",,\"CLAT08\",\"03304\",-28.270691871643,-70.9565589007851,11264,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e6b247ee\",\"3103\",3,\"Atacama\",\"Tierra Amarilla\",,\"CHL.5.2.3_1\",,\"CLAT09\",\"03103\",-27.943751335144,-69.6840593787187,14312,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"0b38f2ac\",\"3301\",3,\"Atacama\",\"Vallenar\",,\"CHL.5.3.4_1\",,\"CLAT10\",\"03301\",-28.5621194839476,-70.4691990571502,57009,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5dbd95e7\",\"11201\",3,\"Aysén\",\"Aysen\",,\"CHL.1.1.1_1\",,\"CLAI01\",\"11201\",-45.994722366333,-73.3446633239692,25002,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5930e955\",\"11401\",3,\"Aysén\",\"Chile Chico\",,\"CHL.1.4.1_1\",,\"CLAI02\",\"11401\",-46.7750949859619,-72.5980574050039,5121,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c4b4c45d\",\"11202\",3,\"Aysén\",\"Cisnes\",,\"CHL.1.1.2_1\",,\"CLAI03\",\"11202\",-44.378360748291,-72.6853397559156,5828,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5c7fffd0\",\"11301\",3,\"Aysén\",\"Cochrane\",,\"CHL.1.2.1_1\",,\"CLAI04\",\"11301\",-47.3827896118164,-72.8352442402929,3685,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5ffb2bbe\",\"11101\",3,\"Aysén\",\"Coyhaique\",,\"CHL.1.3.1_1\",,\"CLAI05\",\"11101\",-45.4713630676269,-71.8607683677658,61210,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b3b3f4cb\",\"11203\",3,\"Aysén\",\"Guaitecas\",,\"CHL.1.1.3_1\",,\"CLAI07\",\"11203\",-43.8623600006103,-74.0491676330566,1599,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c6f27a04\",\"11102\",3,\"Aysén\",\"Lago Verde\",,\"CHL.1.3.2_1\",,\"CLAI08\",\"11102\",-44.4162101745605,-71.833219991506,920,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c576ae6a\",\"11302\",3,\"Aysén\",\"OHiggins\",,\"CHL.1.2.2_1\",,\"CLAI09\",\"11302\",-48.4940967559814,-72.9189031508818,661,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c039b8ef\",\"11402\",3,\"Aysén\",\"Rio Ibanez\",,\"CHL.1.4.2_1\",,\"CLAI10\",\"11402\",-46.2678146362305,-72.4389795585267,2699,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b2719efc\",\"11303\",3,\"Aysén\",\"Tortel\",,\"CHL.1.2.3_1\",,\"CLAI11\",\"11303\",-47.8708305358887,-73.9716644287109,572,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b548b063\",\"8314\",3,\"Biobío\",\"Alto Biobio\",,\"CHL.6.2.11.2_0\",,\"CLBI01\",\"08314\",-37.87,-71.35,6775,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"45302417\",\"8302\",3,\"Biobío\",\"Antuco\",,\"CHL.6.2.1_1\",,\"CLBI02\",\"08302\",-37.3737621307373,-71.4467721603825,4306,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"44f24e20\",\"8202\",3,\"Biobío\",\"Arauco\",,\"CHL.6.1.1_1\",,\"CLBI03\",\"08202\",-37.2788887023925,-73.3605748275968,38679,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"32371481\",\"8303\",3,\"Biobío\",\"Cabrero\",,\"CHL.6.2.2_1\",,\"CLBI04\",\"08303\",-37.0787754058838,-72.3082457875851,30725,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"33f57eb6\",\"8203\",3,\"Biobío\",\"Canete\",,\"CHL.6.1.2_1\",,\"CLBI05\",\"08203\",-37.8775901794433,-73.2883243373428,37003,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"31b3c0ef\",\"8103\",3,\"Biobío\",\"Chiguayante\",,\"CHL.6.3.1.2_0\",,\"CLBI06\",\"08103\",-36.9,-73,91180,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"dfbda1c3\",\"8101\",3,\"Biobío\",\"Concepcion\",,\"CHL.6.3.1.1_0\",,\"CLBI07\",\"08101\",-36.83,-72.95,238092,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"ad91eb15\",\"8204\",3,\"Biobío\",\"Contulmo\",,\"CHL.6.1.3_1\",,\"CLBI08\",\"08204\",-38.0502758026123,-73.3322041932127,6330,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"46b4f079\",\"8102\",3,\"Biobío\",\"Coronel\",,\"CHL.6.3.2.1_0\",,\"CLBI09\",\"08102\",-37.01,-73.13,125829,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"da96db83\",\"8205\",3,\"Biobío\",\"Curanilahue\",,\"CHL.6.1.4_1\",,\"CLBI10\",\"08205\",-37.5011291503906,-73.2361683260509,33892,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"afd7554c\",\"8104\",3,\"Biobío\",\"Florida\",,\"CHL.6.3.3_1\",,\"CLBI12\",\"08104\",-36.7883358001709,-72.7005271059463,11841,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5fafc138\",\"8112\",3,\"Biobío\",\"Hualpen\",,\"CHL.6.3.8.2_0\",,\"CLBI13\",\"08112\",-36.79,-73.14,97273,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"d8d065da\",\"8105\",3,\"Biobío\",\"Hualqui\",,\"CHL.6.3.4_1\",,\"CLBI14\",\"08105\",-37.0213508605957,-72.8578442752083,26201,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"ac538122\",\"8304\",3,\"Biobío\",\"Laja\",,\"CHL.6.2.3_1\",,\"CLBI15\",\"08304\",-37.2148113250732,-72.5328621204801,23873,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"ddfb1f9a\",\"8201\",3,\"Biobío\",\"Lebu\",,\"CHL.6.1.5_1\",,\"CLBI16\",\"08201\",-37.6249999999999,-73.5853543387864,27100,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"439f8a39\",\"8206\",3,\"Biobío\",\"Los Alamos\",,\"CHL.6.1.6_1\",,\"CLBI17\",\"08206\",-37.72878074646,-73.2993061112309,22524,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"dc3975ad\",\"8301\",3,\"Biobío\",\"Los Angeles\",,\"CHL.6.2.4_1\",,\"CLBI18\",\"08301\",-37.3847045898437,-72.4068676319157,218515,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"41d93460\",\"8106\",3,\"Biobío\",\"Lota\",,\"CHL.6.3.5_1\",,\"CLBI19\",\"08106\",-37.0727787017822,-73.0705241702359,45750,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"db54b1b4\",\"8305\",3,\"Biobío\",\"Mulchen\",,\"CHL.6.2.5_1\",,\"CLBI20\",\"08305\",-37.7933902740478,-72.2364293502339,31041,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"425de00e\",\"8306\",3,\"Biobío\",\"Nacimiento\",,\"CHL.6.2.6_1\",,\"CLBI21\",\"08306\",-37.4004306793213,-72.8299771446115,27944,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"355ad098\",\"8307\",3,\"Biobío\",\"Negrete\",,\"CHL.6.2.7_1\",,\"CLBI22\",\"08307\",-37.5450286865234,-72.585199474579,10429,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"36de04f6\",\"8107\",3,\"Biobío\",\"Penco\",,\"CHL.6.3.6_1\",,\"CLBI23\",\"08107\",-36.7644748687744,-72.9053717565007,49865,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"a5e5cd09\",\"8308\",3,\"Biobío\",\"Quilaco\",,\"CHL.6.2.8_1\",,\"CLBI24\",\"08308\",-37.9490242004394,-71.55117765356,4179,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"d2e2fd9f\",\"8309\",3,\"Biobío\",\"Quilleco\",,\"CHL.6.2.9_1\",,\"CLBI25\",\"08309\",-37.37766456604,-71.9075698061993,10032,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"a6611967\",\"8108\",3,\"Biobío\",\"San Pedro de la Paz\",,\"CHL.6.3.2.2_0\",,\"CLBI26\",\"08108\",-36.88,-73.1,145906,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b225747a\",\"8310\",3,\"Biobío\",\"San Rosendo\",,\"CHL.6.2.10_1\",,\"CLBI27\",\"08310\",-37.1235752105713,-72.6280989923416,3611,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c52244ec\",\"8311\",3,\"Biobío\",\"Santa Barbara\",,\"CHL.6.2.11.1_0\",,\"CLBI28\",\"08311\",-37.62,-71.75,14592,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"d16629f1\",\"8109\",3,\"Biobío\",\"Santa Juana\",,\"CHL.6.3.7_1\",,\"CLBI29\",\"08109\",-37.2014904022217,-72.9082395049374,14779,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b1a1a014\",\"8110\",3,\"Biobío\",\"Talcahuano\",,\"CHL.6.3.8.1_0\",,\"CLBI30\",\"08110\",-36.72,-73.1,158345,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"3498baaf\",\"8207\",3,\"Biobío\",\"Tirua\",,\"CHL.6.1.7_1\",,\"CLBI31\",\"08207\",-38.3313903808594,-73.4044597972523,11019,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c6a69082\",\"8111\",3,\"Biobío\",\"Tome\",,\"CHL.6.3.9_1\",,\"CLBI32\",\"08111\",-36.5463886260986,-72.8212863431383,58729,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5c2b1556\",\"8312\",3,\"Biobío\",\"Tucapel\",,\"CHL.6.2.12_1\",,\"CLBI33\",\"08312\",-37.2438507080078,-71.673430763541,15205,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2b2c25c0\",\"8313\",3,\"Biobío\",\"Yumbel\",,\"CHL.6.2.13_1\",,\"CLBI34\",\"08313\",-37.0504703521728,-72.6196940600459,22132,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"7b657f57\",\"4103\",3,\"Coquimbo\",\"Andacollo\",,\"CHL.7.2.1_1\",,\"CLCO01\",\"04103\",-30.1285543441773,-70.9722502069787,11791,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"0e24f198\",\"4202\",3,\"Coquimbo\",\"Canela\",,\"CHL.7.1.3_1\",,\"CLCO02\",\"04202\",-31.4200000762939,-71.4427075754162,9546,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"0fe69baf\",\"4302\",3,\"Coquimbo\",\"Combarbala\",,\"CHL.7.3.1_1\",,\"CLCO03\",\"04302\",-31.1839447021484,-70.9092681939342,13884,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"0c624fc1\",\"4102\",3,\"Coquimbo\",\"Coquimbo\",,\"CHL.7.2.2_1\",,\"CLCO04\",\"04102\",-30.2269401550293,-71.2560617065982,256735,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"972da022\",\"4201\",3,\"Coquimbo\",\"Illapel\",,\"CHL.7.1.1_1\",,\"CLCO06\",\"04201\",-31.539514541626,-70.9148486942708,32801,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e501eaf4\",\"4104\",3,\"Coquimbo\",\"La Higuera\",,\"CHL.7.2.3_1\",,\"CLCO07\",\"04104\",-29.3659725189209,-70.9287879805647,4450,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"956b1e7b\",\"4101\",3,\"Coquimbo\",\"La Serena\",,\"CHL.7.2.4_1\",,\"CLCO08\",\"04101\",-29.771388053894,-71.0688530575446,249656,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"7923c10e\",\"4203\",3,\"Coquimbo\",\"Los Vilos\",,\"CHL.7.1.2_1\",,\"CLCO09\",\"04203\",-31.8597831726074,-71.2473172705158,23374,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"78e1ab39\",\"4303\",3,\"Coquimbo\",\"Monte Patria\",,\"CHL.7.3.2_1\",,\"CLCO10\",\"04303\",-30.9461832046509,-70.6829145775453,32527,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"96efca15\",\"4301\",3,\"Coquimbo\",\"Ovalle\",,\"CHL.7.3.3_1\",,\"CLCO11\",\"04301\",-30.7023601531982,-71.301816719013,121269,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"9206da62\",\"4105\",3,\"Coquimbo\",\"Paiguano\",,\"CHL.7.2.5_1\",,\"CLCO12\",\"04105\",-30.2529954910278,-70.2814243786394,4675,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e6853e9a\",\"4304\",3,\"Coquimbo\",\"Punitaqui\",,\"CHL.7.3.4_1\",,\"CLCO13\",\"04304\",-30.9580907821655,-71.3202465536021,12165,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"91820e0c\",\"4305\",3,\"Coquimbo\",\"Rio Hurtado\",,\"CHL.7.3.5_1\",,\"CLCO14\",\"04305\",-30.3999004364013,-70.5227329798442,4372,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e74754ad\",\"4204\",3,\"Coquimbo\",\"Salamanca\",,\"CHL.7.1.4_1\",,\"CLCO15\",\"04204\",-31.8828268051147,-70.6798421517292,29110,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"0b0f8bd8\",\"4106\",3,\"Coquimbo\",\"Vicuna\",,\"CHL.7.2.6_1\",,\"CLCO16\",\"04106\",-29.9586992263794,-70.3926164077367,29741,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"7c08a338\",\"10202\",3,\"Los Lagos\",\"Ancud\",,\"CHL.9.1.1_1\",,\"CLLL01\",\"10202\",-41.961389541626,-73.9087524414063,42458,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"7e4e1d61\",\"10102\",3,\"Los Lagos\",\"Calbuco\",,\"CHL.9.2.1_1\",,\"CLLL02\",\"10102\",-41.6913890838623,-73.1596236808061,36744,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e501f282\",\"10201\",3,\"Los Lagos\",\"Castro\",,\"CHL.9.1.2_1\",,\"CLLL03\",\"10201\",-42.4716682434081,-73.9724998474121,47607,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e18c8e30\",\"10401\",3,\"Los Lagos\",\"Chaiten\",,\"CHL.9.4.1_1\",,\"CLLL04\",\"10401\",-43.0116672515869,-72.5321178358848,5020,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"0b0f93ae\",\"10203\",3,\"Los Lagos\",\"Chonchi\",,\"CHL.9.1.3_1\",,\"CLLL05\",\"10203\",-42.7349987030029,-73.8836097717285,16013,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"09492df7\",\"10103\",3,\"Los Lagos\",\"Cochamo\",,\"CHL.9.2.2_1\",,\"CLLL06\",\"10103\",-41.7181949615478,-72.1477500832928,4006,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"956b060d\",\"10204\",3,\"Los Lagos\",\"Curaco de Velez\",,\"CHL.9.1.4_1\",,\"CLLL07\",\"10204\",-42.4838886260986,-73.4848594665527,4066,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e26c369b\",\"10205\",3,\"Los Lagos\",\"Dalcahue\",,\"CHL.9.1.5_1\",,\"CLLL08\",\"10205\",-42.2916660308838,-73.8931306601524,15069,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"972db854\",\"10104\",3,\"Los Lagos\",\"Fresia\",,\"CHL.9.2.3_1\",,\"CLLL10\",\"10104\",-41.0474987030029,-73.6400522271291,12656,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e02a88c2\",\"10105\",3,\"Los Lagos\",\"Frutillar\",,\"CHL.9.2.4_1\",,\"CLLL11\",\"10105\",-41.0204200744629,-73.1871790579331,20223,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"7885df8a\",\"10402\",3,\"Los Lagos\",\"Futaleufu\",,\"CHL.9.4.2_1\",,\"CLLL12\",\"10402\",-43.1488399505615,-72.0316982682864,2806,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"0f82ef1c\",\"10403\",3,\"Los Lagos\",\"Hualaihue\",,\"CHL.9.4.3_1\",,\"CLLL13\",\"10403\",-42.2004165649414,-72.2520744902162,9525,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"0e24e9ee\",\"10107\",3,\"Los Lagos\",\"Llanquihue\",,\"CHL.9.2.5_1\",,\"CLLL14\",\"10107\",-41.1874809265137,-73.1133628039145,18621,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"7923d978\",\"10106\",3,\"Los Lagos\",\"Los Muermos\",,\"CHL.9.2.6_1\",,\"CLLL15\",\"10106\",-41.3597221374512,-73.5824943218669,17817,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"9e9bf47f\",\"10108\",3,\"Los Lagos\",\"Maullin\",,\"CHL.9.2.7_1\",,\"CLLL16\",\"10108\",-41.6472206115722,-73.3972413049529,14894,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e4c398b5\",\"10301\",3,\"Los Lagos\",\"Osorno\",,\"CHL.9.3.2_1\",,\"CLLL17\",\"10301\",-40.5254592895508,-73.2556770837172,173410,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"91e67abf\",\"10404\",3,\"Los Lagos\",\"Palena\",,\"CHL.9.4.4_1\",,\"CLLL18\",\"10404\",-43.7219161987305,-71.9518417379408,1827,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e7474cdb\",\"10101\",3,\"Los Lagos\",\"Puerto Montt\",,\"CHL.9.2.8_1\",,\"CLLL19\",\"10101\",-41.4980564117431,-72.6006983394565,269398,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"7dcac90f\",\"10302\",3,\"Los Lagos\",\"Puerto Octay\",,\"CHL.9.3.3_1\",,\"CLLL20\",\"10302\",-40.8634796142578,-72.82081171887,9192,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e99cc4e9\",\"10109\",3,\"Los Lagos\",\"Puerto Varas\",,\"CHL.9.2.9_1\",,\"CLLL21\",\"10109\",-41.1283321380615,-72.3716681845616,48620,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"7b656721\",\"10206\",3,\"Los Lagos\",\"Puqueldon\",,\"CHL.9.1.6_1\",,\"CLLL22\",\"10206\",-42.6384716033935,-73.6563911437988,4201,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"0acdf999\",\"10303\",3,\"Los Lagos\",\"Purranque\",,\"CHL.9.3.4_1\",,\"CLLL23\",\"10303\",-40.8111801147461,-73.5015818003522,21080,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"94a96c3a\",\"10304\",3,\"Los Lagos\",\"Puyehue\",,\"CHL.9.3.1_1\",,\"CLLL24\",\"10304\",-40.6642646789551,-72.0124858590059,11787,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"0c6257b7\",\"10207\",3,\"Los Lagos\",\"Queilen\",,\"CHL.9.1.7_1\",,\"CLLL25\",\"10207\",-43.001443862915,-73.659130967049,5543,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"9cdd4a26\",\"10208\",3,\"Los Lagos\",\"Quellon\",,\"CHL.9.1.8_1\",,\"CLLL26\",\"10208\",-43.1655559539794,-74.048469543457,29309,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"ebda7ab0\",\"10209\",3,\"Los Lagos\",\"Quemchi\",,\"CHL.9.1.9_1\",,\"CLLL27\",\"10209\",-42.1644458770752,-73.5329884126317,8783,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"8b1df355\",\"10210\",3,\"Los Lagos\",\"Quinchao\",,\"CHL.9.1.10_1\",,\"CLLL28\",\"10210\",-42.6436100006103,-73.2780570983887,8298,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e3ae5cac\",\"10305\",3,\"Los Lagos\",\"Rio Negro\",,\"CHL.9.3.5_1\",,\"CLLL29\",\"10305\",-40.6530570983887,-73.5190907137511,14275,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"7aa70d16\",\"10306\",3,\"Los Lagos\",\"San Juan de la Costa\",,\"CHL.9.3.6_1\",,\"CLLL30\",\"10306\",-40.4072208404541,-73.5974709372006,7639,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"0da03d80\",\"10307\",3,\"Los Lagos\",\"San Pablo\",,\"CHL.9.3.7_1\",,\"CLLL31\",\"10307\",-40.3345985412597,-73.292405820242,10553,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f12c8a36\",\"14102\",3,\"Los Ríos\",\"Corral\",,\"CHL.10.2.1_1\",,\"CLLR01\",\"14102\",-40.040277481079,-73.4675107723673,5447,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f36a346f\",\"14202\",3,\"Los Ríos\",\"Futrono\",,\"CHL.10.1.1_1\",,\"CLLR03\",\"14202\",-40.1971187591553,-72.1686702640693,15261,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6a6365d5\",\"14201\",3,\"Los Ríos\",\"La Union\",,\"CHL.10.1.2_1\",,\"CLLR04\",\"14201\",-40.255220413208,-73.0249932026668,39538,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"846d04f9\",\"14203\",3,\"Los Ríos\",\"Lago Ranco\",,\"CHL.10.1.3_1\",,\"CLLR05\",\"14203\",-40.3895092010498,-72.0817941516653,10292,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"862bbaa0\",\"14103\",3,\"Los Ríos\",\"Lanco\",,\"CHL.10.2.2_1\",,\"CLLR06\",\"14103\",-39.7084693908691,-72.6463982587303,17652,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"184f2f03\",\"14104\",3,\"Los Ríos\",\"Los Lagos\",,\"CHL.10.2.3_1\",,\"CLLR07\",\"14104\",-39.9942760467529,-72.6889678104055,20518,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6f481f95\",\"14105\",3,\"Los Ríos\",\"Mafil\",,\"CHL.10.2.4_1\",,\"CLLR08\",\"14105\",-39.9067459106445,-72.791171650529,7389,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f6414e2f\",\"14106\",3,\"Los Ríos\",\"Mariquina\",,\"CHL.10.2.5_1\",,\"CLLR09\",\"14106\",-39.6440277099609,-73.2461310219393,23250,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"81467eb9\",\"14107\",3,\"Los Ríos\",\"Paillaco\",,\"CHL.10.2.6_1\",,\"CLLR10\",\"14107\",-40.1963500976562,-72.7689972979494,20798,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"11f96328\",\"14108\",3,\"Los Ríos\",\"Panguipulli\",,\"CHL.10.2.7_1\",,\"CLLR11\",\"14108\",-39.8003940582275,-72.0945586438997,35991,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"1a09915a\",\"14204\",3,\"Los Ríos\",\"Rio Bueno\",,\"CHL.10.1.4_1\",,\"CLLR12\",\"14204\",-40.5408191680908,-72.3623962402343,32925,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6825db8c\",\"14101\",3,\"Los Ríos\",\"Valdivia\",,\"CHL.10.2.8_1\",,\"CLLR13\",\"14101\",-39.9590740203857,-73.1915851021039,176774,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"d6016bb3\",\"12202\",3,\"Magallanes\",\"Antartica\",,\"CHL.11.1.1.1_0\",,,\"12202\",-55.0992,-69.2748,137,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"4f083a09\",\"12201\",3,\"Magallanes\",\"Cabo de Hornos\",,\"CHL.11.1.1.2_0\",,\"CLMA02\",\"12201\",-55.03,-69.24,1983,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"d447d5ea\",\"12102\",3,\"Magallanes\",\"Laguna Blanca\",,\"CHL.11.2.1_1\",,\"CLMA04\",\"12102\",-52.4150772094727,-71.2650456045882,264,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"4b8546bb\",\"12401\",3,\"Magallanes\",\"Natales\",,\"CHL.11.4.1_1\",,\"CLMA05\",\"12401\",-52.3669376373291,-73.1419448852539,23782,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"4eca503e\",\"12301\",3,\"Magallanes\",\"Porvenir\",,\"CHL.11.3.1_1\",,\"CLMA06\",\"12301\",-53.3888874053955,-68.9734362504994,7323,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"d7c30184\",\"12302\",3,\"Magallanes\",\"Primavera\",,\"CHL.11.3.2_1\",,\"CLMA07\",\"12302\",-52.7647209167481,-69.1637748142927,694,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"4d4e8450\",\"12101\",3,\"Magallanes\",\"Punta Arenas\",,\"CHL.11.2.2_1\",,\"CLMA08\",\"12101\",-53.3080348968506,-71.3433303833007,141984,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"a340e57c\",\"12103\",3,\"Magallanes\",\"Rio Verde\",,\"CHL.11.2.3_1\",,\"CLMA09\",\"12103\",-52.723611831665,-72.9899978637695,211,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"3d2470df\",\"12104\",3,\"Magallanes\",\"San Gregorio\",,\"CHL.11.2.4_1\",,\"CLMA10\",\"12104\",-52.3794441223144,-70.1918149555158,681,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"a0c43112\",\"12303\",3,\"Magallanes\",\"Timaukel\",,\"CHL.11.3.3_1\",,\"CLMA11\",\"12303\",-54.1788883209229,-69.2187681234082,282,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"d28c1701\",\"12402\",3,\"Magallanes\",\"Torres del Paine\",,\"CHL.11.4.2_1\",,\"CLMA12\",\"12402\",-51.0869216918945,-72.9012439731427,1021,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"85980fcc\",\"7201\",3,\"Maule\",\"Cauquenes\",,\"CHL.12.1.1_1\",,\"CLML01\",\"07201\",-35.8919448852539,-72.2566001505163,44143,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"1c915e76\",\"7202\",3,\"Maule\",\"Chanco\",,\"CHL.12.1.2_1\",,\"CLML02\",\"07202\",-35.6716651916503,-72.47605400055,9331,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"181c22c4\",\"7402\",3,\"Maule\",\"Colbun\",,\"CHL.12.3.1_1\",,\"CLML03\",\"07402\",-36.0315151214599,-70.7453905411088,22565,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"1ed7e02f\",\"7102\",3,\"Maule\",\"Constitucion\",,\"CHL.12.4.1_1\",,\"CLML04\",\"07102\",-35.3065700531006,-72.2454107010216,50348,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"69d0d0b9\",\"7103\",3,\"Maule\",\"Curepto\",,\"CHL.12.4.2_1\",,\"CLML05\",\"07103\",-35.1373901367187,-71.9457962746447,9426,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"845a65fb\",\"7301\",3,\"Maule\",\"Curico\",,\"CHL.12.2.1_1\",,\"CLML06\",\"07301\",-35.2238006591796,-70.9486828637687,163626,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f7b4451a\",\"7104\",3,\"Maule\",\"Empedrado\",,\"CHL.12.4.3_1\",,\"CLML08\",\"07104\",-35.5284252166748,-72.334236580961,4206,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"1d533441\",\"7302\",3,\"Maule\",\"Hualane\",,\"CHL.12.2.2_1\",,\"CLML09\",\"07302\",-34.9617080688476,-71.6829440303403,10222,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6a5404d7\",\"7303\",3,\"Maule\",\"Licanten\",,\"CHL.12.2.3_1\",,\"CLML10\",\"07303\",-34.9495391845703,-72.1182615484439,6989,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"8115737e\",\"7401\",3,\"Maule\",\"Linares\",,\"CHL.12.3.2_1\",,\"CLML11\",\"07401\",-35.8927803039551,-71.2274377742858,101073,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6f1b1252\",\"7403\",3,\"Maule\",\"Longavi\",,\"CHL.12.3.3_1\",,\"CLML12\",\"07403\",-35.9762287139893,-71.4992210849651,32810,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"80b3758c\",\"7105\",3,\"Maule\",\"Maule\",,\"CHL.12.4.4_1\",,\"CLML13\",\"07105\",-35.4529151916504,-71.6557244163247,60000,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f4309174\",\"7304\",3,\"Maule\",\"Molina\",,\"CHL.12.2.4_1\",,\"CLML14\",\"07304\",-35.3327732086182,-70.9236819131167,49800,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f17f87f1\",\"7404\",3,\"Maule\",\"Parral\",,\"CHL.12.3.4_1\",,\"CLML15\",\"07404\",-36.1548156738281,-71.625547529323,44544,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"19ba2436\",\"7106\",3,\"Maule\",\"Pelarco\",,\"CHL.12.4.5.1_0\",,\"CLML16\",\"07106\",-35.38,-71.35,9083,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6b966ee0\",\"7203\",3,\"Maule\",\"Pelluhue\",,\"CHL.12.1.3_1\",,\"CLML17\",\"07203\",-35.8727779388427,-72.5657617143797,8092,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6ebd14a0\",\"7107\",3,\"Maule\",\"Pencahue\",,\"CHL.12.4.6_1\",,\"CLML18\",\"07107\",-35.2499485015869,-71.8026643048096,8601,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"8337a1e2\",\"7305\",3,\"Maule\",\"Rauco\",,\"CHL.12.2.5_1\",,\"CLML19\",\"07305\",-34.934326171875,-71.416174747986,11248,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"8678b767\",\"7405\",3,\"Maule\",\"Retiro\",,\"CHL.12.3.5_1\",,\"CLML20\",\"07405\",-35.9200649261474,-71.8633331598815,21071,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"fe020931\",\"7108\",3,\"Maule\",\"Rio Claro\",,\"CHL.12.4.7_1\",,\"CLML21\",\"07108\",-35.2700290679931,-71.3065629944178,14753,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"1a3ef058\",\"7306\",3,\"Maule\",\"Romeral\",,\"CHL.12.2.6_1\",,\"CLML22\",\"07306\",-35.0894031524658,-70.657199978413,16170,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6d39c0ce\",\"7307\",3,\"Maule\",\"Sagrada Familia\",,\"CHL.12.2.7_1\",,\"CLML23\",\"07307\",-35.109338760376,-71.5367870779495,19469,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"890539a7\",\"7109\",3,\"Maule\",\"San Clemente\",,\"CHL.12.4.8_1\",,\"CLML24\",\"07109\",-35.7731914520264,-70.6986493965341,46292,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"1f71e6dd\",\"7406\",3,\"Maule\",\"San Javier\",,\"CHL.12.3.6_1\",,\"CLML25\",\"07406\",-35.5494003295898,-71.9453576142367,49451,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e9c2b042\",\"7110\",3,\"Maule\",\"San Rafael\",,\"CHL.12.4.5.2_0\",,\"CLML26\",\"07110\",-35.3,-71.5,9959,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"87deb195\",\"7101\",3,\"Maule\",\"Talca\",,\"CHL.12.4.9_1\",,\"CLML27\",\"07101\",-35.3160095214844,-71.5966633284502,236724,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"fd86dd5f\",\"7308\",3,\"Maule\",\"Teno\",,\"CHL.12.2.8_1\",,\"CLML28\",\"07308\",-34.8825397491455,-70.9802486219416,30850,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"8a81edc9\",\"7309\",3,\"Maule\",\"Vichuquen\",,\"CHL.12.2.9_1\",,\"CLML29\",\"07309\",-34.8268032073975,-72.0047754990086,4381,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6876d64b\",\"7407\",3,\"Maule\",\"Villa Alegre\",,\"CHL.12.3.7_1\",,\"CLML30\",\"07407\",-35.5918197631836,-71.640570117004,17512,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f8c9cbda\",\"7408\",3,\"Maule\",\"Yerbas Buenas\",,\"CHL.12.3.8_1\",,\"CLML31\",\"07408\",-35.6224937438964,-71.5086907617052,19200,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6bf21a53\",\"13502\",3,\"Metropolitana\",\"Alhue\",,\"CHL.14.4.1_1\",,\"CLRM01\",\"13502\",-34.0094604492188,-71.1489892810151,7405,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6a307064\",\"13402\",3,\"Metropolitana\",\"Buin\",,\"CHL.14.3.1_1\",,\"CLRM02\",\"13402\",-33.6912097930908,-70.8865515526104,109641,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"1d3740f2\",\"13403\",3,\"Metropolitana\",\"Calera de Tango\",,\"CHL.14.3.2_1\",,\"CLRM03\",\"13403\",-33.5149803161621,-70.9075671315983,28525,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6cfbb28f\",\"13102\",3,\"Metropolitana\",\"Cerrillos\",,\"CHL.14.5.1.32_0\",,\"CLRM04\",\"13102\",-33.5,-70.71,88956,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"1bfc8219\",\"13103\",3,\"Metropolitana\",\"Cerro Navia\",,\"CHL.14.5.1.31_0\",,\"CLRM05\",\"13103\",-33.42,-70.74,142465,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f676375b\",\"13301\",3,\"Metropolitana\",\"Colina\",,\"CHL.14.1.1_1\",,\"CLRM06\",\"13301\",-33.1185359954833,-70.6749104458264,180353,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"859817ba\",\"13104\",3,\"Metropolitana\",\"Conchali\",,\"CHL.14.5.1.30_0\",,\"CLRM07\",\"13104\",-33.38,-70.68,139195,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"1cf52ac5\",\"13503\",3,\"Metropolitana\",\"Curacavi\",,\"CHL.14.4.2_1\",,\"CLRM08\",\"13503\",-33.2579650878906,-71.2227540098343,36430,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f29f272c\",\"13105\",3,\"Metropolitana\",\"El Bosque\",,\"CHL.14.5.1.29_0\",,\"CLRM10\",\"13105\",-33.56,-70.68,172000,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"69b4a40a\",\"13602\",3,\"Metropolitana\",\"El Monte\",,\"CHL.14.6.1_1\",,\"CLRM11\",\"13602\",-33.5622386932373,-71.1082969486983,40014,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6b967696\",\"13106\",3,\"Metropolitana\",\"Estacion Central\",,\"CHL.14.5.1.28_0\",,\"CLRM12\",\"13106\",-33.46,-70.7,206792,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"1c914600\",\"13107\",3,\"Metropolitana\",\"Huechuraba\",,\"CHL.14.5.1.27_0\",,\"CLRM13\",\"13107\",-33.36,-70.64,112528,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"8c2e5b91\",\"13108\",3,\"Metropolitana\",\"Independencia\",,\"CHL.14.5.1.26_0\",,\"CLRM14\",\"13108\",-33.41,-70.66,142065,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"1eb3949c\",\"13603\",3,\"Metropolitana\",\"Isla de Maipo\",,\"CHL.14.6.2_1\",,\"CLRM15\",\"13603\",-33.6680755615234,-71.033897283833,40171,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"fb296b07\",\"13109\",3,\"Metropolitana\",\"La Cisterna\",,\"CHL.14.5.1.25_0\",,\"CLRM16\",\"13109\",-33.53,-70.66,100434,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"9beee2e2\",\"13110\",3,\"Metropolitana\",\"La Florida\",,\"CHL.14.5.1.24_0\",,\"CLRM17\",\"13110\",-33.53,-70.54,402433,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"ece9d274\",\"13111\",3,\"Metropolitana\",\"La Granja\",,\"CHL.14.5.1.23_0\",,\"CLRM18\",\"13111\",-33.54,-70.62,122557,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"75e083ce\",\"13112\",3,\"Metropolitana\",\"La Pintana\",,\"CHL.14.5.1.22_0\",,\"CLRM19\",\"13112\",-33.59,-70.64,189335,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"02e7b358\",\"13113\",3,\"Metropolitana\",\"La Reina\",,\"CHL.14.5.1.21_0\",,\"CLRM20\",\"13113\",-33.45,-70.54,100252,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6f7f66e1\",\"13302\",3,\"Metropolitana\",\"Lampa\",,\"CHL.14.1.2_1\",,\"CLRM21\",\"13302\",-33.214370727539,-70.9595921978687,126898,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"9c8326fb\",\"13114\",3,\"Metropolitana\",\"Las Condes\",,\"CHL.14.5.1.20_0\",,\"CLRM22\",\"13114\",-33.42,-70.5,330759,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"eb84166d\",\"13115\",3,\"Metropolitana\",\"Lo Barnechea\",,\"CHL.14.5.1.19_0\",,\"CLRM23\",\"13115\",-33.3,-70.37,124076,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"728d47d7\",\"13116\",3,\"Metropolitana\",\"Lo Espejo\",,\"CHL.14.5.1.18_0\",,\"CLRM24\",\"13116\",-33.52,-70.69,103865,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"058a7741\",\"13117\",3,\"Metropolitana\",\"Lo Prado\",,\"CHL.14.5.1.17_0\",,\"CLRM25\",\"13117\",-33.45,-70.72,104403,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"95356ad0\",\"13118\",3,\"Metropolitana\",\"Macul\",,\"CHL.14.5.1.16_0\",,\"CLRM26\",\"13118\",-33.49,-70.6,134635,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"e2325a46\",\"13119\",3,\"Metropolitana\",\"Maipu\",,\"CHL.14.5.1.15_0\",,\"CLRM27\",\"13119\",-33.51,-70.81,578605,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"8291bf66\",\"13504\",3,\"Metropolitana\",\"Maria Pinto\",,\"CHL.14.4.3_1\",,\"CLRM28\",\"13504\",-33.4146137237549,-71.3014299461762,14926,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f2fb4be9\",\"13501\",3,\"Metropolitana\",\"Melipilla\",,\"CHL.14.4.4_1\",,\"CLRM29\",\"13501\",-33.6680755615234,-71.2510143039428,141612,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b0c3b121\",\"13120\",3,\"Metropolitana\",\"Nunoa\",,\"CHL.14.5.1.14_0\",,\"CLRM30\",\"13120\",-33.46,-70.6,250192,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"80d7013f\",\"13604\",3,\"Metropolitana\",\"Padre Hurtado\",,\"CHL.14.3.4.2_0\",,\"CLRM31\",\"13604\",-33.56,-70.87,74188,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"8353d551\",\"13404\",3,\"Metropolitana\",\"Paine\",,\"CHL.14.3.3_1\",,\"CLRM32\",\"13404\",-33.8120803833008,-70.7633884732751,82766,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c7c481b7\",\"13121\",3,\"Metropolitana\",\"Pedro Aguirre Cerda\",,\"CHL.14.5.1.13_0\",,\"CLRM33\",\"13121\",-33.49,-70.68,107803,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f7d031a9\",\"13605\",3,\"Metropolitana\",\"Penaflor\",,\"CHL.14.6.3_1\",,\"CLRM34\",\"13605\",-33.4731941223144,-70.9709459053454,101058,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5ecdd00d\",\"13122\",3,\"Metropolitana\",\"Penalolen\",,\"CHL.14.5.1.12_0\",,\"CLRM35\",\"13122\",-33.48,-70.52,266798,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"6ebd0cd6\",\"13202\",3,\"Metropolitana\",\"Pirque\",,\"CHL.14.2.1_1\",,\"CLRM36\",\"13202\",-33.6611900329589,-70.6701194737464,30433,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"29cae09b\",\"13123\",3,\"Metropolitana\",\"Providencia\",,\"CHL.14.5.1.11_0\",,\"CLRM37\",\"13123\",-33.43,-70.61,157749,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b7ae7538\",\"13124\",3,\"Metropolitana\",\"Pudahuel\",,\"CHL.14.5.1.10_0\",,\"CLRM38\",\"13124\",-33.42,-70.85,253139,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f7b45d6c\",\"13201\",3,\"Metropolitana\",\"Puente Alto\",,\"CHL.14.2.2_1\",,\"CLRM39\",\"13201\",-33.5059795379639,-70.6904452080517,645909,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c0a945ae\",\"13125\",3,\"Metropolitana\",\"Quilicura\",,\"CHL.14.5.1.9_0\",,\"CLRM40\",\"13125\",-33.36,-70.74,254694,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"59a01414\",\"13126\",3,\"Metropolitana\",\"Quinta Normal\",,\"CHL.14.5.1.8_0\",,\"CLRM41\",\"13126\",-33.43,-70.7,136368,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2ea72482\",\"13127\",3,\"Metropolitana\",\"Recoleta\",,\"CHL.14.5.1.7_0\",,\"CLRM42\",\"13127\",-33.41,-70.64,190075,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"be183913\",\"13128\",3,\"Metropolitana\",\"Renca\",,\"CHL.14.5.1.6_0\",,\"CLRM43\",\"13128\",-33.4,-70.73,160847,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f33921de\",\"13401\",3,\"Metropolitana\",\"San Bernardo\",,\"CHL.14.3.4.1_0\",,\"CLRM44\",\"13401\",-33.63,-70.72,334836,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c91f0985\",\"13129\",3,\"Metropolitana\",\"San Joaquin\",,\"CHL.14.5.1.5_0\",,\"CLRM45\",\"13129\",-33.5,-70.63,103485,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"19ba3c40\",\"13203\",3,\"Metropolitana\",\"San Jose de Maipo\",,\"CHL.14.2.3_1\",,\"CLRM46\",\"13203\",-33.7010231018066,-70.2269149305386,18644,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"a9d88060\",\"13130\",3,\"Metropolitana\",\"San Miguel\",,\"CHL.14.5.1.4_0\",,\"CLRM47\",\"13130\",-33.5,-70.65,133059,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f5968ff0\",\"13505\",3,\"Metropolitana\",\"San Pedro\",,\"CHL.14.4.5_1\",,\"CLRM48\",\"13505\",-33.9103450775146,-71.4516477172376,11953,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"dedfb0f6\",\"13131\",3,\"Metropolitana\",\"San Ramon\",,\"CHL.14.5.1.3_0\",,\"CLRM49\",\"13131\",-33.54,-70.64,86510,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f5f2e335\",\"13101\",3,\"Metropolitana\",\"Santiago\",\"Santiago, Santiago Metropolitan Region\",\"CHL.14.5.1.1_0\",,\"CLRM50\",\"13101\",-33.45,-70.66,503147,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"f0bdf5b0\",\"13601\",3,\"Metropolitana\",\"Talagante\",,\"CHL.14.6.4_1\",,\"CLRM51\",\"13601\",-33.5711650848388,-70.9841683975637,81838,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"18785677\",\"13303\",3,\"Metropolitana\",\"Tiltil\",,\"CHL.14.1.3_1\",,\"CLRM52\",\"13303\",-33.032974243164,-70.9222102948542,21477,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"47d6e14c\",\"13132\",3,\"Metropolitana\",\"Vitacura\",,\"CHL.14.5.1.2_0\",,\"CLRM53\",\"13132\",-33.38,-70.57,96774,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5b2542bd\",\"16102\",3,\"Ñuble\",\"Bulnes\",,\"CHL.13.1.1.1_0\",,\"CLNB01\",\"16102\",-36.79,-72.29,22607,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c22c1307\",\"16101\",3,\"Ñuble\",\"Chillan\",,\"CHL.13.1.2_1\",,\"CLNB02\",\"16101\",-36.5497398376464,-72.0798911247724,198624,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2c22722b\",\"16103\",3,\"Ñuble\",\"Chillan Viejo\",,\"CHL.13.1.1.2_0\",,\"CLNB03\",\"16103\",-36.68,-72.2,33827,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5963fce4\",\"16202\",3,\"Ñuble\",\"Cobquecura\",,\"CHL.13.2.1_1\",,\"CLNB04\",\"16202\",-36.1194458007812,-72.7081434500478,5275,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2e64cc72\",\"16203\",3,\"Ñuble\",\"Coelemu\",,\"CHL.13.2.2_1\",,\"CLNB05\",\"16203\",-36.4468994140625,-72.6239866900309,16845,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"58a196d3\",\"16302\",3,\"Ñuble\",\"Coihueco\",,\"CHL.13.3.1_1\",,\"CLNB06\",\"16302\",-36.7196159362793,-71.4451285723863,28375,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b246e788\",\"16104\",3,\"Ñuble\",\"El Carmen\",,\"CHL.13.1.3_1\",,\"CLNB08\",\"16104\",-37.0072612762451,-71.7899062586128,12334,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b00059d1\",\"16204\",3,\"Ñuble\",\"Ninhue\",,\"CHL.13.2.3_1\",,\"CLNB09\",\"16204\",-36.2559204101563,-72.3103347691965,5414,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2fa6a645\",\"16303\",3,\"Ñuble\",\"Niquen\",,\"CHL.13.3.2_1\",,\"CLNB10\",\"16303\",-36.2290592193603,-71.7708887787082,11567,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c541d71e\",\"16105\",3,\"Ñuble\",\"Pemuco\",,\"CHL.13.1.4_1\",,\"CLNB11\",\"16105\",-37.0501308441162,-72.1135383567788,8639,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5c4886a4\",\"16106\",3,\"Ñuble\",\"Pinto\",,\"CHL.13.1.5_1\",,\"CLNB12\",\"16106\",-36.8809452056885,-71.5567901766223,11880,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c7076947\",\"16205\",3,\"Ñuble\",\"Portezuelo\",,\"CHL.13.2.4_1\",,\"CLNB13\",\"16205\",-36.4333744049072,-72.3253825518673,4940,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2b4fb632\",\"16107\",3,\"Ñuble\",\"Quillon\",,\"CHL.13.1.6_1\",,\"CLNB14\",\"16107\",-36.8089656829834,-72.4413460431846,18777,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c06aad5e\",\"16201\",3,\"Ñuble\",\"Quirihue\",,\"CHL.13.2.5_1\",,\"CLNB15\",\"16201\",-36.1664447784423,-72.5210111797859,12192,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5e0e38fd\",\"16206\",3,\"Ñuble\",\"Ranquil\",,\"CHL.13.2.6_1\",,\"CLNB16\",\"16206\",-36.6369647979736,-72.4866283520659,6261,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c1a8c769\",\"16301\",3,\"Ñuble\",\"San Carlos\",,\"CHL.13.3.3_1\",,\"CLNB17\",\"16301\",-36.2701435089111,-71.936260698041,56252,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b1c233e6\",\"16304\",3,\"Ñuble\",\"San Fabian\",,\"CHL.13.3.4_1\",,\"CLNB18\",\"16304\",-36.6274261474609,-71.1567952951782,4654,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"bbf0aba3\",\"16108\",3,\"Ñuble\",\"San Ignacio\",,\"CHL.13.1.7_1\",,\"CLNB19\",\"16108\",-36.8182353973388,-71.8482837785329,16624,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c6c50370\",\"16305\",3,\"Ñuble\",\"San Nicolas\",,\"CHL.13.3.5_1\",,\"CLNB20\",\"16305\",-36.3546295166015,-72.025050995098,12172,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2909086b\",\"16207\",3,\"Ñuble\",\"Treguaco\",,\"CHL.13.2.7_1\",,\"CLNB21\",\"16207\",-36.3287353515625,-72.5675924803387,5696,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"ccf79b35\",\"16109\",3,\"Ñuble\",\"Yungay\",,\"CHL.13.1.8_1\",,\"CLNB22\",\"16109\",-37.1537437438964,-71.7953904956469,18596,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"a5ef5324\",\"6302\",3,\"O'Higgins\",\"Chepica\",,\"CHL.8.3.1_1\",,\"CLLI01\",\"06302\",-34.7640953063964,-71.4346627851119,15925,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"d2e863b2\",\"6303\",3,\"O'Higgins\",\"Chimbarongo\",,\"CHL.8.3.2_1\",,\"CLLI02\",\"06303\",-34.7304439544678,-70.9421805854781,37696,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"a66b874a\",\"6102\",3,\"O'Higgins\",\"Codegua\",,\"CHL.8.1.1_1\",,\"CLLI03\",\"06102\",-34.0570449829101,-70.4901170257739,14096,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"d16cb7dc\",\"6103\",3,\"O'Higgins\",\"Coinco\",,\"CHL.8.1.2_1\",,\"CLLI04\",\"06103\",-34.2861557006835,-71.0043355844902,7831,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"4f08227f\",\"6104\",3,\"O'Higgins\",\"Coltauco\",,\"CHL.8.1.3_1\",,\"CLLI05\",\"06104\",-34.2726898193359,-71.1247616011183,21263,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"380f12e9\",\"6105\",3,\"O'Higgins\",\"Donihue\",,\"CHL.8.1.4_1\",,\"CLLI07\",\"06105\",-34.1642055511474,-71.0176391659982,22700,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"a1064353\",\"6106\",3,\"O'Higgins\",\"Graneros\",,\"CHL.8.1.5_1\",,\"CLLI08\",\"06106\",-34.035530090332,-70.8680009161606,36504,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"a42d3913\",\"6202\",3,\"O'Higgins\",\"La Estrella\",,\"CHL.8.2.1_1\",,\"CLLI09\",\"06202\",-34.2313289642333,-71.6349229375973,3114,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"d60173c5\",\"6107\",3,\"O'Higgins\",\"Las Cabras\",,\"CHL.8.1.6_1\",,\"CLLI10\",\"06107\",-34.1968307495117,-71.3342756767709,26749,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"d32a0985\",\"6203\",3,\"O'Higgins\",\"Litueche\",,\"CHL.8.2.2_1\",,\"CLLI11\",\"06203\",-34.1298999786377,-71.7808095406953,6765,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"4c8cf611\",\"6304\",3,\"O'Higgins\",\"Lolol\",,\"CHL.8.3.3_1\",,\"CLLI12\",\"06304\",-34.7488594055176,-71.7081481967673,7289,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"46be6e54\",\"6108\",3,\"O'Higgins\",\"Machali\",,\"CHL.8.1.7_1\",,\"CLLI13\",\"06108\",-34.3706550598144,-70.3048531397945,59913,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"31b95ec2\",\"6109\",3,\"O'Higgins\",\"Malloa\",,\"CHL.8.1.8_1\",,\"CLLI14\",\"06109\",-34.4729652404785,-71.0120523259523,14163,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"4d4e9c26\",\"6204\",3,\"O'Higgins\",\"Marchihue\",,\"CHL.8.2.3_1\",,\"CLLI15\",\"06204\",-34.3592948913574,-71.6849607011826,7632,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"517ed727\",\"6110\",3,\"O'Higgins\",\"Mostazal\",,\"CHL.8.1.9_1\",,\"CLLI16\",\"06110\",-33.9482936859131,-70.6710771731476,27462,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"3b8bc687\",\"6305\",3,\"O'Higgins\",\"Nancagua\",,\"CHL.8.3.4_1\",,\"CLLI17\",\"06305\",-34.6254959106444,-71.1889191903691,19141,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"3a49acb0\",\"6205\",3,\"O'Higgins\",\"Navidad\",,\"CHL.8.2.4_1\",,\"CLLI18\",\"06205\",-34.0044994354248,-71.7993789693927,6904,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2679e7b1\",\"6111\",3,\"O'Higgins\",\"Olivar\",,\"CHL.8.1.10_1\",,\"CLLI19\",\"06111\",-34.1416339874267,-70.9351546381124,14624,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"a282973d\",\"6306\",3,\"O'Higgins\",\"Palmilla\",,\"CHL.8.3.5_1\",,\"CLLI20\",\"06306\",-34.5332641601562,-71.3870092255132,13299,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"a340fd0a\",\"6206\",3,\"O'Higgins\",\"Paredones\",,\"CHL.8.2.5_1\",,\"CLLI21\",\"06206\",-34.6694240570068,-71.9536945391407,6349,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"d585a7ab\",\"6307\",3,\"O'Higgins\",\"Peralillo\",,\"CHL.8.3.6_1\",,\"CLLI22\",\"06307\",-34.4760990142822,-71.5229876364058,11848,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"bf70b60b\",\"6112\",3,\"O'Higgins\",\"Peumo\",,\"CHL.8.1.11_1\",,\"CLLI23\",\"06112\",-34.3714790344238,-71.2991767004796,14952,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c877869d\",\"6113\",3,\"O'Higgins\",\"Pichidegua\",,\"CHL.8.1.12_1\",,\"CLLI24\",\"06113\",-34.3835105895996,-71.433989388417,20743,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"3d2468a9\",\"6201\",3,\"O'Higgins\",\"Pichilemu\",,\"CHL.8.2.6_1\",,\"CLLI25\",\"06201\",-34.3320484161377,-71.9312084241844,17882,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"453aba3a\",\"6308\",3,\"O'Higgins\",\"Placilla\",,\"CHL.8.3.7_1\",,\"CLLI26\",\"06308\",-34.6038990020752,-71.0472785225739,9164,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"323d8aac\",\"6309\",3,\"O'Higgins\",\"Pumanque\",,\"CHL.8.3.8_1\",,\"CLLI27\",\"06309\",-34.5650043487548,-71.7104959560159,3531,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5613133e\",\"6114\",3,\"O'Higgins\",\"Quinta de Tilcoco\",,\"CHL.8.1.13_1\",,\"CLLI28\",\"06114\",-34.3999996185302,-71.084717671778,13877,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"3f62d6f0\",\"6101\",3,\"O'Higgins\",\"Rancagua\",,\"CHL.8.1.14_1\",,\"CLLI29\",\"06101\",-34.0384540557861,-70.9540472009228,265211,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"211423a8\",\"6115\",3,\"O'Higgins\",\"Rengo\",,\"CHL.8.1.15_1\",,\"CLLI30\",\"06115\",-34.4548549652099,-70.8635619004503,63710,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b81d7212\",\"6116\",3,\"O'Higgins\",\"Requinoa\",,\"CHL.8.1.16_1\",,\"CLLI31\",\"06116\",-34.31369972229,-70.7720467362037,30371,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"3ce6029e\",\"6301\",3,\"O'Higgins\",\"San Fernando\",,\"CHL.8.3.9_1\",,\"CLLI32\",\"06301\",-34.7380714416504,-70.5481814548876,78642,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"cf1a4284\",\"6117\",3,\"O'Higgins\",\"San Vicente\",,\"CHL.8.1.17_1\",,\"CLLI33\",\"06117\",-34.4798202514648,-71.1613108046894,50617,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"52fa0349\",\"6310\",3,\"O'Higgins\",\"Santa Cruz\",,\"CHL.8.3.10_1\",,\"CLLI34\",\"06310\",-34.6218490600586,-71.4023703348892,41096,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"4bd64b7c\",\"1107\",3,\"Tarapacá\",\"Alto Hospicio\",,\"CHL.15.1.4.2_0\",,\"CLTA01\",\"01107\",-20.19,-70.01,129999,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"3d777d18\",\"1402\",3,\"Tarapacá\",\"Camina\",,\"CHL.15.1.1_1\",,\"CLTA02\",\"01402\",-19.219199180603,-69.4361501838933,1375,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"4a704d8e\",\"1403\",3,\"Tarapacá\",\"Colchane\",,\"CHL.15.1.2_1\",,\"CLTA03\",\"01403\",-19.3291244506836,-68.6882796388248,1583,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"d414d82d\",\"1404\",3,\"Tarapacá\",\"Huara\",,\"CHL.15.1.3_1\",,\"CLTA05\",\"01404\",-19.4523601531982,-69.9775445441609,3000,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"a2b5ee49\",\"1101\",3,\"Tarapacá\",\"Iquique\",,\"CHL.15.1.4.1_0\",,\"CLTA06\",\"01101\",-20.92,-70.05,223463,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"a313e8bb\",\"1405\",3,\"Tarapacá\",\"Pica\",,\"CHL.15.1.5_1\",,\"CLTA07\",\"01405\",-20.4195899963379,-69.1298676498219,5958,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"a47e2ca2\",\"1401\",3,\"Tarapacá\",\"Pozo Almonte\",,\"CHL.15.1.6_1\",,\"CLTA08\",\"01401\",-20.7310447692871,-69.7678503418941,17395,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b1913e21\",\"5602\",3,\"Valparaíso\",\"Algarrobo\",,\"CHL.16.5.1_1\",,\"CLVS01\",\"05602\",-33.2884712219238,-71.6202054702943,15174,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b215ea4f\",\"5402\",3,\"Valparaíso\",\"Cabildo\",,\"CHL.16.3.1_1\",,\"CLVS02\",\"05402\",-32.3614997863769,-70.9385488629199,20663,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b3d78078\",\"5502\",3,\"Valparaíso\",\"Calera\",,\"CHL.16.4.1_1\",,\"CLVS03\",\"05502\",-32.6456146240234,-71.149984551479,53591,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b75afcca\",\"5302\",3,\"Valparaíso\",\"Calle Larga\",,\"CHL.16.2.1_1\",,\"CLVS04\",\"05302\",-32.896635055542,-70.5542456142519,16482,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c6960eb7\",\"5603\",3,\"Valparaíso\",\"Cartagena\",,\"CHL.16.5.2_1\",,\"CLVS05\",\"05603\",-33.4529590606689,-71.4997397163799,25357,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b4de28a4\",\"5102\",3,\"Valparaíso\",\"Casablanca\",,\"CHL.16.7.1_1\",,\"CLVS06\",\"05102\",-33.2550849914551,-71.466218465732,29170,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b0535416\",\"5702\",3,\"Valparaíso\",\"Catemu\",,\"CHL.16.6.1_1\",,\"CLVS07\",\"05702\",-32.6099395751953,-70.9460603364246,15213,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c3d91832\",\"5103\",3,\"Valparaíso\",\"Concon\",,\"CHL.16.7.3.2_0\",,\"CLVS08\",\"05103\",-32.95,-71.47,45889,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"58f29b14\",\"5604\",3,\"Valparaíso\",\"El Quisco\",,\"CHL.16.5.3_1\",,\"CLVS10\",\"05604\",-33.3968048095703,-71.6750427490887,17742,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2ff5ab82\",\"5605\",3,\"Valparaíso\",\"El Tabo\",,\"CHL.16.5.4_1\",,\"CLVS11\",\"05605\",-33.448055267334,-71.6220177238017,14338,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c4d0b0ee\",\"5503\",3,\"Valparaíso\",\"Hijuelas\",,\"CHL.16.4.2_1\",,\"CLVS12\",\"05503\",-32.7896690368652,-71.0565074460992,19099,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2f91c747\",\"5201\",3,\"Valparaíso\",\"Isla de Pascua\",,\"CHL.16.1.1.1_0\",,\"CLVS13\",\"05201\",-27.1262054443359,-109.349824223205,8277,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5dbd8d91\",\"5104\",3,\"Valparaíso\",\"Juan Fernandez\",,\"CHL.16.1.1.2_0\",,\"CLVS14\",\"05104\",-33.35,-79.87,1033,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5ab4254d\",\"5504\",3,\"Valparaíso\",\"La Cruz\",,\"CHL.16.4.3_1\",,\"CLVS15\",\"05504\",-32.6929683685303,-71.2347110215982,25321,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2b1cbbf5\",\"5401\",3,\"Valparaíso\",\"La Ligua\",,\"CHL.16.3.2_1\",,\"CLVS16\",\"05401\",-32.267219543457,-71.3172488180446,37739,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"bb0f132b\",\"5802\",3,\"Valparaíso\",\"Limache\",,\"CHL.16.4.4_1\",,\"CLVS17\",\"05802\",-32.8822193145752,-71.3039632671,49931,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c7546480\",\"5703\",3,\"Valparaíso\",\"Llaillay\",,\"CHL.16.6.2_1\",,\"CLVS18\",\"05703\",-32.8302097320557,-70.880546825824,26533,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2e53ad70\",\"5301\",3,\"Valparaíso\",\"Los Andes\",,\"CHL.16.2.2_1\",,\"CLVS19\",\"05301\",-32.8842086791992,-70.2622497032216,68093,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b4ba4461\",\"5506\",3,\"Valparaíso\",\"Nogales\",,\"CHL.16.4.5_1\",,\"CLVS20\",\"05506\",-32.5674209594727,-71.1899999715893,23490,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"cc0823bd\",\"5803\",3,\"Valparaíso\",\"Olmue\",,\"CHL.16.4.6_1\",,\"CLVS21\",\"05803\",-32.9293441772461,-71.1320059621962,19266,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5930f123\",\"5704\",3,\"Valparaíso\",\"Panquehue\",,\"CHL.16.6.3_1\",,\"CLVS22\",\"05704\",-32.6626110076904,-70.8109414866236,7633,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c512dad9\",\"5403\",3,\"Valparaíso\",\"Papudo\",,\"CHL.16.3.3_1\",,\"CLVS23\",\"05403\",-32.400972366333,-71.3696808497889,6201,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5b764f7a\",\"5404\",3,\"Valparaíso\",\"Petorca\",,\"CHL.16.3.4_1\",,\"CLVS24\",\"05404\",-32.1367092132568,-70.8174323890559,10558,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2ababd07\",\"5105\",3,\"Valparaíso\",\"Puchuncavi\",,\"CHL.16.7.2_1\",,\"CLVS25\",\"05105\",-32.6504135131835,-71.3476427978721,20071,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2e37c1b5\",\"5705\",3,\"Valparaíso\",\"Putaendo\",,\"CHL.16.6.4_1\",,\"CLVS26\",\"05705\",-32.3897743225097,-70.5348319326566,17645,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2aded1c2\",\"5501\",3,\"Valparaíso\",\"Quillota\",,\"CHL.16.4.7_1\",,\"CLVS27\",\"05501\",-32.8088302612304,-71.1920894489644,97572,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"22064291\",\"5801\",3,\"Valparaíso\",\"Quilpue\",,\"CHL.16.7.3.1_0\",,\"CLVS28\",\"05801\",-33.15,-71.25,167085,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c4b4dc2b\",\"5107\",3,\"Valparaíso\",\"Quintero\",,\"CHL.16.7.4_1\",,\"CLVS29\",\"05107\",-32.7888145446777,-71.444708477367,36135,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"c05dcc5c\",\"5303\",3,\"Valparaíso\",\"Rinconada\",,\"CHL.16.2.3_1\",,\"CLVS30\",\"05303\",-32.8239192962647,-70.7144612930196,11263,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"28986f9b\",\"5601\",3,\"Valparaíso\",\"San Antonio\",,\"CHL.16.5.5_1\",,\"CLVS31\",\"05601\",-33.6053752899169,-71.5188934591817,96761,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"5e3959ff\",\"5304\",3,\"Valparaíso\",\"San Esteban\",,\"CHL.16.2.4_1\",,\"CLVS32\",\"05304\",-32.5818576812744,-70.3841051069762,20643,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"295a05ac\",\"5701\",3,\"Valparaíso\",\"San Felipe\",,\"CHL.16.6.5_1\",,\"CLVS33\",\"05701\",-32.5979557037353,-70.7878322718751,83494,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b73e900f\",\"5706\",3,\"Valparaíso\",\"Santa Maria\",,\"CHL.16.6.6_1\",,\"CLVS34\",\"05706\",-32.5908050537109,-70.6628743770157,16367,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"b6fcfa38\",\"5606\",3,\"Valparaíso\",\"Santo Domingo\",,\"CHL.16.5.6_1\",,\"CLVS35\",\"05606\",-33.783332824707,-71.6705146127192,11934,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2dd7791e\",\"5101\",3,\"Valparaíso\",\"Valparaiso\",,\"CHL.16.7.5_1\",,\"CLVS36\",\"05101\",-33.0883331298828,-71.5558764440871,315732,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"526cb61e\",\"5804\",3,\"Valparaíso\",\"Villa Alemana\",,\"CHL.16.7.6_1\",,\"CLVS37\",\"05804\",-32.9521541595459,-71.347402199511,139310,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"230cf12c\",\"5109\",3,\"Valparaíso\",\"Vina del Mar\",,\"CHL.16.7.7_1\",,\"CLVS38\",\"05109\",-32.9280567169189,-71.4995578927822,361371,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n\"2c717fec\",\"5405\",3,\"Valparaíso\",\"Zapallar\",,\"CHL.16.3.5_1\",,\"CLVS39\",\"05405\",-32.5149974822998,-71.3870987352234,7994,\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)\",\"https://www.minciencia.gob.cl/COVID19\"\n"
  },
  {
    "path": "inst/extdata/db/CHN.csv",
    "content": "\"id\",\"id_github.oxcgrt.covidpolicytracker\",\"id_github.cssegisanddata.covid19\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_gadm\",\"key_hasc\",\"key_jhu_csse\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,\"-\",,,,,\n\"c3fec6fd\",\"CHN_AH\",\"Anhui\",2,\"Anhui\",,\"CHN.1_1\",\"CN.AH\",\"CNAH\",,32.025060655,117.151493905892,63240000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"967418fc\",\"CHN_BJ\",\"Beijing\",2,\"Beijing\",,\"CHN.2_1\",\"CN.BJ\",\"CNBJ\",,40.250894545,116.62399869567,21540000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"15369211\",\"CHN_CQ\",\"Chongqing\",2,\"Chongqing\",,\"CHN.3_1\",\"CN.CQ\",\"CNCQ\",,30.18792343,107.869754367177,31020000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"f7f64794\",\"CHN_FJ\",\"Fujian\",2,\"Fujian\",,\"CHN.4_1\",\"CN.FJ\",\"CNFJ\",,25.95639038,118.006617998682,39410000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"520ba470\",\"CHN_GS\",\"Gansu\",2,\"Gansu\",,\"CHN.5_1\",\"CN.GS\",\"CNGS\",,37.683776855,102.889882515902,26370000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"9c1147a5\",\"CHN_GD\",\"Guangdong\",2,\"Guangdong\",,\"CHN.6_1\",\"CN.GD\",\"CNGD\",,22.87138939,113.484590227869,113460000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"89365c8c\",\"CHN_GX\",\"Guangxi\",2,\"Guangxi\",,\"CHN.7_1\",\"CN.GX\",\"CNGX\",,23.891474725,108.983477007499,49260000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"7ce34861\",\"CHN_GZ\",\"Guizhou\",2,\"Guizhou\",,\"CHN.8_1\",\"CN.GZ\",\"CNGZ\",,26.920225145,106.621969332557,36000000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"4f66aecd\",\"CHN_HI\",\"Hainan\",2,\"Hainan\",,\"CHN.9_1\",\"CN.HA\",\"CNHI\",,19.160971645,109.629302975,9340000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"5ebab40a\",\"CHN_HE\",\"Hebei\",2,\"Hebei\",,\"CHN.10_1\",\"CN.HB\",\"CNHE\",,39.331897735,115.666259234823,75560000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"e6323b4e\",\"CHN_HL\",\"Heilongjiang\",2,\"Heilongjiang\",,\"CHN.11_1\",\"CN.HL\",\"CNHL\",,48.48430443,127.58344285531,37730000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"ada81dc9\",\"CHN_HA\",\"Henan\",2,\"Henan\",,\"CHN.12_1\",\"CN.HE\",\"CNHA\",,33.87928581,113.069963947753,96050000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"6d16bf87\",\"HKG\",\"Hong Kong\",2,\"Hong Kong\",,\"HKG\",\"CN.HK\",\"CNHK\",,22.3,114.2,7451000,\"CIA - Central Intelligence Agency (2020)\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/hk.html\"\n\"0ea3e395\",\"CHN_HB\",\"Hubei\",2,\"Hubei\",,\"CHN.13_1\",\"CN.HU\",\"CNHB\",,31.15678692,112.876272193163,59170000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"fdb14a56\",\"CHN_HN\",\"Hunan\",2,\"Hunan\",,\"CHN.14_1\",\"CN.HN\",\"CNHN\",,27.38163948,111.353965822757,68990000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"15150864\",\"CHN_NM\",\"Inner Mongolia\",2,\"Inner Mongolia\",,\"CHN.19_1\",\"CN.NM\",\"CNNM\",,45.397537235,118.787416079781,25340000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"6b007a28\",\"CHN_JS\",\"Jiangsu\",2,\"Jiangsu\",,\"CHN.15_1\",\"CN.JS\",\"CNJS\",,32.94665718,119.954297307683,80510000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"9cf5ffac\",\"CHN_JX\",\"Jiangxi\",2,\"Jiangxi\",,\"CHN.16_1\",\"CN.JX\",\"CNJX\",,27.281518935,115.512178277147,46480000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"56e3af77\",\"CHN_JL\",\"Jilin\",2,\"Jilin\",,\"CHN.17_1\",\"CN.JL\",\"CNJL\",,43.58426857,126.124365565081,27040000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"d533fea6\",\"CHN_LN\",\"Liaoning\",2,\"Liaoning\",,\"CHN.18_1\",\"CN.LN\",\"CNLN\",,41.105239865,122.38896785496,43590000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"68975f51\",\"MAC\",\"Macau\",2,\"Macau\",,\"MAC\",\"CN.MO\",\"CNMO\",,22.1667,113.55,631636,\"CIA - Central Intelligence Agency (2020)\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/mc.html\"\n\"dd9a4c8b\",\"CHN_NX\",\"Ningxia\",2,\"Ningxia\",,\"CHN.20_1\",\"CN.NX\",\"CNNX\",,37.309328075,105.9609730755,6880000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"962801e6\",\"CHN_QH\",\"Qinghai\",2,\"Qinghai\",,\"CHN.21_1\",\"CN.QH\",\"CNQH\",,35.44118118,96.0747190995788,6030000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"f25ddecd\",\"CHN_SN\",\"Shaanxi\",2,\"Shaanxi\",,\"CHN.22_1\",\"CN.SA\",\"CNSN\",,35.649633405,109.562387810926,38640000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"808f63f3\",\"CHN_SD\",\"Shandong\",2,\"Shandong\",,\"CHN.23_1\",\"CN.SD\",\"CNSD\",,36.32339096,118.027694782831,100470000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"f755eb50\",\"CHN_SH\",\"Shanghai\",2,\"Shanghai\",,\"CHN.24_1\",\"CN.SH\",\"CNSH\",,31.095284465,121.372003872313,24240000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"ebb72ab0\",\"CHN_SX\",\"Shanxi\",2,\"Shanxi\",,\"CHN.25_1\",\"CN.SX\",\"CNSX\",,37.66433525,112.460490503988,37180000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"2bde61a8\",\"CHN_SC\",\"Sichuan\",2,\"Sichuan\",,\"CHN.26_1\",\"CN.SC\",\"CNSC\",,30.18181038,102.267858715328,83410000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"6e713ddf\",\"CHN_TJ\",\"Tianjin\",2,\"Tianjin\",,\"CHN.27_1\",\"CN.TJ\",\"CNTJ\",,39.407136915,117.3575376841,15600000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"d27a1de8\",\"CHN_XZ\",\"Tibet\",2,\"Tibet\",,\"CHN.29_1\",\"CN.XZ\",\"CNXZ\",,31.89405727,87.0733545136812,3440000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"87b095d3\",\"CHN_XJ\",\"Xinjiang\",2,\"Xinjiang\",,\"CHN.28_1\",\"CN.XJ\",\"CNXJ\",,41.75690651,87.1302943668535,24870000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"8f5b7608\",\"CHN_YN\",\"Yunnan\",2,\"Yunnan\",,\"CHN.30_1\",\"CN.YN\",\"CNYN\",,25.19447708,101.268388474302,4830000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n\"092569d9\",\"CHN_ZJ\",\"Zhejiang\",2,\"Zhejiang\",,\"CHN.31_1\",\"CN.ZJ\",\"CNZJ\",,29.17305565,119.759937087533,57370000,\"National Bureau of Statistics of China NBS (2018)\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\"\n"
  },
  {
    "path": "inst/extdata/db/COL.csv",
    "content": "\"id\",\"id_gov.co\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_jhu_csse\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,\"-\",,,,,\n\"f6668f0e\",\"amazonas\",2,\"Amazonas\",,\"COL.1_1\",\"ChIJuR67ovBG5JERmc75jvwzR3U\",\"CO.AM\",\"COAMA\",\"91\",-2.033429985,-71.3146988694565,76589,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"7d68ecf4\",\"antioquia\",2,\"Antioquia\",,\"COL.2_1\",\"ChIJg6eo2bIpRI4RmpWBdco2ClQ\",\"CO.AN\",\"COANT\",\"05\",7.158850435,-75.4680032280505,6407102,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"2980690c\",\"arauca\",2,\"Arauca\",,\"COL.3_1\",\"ChIJkRzPv_RFbo4Rpil-EU7aG-w\",\"CO.AR\",\"COARA\",\"81\",6.540519955,-70.9515988746077,262174,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"00cd1936\",\"san_andres\",2,\"Archipiélago de San Andrés Providencia y Santa Catalina\",,\"COL.26_1\",\"ChIJ4fBdUFXSBI8RKYUk0Gcbqkg\",\"CO.SA\",\"COSAP\",\"88\",13.353055955,-81.375278475,61280,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"350675b6\",\"atlantico\",2,\"Atlántico\",,\"COL.4_1\",\"ChIJ89ro1UIt9I4RfwE4srgW80c\",\"CO.AT\",\"COATL\",\"08\",10.6761508,-75.0038375793746,2535517,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"475b73d2\",\"bogota\",2,\"Bogotá\",,\"COL.14.79_1\",\"ChIJZ0-SYJsAP44RBHEcWTjKX1U\",\"CO.DC\",\"CODC\",\"11\",4.28857902825446,-74.2144536759319,7412566,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"fe468e2d\",\"bolivar\",2,\"Bolívar\",,\"COL.5_1\",\"ChIJhWiv4EXQWI4RFZYP9gSTAaY\",\"CO.BL\",\"COBOL\",\"13\",8.887051105,-74.2509391423605,2070110,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"925ad31b\",\"boyaca\",2,\"Boyacá\",,\"COL.6_1\",\"ChIJg6KQ-HWkaY4R95-8ZFsl4f8\",\"CO.BY\",\"COBOY\",\"15\",5.83465004,-72.9199973697694,1217376,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"6d092705\",\"caldas\",2,\"Caldas\",,\"COL.7_1\",\"ChIJcd6LEpw9R44RjJ6clEdODWg\",\"CO.CL\",\"COCAL\",\"17\",5.282949925,-75.3063001763385,998255,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"718a569d\",\"caqueta\",2,\"Caquetá\",,\"COL.8_1\",\"ChIJ71Y71ZiLIY4RdwaRZv8sn2I\",\"CO.CQ\",\"COCAQ\",\"18\",1.10804945,-74.7758695891086,401489,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"0c16339f\",\"casanare\",2,\"Casanare\",,\"COL.9_1\",\"ChIJM364TjQMa44RAKlGyUkZ9Cg\",\"CO.CS\",\"COCAS\",\"85\",5.250549555,-71.702724752299,420504,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"018be2d6\",\"cauca\",2,\"Cauca\",,\"COL.10_1\",\"ChIJ7bbI7I7IL44Rf_y3Js5Ch2I\",\"CO.CA\",\"COCAU\",\"19\",2.135249495,-76.8687863936916,1464488,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"3cec2a6f\",\"cesar\",2,\"Cesar\",,\"COL.11_1\",\"ChIJgbkNEIiPXY4RUFQJbpp0Hog\",\"CO.CE\",\"COCES\",\"20\",9.26958561,-73.6385755194299,1200574,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"d0c8e5b2\",\"choco\",2,\"Chocó\",,\"COL.12_1\",\"ChIJxfeIZXCPSI4Rvl1GgkYTYKU\",\"CO.CH\",\"COCHO\",\"27\",6.325695995,-77.0912289478864,534826,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"cb099399\",\"cordoba\",2,\"Córdoba\",,\"COL.13_1\",\"ChIJ80WQ6Jq6WY4RIn6pt7InGok\",\"CO.CO\",\"COCOR\",\"23\",8.3992486,-75.7076004033231,1784783,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"580019e5\",\"cundinamarca\",2,\"Cundinamarca\",,\"COL.14_1\",\"ChIJK68WFusoP44R7QjR-rW8PJM\",\"CO.CU\",\"COCUN\",\"25\",4.739000555,-74.0784205110632,2919060,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"432g43f8\",\"guainia\",2,\"Guainía\",,\"COL.15_1\",,\"CO.GN\",\"COGUA\",\"94\",2.586725475,-69.1050572109471,48114,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"c867aC9c\",\"guaviare\",2,\"Guaviare\",,\"COL.16_1\",\"ChIJ10lZEGXbEI4Rx1SITSuSNWQ\",\"CO.GV\",\"COGUV\",\"95\",1.75145,-72.368164766547,82767,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"3b8455d4\",\"huila\",2,\"Huila\",,\"COL.17_1\",\"ChIJCzCnagAjO44Rvf5euiPn0bo\",\"CO.HU\",\"COHUI\",\"41\",2.65600002,-75.4796760522268,1100386,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"0469cd13\",\"guajira\",2,\"La Guajira\",,\"COL.18_1\",\"ChIJ_zhyYhSJi44RFpd9GoPY5iI\",\"CO.LG\",\"COLAG\",\"44\",11.41972208,-72.5883860138631,880560,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"e6f09c55\",\"magdalena\",2,\"Magdalena\",,\"COL.19_1\",\"ChIJ83MHO58wX44RGxlZqXQjgSk\",\"CO.MA\",\"COMAG\",\"47\",10.148001195,-74.5178935846863,1341746,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"725a0634\",\"meta\",2,\"Meta\",,\"COL.20_1\",\"ChIJb0oPImFBFo4RxjdvCI8cRdY\",\"CO.ME\",\"COMET\",\"50\",3.209100485,-72.8926010962003,1039722,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"65396842\",\"narino\",2,\"Nariño\",,\"COL.21_1\",\"ChIJjQ6m6H4gLI4R6uZgqP61Nns\",\"CO.NA\",\"CONAR\",\"52\",1.516111015,-77.8477589248216,1630592,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"b5bc1dbe\",\"norte_de_santander\",2,\"Norte de Santander\",,\"COL.22_1\",\"ChIJe7AZn3ZFZo4RnvxECXA4KSY\",\"CO.NS\",\"CONSA\",\"54\",8.071700095,-72.8830649269604,1491689,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"f442234b\",\"putumayo\",2,\"Putumayo\",,\"COL.23_1\",\"ChIJ4dNiCRwQJ44RphIOU5DEezg\",\"CO.PU\",\"COPUT\",\"86\",0.42315006,-75.6418407015748,348182,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"ca1ff43c\",\"quindio\",2,\"Quindio\",,\"COL.24_1\",\"ChIJX4ofDKJUOI4R44PjiT5XqwU\",\"CO.QD\",\"COQUI\",\"63\",4.42279935,-75.734894484235,539904,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"a524c5a4\",\"risaralda\",2,\"Risaralda\",,\"COL.25_1\",\"ChIJIa1iMeKAOI4RsIIuwg6R6io\",\"CO.RI\",\"CORIS\",\"66\",5.06900096,-76.1063041202479,943401,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"d83d7857\",\"santander\",2,\"Santander\",,\"COL.27_1\",\"ChIJm4wE_VJ4Qo4RJeD6ou1GDvc\",\"CO.ST\",\"COSAN\",\"68\",6.91385031,-73.2866928456115,2184837,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"f20f8d57\",\"sucre\",2,\"Sucre\",,\"COL.28_1\",\"ChIJ8YlDTjxaWI4R-0EWY0TZLd8\",\"CO.SU\",\"COSUC\",\"70\",9.18555069,-75.1871441550136,904863,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"9b3e0650\",\"tolima\",2,\"Tolima\",,\"COL.29_1\",\"ChIJCd_Y75zEOI4RlzwFW87NAc8\",\"CO.TO\",\"COTOL\",\"73\",4.12739992,-75.1166369025591,1330187,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"581f58ea\",\"valle_del_cauca\",2,\"Valle del Cauca\",,\"COL.30_1\",\"ChIJj0EMhiryNo4RoExlemHhg-s\",\"CO.VC\",\"COVAC\",\"76\",4.02000022,-76.2116118958504,4475886,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"3823baf8\",\"vaupes\",2,\"Vaupés\",,\"COL.31_1\",,\"CO.VP\",\"COVAU\",\"97\",0.380149995,-70.941023648767,40797,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"v9324r34\",\"vichada\",2,\"Vichada\",,\"COL.32_1\",\"ChIJL0wGYMm4DI4RShTsnujDtOo\",\"CO.VD\",\"COVID\",\"99\",4.500317335,-69.4636333750721,107808,\"Wikipedia (2018)\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\"\n\"4e981796\",\"91263\",3,\"Amazonas\",\"El Encanto\",\"COL.1.1_1\",,\"CO.AM.EE\",\"COAMA91263\",\"91263\",-1.43113547563553,-73.2907942604338,8795,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f52c6997\",\"91405\",3,\"Amazonas\",\"La Chorrera\",\"COL.1.2_1\",,\"CO.AM.LC\",\"COAMA91405\",\"91405\",-1.46449953317637,-72.5971146350386,6900,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1b2208bb\",\"91407\",3,\"Amazonas\",\"La Pedrera\",\"COL.1.3_1\",,\"CO.AM.LP\",\"COAMA91407\",\"91407\",-1.37844997644422,-71.5572431819462,7324,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f5480552\",\"91001\",3,\"Amazonas\",\"Leticia\",\"COL.1.4_1\",\"ChIJZzhKl3328pEReiqwU14on2s\",\"CO.AM.LE\",\"COAMA91001\",\"91001\",-3.73214948177332,-70.0599566454612,78061,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d31c3a9e\",\"91460\",3,\"Amazonas\",\"Mirití-Paraná\",\"COL.1.5_1\",,\"CO.AM.MI\",\"COAMA91460\",\"91460\",-0.732649505138369,-70.8341357309505,13,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"afa9a4ec\",\"91530\",3,\"Amazonas\",\"Puerto Alegria\",,,,\"COAMA91530\",\"91530\",-1.0056,-74.0143,1277,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"46ca01d9\",\"91536\",3,\"Amazonas\",\"Puerto Arica\",,,,\"COAMA91536\",\"91536\",-2.1495,-71.7546,1350,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e0e8322b\",\"91540\",3,\"Amazonas\",\"Puerto Nariño\",\"COL.1.6_1\",,\"CO.AM.PN\",\"COAMA91540\",\"91540\",-3.5735000371933,-70.4315335261119,14103,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a9445654\",\"91669\",3,\"Amazonas\",\"Puerto Santander\",\"COL.1.7_1\",,\"CO.AM.PS\",\"COAMA91669\",\"91669\",-0.451199010014477,-71.8114583631513,4943,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5819103a\",\"91798\",3,\"Amazonas\",\"Tarapacá\",\"COL.1.8_1\",,\"CO.AM.TA\",\"COAMA91798\",\"91798\",-2.50181400775909,-69.96111473641,7817,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d0d1e853\",\"5002\",3,\"Antioquia\",\"Abejorral\",\"COL.2.1_1\",,\"CO.AN.AB\",\"COANT05002\",\"05002\",5.793200492859,-75.4436216491279,28549,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"39b24d66\",\"5004\",3,\"Antioquia\",\"Abriaquí\",\"COL.2.2_1\",,\"CO.AN.AQ\",\"COANT05004\",\"05004\",6.62845039367682,-76.0958160191436,4004,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7beedb6b\",\"5021\",3,\"Antioquia\",\"Alejandría\",\"COL.2.3_1\",,\"CO.AN.AJ\",\"COANT05021\",\"05021\",6.34410047531134,-75.1244052271438,5278,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"15f2dabc\",\"5030\",3,\"Antioquia\",\"Amagá\",\"COL.2.4_1\",\"ChIJc0LyceOHRo4Rnr1RYJMZ08Q\",\"CO.AN.AM\",\"COANT05030\",\"05030\",6.02305006980905,-75.7302449643197,36854,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"62f5ea2a\",\"5031\",3,\"Antioquia\",\"Amalfi\",\"COL.2.5_1\",\"ChIJqebBstSCRI4REDynBDsb7xk\",\"CO.AN.AF\",\"COANT05031\",\"05031\",7.01824951171878,-74.9614553872346,28860,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"129f1ea5\",\"5034\",3,\"Antioquia\",\"Andes\",\"COL.2.6_1\",\"ChIJCeVNqAJORo4R6TCF5Q2BP1k\",\"CO.AN.AD\",\"COANT05034\",\"05034\",5.61800003051764,-76.0051718516238,56628,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fc917f89\",\"5036\",3,\"Antioquia\",\"Angelópolis\",\"COL.2.7_1\",,\"CO.AN.AL\",\"COANT05036\",\"05036\",6.12285041809091,-75.7266736075756,11487,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1b29528e\",\"5038\",3,\"Antioquia\",\"Angostura\",\"COL.2.8_1\",,\"CO.AN.AS\",\"COANT05038\",\"05038\",6.85755014419561,-75.353099138999,20066,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5ab34c7b\",\"5040\",3,\"Antioquia\",\"Anorí\",\"COL.2.9_1\",,\"CO.AN.AN\",\"COANT05040\",\"05040\",7.15484952926641,-75.1685024384925,21149,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5dde8862\",\"5044\",3,\"Antioquia\",\"Anzá\",\"COL.2.10_1\",,\"CO.AN.AZ\",\"COANT05044\",\"05044\",6.31409955024719,-75.9241619726725,10605,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2ad9b8f4\",\"5045\",3,\"Antioquia\",\"Apartadó\",\"COL.2.11_1\",\"ChIJC_V-a3oNUI4RRAefGvFtg_4\",\"CO.AN.AP\",\"COANT05045\",\"05045\",7.9305500984193,-76.5547525945011,181751,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"34af4dac\",\"5051\",3,\"Antioquia\",\"Arboletes\",\"COL.2.12_1\",\"ChIJfR3ArrYAWo4REYfHi_2mpuU\",\"CO.AN.AR\",\"COANT05051\",\"05051\",8.64575099945068,-76.3832323864795,40303,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"33c289b5\",\"5055\",3,\"Antioquia\",\"Argelia\",\"COL.2.13_1\",,\"CO.AN.AG\",\"COANT05055\",\"05055\",5.70254945755008,-75.1314239770893,13863,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3a74c59e\",\"5059\",3,\"Antioquia\",\"Armenia\",\"COL.2.14_1\",,\"CO.AN.AA\",\"COANT05059\",\"05059\",6.16834950447083,-75.8095656595517,7162,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0842a71c\",\"5079\",3,\"Antioquia\",\"Barbosa\",\"COL.2.15_1\",\"ChIJiRwtXhsWRI4RISuEa03uNxA\",\"CO.AN.BB\",\"COANT05079\",\"05079\",6.42980098724377,-75.3508495302675,57961,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f8dd8b45\",\"5088\",3,\"Antioquia\",\"Bello\",\"COL.2.16_1\",\"ChIJ4--dL6UvRI4RwPgpnwjcGUg\",\"CO.AN.BL\",\"COANT05088\",\"05088\",6.35295057296756,-75.6016164299916,510802,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1f65a642\",\"5086\",3,\"Antioquia\",\"Belmira\",\"COL.2.17_1\",,\"CO.AN.BM\",\"COANT05086\",\"05086\",6.63355112075814,-75.6932145750212,8794,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"981a02a0\",\"5091\",3,\"Antioquia\",\"Betania\",\"COL.2.18_1\",,\"CO.AN.BN\",\"COANT05091\",\"05091\",5.71650004386902,-76.0405641300029,15630,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7614638c\",\"5093\",3,\"Antioquia\",\"Betulia\",\"COL.2.19_1\",,\"CO.AN.BE\",\"COANT05093\",\"05093\",6.18575000762945,-75.9544302279763,21997,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"481ad3de\",\"5101\",3,\"Antioquia\",\"Bolívar\",\"COL.2.20_1\",\"ChIJ_6OxiqlBRo4RG-9CX5x95dk\",\"CO.AN.BO\",\"COANT05101\",\"05101\",5.83364939689636,-76.0427073139729,38412,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a17976eb\",\"5107\",3,\"Antioquia\",\"Briceño\",\"COL.2.21_1\",,\"CO.AN.BR\",\"COANT05107\",\"05107\",7.11934900283819,-75.5826140646374,12375,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bf0f83b3\",\"5113\",3,\"Antioquia\",\"Buriticá\",\"COL.2.22_1\",\"ChIJ8eWEEQWmRY4RvKNIBPnWhbQ\",\"CO.AN.BU\",\"COANT05113\",\"05113\",6.81415104866036,-75.9301493903505,9659,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0d2b81ca\",\"5120\",3,\"Antioquia\",\"Cáceres\",\"COL.2.23_1\",,\"CO.AN.CE\",\"COANT05120\",\"05120\",7.66094851493838,-75.2530715991394,40268,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7d417545\",\"5125\",3,\"Antioquia\",\"Caicedo\",\"COL.2.24_1\",,\"CO.AN.CD\",\"COANT05125\",\"05125\",6.42615079879769,-75.9789125942899,10850,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"74f7396e\",\"5129\",3,\"Antioquia\",\"Caldas\",\"COL.2.25_1\",\"ChIJf-dUH5CGRo4RW3Idst1_jsc\",\"CO.AN.CL\",\"COANT05129\",\"05129\",6.03965067863476,-75.6382190007202,92258,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"135d7492\",\"5134\",3,\"Antioquia\",\"Campamento\",\"COL.2.26_1\",,\"CO.AN.CM\",\"COANT05134\",\"05134\",7.05885052680972,-75.3048266036458,13157,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1aeb38b9\",\"5138\",3,\"Antioquia\",\"Cañasgordas\",\"COL.2.27_1\",,\"CO.AN.CG\",\"COANT05138\",\"05138\",6.83184957504278,-76.0428147571559,23330,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b57f4760\",\"5142\",3,\"Antioquia\",\"Caracolí\",\"COL.2.28_1\",,\"CO.AN.CA\",\"COANT05142\",\"05142\",6.33344936370858,-74.7484575105577,6802,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2b1bd2c3\",\"5145\",3,\"Antioquia\",\"Caramanta\",\"COL.2.29_1\",,\"CO.AN.CT\",\"COANT05145\",\"05145\",5.54874944686893,-75.6639592439827,7788,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c515b3ef\",\"5147\",3,\"Antioquia\",\"Carepa\",\"COL.2.30_1\",\"ChIJtUh58SgOUI4R1gFg2qdbZV0\",\"CO.AN.CP\",\"COANT05147\",\"05147\",7.81590056419375,-76.7546612048875,61021,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"426a170d\",\"5150\",3,\"Antioquia\",\"Carolina del Principe\",\"COL.2.31_1\",,\"CO.AN.CR\",\"COANT05150\",\"05150\",6.74110102653506,-75.3332477046606,5153,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4507d314\",\"5154\",3,\"Antioquia\",\"Caucasia\",\"COL.2.32_1\",\"ChIJ3a3LueJuW44RCv82AICgOJs\",\"CO.AN.CU\",\"COANT05154\",\"05154\",7.80274939537048,-75.0017734796021,122179,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9e5214a3\",\"5172\",3,\"Antioquia\",\"Chigorodó\",\"COL.2.33_1\",\"ChIJnUcW7SUdUI4RSBLwjmmyRCA\",\"CO.AN.CH\",\"COANT05172\",\"05172\",7.64135050773623,-76.6385677878796,81987,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"eedf5801\",\"5190\",3,\"Antioquia\",\"Cisneros\",\"COL.2.34_1\",\"ChIJL1DfeRZzRI4RgXQdq1r30zo\",\"CO.AN.CI\",\"COANT05190\",\"05190\",6.54315137863168,-75.0998447463553,13099,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"70bbcda2\",\"5197\",3,\"Antioquia\",\"Cocorná\",\"COL.2.35_1\",,\"CO.AN.CO\",\"COANT05197\",\"05197\",5.99029994010934,-75.1475930454296,20919,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d438f824\",\"5206\",3,\"Antioquia\",\"Concepción\",\"COL.2.36_1\",,\"CO.AN.CC\",\"COANT05206\",\"05206\",6.37624979019174,-75.2415808273247,7183,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4487e5b5\",\"5209\",3,\"Antioquia\",\"Concordia\",\"COL.2.37_1\",,\"CO.AN.CN\",\"COANT05209\",\"05209\",6.0534999370575,-75.9305687635022,30266,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ca4e0d7c\",\"5212\",3,\"Antioquia\",\"Copacabana\",\"COL.2.38_1\",\"ChIJ91xmsBQlRI4RJ7VmyoRxNOU\",\"CO.AN.CB\",\"COANT05212\",\"05212\",6.35640096664429,-75.5163028996548,95018,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"111bcacb\",\"5234\",3,\"Antioquia\",\"Dabeiba\",\"COL.2.39_1\",\"ChIJacEo-sh5RY4R0PDibf6fSZ0\",\"CO.AN.DA\",\"COANT05234\",\"05234\",6.94479990005499,-76.3862121665238,32521,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"88129b71\",\"5237\",3,\"Antioquia\",\"Don Matías\",\"COL.2.40_1\",\"ChIJr2WKnuQ-RI4Rl4awn4d38iI\",\"CO.AN.DM\",\"COANT05237\",\"05237\",6.48819994926456,-75.4165949620694,24486,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"59379815\",\"5240\",3,\"Antioquia\",\"Ebéjico\",\"COL.2.41_1\",,\"CO.AN.EJ\",\"COANT05240\",\"05240\",6.32224941253668,-75.7972596185877,17130,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"402ca954\",\"5250\",3,\"Antioquia\",\"El Bagre\",\"COL.2.42_1\",\"ChIJi0yVasStXI4RhHxoxtye5XM\",\"CO.AN.EB\",\"COANT05250\",\"05250\",7.75755143165591,-74.6643712830921,63751,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"55aaae7e\",\"5148\",3,\"Antioquia\",\"El Carmen de Viboral\",\"COL.2.43_1\",\"ChIJWVBeaoKYRo4Rh2d67iR079Q\",\"CO.AN.CV\",\"COANT05148\",\"05148\",5.97349953651437,-75.2697218522573,58970,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"75f4db27\",\"5697\",3,\"Antioquia\",\"El Santuario\",\"COL.2.44_1\",\"ChIJOWSPzBehRo4RwTLVNZFalIM\",,\"COANT05697\",\"05697\",6.12335062026986,-75.2662772511602,36764,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6c6c3e8e\",\"5264\",3,\"Antioquia\",\"Entrerríos\",\"COL.2.45_1\",\"ChIJc3Xot9pHRI4RX5L6aA5OpiA\",\"CO.AN.ER\",\"COANT05264\",\"05264\",6.5868000984193,-75.5772479965511,11579,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"82625fa2\",\"5266\",3,\"Antioquia\",\"Envigado\",\"COL.2.46_1\",\"ChIJO35KCEWCRo4RbUIbuOWrciE\",\"CO.AN.EN\",\"COANT05266\",\"05266\",6.13884949684143,-75.5862866086521,251000,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1b8cb635\",\"5282\",3,\"Antioquia\",\"Fredonia\",\"COL.2.47_1\",,\"CO.AN.FD\",\"COANT05282\",\"05282\",5.86090683937081,-75.7058382886889,33131,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f2ef1300\",\"5284\",3,\"Antioquia\",\"Frontino\",\"COL.2.48_1\",\"ChIJ20tnWuCYRY4RNs-wFOF2zQQ\",\"CO.AN.FN\",\"COANT05284\",\"05284\",6.71395087242138,-76.3015381730491,28960,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d5fa9213\",\"5306\",3,\"Antioquia\",\"Giraldo\",\"COL.2.49_1\",,\"CO.AN.GL\",\"COANT05306\",\"05306\",6.66690063476574,-75.9520719357955,5296,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3242bf14\",\"5308\",3,\"Antioquia\",\"Girardota\",\"COL.2.50_1\",\"ChIJGacFfkg7RI4RdpZ-eVj1zeE\",\"CO.AN.GT\",\"COANT05308\",\"05308\",6.36935043334972,-75.4584203364647,60636,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"25820667\",\"5310\",3,\"Antioquia\",\"Gómez Plata\",\"COL.2.51_1\",,\"CO.AN.GP\",\"COANT05310\",\"05310\",6.719150543213,-75.1986275828116,16074,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bc8b57dd\",\"5313\",3,\"Antioquia\",\"Granada\",\"COL.2.52_1\",,\"CO.AN.GR\",\"COANT05313\",\"05313\",6.1048495769501,-75.1345745018125,13993,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"55e8f2e8\",\"5315\",3,\"Antioquia\",\"Guadalupe\",\"COL.2.53_1\",,\"CO.AN.GD\",\"COANT05315\",\"05315\",6.85765051841744,-75.2334544781439,8526,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2b598e55\",\"5318\",3,\"Antioquia\",\"Guarne\",\"COL.2.54_1\",\"ChIJvXhF31QhRI4RDVp2CVO6f6E\",\"CO.AN.GU\",\"COANT05318\",\"05318\",6.26480054855347,-75.4533280610057,57620,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"79a86532\",\"5321\",3,\"Antioquia\",\"Guatapé\",\"COL.2.55_1\",\"ChIJszRwCdYcRI4RJeS7fDFd7j4\",\"CO.AN.GA\",\"COANT05321\",\"05321\",6.22950100898751,-75.1715832908893,8378,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c6916781\",\"5347\",3,\"Antioquia\",\"Heliconia\",\"COL.2.56_1\",,\"CO.AN.HE\",\"COANT05347\",\"05347\",6.21874952316293,-75.7715140093139,9738,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d8e792d9\",\"5353\",3,\"Antioquia\",\"Hispania\",\"COL.2.57_1\",,\"CO.AN.HI\",\"COANT05353\",\"05353\",5.7613999843598,-75.9417710337077,6942,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6ac390a0\",\"5360\",3,\"Antioquia\",\"Itagüí\",\"COL.2.58_1\",\"ChIJyZFiTy-CRo4Ru-xhr15i79M\",\"CO.AN.II\",\"COANT05360\",\"05360\",6.17510056495678,-75.6263784043429,300142,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1dc4a036\",\"5361\",3,\"Antioquia\",\"Ituango\",\"COL.2.59_1\",,\"CO.AN.IN\",\"COANT05361\",\"05361\",7.22560095787051,-75.8406539356815,41585,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6dae54b9\",\"5364\",3,\"Antioquia\",\"Jardín\",\"COL.2.60_1\",,\"CO.AN.JA\",\"COANT05364\",\"05364\",5.57294940948486,-75.8285016841755,20488,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"64181892\",\"5368\",3,\"Antioquia\",\"Jericó\",\"COL.2.61_1\",,\"CO.AN.JR\",\"COANT05368\",\"05368\",5.75974941253662,-75.7763311538896,18175,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9abb04d4\",\"5376\",3,\"Antioquia\",\"La Ceja\",\"COL.2.62_1\",\"ChIJL_9xDVOXRo4RVTtd9qwmq34\",\"CO.AN.LC\",\"COANT05376\",\"05376\",5.98554944992074,-75.4620835329659,62827,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f440bd2e\",\"5380\",3,\"Antioquia\",\"La Estrella\",\"COL.2.63_1\",\"ChIJdSrpX0eBRo4R4nypR41MPQk\",\"CO.AN.LE\",\"COANT05380\",\"05380\",6.13879942893988,-75.6681635534488,83829,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ed5b8c6f\",\"5390\",3,\"Antioquia\",\"La Pintada\",,,,\"COANT05390\",\"05390\",5.75,-75.6,9776,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"39d621a3\",\"5400\",3,\"Antioquia\",\"La Unión de Sucre\",\"COL.2.64_1\",\"ChIJ9eLaSvyVRo4RpggZxjMKfbA\",\"CO.AN.LU\",\"COANT05400\",\"05400\",5.94989895820626,-75.3802936743944,24249,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"57ca2074\",\"5411\",3,\"Antioquia\",\"Liborina\",\"COL.2.65_1\",,\"CO.AN.LI\",\"COANT05411\",\"05411\",6.71704888343814,-75.7949786363234,13126,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7b8ab7ae\",\"5425\",3,\"Antioquia\",\"Maceo\",\"COL.2.66_1\",,\"CO.AN.MC\",\"COANT05425\",\"05425\",6.51834940910348,-74.754723987647,10264,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5dbae4a7\",\"5440\",3,\"Antioquia\",\"Marinilla\",\"COL.2.67_1\",\"ChIJne5SnIqfRo4R_pa-cad1tcg\",\"CO.AN.MA\",\"COANT05440\",\"05440\",6.1640000343323,-75.3155090770832,64551,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"49d8b9e9\",\"5001\",3,\"Antioquia\",\"Medellín\",\"COL.2.68_1\",\"ChIJ291STu8oRI4RcqxwksPWL3I\",\"CO.AN.ME\",\"COANT05001\",\"05001\",6.27360057830813,-75.6223583724141,3111315,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f1e81386\",\"5467\",3,\"Antioquia\",\"Montebello\",\"COL.2.69_1\",,\"CO.AN.MO\",\"COANT05467\",\"05467\",5.91100096702584,-75.5253060492192,10092,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"06fd43eb\",\"5475\",3,\"Antioquia\",\"Murindó\",\"COL.2.70_1\",,\"CO.AN.MR\",\"COANT05475\",\"05475\",6.78855037689218,-76.7291505393094,5278,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f10fabab\",\"5480\",3,\"Antioquia\",\"Mutatá\",\"COL.2.71_1\",,\"CO.AN.MT\",\"COANT05480\",\"05480\",7.33548784255987,-76.5013258792213,19222,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6806fa11\",\"5483\",3,\"Antioquia\",\"Nariño\",\"COL.2.72_1\",,\"CO.AN.NA\",\"COANT05483\",\"05483\",5.56575036048889,-75.2159943333578,21740,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"987e6e65\",\"5495\",3,\"Antioquia\",\"Nechí\",\"COL.2.73_1\",,\"CO.AN.NH\",\"COANT05495\",\"05495\",7.98650050163275,-74.8661669777358,29175,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e8149aea\",\"5490\",3,\"Antioquia\",\"Necoclí\",\"COL.2.74_1\",\"ChIJhQtrWOaQUI4RUFdwemBywS4\",\"CO.AN.NC\",\"COANT05490\",\"05490\",8.54943609237677,-76.7367716309035,64024,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4f137b02\",\"5501\",3,\"Antioquia\",\"Olaya\",\"COL.2.75_1\",,\"CO.AN.OL\",\"COANT05501\",\"05501\",6.58840084075931,-75.7931874376906,4416,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2b7fbe06\",\"5541\",3,\"Antioquia\",\"Peñol\",\"COL.2.76_1\",\"ChIJCS9yteAdRI4RobkR1lRIktY\",\"CO.AN.PL\",\"COANT05541\",\"05541\",6.24945044517523,-75.2551644029575,21558,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c571df2a\",\"5543\",3,\"Antioquia\",\"Pequé\",\"COL.2.77_1\",,\"CO.AN.PQ\",\"COANT05543\",\"05543\",7.03685092926037,-75.8786992181839,13301,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9e367866\",\"5576\",3,\"Antioquia\",\"Pueblorrico\",\"COL.2.78_1\",,\"CO.AN.PU\",\"COANT05576\",\"05576\",5.79635047912601,-75.8693724631345,11567,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0e8965f7\",\"5579\",3,\"Antioquia\",\"Puerto Berrío\",\"COL.2.79_1\",\"ChIJ3WKwEtm3Q44RpUL81LUCs0k\",\"CO.AN.PB\",\"COANT05579\",\"05579\",6.48799967765814,-74.5432840304877,53292,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"80a73513\",\"5585\",3,\"Antioquia\",\"Puerto Nare\",\"COL.2.80_1\",,\"CO.AN.PN\",\"COANT05585\",\"05585\",6.11559915542608,-74.7247189391613,26085,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9ed1c04b\",\"5591\",3,\"Antioquia\",\"Puerto Triunfo\",\"COL.2.81_1\",\"ChIJof9sNP9AQY4RO4G5AoXdlfU\",\"CO.AN.PT\",\"COANT05591\",\"05591\",5.94169902801514,-74.7263735337905,22661,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3d3f31d4\",\"5604\",3,\"Antioquia\",\"Remedios\",\"COL.2.82_1\",\"ChIJQ7QA30QSQ44RXQucuOrO_sQ\",\"CO.AN.RM\",\"COANT05604\",\"05604\",6.9611012935639,-74.5621451996615,31352,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a436606e\",\"5607\",3,\"Antioquia\",\"Retiro\",\"COL.2.83_1\",\"ChIJ754VszuQRo4RnZnACN504So\",\"CO.AN.RT\",\"COANT05607\",\"05607\",6.08750104904172,-75.5334907247343,18281,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"53233003\",\"5615\",3,\"Antioquia\",\"Rionegro\",\"COL.2.84_1\",\"ChIJJXNvK-yeRo4RVmuxbR41GLk\",\"CO.AN.RI\",\"COANT05615\",\"05615\",6.13934993743902,-75.4244884101967,140502,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"06bf1f7d\",\"5628\",3,\"Antioquia\",\"Sabanalarga\",\"COL.2.85_1\",,\"CO.AN.SY\",\"COANT05628\",\"05628\",6.91835045814517,-75.7964769780697,11752,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"66789698\",\"5631\",3,\"Antioquia\",\"Sabaneta\",\"COL.2.86_1\",\"ChIJB7P13cCDRo4RVcnRnwYVF3E\",\"CO.AN.ST\",\"COANT05631\",\"05631\",6.12889885902405,-75.6273771829878,67376,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b03051e5\",\"5642\",3,\"Antioquia\",\"Salgar\",\"COL.2.87_1\",,\"CO.AN.SG\",\"COANT05642\",\"05642\",5.9880003929139,-76.053863600888,24996,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c05aa56a\",\"5647\",3,\"Antioquia\",\"San Andrés de Cuerquia\",\"COL.2.88_1\",,\"CO.AN.SA\",\"COANT05647\",\"05647\",6.94344949722293,-75.6426984928466,10119,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"27e2886d\",\"5649\",3,\"Antioquia\",\"San Carlos\",\"COL.2.89_1\",\"ChIJ77KMQyr-Q44Rrk7ZUzkzV-g\",\"CO.AN.SC\",\"COANT05649\",\"05649\",6.17195105552682,-74.9392207724199,22167,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a92b60a4\",\"5652\",3,\"Antioquia\",\"San Francisco\",\"COL.2.90_1\",,\"CO.AN.SF\",\"COANT05652\",\"05652\",5.84500026702892,-74.9603674260716,9322,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ae46a4bd\",\"5656\",3,\"Antioquia\",\"San Jerónimo\",\"COL.2.91_1\",\"ChIJL1cAsjQzRI4RGsP_Bzb7bPk\",\"CO.AN.SM\",\"COANT05656\",\"05656\",6.44064950943002,-75.7308652000775,16305,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"49fe89ba\",\"5658\",3,\"Antioquia\",\"San José de la Montaña\",\"COL.2.92_1\",,\"CO.AN.SJ\",\"COANT05658\",\"05658\",6.81399893760681,-75.6962383576487,4377,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3ef9b92c\",\"5659\",3,\"Antioquia\",\"San Juan de Urabá\",\"COL.2.93_1\",,\"CO.AN.SX\",\"COANT05659\",\"05659\",8.6680006980896,-76.4858385527472,28125,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6c08524b\",\"5660\",3,\"Antioquia\",\"San Luis\",\"COL.2.94_1\",,\"CO.AN.SL\",\"COANT05660\",\"05660\",6.02311849594128,-74.9596389852141,13986,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6b659652\",\"5664\",3,\"Antioquia\",\"San Pedro de los Milagros\",\"COL.2.95_1\",\"ChIJ0YMkWiU3RI4R6Ewb4lW6eZU\",\"CO.AN.SP\",\"COANT05664\",\"05664\",6.44809985160833,-75.5677890375346,32349,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1c62a6c4\",\"5665\",3,\"Antioquia\",\"San Pedro de Urabá\",\"COL.2.96_1\",,\"CO.AN.SU\",\"COANT05665\",\"05665\",8.39234972000122,-76.3188017950104,39231,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f26cc7e8\",\"5667\",3,\"Antioquia\",\"San Rafael\",\"COL.2.97_1\",\"ChIJEfcQuXMHRI4RsuaV5LHw-Ow\",\"CO.AN.SN\",\"COANT05667\",\"05667\",6.29929995536807,-75.0326591658554,18901,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7513630a\",\"5670\",3,\"Antioquia\",\"San Roque\",\"COL.2.98_1\",,\"CO.AN.SQ\",\"COANT05670\",\"05670\",6.42864966392523,-74.9468377058336,24686,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"727ea713\",\"5674\",3,\"Antioquia\",\"San Vicente\",\"COL.2.99_1\",,\"CO.AN.SV\",\"COANT05674\",\"05674\",6.2995004653931,-75.3225784284269,27901,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0ccfdbae\",\"5679\",3,\"Antioquia\",\"Santa Bárbara\",\"COL.2.100_1\",\"ChIJax1GrTbzRo4RTJzKr5bdA8Y\",\"CO.AN.SB\",\"COANT05679\",\"05679\",5.85984945297244,-75.5910278436245,31257,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b4bd2d57\",\"5042\",3,\"Antioquia\",\"Santa Fe de Antioquia\",\"COL.2.101_1\",\"ChIJgZxRA_LHRY4RNcgo7n1lDBI\",\"CO.AN.AT\",\"COANT05042\",\"05042\",6.52410006523138,-75.9316457781237,32401,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1be8daf0\",\"5686\",3,\"Antioquia\",\"Santa Rosa de Osos\",\"COL.2.102_1\",\"ChIJM_JgU1pERI4RjMB20wizLdY\",\"CO.AN.SR\",\"COANT05686\",\"05686\",6.68564963340762,-75.4633989207399,41036,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"eb904e84\",\"5690\",3,\"Antioquia\",\"Santo Domingo\",\"COL.2.103_1\",\"ChIJhfFTBnESRI4R4413S5vdMmE\",\"CO.AN.SD\",\"COANT05690\",\"05690\",6.47164893150332,-75.1861283640335,16500,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f9de690c\",\"5736\",3,\"Antioquia\",\"Segovia\",\"COL.2.104_1\",\"ChIJN9kdobtuQ44RNAAnlxe8uF4\",\"CO.AN.SE\",\"COANT05736\",\"05736\",7.25599980354318,-74.6705576973269,49476,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"af84ce8a\",\"5756\",3,\"Antioquia\",\"Sonsón\",\"COL.2.105_1\",\"ChIJI2q6KnTSRo4R9jEjWFNF7Nw\",\"CO.AN.SS\",\"COANT05756\",\"05756\",5.68285059928894,-75.3278141744916,54052,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1acd08ea\",\"5761\",3,\"Antioquia\",\"Sopetrán\",\"COL.2.106_1\",\"ChIJCT_56vvKRY4RS3fsF8jNJGg\",\"CO.AN.SO\",\"COANT05761\",\"05761\",6.51184940338138,-75.7532867840635,18874,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8a95ad56\",\"5789\",3,\"Antioquia\",\"Támesis\",\"COL.2.107_1\",\"ChIJf7Cu8yxWRo4RbIPPRa__4Wk\",\"CO.AN.TM\",\"COANT05789\",\"05789\",5.65520000457764,-75.7320777612108,22553,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ea5224b3\",\"5790\",3,\"Antioquia\",\"Tarazá\",\"COL.2.108_1\",,\"CO.AN.TZ\",\"COANT05790\",\"05790\",7.47635054588326,-75.5272741489498,39012,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"045c459f\",\"5792\",3,\"Antioquia\",\"Tarso\",\"COL.2.109_1\",,\"CO.AN.TA\",\"COANT05792\",\"05792\",5.87082195281991,-75.8513167504325,10072,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"49106063\",\"5809\",3,\"Antioquia\",\"Titiribí\",\"COL.2.110_1\",,\"CO.AN.TI\",\"COANT05809\",\"05809\",6.06650090217602,-75.8191380152886,18622,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"500b5122\",\"5819\",3,\"Antioquia\",\"Toledo\",\"COL.2.111_1\",,\"CO.AN.TO\",\"COANT05819\",\"05819\",7.00355029106143,-75.7172959963563,7804,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"85851ea7\",\"5837\",3,\"Antioquia\",\"Turbo\",\"COL.2.112_1\",\"ChIJT_hax6NrUI4R0DCgLQSg_QI\",\"CO.AN.TU\",\"COANT05837\",\"05837\",7.87355089187631,-76.922070290311,165914,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"baae7cef\",\"5842\",3,\"Antioquia\",\"Uramita\",\"COL.2.113_1\",,\"CO.AN.UM\",\"COANT05842\",\"05842\",6.96030044555661,-76.1208897780151,11609,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cac48860\",\"5847\",3,\"Antioquia\",\"Urrao\",\"COL.2.114_1\",\"ChIJZZrX4dfmRY4RuybEIgZEuWg\",\"CO.AN.UO\",\"COANT05847\",\"05847\",6.29069948196414,-76.2577663299066,55324,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4ad6e89b\",\"5854\",3,\"Antioquia\",\"Valdivia\",\"COL.2.115_1\",,\"CO.AN.VD\",\"COANT05854\",\"05854\",7.24830007553103,-75.3804382089556,23908,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a4d889b7\",\"5856\",3,\"Antioquia\",\"Valparaíso\",\"COL.2.116_1\",,\"CO.AN.VP\",\"COANT05856\",\"05856\",5.65710115432742,-75.6514601651927,8811,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4360a4b0\",\"5858\",3,\"Antioquia\",\"Vegachí\",\"COL.2.117_1\",,\"CO.AN.VG\",\"COANT05858\",\"05858\",6.84270048141488,-74.7570904781268,16373,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"11914fd7\",\"5861\",3,\"Antioquia\",\"Venecia\",\"COL.2.118_1\",\"ChIJ8YuID9djRo4RW0lzPmjA2bw\",\"CO.AN.VN\",\"COANT05861\",\"05861\",5.94215059280401,-75.794563790228,18840,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e6841fba\",\"5873\",3,\"Antioquia\",\"Vigía del Fuerte\",\"COL.2.119_1\",,\"CO.AN.VF\",\"COANT05873\",\"05873\",6.39844894409183,-76.6766395437555,7815,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"887fa640\",\"5885\",3,\"Antioquia\",\"Yalí\",\"COL.2.120_1\",,\"CO.AN.YL\",\"COANT05885\",\"05885\",6.69870018959045,-74.7896844034948,10113,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6671c76c\",\"5887\",3,\"Antioquia\",\"Yarumal\",\"COL.2.121_1\",\"ChIJ1awcwczxRI4RADOXFwlEh3c\",\"CO.AN.YR\",\"COANT05887\",\"05887\",7.00514936447155,-75.4938413102039,58559,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e10e638e\",\"5890\",3,\"Antioquia\",\"Yolombó\",\"COL.2.122_1\",\"ChIJi-dpeyt0RI4RCv2O-mizHQs\",\"CO.AN.YB\",\"COANT05890\",\"05890\",6.66010046005255,-75.0371563561231,29248,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"78073234\",\"5893\",3,\"Antioquia\",\"Yondó\",\"COL.2.123_1\",,\"CO.AN.YD\",\"COANT05893\",\"05893\",6.93475008010861,-74.1321606994837,22417,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"91649701\",\"5895\",3,\"Antioquia\",\"Zaragoza\",\"COL.2.124_1\",,\"CO.AN.ZA\",\"COANT05895\",\"05895\",7.49090147018438,-74.9227442744471,38314,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c8282ce2\",\"81001\",3,\"Arauca\",\"Arauca\",\"COL.3.1_1\",\"ChIJS_R_hvPWb44R2D4xIZxFV2I\",\"CO.AR.AC\",\"COARA81001\",\"81001\",6.76761198043826,-70.43644868391,169113,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"991f4f7d\",\"81065\",3,\"Arauca\",\"Arauquita\",\"COL.3.2_1\",\"ChIJ1xk3PloBb44RxNGBkcJktDU\",\"CO.AR.AQ\",\"COARA81065\",\"81065\",6.94115018844616,-71.4520423100178,66760,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8e9daa98\",\"81220\",3,\"Arauca\",\"Cravo Norte\",\"COL.3.3_1\",,\"CO.AR.CN\",\"COARA81220\",\"81220\",6.33435988426211,-70.1609337174077,3632,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bd69a22d\",\"81300\",3,\"Arauca\",\"Fortul\",\"COL.3.4_1\",,\"CO.AR.FO\",\"COARA81300\",\"81300\",6.59879994392404,-71.9804162444411,45681,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1f215540\",\"81591\",3,\"Arauca\",\"Puerto Rondón\",\"COL.3.5_1\",,\"CO.AR.PR\",\"COARA81591\",\"81591\",6.58690047264105,-71.0717615653903,4069,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"782efc07\",\"81736\",3,\"Arauca\",\"Saravena\",\"COL.3.6_1\",\"ChIJfTZC_4otb44RSMmluXGFti4\",\"CO.AR.SA\",\"COARA81736\",\"81736\",6.89354991912842,-71.863938401243,79963,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6ccf75a1\",\"81794\",3,\"Arauca\",\"Tame\",\"COL.3.7_1\",\"ChIJTwE_0DfGbo4REo4THQVaSUs\",\"CO.AR.TA\",\"COARA81794\",\"81794\",6.36799979209906,-71.7148682344997,90410,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"95dbf28a\",\"88564\",3,\"Archipiélago de San Andrés Providencia y Santa Catalina\",\"Providencia\",\"COL.26.2_1\",,\"CO.SA.PR\",\"COSAP88564\",\"88564\",13.3530559539796,-81.3752784729003,5148,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b5206368\",\"88001\",3,\"Archipiélago de San Andrés Providencia y Santa Catalina\",\"San Andrés\",\"COL.26.3_1\",\"ChIJ-TR0F3WlBY8RLE8Ri-bjajU\",\"CO.SA.SA\",\"COSAP88001\",\"88001\",12.5373606681824,-81.7204170227051,71925,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8d2f4f57\",\"8078\",3,\"Atlántico\",\"Baranoa\",\"COL.4.1_1\",\"ChIJhaJVPS_Y9Y4R-qYT-DE-uQM\",\"CO.AT.BO\",\"COATL08078\",\"08078\",10.7760500907898,-74.930264566845,71388,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bbb26134\",\"8001\",3,\"Atlántico\",\"Barranquilla\",\"COL.4.2_1\",\"ChIJORHUIlAs9I4R7Hv0XI18dwc\",\"CO.AT.BQ\",\"COATL08001\",\"08001\",10.9065999984742,-74.6409814693033,1406889,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"783efdf5\",\"8137\",3,\"Atlántico\",\"Campo de la Cruz\",\"COL.4.3_1\",,\"CO.AT.CC\",\"COATL08137\",\"08137\",10.385549068451,-74.9117054728812,15511,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"de1cce07\",\"8141\",3,\"Atlántico\",\"Candelaria\",\"COL.4.4_1\",,\"CO.AT.CA\",\"COATL08141\",\"08141\",10.4767508506776,-74.8785314383945,15462,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f7909bb0\",\"8296\",3,\"Atlántico\",\"Galapa\",\"COL.4.5_1\",\"ChIJIROQEwvU9Y4RnfQC1XnZ010\",\"CO.AT.GA\",\"COATL08296\",\"08296\",10.9001498222352,-74.8807751278474,75709,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6fbc1810\",\"8372\",3,\"Atlántico\",\"Juan de Acosta\",\"COL.4.6_1\",,\"CO.AT.JU\",\"COATL08372\",\"08372\",10.8245825767518,-75.0848273532914,19905,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8e8dab6a\",\"8421\",3,\"Atlántico\",\"Luruaco\",\"COL.4.7_1\",,\"CO.AT.LU\",\"COATL08421\",\"08421\",10.6341495513916,-75.1648468640844,32339,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7998fb07\",\"8433\",3,\"Atlántico\",\"Malambo\",\"COL.4.8_1\",\"ChIJU-0xO_3N9Y4RcAaV73jQqaQ\",\"CO.AT.ML\",\"COATL08433\",\"08433\",10.8446493148804,-74.8056727715117,151177,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"09f20f88\",\"8436\",3,\"Atlántico\",\"Manatí\",\"COL.4.9_1\",,\"CO.AT.MN\",\"COATL08436\",\"08436\",10.4471497535706,-74.9900823057529,19531,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f848f1cb\",\"8520\",3,\"Atlántico\",\"Palmar de Varela\",\"COL.4.10_1\",\"ChIJ97lpmhTE9Y4RkOSVlkRuj9c\",\"CO.AT.PV\",\"COATL08520\",\"08520\",10.6982502937317,-74.7760832261568,30110,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d7ceeee9\",\"8549\",3,\"Atlántico\",\"Piojó\",\"COL.4.11_1\",,\"CO.AT.PI\",\"COATL08549\",\"08549\",10.7412495613099,-75.1508093377278,4037,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b9d2ef3e\",\"8558\",3,\"Atlántico\",\"Polonuevo\",\"COL.4.12_1\",,\"CO.AT.PL\",\"COATL08558\",\"08558\",10.7605495452882,-74.8563913809455,19337,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9c2434cf\",\"8560\",3,\"Atlántico\",\"Ponedera\",\"COL.4.13_1\",,\"CO.AT.PD\",\"COATL08560\",\"08560\",10.5821514129639,-74.7926399418937,30974,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1c365434\",\"8573\",3,\"Atlántico\",\"Puerto Colombia\",\"COL.4.14_1\",\"ChIJDVWX8ZIq9I4RWEvOypQXI7g\",\"CO.AT.PC\",\"COATL08573\",\"08573\",11.0044164657593,-74.9201461049197,52977,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"215b8825\",\"8606\",3,\"Atlántico\",\"Repelón\",\"COL.4.15_1\",,\"CO.AT.RE\",\"COATL08606\",\"08606\",10.4904499053956,-75.143408498335,30849,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e478baca\",\"8634\",3,\"Atlántico\",\"Sabanagrande\",\"COL.4.16_1\",\"ChIJ4z7Ck5TP9Y4RAzZ3KbVIW1g\",\"CO.AT.SG\",\"COATL08634\",\"08634\",10.7952013015747,-74.7758694788308,42643,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"edcef6e1\",\"8638\",3,\"Atlántico\",\"Sabanalarga\",\"COL.4.17_1\",\"ChIJgRgqyeXf9Y4R3ju5S4C_Wgc\",\"CO.AT.SA\",\"COATL08638\",\"08638\",10.6133503913879,-74.951313358701,120248,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f7134f58\",\"8675\",3,\"Atlántico\",\"Santa Lucía\",\"COL.4.18_1\",,\"CO.AT.SL\",\"COATL08675\",\"08675\",10.3272008895874,-74.969326538133,11968,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"708b5397\",\"8685\",3,\"Atlántico\",\"Santo Tomás\",\"COL.4.19_1\",\"ChIJK2BUnGrF9Y4RVT9FDheVLCM\",\"CO.AT.ST\",\"COATL08685\",\"08685\",10.726049900055,-74.8036766052246,25492,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ba563b50\",\"8758\",3,\"Atlántico\",\"Soledad\",\"COL.4.20_1\",\"ChIJbxVN3obN9Y4RnlKNasqe0kQ\",\"CO.AT.SO\",\"COATL08758\",\"08758\",10.9046506881714,-74.7945499957249,984530,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"86bbd1e0\",\"8770\",3,\"Atlántico\",\"Suan\",\"COL.4.21_1\",,\"CO.AT.SU\",\"COATL08770\",\"08770\",10.2932500839234,-74.9247312356711,10475,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"078532f5\",\"8832\",3,\"Atlántico\",\"Tubará\",\"COL.4.22_1\",,\"CO.AT.TU\",\"COATL08832\",\"08832\",10.8927779197693,-74.9923376857005,14145,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"df167dba\",\"8849\",3,\"Atlántico\",\"Usiacurí\",\"COL.4.23_1\",,\"CO.AT.US\",\"COATL08849\",\"08849\",10.7377014160157,-74.9964946397449,10778,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c5384e93\",\"11001\",3,\"Bogotá\",\"Bogotá\",\"COL.14.79_1\",,\"CO.DC.SF\",\"CODC11001\",\"11001\",4.23440051078799,-74.1962484402825,7412566,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f15513bb\",\"13006\",3,\"Bolívar\",\"Achí\",\"COL.5.1_1\",,\"CO.BL.AC\",\"COBOL13006\",\"13006\",8.3692493438721,-74.5540762345683,43689,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"331be54d\",\"13030\",3,\"Bolívar\",\"Altos del Rosario\",\"COL.5.2_1\",,\"CO.BL.AL\",\"COBOL13030\",\"13030\",8.73209714889529,-74.2439051750368,18386,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"925412a6\",\"13042\",3,\"Bolívar\",\"Arenal del Sur\",,,,\"COBOL13042\",\"13042\",8.34,-74.11,25405,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8b4f23e7\",\"13052\",3,\"Bolívar\",\"Arjona\",\"COL.5.3_1\",\"ChIJbxEWxIufWI4R1NciEYB6bFU\",\"CO.BL.AR\",\"COBOL13052\",\"13052\",10.1419491767884,-75.3546688215954,95893,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a0627024\",\"13062\",3,\"Bolívar\",\"Arroyo Hondo\",,,,\"COBOL13062\",\"13062\",10.24,-75.03,12381,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"501ae450\",\"13074\",3,\"Bolívar\",\"Barranco de Loba\",\"COL.5.4_1\",,\"CO.BL.BA\",\"COBOL13074\",\"13074\",8.78308486938485,-74.1143560677381,25497,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7d9819bd\",\"13140\",3,\"Bolívar\",\"Calamar\",\"COL.5.5_1\",,\"CO.BL.CM\",\"COBOL13140\",\"13140\",10.2199010849,-75.0000644782291,28550,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4fae7b3f\",\"13160\",3,\"Bolívar\",\"Cantagallo\",\"COL.5.6_1\",,\"CO.BL.CN\",\"COBOL13160\",\"13160\",7.21881008148199,-74.1595429674434,15805,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6f318618\",\"13001\",3,\"Bolívar\",\"Cartagena de Indias\",\"COL.5.7_1\",\"ChIJL_pb_8Yl9o4RaHb7oHlZMaw\",\"CO.BL.CG\",\"COBOL13001\",\"13001\",10.3877782821656,-75.4696769714355,1208522,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dff6de83\",\"13188\",3,\"Bolívar\",\"Cicuco\",\"COL.5.8_1\",,\"CO.BL.CC\",\"COBOL13188\",\"13188\",9.11345005035409,-74.787528506875,14662,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c78a614e\",\"13222\",3,\"Bolívar\",\"Clemencia\",,,,\"COBOL13222\",\"13222\",10.56,-75.31,16025,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"eca7328d\",\"13212\",3,\"Bolívar\",\"Córdoba\",\"COL.5.9_1\",,\"CO.BL.CO\",\"COBOL13212\",\"13212\",9.53459978103641,-74.9105358673304,11233,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"78b363fd\",\"13244\",3,\"Bolívar\",\"El Carmen de Bolívar\",\"COL.5.10_1\",\"ChIJoUs6AH_aWI4RdDU-MaRCEiY\",\"CO.BL.EC\",\"COBOL13244\",\"13244\",9.71030092239383,-75.1716627590965,75352,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"71052fd6\",\"13248\",3,\"Bolívar\",\"El Guamo\",\"COL.5.11_1\",,\"CO.BL.EG\",\"COBOL13248\",\"13248\",10.0183510780334,-74.9442062973115,7594,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"43334d54\",\"13268\",3,\"Bolívar\",\"El Peñón\",,,,\"COBOL13268\",\"13268\",8.86,-73.91,11593,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1a7008d7\",\"13300\",3,\"Bolívar\",\"Hatillo de Loba\",\"COL.5.12_1\",,\"CO.BL.HL\",\"COBOL13300\",\"13300\",8.96970081329351,-74.1092260230712,15491,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"34124d91\",\"13430\",3,\"Bolívar\",\"Magangué\",,\"ChIJz4tqbUS5Xo4R7PFLbZ9U_90\",,\"COBOL13430\",\"13430\",9.17,-74.75,148838,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ad1b1c2b\",\"13433\",3,\"Bolívar\",\"Mahates\",\"COL.5.13_1\",,\"CO.BL.MH\",\"COBOL13433\",\"13433\",10.1513509750367,-75.1648825371431,33839,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7b53db56\",\"13440\",3,\"Bolívar\",\"Margarita\",\"COL.5.14_1\",,\"CO.BL.MA\",\"COBOL13440\",\"13440\",9.07080030441296,-74.289354412913,12461,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"955dba7a\",\"13442\",3,\"Bolívar\",\"María la Baja\",\"COL.5.15_1\",,\"CO.BL.MB\",\"COBOL13442\",\"13442\",9.96955060958865,-75.3566419118017,60734,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"47be31e6\",\"13468\",3,\"Bolívar\",\"Mompós\",\"COL.5.16_1\",\"ChIJzVrdb57tXo4RL1DRRTgY4Bk\",\"CO.BL.MP\",\"COBOL13468\",\"13468\",9.12275028228763,-74.5949960429812,45973,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6c936225\",\"13458\",3,\"Bolívar\",\"Montecristo\",\"COL.5.17_1\",,\"CO.BL.MC\",\"COBOL13458\",\"13458\",7.93475747108468,-74.4258832673249,34115,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c977d92f\",\"13473\",3,\"Bolívar\",\"Morales\",\"COL.5.18_1\",,\"CO.BL.MS\",\"COBOL13473\",\"13473\",8.43165016174319,-73.9983263321988,32060,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cefda51b\",\"13490\",3,\"Bolívar\",\"Norosí\",,,,\"COBOL13490\",\"13490\",8.51,-74.12,7703,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"034d09c5\",\"13549\",3,\"Bolívar\",\"Pinillos\",\"COL.5.19_1\",,\"CO.BL.PI\",\"COBOL13549\",\"13549\",8.66735029220575,-74.3262098355558,377380,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d624fe6d\",\"13580\",3,\"Bolívar\",\"Regidor\",,,,\"COBOL13580\",\"13580\",8.72,-73.85,10768,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1cbbca3c\",\"13600\",3,\"Bolívar\",\"Río Viejo\",\"COL.5.20_1\",,\"CO.BL.RV\",\"COBOL13600\",\"13600\",8.76110029220584,-73.9462653586843,18997,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2e8da8be\",\"13620\",3,\"Bolívar\",\"San Cristobal\",,,,\"COBOL13620\",\"13620\",10.37,-75.07,8028,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e6b39a9b\",\"13647\",3,\"Bolívar\",\"San Estanislao de Kostka\",\"COL.5.21_1\",,\"CO.BL.SE\",\"COBOL13647\",\"13647\",10.3486995697021,-75.2038208200212,17494,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"61cc3e79\",\"13650\",3,\"Bolívar\",\"San Fernando\",\"COL.5.22_1\",\"ChIJh-EDECSPXo4RmnQvVrYOhQc\",\"CO.BL.SF\",\"COBOL13650\",\"13650\",9.08495044708252,-74.4295538336897,17809,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"66a1fa60\",\"13654\",3,\"Bolívar\",\"San Jacinto\",\"COL.5.23_1\",,\"CO.BL.SJ\",\"COBOL13654\",\"13654\",9.82579946517947,-75.102143015782,19030,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"11a6caf6\",\"13655\",3,\"Bolívar\",\"San Jacinto del Cauca\",,,,\"COBOL13655\",\"13655\",8.24,-74.67,22018,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ffa8abda\",\"13657\",3,\"Bolívar\",\"San Juan Nepomuceno\",\"COL.5.24_1\",,\"CO.BL.SN\",\"COBOL13657\",\"13657\",9.96364974975589,-75.1178541022607,33488,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d485f819\",\"13667\",3,\"Bolívar\",\"San Martín de Loba\",\"COL.5.25_1\",,\"CO.BL.SM\",\"COBOL13667\",\"13667\",8.86180067062384,-74.0106172063587,18058,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"53fa5cfb\",\"13670\",3,\"Bolívar\",\"San Pablo\",\"COL.5.26_1\",,\"CO.BL.SP\",\"COBOL13670\",\"13670\",7.254383802414,-74.3534150541098,50579,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"caf30d41\",\"13673\",3,\"Bolívar\",\"Santa Catalina\",\"COL.5.27_1\",,\"CO.BL.SC\",\"COBOL13673\",\"13673\",10.6335000991822,-75.2867175494013,16393,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4d6b118e\",\"13683\",3,\"Bolívar\",\"Santa Rosa\",\"COL.5.28_1\",,\"CO.BL.SR\",\"COBOL13683\",\"13683\",10.4368491172791,-75.3502017801358,33448,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dab9c806\",\"13688\",3,\"Bolívar\",\"Santa Rosa del Sur\",\"COL.5.29_1\",\"ChIJLVyQLpUaXY4Rn2rJacCgHTA\",\"CO.BL.SS\",\"COBOL13688\",\"13688\",7.70180010795599,-74.2670146090645,60108,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7e78a116\",\"13744\",3,\"Bolívar\",\"Simití\",\"COL.5.30_1\",,\"CO.BL.SI\",\"COBOL13744\",\"13744\",7.82310128211978,-73.9685917137205,17840,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4b23078d\",\"13760\",3,\"Bolívar\",\"Soplaviento\",\"COL.5.31_1\",,\"CO.BL.SO\",\"COBOL13760\",\"13760\",10.3376498222352,-75.0976551381543,10368,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d5a02a03\",\"13780\",3,\"Bolívar\",\"Talaigua Nuevo\",\"COL.5.32_1\",,\"CO.BL.TA\",\"COBOL13780\",\"13780\",9.31055068969735,-74.645825078367,11395,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0f3ed677\",\"13810\",3,\"Bolívar\",\"Tiquisio\",,,,\"COBOL13810\",\"13810\",8.49,-74.3,310447,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d46b11c0\",\"13836\",3,\"Bolívar\",\"Turbaco\",\"COL.5.33_1\",\"ChIJY9YCfBgh9o4Rro2Xqnwuh1U\",\"CO.BL.TC\",\"COBOL13836\",\"13836\",10.3277006149293,-75.3692874685914,121601,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"33d33cc7\",\"13838\",3,\"Bolívar\",\"Turbaná\",\"COL.5.34_1\",,\"CO.BL.TN\",\"COBOL13838\",\"13838\",10.2009491920472,-75.4325350627572,37297,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c06d204b\",\"13873\",3,\"Bolívar\",\"Villanueva\",\"COL.5.35_1\",,\"CO.BL.VN\",\"COBOL13873\",\"13873\",10.4187507629395,-75.2479053014425,25121,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c08a9866\",\"13894\",3,\"Bolívar\",\"Zambrano\",\"COL.5.36_1\",,\"CO.BL.ZA\",\"COBOL13894\",\"13894\",9.73400068283084,-74.8984914258009,10954,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e165eafc\",\"15022\",3,\"Boyacá\",\"Almeida\",\"COL.6.1_1\",,\"CO.BY.AL\",\"COBOY15022\",\"15022\",4.9268999099732,-73.406115649371,1254,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c755b9f5\",\"15047\",3,\"Boyacá\",\"Aquitania\",\"COL.6.2_1\",\"ChIJbVo_ZoJXao4RASxkqoUu748\",\"CO.BY.AQ\",\"COBOY15047\",\"15047\",5.40045094490054,-72.9142731221216,17264,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"372d2d81\",\"15051\",3,\"Boyacá\",\"Arcabuco\",\"COL.6.3_1\",,\"CO.BY.AR\",\"COBOY15051\",\"15051\",5.72564888000488,-73.4724058412455,5839,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6be0f6f9\",\"15087\",3,\"Boyacá\",\"Belén\",\"COL.6.4_1\",,\"CO.BY.BL\",\"COBOY15087\",\"15087\",5.99000048637402,-72.9491311929587,6156,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ec9f521b\",\"15090\",3,\"Boyacá\",\"Berbeo\",\"COL.6.5_1\",,\"CO.BY.BB\",\"COBOY15090\",\"15090\",5.19245100021368,-73.1431523180547,1928,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"02913337\",\"15092\",3,\"Boyacá\",\"Beteitiva\",\"COL.6.6_1\",,\"CO.BY.BT\",\"COBOY15092\",\"15092\",5.888950586319,-72.8785965381495,2145,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"72fbc7b8\",\"15097\",3,\"Boyacá\",\"Boavita\",\"COL.6.7_1\",,\"CO.BY.BO\",\"COBOY15097\",\"15097\",6.29540061950684,-72.634598601184,5060,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3bf2477c\",\"15104\",3,\"Boyacá\",\"Boyacá\",\"COL.6.8_1\",,\"CO.BY.BY\",\"COBOY15104\",\"15104\",5.4058513641358,-73.4036774573746,5191,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d5fc2650\",\"15106\",3,\"Boyacá\",\"Briceño\",\"COL.6.9_1\",,\"CO.BY.BR\",\"COBOY15106\",\"15106\",5.65624952316293,-73.9368935602208,3349,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"45433bc1\",\"15109\",3,\"Boyacá\",\"Buenavista\",\"COL.6.10_1\",,\"CO.BY.BU\",\"COBOY15109\",\"15109\",5.47224903106698,-73.9925077367336,6294,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"22e9763d\",\"15114\",3,\"Boyacá\",\"Busbanza\",\"COL.6.11_1\",,\"CO.BY.BZ\",\"COBOY15114\",\"15114\",5.80855059623721,-72.8980565947206,1394,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"60b5e030\",\"15131\",3,\"Boyacá\",\"Caldas\",\"COL.6.12_1\",,\"CO.BY.CD\",\"COBOY15131\",\"15131\",5.53414940834054,-73.9171390499109,3344,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"67d82429\",\"15135\",3,\"Boyacá\",\"Campohermoso\",\"COL.6.13_1\",,\"CO.BY.CM\",\"COBOY15135\",\"15135\",4.97279953956604,-73.1470709184742,3949,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"84cb45cf\",\"15162\",3,\"Boyacá\",\"Cerinza\",\"COL.6.14_1\",,\"CO.BY.CE\",\"COBOY15162\",\"15162\",5.94174885749817,-72.9973307344312,3529,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9dd0748e\",\"15172\",3,\"Boyacá\",\"Chinavita\",\"COL.6.15_1\",,\"CO.BY.CN\",\"COBOY15172\",\"15172\",5.18195152282721,-73.3691000050972,3996,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9abdb097\",\"15176\",3,\"Boyacá\",\"Chiquinquirá\",\"COL.6.16_1\",\"ChIJ3w5-lrfJQY4Rqhn-bFevRl0\",\"CO.BY.CQ\",\"COBOY15176\",\"15176\",5.62400078773499,-73.8253441478518,80055,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fbfa0fd3\",\"15232\",3,\"Boyacá\",\"Chíquiza\",\"COL.6.17_1\",,\"CO.BY.CZ\",\"COBOY15232\",\"15232\",5.62215042114258,-73.4877064415648,5057,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f446096d\",\"15180\",3,\"Boyacá\",\"Chiscas\",\"COL.6.18_1\",,\"CO.BY.CS\",\"COBOY15180\",\"15180\",6.65155053138739,-72.4248842099593,4281,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6d4f58d7\",\"15183\",3,\"Boyacá\",\"Chita\",\"COL.6.19_1\",,\"CO.BY.CA\",\"COBOY15183\",\"15183\",6.07375097274792,-72.4594256766827,7583,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"842cfde2\",\"15185\",3,\"Boyacá\",\"Chitaraque\",\"COL.6.20_1\",,\"CO.BY.CR\",\"COBOY15185\",\"15185\",5.96469998359683,-73.4591038674342,6409,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6a229cce\",\"15187\",3,\"Boyacá\",\"Chivatá\",\"COL.6.21_1\",,\"CO.BY.CV\",\"COBOY15187\",\"15187\",5.54369997978216,-73.2873081145363,7271,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fc97cbca\",\"15236\",3,\"Boyacá\",\"Chivor\",\"COL.6.22_1\",,\"CO.BY.CH\",\"COBOY15236\",\"15236\",4.82980084419251,-73.3712186494999,1294,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8d9ab1c9\",\"15189\",3,\"Boyacá\",\"Ciénaga\",\"COL.6.23_1\",,\"CO.BY.CG\",\"COBOY15189\",\"15189\",5.35695004463199,-73.2980868962139,4992,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"39b4f925\",\"15204\",3,\"Boyacá\",\"Cómbita\",\"COL.6.24_1\",,\"CO.BY.CB\",\"COBOY15204\",\"15204\",5.6664509773255,-73.3323571937061,16975,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c9cc6d51\",\"15212\",3,\"Boyacá\",\"Coper\",\"COL.6.25_1\",,\"CO.BY.CP\",\"COBOY15212\",\"15212\",5.43150043487555,-74.0577478954715,3188,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"57a8f8f2\",\"15215\",3,\"Boyacá\",\"Corrales\",\"COL.6.26_1\",,\"CO.BY.CL\",\"COBOY15215\",\"15215\",5.79360079765317,-72.8692698105449,2831,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2919844f\",\"15218\",3,\"Boyacá\",\"Covarachía\",\"COL.6.27_1\",,\"CO.BY.CO\",\"COBOY15218\",\"15218\",6.49385046958926,-72.773040051143,2978,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"95e60e04\",\"15223\",3,\"Boyacá\",\"Cubará\",\"COL.6.28_1\",,\"CO.BY.CU\",\"COBOY15223\",\"15223\",6.85034918785098,-72.2785223161814,7649,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0b829ba7\",\"15224\",3,\"Boyacá\",\"Cucaita\",\"COL.6.29_1\",,\"CO.BY.CC\",\"COBOY15224\",\"15224\",5.51209998130804,-73.4927121400612,5560,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e58cfa8b\",\"15226\",3,\"Boyacá\",\"Cuítiva\",\"COL.6.30_1\",,\"CO.BY.CT\",\"COBOY15226\",\"15226\",5.55395030975345,-72.9737036643221,2280,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1b2fe6cd\",\"15238\",3,\"Boyacá\",\"Duitama\",\"COL.6.31_1\",\"ChIJhY2T0Ao_ao4RMvQ5XY83_Qo\",\"CO.BY.DU\",\"COBOY15238\",\"15238\",5.85830044746405,-73.0852834179942,126528,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5dd83c21\",\"15244\",3,\"Boyacá\",\"El Cocuy\",\"COL.6.32_1\",,\"CO.BY.EC\",\"COBOY15244\",\"15244\",6.32344937324527,-72.4351521067274,4566,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"546e700a\",\"15248\",3,\"Boyacá\",\"El Espino\",\"COL.6.33_1\",,\"CO.BY.EE\",\"COBOY15248\",\"15248\",6.4551503658295,-72.4955364149452,4625,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9f96cad7\",\"15272\",3,\"Boyacá\",\"Firavitoba\",\"COL.6.34_1\",,\"CO.BY.FI\",\"COBOY15272\",\"15272\",5.64704990386971,-73.0557670645954,6441,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"98fb0ece\",\"15276\",3,\"Boyacá\",\"Floresta\",\"COL.6.35_1\",,\"CO.BY.FL\",\"COBOY15276\",\"15276\",5.83224987983707,-72.9520242967902,4913,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7612d7cf\",\"15293\",3,\"Boyacá\",\"Gachantivá\",\"COL.6.36_1\",,\"CO.BY.GC\",\"COBOY15293\",\"15293\",5.7143504619599,-73.5647474658516,2740,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"06782340\",\"15296\",3,\"Boyacá\",\"Gámeza\",\"COL.6.37_1\",,\"CO.BY.GZ\",\"COBOY15296\",\"15296\",5.7779004573822,-72.7524601990068,4927,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"96c73ed1\",\"15299\",3,\"Boyacá\",\"Garagoa\",\"COL.6.38_1\",\"ChIJG2mDOwOkao4R2SRzm39TRDU\",\"CO.BY.GG\",\"COBOY15299\",\"15299\",5.07265114784249,-73.3383202782373,19532,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b864f3e9\",\"15317\",3,\"Boyacá\",\"Guacamayas\",\"COL.6.39_1\",,\"CO.BY.GM\",\"COBOY15317\",\"15317\",6.40764951705938,-72.5339101900506,1514,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e32354a5\",\"15322\",3,\"Boyacá\",\"Guateque\",\"COL.6.40_1\",,\"CO.BY.GT\",\"COBOY15322\",\"15322\",4.99490046501163,-73.5058381388146,9746,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7d47c106\",\"15325\",3,\"Boyacá\",\"Guayatá\",\"COL.6.41_1\",,\"CO.BY.GY\",\"COBOY15325\",\"15325\",4.92044997215274,-73.5332400330074,3112,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fa3865e4\",\"15332\",3,\"Boyacá\",\"Guicán\",\"COL.6.42_1\",,\"CO.BY.GU\",\"COBOY15332\",\"15332\",6.52160000801092,-72.259132426796,7130,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"874f91a1\",\"15362\",3,\"Boyacá\",\"Izá\",\"COL.6.43_1\",,\"CO.BY.IZ\",\"COBOY15362\",\"15362\",5.58815002441412,-72.9830832829859,2780,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f725652e\",\"15367\",3,\"Boyacá\",\"Jenesano\",\"COL.6.44_1\",,\"CO.BY.JN\",\"COBOY15367\",\"15367\",5.34854960441595,-73.4226568767554,7843,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"679a78bf\",\"15368\",3,\"Boyacá\",\"Jericó\",\"COL.6.45_1\",,\"CO.BY.JR\",\"COBOY15368\",\"15368\",6.10579991340649,-72.5914013134421,3714,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f7c2dd03\",\"15380\",3,\"Boyacá\",\"La Capilla\",\"COL.6.46_1\",,\"CO.BY.LC\",\"COBOY15380\",\"15380\",5.08495116233829,-73.4787492021573,2314,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a35d1034\",\"15403\",3,\"Boyacá\",\"La Uvita\",\"COL.6.47_1\",,\"CO.BY.LU\",\"COBOY15403\",\"15403\",6.23560094833377,-72.5618173229165,1637,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4d537118\",\"15401\",3,\"Boyacá\",\"La Victoria\",\"COL.6.48_1\",,\"CO.BY.LV\",\"COBOY15401\",\"15401\",5.49350094795238,-74.2505321771681,1865,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ee3e546f\",\"15377\",3,\"Boyacá\",\"Labranzagrande\",\"COL.6.49_1\",,\"CO.BY.LB\",\"COBOY15377\",\"15377\",5.50980043411255,-72.6147182095417,5138,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7808d783\",\"15425\",3,\"Boyacá\",\"Macanal\",\"COL.6.50_1\",,\"CO.BY.MC\",\"COBOY15425\",\"15425\",4.94545006752023,-73.3115150985953,5556,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b036e5a6\",\"15442\",3,\"Boyacá\",\"Maripí\",\"COL.6.51_1\",,\"CO.BY.MP\",\"COBOY15442\",\"15442\",5.56315040588379,-74.0587473719453,7569,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"37494144\",\"15455\",3,\"Boyacá\",\"Miraflores\",\"COL.6.52_1\",,\"CO.BY.MF\",\"COBOY15455\",\"15455\",5.12345051765448,-73.1992729916887,11261,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6b632211\",\"15464\",3,\"Boyacá\",\"Mongua\",\"COL.6.53_1\",,\"CO.BY.MA\",\"COBOY15464\",\"15464\",5.65639996528631,-72.705223083496,4679,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"856d433d\",\"15466\",3,\"Boyacá\",\"Monguí\",\"COL.6.54_1\",,\"CO.BY.MI\",\"COBOY15466\",\"15466\",5.66965103149425,-72.8551343835688,6044,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"15d25eac\",\"15469\",3,\"Boyacá\",\"Moniquirá\",\"COL.6.55_1\",\"ChIJIfapVJXmQY4Rg9d7lb3G7yU\",\"CO.BY.MQ\",\"COBOY15469\",\"15469\",5.85575056076056,-73.5742298279184,25692,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9c76727c\",\"15476\",3,\"Boyacá\",\"Motavita\",\"COL.6.56_1\",,\"CO.BY.MV\",\"COBOY15476\",\"15476\",5.63077354431152,-73.427367985371,14669,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f28dcb86\",\"15480\",3,\"Boyacá\",\"Muzo\",\"COL.6.57_1\",,\"CO.BY.MZ\",\"COBOY15480\",\"15480\",5.51444935798651,-74.1502187999915,8023,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9c91ca51\",\"15491\",3,\"Boyacá\",\"Nobsa\",\"COL.6.58_1\",\"ChIJNV8Fj7tHao4RRtx4xUxbOIs\",\"CO.BY.NO\",\"COBOY15491\",\"15491\",5.74769997596749,-72.9512748061623,25449,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ecfb3ede\",\"15494\",3,\"Boyacá\",\"Nuevo Colón\",\"COL.6.59_1\",,\"CO.BY.NC\",\"COBOY15494\",\"15494\",5.32280039787298,-73.4832969698137,7390,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3b962bb9\",\"15500\",3,\"Boyacá\",\"Oicatá\",\"COL.6.60_1\",,\"CO.BY.OI\",\"COBOY15500\",\"15500\",5.5707504749299,-73.3132760343125,3535,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a5f2be1a\",\"15507\",3,\"Boyacá\",\"Otanche\",\"COL.6.61_1\",,\"CO.BY.OT\",\"COBOY15507\",\"15507\",5.71650099754339,-74.251829565258,10608,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"558a2a6e\",\"15511\",3,\"Boyacá\",\"Pachavita\",\"COL.6.62_1\",,\"CO.BY.PC\",\"COBOY15511\",\"15511\",5.11085057258612,-73.4244238006211,2074,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"25e0dee1\",\"15514\",3,\"Boyacá\",\"Páez\",\"COL.6.63_1\",,\"CO.BY.PZ\",\"COBOY15514\",\"15514\",5.06550002098086,-73.0353408369045,2510,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cbeebfcd\",\"15516\",3,\"Boyacá\",\"Paipa\",\"COL.6.64_1\",\"ChIJYQ5E1-cUao4RetJg1PYjvBM\",\"CO.BY.PP\",\"COBOY15516\",\"15516\",5.80839991569522,-73.2581550447618,39307,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2c5692ca\",\"15518\",3,\"Boyacá\",\"Pajarito\",\"COL.6.65_1\",,\"CO.BY.PJ\",\"COBOY15518\",\"15518\",5.33200049400332,-72.7148771368199,3085,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e7ae2817\",\"15522\",3,\"Boyacá\",\"Panqueba\",\"COL.6.66_1\",,\"CO.BY.PQ\",\"COBOY15522\",\"15522\",6.40410041809085,-72.4728446104731,1335,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"67bc48ec\",\"15531\",3,\"Boyacá\",\"Pauna\",\"COL.6.67_1\",,\"CO.BY.PA\",\"COBOY15531\",\"15531\",5.6775505542756,-74.025650099377,12346,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"89b229c0\",\"15533\",3,\"Boyacá\",\"Paya\",\"COL.6.68_1\",,\"CO.BY.PY\",\"COBOY15533\",\"15533\",5.62900066375735,-72.3956190682795,3167,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8edfedd9\",\"15537\",3,\"Boyacá\",\"Paz de Río\",\"COL.6.69_1\",,\"CO.BY.PR\",\"COBOY15537\",\"15537\",6.00610065460214,-72.7851105260668,4552,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b1f48f91\",\"15542\",3,\"Boyacá\",\"Pesca\",\"COL.6.70_1\",,\"CO.BY.PE\",\"COBOY15542\",\"15542\",5.45380091667187,-73.116090972887,6550,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"46e1dffc\",\"15550\",3,\"Boyacá\",\"Pisba\",\"COL.6.71_1\",,\"CO.BY.PV\",\"COBOY15550\",\"15550\",5.70410013198861,-72.5189533702028,1200,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9ad9dc52\",\"15572\",3,\"Boyacá\",\"Puerto Boyacá\",\"COL.6.72_1\",\"ChIJk0FrBYZvQY4Rfo_yKJnDcL8\",\"CO.BY.PB\",\"COBOY15572\",\"15572\",5.9960503578186,-74.4400824301673,100918,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f34fa1b1\",\"15580\",3,\"Boyacá\",\"Quípama\",\"COL.6.73_1\",,\"CO.BY.QU\",\"COBOY15580\",\"15580\",5.55905055999762,-74.277516503906,6261,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"93882854\",\"15599\",3,\"Boyacá\",\"Ramiriquí\",\"COL.6.74_1\",,\"CO.BY.RM\",\"COBOY15599\",\"15599\",5.28574991226199,-73.3275791033741,10360,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"39d095e0\",\"15600\",3,\"Boyacá\",\"Ráquira\",\"COL.6.75_1\",,\"CO.BY.RA\",\"COBOY15600\",\"15600\",5.46859979629519,-73.6705685619239,15795,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7ce1c7f4\",\"15621\",3,\"Boyacá\",\"Rondón\",\"COL.6.76_1\",,\"CO.BY.RO\",\"COBOY15621\",\"15621\",5.35910058021548,-73.2073096694651,3706,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fcf3a70f\",\"15632\",3,\"Boyacá\",\"Saboyá\",\"COL.6.77_1\",,\"CO.BY.SB\",\"COBOY15632\",\"15632\",5.68750000000003,-73.7804325061339,13779,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1c264e11\",\"15638\",3,\"Boyacá\",\"Sáchica\",\"COL.6.78_1\",,\"CO.BY.SH\",\"COBOY15638\",\"15638\",5.5469505786896,-73.5644351336605,3978,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b4dff5d1\",\"15646\",3,\"Boyacá\",\"Samacá\",\"COL.6.79_1\",\"ChIJdZ4RX7UqQI4RUIJJLejyrYg\",\"CO.BY.SA\",\"COBOY15646\",\"15646\",5.44809961318973,-73.5364145036367,27242,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6f8a3266\",\"15660\",3,\"Boyacá\",\"San Eduardo\",\"COL.6.80_1\",,\"CO.BY.SD\",\"COBOY15660\",\"15660\",5.21099853515634,-73.0752763531368,1822,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"68e7f67f\",\"15664\",3,\"Boyacá\",\"San José de Pare\",\"COL.6.81_1\",,\"CO.BY.JP\",\"COBOY15664\",\"15664\",5.98794603347787,-73.5505488625273,5955,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f1eea7c5\",\"15667\",3,\"Boyacá\",\"San Luis de Gaceno\",\"COL.6.82_1\",,\"CO.BY.LG\",\"COBOY15667\",\"15667\",4.86770033836368,-73.1506179483092,5300,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ef98529d\",\"15673\",3,\"Boyacá\",\"San Mateo\",\"COL.6.83_1\",,\"CO.BY.SM\",\"COBOY15673\",\"15673\",6.39214968681335,-72.5882772155753,2720,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9ff2a612\",\"15676\",3,\"Boyacá\",\"San Miguel de Sema\",\"COL.6.84_1\",,\"CO.BY.MS\",\"COBOY15676\",\"15676\",5.53170061111456,-73.7787110907659,5605,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"860e2f7e\",\"15681\",3,\"Boyacá\",\"San Pablo de Borbur\",\"COL.6.85_1\",,\"CO.BY.SP\",\"COBOY15681\",\"15681\",5.66800045967111,-74.1250101471621,11953,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e8122ea9\",\"15690\",3,\"Boyacá\",\"Santa María\",\"COL.6.86_1\",,\"CO.BY.SX\",\"COBOY15690\",\"15690\",4.78830099105846,-73.2924234936076,4254,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"711b7f13\",\"15693\",3,\"Boyacá\",\"Santa Rosa de Viterbo\",\"COL.6.87_1\",\"ChIJXxcRdVI5ao4RaLH0MGO8p6w\",\"CO.BY.RV\",\"COBOY15693\",\"15693\",5.88095045089725,-73.0037095676045,11042,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"01718b9c\",\"15696\",3,\"Boyacá\",\"Santa Sofía\",\"COL.6.88_1\",,\"CO.BY.SF\",\"COBOY15696\",\"15696\",5.69385099411019,-73.637077331543,2501,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"186abadd\",\"15686\",3,\"Boyacá\",\"Santana\",\"COL.6.89_1\",,\"CO.BY.SN\",\"COBOY15686\",\"15686\",6.04860043525699,-73.5094904456277,8066,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0a249d55\",\"15720\",3,\"Boyacá\",\"Sativanorte\",\"COL.6.90_1\",,\"CO.BY.SE\",\"COBOY15720\",\"15720\",6.10595035552987,-72.7626337823396,1984,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"932dccef\",\"15723\",3,\"Boyacá\",\"Sativasur\",\"COL.6.91_1\",,\"CO.BY.SV\",\"COBOY15723\",\"15723\",6.04194998741156,-72.7241127057588,966,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5c7e3ad3\",\"15740\",3,\"Boyacá\",\"Siachoque\",\"COL.6.92_1\",,\"CO.BY.SI\",\"COBOY15740\",\"15740\",5.47074961662301,-73.2342803570192,9393,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dc6c5a28\",\"15753\",3,\"Boyacá\",\"Soatá\",\"COL.6.93_1\",\"ChIJL1pSckd2aY4RJIc58bz2GGI\",\"CO.BY.SO\",\"COBOY15753\",\"15753\",6.30215096473691,-72.7286116979722,4174,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"db019e31\",\"15757\",3,\"Boyacá\",\"Socha\",\"COL.6.94_1\",,\"CO.BY.SC\",\"COBOY15757\",\"15757\",5.94740152359009,-72.7063037729259,7374,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"350fff1d\",\"15755\",3,\"Boyacá\",\"Socotá\",\"COL.6.95_1\",,\"CO.BY.ST\",\"COBOY15755\",\"15755\",5.92020082473758,-72.5587516361444,6209,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3cb9b336\",\"15759\",3,\"Boyacá\",\"Sogamoso\",\"COL.6.96_1\",\"ChIJ_zIxAdhFao4Rn1Zq8xIH2Ac\",\"CO.BY.SG\",\"COBOY15759\",\"15759\",5.64515066146851,-72.9373236666166,122475,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"194f68c7\",\"15761\",3,\"Boyacá\",\"Somondoco\",\"COL.6.97_1\",,\"CO.BY.SK\",\"COBOY15761\",\"15761\",4.92864894866949,-73.462251049946,3326,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8046397d\",\"15762\",3,\"Boyacá\",\"Sora\",\"COL.6.98_1\",,\"CO.BY.SR\",\"COBOY15762\",\"15762\",5.57485008239752,-73.5012274434633,3463,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"69259c48\",\"15764\",3,\"Boyacá\",\"Soracá\",\"COL.6.99_1\",,\"CO.BY.SL\",\"COBOY15764\",\"15764\",5.45420050621038,-73.3505136592283,7418,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f74109eb\",\"15763\",3,\"Boyacá\",\"Sotaquirá\",\"COL.6.100_1\",,\"CO.BY.SQ\",\"COBOY15763\",\"15763\",5.76350021362316,-73.283641342007,8595,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"703ead09\",\"15774\",3,\"Boyacá\",\"Susacón\",\"COL.6.101_1\",,\"CO.BY.SS\",\"COBOY15774\",\"15774\",6.19250035285955,-72.7433151293842,2638,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9e30cc25\",\"15776\",3,\"Boyacá\",\"Sutamarchán\",\"COL.6.102_1\",,\"CO.BY.SU\",\"COBOY15776\",\"15776\",5.61434984207156,-73.6635935895832,6521,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7988e122\",\"15778\",3,\"Boyacá\",\"Sutatenza\",\"COL.6.103_1\",,\"CO.BY.SZ\",\"COBOY15778\",\"15778\",4.99079942703256,-73.4511044438758,5633,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e9d0449e\",\"15790\",3,\"Boyacá\",\"Tasco\",\"COL.6.104_1\",,\"CO.BY.TA\",\"COBOY15790\",\"15790\",5.86270046234131,-72.7878764373633,5713,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e70bccac\",\"15798\",3,\"Boyacá\",\"Tenza\",\"COL.6.105_1\",,\"CO.BY.TZ\",\"COBOY15798\",\"15798\",5.04105043411261,-73.4462067934889,4223,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"34237cf3\",\"15804\",3,\"Boyacá\",\"Tibaná\",\"COL.6.106_1\",,\"CO.BY.TN\",\"COBOY15804\",\"15804\",5.28785061836251,-73.4160907521989,10265,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"da2d1ddf\",\"15806\",3,\"Boyacá\",\"Tibasosa\",\"COL.6.107_1\",,\"CO.BY.TB\",\"COBOY15806\",\"15806\",5.72240042686462,-73.0282298349114,22146,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3d9530d8\",\"15808\",3,\"Boyacá\",\"Tinjacá\",\"COL.6.108_1\",,\"CO.BY.TI\",\"COBOY15808\",\"15808\",5.56185054779056,-73.7078739150626,3625,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2a5589ab\",\"15810\",3,\"Boyacá\",\"Tipacoque\",\"COL.6.109_1\",,\"CO.BY.TQ\",\"COBOY15810\",\"15810\",6.40324997901922,-72.7227301303446,3198,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2d384db2\",\"15814\",3,\"Boyacá\",\"Toca\",\"COL.6.110_1\",,\"CO.BY.TC\",\"COBOY15814\",\"15814\",5.55175018310547,-73.1910047120506,11162,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c3362c9e\",\"15816\",3,\"Boyacá\",\"Toguí\",\"COL.6.111_1\",,\"CO.BY.TG\",\"COBOY15816\",\"15816\",5.89335060119635,-73.5131064130324,4809,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0178da68\",\"15820\",3,\"Boyacá\",\"Topagá\",\"COL.6.112_1\",,\"CO.BY.TP\",\"COBOY15820\",\"15820\",5.7282509803772,-72.8595702129898,5009,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ef76bb44\",\"15822\",3,\"Boyacá\",\"Tota\",\"COL.6.113_1\",,\"CO.BY.TO\",\"COBOY15822\",\"15822\",5.43575000762942,-73.0437434993742,5901,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4a5ad9c4\",\"15001\",3,\"Boyacá\",\"Tunja\",\"COL.6.114_1\",\"ChIJ1zA0gCN8ao4R3O3ljdLJJiA\",\"CO.BY.TJ\",\"COBOY15001\",\"15001\",5.51715087890628,-73.4005943952732,236952,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f66d8a05\",\"15832\",3,\"Boyacá\",\"Tunungua\",\"COL.6.115_1\",,\"CO.BY.TU\",\"COBOY15832\",\"15832\",5.69589948654181,-73.9684669868266,2028,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"68091fa6\",\"15835\",3,\"Boyacá\",\"Turmequé\",\"COL.6.116_1\",,\"CO.BY.TE\",\"COBOY15835\",\"15835\",5.27059936523446,-73.5355740874653,5217,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"86077e8a\",\"15837\",3,\"Boyacá\",\"Tuta\",\"COL.6.117_1\",,\"CO.BY.TT\",\"COBOY15837\",\"15837\",5.65589952468881,-73.2213867786942,10474,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"61bf538d\",\"15839\",3,\"Boyacá\",\"Tutazá\",\"COL.6.118_1\",,\"CO.BY.TS\",\"COBOY15839\",\"15839\",6.05389928817749,-72.8884145211553,1872,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b92c1cc2\",\"15842\",3,\"Boyacá\",\"Umbita\",\"COL.6.119_1\",,\"CO.BY.UM\",\"COBOY15842\",\"15842\",5.1818511486054,-73.4837000772656,11344,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"12132ffa\",\"15861\",3,\"Boyacá\",\"Ventaquemada\",\"COL.6.120_1\",,\"CO.BY.VE\",\"COBOY15861\",\"15861\",5.34715104103094,-73.5707132097821,20059,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a430d42d\",\"15407\",3,\"Boyacá\",\"Villa de Leyva\",\"COL.6.121_1\",\"ChIJ4Y5AuijYQY4RosHuqW3VkyY\",\"CO.BY.LE\",\"COBOY15407\",\"15407\",5.63640046119696,-73.560089532765,22569,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"05d39689\",\"15879\",3,\"Boyacá\",\"Viracachá\",\"COL.6.122_1\",,\"CO.BY.VI\",\"COBOY15879\",\"15879\",5.42200040817266,-73.3061010322924,3293,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7ce89600\",\"15897\",3,\"Boyacá\",\"Zetaquirá\",\"COL.6.123_1\",,\"CO.BY.ZE\",\"COBOY15897\",\"15897\",5.25490093231196,-73.2037817962135,4661,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"17464122\",\"17013\",3,\"Caldas\",\"Aguadas\",\"COL.7.1_1\",\"ChIJ004IlzfiRo4ROBxLGok_u7k\",\"CO.CL.AG\",\"COCAL17013\",\"17013\",5.57330036163339,-75.5559219284599,13119,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1d3685f1\",\"17042\",3,\"Caldas\",\"Anserma\",\"COL.7.2_1\",\"ChIJFT0sj-ehR44RIl6sfD4X9kI\",\"CO.CL.AN\",\"COCAL17042\",\"17042\",5.19905066490185,-75.7907284991022,31316,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ea23d59c\",\"17050\",3,\"Caldas\",\"Aranzazú\",\"COL.7.3_1\",,\"CO.CL.AR\",\"COCAL17050\",\"17050\",5.27160000801092,-75.5004430828021,9931,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"515623e3\",\"17088\",3,\"Caldas\",\"Belalcázar\",\"COL.7.4_1\",,\"CO.CL.BE\",\"COCAL17088\",\"17088\",4.98550009727487,-75.8640584186634,10638,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"deba1930\",\"17174\",3,\"Caldas\",\"Chinchiná\",\"COL.7.5_1\",\"ChIJN9MekyF5R44RbDRBFs_HVEI\",\"CO.CL.CH\",\"COCAL17174\",\"17174\",4.98605060577401,-75.6937545295751,44181,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"359f025c\",\"17272\",3,\"Caldas\",\"Filadelfia\",\"COL.7.6_1\",,\"CO.CL.FI\",\"COCAL17272\",\"17272\",5.28179883956915,-75.6179863533721,11704,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5dcb1588\",\"17380\",3,\"Caldas\",\"La Dorada\",\"COL.7.7_1\",\"ChIJfYBkNaPeQI4RymGNr7jGcYc\",\"CO.CL.LD\",\"COCAL17380\",\"17380\",5.51890087127691,-74.7153325208585,83107,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"53109dba\",\"17388\",3,\"Caldas\",\"La Merced\",\"COL.7.8_1\",,\"CO.CL.LM\",\"COCAL17388\",\"17388\",5.37355065345761,-75.5955954643831,4318,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e053114f\",\"17001\",3,\"Caldas\",\"Manizales\",\"COL.7.9_1\",\"ChIJQ77mcJFvR44RegoSeGbgTFU\",\"CO.CL.ML\",\"COCAL17001\",\"17001\",5.0604000091553,-75.5192526230688,458438,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"22798b7c\",\"17433\",3,\"Caldas\",\"Manzanares\",\"COL.7.10_1\",\"ChIJz_P5ENU5R44RegqIIFvlHws\",\"CO.CL.MZ\",\"COCAL17433\",\"17433\",5.21354985237124,-75.1871183957502,20641,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1a3f2d2d\",\"17442\",3,\"Caldas\",\"Marmato\",\"COL.7.11_1\",,\"CO.CL.MM\",\"COCAL17442\",\"17442\",5.47464990615845,-75.6402492523193,10404,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f35c8818\",\"17444\",3,\"Caldas\",\"Marquetalia\",\"COL.7.12_1\",,\"CO.CL.MQ\",\"COCAL17444\",\"17444\",5.29019999504095,-75.0834003284901,16310,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1d52e934\",\"17446\",3,\"Caldas\",\"Marulanda\",\"COL.7.13_1\",,\"CO.CL.MD\",\"COCAL17446\",\"17446\",5.21009945869452,-75.3231556786671,3642,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b1e7a638\",\"17486\",3,\"Caldas\",\"Neira\",\"COL.7.14_1\",\"ChIJP9FKpHFtR44Rin4j01Y-pFE\",\"CO.CL.NE\",\"COCAL17486\",\"17486\",5.18720054626465,-75.5512459977648,35131,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"31f5c6c3\",\"17495\",3,\"Caldas\",\"Norcasia\",,,,\"COCAL17495\",\"17495\",5.64,-74.85,6924,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"118d83c9\",\"17513\",3,\"Caldas\",\"Pácora\",\"COL.7.15_1\",,\"CO.CL.PC\",\"COCAL17513\",\"17513\",5.49770045280459,-75.5252411701521,11667,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a4c445a9\",\"17524\",3,\"Caldas\",\"Palestina\",\"COL.7.16_1\",,\"CO.CL.PL\",\"COCAL17524\",\"17524\",5.05920147895816,-75.7078119943346,15862,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"82f416a0\",\"17541\",3,\"Caldas\",\"Pensilvania\",\"COL.7.17_1\",,\"CO.CL.PE\",\"COCAL17541\",\"17541\",5.38749933242798,-75.2026434395368,29362,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8dafa833\",\"17614\",3,\"Caldas\",\"Riosucio\",\"COL.7.18_1\",\"ChIJ89bDdL-pR44RxBjDhg02mq8\",\"CO.CL.RI\",\"COCAL17614\",\"17614\",5.42569994926461,-75.8008687595948,73973,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"63a1c91f\",\"17616\",3,\"Caldas\",\"Risaralda\",\"COL.7.19_1\",,\"CO.CL.RR\",\"COCAL17616\",\"17616\",5.0910506248475,-75.8124863272066,9969,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"77a7f894\",\"17653\",3,\"Caldas\",\"Salamina\",\"COL.7.20_1\",\"ChIJkfSsfB4XR44RuMR2Dm67rT4\",\"CO.CL.SL\",\"COCAL17653\",\"17653\",5.34255051612857,-75.4389041944028,16810,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2b8d9bc1\",\"17662\",3,\"Caldas\",\"Samaná\",\"COL.7.21_1\",,\"CO.CL.SA\",\"COCAL17662\",\"17662\",5.51535081863406,-75.0483377032056,25832,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b5e90e62\",\"17665\",3,\"Caldas\",\"San José\",,,,\"COCAL17665\",\"17665\",5.07,-75.81,6815,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"433e3438\",\"17777\",3,\"Caldas\",\"Supía\",\"COL.7.22_1\",\"ChIJ09p6_sEGR44RcZLnXuxNF8U\",\"CO.CL.SU\",\"COCAL17777\",\"17777\",5.43925094604504,-75.6723949082739,30749,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"51794244\",\"17867\",3,\"Caldas\",\"Victoria\",\"COL.7.23_1\",,\"CO.CL.VC\",\"COCAL17867\",\"17867\",5.43230104446414,-74.8627245734892,8993,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4f0fb71c\",\"17873\",3,\"Caldas\",\"Villamaría\",\"COL.7.24_1\",\"ChIJ_xhglDliR44RAg06QOFjcIY\",\"CO.CL.VM\",\"COCAL17873\",\"17873\",4.91845059394839,-75.4521124299646,66723,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"48627305\",\"17877\",3,\"Caldas\",\"Viterbo\",\"COL.7.25_1\",\"ChIJK_JpbDeFR44Rgxvs18kAyEY\",\"CO.CL.VB\",\"COCAL17877\",\"17877\",5.03592801094058,-75.9224395517538,11170,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"84ddeba9\",\"18029\",3,\"Caquetá\",\"Albania\",\"COL.8.1_1\",,\"CO.CQ.AL\",\"COCAQ18029\",\"18029\",1.26070052385327,-75.9395389022414,3546,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"19984edf\",\"18094\",3,\"Caquetá\",\"Belén de los Andaquies\",\"COL.8.2_1\",,\"CO.CQ.BE\",\"COCAQ18094\",\"18094\",1.50640052556992,-75.9604572297381,15517,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b382affd\",\"18150\",3,\"Caquetá\",\"Cartagena del Chairá\",\"COL.8.3_1\",,\"CO.CQ.CA\",\"COCAQ18150\",\"18150\",0.934100508689966,-74.8307079753522,40960,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bcd9116e\",\"18205\",3,\"Caquetá\",\"Curillo\",\"COL.8.4_1\",,\"CO.CQ.CU\",\"COCAQ18205\",\"18205\",1.07450103759771,-76.0228637225471,10071,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"36bbb546\",\"18247\",3,\"Caquetá\",\"El Doncello\",\"COL.8.5_1\",,\"CO.CQ.ED\",\"COCAQ18247\",\"18247\",1.83350098133084,-75.3568988151904,27712,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"58a7b491\",\"18256\",3,\"Caquetá\",\"El Paujíl\",\"COL.8.6_1\",,\"CO.CQ.EP\",\"COCAQ18256\",\"18256\",1.56955003738406,-75.4509661090194,27599,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b8300119\",\"18001\",3,\"Caquetá\",\"Florencia\",\"COL.8.7_1\",\"ChIJHQUPYAtOJI4RmFm5Yl7rs24\",\"CO.CQ.FL\",\"COCAQ18001\",\"18001\",1.75179404020321,-75.6739337495824,236233,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d125a812\",\"18410\",3,\"Caquetá\",\"La Montañita\",\"COL.8.8_1\",,\"CO.CQ.LM\",\"COCAQ18410\",\"18410\",1.46039944887161,-75.5376760448964,28658,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9e643ed5\",\"18460\",3,\"Caquetá\",\"Milán\",\"COL.8.9_1\",,\"CO.CQ.MI\",\"COCAQ18460\",\"18460\",1.15654951334005,-75.5459766262657,8773,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fea3b730\",\"18479\",3,\"Caquetá\",\"Morelia\",\"COL.8.10_1\",,\"CO.CQ.MO\",\"COCAQ18479\",\"18479\",1.49610000848779,-75.7773747056007,3575,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f6302901\",\"18592\",3,\"Caquetá\",\"Puerto Rico\",\"COL.8.11_1\",,\"CO.CQ.PR\",\"COCAQ18592\",\"18592\",1.89969950914386,-75.111205647802,42114,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d2a17c7c\",\"18610\",3,\"Caquetá\",\"San José del Fragua\",\"COL.8.12_1\",,\"CO.CQ.SJ\",\"COCAQ18610\",\"18610\",1.34490096569067,-76.1533492014704,19342,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2e0682f5\",\"18753\",3,\"Caquetá\",\"San Vicente del Caguán\",\"COL.8.13_1\",\"ChIJ0bcOzjxVIo4R1kI_Lb3bo1g\",\"CO.CQ.SV\",\"COCAQ18753\",\"18753\",1.85855102539071,-74.7201524464141,120354,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5e6c767a\",\"18756\",3,\"Caquetá\",\"Solano\",\"COL.8.14_1\",,\"CO.CQ.SO\",\"COCAQ18756\",\"18756\",0.243018500506906,-73.3708387762771,55834,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"72cb598d\",\"18785\",3,\"Caquetá\",\"Solita\",,,,\"COCAQ18785\",\"18785\",0.91,-75.64,6768,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"977ec7b1\",\"18860\",3,\"Caquetá\",\"Valparaíso\",\"COL.8.15_1\",,\"CO.CQ.VP\",\"COCAQ18860\",\"18860\",1.09615051746377,-75.7802753448486,13207,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2956ba62\",\"85010\",3,\"Casanare\",\"Aguazul\",\"COL.9.1_1\",\"ChIJB3TQBB4ja44RkLc25w6qa_w\",\"CO.CS.AG\",\"COCAS85010\",\"85010\",5.07955098152172,-72.5738665517748,78521,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"593c4eed\",\"85015\",3,\"Casanare\",\"Chámeza\",\"COL.9.2_1\",,\"CO.CS.CH\",\"COCAS85015\",\"85015\",5.20250105857846,-72.8994975642815,9861,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"73d37719\",\"85125\",3,\"Casanare\",\"Hato Corozal\",\"COL.9.3_1\",,\"CO.CS.HA\",\"COCAS85125\",\"85125\",6.02755045890811,-71.6727133840816,21004,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f3c117e2\",\"85136\",3,\"Casanare\",\"La Salina\",\"COL.9.4_1\",,\"CO.CS.LS\",\"COCAS85136\",\"85136\",6.14470005035403,-72.3652304028041,1899,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"637e0a73\",\"85139\",3,\"Casanare\",\"Maní\",\"COL.9.5_1\",\"ChIJe2TUeiq1FI4RXhlXAYpecoA\",\"CO.CS.MA\",\"COCAS85139\",\"85139\",4.69500064849854,-72.2546696628457,15273,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"89db27be\",\"85162\",3,\"Casanare\",\"Monterrey\",\"COL.9.6_1\",\"ChIJewk_MX_Sao4RGM4HXvvMmoc\",\"CO.CS.MO\",\"COCAS85162\",\"85162\",4.82499957084659,-72.8891760048803,27088,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7195c940\",\"85225\",3,\"Casanare\",\"Nunchía\",\"COL.9.7_1\",,\"CO.CS.NU\",\"COCAS85225\",\"85225\",5.52219986915591,-72.1326996714034,11271,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"18e40c8e\",\"85230\",3,\"Casanare\",\"Orocué\",\"COL.9.8_1\",,\"CO.CS.OR\",\"COCAS85230\",\"85230\",4.86525034904477,-71.6075623210559,14442,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4ebeab08\",\"85250\",3,\"Casanare\",\"Paz de Ariporo\",\"COL.9.9_1\",\"ChIJna2ApxzHbY4RXighxw337w0\",\"CO.CS.PA\",\"COCAS85250\",\"85250\",5.73350048065186,-70.9913834374823,44170,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fc9aa971\",\"85263\",3,\"Casanare\",\"Pore\",\"COL.9.10_1\",,\"CO.CS.PO\",\"COCAS85263\",\"85263\",5.66020035743713,-71.9972216109069,10338,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0554712e\",\"85279\",3,\"Casanare\",\"Recetor\",\"COL.9.11_1\",,\"CO.CS.RE\",\"COCAS85279\",\"85279\",5.23974990844732,-72.7692083984517,125350,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"320b357a\",\"85300\",3,\"Casanare\",\"Sabanalarga\",\"COL.9.12_1\",,\"CO.CS.SA\",\"COCAS85300\",\"85300\",4.72794938087472,-73.0151939055912,1888,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5b7af0b4\",\"85315\",3,\"Casanare\",\"Sácama\",\"COL.9.13_1\",,\"CO.CS.SC\",\"COCAS85315\",\"85315\",6.02690005302429,-72.2535678245761,976,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7057a377\",\"85325\",3,\"Casanare\",\"San Luis de Palenque\",\"COL.9.14_1\",,\"CO.CS.SL\",\"COCAS85325\",\"85325\",5.27205157279977,-71.7765764101811,96227,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"374423ff\",\"85400\",3,\"Casanare\",\"Támara\",\"COL.9.15_1\",,\"CO.CS.TM\",\"COCAS85400\",\"85400\",5.85375046730047,-72.2631393932856,8321,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2e5f12be\",\"85410\",3,\"Casanare\",\"Tauramena\",\"COL.9.16_1\",\"ChIJ7VO-0mbRFI4R0n3qKZgfysM\",\"CO.CS.TN\",\"COCAS85410\",\"85410\",4.71260094642642,-72.6635879483369,58061,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1c69703c\",\"85430\",3,\"Casanare\",\"Trinidad\",\"COL.9.17_1\",,\"CO.CS.TR\",\"COCAS85430\",\"85430\",5.31065106391915,-71.1222421751797,31960,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5328e6fb\",\"85440\",3,\"Casanare\",\"Villanueva\",\"COL.9.18_1\",\"ChIJ-42M5GU7FY4RA2QwWxQBgfw\",\"CO.CS.VN\",\"COCAS85440\",\"85440\",4.48149967193606,-72.8535492036409,36917,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"474abbb5\",\"85001\",3,\"Casanare\",\"Yopal\",\"COL.9.19_1\",\"ChIJs9YVo2psa44RhCT7bmlc7Bk\",\"CO.CS.YO\",\"COCAS85001\",\"85001\",5.21175098419192,-72.2616550483008,315830,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"abb35544\",\"19022\",3,\"Cauca\",\"Almaguer\",\"COL.10.1_1\",,\"CO.CA.AL\",\"COCAU19022\",\"19022\",1.8964505195618,-76.8854365133042,26549,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0afca2af\",\"19050\",3,\"Cauca\",\"Argelia\",\"COL.10.2_1\",\"ChIJOSDNRoAtLo4RKZnt-3RdNp0\",\"CO.CA.AG\",\"COCAU19050\",\"19050\",2.2700999975205,-77.2788284948998,36244,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"48a034a2\",\"19075\",3,\"Cauca\",\"Balboa\",\"COL.10.3_1\",,\"CO.CA.BB\",\"COCAU19075\",\"19075\",2.09769952297216,-77.2089871757828,33321,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"76493cdd\",\"19100\",3,\"Cauca\",\"Bolívar\",\"COL.10.4_1\",,\"CO.CA.BO\",\"COCAU19100\",\"19100\",1.86120051145559,-77.0203414003782,46401,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6f520d9c\",\"19110\",3,\"Cauca\",\"Buenos Aires\",\"COL.10.5_1\",,\"CO.CA.BA\",\"COCAU19110\",\"19110\",2.96805000305179,-76.6966846538383,61303,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5d646f1e\",\"19130\",3,\"Cauca\",\"Cajibío\",\"COL.10.6_1\",,\"CO.CA.CJ\",\"COCAU19130\",\"19130\",2.65639996528626,-76.7858765998045,50127,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c300fabd\",\"19137\",3,\"Cauca\",\"Caldonó\",\"COL.10.7_1\",,\"CO.CA.CD\",\"COCAU19137\",\"19137\",2.82080101966861,-76.5082435757346,42892,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fc2b98f5\",\"19142\",3,\"Cauca\",\"Caloto\",\"COL.10.8_1\",\"ChIJ558Dt09-Oo4RydGAm0I0wGU\",\"CO.CA.CT\",\"COCAU19142\",\"19142\",3.08329999446877,-76.3903184516415,25784,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"831ad2e9\",\"19212\",3,\"Cauca\",\"Corinto\",\"COL.10.9_1\",,\"CO.CA.CO\",\"COCAU19212\",\"19212\",3.14070045948031,-76.2092090586174,44927,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e01bd3f4\",\"19256\",3,\"Cauca\",\"El Tambo\",\"COL.10.10_1\",,\"CO.CA.ET\",\"COCAU19256\",\"19256\",2.53379952907565,-77.0848002937829,58715,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a5cd39cd\",\"19290\",3,\"Cauca\",\"Florencia\",\"COL.10.11_1\",,\"CO.CA.FL\",\"COCAU19290\",\"19290\",1.71214950084689,-77.0920507643499,7208,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"75cde8b3\",\"19300\",3,\"Cauca\",\"Guachené\",,,,\"COCAU19300\",\"19300\",3.14,-76.39,20149,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"620d51c0\",\"19318\",3,\"Cauca\",\"Guapí\",\"COL.10.12_1\",,\"CO.CA.GU\",\"COCAU19318\",\"19318\",2.43955051898962,-77.6476204450946,36790,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"78d0e879\",\"19355\",3,\"Cauca\",\"Inzá\",\"COL.10.13_1\",,\"CO.CA.IN\",\"COCAU19355\",\"19355\",2.50215041637432,-76.139677656492,39844,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"24fa8b2c\",\"19364\",3,\"Cauca\",\"Jambaló\",\"COL.10.14_1\",,\"CO.CA.JA\",\"COCAU19364\",\"19364\",2.86775100231176,-76.3288679440023,26566,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4a0132d6\",\"19392\",3,\"Cauca\",\"La Sierra\",\"COL.10.15_1\",,\"CO.CA.LS\",\"COCAU19392\",\"19392\",2.21250092983246,-76.7729887495663,11752,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3a6bc659\",\"19397\",3,\"Cauca\",\"La Vega\",\"COL.10.16_1\",,\"CO.CA.LV\",\"COCAU19397\",\"19397\",2.06430101394656,-76.8250818478631,75093,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"67424745\",\"19418\",3,\"Cauca\",\"López de Micay\",\"COL.10.17_1\",,\"CO.CA.LO\",\"COCAU19418\",\"19418\",3.02666699886322,-77.2603267325471,22575,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0df50a73\",\"19450\",3,\"Cauca\",\"Mercaderes\",\"COL.10.18_1\",,\"CO.CA.ME\",\"COCAU19450\",\"19450\",1.806451022625,-77.1904359479437,21626,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7d9ffefc\",\"19455\",3,\"Cauca\",\"Miranda\",\"COL.10.19_1\",\"ChIJB2tSnSxsOo4RijcWTuWra98\",\"CO.CA.MI\",\"COCAU19455\",\"19455\",3.22134995460507,-76.2262232733214,63644,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a6ca394b\",\"19473\",3,\"Cauca\",\"Morales\",\"COL.10.20_1\",,\"CO.CA.MS\",\"COCAU19473\",\"19473\",2.80175054073345,-76.782738020664,31254,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f152f4fa\",\"19513\",3,\"Cauca\",\"Padilla\",\"COL.10.21_1\",,\"CO.CA.PD\",\"COCAU19513\",\"19513\",3.19609904289248,-76.3589827529252,8744,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f63f30e3\",\"19517\",3,\"Cauca\",\"Páez\",\"COL.10.22_1\",,\"CO.CA.PZ\",\"COCAU19517\",\"19517\",2.70440006256104,-76.0969443949371,37283,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b463a6ee\",\"19532\",3,\"Cauca\",\"Patía\",\"COL.10.23_1\",\"ChIJ_YmCf_nIL44RKoblkI0qaS4\",\"CO.CA.PA\",\"COCAU19532\",\"19532\",2.14740049839023,-77.0224754827499,46291,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c3649678\",\"19533\",3,\"Cauca\",\"Piamonte\",,,,\"COCAU19533\",\"19533\",1.15,-76.31,11060,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1bf7d937\",\"19548\",3,\"Cauca\",\"Piendamó\",\"COL.10.24_1\",\"ChIJX2saMsQLMI4ReTzMT3WBNzo\",\"CO.CA.PI\",\"COCAU19548\",\"19548\",2.7253005504609,-76.5899909709842,60510,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"008c667c\",\"19001\",3,\"Cauca\",\"Popayán\",\"COL.10.25_1\",\"ChIJcSqzU_ACMI4RTyD_yAJ1PCc\",\"CO.CA.PO\",\"COCAU19001\",\"19001\",2.46955096721658,-76.6192286071455,381684,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a708537c\",\"19573\",3,\"Cauca\",\"Puerto Tejada\",\"COL.10.26_1\",\"ChIJC1lRK2B2Oo4RRL1JZ9E8Qbg\",\"CO.CA.PT\",\"COCAU19573\",\"19573\",3.25815105438235,-76.4508530253786,55775,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c9f3ea86\",\"19585\",3,\"Cauca\",\"Puracé\",\"COL.10.27_1\",,\"CO.CA.PU\",\"COCAU19585\",\"19585\",2.24020004272458,-76.4892721115809,29744,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"af3e29f6\",\"19622\",3,\"Cauca\",\"Rosas\",\"COL.10.28_1\",,\"CO.CA.RO\",\"COCAU19622\",\"19622\",2.27505052089688,-76.8314086865356,17825,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3bcdc0ab\",\"19693\",3,\"Cauca\",\"San Sebastián\",\"COL.10.29_1\",,\"CO.CA.SS\",\"COCAU19693\",\"19693\",1.87010049819949,-76.7325886597692,21489,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"05c370f9\",\"19701\",3,\"Cauca\",\"Santa Rosa\",\"COL.10.30_1\",,\"CO.CA.SR\",\"COCAU19701\",\"19701\",1.41979998350146,-76.4534525082722,14810,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ac1f1923\",\"19698\",3,\"Cauca\",\"Santander de Quilichao\",\"COL.10.31_1\",\"ChIJh6i3P-F_MI4RxoDzx51aZDM\",\"CO.CA.SN\",\"COCAU19698\",\"19698\",3.05250000953677,-76.5359468211355,117691,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8fa1d4d1\",\"19743\",3,\"Cauca\",\"Silvia\",\"COL.10.32_1\",,\"CO.CA.SI\",\"COCAU19743\",\"19743\",2.65350091457373,-76.4140806943619,36262,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"249ee7e9\",\"19760\",3,\"Cauca\",\"Sotará\",\"COL.10.33_1\",,\"CO.CA.SO\",\"COCAU19760\",\"19760\",2.23660004138941,-76.5980813698363,26767,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ba1dca67\",\"19780\",3,\"Cauca\",\"Suárez\",\"COL.10.34_1\",,\"CO.CA.SU\",\"COCAU19780\",\"19780\",2.91039907932287,-76.8089851340626,14491,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ca773ee8\",\"19785\",3,\"Cauca\",\"Sucre\",,,,\"COCAU19785\",\"19785\",2.06,-76.91,9710,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e7fc92f1\",\"19807\",3,\"Cauca\",\"Timbío\",\"COL.10.35_1\",\"ChIJbTThqi_iL44RW8xV_Dkkjp0\",\"CO.CA.TM\",\"COCAU19807\",\"19807\",2.37395107746124,-76.7725513067014,41475,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0044bff6\",\"19809\",3,\"Cauca\",\"Timbiquí\",\"COL.10.36_1\",,\"CO.CA.TQ\",\"COCAU19809\",\"19809\",2.6657505035401,-77.5462561833902,18664,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3ca95546\",\"19821\",3,\"Cauca\",\"Toribío\",\"COL.10.37_1\",,\"CO.CA.TR\",\"COCAU19821\",\"19821\",2.97780048847204,-76.201234134709,39933,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4cc3a1c9\",\"19824\",3,\"Cauca\",\"Totoró\",\"COL.10.38_1\",,\"CO.CA.TT\",\"COCAU19824\",\"19824\",2.45209956169128,-76.3963680480396,26497,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6d9e36d9\",\"19845\",3,\"Cauca\",\"Villa Rica\",,\"ChIJq9pa61udMI4RiKWJDnLWChE\",,\"COCAU19845\",\"19845\",3.18,-76.46,22300,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"233f6267\",\"20011\",3,\"Cesar\",\"Aguachica\",\"COL.11.1_1\",\"ChIJSQ3hEI2EXY4RTvVNilt50Zk\",\"CO.CE.AG\",\"COCES20011\",\"20011\",8.25264978408816,-73.5891029749087,112584,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cd31034b\",\"20013\",3,\"Cesar\",\"Agustín Codazzi\",\"COL.11.2_1\",\"ChIJM7aTRRcQYI4RAnENHog2cek\",\"CO.CE.AC\",\"COCES20013\",\"20013\",9.94860029220584,-73.2519737850737,55301,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8800515f\",\"20032\",3,\"Cesar\",\"Astrea\",\"COL.11.3_1\",,\"CO.CE.AS\",\"COCES20032\",\"20032\",9.45735073089602,-74.0193822211309,20396,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5925523b\",\"20045\",3,\"Cesar\",\"Becerril\",\"COL.11.4_1\",,\"CO.CE.BE\",\"COCES20045\",\"20045\",9.79736661911016,-73.1742840008939,14795,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1b79c436\",\"20060\",3,\"Cesar\",\"Bosconia\",\"COL.11.5_1\",\"ChIJy0FuFvWUX44RouaKVuLW-ys\",\"CO.CE.BO\",\"COCES20060\",\"20060\",9.92434930801394,-73.8907561244296,46063,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"73ca6bcf\",\"20175\",3,\"Cesar\",\"Chimichagua\",\"COL.11.6_1\",,\"CO.CE.CC\",\"COCES20175\",\"20175\",9.21285009384155,-73.8378963560228,33173,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0d7b1772\",\"20178\",3,\"Cesar\",\"Chiriguaná\",\"COL.11.7_1\",,\"CO.CE.CG\",\"COCES20178\",\"20178\",9.38476991653451,-73.5847276594058,20555,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"724a5d6e\",\"20228\",3,\"Cesar\",\"Curumaní\",\"COL.11.8_1\",\"ChIJ-xupMhIhXo4Rf1VDscyWrKE\",\"CO.CE.CU\",\"COCES20228\",\"20228\",9.22404956817633,-73.5447303911026,25783,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6b516c2f\",\"20238\",3,\"Cesar\",\"El Copey\",\"COL.11.9_1\",,\"CO.CE.EC\",\"COCES20238\",\"20238\",10.1946015357971,-73.9455852545054,28063,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"33d0439b\",\"20250\",3,\"Cesar\",\"El Paso\",\"COL.11.10_1\",\"ChIJ81-bT8baX44RbC6mohKMyoM\",\"CO.CE.EP\",\"COCES20250\",\"20250\",9.6585507392883,-73.7421867600214,25128,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ef0ff818\",\"20295\",3,\"Cesar\",\"Gamarra\",\"COL.11.11_1\",,\"CO.CE.GA\",\"COCES20295\",\"20295\",8.29595041275027,-73.7213866096181,21969,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"567eeca8\",\"20310\",3,\"Cesar\",\"González\",\"COL.11.12_1\",,\"CO.CE.GO\",\"COCES20310\",\"20310\",8.36595058441165,-73.3935512164578,4396,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1eb5065b\",\"20383\",3,\"Cesar\",\"La Gloria\",\"COL.11.13_1\",,\"CO.CE.LG\",\"COCES20383\",\"20383\",8.6221995353699,-73.6972870856217,13723,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4a2acb6c\",\"20400\",3,\"Cesar\",\"La Jagua de Ibirico\",\"COL.11.14_1\",\"ChIJy40ooYp8YI4RIIC3YkdQSu0\",\"CO.CE.LJ\",\"COCES20400\",\"20400\",9.55082511901855,-73.3328080036371,22534,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0c9f4d16\",\"20621\",3,\"Cesar\",\"La Paz\",\"COL.11.15_1\",\"ChIJd24TRLkcYI4Rq0KiPxrcrjo\",\"CO.CE.RO\",\"COCES20621\",\"20621\",10.0856003761293,-73.2711981513777,24467,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b74f5fd2\",\"20443\",3,\"Cesar\",\"Manaure\",\"COL.11.16_1\",,\"CO.CE.MA\",\"COCES20443\",\"20443\",10.3425092697144,-72.96865381083,18045,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cc9705b9\",\"20517\",3,\"Cesar\",\"Pailitas\",\"COL.11.17_1\",,\"CO.CE.PA\",\"COCES20517\",\"20517\",8.93230104446414,-73.5873045897626,19230,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"369f551e\",\"20550\",3,\"Cesar\",\"Pelaya\",\"COL.11.18_1\",,\"CO.CE.PE\",\"COCES20550\",\"20550\",8.75475025176996,-73.6502724532186,20433,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"04a9379c\",\"20570\",3,\"Cesar\",\"Pueblo Bello\",,,,\"COCES20570\",\"20570\",10.47,-73.59,28871,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"57d8ea5a\",\"20614\",3,\"Cesar\",\"Río de Oro\",\"COL.11.19_1\",,\"CO.CE.RI\",\"COCES20614\",\"20614\",8.16805028915411,-73.5212342855201,15839,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"51774474\",\"20710\",3,\"Cesar\",\"San Alberto\",\"COL.11.20_1\",\"ChIJeQjqPy9gXY4RzMsF35-nrtA\",\"CO.CE.SA\",\"COCES20710\",\"20710\",7.85784983634954,-73.4756297971957,29953,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"351b8170\",\"20750\",3,\"Cesar\",\"San Diego\",\"COL.11.21_1\",,\"CO.CE.SD\",\"COCES20750\",\"20750\",10.2222003936768,-73.2691567508944,14967,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"072de3f2\",\"20770\",3,\"Cesar\",\"San Martín\",\"COL.11.22_1\",,\"CO.CE.SM\",\"COCES20770\",\"20770\",7.98940086364755,-73.5871370905404,22203,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1ed16a9e\",\"20787\",3,\"Cesar\",\"Tamalameque\",\"COL.11.23_1\",,\"CO.CE.TA\",\"COCES20787\",\"20787\",8.84404945373541,-73.7856362676177,16384,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3a245326\",\"20001\",3,\"Cesar\",\"Valledupar\",\"COL.11.24_1\",\"ChIJWfAZvEmtio4RAMACI067shU\",\"CO.CE.VA\",\"COCES20001\",\"20001\",10.3281016349793,-73.5024658413819,584169,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3997fe3c\",\"27006\",3,\"Chocó\",\"Acandí\",\"COL.12.1_1\",,\"CO.CH.AC\",\"COCHO27006\",\"27006\",8.4179158210755,-77.2541732917002,10693,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"92a8cd04\",\"27025\",3,\"Chocó\",\"Alto Baudó\",\"COL.12.2_1\",,\"CO.CH.AL\",\"COCHO27025\",\"27025\",5.65179967880255,-77.0949187128232,53942,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ad83af4c\",\"27050\",3,\"Chocó\",\"Atrato\",,,,\"COCHO27050\",\"27050\",5.56,-76.61,12269,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"06bc9c74\",\"27073\",3,\"Chocó\",\"Bagadó\",\"COL.12.3_1\",,\"CO.CH.BA\",\"COCHO27073\",\"27073\",5.48175001144421,-76.2526528277776,12004,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"efdf3941\",\"27075\",3,\"Chocó\",\"Bahía Solano\",\"COL.12.4_1\",,\"CO.CH.BS\",\"COCHO27075\",\"27075\",6.39194416999823,-77.3251387107947,11081,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"01d1586d\",\"27077\",3,\"Chocó\",\"Bajo Baudó\",\"COL.12.5_1\",,\"CO.CH.BB\",\"COCHO27077\",\"27077\",4.9956951141358,-77.1497994878779,24094,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f14e7434\",\"27086\",3,\"Chocó\",\"Belen de Bajira\",,,,\"COCHO27086\",\"27086\",7.3717,-76.7142,13438,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"78ea58e4\",\"27099\",3,\"Chocó\",\"Bojayá\",\"COL.12.6_1\",,\"CO.CH.BO\",\"COCHO27099\",\"27099\",6.49279952049261,-77.0841480094401,11328,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"876c96b8\",\"27160\",3,\"Chocó\",\"Cértegui\",,,,\"COCHO27160\",\"27160\",5.39,-76.52,14464,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a31a7be8\",\"27205\",3,\"Chocó\",\"Condoto\",\"COL.12.7_1\",,\"CO.CH.CO\",\"COCHO27205\",\"27205\",5.10085058212283,-76.4778025791962,18308,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8a719672\",\"27135\",3,\"Chocó\",\"El Cantón del San Pablo\",\"COL.12.8_1\",,\"CO.CH.SP\",\"COCHO27135\",\"27135\",5.2793998718262,-76.7555838910042,8841,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c776beec\",\"27245\",3,\"Chocó\",\"El Carmen de Atrato\",\"COL.12.9_1\",,\"CO.CH.EC\",\"COCHO27245\",\"27245\",5.81375050544747,-76.288674406795,25510,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ac41c57b\",\"27150\",3,\"Chocó\",\"El Carmen del Darién\",,,,\"COCHO27150\",\"27150\",7.03,-76.97,9511,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ae077b22\",\"27250\",3,\"Chocó\",\"El Litoral del San Juan\",\"COL.12.10_1\",,\"CO.CH.LI\",\"COCHO27250\",\"27250\",4.43111109733587,-76.9988540959988,22122,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f3ef7240\",\"27361\",3,\"Chocó\",\"Istmina\",\"COL.12.11_1\",\"ChIJS9ASVoIRSI4RSYSanlpCb3o\",\"CO.CH.IS\",\"COCHO27361\",\"27361\",4.94325041770941,-76.8289611518324,33270,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"73fd12bb\",\"27372\",3,\"Chocó\",\"Juradó\",\"COL.12.12_1\",,\"CO.CH.JU\",\"COCHO27372\",\"27372\",7.09486198425304,-77.6731375269522,2781,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"57ef932e\",\"27413\",3,\"Chocó\",\"Lloró\",\"COL.12.13_1\",,\"CO.CH.LL\",\"COCHO27413\",\"27413\",5.64505100250247,-76.3632871156518,14519,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"95a165d8\",\"27425\",3,\"Chocó\",\"Medio Atrato\",,,,\"COCHO27425\",\"27425\",5.9897,-76.7337,29487,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fcd0a016\",\"27430\",3,\"Chocó\",\"Medio Baudó\",,,,\"COCHO27430\",\"27430\",5.11,-77,16931,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"aa8a0790\",\"27450\",3,\"Chocó\",\"Medio San Juan\",,,,\"COCHO27450\",\"27450\",4.82,-76.8,17571,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7138780a\",\"27491\",3,\"Chocó\",\"Novita\",\"COL.12.14_1\",,\"CO.CH.NO\",\"COCHO27491\",\"27491\",4.8721995353699,-76.5702055625139,7740,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7655bc13\",\"27495\",3,\"Chocó\",\"Nuquí\",\"COL.12.15_1\",,\"CO.CH.NU\",\"COCHO27495\",\"27495\",5.74263811111456,-77.2203791932233,11828,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a7f36b9f\",\"27001\",3,\"Chocó\",\"Quibdó\",\"COL.12.16_1\",\"ChIJH5g2DXCPSI4Rl41CCS8xfrs\",\"CO.CH.QU\",\"COCHO27001\",\"27001\",5.96374964714053,-76.6764876191138,180664,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1ee613ea\",\"27580\",3,\"Chocó\",\"Río Iró\",,,,\"COCHO27580\",\"27580\",5.17,-76.48,12231,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d47927bb\",\"27600\",3,\"Chocó\",\"Riosucio\",\"COL.12.17_1\",,\"CO.CH.RI\",\"COCHO27600\",\"27600\",7.36289930343631,-77.1882896311496,13378,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8223803d\",\"27660\",3,\"Chocó\",\"San José del Palmar\",\"COL.12.18_1\",,\"CO.CH.SJ\",\"COCHO27660\",\"27660\",4.9184000492096,-76.2848832673169,4275,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c1bd7c07\",\"27745\",3,\"Chocó\",\"Sipí\",\"COL.12.19_1\",,\"CO.CH.SI\",\"COCHO27745\",\"27745\",4.46161794662484,-76.5974391647706,2848,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"83065227\",\"27787\",3,\"Chocó\",\"Tadó\",\"COL.12.20_1\",,\"CO.CH.TA\",\"COCHO27787\",\"27787\",5.31491947174078,-76.4718718492677,23235,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dee70ab1\",\"27800\",3,\"Chocó\",\"Unguía\",\"COL.12.21_1\",,\"CO.CH.UN\",\"COCHO27800\",\"27800\",8.10635948181147,-77.0959858752945,19126,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c7fc3bf0\",\"27810\",3,\"Chocó\",\"Unión Panamericana\",,,,\"COCHO27810\",\"27810\",5.29,-76.65,10646,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0717e3ea\",\"23068\",3,\"Córdoba\",\"Ayapel\",\"COL.13.1_1\",,\"CO.CO.AY\",\"COCOR23068\",\"23068\",8.21835041046151,-75.0434076129753,67852,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"690be23d\",\"23079\",3,\"Córdoba\",\"Buenavista\",\"COL.13.2_1\",,\"CO.CO.BU\",\"COCOR23079\",\"23079\",8.16435050964353,-75.4632924916902,26015,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8e547717\",\"23090\",3,\"Córdoba\",\"Canalete\",\"COL.13.3_1\",,\"CO.CO.CA\",\"COCOR23090\",\"23090\",8.73120069503784,-76.2728829182563,31689,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e60060c3\",\"23162\",3,\"Córdoba\",\"Cereté\",\"COL.13.4_1\",\"ChIJqZcs12koWo4RaKNopSZO3es\",\"CO.CO.CE\",\"COCOR23162\",\"23162\",8.87235069274905,-75.835198840366,119080,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"06d589dd\",\"23168\",3,\"Córdoba\",\"Chimá\",\"COL.13.5_1\",,\"CO.CO.CM\",\"COCOR23168\",\"23168\",9.10324954986578,-75.647768665198,19333,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"78834d4d\",\"23182\",3,\"Córdoba\",\"Chinú\",\"COL.13.6_1\",\"ChIJCXhRkuNoWY4RNk0g4B5c5gc\",\"CO.CO.CN\",\"COCOR23182\",\"23182\",8.99415111541751,-75.401573027865,67657,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ef5194c5\",\"23189\",3,\"Córdoba\",\"Ciénaga de Oro\",\"COL.13.7_1\",\"ChIJT70JjP_TW44RYChZ3Cm_Ysw\",\"CO.CO.CO\",\"COCOR23189\",\"23189\",8.80315160751343,-75.5978743633126,83017,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5dd07207\",\"23300\",3,\"Córdoba\",\"Cotorra\",,,,\"COCOR23300\",\"23300\",9.06,-75.78,20058,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"20a78642\",\"23350\",3,\"Córdoba\",\"La Apartada\",,,,\"COCOR23350\",\"23350\",8.05,-75.29,20582,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3858ed67\",\"23419\",3,\"Córdoba\",\"Los Córdobas\",\"COL.13.8_1\",,\"CO.CO.LC\",\"COCOR23419\",\"23419\",8.87764596939087,-76.268947182632,34583,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"09a8071d\",\"23464\",3,\"Córdoba\",\"Momil\",\"COL.13.9_1\",,\"CO.CO.MM\",\"COCOR23464\",\"23464\",9.2313995361329,-75.6293659360298,19632,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"595d0eb5\",\"23500\",3,\"Córdoba\",\"Moñitos\",\"COL.13.10_1\",,\"CO.CO.MT\",\"COCOR23500\",\"23500\",9.20776987075811,-76.1021436592538,31369,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e7a66631\",\"23466\",3,\"Córdoba\",\"Montelíbano\",\"COL.13.11_1\",\"ChIJSemozNsbW44R_vpGUHSuFUk\",\"CO.CO.ML\",\"COCOR23466\",\"23466\",7.75705003738415,-75.9005833528086,114091,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2891fcc8\",\"23001\",3,\"Córdoba\",\"Montería\",\"COL.13.12_1\",\"ChIJi7-268M4Wo4RGuZolnn72G0\",\"CO.CO.MR\",\"COCOR23001\",\"23001\",8.60005044937134,-75.9877216454623,565478,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"54400e7f\",\"23555\",3,\"Córdoba\",\"Planeta Rica\",\"COL.13.13_1\",\"ChIJYVDlLiupW44RVkLMbH3CdG4\",\"CO.CO.PR\",\"COCOR23555\",\"23555\",8.31585025787359,-75.5792422860258,80602,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"161c9872\",\"23570\",3,\"Córdoba\",\"Pueblo Nuevo\",\"COL.13.14_1\",,\"CO.CO.PN\",\"COCOR23570\",\"23570\",8.44475030899054,-75.3681750571904,52370,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"11715c6b\",\"23574\",3,\"Córdoba\",\"Puerto Escondido\",\"COL.13.15_1\",,\"CO.CO.PE\",\"COCOR23574\",\"23574\",8.99861097335824,-76.156950873669,47409,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"918484bd\",\"23580\",3,\"Córdoba\",\"Puerto Libertador\",\"COL.13.16_1\",,\"CO.CO.PL\",\"COCOR23580\",\"23580\",7.66524934768682,-75.8005366824927,91244,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"78e72188\",\"23586\",3,\"Córdoba\",\"Purísima\",\"COL.13.17_1\",,\"CO.CO.PU\",\"COCOR23586\",\"23586\",9.25360012054452,-75.7081628617444,16218,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"145a262b\",\"23670\",3,\"Córdoba\",\"San Andrés de Sotavento\",\"COL.13.18_1\",,\"CO.CO.SS\",\"COCOR23670\",\"23670\",9.13575077056882,-75.4934377807908,62833,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fa544707\",\"23672\",3,\"Córdoba\",\"San Antero\",\"COL.13.19_1\",,\"CO.CO.SA\",\"COCOR23672\",\"23672\",9.35720014572155,-75.7620148789102,5977,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0d41176a\",\"23660\",3,\"Córdoba\",\"San Bernardino de Sahagún\",\"COL.13.20_1\",\"ChIJcWFui35hWY4RN3RlbqZ4hdE\",\"CO.CO.SH\",\"COCOR23660\",\"23660\",8.78525018692028,-75.4580089346141,420143,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6430d2a4\",\"23675\",3,\"Córdoba\",\"San Bernardo del Viento\",\"COL.13.21_1\",,\"CO.CO.SB\",\"COCOR23675\",\"23675\",9.33194494247442,-75.962417724022,60866,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1a81ae19\",\"23678\",3,\"Córdoba\",\"San Carlos\",\"COL.13.22_1\",,\"CO.CO.SC\",\"COCOR23678\",\"23678\",8.68170118331909,-75.6909234565654,31219,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7dcc5bc8\",\"23682\",3,\"Córdoba\",\"San José de Uré\",,,,\"COCOR23682\",\"23682\",7.75,-75.57,2185,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7aa19fd1\",\"23686\",3,\"Córdoba\",\"San Pelayo\",\"COL.13.23_1\",,\"CO.CO.SP\",\"COCOR23686\",\"23686\",8.98384952545175,-75.8758489233044,50767,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dfe0c060\",\"23417\",3,\"Córdoba\",\"Santa Cruz de Lorica\",\"COL.13.24_1\",\"ChIJbR_HwEeXWY4RVHfByUPVBLs\",\"CO.CO.LO\",\"COCOR23417\",\"23417\",9.16045045852658,-75.8735670974427,148530,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cfe10845\",\"23807\",3,\"Córdoba\",\"Tierralta\",\"COL.13.25_1\",\"ChIJ6UvqV_2-Wo4RXPunrqzNrnQ\",\"CO.CO.TI\",\"COCOR23807\",\"23807\",7.84375047683727,-76.2283800122531,143338,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"38f45828\",\"23815\",3,\"Córdoba\",\"Tuchín\",,,,\"COCOR23815\",\"23815\",9.22,-75.54,36477,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5c989d2c\",\"23855\",3,\"Córdoba\",\"Valencia\",\"COL.13.26_1\",,\"CO.CO.VA\",\"COCOR23855\",\"23855\",8.22374916076666,-76.2044234906025,57187,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0dfaa314\",\"25001\",3,\"Cundinamarca\",\"Agua de Dios\",\"COL.14.1_1\",,\"CO.CU.AD\",\"COCUN25001\",\"25001\",4.35920000076294,-74.6925985465942,12396,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1a3a1a67\",\"25019\",3,\"Cundinamarca\",\"Albán\",\"COL.14.2_1\",\"ChIJmy6rGnSdQI4R1M9UdHG6j1k\",\"CO.CU.AL\",\"COCUN25019\",\"25019\",4.88535046577457,-74.4705513126728,7909,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"21ba34ce\",\"25035\",3,\"Cundinamarca\",\"Anapoima\",\"COL.14.3_1\",\"ChIJwbyUtNMUP44R2D3zFwjyXRg\",\"CO.CU.AP\",\"COCUN25035\",\"25035\",4.548050403595,-74.5457201277123,17480,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1e915686\",\"25040\",3,\"Cundinamarca\",\"Anolaima\",\"COL.14.4_1\",,\"CO.CU.AN\",\"COCUN25040\",\"25040\",4.77485013008118,-74.491676770221,13757,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d4285284\",\"25599\",3,\"Cundinamarca\",\"Apulo\",\"COL.14.5_1\",,\"CO.CU.AU\",\"COCUN25599\",\"25599\",4.52235007286075,-74.6091425422051,9577,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9e83367d\",\"25053\",3,\"Cundinamarca\",\"Arbeláez\",\"COL.14.6_1\",,\"CO.CU.AR\",\"COCUN25053\",\"25053\",4.21575045585641,-74.4324245452881,7218,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5b47bcbf\",\"25086\",3,\"Cundinamarca\",\"Beltrán\",\"COL.14.7_1\",,\"CO.CU.BE\",\"COCUN25086\",\"25086\",4.70474886894229,-74.8033837560304,2463,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"db55dc44\",\"25095\",3,\"Cundinamarca\",\"Bituima\",\"COL.14.8_1\",,\"CO.CU.BI\",\"COCUN25095\",\"25095\",4.83194994926453,-74.5507107461625,2233,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d2e3906f\",\"25099\",3,\"Cundinamarca\",\"Bojacá\",\"COL.14.9_1\",,\"CO.CU.BO\",\"COCUN25099\",\"25099\",4.69414997100833,-74.3372847756789,22915,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"49099b37\",\"25120\",3,\"Cundinamarca\",\"Cabrera\",\"COL.14.10_1\",,\"CO.CU.CB\",\"COCUN25120\",\"25120\",3.84479939937597,-74.4769379902868,5279,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d000ca8d\",\"25123\",3,\"Cundinamarca\",\"Cachipay\",\"COL.14.11_1\",,\"CO.CU.CA\",\"COCUN25123\",\"25123\",4.70579981803903,-74.4878199005955,11603,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a06a3e02\",\"25126\",3,\"Cundinamarca\",\"Cajicá\",\"COL.14.12_1\",\"ChIJPTjeKmJ3QI4RqJ2VpXPwphI\",\"CO.CU.CJ\",\"COCUN25126\",\"25126\",4.91149950027469,-74.0534603163814,79312,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1188b483\",\"25148\",3,\"Cundinamarca\",\"Caparrapí\",\"COL.14.13_1\",\"ChIJN29rEjTvQI4RLN6sURtSTtw\",\"CO.CU.CP\",\"COCUN25148\",\"25148\",5.36014986038214,-74.548971303304,16276,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"714f3d66\",\"25151\",3,\"Cundinamarca\",\"Cáqueza\",\"COL.14.14_1\",\"ChIJAShFWzC6P44Rm53CmklOmvc\",\"CO.CU.CQ\",\"COCUN25151\",\"25151\",4.38595032691953,-73.9626902068421,17119,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0125c9e9\",\"25154\",3,\"Cundinamarca\",\"Carmen de Carupa\",\"COL.14.15_1\",,\"CO.CU.CC\",\"COCUN25154\",\"25154\",5.32945084571847,-73.9540363506006,9335,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"23bed601\",\"25168\",3,\"Cundinamarca\",\"Chaguaní\",\"COL.14.16_1\",,\"CO.CU.CN\",\"COCUN25168\",\"25168\",4.94359993934637,-74.6630602785912,3224,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"44149bfd\",\"25175\",3,\"Cundinamarca\",\"Chía\",\"COL.14.17_1\",\"ChIJfRvLsoiHP44RjNsYGh1TiRA\",\"CO.CU.CI\",\"COCUN25175\",\"25175\",4.84340047836315,-74.0632417734662,252541,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3aa5e740\",\"25178\",3,\"Cundinamarca\",\"Chipaque\",\"COL.14.18_1\",,\"CO.CU.CE\",\"COCUN25178\",\"25178\",4.39860081672668,-74.0982435265648,16558,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c4e1432b\",\"25181\",3,\"Cundinamarca\",\"Choachí\",\"COL.14.19_1\",,\"CO.CU.CH\",\"COCUN25181\",\"25181\",4.56060028076175,-73.9487578837846,11807,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2aef2207\",\"25183\",3,\"Cundinamarca\",\"Chocontá\",\"COL.14.20_1\",\"ChIJ7c-rX68XQI4RuB8K4etOXTU\",\"CO.CU.CO\",\"COCUN25183\",\"25183\",5.09584999084473,-73.7074034377249,30222,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"797947ec\",\"25200\",3,\"Cundinamarca\",\"Cogua\",\"COL.14.21_1\",\"ChIJ43Ag0ShpQI4R3E2QT7LukSY\",\"CO.CU.CG\",\"COCUN25200\",\"25200\",5.09444952011111,-73.9847230646837,31338,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"670fb2b4\",\"25214\",3,\"Cundinamarca\",\"Cota\",\"COL.14.22_1\",\"ChIJM8rns8OGP44RUHEw0k3LHoU\",\"CO.CU.CT\",\"COCUN25214\",\"25214\",4.76505041122442,-74.1543727068219,43097,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4c22e177\",\"25224\",3,\"Cundinamarca\",\"Cucunubá\",\"COL.14.23_1\",,\"CO.CU.CU\",\"COCUN25224\",\"25224\",5.2234930992127,-73.7826594971341,6764,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6d7f7667\",\"25245\",3,\"Cundinamarca\",\"El Colegio\",\"COL.14.24_1\",\"ChIJ55WbPzZtP44Rfyf3C6HWYLU\",\"CO.CU.EC\",\"COCUN25245\",\"25245\",4.54820084571847,-74.4485956586168,27089,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0ad53b9b\",\"25258\",3,\"Cundinamarca\",\"El Peñon\",\"COL.14.25_1\",,\"CO.CU.EP\",\"COCUN25258\",\"25258\",5.23820042610169,-74.3210427291166,4409,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2f23e06a\",\"25260\",3,\"Cundinamarca\",\"El Rosal\",,\"ChIJcw2CTBGAQI4RktHZ7qKqZfM\",,\"COCUN25260\",\"25260\",4.88,-74.24,23244,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"56ff58ce\",\"25269\",3,\"Cundinamarca\",\"Facatativá\",\"COL.14.26_1\",\"ChIJuVIUsF98P44RTrva3s4QFJM\",\"CO.CU.FA\",\"COCUN25269\",\"25269\",4.81554937362682,-74.3565092314175,183802,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4fe4698f\",\"25279\",3,\"Cundinamarca\",\"Fómeque\",\"COL.14.27_1\",\"ChIJpy5ivtPBP44RYFKnQg0XqPM\",\"CO.CU.FM\",\"COCUN25279\",\"25279\",4.52200055122378,-73.777115078775,9791,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c6a7fd72\",\"25281\",3,\"Cundinamarca\",\"Fosca\",\"COL.14.28_1\",,\"CO.CU.FO\",\"COCUN25281\",\"25281\",4.29844999313357,-73.9880154133938,8145,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"58c368d1\",\"25286\",3,\"Cundinamarca\",\"Funza\",\"COL.14.29_1\",\"ChIJw5qBv6iCP44Rfq43yAFplNM\",\"CO.CU.FZ\",\"COCUN25286\",\"25286\",4.73440003395083,-74.2195735652356,104975,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bf7b45d6\",\"25288\",3,\"Cundinamarca\",\"Fúquene\",\"COL.14.30_1\",,\"CO.CU.FQ\",\"COCUN25288\",\"25288\",5.3975505828858,-73.7911157156734,5292,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a8bbfca5\",\"25290\",3,\"Cundinamarca\",\"Fusagasugá\",\"COL.14.31_1\",\"ChIJla6OIcAEP44RayYTPg6JpJQ\",\"CO.CU.FS\",\"COCUN25290\",\"25290\",4.29299950599673,-74.4024367710888,170768,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"31b2ad1f\",\"25293\",3,\"Cundinamarca\",\"Gachalá\",\"COL.14.32_1\",,\"CO.CU.GL\",\"COCUN25293\",\"25293\",4.61390066146856,-73.5650483598003,6124,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d8d1082a\",\"25295\",3,\"Cundinamarca\",\"Gachancipá\",\"COL.14.33_1\",\"ChIJZ9RrgfRyQI4RcYthXV2UA6g\",\"CO.CU.GP\",\"COCUN25295\",\"25295\",4.9796290397644,-73.8979435381304,26488,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"36df6906\",\"25297\",3,\"Cundinamarca\",\"Gachetá\",\"COL.14.34_1\",,\"CO.CU.GT\",\"COCUN25297\",\"25297\",4.84933280944824,-73.6790123481327,12507,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d1674401\",\"25299\",3,\"Cundinamarca\",\"Gama\",\"COL.14.35_1\",,\"CO.CU.GM\",\"COCUN25299\",\"25299\",4.7101004123688,-73.6200127808388,4117,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e6dfb878\",\"25307\",3,\"Cundinamarca\",\"Girardot\",\"COL.14.36_1\",\"ChIJK68WFusoP44RGcXi6Zx1cR0\",\"CO.CU.GI\",\"COCUN25307\",\"25307\",4.33950042724615,-74.8161343301346,117276,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8fae7db6\",\"25312\",3,\"Cundinamarca\",\"Granada\",,,,\"COCUN25312\",\"25312\",4.52,-74.34,14221,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ffc48939\",\"25317\",3,\"Cundinamarca\",\"Guachetá\",\"COL.14.37_1\",\"ChIJ3TMCcqoxQI4R0-6bAjKxJMQ\",\"CO.CU.GC\",\"COCUN25317\",\"25317\",5.38960099220282,-73.7059193527379,13419,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4a8d4f59\",\"25320\",3,\"Cundinamarca\",\"Guaduas\",\"COL.14.38_1\",\"ChIJLWH2PmG9QI4Rc1lT-rlyYTg\",\"CO.CU.GD\",\"COCUN25320\",\"25320\",5.19265031814578,-74.6787446987487,50360,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a4832e75\",\"25322\",3,\"Cundinamarca\",\"Guasca\",\"COL.14.39_1\",\"ChIJHVMYVTaLP44RWlcSjoSbXfk\",\"CO.CU.GU\",\"COCUN25322\",\"25322\",4.80780053138739,-73.8825940466341,17999,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4de08b40\",\"25324\",3,\"Cundinamarca\",\"Guataquí\",\"COL.14.40_1\",,\"CO.CU.GQ\",\"COCUN25324\",\"25324\",4.52069997787478,-74.8055744171143,2708,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a3eeea6c\",\"25326\",3,\"Cundinamarca\",\"Guatavita\",\"COL.14.41_1\",,\"CO.CU.GV\",\"COCUN25326\",\"25326\",4.90960001945504,-73.840885807912,9439,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4456c76b\",\"25328\",3,\"Cundinamarca\",\"Guayabal de Síquima\",\"COL.14.42_1\",,\"CO.CU.GS\",\"COCUN25328\",\"25328\",4.86935043334967,-74.5089193262357,3174,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"23fc8a97\",\"25335\",3,\"Cundinamarca\",\"Guayabetal\",\"COL.14.43_1\",,\"CO.CU.GB\",\"COCUN25335\",\"25335\",4.1700990200043,-73.8825557748615,4837,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2a4ac6bc\",\"25339\",3,\"Cundinamarca\",\"Gutiérrez\",\"COL.14.44_1\",,\"CO.CU.GZ\",\"COCUN25339\",\"25339\",4.14974999427798,-74.0638469962591,4231,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"203a026f\",\"25368\",3,\"Cundinamarca\",\"Jerusalén\",\"COL.14.45_1\",,\"CO.CU.JE\",\"COCUN25368\",\"25368\",4.53750061988836,-74.7225847915698,2448,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d9f4da30\",\"25372\",3,\"Cundinamarca\",\"Junín\",\"COL.14.46_1\",,\"CO.CU.JU\",\"COCUN25372\",\"25372\",4.67309999465945,-73.7233648161144,7530,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a99e2ebf\",\"25377\",3,\"Cundinamarca\",\"La Calera\",\"COL.14.47_1\",\"ChIJVwnPTouNP44RHJzfGH3sAqA\",\"CO.CU.LC\",\"COCUN25377\",\"25377\",4.69505047798168,-73.9233114808322,54887,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"590102e6\",\"25386\",3,\"Cundinamarca\",\"La Mesa\",\"COL.14.48_1\",\"ChIJNRxPpSVsP44RkmwYI8nirr8\",\"CO.CU.LM\",\"COCUN25386\",\"25386\",4.62179994583136,-74.4956411828052,42196,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ae14528b\",\"25394\",3,\"Cundinamarca\",\"La Palma\",\"COL.14.49_1\",,\"CO.CU.LA\",\"COCUN25394\",\"25394\",5.33395004272464,-74.4214148210255,6449,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a7a21ea0\",\"25398\",3,\"Cundinamarca\",\"La Peña\",\"COL.14.50_1\",,\"CO.CU.LP\",\"COCUN25398\",\"25398\",5.19390106201169,-74.4250017334639,7593,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"93fa5a72\",\"25402\",3,\"Cundinamarca\",\"La Vega\",\"COL.14.51_1\",\"ChIJyXSEIkeEQI4RCDGIOrx4AWw\",\"CO.CU.LV\",\"COCUN25402\",\"25402\",4.95974993705752,-74.3671418098849,17095,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e390aefd\",\"25407\",3,\"Cundinamarca\",\"Lenguazaque\",\"COL.14.52_1\",,\"CO.CU.LE\",\"COCUN25407\",\"25407\",5.2798500061036,-73.7122425353923,11999,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a6a1fce9\",\"25426\",3,\"Cundinamarca\",\"Machetá\",\"COL.14.53_1\",,\"CO.CU.MC\",\"COCUN25426\",\"25426\",5.01909995079043,-73.6387152418522,7173,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"56d9689d\",\"25430\",3,\"Cundinamarca\",\"Madrid\",\"COL.14.54_1\",\"ChIJcZjlfrV5P44R7lPXJrVoWxI\",\"CO.CU.MD\",\"COCUN25430\",\"25430\",4.76360106468206,-74.2949220152089,109694,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bfbacda8\",\"25436\",3,\"Cundinamarca\",\"Manta\",\"COL.14.55_1\",,\"CO.CU.MN\",\"COCUN25436\",\"25436\",4.95970010757458,-73.5862533907617,2870,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5802e0af\",\"25438\",3,\"Cundinamarca\",\"Medina\",\"COL.14.56_1\",,\"CO.CU.ME\",\"COCUN25438\",\"25438\",4.5117495059967,-73.4003063280092,8630,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"abbcfc23\",\"25473\",3,\"Cundinamarca\",\"Mosquera\",\"COL.14.57_1\",\"ChIJNVE00PZ3P44RrlWvM8U7oGg\",\"CO.CU.MO\",\"COCUN25473\",\"25473\",4.66574954986575,-74.2512741088867,266033,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2c24e0ec\",\"25483\",3,\"Cundinamarca\",\"Nariño\",\"COL.14.58_1\",,\"CO.CU.NA\",\"COCUN25483\",\"25483\",4.37310099601748,-74.8457330293374,2630,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5c4e1463\",\"25486\",3,\"Cundinamarca\",\"Nemocón\",\"COL.14.59_1\",,\"CO.CU.NE\",\"COCUN25486\",\"25486\",5.06870102882382,-73.9057292148809,17279,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bbf63964\",\"25488\",3,\"Cundinamarca\",\"Nilo\",\"COL.14.60_1\",\"ChIJwyVuuIYhP44ROLenj3GZKJc\",\"CO.CU.NI\",\"COCUN25488\",\"25488\",4.27605009078982,-74.6377942642746,54968,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ccf109f2\",\"25489\",3,\"Cundinamarca\",\"Nimaima\",\"COL.14.61_1\",,\"CO.CU.NM\",\"COCUN25489\",\"25489\",5.12790036201474,-74.3906589977901,9355,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"db31b081\",\"25491\",3,\"Cundinamarca\",\"Nocaima\",\"COL.14.62_1\",,\"CO.CU.NO\",\"COCUN25491\",\"25491\",5.04697036743164,-74.3994793894094,6078,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fc243192\",\"25513\",3,\"Cundinamarca\",\"Pacho\",\"COL.14.63_1\",\"ChIJReiUDg1hQI4RFXglyxNnk_8\",\"CO.CU.PC\",\"COCUN25513\",\"25513\",5.14775061607364,-74.1727547834263,28202,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6bf6e81a\",\"25518\",3,\"Cundinamarca\",\"Paime\",\"COL.14.64_1\",,\"CO.CU.PM\",\"COCUN25518\",\"25518\",5.36240100860599,-74.186046020219,4829,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"496df7f2\",\"25524\",3,\"Cundinamarca\",\"Pandi\",\"COL.14.65_1\",,\"CO.CU.PD\",\"COCUN25524\",\"25524\",4.15270066261297,-74.4861505988957,6613,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"571b02aa\",\"25530\",3,\"Cundinamarca\",\"Paratebueno\",\"COL.14.66_1\",\"ChIJix5WUuVoFY4RKHAWHpiyIkQ\",\"CO.CU.PB\",\"COCUN25530\",\"25530\",4.45120096206668,-73.1609093118185,8892,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2771f625\",\"25535\",3,\"Cundinamarca\",\"Pasca\",\"COL.14.67_1\",,\"CO.CU.PA\",\"COCUN25535\",\"25535\",4.29120016098028,-74.2785571063484,15535,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dd79a682\",\"25572\",3,\"Cundinamarca\",\"Puerto Salgar\",\"COL.14.68_1\",,\"CO.CU.PS\",\"COCUN25572\",\"25572\",5.57305097579967,-74.6182416994194,26929,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b4efdb61\",\"25580\",3,\"Cundinamarca\",\"Pulí\",\"COL.14.69_1\",,\"CO.CU.PU\",\"COCUN25580\",\"25580\",4.68034958839422,-74.6890522200198,2626,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"43fa8b0c\",\"25592\",3,\"Cundinamarca\",\"Quebradanegra\",\"COL.14.70_1\",,\"CO.CU.QN\",\"COCUN25592\",\"25592\",5.09290099143988,-74.5223045446491,4323,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"aa992e39\",\"25594\",3,\"Cundinamarca\",\"Quetame\",\"COL.14.71_1\",,\"CO.CU.QT\",\"COCUN25594\",\"25594\",4.30025100708008,-73.861762668843,8622,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"44974f15\",\"25596\",3,\"Cundinamarca\",\"Quipile\",\"COL.14.72_1\",,\"CO.CU.QP\",\"COCUN25596\",\"25596\",4.69835042953491,-74.5753687409486,6395,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8965bf5d\",\"25612\",3,\"Cundinamarca\",\"Ricaurte\",\"COL.14.73_1\",\"ChIJR6UayYgmP44RErHlhpKYG8k\",\"CO.CU.RI\",\"COCUN25612\",\"25612\",4.29415059089658,-74.7423223765709,13926,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6a76debb\",\"25645\",3,\"Cundinamarca\",\"San Antonio del Tequendama\",\"COL.14.74_1\",,\"CO.CU.ST\",\"COCUN25645\",\"25645\",4.58665013313294,-74.3628362310571,15036,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"63c09290\",\"25649\",3,\"Cundinamarca\",\"San Bernardo\",\"COL.14.75_1\",,\"CO.CU.SB\",\"COCUN25649\",\"25649\",4.11760044097895,-74.357352040319,5812,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9a0e4acf\",\"25653\",3,\"Cundinamarca\",\"San Cayetano\",\"COL.14.76_1\",,\"CO.CU.SY\",\"COCUN25653\",\"25653\",5.30170059204102,-74.0925502862628,5982,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0ddc9347\",\"25658\",3,\"Cundinamarca\",\"San Francisco\",\"COL.14.77_1\",,\"CO.CU.SF\",\"COCUN25658\",\"25658\",4.93715047836312,-74.281296985217,11613,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c624299a\",\"25662\",3,\"Cundinamarca\",\"San Juan de Río Seco\",\"COL.14.78_1\",,\"CO.CU.SJ\",\"COCUN25662\",\"25662\",4.84044885635373,-74.6953432716255,9267,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"68723c74\",\"25718\",3,\"Cundinamarca\",\"Sasaima\",\"COL.14.80_1\",,\"CO.CU.SA\",\"COCUN25718\",\"25718\",4.93885850906383,-74.4430489132128,10902,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bdfc73f1\",\"25736\",3,\"Cundinamarca\",\"Sesquilé\",\"COL.14.81_1\",,\"CO.CU.SE\",\"COCUN25736\",\"25736\",4.98655033111584,-73.8030805234218,106421,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1bde4003\",\"25740\",3,\"Cundinamarca\",\"Sibaté\",\"COL.14.82_1\",\"ChIJSaumB4QJP44RWI7oI1bwnUU\",\"CO.CU.SI\",\"COCUN25740\",\"25740\",4.44340085983276,-74.2818241119385,55012,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"82d711b9\",\"25743\",3,\"Cundinamarca\",\"Silvania\",\"COL.14.83_1\",\"ChIJXWHKRu4PP44RZC8E8tzXy2Y\",\"CO.CU.SV\",\"COCUN25743\",\"25743\",4.41885018348702,-74.3807896157497,24787,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6bb4b48c\",\"25745\",3,\"Cundinamarca\",\"Simijaca\",\"COL.14.84_1\",,\"CO.CU.SM\",\"COCUN25745\",\"25745\",5.51329994201663,-73.8654327187082,16196,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"05a8b55b\",\"25754\",3,\"Cundinamarca\",\"Soacha\",\"COL.14.85_1\",\"ChIJr3k57n51P44RBCnQHcRTbco\",\"CO.CU.SH\",\"COCUN25754\",\"25754\",4.50364995002752,-74.3578835649961,827025,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0c1ef970\",\"25758\",3,\"Cundinamarca\",\"Sopó\",\"COL.14.86_1\",\"ChIJwxIXHCd0QI4RoqizjKgQOYE\",\"CO.CU.SO\",\"COCUN25758\",\"25758\",4.87200045585641,-73.9779163039953,47076,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"50349a25\",\"25769\",3,\"Cundinamarca\",\"Subachoque\",\"COL.14.87_1\",\"ChIJUenggDl8QI4R7EcyEEZ2FNU\",\"CO.CU.SQ\",\"COCUN25769\",\"25769\",4.92059969902044,-74.1920438179294,23812,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"defd72ec\",\"25772\",3,\"Cundinamarca\",\"Suesca\",\"COL.14.88_1\",\"ChIJB6OSckkUQI4RAlFf61bzheI\",\"CO.CU.SC\",\"COCUN25772\",\"25772\",5.11875104904183,-73.8235395403492,24458,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ae978663\",\"25777\",3,\"Cundinamarca\",\"Supatá\",\"COL.14.89_1\",,\"CO.CU.SP\",\"COCUN25777\",\"25777\",5.04444980621349,-74.2504120821757,4268,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"492fab64\",\"25779\",3,\"Cundinamarca\",\"Susa\",\"COL.14.90_1\",,\"CO.CU.SS\",\"COCUN25779\",\"25779\",5.41765046119699,-73.861246461753,20377,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c06c3f99\",\"25781\",3,\"Cundinamarca\",\"Sutatausa\",\"COL.14.91_1\",,\"CO.CU.SU\",\"COCUN25781\",\"25781\",5.22259950637823,-73.8764215663097,5671,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c701fb80\",\"25785\",3,\"Cundinamarca\",\"Tabio\",\"COL.14.92_1\",\"ChIJJc9OpD15QI4R-YMHmvsoyZw\",\"CO.CU.TB\",\"COCUN25785\",\"25785\",4.93345046043402,-74.0968272637518,51993,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"37796ff4\",\"25793\",3,\"Cundinamarca\",\"Tausa\",\"COL.14.93_1\",,\"CO.CU.TS\",\"COCUN25793\",\"25793\",5.18240046501163,-73.9785165795324,10824,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3014abed\",\"25797\",3,\"Cundinamarca\",\"Tena\",\"COL.14.94_1\",\"ChIJkTOFEZlxP44RVZust3dm6GQ\",\"CO.CU.TE\",\"COCUN25797\",\"25797\",4.66600036621105,-74.3895538450061,10119,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d7ac86ea\",\"25799\",3,\"Cundinamarca\",\"Tenjo\",\"COL.14.95_1\",\"ChIJb3cLQR6BP44RADyftFpRkx0\",\"CO.CU.TJ\",\"COCUN25799\",\"25799\",4.81795048713684,-74.1688885515274,23719,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"048436b5\",\"25805\",3,\"Cundinamarca\",\"Tibacuy\",\"COL.14.96_1\",,\"CO.CU.TY\",\"COCUN25805\",\"25805\",4.30730009078982,-74.5067729326569,4695,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ea8a5799\",\"25807\",3,\"Cundinamarca\",\"Tibirita\",\"COL.14.97_1\",,\"CO.CU.TI\",\"COCUN25807\",\"25807\",5.0488998889924,-73.5429050407242,2191,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1d9f07f4\",\"25815\",3,\"Cundinamarca\",\"Tocaima\",\"COL.14.98_1\",,\"CO.CU.TM\",\"COCUN25815\",\"25815\",4.47355055809024,-74.6816668191913,21955,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f39166d8\",\"25817\",3,\"Cundinamarca\",\"Tocancipá\",\"COL.14.99_1\",\"ChIJS8nEacFzQI4R-jkIPnR7ItI\",\"CO.CU.TC\",\"COCUN25817\",\"25817\",4.95224952697757,-73.9590448641024,68910,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dfd1f102\",\"25823\",3,\"Cundinamarca\",\"Topaipí\",\"COL.14.100_1\",,\"CO.CU.TP\",\"COCUN25823\",\"25823\",5.34099936485299,-74.3039200946586,3376,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"261f295d\",\"25839\",3,\"Cundinamarca\",\"Ubalá\",\"COL.14.101_1\",,\"CO.CU.UL\",\"COCUN25839\",\"25839\",4.78475141525271,-73.4834886558136,11875,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"678537a8\",\"25841\",3,\"Cundinamarca\",\"Ubaque\",\"COL.14.102_1\",,\"CO.CU.UQ\",\"COCUN25841\",\"25841\",4.49630045890817,-74.0163017328939,7604,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"60e8f3b1\",\"25845\",3,\"Cundinamarca\",\"Une\",\"COL.14.103_1\",,\"CO.CU.UN\",\"COCUN25845\",\"25845\",4.3423504829407,-74.0573296408994,10925,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7e9e06e9\",\"25851\",3,\"Cundinamarca\",\"Utica\",\"COL.14.104_1\",,\"CO.CU.UT\",\"COCUN25851\",\"25851\",5.1661999225617,-74.5066122752286,5787,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9555f45c\",\"25506\",3,\"Cundinamarca\",\"Venecia\",\"COL.14.105_1\",,\"CO.CU.OS\",\"COCUN25506\",\"25506\",4.04380011558538,-74.4721078493709,3213,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ccba0490\",\"25862\",3,\"Cundinamarca\",\"Vergara\",\"COL.14.106_1\",,\"CO.CU.VE\",\"COCUN25862\",\"25862\",5.10445046424869,-74.3143951345128,4931,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bcd0f01f\",\"25867\",3,\"Cundinamarca\",\"Vianí\",\"COL.14.107_1\",,\"CO.CU.VN\",\"COCUN25867\",\"25867\",4.87304949760446,-74.5863517475022,4103,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"898b5684\",\"25843\",3,\"Cundinamarca\",\"Villa de San Diego de Ubaté\",\"COL.14.108_1\",\"ChIJrz00T244QI4RFgmpdYLmO3Y\",\"CO.CU.UB\",\"COCUN25843\",\"25843\",5.29835009574896,-73.8508032972866,44796,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4ca8646b\",\"25871\",3,\"Cundinamarca\",\"Villagómez\",\"COL.14.109_1\",,\"CO.CU.VG\",\"COCUN25871\",\"25871\",5.25789999961856,-74.2098463637755,1789,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a2a60547\",\"25873\",3,\"Cundinamarca\",\"Villapinzón\",\"COL.14.110_1\",,\"CO.CU.VP\",\"COCUN25873\",\"25873\",5.21654987335205,-73.6206111330914,22291,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4bc5a072\",\"25875\",3,\"Cundinamarca\",\"Villeta\",\"COL.14.111_1\",\"ChIJJ-WzHkGaQI4Rt1l5DHuqchQ\",\"CO.CU.VL\",\"COCUN25875\",\"25875\",5.00040102005008,-74.495307955518,25943,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3574dccf\",\"25878\",3,\"Cundinamarca\",\"Viotá\",\"COL.14.112_1\",,\"CO.CU.VI\",\"COCUN25878\",\"25878\",4.41825056076056,-74.5175871898695,11771,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cc5dbcbd\",\"25885\",3,\"Cundinamarca\",\"Yacopí\",\"COL.14.113_1\",,\"CO.CU.YA\",\"COCUN25885\",\"25885\",5.59829902648932,-74.4450594895504,16215,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"abf7f141\",\"25898\",3,\"Cundinamarca\",\"Zipacón\",\"COL.14.114_1\",,\"CO.CU.ZC\",\"COCUN25898\",\"25898\",4.74065017700204,-74.406414386335,7141,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dcf0c1d7\",\"25899\",3,\"Cundinamarca\",\"Zipaquirá\",\"COL.14.115_1\",\"ChIJg4Q8Q-BvQI4RaeeppsVAiLk\",\"CO.CU.ZQ\",\"COCUN25899\",\"25899\",5.0473499298096,-74.0767540847191,155972,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4ab2ef11\",\"94343\",3,\"Guainía\",\"Barranco Minas\",\"COL.15.1_1\",,,\"COGUA94343\",\"94343\",2.98145055770883,-69.7676808935772,14500,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9a38bb73\",\"94886\",3,\"Guainía\",\"Cacahual\",\"COL.15.2_1\",,\"CO.GN.CA\",\"COGUA94886\",\"94886\",3.36489999294281,-67.5596554002617,3195,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7e4f4f78\",\"94663\",3,\"Guainía\",\"Mapiripana\",,,,\"COGUA94663\",\"94663\",2.81,-70.27,10122,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7d809674\",\"94888\",3,\"Guainía\",\"Morichal Nuevo\",,,,\"COGUA94888\",\"94888\",2.2637,-69.9185,776,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ed3f8be5\",\"94887\",3,\"Guainía\",\"Pana Pana\",\"COL.15.4_1\",,\"CO.GN.PA\",\"COGUA94887\",\"94887\",2.01130008697515,-69.0890339695185,7528,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7436da5f\",\"94884\",3,\"Guainía\",\"Puerto Colombia\",\"COL.15.5_1\",,\"CO.GN.PC\",\"COGUA94884\",\"94884\",2.42714953422546,-68.3875698251316,12421,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c296f560\",\"94001\",3,\"Guainía\",\"Puerto Inírida\",\"COL.15.6_1\",,\"CO.GN.IN\",\"COGUA94001\",\"94001\",2.95999991893771,-68.6498762394502,59187,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ea524ffc\",\"94883\",3,\"Guainía\",\"San Felipe\",\"COL.15.7_1\",,\"CO.GN.SF\",\"COGUA94883\",\"94883\",2.0926810503006,-67.2238182289003,4335,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"645c675d\",\"95015\",3,\"Guaviare\",\"Calamar\",\"COL.16.1_1\",,\"CO.GV.CM\",\"COGUV95015\",\"95015\",1.43830096721655,-72.9842204143326,14756,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4f71349e\",\"95025\",3,\"Guaviare\",\"El Retorno\",\"COL.16.2_1\",,\"CO.GV.ER\",\"COGUV95025\",\"95025\",1.93129646778107,-72.2800789422176,41285,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0ea976fd\",\"95200\",3,\"Guaviare\",\"Miraflores\",\"COL.16.3_1\",,\"CO.GV.MF\",\"COGUV95200\",\"95200\",1.21919953823092,-72.1554530174572,16556,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7a2a9205\",\"95001\",3,\"Guaviare\",\"San José del Guaviare\",\"COL.16.4_1\",\"ChIJQzV8WLhRF44RAheS1m_MMKA\",\"CO.GV.SJ\",\"COGUV95001\",\"95001\",2.34345102310189,-71.9594575888443,111763,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"93bc5440\",\"41006\",3,\"Huila\",\"Acevedo\",\"COL.17.1_1\",,\"CO.HU.AC\",\"COHUI41006\",\"41006\",1.70190054178244,-75.9490321416141,43019,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"facd918e\",\"41013\",3,\"Huila\",\"Agrado\",\"COL.17.2_1\",,\"CO.HU.AG\",\"COHUI41013\",\"41013\",2.28560054302221,-75.7485302178897,10612,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8aa76501\",\"41016\",3,\"Huila\",\"Aipe\",\"COL.17.3_1\",,\"CO.HU.AI\",\"COHUI41016\",\"41016\",3.24125051498424,-75.5008711811276,41871,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"48e993f7\",\"41020\",3,\"Huila\",\"Algeciras\",\"COL.17.4_1\",,\"CO.HU.AL\",\"COHUI41020\",\"41020\",2.50559949874875,-75.329093145274,28643,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a18a36c2\",\"41026\",3,\"Huila\",\"Altamira\",\"COL.17.5_1\",,\"CO.HU.AM\",\"COHUI41026\",\"41026\",2.04995048046112,-75.8200128300599,6299,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3b45ef80\",\"41078\",3,\"Huila\",\"Baraya\",\"COL.17.6_1\",,\"CO.HU.BA\",\"COHUI41078\",\"41078\",3.15635108947762,-75.0105600167577,10856,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"be3ea9ad\",\"41132\",3,\"Huila\",\"Campoalegre\",\"COL.17.7_1\",\"ChIJscrEuflAO44RkMdJpXimJro\",\"CO.HU.CA\",\"COHUI41132\",\"41132\",2.6427499055863,-75.3711659636289,41503,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9038802e\",\"41206\",3,\"Huila\",\"Colombia\",\"COL.17.8_1\",,\"CO.HU.CO\",\"COHUI41206\",\"41206\",3.4362499713898,-74.7068252563476,13587,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1a5a2406\",\"41244\",3,\"Huila\",\"Elías\",\"COL.17.9_1\",,\"CO.HU.EL\",\"COHUI41244\",\"41244\",1.9830499887467,-76.0003512709949,4421,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a6421660\",\"41298\",3,\"Huila\",\"Garzón\",\"COL.17.10_1\",\"ChIJyc4PbXjZJI4Rzlh842fQCzE\",\"CO.HU.GA\",\"COHUI41298\",\"41298\",2.18095052242276,-75.5839822355401,123688,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"91faea19\",\"41306\",3,\"Huila\",\"Gigante\",\"COL.17.11_1\",,\"CO.HU.GI\",\"COHUI41306\",\"41306\",2.37729895114904,-75.5541078568068,44807,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"185ec6c9\",\"41319\",3,\"Huila\",\"Guadalupe\",\"COL.17.12_1\",,\"CO.HU.GD\",\"COHUI41319\",\"41319\",2.01395058631906,-75.6925122518174,28017,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6529328c\",\"41349\",3,\"Huila\",\"Hobo\",\"COL.17.13_1\",,\"CO.HU.HO\",\"COHUI41349\",\"41349\",2.54694998264316,-75.4673757242849,8402,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9b8a2eca\",\"41357\",3,\"Huila\",\"Iquira\",\"COL.17.14_1\",,\"CO.HU.IQ\",\"COHUI41357\",\"41357\",2.74395096302035,-75.7350279068878,16086,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7c3203cd\",\"41359\",3,\"Huila\",\"Isnos\",\"COL.17.15_1\",,\"CO.HU.IS\",\"COHUI41359\",\"41359\",1.99079996347433,-76.2885845799199,32463,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"390351d9\",\"41378\",3,\"Huila\",\"La Argentina\",\"COL.17.16_1\",,\"CO.HU.LA\",\"COHUI41378\",\"41378\",2.17778050899508,-76.1913210584768,17784,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"40385150\",\"41396\",3,\"Huila\",\"La Plata\",\"COL.17.17_1\",\"ChIJmXkTihNKJY4RQjeNPi4OsRs\",\"CO.HU.LP\",\"COHUI41396\",\"41396\",2.3367010354996,-76.0828183466432,72371,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2c06821b\",\"41483\",3,\"Huila\",\"Nátaga\",\"COL.17.18_1\",,\"CO.HU.NA\",\"COHUI41483\",\"41483\",2.63974940776836,-75.8340877112586,6667,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0dd8c1e3\",\"41001\",3,\"Huila\",\"Neiva\",\"COL.17.19_1\",\"ChIJH2cga0B0O44RNytGfiLJApo\",\"CO.HU.NE\",\"COHUI41001\",\"41001\",3.02614951133737,-75.4393399082881,420485,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e51d6224\",\"41503\",3,\"Huila\",\"Oporapa\",\"COL.17.20_1\",,\"CO.HU.OP\",\"COHUI41503\",\"41503\",2.07019948959351,-76.0315063802687,17093,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6bd48aed\",\"41518\",3,\"Huila\",\"Paicol\",\"COL.17.21_1\",,\"CO.HU.PC\",\"COHUI41518\",\"41518\",2.39055049419406,-75.7729511260986,6316,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"494f9505\",\"41524\",3,\"Huila\",\"Palermo\",\"COL.17.22_1\",\"ChIJ7S7itbkOO44R2uuLP40NVeI\",\"CO.HU.PM\",\"COHUI41524\",\"41524\",2.8697509765625,-75.4368833410681,47574,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5739605d\",\"41530\",3,\"Huila\",\"Palestina\",\"COL.17.23_1\",,\"CO.HU.PL\",\"COHUI41530\",\"41530\",1.63560050725945,-76.118147385354,14562,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"16a37ea8\",\"41548\",3,\"Huila\",\"Pital\",\"COL.17.24_1\",,\"CO.HU.PI\",\"COHUI41548\",\"41548\",2.23880052566528,-75.8883999598154,16613,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7664f74d\",\"41551\",3,\"Huila\",\"Pitalito\",\"COL.17.25_1\",\"ChIJE-m1g4AMJY4RUaLocjJ9SPo\",\"CO.HU.PT\",\"COHUI41551\",\"41551\",1.74025005102166,-76.1715429736118,177182,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"17234809\",\"41615\",3,\"Huila\",\"Rivera\",\"COL.17.26_1\",\"ChIJ7QROVzpvO44RfFQRfJx_zmE\",\"CO.HU.RI\",\"COHUI41615\",\"41615\",2.77125000953677,-75.2157000638462,22711,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"28082a41\",\"41660\",3,\"Huila\",\"Saladoblanco\",\"COL.17.27_1\",,\"CO.HU.SB\",\"COHUI41660\",\"41660\",2.04385054111486,-76.1897758768764,14057,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"26d3a273\",\"41668\",3,\"Huila\",\"San Agustín\",\"COL.17.28_1\",,\"CO.HU.SA\",\"COHUI41668\",\"41668\",1.85565054416662,-76.3887876438687,41433,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d870be35\",\"41676\",3,\"Huila\",\"Santa María\",\"COL.17.29_1\",,\"CO.HU.SM\",\"COHUI41676\",\"41676\",2.95325052738195,-75.7112528934967,12458,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"30d17137\",\"41770\",3,\"Huila\",\"Suaza\",\"COL.17.30_1\",,\"CO.HU.SU\",\"COHUI41770\",\"41770\",1.88035100698477,-75.829960858832,28877,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d9556c2f\",\"41791\",3,\"Huila\",\"Tarquí\",\"COL.17.31_1\",,\"CO.HU.TA\",\"COHUI41791\",\"41791\",2.13245058059701,-75.8741116768921,21225,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d78ee41d\",\"41799\",3,\"Huila\",\"Tello\",\"COL.17.32_1\",,\"CO.HU.TL\",\"COHUI41799\",\"41799\",3.05124998092654,-75.0563601643557,14012,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"03cb905b\",\"41801\",3,\"Huila\",\"Teruel\",\"COL.17.33_1\",,\"CO.HU.TR\",\"COHUI41801\",\"41801\",2.81895005702981,-75.6592789641002,9926,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3036c91a\",\"41797\",3,\"Huila\",\"Tesalia\",\"COL.17.34_1\",,\"CO.HU.TS\",\"COHUI41797\",\"41797\",2.55250000953677,-75.6996212516418,10794,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"eaa8356e\",\"41807\",3,\"Huila\",\"Timaná\",\"COL.17.35_1\",,\"CO.HU.TI\",\"COHUI41807\",\"41807\",1.90255051851273,-75.9904023639298,21264,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d5835726\",\"41872\",3,\"Huila\",\"Villavieja\",\"COL.17.36_1\",,\"CO.HU.VV\",\"COHUI41872\",\"41872\",3.26665103435519,-75.1568240301048,9365,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cc7fde4a\",\"41885\",3,\"Huila\",\"Yaguará\",\"COL.17.37_1\",,\"CO.HU.YA\",\"COHUI41885\",\"41885\",2.61655044555675,-75.5368829468737,11754,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1646a60b\",\"44035\",3,\"La Guajira\",\"Albania\",,,,\"COLAG44035\",\"44035\",11.23,-72.53,37934,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0c9b1fb2\",\"44078\",3,\"La Guajira\",\"Barrancas\",\"COL.18.1_1\",\"ChIJKynyBY0Gi44RspeZJdmS8Rc\",\"CO.LG.BA\",\"COLAG44078\",\"44078\",10.9379563331605,-72.7204896843222,54052,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9cc3ba0e\",\"44090\",3,\"La Guajira\",\"Dibulla\",,\"ChIJUZ2oOEMyi44RXlgSPAdydio\",,\"COLAG44090\",\"44090\",11.09,-73.44,49509,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9218323c\",\"44098\",3,\"La Guajira\",\"Distracción\",,,,\"COLAG44098\",\"44098\",10.93,-72.94,17821,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"55d85a31\",\"44110\",3,\"La Guajira\",\"El Molino\",\"COL.18.2_1\",,\"CO.LG.EM\",\"COLAG44110\",\"44110\",10.5828385353089,-72.850600810938,11458,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7818fb4a\",\"44279\",3,\"La Guajira\",\"Fonseca\",\"COL.18.3_1\",\"ChIJc7AHHAT-io4RfpzGn4nt58M\",\"CO.LG.FO\",\"COLAG44279\",\"44279\",10.8165016174317,-72.8713456640181,39508,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0edda1eb\",\"44378\",3,\"La Guajira\",\"Hatonuevo\",,,,\"COLAG44378\",\"44378\",11.1,-72.73,31729,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"783ecb19\",\"44420\",3,\"La Guajira\",\"La Jagua del Pilar\",,,,\"COLAG44420\",\"44420\",10.46,-73.07,5446,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6125fa58\",\"44430\",3,\"La Guajira\",\"Maicao\",\"COL.18.4_1\",\"ChIJa-x9_37xi44RMUsDRfqNqUo\",\"CO.LG.MC\",\"COLAG44430\",\"44430\",11.3123755455017,-72.3797263521336,212844,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1d90642a\",\"44560\",3,\"La Guajira\",\"Manaure\",\"COL.18.5_1\",,\"CO.LG.MN\",\"COLAG44560\",\"44560\",11.5788888931275,-72.5696159213366,237634,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3a0631d1\",\"44001\",3,\"La Guajira\",\"Riohacha\",\"COL.18.6_1\",\"ChIJfYfvqqVii44ReIFu16gkgq4\",\"CO.LG.RI\",\"COLAG44001\",\"44001\",11.1745510101319,-73.1087525693517,383458,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"34fb89b0\",\"44650\",3,\"La Guajira\",\"San Juan del Cesar\",\"COL.18.7_1\",\"ChIJf-wxtFnhio4RGCv_67Q1_MA\",\"CO.LG.SJ\",\"COLAG44650\",\"44650\",10.7456998825074,-73.1095364270109,39080,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b91a0058\",\"44847\",3,\"La Guajira\",\"Uribia\",\"COL.18.8_1\",\"ChIJqfY2GhGQjo4RnLiNYknv7J0\",\"CO.LG.UB\",\"COLAG44847\",\"44847\",11.9913897514344,-71.6768035888672,296566,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4e0f5035\",\"44855\",3,\"La Guajira\",\"Urumita\",\"COL.18.9_1\",,\"CO.LG.UM\",\"COLAG44855\",\"44855\",10.4658656120301,-73.0407035812513,23514,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0b3e0221\",\"44874\",3,\"La Guajira\",\"Villanueva\",\"COL.18.10_1\",\"ChIJwQGk0SPsio4R4c2Ti26dYI0\",\"CO.LG.VN\",\"COLAG44874\",\"44874\",10.5699501037598,-72.9976099099081,30162,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7499fd6a\",\"47030\",3,\"Magdalena\",\"Algarrobo\",,,,\"COMAG47030\",\"47030\",10.25,-74.1,16517,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bbca0b56\",\"47053\",3,\"Magdalena\",\"Aracataca\",\"COL.19.1_1\",,\"CO.MA.AC\",\"COMAG47053\",\"47053\",10.6326498985291,-73.8746533681523,52629,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2c18d2de\",\"47058\",3,\"Magdalena\",\"Ariguaní\",\"COL.19.2_1\",,\"CO.MA.AG\",\"COMAG47058\",\"47058\",9.87315082550057,-74.1137584492485,43624,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7f2b538e\",\"47161\",3,\"Magdalena\",\"Cerro de San Antonio\",\"COL.19.3_1\",,\"CO.MA.CE\",\"COMAG47161\",\"47161\",10.2747507095338,-74.8291967577123,8754,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"11375259\",\"47170\",3,\"Magdalena\",\"Chivolo\",\"COL.19.4_1\",,\"CO.MA.CH\",\"COMAG47170\",\"47170\",10.0836510658265,-74.4866378319365,22692,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ef73f632\",\"47189\",3,\"Magdalena\",\"Ciénaga\",\"COL.19.5_1\",\"ChIJOeEB5MhV9I4RCXLJkkoRMUo\",\"CO.MA.CI\",\"COMAG47189\",\"47189\",10.8503999710083,-74.0676365331153,127604,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2c5a8e48\",\"47205\",3,\"Magdalena\",\"Concordia\",,,,\"COMAG47205\",\"47205\",10.23,-74.78,10250,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"48364b4c\",\"47245\",3,\"Magdalena\",\"El Banco\",\"COL.19.6_1\",\"ChIJsSH4a-loXo4RM_GsU0AvGVw\",\"CO.MA.EB\",\"COMAG47245\",\"47245\",9.14289951324471,-74.001332663268,52684,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2f9c06b0\",\"47258\",3,\"Magdalena\",\"El Piñón\",\"COL.19.7_1\",,\"CO.MA.EP\",\"COMAG47258\",\"47258\",10.3186001777649,-74.6813119917937,18389,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"04b15573\",\"47268\",3,\"Magdalena\",\"El Retén\",,,,\"COMAG47268\",\"47268\",10.66,-74.33,28488,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9a3278fd\",\"47288\",3,\"Magdalena\",\"Fundación\",\"COL.19.8_1\",\"ChIJ49LWrG9p9Y4RKsn5WJ7oMaU\",\"CO.MA.FU\",\"COMAG47288\",\"47288\",10.3964505195618,-73.9872764830558,78585,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4a32a983\",\"47318\",3,\"Magdalena\",\"Guamal\",\"COL.19.9_1\",,\"CO.MA.GU\",\"COMAG47318\",\"47318\",9.22840070724493,-74.1673758828218,34133,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0ee7a1f3\",\"47460\",3,\"Magdalena\",\"Nueva Granada\",,,,\"COMAG47460\",\"47460\",9.74,-74.33,22296,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4a1499d0\",\"47541\",3,\"Magdalena\",\"Pedraza\",\"COL.19.10_1\",,\"CO.MA.PE\",\"COMAG47541\",\"47541\",10.15505027771,-74.7616289068974,9865,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4d795dc9\",\"47545\",3,\"Magdalena\",\"Pijiño del Carmen\",,,,\"COMAG47545\",\"47545\",9.53,-74.14,20056,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"530fa891\",\"47551\",3,\"Magdalena\",\"Pivijay\",\"COL.19.11_1\",,\"CO.MA.PI\",\"COMAG47551\",\"47551\",10.3953986167909,-74.4149737748562,51077,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"54626c88\",\"47555\",3,\"Magdalena\",\"Plato\",\"COL.19.12_1\",\"ChIJ2UNmvaA9X44R-jS9m44eONA\",\"CO.MA.PL\",\"COMAG47555\",\"47555\",9.77700090408334,-74.5538880901357,69629,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"163efa85\",\"47570\",3,\"Magdalena\",\"Pueblo Viejo\",\"COL.19.13_1\",,\"CO.MA.PV\",\"COMAG47570\",\"47570\",10.8102769851685,-74.3163547311875,41979,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2b532694\",\"47605\",3,\"Magdalena\",\"Remolino\",\"COL.19.14_1\",,\"CO.MA.RE\",\"COMAG47605\",\"47605\",10.6272506713867,-74.6108630841289,6080,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0d63759d\",\"47660\",3,\"Magdalena\",\"Sabanas de San Ángel\",,,,\"COMAG47660\",\"47660\",10.11,-74.26,21161,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6412b053\",\"47675\",3,\"Magdalena\",\"Salamina\",\"COL.19.15_1\",,\"CO.MA.SL\",\"COMAG47675\",\"47675\",10.5125498771667,-74.7283945805193,8558,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"64f5087e\",\"47692\",3,\"Magdalena\",\"San Sebastián de Buenavista\",\"COL.19.16_1\",,\"CO.MA.SS\",\"COMAG47692\",\"47692\",9.33154916763311,-74.1868244466108,19845,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c3f2e996\",\"47703\",3,\"Magdalena\",\"San Zenón\",\"COL.19.17_1\",,\"CO.MA.SZ\",\"COMAG47703\",\"47703\",9.33864879608163,-74.2900699525669,10763,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c49f2d8f\",\"47707\",3,\"Magdalena\",\"Santa Ana\",\"COL.19.18_1\",,\"CO.MA.SA\",\"COMAG47707\",\"47707\",9.47625207900998,-74.4847061846586,33315,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"68cddaae\",\"47720\",3,\"Magdalena\",\"Santa Bárbara de Pinto\",,,,\"COMAG47720\",\"47720\",9.52,-74.65,15475,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"28b39e3f\",\"47001\",3,\"Magdalena\",\"Santa Marta\",\"COL.19.19_1\",\"ChIJrQDajIDo9I4R6nlvLdvKeP4\",\"CO.MA.SM\",\"COMAG47001\",\"47001\",11.0855498313904,-73.9271886436787,643879,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4efd89a7\",\"47745\",3,\"Magdalena\",\"Sitionuevo\",,\"ChIJV5ZRbwLL9Y4R2V_0mt6Zb9I\",,\"COMAG47745\",\"47745\",10.89,-74.63,61891,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"85e28b57\",\"47798\",3,\"Magdalena\",\"Tenerife\",\"COL.19.20_1\",,\"CO.MA.TE\",\"COMAG47798\",\"47798\",9.95665168762218,-74.6984147357082,13977,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"063f32a0\",\"47960\",3,\"Magdalena\",\"Zapayán\",,,,\"COMAG47960\",\"47960\",10.12,-74.69,8520,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"98bc1f2e\",\"47980\",3,\"Magdalena\",\"Zona Bananera\",,,,\"COMAG47980\",\"47980\",10.8,-74.18,72916,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"16601a95\",\"50006\",3,\"Meta\",\"Acacías\",\"COL.20.1_1\",\"ChIJ3UCIqcs7Po4R5DpOW2E8hkY\",\"CO.ME.AC\",\"COMET50006\",\"50006\",4.02349972724917,-73.9020409479006,95311,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e7dae4d6\",\"50110\",3,\"Meta\",\"Barranca de Upía\",\"COL.20.2_1\",\"ChIJCXQKPkc8FY4RYpuTpv2t3fM\",\"CO.ME.BA\",\"COMET50110\",\"50110\",4.51744937896731,-73.0314943960744,4551,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cb9a730c\",\"50124\",3,\"Meta\",\"Cabuyaro\",\"COL.20.3_1\",,\"CO.ME.CA\",\"COMET50124\",\"50124\",4.29079985618603,-72.9506797232951,4301,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"83b621d2\",\"50150\",3,\"Meta\",\"Castilla la Nueva\",\"COL.20.4_1\",\"ChIJ_egxUjMXPo4RJMdL266eXGA\",\"CO.ME.CN\",\"COMET50150\",\"50150\",3.78499948978427,-73.5547450037247,14464,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"27d2ac79\",\"50226\",3,\"Meta\",\"Cumaral\",\"COL.20.5_1\",\"ChIJL2L8OaTxFI4Rh39okfTClIQ\",\"CO.ME.CM\",\"COMET50226\",\"50226\",4.21884846687317,-73.3770000720814,19761,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e8815a45\",\"50245\",3,\"Meta\",\"El Calvario\",\"COL.20.6_1\",,\"CO.ME.EV\",\"COMET50245\",\"50245\",4.35880041122434,-73.7702142119592,1850,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f6f7af1d\",\"50251\",3,\"Meta\",\"El Castillo\",\"COL.20.7_1\",,\"CO.ME.EC\",\"COMET50251\",\"50251\",3.58414995670324,-73.9517775474456,5033,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b3c6fd09\",\"50270\",3,\"Meta\",\"El Dorado\",\"COL.20.8_1\",,\"CO.ME.ED\",\"COMET50270\",\"50270\",3.65950000286108,-73.803641697182,3901,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"aa3a7465\",\"50287\",3,\"Meta\",\"Fuente de Oro\",\"COL.20.9_1\",,\"CO.ME.FO\",\"COMET50287\",\"50287\",3.35390007495877,-73.6061102936592,15741,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7d576102\",\"50313\",3,\"Meta\",\"Granada\",\"COL.20.10_1\",\"ChIJJTrbfqDjPY4RCXPS_j9uOsM\",\"CO.ME.GR\",\"COMET50313\",\"50313\",3.48980057239544,-73.7835213594404,80621,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ea85b88a\",\"50318\",3,\"Meta\",\"Guamal\",\"COL.20.11_1\",,\"CO.ME.GU\",\"COMET50318\",\"50318\",3.91610109806064,-73.9919434882341,11160,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8032f5bc\",\"50350\",3,\"Meta\",\"La Macarena\",\"COL.20.12_1\",\"ChIJ-4Hj52fcIo4RXgoE_P-4Bbo\",\"CO.ME.LM\",\"COMET50350\",\"50350\",2.09289944171906,-74.1360095901617,70495,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b204973e\",\"50370\",3,\"Meta\",\"La Uribe\",\"COL.20.13_1\",,\"CO.ME.LU\",\"COMET50370\",\"50370\",3.06329941749578,-74.5637519648885,20814,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f80a177c\",\"50400\",3,\"Meta\",\"Lejanías\",\"COL.20.14_1\",,\"CO.ME.LE\",\"COMET50400\",\"50400\",3.48280000686648,-74.0375717694027,6653,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bf1997f4\",\"50325\",3,\"Meta\",\"Mapiripán\",\"COL.20.15_1\",,\"CO.ME.MA\",\"COMET50325\",\"50325\",3.10545051097876,-71.9967786178329,21942,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d668523a\",\"50330\",3,\"Meta\",\"Mesetas\",\"COL.20.16_1\",,\"CO.ME.ME\",\"COMET50330\",\"50330\",3.04924988746654,-74.1671374860368,9840,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"857de339\",\"50450\",3,\"Meta\",\"Puerto Concordia\",\"COL.20.17_1\",,\"CO.ME.PC\",\"COMET50450\",\"50450\",2.70605003833776,-72.6175547929031,30795,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a14952ff\",\"50568\",3,\"Meta\",\"Puerto Gaitán\",\"COL.20.18_1\",\"ChIJH8kJcl-bE44RLOi7LDu6xP8\",\"CO.ME.PG\",\"COMET50568\",\"50568\",4.10185050964358,-71.6138413475995,20707,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"28ed7e2f\",\"50577\",3,\"Meta\",\"Puerto Lleras\",\"COL.20.19_1\",\"ChIJjfiaPI88Fo4RUhRFDCSkVVQ\",\"CO.ME.PL\",\"COMET50577\",\"50577\",3.25335097312933,-73.3158923719222,10717,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2f80ba36\",\"50573\",3,\"Meta\",\"Puerto López\",\"COL.20.20_1\",\"ChIJH618LvakFY4RarJl8Ewo7yo\",\"CO.ME.PZ\",\"COMET50573\",\"50573\",4.03890085220337,-72.6635764119611,41158,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"280ac602\",\"50590\",3,\"Meta\",\"Puerto Rico\",\"COL.20.21_1\",,\"CO.ME.PR\",\"COMET50590\",\"50590\",2.74600052833563,-73.135122594258,21500,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"12ed6627\",\"50606\",3,\"Meta\",\"Restrepo\",\"COL.20.22_1\",\"ChIJQ_FaCY_TP44R8ur7hEKYX1w\",\"CO.ME.RE\",\"COMET50606\",\"50606\",4.2610003948212,-73.6201656593323,11107,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3357491a\",\"50680\",3,\"Meta\",\"San Carlos de Guaroa\",\"COL.20.23_1\",,\"CO.ME.SC\",\"COMET50680\",\"50680\",3.7878005504609,-73.2046610392521,22675,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"aa5e18a0\",\"50683\",3,\"Meta\",\"San Juan de Arama\",\"COL.20.24_1\",\"ChIJv9x5RWXrPY4R3FELrE8Cxn8\",\"CO.ME.SA\",\"COMET50683\",\"50683\",3.22549998760226,-73.8334339317563,9387,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"da34ec2f\",\"50686\",3,\"Meta\",\"San Juanito\",\"COL.20.25_1\",,\"CO.ME.SJ\",\"COMET50686\",\"50686\",4.42925047874456,-73.687920967171,672,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"57b858f6\",\"50223\",3,\"Meta\",\"San Luis de Cubarral\",\"COL.20.26_1\",,\"CO.ME.CB\",\"COMET50223\",\"50223\",3.77129948139196,-74.0631484985352,7148,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4a8bf1be\",\"50689\",3,\"Meta\",\"San Martín\",\"COL.20.27_1\",\"ChIJcfh4HVx0Fo4RxtBTQ_7opGE\",\"CO.ME.SM\",\"COMET50689\",\"50689\",3.5357010364533,-73.0253776923984,29841,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"88048f36\",\"50001\",3,\"Meta\",\"Villavicencio\",\"COL.20.28_1\",\"ChIJ9-MfbuUtPo4RrC6CiDbbNDw\",\"CO.ME.VV\",\"COMET50001\",\"50001\",4.11229896545416,-73.4676939517835,627791,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9450a8f2\",\"50711\",3,\"Meta\",\"Vista Hermosa\",\"COL.20.29_1\",,\"CO.ME.VH\",\"COMET50711\",\"50711\",2.73710048198709,-73.7089087535783,28877,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"35cdfece\",\"52019\",3,\"Nariño\",\"Albán\",\"COL.21.1_1\",,\"CO.NA.AL\",\"CONAR52019\",\"52019\",1.49810004234314,-77.0992489196615,23939,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"89327485\",\"52022\",3,\"Nariño\",\"Aldana\",\"COL.21.2_1\",,\"CO.NA.AD\",\"CONAR52022\",\"52022\",0.907734006643295,-77.7334323018182,6217,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"974481dd\",\"52036\",3,\"Nariño\",\"Ancuyá\",\"COL.21.3_1\",,\"CO.NA.AN\",\"CONAR52036\",\"52036\",1.27544450759882,-77.5703556861824,4884,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5f7ab3f8\",\"52051\",3,\"Nariño\",\"Arboleda\",\"COL.21.4_1\",,\"CO.NA.AR\",\"CONAR52051\",\"52051\",1.4986504912377,-77.1628720707195,9605,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"63975948\",\"52079\",3,\"Nariño\",\"Barbacoas\",\"COL.21.5_1\",,\"CO.NA.BA\",\"CONAR52079\",\"52079\",1.48690003156662,-78.1935470872895,44143,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"04daac99\",\"52083\",3,\"Nariño\",\"Belén\",\"COL.21.6_1\",,\"CO.NA.BL\",\"CONAR52083\",\"52083\",1.58960002660754,-77.0626857593792,8568,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4dd32c5d\",\"52110\",3,\"Nariño\",\"Buesaco\",\"COL.21.7_1\",,\"CO.NA.BU\",\"CONAR52110\",\"52110\",1.33704954385763,-77.1742161325197,33481,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"32e26641\",\"52240\",3,\"Nariño\",\"Chachagüí\",\"COL.21.8_1\",\"ChIJyWlwaUzZLo4RzBEEn3S7JRk\",\"CO.NA.CH\",\"CONAR52240\",\"52240\",1.4361510276795,-77.3159980773926,16396,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cf87f2ff\",\"52203\",3,\"Nariño\",\"Colón\",\"COL.21.9_1\",,\"CO.NA.CL\",\"CONAR52203\",\"52203\",1.64050000905999,-77.0804837794667,12022,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c8ea36e6\",\"52207\",3,\"Nariño\",\"Consacá\",\"COL.21.10_1\",,\"CO.NA.CS\",\"CONAR52207\",\"52207\",1.23024898767477,-77.4594687424116,10559,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4f959204\",\"52210\",3,\"Nariño\",\"Contadero\",\"COL.21.11_1\",,\"CO.NA.CN\",\"CONAR52210\",\"52210\",0.928550481796236,-77.5486601132438,6994,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3fff668b\",\"52215\",3,\"Nariño\",\"Córdoba\",\"COL.21.12_1\",,\"CO.NA.CO\",\"CONAR52215\",\"52215\",0.76665100455287,-77.301593031396,15175,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"63d505de\",\"52224\",3,\"Nariño\",\"Cuaspud\",\"COL.21.13_1\",,\"CO.NA.CD\",\"CONAR52224\",\"52224\",0.891100019216538,-77.7834040194116,7367,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fadc5464\",\"52227\",3,\"Nariño\",\"Cumbal\",\"COL.21.14_1\",,\"CO.NA.CU\",\"CONAR52227\",\"52227\",0.954571753740368,-77.9840936949732,43815,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e4aaa13c\",\"52233\",3,\"Nariño\",\"Cumbitara\",\"COL.21.15_1\",,\"CO.NA.CT\",\"CONAR52233\",\"52233\",1.67764997482303,-77.6012281876652,25874,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2bf95700\",\"52250\",3,\"Nariño\",\"El Charco\",\"COL.21.16_1\",,\"CO.NA.EC\",\"CONAR52250\",\"52250\",2.32769954204562,-78.0768105307659,46957,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2c949319\",\"52254\",3,\"Nariño\",\"El Peñol\",,,,\"CONAR52254\",\"52254\",1.51,-77.43,4491,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c29af235\",\"52256\",3,\"Nariño\",\"El Rosario\",\"COL.21.17_1\",,\"CO.NA.ER\",\"CONAR52256\",\"52256\",1.77375096082693,-77.3814735412598,10758,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2522df32\",\"52258\",3,\"Nariño\",\"El Tablón de Gomez\",\"COL.21.18_1\",,\"CO.NA.EL\",\"CONAR52258\",\"52258\",1.36500102281576,-76.9565061042232,14177,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"00d404c3\",\"52260\",3,\"Nariño\",\"El Tambo\",\"COL.21.19_1\",,\"CO.NA.ET\",\"CONAR52260\",\"52260\",1.50045001506808,-77.435918884788,9607,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"61f7d742\",\"52520\",3,\"Nariño\",\"Francisco Pizarro\",\"COL.21.20_1\",,\"CO.NA.FP\",\"CONAR52520\",\"52520\",2.10944390296939,-78.6206398010254,18795,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0033bcee\",\"52287\",3,\"Nariño\",\"Funes\",\"COL.21.21_1\",,\"CO.NA.FU\",\"CONAR52287\",\"52287\",0.913450509309826,-77.3449055394708,3707,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d0336d90\",\"52317\",3,\"Nariño\",\"Guachucal\",\"COL.21.22_1\",,\"CO.NA.GC\",\"CONAR52317\",\"52317\",1.00169947743419,-77.785328572044,15357,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"657aabf0\",\"52320\",3,\"Nariño\",\"Guaitarilla\",\"COL.21.23_1\",,\"CO.NA.GT\",\"CONAR52320\",\"52320\",1.17724996805197,-77.557076583636,7530,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fc73fa4a\",\"52323\",3,\"Nariño\",\"Gualmatán\",\"COL.21.24_1\",,\"CO.NA.GM\",\"CONAR52323\",\"52323\",0.950901001691904,-77.6096055063106,6778,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c4355c1b\",\"52352\",3,\"Nariño\",\"Iles\",\"COL.21.25_1\",,\"CO.NA.IL\",\"CONAR52352\",\"52352\",1.00020000338563,-77.5642418812311,9879,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2d56f92e\",\"52354\",3,\"Nariño\",\"Imués\",\"COL.21.26_1\",,\"CO.NA.IM\",\"CONAR52354\",\"52354\",1.08610051870349,-77.5288860606138,6676,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c3589802\",\"52356\",3,\"Nariño\",\"Ipiales\",\"COL.21.27_1\",\"ChIJVwHw7L9rKY4R8FuCMzrsz-0\",\"CO.NA.IP\",\"CONAR52356\",\"52356\",0.617734998464641,-77.324444337856,165930,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"16d6d787\",\"52378\",3,\"Nariño\",\"La Cruz\",\"COL.21.28_1\",,\"CO.NA.LC\",\"CONAR52378\",\"52378\",1.55955052375796,-76.9236831436807,21374,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e89273ec\",\"52381\",3,\"Nariño\",\"La Florida\",\"COL.21.29_1\",,\"CO.NA.LF\",\"CONAR52381\",\"52381\",1.35440051555642,-77.4275059953765,8117,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"efffb7f5\",\"52385\",3,\"Nariño\",\"La Llanada\",\"COL.21.30_1\",,\"CO.NA.LL\",\"CONAR52385\",\"52385\",1.51840049028402,-77.7149317976456,5786,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"868e723b\",\"52390\",3,\"Nariño\",\"La Tola\",\"COL.21.31_1\",,\"CO.NA.LT\",\"CONAR52390\",\"52390\",2.37165045738226,-78.2195237572261,16000,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ff52ca9f\",\"52399\",3,\"Nariño\",\"La Unión de Sucre\",\"COL.21.32_1\",\"ChIJj-0H0fEcL44RjCHt17GU3nE\",\"CO.NA.LU\",\"CONAR52399\",\"52399\",1.62160050868994,-77.1592701069135,23849,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"22692b78\",\"52405\",3,\"Nariño\",\"Leiva\",\"COL.21.33_1\",,\"CO.NA.LE\",\"CONAR52405\",\"52405\",2.00575006008151,-77.32983899757,16133,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3c1fde20\",\"52411\",3,\"Nariño\",\"Linares\",\"COL.21.34_1\",,\"CO.NA.LI\",\"CONAR52411\",\"52411\",1.41719996929177,-77.5461371644983,8410,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"45c36684\",\"52418\",3,\"Nariño\",\"Los Andes\",\"COL.21.35_1\",,\"CO.NA.LO\",\"CONAR52418\",\"52418\",1.58619999885568,-77.6257812301974,22098,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fe5128d6\",\"52427\",3,\"Nariño\",\"Magüí\",\"COL.21.36_1\",,\"CO.NA.MG\",\"CONAR52427\",\"52427\",1.93404954671868,-77.8954865578572,35108,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"094478bb\",\"52435\",3,\"Nariño\",\"Mallama\",\"COL.21.37_1\",,\"CO.NA.ML\",\"CONAR52435\",\"52435\",1.18670052289963,-77.8828611877477,9902,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"844b188a\",\"52473\",3,\"Nariño\",\"Mosquera\",\"COL.21.38_1\",,\"CO.NA.MO\",\"CONAR52473\",\"52473\",2.41430592536938,-78.4889027837337,19817,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9ada55ff\",\"52480\",3,\"Nariño\",\"Nariño\",,,,\"CONAR52480\",\"52480\",1.28,-77.35,4721,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"83c164be\",\"52490\",3,\"Nariño\",\"Olaya Herrera\",\"COL.21.39_1\",,\"CO.NA.OH\",\"CONAR52490\",\"52490\",2.20745050907138,-78.3173661899808,37258,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"baa210f5\",\"52506\",3,\"Nariño\",\"Ospina\",\"COL.21.40_1\",,\"CO.NA.OS\",\"CONAR52506\",\"52506\",1.04895049333578,-77.5858900506968,9875,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"37ad70c4\",\"52540\",3,\"Nariño\",\"Policarpa\",\"COL.21.41_1\",,\"CO.NA.PC\",\"CONAR52540\",\"52540\",1.75000047683722,-77.500322313246,20822,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"059b1246\",\"52560\",3,\"Nariño\",\"Potosí\",\"COL.21.42_1\",,\"CO.NA.PT\",\"CONAR52560\",\"52560\",0.761400490999307,-77.4260187465868,13771,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"75f1e6c9\",\"52565\",3,\"Nariño\",\"Providencia\",\"COL.21.43_1\",,\"CO.NA.PR\",\"CONAR52565\",\"52565\",1.25610053539282,-77.6272244093894,13794,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"858972bd\",\"52573\",3,\"Nariño\",\"Puerres\",\"COL.21.44_1\",,\"CO.NA.PU\",\"CONAR52573\",\"52573\",0.799600988626537,-77.2464720512448,8067,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"eb72cb47\",\"52585\",3,\"Nariño\",\"Pupiales\",\"COL.21.45_1\",,\"CO.NA.PP\",\"CONAR52585\",\"52585\",0.950162500143108,-77.6817265353147,22593,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a6925bf4\",\"52612\",3,\"Nariño\",\"Ricaurte\",\"COL.21.46_1\",,\"CO.NA.RI\",\"CONAR52612\",\"52612\",1.22200101614004,-78.2688491231679,22724,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"14b6598d\",\"52621\",3,\"Nariño\",\"Roberto Payán\",\"COL.21.47_1\",,\"CO.NA.RO\",\"CONAR52621\",\"52621\",1.94924998283389,-78.4310700106018,37778,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"101d156c\",\"52678\",3,\"Nariño\",\"Samaniego\",\"COL.21.48_1\",,\"CO.NA.SM\",\"CONAR52678\",\"52678\",1.4117000102998,-77.6574795504545,50444,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e934751e\",\"52685\",3,\"Nariño\",\"San Bernardo\",\"COL.21.49_1\",,\"CO.NA.SN\",\"CONAR52685\",\"52685\",1.54850298166281,-77.0509846091452,26527,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"220d47bd\",\"52001\",3,\"Nariño\",\"San Juan de Pasto\",\"COL.21.50_1\",\"ChIJ_QMlcoXULo4RdYq8avIejyk\",\"CO.NA.PA\",\"CONAR52001\",\"52001\",1.02189952135095,-77.2178550061643,538662,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"073a1432\",\"52687\",3,\"Nariño\",\"San Lorenzo\",\"COL.21.51_1\",,\"CO.NA.SL\",\"CONAR52687\",\"52687\",1.56363099813458,-77.2322731109884,23245,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"194ce16a\",\"52693\",3,\"Nariño\",\"San Pablo\",\"COL.21.52_1\",,\"CO.NA.SP\",\"CONAR52693\",\"52693\",1.67119997739798,-77.0394726640264,19480,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"872874c9\",\"52694\",3,\"Nariño\",\"San Pedro de Cartago\",\"COL.21.53_1\",,\"CO.NA.SC\",\"CONAR52694\",\"52694\",1.54980099201205,-77.1346630124693,8646,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0057d02b\",\"52683\",3,\"Nariño\",\"Sandoná\",\"COL.21.54_1\",,\"CO.NA.SD\",\"CONAR52683\",\"52683\",1.3153010010719,-77.4992639565257,28580,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"692615e5\",\"52696\",3,\"Nariño\",\"Santa Bárbara\",\"COL.21.55_1\",,\"CO.NA.SB\",\"CONAR52696\",\"52696\",2.3760000467301,-77.9226720126673,15355,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f9990874\",\"52699\",3,\"Nariño\",\"Santa Cruz\",\"COL.21.56_1\",,\"CO.NA.SZ\",\"CONAR52699\",\"52699\",1.29210048913959,-77.738671848088,177380,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6273032c\",\"52720\",3,\"Nariño\",\"Sapuyes\",\"COL.21.57_1\",,\"CO.NA.SY\",\"CONAR52720\",\"52720\",1.06019949913028,-77.7045937339183,7085,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"71ff4e93\",\"52786\",3,\"Nariño\",\"Taminango\",\"COL.21.58_1\",,\"CO.NA.TN\",\"CONAR52786\",\"52786\",1.60180050134656,-77.3604121798565,24268,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"96476394\",\"52788\",3,\"Nariño\",\"Tangua\",\"COL.21.59_1\",,\"CO.NA.TG\",\"CONAR52788\",\"52788\",1.08100003004077,-77.4009862011781,9362,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"005e81df\",\"52835\",3,\"Nariño\",\"Tumaco\",\"COL.21.60_1\",\"ChIJh6sak11YLI4RuKBzLR8pTXA\",\"CO.NA.TC\",\"CONAR52835\",\"52835\",1.56138896942142,-78.6718073807867,226959,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7eeffd62\",\"52838\",3,\"Nariño\",\"Túquerres\",\"COL.21.61_1\",\"ChIJCYt_cj9LKY4RhD9_5qAX0kU\",\"CO.NA.TQ\",\"CONAR52838\",\"52838\",1.19230049848562,-77.6843603851353,47456,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e3aa5814\",\"52885\",3,\"Nariño\",\"Yacuanquer\",\"COL.21.62_1\",,\"CO.NA.YA\",\"CONAR52885\",\"52885\",1.17170053720483,-77.4421408295882,12834,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e968794d\",\"54003\",3,\"Norte de Santander\",\"Abrego\",\"COL.22.1_1\",\"ChIJ-XxsNk6cZ44R97lsWYmh4Lo\",\"CO.NS.AB\",\"CONSA54003\",\"54003\",8.0211005210877,-73.211242836379,42494,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7a11ec24\",\"54051\",3,\"Norte de Santander\",\"Arboledas\",\"COL.22.2_1\",,\"CO.NS.AR\",\"CONSA54051\",\"54051\",7.57754945755002,-72.9350452535007,8298,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d87f2b1a\",\"54099\",3,\"Norte de Santander\",\"Bochalema\",\"COL.22.3_1\",,\"CO.NS.BO\",\"CONSA54099\",\"54099\",7.61460065841681,-72.6915280355932,7963,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"087ffa64\",\"54109\",3,\"Norte de Santander\",\"Bucarasica\",\"COL.22.4_1\",,\"CO.NS.BU\",\"CONSA54109\",\"54109\",8.07230138778692,-72.9427024112285,4298,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4d4ea870\",\"54128\",3,\"Norte de Santander\",\"Cáchira\",\"COL.22.5_1\",,\"CO.NS.CR\",\"CONSA54128\",\"54128\",7.67633295059207,-73.1626677450393,12995,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"33ffd4cd\",\"54125\",3,\"Norte de Santander\",\"Cácota\",\"COL.22.6_1\",,\"CO.NS.CA\",\"CONSA54125\",\"54125\",7.24380087852478,-72.6820639487811,1928,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d0ecb52b\",\"54172\",3,\"Norte de Santander\",\"Chinácota\",\"COL.22.7_1\",\"ChIJk3nDiv8tZo4RMQ-nzSkfzEM\",\"CO.NS.CH\",\"CONSA54172\",\"54172\",7.55040049552923,-72.6071631030047,19247,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"398f101e\",\"54174\",3,\"Norte de Santander\",\"Chitagá\",\"COL.22.8_1\",,\"CO.NS.CT\",\"CONSA54174\",\"54174\",7.05015063285833,-72.5652233555784,11118,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9a8659ac\",\"54206\",3,\"Norte de Santander\",\"Convención\",\"COL.22.9_1\",,\"CO.NS.CV\",\"CONSA54206\",\"54206\",8.83255147933963,-73.2385470362416,13622,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d8dacfa1\",\"54223\",3,\"Norte de Santander\",\"Cucutilla\",\"COL.22.10_1\",,\"CO.NS.CL\",\"CONSA54223\",\"54223\",7.47189998626715,-72.8026762004144,7828,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"211417fe\",\"54239\",3,\"Norte de Santander\",\"Durania\",\"COL.22.11_1\",,\"CO.NS.DU\",\"CONSA54239\",\"54239\",7.71805047988897,-72.7025386595083,3313,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"67e3cd12\",\"54245\",3,\"Norte de Santander\",\"El Carmen\",\"COL.22.12_1\",,\"CO.NS.EC\",\"CONSA54245\",\"54245\",8.77879953384402,-73.3726473064404,14639,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0e9208dc\",\"54250\",3,\"Norte de Santander\",\"El Tarra\",\"COL.22.13_1\",,\"CO.NS.ET\",\"CONSA54250\",\"54250\",8.66774892807007,-73.0543274876292,10016,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"52b86b89\",\"54261\",3,\"Norte de Santander\",\"El Zulia\",\"COL.22.14_1\",\"ChIJQZIaIv1RZo4RYI5FFtHbcbA\",\"CO.NS.EZ\",\"CONSA54261\",\"54261\",8.08445072174072,-72.6573805822686,28072,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f235f655\",\"54313\",3,\"Norte de Santander\",\"Gramalote\",\"COL.22.15_1\",,\"CO.NS.GR\",\"CONSA54313\",\"54313\",7.89790058135995,-72.8319619120441,5749,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"112697b3\",\"54344\",3,\"Norte de Santander\",\"Hacarí\",\"COL.22.16_1\",,\"CO.NS.HA\",\"CONSA54344\",\"54344\",8.35905075073248,-73.1018958406633,10979,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"882fc609\",\"54347\",3,\"Norte de Santander\",\"Herrán\",\"COL.22.17_1\",,\"CO.NS.HE\",\"CONSA54347\",\"54347\",7.49635052680978,-72.5249952966534,3967,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ca94e829\",\"54385\",3,\"Norte de Santander\",\"La Esperanza\",\"COL.22.18_1\",,\"CO.NS.LE\",\"CONSA54385\",\"54385\",7.67118334770208,-73.4632097921878,14560,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ad3ea5d5\",\"54398\",3,\"Norte de Santander\",\"La Playa de Belén\",\"COL.22.19_1\",,\"CO.NS.LP\",\"CONSA54398\",\"54398\",8.24550151824951,-73.1839763798931,9221,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a30295ca\",\"54377\",3,\"Norte de Santander\",\"Labateca\",\"COL.22.20_1\",,\"CO.NS.LB\",\"CONSA54377\",\"54377\",7.26140046119699,-72.5419690270461,5503,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"070274a4\",\"54405\",3,\"Norte de Santander\",\"Los Patios\",\"COL.22.21_1\",\"ChIJPyb2eQRGZo4RmzxDWd6dcOI\",\"CO.NS.LS\",\"CONSA54405\",\"54405\",7.72365045547491,-72.5568807722446,103198,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"60a83958\",\"54418\",3,\"Norte de Santander\",\"Lourdes\",\"COL.22.22_1\",,\"CO.NS.LO\",\"CONSA54418\",\"54418\",7.94340014457703,-72.8649048505165,3396,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bfb10a23\",\"54480\",3,\"Norte de Santander\",\"Mutiscua\",\"COL.22.23_1\",,\"CO.NS.MU\",\"CONSA54480\",\"54480\",7.29575037956241,-72.8023527337778,3608,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a871b350\",\"54498\",3,\"Norte de Santander\",\"Ocaña\",\"COL.22.24_1\",\"ChIJ0R9tHZd7Z44RyZi0P_i17vM\",\"CO.NS.OC\",\"CONSA54498\",\"54498\",8.23810100555417,-73.3443548674428,113911,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"616a536f\",\"54518\",3,\"Norte de Santander\",\"Pamplona\",\"COL.22.25_1\",\"ChIJ2Su7Y8SAaI4R-IG_FAtTKcM\",\"CO.NS.PA\",\"CONSA54518\",\"54518\",7.33759999275213,-72.675612651371,64457,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"449c889e\",\"54520\",3,\"Norte de Santander\",\"Pamplonita\",\"COL.22.26_1\",,\"CO.NS.PT\",\"CONSA54520\",\"54520\",7.46804952621466,-72.6693850468552,5733,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"92d44fe3\",\"54553\",3,\"Norte de Santander\",\"Puerto Santander\",\"COL.22.27_1\",,\"CO.NS.PS\",\"CONSA54553\",\"54553\",8.31156921386727,-72.4463197791411,8613,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"deb4e9f1\",\"54599\",3,\"Norte de Santander\",\"Ragonvalia\",\"COL.22.28_1\",,\"CO.NS.RA\",\"CONSA54599\",\"54599\",7.57774996757516,-72.5246908849931,8031,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"22b6f3c3\",\"54660\",3,\"Norte de Santander\",\"Salazar de las Palmas\",\"COL.22.29_1\",,\"CO.NS.SZ\",\"CONSA54660\",\"54660\",7.76820063591009,-72.8695972521448,8240,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3badc282\",\"54670\",3,\"Norte de Santander\",\"San Calixto\",\"COL.22.30_1\",,\"CO.NS.SX\",\"CONSA54670\",\"54670\",8.4288501739502,-73.1803274262137,13860,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a2a49338\",\"54673\",3,\"Norte de Santander\",\"San Cayetano\",\"COL.22.31_1\",,\"CO.NS.SC\",\"CONSA54673\",\"54673\",7.81024885177615,-72.6345894534743,11496,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"07661861\",\"54001\",3,\"Norte de Santander\",\"San José de Cúcuta\",\"COL.22.32_1\",\"ChIJscWUDGFYZo4ROryvyLtBEDk\",\"CO.NS.CC\",\"CONSA54001\",\"54001\",8.05784559249881,-72.4794769589575,758386,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bc35de4d\",\"54680\",3,\"Norte de Santander\",\"Santiago\",\"COL.22.33_1\",,\"CO.NS.SG\",\"CONSA54680\",\"54680\",7.86754894256592,-72.7321221401736,2992,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"884baacc\",\"54743\",3,\"Norte de Santander\",\"Santo Domingo de Silos\",\"COL.22.34_1\",,\"CO.NS.SI\",\"CONSA54743\",\"54743\",7.13919997215277,-72.8067804129105,4616,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"47185cf0\",\"54720\",3,\"Norte de Santander\",\"Sardinata\",\"COL.22.35_1\",,\"CO.NS.SR\",\"CONSA54720\",\"54720\",8.20614862442025,-72.8200590812938,24846,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7e72794f\",\"54800\",3,\"Norte de Santander\",\"Teorama\",\"COL.22.36_1\",,\"CO.NS.TE\",\"CONSA54800\",\"54800\",8.79640054702759,-73.1428387588192,32442,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6769480e\",\"54810\",3,\"Norte de Santander\",\"Tibú\",\"COL.22.37_1\",\"ChIJATTukzgoZ44RKMd3KpEfLJQ\",\"CO.NS.TI\",\"CONSA54810\",\"54810\",8.69688749313357,-72.807567018637,34736,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4c441bcd\",\"54820\",3,\"Norte de Santander\",\"Toledo\",\"COL.22.38_1\",,\"CO.NS.TO\",\"CONSA54820\",\"54820\",7.21109414100656,-72.3180341250793,17709,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4634df1e\",\"54871\",3,\"Norte de Santander\",\"Villa Caro\",\"COL.22.39_1\",,\"CO.NS.VC\",\"CONSA54871\",\"54871\",7.91634941101086,-72.9992798242723,5878,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"365e2b91\",\"54874\",3,\"Norte de Santander\",\"Villa del Rosario\",\"COL.22.40_1\",\"ChIJQSm97JpHZo4RjITFWio97Tw\",\"CO.NS.VR\",\"CONSA54874\",\"54874\",7.74480032920843,-72.5034902889246,111598,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"41bb7946\",\"86219\",3,\"Putumayo\",\"Colón\",\"COL.23.1_1\",,\"CO.PU.CL\",\"COPUT86219\",\"86219\",1.15939998626709,-77.0065537282825,5003,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1288f816\",\"86320\",3,\"Putumayo\",\"Orito\",\"COL.23.2_1\",\"ChIJ99UCfl_tKI4Rwx-1Tk8o2R4\",\"CO.PU.OR\",\"COPUT86320\",\"86320\",0.702450007200326,-76.8782813670354,91196,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7cb2c992\",\"86568\",3,\"Putumayo\",\"Puerto Asís\",\"COL.23.3_1\",\"ChIJAeW5Id1-KI4RLhRTFz0LpRQ\",\"CO.PU.PA\",\"COPUT86568\",\"86568\",0.413778394460763,-76.0397584040946,90276,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0bb5f904\",\"86569\",3,\"Putumayo\",\"Puerto Caicedo\",\"COL.23.4_1\",,\"CO.PU.PC\",\"COPUT86569\",\"86569\",0.69600000977519,-76.4381760893766,19568,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1c754077\",\"86571\",3,\"Putumayo\",\"Puerto Guzmán\",\"COL.23.5_1\",,\"CO.PU.PG\",\"COPUT86571\",\"86571\",0.738050490617837,-75.8616223088391,30865,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f27b215b\",\"86573\",3,\"Putumayo\",\"Puerto Leguízamo\",\"COL.23.6_1\",,\"CO.PU.PL\",\"COPUT86573\",\"86573\",0.0806860066950605,-75.2623960702871,17621,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2aaa3282\",\"86755\",3,\"Putumayo\",\"San Francisco\",\"COL.23.7_1\",,\"CO.PU.SF\",\"COPUT86755\",\"86755\",1.13505047559738,-76.8430022206261,10600,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c4a453ae\",\"86757\",3,\"Putumayo\",\"SAN MIGUEL (LA DORADA)\",,,,\"COPUT86757\",\"86757\",0.31,-76.86,46474,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"55ff145b\",\"86001\",3,\"Putumayo\",\"San Miguel de Mocoa\",\"COL.23.8_1\",\"ChIJ0-tCR8eyKI4RypprNZ2b6h0\",\"CO.PU.MO\",\"COPUT86001\",\"86001\",1.130999982357,-76.6657192639459,67913,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"71ed95ce\",\"86760\",3,\"Putumayo\",\"Santiago\",\"COL.23.9_1\",,\"CO.PU.SG\",\"COPUT86760\",\"86760\",1.04879999160772,-77.0276682537536,17261,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3a074fe8\",\"86749\",3,\"Putumayo\",\"Sibundoy\",\"COL.23.10_1\",\"ChIJ5TOMWFszL44R7dJni-CIM8Y\",\"CO.PU.SI\",\"COPUT86749\",\"86749\",1.21800005435949,-76.9669964866585,21567,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0adb267c\",\"86865\",3,\"Putumayo\",\"Valle del Guamuez\",\"COL.23.11_1\",\"ChIJXeMcGT1DKI4RfKXYEXDcUTc\",\"CO.PU.VA\",\"COPUT86865\",\"86865\",0.372001498937607,-76.8627319427097,97678,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"94580bf2\",\"86885\",3,\"Putumayo\",\"Villagarzón\",\"COL.23.12_1\",\"ChIJyWqXFPm-KI4RnnLtHU25VdU\",\"CO.PU.VG\",\"COPUT86885\",\"86885\",0.920300006866512,-76.7536559387249,26567,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dd115a08\",\"63001\",3,\"Quindio\",\"Armenia\",\"COL.24.1_1\",\"ChIJL2WGT471OI4REQUgersu05A\",\"CO.QD.AA\",\"COQUI63001\",\"63001\",4.50015091896066,-75.7240655432683,356518,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c5c8017e\",\"63111\",3,\"Quindio\",\"Buenavista\",\"COL.24.2_1\",,\"CO.QD.BU\",\"COQUI63111\",\"63111\",4.38130092620852,-75.7694305051205,2430,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"80f9536a\",\"63130\",3,\"Quindio\",\"Calarcá\",\"COL.24.3_1\",\"ChIJuXzQt7H3OI4RLhMJ7t-dLKc\",\"CO.QD.CA\",\"COQUI63130\",\"63130\",4.46920037269592,-75.6473506595594,105389,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7a16bbe0\",\"63190\",3,\"Quindio\",\"Circasia\",\"COL.24.4_1\",\"ChIJ-dLCRP2KOI4RvnO8owm4F9k\",\"CO.QD.CI\",\"COQUI63190\",\"63190\",4.60314965248114,-75.6738604173762,45065,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5e87ee9d\",\"63212\",3,\"Quindio\",\"Córdoba\",\"COL.24.5_1\",,\"CO.QD.CO\",\"COQUI63212\",\"63212\",4.36380004882815,-75.6505601506777,5241,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"08dd491b\",\"63272\",3,\"Quindio\",\"Filandia\",\"COL.24.6_1\",\"ChIJ2fJAon2JOI4R-LzEoz13aBw\",\"CO.QD.FI\",\"COQUI63272\",\"63272\",4.63450050354007,-75.7093978835195,17033,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"465eb5eb\",\"63302\",3,\"Quindio\",\"Génova\",\"COL.24.7_1\",,\"CO.QD.GE\",\"COQUI63302\",\"63302\",4.22870063781741,-75.7379602569348,9605,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"da18f2d4\",\"63401\",3,\"Quindio\",\"La Tebaida\",\"COL.24.8_1\",\"ChIJCQ_MiI9ZOI4R866anLsgx8g\",\"CO.QD.LT\",\"COQUI63401\",\"63401\",4.43650031089786,-75.8209357680871,56844,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e25e5485\",\"63470\",3,\"Quindio\",\"Montenegro\",\"COL.24.9_1\",\"ChIJeb75VzNeOI4RAzhnvtbWg3I\",\"CO.QD.MO\",\"COQUI63470\",\"63470\",4.5192489624024,-75.8133986947063,47227,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c66ae543\",\"63548\",3,\"Quindio\",\"Pijao\",\"COL.24.10_1\",,\"CO.QD.PI\",\"COQUI63548\",\"63548\",4.32020092010501,-75.7150204497998,5506,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7a72d725\",\"63594\",3,\"Quindio\",\"Quimbaya\",\"COL.24.11_1\",\"ChIJIeQ3wQFhOI4RSokKOL64WVc\",\"CO.QD.QU\",\"COQUI63594\",\"63594\",4.59070062637338,-75.8486484005287,39847,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7f59ad65\",\"63690\",3,\"Quindio\",\"Salento\",\"COL.24.12_1\",\"ChIJ5SDE7bySOI4RupnWre7tgY8\",\"CO.QD.SA\",\"COQUI63690\",\"63690\",4.59465003013617,-75.5436985763602,10358,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"89ceab27\",\"66045\",3,\"Risaralda\",\"Apía\",\"COL.25.1_1\",,\"CO.RI.AP\",\"CORIS66045\",\"66045\",5.09329962730413,-75.9851958199616,22035,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a2e3f8e4\",\"66075\",3,\"Risaralda\",\"Balboa\",\"COL.25.2_1\",,\"CO.RI.BA\",\"CORIS66075\",\"66075\",4.92669939994818,-75.9884362199274,9551,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5bca9896\",\"66088\",3,\"Risaralda\",\"Belén de Umbría\",\"COL.25.3_1\",\"ChIJO5ZgxjCYR44RJLtZogWL5mU\",\"CO.RI.BE\",\"CORIS66088\",\"66088\",5.18630099296576,-75.9177728809914,28043,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d34b665c\",\"66170\",3,\"Risaralda\",\"Dosquebradas\",\"COL.25.4_1\",\"ChIJA4PXXMSAOI4R_pMlCM8lBus\",\"CO.RI.DO\",\"CORIS66170\",\"66170\",4.81260037422186,-75.6765969328762,241726,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"884e9d86\",\"66318\",3,\"Risaralda\",\"Guática\",\"COL.25.5_1\",,\"CO.RI.GU\",\"CORIS66318\",\"66318\",5.31754946708688,-75.8590256405879,17575,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ce5eff47\",\"66383\",3,\"Risaralda\",\"La Celia\",\"COL.25.6_1\",,\"CO.RI.LC\",\"CORIS66383\",\"66383\",4.98445057868969,-76.0871253105355,7985,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9ac13270\",\"66400\",3,\"Risaralda\",\"La Virginia\",\"COL.25.7_1\",\"ChIJAe8eRg54OI4RzmAg4DPwt8Y\",\"CO.RI.LV\",\"CORIS66400\",\"66400\",4.8959014415741,-75.8881944168905,33637,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"feadf774\",\"66440\",3,\"Risaralda\",\"Marsella\",\"COL.25.8_1\",\"ChIJeeZvbGWAR44RPfGK8so_cIo\",\"CO.RI.MA\",\"CORIS66440\",\"66440\",4.94884991645816,-75.796647819823,25671,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0ed56300\",\"66456\",3,\"Risaralda\",\"Mistrato\",\"COL.25.9_1\",,\"CO.RI.MI\",\"CORIS66456\",\"66456\",5.35124993324288,-76.0064496070198,16758,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"eacfaa3a\",\"66001\",3,\"Risaralda\",\"Pereira\",\"COL.25.10_1\",\"ChIJvZg6-_-GOI4Ro7Dx4XsrBIA\",\"CO.RI.PE\",\"CORIS66001\",\"66001\",4.78094983100897,-75.8220626739844,584633,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3a4cafac\",\"66572\",3,\"Risaralda\",\"Pueblo Rico\",\"COL.25.11_1\",,\"CO.RI.PR\",\"CORIS66572\",\"66572\",5.17564940452579,-76.1955909042721,12932,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4dac2717\",\"66594\",3,\"Risaralda\",\"Quinchía\",\"COL.25.12_1\",\"ChIJH4AF0-YJR44RFmm7xqMcGGA\",\"CO.RI.QU\",\"CORIS66594\",\"66594\",5.31729984283459,-75.7513294645272,32459,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bf920d3a\",\"66682\",3,\"Risaralda\",\"Santa Rosa de Cabal\",\"COL.25.13_1\",\"ChIJPwN5FEGDOI4RZn2HY-Fj1bY\",\"CO.RI.SR\",\"CORIS66682\",\"66682\",4.8419508934021,-75.5514355620691,86408,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cff8f9b5\",\"66687\",3,\"Risaralda\",\"Santuario\",\"COL.25.14_1\",,\"CO.RI.SA\",\"CORIS66687\",\"66687\",5.016750574112,-75.9936775990582,15567,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fd058d64\",\"68013\",3,\"Santander\",\"Aguada\",\"COL.27.1_1\",,\"CO.ST.AG\",\"COSAN68013\",\"68013\",6.16600012779247,-73.5226105673628,1753,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4f218f1d\",\"68020\",3,\"Santander\",\"Albania\",\"COL.27.2_1\",,\"CO.ST.AL\",\"COSAN68020\",\"68020\",5.77810049057018,-73.8567191719288,9532,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7767294c\",\"68051\",3,\"Santander\",\"Aratoca\",\"COL.27.3_1\",,\"CO.ST.AR\",\"COSAN68051\",\"68051\",6.72334980964666,-73.0329014032159,10777,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ac32eefb\",\"68077\",3,\"Santander\",\"Barbosa\",\"COL.27.4_1\",\"ChIJt4WgmQ3lQY4R-uak69QSOU0\",\"CO.ST.BS\",\"COSAN68077\",\"68077\",5.94845104217538,-73.6434014094103,36406,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4b8ac3fc\",\"68079\",3,\"Santander\",\"Barichara\",\"COL.27.5_1\",\"ChIJXychnXfPaY4RJtcRz7SMofw\",\"CO.ST.BH\",\"COSAN68079\",\"68079\",6.63849997520455,-73.2416071621184,6339,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c2c95701\",\"68081\",3,\"Santander\",\"Barrancabermeja\",\"COL.27.6_1\",\"ChIJLVmCUFbrQo4RQBgY0NfZmzg\",\"CO.ST.BB\",\"COSAN68081\",\"68081\",7.02105045318606,-73.7698392074356,240347,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"42db37fa\",\"68092\",3,\"Santander\",\"Betulia\",\"COL.27.7_1\",,\"CO.ST.BE\",\"COSAN68092\",\"68092\",6.98930001258853,-73.3999016078638,6317,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0bd2b73e\",\"68101\",3,\"Santander\",\"Bolívar\",\"COL.27.8_1\",,\"CO.ST.BO\",\"COSAN68101\",\"68101\",6.05004978179932,-74.2107315303568,11422,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0a10dd09\",\"68001\",3,\"Santander\",\"Bucaramanga\",\"COL.27.9_1\",\"ChIJ_4qNVdo_aI4RCo5jYtH5RfA\",\"CO.ST.BU\",\"COSAN68001\",\"68001\",7.13570046424869,-73.1252965656657,670796,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"39e4d5bc\",\"68121\",3,\"Santander\",\"Cabrera\",\"COL.27.10_1\",,\"CO.ST.CB\",\"COSAN68121\",\"68121\",6.57885098457345,-73.2694017905358,21857,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b9f6b547\",\"68132\",3,\"Santander\",\"California\",\"COL.27.11_1\",,\"CO.ST.CA\",\"COSAN68132\",\"68132\",7.4037013053894,-72.9988041777767,2494,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"86ddd70f\",\"68147\",3,\"Santander\",\"Capitanejo\",\"COL.27.12_1\",,\"CO.ST.CJ\",\"COSAN68147\",\"68147\",6.49959897994995,-72.6970107696894,5683,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"efac12c1\",\"68152\",3,\"Santander\",\"Carcasí\",\"COL.27.13_1\",,\"CO.ST.CS\",\"COSAN68152\",\"68152\",6.64444994926456,-72.596938650318,4776,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2a8f202e\",\"68160\",3,\"Santander\",\"Cepitá\",\"COL.27.14_1\",,\"CO.ST.CE\",\"COSAN68160\",\"68160\",6.72215127944955,-72.9499195275756,2188,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c4814102\",\"68162\",3,\"Santander\",\"Cerrito\",\"COL.27.15_1\",,\"CO.ST.CR\",\"COSAN68162\",\"68162\",6.89460086822515,-72.672844142868,6792,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b4ebb58d\",\"68167\",3,\"Santander\",\"Charalá\",\"COL.27.16_1\",,\"CO.ST.CL\",\"COSAN68167\",\"68167\",6.1603507995606,-73.1974160396978,10705,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5353988a\",\"68169\",3,\"Santander\",\"Charta\",\"COL.27.17_1\",,\"CO.ST.CH\",\"COSAN68169\",\"68169\",7.23990058898934,-72.9968111996547,3278,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"daf7b45a\",\"68176\",3,\"Santander\",\"Chimá\",\"COL.27.18_1\",,\"CO.ST.CM\",\"COSAN68176\",\"68176\",6.36890101432806,-73.4103402067998,3352,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4a48a9cb\",\"68179\",3,\"Santander\",\"Chipatá\",\"COL.27.19_1\",,\"CO.ST.CP\",\"COSAN68179\",\"68179\",6.06690096855169,-73.6452102692958,6010,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ad173ce1\",\"68190\",3,\"Santander\",\"Cimitarra\",\"COL.27.20_1\",\"ChIJp334NW40Qo4RvhyGFUjZqPU\",\"CO.ST.CI\",\"COSAN68190\",\"68190\",6.47245097160342,-74.1382525697544,64617,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e0f7ac52\",\"68207\",3,\"Santander\",\"Concepción\",\"COL.27.21_1\",,\"CO.ST.CC\",\"COSAN68207\",\"68207\",6.78914952278137,-72.6445646946425,5388,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"074f8155\",\"68209\",3,\"Santander\",\"Confines\",\"COL.27.22_1\",,\"CO.ST.CF\",\"COSAN68209\",\"68209\",6.34665012359625,-73.2093677385359,3018,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"108f3826\",\"68211\",3,\"Santander\",\"Contratación\",\"COL.27.23_1\",,\"CO.ST.CN\",\"COSAN68211\",\"68211\",6.29219889640814,-73.4703189338383,3463,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f9ec9d13\",\"68217\",3,\"Santander\",\"Coromoro\",\"COL.27.24_1\",,\"CO.ST.CO\",\"COSAN68217\",\"68217\",6.23190021514898,-73.000010118149,8568,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3579e3d7\",\"68229\",3,\"Santander\",\"Curití\",\"COL.27.25_1\",,\"CO.ST.CU\",\"COSAN68229\",\"68229\",6.60584998130804,-73.0328978951272,15609,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"25d49ebd\",\"68235\",3,\"Santander\",\"El Carmen de Chucurí\",\"COL.27.26_1\",,\"CO.ST.EC\",\"COSAN68235\",\"68235\",6.69705009460458,-73.6612879689199,30401,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6a95087a\",\"68245\",3,\"Santander\",\"El Guacamayo\",\"COL.27.27_1\",,\"CO.ST.EG\",\"COSAN68245\",\"68245\",6.24345088005069,-73.528677741228,752,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"03e4cdb4\",\"68250\",3,\"Santander\",\"El Peñon\",\"COL.27.28_1\",,\"CO.ST.EP\",\"COSAN68250\",\"68250\",6.07275032997137,-74.0104466703519,15463,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"738e393b\",\"68255\",3,\"Santander\",\"El Playón\",\"COL.27.29_1\",,\"CO.ST.EY\",\"COSAN68255\",\"68255\",7.50559949874887,-73.1996188483784,36365,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2fa45a6e\",\"68264\",3,\"Santander\",\"Encino\",\"COL.27.30_1\",,\"CO.ST.EN\",\"COSAN68264\",\"68264\",6.06610083580026,-73.046208372928,578,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c1aa3b42\",\"68266\",3,\"Santander\",\"Enciso\",\"COL.27.31_1\",,\"CO.ST.ES\",\"COSAN68266\",\"68266\",6.64260053634646,-72.7085808021974,7495,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"46d59fa0\",\"68271\",3,\"Santander\",\"Florián\",\"COL.27.32_1\",,\"CO.ST.EF\",\"COSAN68271\",\"68271\",5.79215097427371,-73.9895288380418,10414,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d8b10a03\",\"68276\",3,\"Santander\",\"Floridablanca\",\"COL.27.33_1\",\"ChIJt8vI7GI_aI4RKgBB7he4xDY\",\"CO.ST.FL\",\"COSAN68276\",\"68276\",7.06280088424688,-73.0833738938509,358830,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4632278d\",\"68296\",3,\"Santander\",\"Galán\",\"COL.27.34_1\",,\"CO.ST.GL\",\"COSAN68296\",\"68296\",6.65855050086975,-73.3356450532214,2741,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a18a0a8a\",\"68298\",3,\"Santander\",\"Gámbita\",\"COL.27.35_1\",,\"CO.ST.GA\",\"COSAN68298\",\"68298\",5.88084959983834,-73.3693229068808,6294,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e135c665\",\"68307\",3,\"Santander\",\"Girón\",\"COL.27.36_1\",\"ChIJM0OWG3wjaI4RWBERV_VOcfY\",\"CO.ST.GI\",\"COSAN68307\",\"68307\",7.06145048141485,-73.3365783924288,274777,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6891eab5\",\"68318\",3,\"Santander\",\"Guaca\",\"COL.27.37_1\",,\"CO.ST.GC\",\"COSAN68318\",\"68318\",6.91004991531378,-72.8353168407675,6933,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4d673144\",\"68320\",3,\"Santander\",\"Guadalupe\",\"COL.27.38_1\",,\"CO.ST.GD\",\"COSAN68320\",\"68320\",6.21644854545599,-73.4023763951359,4107,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a3695068\",\"68322\",3,\"Santander\",\"Guapotá\",\"COL.27.39_1\",,\"CO.ST.GP\",\"COSAN68322\",\"68322\",6.31310105323794,-73.3201643545032,2145,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4a0af55d\",\"68324\",3,\"Santander\",\"Guavatá\",\"COL.27.40_1\",,\"CO.ST.GV\",\"COSAN68324\",\"68324\",5.93865060806277,-73.7099121358528,4185,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d303a4e7\",\"68327\",3,\"Santander\",\"Güepsa\",\"COL.27.41_1\",,\"CO.ST.GU\",\"COSAN68327\",\"68327\",6.02830100059515,-73.594211680358,3692,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1c5052db\",\"68344\",3,\"Santander\",\"Hato\",\"COL.27.42_1\",,\"CO.ST.HA\",\"COSAN68344\",\"68344\",6.54900097846993,-73.3845658855109,3519,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"27d07c72\",\"68368\",3,\"Santander\",\"Jesús María\",\"COL.27.43_1\",,\"CO.ST.JM\",\"COSAN68368\",\"68368\",5.85420060157779,-73.8225602606582,3306,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3010c501\",\"68370\",3,\"Santander\",\"Jordán\",\"COL.27.44_1\",,\"CO.ST.JO\",\"COSAN68370\",\"68370\",6.70005035400388,-73.1090887035187,1052,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ae7450a2\",\"68377\",3,\"Santander\",\"La Belleza\",\"COL.27.45_1\",,\"CO.ST.LB\",\"COSAN68377\",\"68377\",5.90335083007818,-74.0409403061848,10504,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"30f77d2c\",\"68397\",3,\"Santander\",\"La Paz\",\"COL.27.46_1\",,\"CO.ST.RO\",\"COSAN68397\",\"68397\",6.21690106391915,-73.6229681756465,5020,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c7e22d41\",\"68385\",3,\"Santander\",\"Landázuri\",\"COL.27.47_1\",,\"CO.ST.LN\",\"COSAN68385\",\"68385\",6.34790015220648,-73.7860239943486,18589,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"937de076\",\"68406\",3,\"Santander\",\"Lebrija\",\"COL.27.48_1\",\"ChIJufHjagcBaI4RYe5ODFrqyBc\",\"CO.ST.LE\",\"COSAN68406\",\"68406\",7.20075058937081,-73.3166825817609,54120,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6ddefc30\",\"68418\",3,\"Santander\",\"Los Santos\",\"COL.27.49_1\",,\"CO.ST.LS\",\"COSAN68418\",\"68418\",6.80340099334725,-73.1124456102249,17302,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3842d34e\",\"68425\",3,\"Santander\",\"Macaravita\",\"COL.27.50_1\",,\"CO.ST.MC\",\"COSAN68425\",\"68425\",6.49489951133728,-72.6100207135779,1785,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bf3d77ac\",\"68432\",3,\"Santander\",\"Málaga\",\"COL.27.51_1\",\"ChIJVawpdSKqaY4Rlctpcfn3BrA\",\"CO.ST.MA\",\"COSAN68432\",\"68432\",6.70878386497509,-72.7681648489117,19560,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"191f445e\",\"68444\",3,\"Santander\",\"Matanza\",\"COL.27.52_1\",,\"CO.ST.MZ\",\"COSAN68444\",\"68444\",7.3200504779816,-73.0870073196273,5907,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2b2926dc\",\"68464\",3,\"Santander\",\"Mogotes\",\"COL.27.53_1\",,\"CO.ST.MG\",\"COSAN68464\",\"68464\",6.49015045166024,-72.991946508158,9976,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"229f6af7\",\"68468\",3,\"Santander\",\"Molagavita\",\"COL.27.54_1\",,\"CO.ST.MO\",\"COSAN68468\",\"68468\",6.62824964523315,-72.8611395544742,3825,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a5077638\",\"68498\",3,\"Santander\",\"Ocamonte\",\"COL.27.55_1\",,\"CO.ST.OC\",\"COSAN68498\",\"68498\",6.3433499336243,-73.136186376101,4675,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7bdc2f74\",\"68500\",3,\"Santander\",\"Oiba\",\"COL.27.56_1\",\"ChIJpeKyp_T6aY4RhDWhNtTCyCU\",\"CO.ST.OI\",\"COSAN68500\",\"68500\",6.2262508869172,-73.2893126280297,15190,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"95d24e58\",\"68502\",3,\"Santander\",\"Onzaga\",\"COL.27.57_1\",,\"CO.ST.ON\",\"COSAN68502\",\"68502\",6.33415007591248,-72.848246237193,4665,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a7e42cda\",\"68522\",3,\"Santander\",\"Palmar\",\"COL.27.58_1\",,\"CO.ST.PL\",\"COSAN68522\",\"68522\",6.50160050392157,-73.306059072639,8589,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4e8789ef\",\"68524\",3,\"Santander\",\"Palmas del Socorro\",\"COL.27.59_1\",,\"CO.ST.PS\",\"COSAN68524\",\"68524\",6.36835002899178,-73.2826104295343,2524,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c9f82d0d\",\"68533\",3,\"Santander\",\"Páramo\",\"COL.27.60_1\",,\"CO.ST.PR\",\"COSAN68533\",\"68533\",6.4341504573822,-73.1929749588757,5280,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"81d47fd3\",\"68547\",3,\"Santander\",\"Piedecuesta\",\"COL.27.61_1\",\"ChIJd7xD_59IaI4RGHIDQxhPFR8\",\"CO.ST.PD\",\"COSAN68547\",\"68547\",6.93834900856029,-73.0519447186091,211248,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"666c52d4\",\"68549\",3,\"Santander\",\"Pinchote\",\"COL.27.62_1\",,\"CO.ST.PI\",\"COSAN68549\",\"68549\",6.50570058822638,-73.190226122702,6232,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"da93d89f\",\"68572\",3,\"Santander\",\"Puente Nacional\",\"COL.27.63_1\",\"ChIJo3FR2-HoQY4RCbQVaXCguAU\",\"CO.ST.PN\",\"COSAN68572\",\"68572\",5.81905102729806,-73.6987935933878,14007,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ad94e809\",\"68573\",3,\"Santander\",\"Puerto Parra\",\"COL.27.64_1\",,\"CO.ST.PP\",\"COSAN68573\",\"68573\",6.6786005496979,-73.9894906160238,11168,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"44f74d3c\",\"68575\",3,\"Santander\",\"Puerto Wilches\",\"COL.27.65_1\",\"ChIJd3SpUObIQo4RtjJIYYECmg0\",\"CO.ST.PW\",\"COSAN68575\",\"68575\",7.63944959640506,-73.8113722970736,38275,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"10eb54e3\",\"68615\",3,\"Santander\",\"Rionegro\",\"COL.27.66_1\",\"ChIJ-X2k1Q3-Z44RCwTyXGozPa0\",\"CO.ST.RI\",\"COSAN68615\",\"68615\",7.45860052108768,-73.3892931649094,22050,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"748791e7\",\"68655\",3,\"Santander\",\"Sabana de Torres\",\"COL.27.67_1\",\"ChIJF2mn732sQo4RWOUuRm5dYDU\",\"CO.ST.ST\",\"COSAN68655\",\"68655\",7.42324948310855,-73.5954754280125,22893,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"561c8e0f\",\"68669\",3,\"Santander\",\"San Andrés de Cuerquia\",\"COL.27.68_1\",,\"CO.ST.SA\",\"COSAN68669\",\"68669\",6.79795098304757,-72.8378951226301,8260,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"afd25650\",\"68673\",3,\"Santander\",\"San Benito\",\"COL.27.69_1\",,\"CO.ST.SN\",\"COSAN68673\",\"68673\",6.09335041046148,-73.5514872616676,4534,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4f07bf4e\",\"68679\",3,\"Santander\",\"San Gil\",\"COL.27.70_1\",\"ChIJW4z0hdHGaY4RqYNndE-6MWI\",\"CO.ST.SG\",\"COSAN68679\",\"68679\",6.55145096778875,-73.1502663178044,57516,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5f4d7a09\",\"68682\",3,\"Santander\",\"San Joaquín\",\"COL.27.71_1\",,\"CO.ST.SQ\",\"COSAN68682\",\"68682\",6.45125055313122,-72.8691380306871,2278,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b62edf3c\",\"68684\",3,\"Santander\",\"San José de Miranda\",\"COL.27.72_1\",,\"CO.ST.SJ\",\"COSAN68684\",\"68684\",6.60480046272284,-72.7733037130632,4439,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5820be10\",\"68686\",3,\"Santander\",\"San Miguel\",\"COL.27.73_1\",,\"CO.ST.SM\",\"COSAN68686\",\"68686\",6.55474948883065,-72.6577058495704,1915,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c89fa381\",\"68689\",3,\"Santander\",\"San Vicente de Chucurí\",\"COL.27.74_1\",\"ChIJaT1ysIKDQo4RZvfGnLTStSY\",\"CO.ST.SV\",\"COSAN68689\",\"68689\",6.87720036506661,-73.5297973461801,43258,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"08320f95\",\"68705\",3,\"Santander\",\"Santa Bárbara\",\"COL.27.75_1\",,\"CO.ST.SB\",\"COSAN68705\",\"68705\",6.94535040855411,-72.9289250245841,2985,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4a6e9998\",\"68720\",3,\"Santander\",\"Santa Helena del Opón\",\"COL.27.76_1\",,\"CO.ST.SH\",\"COSAN68720\",\"68720\",6.38520050048831,-73.5921875271824,3595,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6c5eca91\",\"68745\",3,\"Santander\",\"Simacota\",\"COL.27.77_1\",,\"CO.ST.SI\",\"COSAN68745\",\"68745\",6.65875005722049,-73.8093029942558,8990,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7545fbd0\",\"68755\",3,\"Santander\",\"Socorro\",\"COL.27.78_1\",\"ChIJtwLLP6TCaY4RMi0YHnQIPzg\",\"CO.ST.SO\",\"COSAN68755\",\"68755\",6.46089959144598,-73.2474291877764,40268,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"37196ddd\",\"68770\",3,\"Santander\",\"Suaita\",\"COL.27.79_1\",,\"CO.ST.SU\",\"COSAN68770\",\"68770\",6.08135056495678,-73.3798838938608,11068,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ae103c67\",\"68773\",3,\"Santander\",\"Sucre\",\"COL.27.80_1\",,\"CO.ST.SC\",\"COSAN68773\",\"68773\",5.99529957771298,-74.0307170249646,9306,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b0817112\",\"68780\",3,\"Santander\",\"Suratá\",\"COL.27.81_1\",,\"CO.ST.SR\",\"COSAN68780\",\"68780\",7.50994896888739,-73.0567273198549,3505,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4132dea5\",\"68820\",3,\"Santander\",\"Tona\",\"COL.27.82_1\",,\"CO.ST.TO\",\"COSAN68820\",\"68820\",7.1536004543305,-72.9739947529856,9881,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7e19bced\",\"68855\",3,\"Santander\",\"Valle de San José\",\"COL.27.83_1\",,\"CO.ST.VS\",\"COSAN68855\",\"68855\",6.41795039176941,-73.1346234510132,3285,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"52592b37\",\"68861\",3,\"Santander\",\"Vélez\",\"COL.27.84_1\",\"ChIJs8bbi3obQo4RmneViXv7lD0\",\"CO.ST.VZ\",\"COSAN68861\",\"68861\",6.23764896392822,-73.742802320401,18721,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bb3a8e02\",\"68867\",3,\"Santander\",\"Vetas\",\"COL.27.85_1\",,\"CO.ST.VT\",\"COSAN68867\",\"68867\",7.35330009460461,-72.9404319043418,2573,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d24b4bcc\",\"68872\",3,\"Santander\",\"Villanueva\",\"COL.27.86_1\",,\"CO.ST.VN\",\"COSAN68872\",\"68872\",6.67500042915347,-73.1724521658473,6815,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d2acf3e1\",\"68895\",3,\"Santander\",\"Zapatoca\",\"COL.27.87_1\",,\"CO.ST.ZA\",\"COSAN68895\",\"68895\",6.83550047874459,-73.2790884192804,8694,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9d1ab7b6\",\"70110\",3,\"Sucre\",\"Buenavista\",\"COL.28.1_1\",,\"CO.SU.BU\",\"COSUC70110\",\"70110\",9.31885004043582,-74.9666704344835,12467,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b15a206c\",\"70124\",3,\"Sucre\",\"Caimito\",\"COL.28.2_1\",,\"CO.SU.CA\",\"COSUC70124\",\"70124\",8.77375078201294,-75.1216573228238,13885,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ad6a6b6d\",\"70230\",3,\"Sucre\",\"Chalán\",\"COL.28.3_1\",,\"CO.SU.CH\",\"COSUC70230\",\"70230\",9.5776495933533,-75.3224866564854,4245,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"812afcb7\",\"70204\",3,\"Sucre\",\"Colosó\",\"COL.28.4_1\",,\"CO.SU.CS\",\"COSUC70204\",\"70204\",9.51670074462893,-75.3507830608238,4575,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ef36fd60\",\"70215\",3,\"Sucre\",\"Corozal\",\"COL.28.5_1\",\"ChIJWSVoUyg8WY4RZNNnMbXXCvo\",\"CO.SU.CZ\",\"COSUC70215\",\"70215\",9.17865037918088,-75.2294332166208,80284,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c3766aba\",\"70221\",3,\"Sucre\",\"Coveñas\",,,,\"COSUC70221\",\"70221\",9.39,-75.66,16359,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"34633ad7\",\"70233\",3,\"Sucre\",\"El Roble\",,,,\"COSUC70233\",\"70233\",9.07,-75.14,12500,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dd009fe2\",\"70235\",3,\"Sucre\",\"Galeras\",\"COL.28.6_1\",,\"CO.SU.GA\",\"COSUC70235\",\"70235\",9.11910009384164,-74.965753869498,26039,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a0776ba7\",\"70265\",3,\"Sucre\",\"Guarandá\",\"COL.28.7_1\",,\"CO.SU.GU\",\"COSUC70265\",\"70265\",8.38004875183108,-74.6984376001028,21507,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"82ca441c\",\"70400\",3,\"Sucre\",\"La Unión de Sucre\",\"COL.28.8_1\",,\"CO.SU.LU\",\"COSUC70400\",\"70400\",8.78894996643075,-75.3026239054342,14802,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"950afd6f\",\"70418\",3,\"Sucre\",\"Los Palmitos\",\"COL.28.9_1\",,\"CO.SU.LP\",\"COSUC70418\",\"70418\",9.41599988937384,-75.1853958270727,20037,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c9209e3a\",\"70429\",3,\"Sucre\",\"Majagual\",\"COL.28.10_1\",,\"CO.SU.MA\",\"COSUC70429\",\"70429\",8.6090998649598,-74.6945224871714,32067,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"54828361\",\"70473\",3,\"Sucre\",\"Morroa\",\"COL.28.11_1\",,\"CO.SU.MO\",\"COSUC70473\",\"70473\",9.39240026474005,-75.3270075058983,17493,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8dd3a619\",\"70508\",3,\"Sucre\",\"Ovejas\",\"COL.28.12_1\",,\"CO.SU.OV\",\"COSUC70508\",\"70508\",9.54910039901733,-75.1633858615222,20707,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ce0f06b5\",\"70670\",3,\"Sucre\",\"Sampués\",\"COL.28.13_1\",\"ChIJUw22qEhqWY4RNXjcniINleY\",\"CO.SU.SA\",\"COSUC70670\",\"70670\",9.14820003509527,-75.3539152322456,45533,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"28371d13\",\"70523\",3,\"Sucre\",\"San Antonio de Palmito\",\"COL.28.14_1\",,\"CO.SU.PA\",\"COSUC70523\",\"70523\",9.31439828872675,-75.5878671235525,18205,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c0d48e87\",\"70678\",3,\"Sucre\",\"San Benito Abad\",\"COL.28.15_1\",,\"CO.SU.SB\",\"COSUC70678\",\"70678\",8.77095079421994,-74.9504760285498,31381,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6e829b69\",\"70702\",3,\"Sucre\",\"San Juan de Betulia\",\"COL.28.16_1\",,\"CO.SU.SJ\",\"COSUC70702\",\"70702\",9.28785037994388,-75.1945391517173,14146,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8e577277\",\"70708\",3,\"Sucre\",\"San Marcos\",\"COL.28.17_1\",\"ChIJ23nWDBXtW44RoiCgdenamM8\",\"CO.SU.SM\",\"COSUC70708\",\"70708\",8.5628995895386,-75.1483101504173,70141,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"009e9abe\",\"70713\",3,\"Sucre\",\"San Onofre\",\"COL.28.18_1\",,\"CO.SU.SO\",\"COSUC70713\",\"70713\",9.86972188949593,-75.5011582809443,55724,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"07f35ea7\",\"70717\",3,\"Sucre\",\"San Pedro\",\"COL.28.19_1\",,\"CO.SU.SP\",\"COSUC70717\",\"70717\",9.42140007019049,-75.0213817490215,18097,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0aee5e6d\",\"70742\",3,\"Sucre\",\"Sincé\",\"COL.28.20_1\",,\"CO.SU.SI\",\"COSUC70742\",\"70742\",9.25150108337414,-75.0552362984913,38500,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f2c4dc56\",\"70001\",3,\"Sucre\",\"Sincelejo\",\"COL.28.21_1\",\"ChIJB999iTUUWY4RqmMX84ENV40\",\"CO.SU.SL\",\"COSUC70001\",\"70001\",9.30955028533941,-75.4200763702392,348605,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b8ca5c14\",\"70771\",3,\"Sucre\",\"Sucre\",\"COL.28.22_1\",,\"CO.SU.SU\",\"COSUC70771\",\"70771\",8.79440116882327,-74.7375965409192,23927,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b9e6dffa\",\"70820\",3,\"Sucre\",\"Tolú\",\"COL.28.23_1\",\"ChIJIRHcoHQDWY4R0GzAZTi-bZg\",\"CO.SU.TO\",\"COSUC70820\",\"70820\",9.49361085891726,-75.5458947413671,38351,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"20ef8e40\",\"70823\",3,\"Sucre\",\"Toluviejo\",\"COL.28.24_1\",,\"CO.SU.TV\",\"COSUC70823\",\"70823\",9.50260114669808,-75.4400803604254,20025,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a22de5b5\",\"73024\",3,\"Tolima\",\"Alpujarra\",\"COL.29.1_1\",,\"CO.TO.AJ\",\"COTOL73024\",\"73024\",3.37945103645328,-74.9389662614085,5805,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4c238499\",\"73026\",3,\"Tolima\",\"Alvarado\",\"COL.29.2_1\",,\"CO.TO.AV\",\"COTOL73026\",\"73026\",4.56494951248172,-75.0062269745977,12229,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bc5b10ed\",\"73030\",3,\"Tolima\",\"Ambalema\",\"COL.29.3_1\",,\"CO.TO.AM\",\"COTOL73030\",\"73030\",4.81380152702334,-74.8362516173106,8251,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6a13d790\",\"73043\",3,\"Tolima\",\"Anzoátegui\",\"COL.29.4_1\",,\"CO.TO.AN\",\"COTOL73043\",\"73043\",4.60795092582708,-75.192906444602,31334,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9a6b43e4\",\"73055\",3,\"Tolima\",\"Armero\",\"COL.29.5_1\",,\"CO.TO.AR\",\"COTOL73055\",\"73055\",4.99285006523135,-74.8980557854052,12652,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5f48710b\",\"73067\",3,\"Tolima\",\"Ataco\",\"COL.29.6_1\",,\"CO.TO.AT\",\"COTOL73067\",\"73067\",3.39380049705508,-75.5538066483851,25086,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a3ef8f82\",\"73124\",3,\"Tolima\",\"Cajamarca\",\"COL.29.7_1\",\"ChIJR8-BbnflOI4RXla7aw8kCvU\",\"CO.TO.CJ\",\"COTOL73124\",\"73124\",4.43800044059751,-75.507837865575,21046,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fc03642f\",\"73148\",3,\"Tolima\",\"Carmen de Apicalá\",\"COL.29.8_1\",,\"CO.TO.CA\",\"COTOL73148\",\"73148\",4.1085488796235,-74.7585152701568,13052,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"05cdbc70\",\"73152\",3,\"Tolima\",\"Casabianca\",\"COL.29.9_1\",,\"CO.TO.CB\",\"COTOL73152\",\"73152\",5.00124979019174,-75.2119078018351,7439,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ce3506ad\",\"73168\",3,\"Tolima\",\"Chaparral\",\"COL.29.10_1\",\"ChIJf-4AJvRkOY4RAfuwSda_Vao\",\"CO.TO.CH\",\"COTOL73168\",\"73168\",3.72044944763181,-75.6379846107537,55064,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"94f29740\",\"73200\",3,\"Tolima\",\"Coello\",\"COL.29.11_1\",,\"CO.TO.CL\",\"COTOL73200\",\"73200\",4.34415054321292,-74.958834270998,13899,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"138d33a2\",\"73217\",3,\"Tolima\",\"Coyaima\",\"COL.29.12_1\",,\"CO.TO.CY\",\"COTOL73217\",\"73217\",3.74080049991619,-75.1601074772143,31998,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4fa750f7\",\"73226\",3,\"Tolima\",\"Cunday\",\"COL.29.13_1\",,\"CO.TO.CU\",\"COTOL73226\",\"73226\",3.96140003204354,-74.7436666132929,9897,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"56bc61b6\",\"73236\",3,\"Tolima\",\"Dolores\",\"COL.29.14_1\",,\"CO.TO.DO\",\"COTOL73236\",\"73236\",3.62619948387157,-74.8221375241216,8516,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cc73b8f4\",\"73268\",3,\"Tolima\",\"Espinal\",\"COL.29.15_1\",,\"CO.TO.ES\",\"COTOL73268\",\"73268\",4.14519953727728,-74.9029970424988,93241,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dbb30187\",\"73270\",3,\"Tolima\",\"Falán\",\"COL.29.16_1\",,\"CO.TO.FA\",\"COTOL73270\",\"73270\",5.06495094299316,-75.0110276248017,10517,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"abd9f508\",\"73275\",3,\"Tolima\",\"Flandes\",\"COL.29.17_1\",\"ChIJdYz0xGEoP44RMlpCUsMWjZs\",\"CO.TO.FL\",\"COTOL73275\",\"73275\",4.22849988937386,-74.8712218154119,35879,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c5224cf2\",\"73283\",3,\"Tolima\",\"Fresno\",\"COL.29.18_1\",,\"CO.TO.FR\",\"COTOL73283\",\"73283\",5.17670083045965,-75.0754345889195,32748,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f5f77492\",\"73319\",3,\"Tolima\",\"Guamo\",\"COL.29.19_1\",\"ChIJ5Q1mZbDSPo4RCoAnmil6jaE\",\"CO.TO.GU\",\"COTOL73319\",\"73319\",4.06400084495553,-74.9678604736848,38481,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6f38add0\",\"73347\",3,\"Tolima\",\"Herveo\",\"COL.29.20_1\",,\"CO.TO.HE\",\"COTOL73347\",\"73347\",5.04610013961792,-75.2681563777778,8393,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"888080d7\",\"73349\",3,\"Tolima\",\"Honda\",\"COL.29.21_1\",\"ChIJG8t4u3m4QI4RdTJ7YgecDbo\",\"CO.TO.HO\",\"COTOL73349\",\"73349\",5.16055107116705,-74.8081688423894,24170,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e07173b8\",\"73001\",3,\"Tolima\",\"Ibagué\",\"COL.29.22_1\",\"ChIJw4N9lwnEOI4RjnG5Vu4_b-E\",\"CO.TO.IB\",\"COTOL73001\",\"73001\",4.45290017127991,-75.2496945702558,735116,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0649681e\",\"73352\",3,\"Tolima\",\"Icononzo\",\"COL.29.23_1\",\"ChIJE6UZjwDnPo4Rto8wlAEnzHI\",\"CO.TO.IC\",\"COTOL73352\",\"73352\",4.1051008701325,-74.5702472955243,13236,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9ea463c0\",\"73408\",3,\"Tolima\",\"Lérida\",\"COL.29.24_1\",,\"CO.TO.LE\",\"COTOL73408\",\"73408\",4.85095000267035,-74.9395044612779,18955,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fe63ea25\",\"73411\",3,\"Tolima\",\"Líbano\",\"COL.29.25_1\",\"ChIJu7rZoXpWR44R6sE-8AfaM9I\",\"CO.TO.LI\",\"COTOL73411\",\"73411\",4.84035110473636,-75.1095424669244,44844,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8dcf9652\",\"73449\",3,\"Tolima\",\"Melgar\",\"COL.29.26_1\",\"ChIJ_8PcFv3ePo4RA-1g4WkG42M\",\"CO.TO.ME\",\"COTOL73449\",\"73449\",4.17484903335574,-74.6715235057864,59418,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b1227ce2\",\"73461\",3,\"Tolima\",\"Murillo\",\"COL.29.27_1\",,\"CO.TO.MU\",\"COTOL73461\",\"73461\",4.81535005569461,-75.2984355462674,4919,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c1af3040\",\"73483\",3,\"Tolima\",\"Natagaima\",\"COL.29.28_1\",,\"CO.TO.NA\",\"COTOL73483\",\"73483\",3.51985049247747,-75.1651230914298,25859,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"96d045dc\",\"73504\",3,\"Tolima\",\"Ortega\",\"COL.29.29_1\",,\"CO.TO.OR\",\"COTOL73504\",\"73504\",3.92960059642797,-75.2759926602714,37903,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a38be347\",\"73520\",3,\"Tolima\",\"Palocabildo\",,,,\"COTOL73520\",\"73520\",5.09,-75.02,10518,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6bb5d162\",\"73547\",3,\"Tolima\",\"Piedras\",\"COL.29.30_1\",,\"CO.TO.PI\",\"COTOL73547\",\"73547\",4.48565006256112,-74.9512768970807,7271,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9ca0810f\",\"73555\",3,\"Tolima\",\"Planadas\",\"COL.29.31_1\",,\"CO.TO.PL\",\"COTOL73555\",\"73555\",3.17700099945068,-75.8373778114314,35003,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5eee77f9\",\"73563\",3,\"Tolima\",\"Prado\",\"COL.29.32_1\",,\"CO.TO.PR\",\"COTOL73563\",\"73563\",3.7220499515534,-74.899544037644,8539,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"290eff42\",\"73585\",3,\"Tolima\",\"Purificación\",\"COL.29.33_1\",,\"CO.TO.PU\",\"COTOL73585\",\"73585\",3.8546499013901,-74.8959050473011,36849,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6383abe8\",\"73616\",3,\"Tolima\",\"Rioblanco\",\"COL.29.34_1\",,\"CO.TO.RI\",\"COTOL73616\",\"73616\",3.36860048770907,-75.9252588355504,23275,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4fc33c32\",\"73622\",3,\"Tolima\",\"Roncesvalles\",\"COL.29.35_1\",,\"CO.TO.RC\",\"COTOL73622\",\"73622\",4.12794995307928,-75.5969552292211,5074,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a6a09907\",\"73624\",3,\"Tolima\",\"Rovira\",\"COL.29.36_1\",,\"CO.TO.RR\",\"COTOL73624\",\"73624\",4.2236003875733,-75.4123158743843,21863,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"abbd99cd\",\"73671\",3,\"Tolima\",\"Saldaña\",\"COL.29.37_1\",,\"CO.TO.SD\",\"COTOL73671\",\"73671\",3.88900101184848,-75.046535211082,15870,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"acd05dd4\",\"73675\",3,\"Tolima\",\"San Antonio\",\"COL.29.38_1\",,\"CO.TO.SA\",\"COTOL73675\",\"73675\",3.96160054206845,-75.5099368812375,13910,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d2612169\",\"73678\",3,\"Tolima\",\"San Luís\",\"COL.29.39_1\",,\"CO.TO.SL\",\"COTOL73678\",\"73678\",4.11474895477298,-75.1526324405,23854,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6d1a7f4c\",\"73443\",3,\"Tolima\",\"San Sebastian de Mariquita\",\"COL.29.40_1\",\"ChIJk2feamrKQI4RsgCDFWoJzMg\",\"CO.TO.MA\",\"COTOL73443\",\"73443\",5.20354938507086,-74.9342248840203,42041,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b24110a1\",\"73686\",3,\"Tolima\",\"Santa Isabel\",\"COL.29.41_1\",,\"CO.TO.SI\",\"COTOL73686\",\"73686\",4.72425055503848,-75.2355277251037,7065,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dd78c36c\",\"73770\",3,\"Tolima\",\"Suárez\",\"COL.29.42_1\",,\"CO.TO.SU\",\"COTOL73770\",\"73770\",4.08370041847232,-74.8301660198688,5585,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e37f22ca\",\"73854\",3,\"Tolima\",\"Valle de San Juan\",\"COL.29.43_1\",,\"CO.TO.VS\",\"COTOL73854\",\"73854\",4.17040038108831,-75.1832359358543,8118,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b8388586\",\"73861\",3,\"Tolima\",\"Venadillo\",\"COL.29.44_1\",,\"CO.TO.VE\",\"COTOL73861\",\"73861\",4.69305062294009,-74.9199405692799,23515,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d6248451\",\"73870\",3,\"Tolima\",\"Villahermosa\",\"COL.29.45_1\",,\"CO.TO.VH\",\"COTOL73870\",\"73870\",4.93775105476382,-75.2013941116557,10018,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4f2dd5eb\",\"73873\",3,\"Tolima\",\"Villarrica\",\"COL.29.46_1\",,\"CO.TO.VR\",\"COTOL73873\",\"73873\",3.8157004117966,-74.6452860394394,4358,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"929ed19e\",\"76020\",3,\"Valle del Cauca\",\"Alcalá\",\"COL.30.1_1\",,\"CO.VC.AL\",\"COVAC76020\",\"76020\",4.65295004844666,-75.8114175952941,43605,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"62e645ea\",\"76036\",3,\"Valle del Cauca\",\"Andalucía\",\"COL.30.2_1\",\"ChIJw46Q5EnJOY4RaRm0OSXDpAg\",\"CO.VC.AD\",\"COVAC76036\",\"76036\",4.12534952163699,-76.1607684788174,16216,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b3c3468e\",\"76041\",3,\"Valle del Cauca\",\"Ansermanuevo\",\"COL.30.3_1\",,\"CO.VC.AN\",\"COVAC76041\",\"76041\",4.78165054321286,-76.1155913388318,17404,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dab28340\",\"76054\",3,\"Valle del Cauca\",\"Argelia\",\"COL.30.4_1\",,\"CO.VC.AG\",\"COVAC76054\",\"76054\",4.72290039062509,-76.2266285367137,4931,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a16ad92b\",\"76100\",3,\"Valle del Cauca\",\"Bolívar\",\"COL.30.5_1\",,\"CO.VC.BO\",\"COVAC76100\",\"76100\",4.33074998855597,-76.3831684747175,15134,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d8b6618f\",\"76109\",3,\"Valle del Cauca\",\"Buenaventura\",\"COL.30.6_1\",\"ChIJ1a-EAXgkN44RFFOM1NrrLyk\",\"CO.VC.BV\",\"COVAC76109\",\"76109\",3.65217757225042,-77.0145554930161,507960,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2178b9d0\",\"76113\",3,\"Valle del Cauca\",\"Bugalagrande\",\"COL.30.7_1\",\"ChIJRXTCNZTLOY4R_vijFI80QaA\",\"CO.VC.BG\",\"COVAC76113\",\"76113\",4.19965052604681,-76.1444035450248,22601,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7d52da85\",\"76122\",3,\"Valle del Cauca\",\"Caicedonia\",\"COL.30.8_1\",\"ChIJczNuaehTOI4RCfpdg1A1Uko\",\"CO.VC.CC\",\"COVAC76122\",\"76122\",4.31515049934387,-75.8574492860319,23572,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7a3f1e9c\",\"76126\",3,\"Valle del Cauca\",\"Calima\",\"COL.30.9_1\",\"ChIJYeuaIh9DN44Ru9dTpkHqpbY\",\"CO.VC.CM\",\"COVAC76126\",\"76126\",3.97965109348303,-76.6711307275321,17088,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8a478ae8\",\"76130\",3,\"Valle del Cauca\",\"Candelaria\",\"COL.30.10_1\",\"ChIJPzfZiJELOo4RBFbVbU72qXc\",\"CO.VC.CA\",\"COVAC76130\",\"76130\",3.37380099296573,-76.4268610719953,114267,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5b62898c\",\"76147\",3,\"Valle del Cauca\",\"Cartago\",\"COL.30.11_1\",\"ChIJfctJtvxvOI4R_VAnQsqtEro\",\"CO.VC.CR\",\"COVAC76147\",\"76147\",4.69420003890997,-75.9715204916509,155141,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1108650b\",\"76233\",3,\"Valle del Cauca\",\"Dagua\",\"COL.30.12_1\",\"ChIJ_Rpms9tMN44Rh9sdIzl7mq4\",\"CO.VC.DA\",\"COVAC76233\",\"76233\",3.61040055751809,-76.7471361501932,41889,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5e49f3cc\",\"76243\",3,\"Valle del Cauca\",\"El Águila\",\"COL.30.13_1\",,\"CO.VC.EA\",\"COVAC76243\",\"76243\",4.90090012550365,-76.1130057269101,11217,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2e230743\",\"76246\",3,\"Valle del Cauca\",\"El Cairo\",\"COL.30.14_1\",,\"CO.VC.EC\",\"COVAC76246\",\"76246\",4.77200031280523,-76.2982310626937,10287,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c99b2a44\",\"76248\",3,\"Valle del Cauca\",\"El Cerrito\",\"COL.30.15_1\",\"ChIJUa9SbqH5OY4RDAhu90ywG3s\",\"CO.VC.ET\",\"COVAC76248\",\"76248\",3.69149994850164,-76.3688877925152,68496,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"de5b9337\",\"76250\",3,\"Valle del Cauca\",\"El Dovio\",\"COL.30.16_1\",,\"CO.VC.ED\",\"COVAC76250\",\"76250\",4.49395060539248,-76.3919853626154,6801,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9c07053a\",\"76275\",3,\"Valle del Cauca\",\"Florida\",\"COL.30.17_1\",\"ChIJSx94PckSOo4Ry4aVCVFsx9Q\",\"CO.VC.FL\",\"COVAC76275\",\"76275\",3.29184997081754,-76.232617742033,65121,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4b8da870\",\"76306\",3,\"Valle del Cauca\",\"Ginebra\",\"COL.30.18_1\",\"ChIJvSegcafwOY4Ryxx2SjgSBhc\",\"CO.VC.GI\",\"COVAC76306\",\"76306\",3.74585056304935,-76.1972996563902,24269,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b52eb436\",\"76318\",3,\"Valle del Cauca\",\"Guacarí\",\"COL.30.19_1\",\"ChIJOYxUghH7OY4RXdTCQXl-VL4\",\"CO.VC.GU\",\"COVAC76318\",\"76318\",3.76584994792944,-76.3199711806694,39822,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cf76d8fc\",\"76111\",3,\"Valle del Cauca\",\"Guadalajara de Buga\",\"COL.30.20_1\",\"ChIJK7UTTrnsOY4RUFPKTAHNjEE\",\"CO.VC.BU\",\"COVAC76111\",\"76111\",3.87200093269351,-76.1505588176041,129952,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f3d96eda\",\"76364\",3,\"Valle del Cauca\",\"Jamundí\",\"COL.30.21_1\",\"ChIJ4WhQCLieMI4RFSQw06kORvE\",\"CO.VC.JA\",\"COVAC76364\",\"76364\",3.21039950847629,-76.6486607248504,237228,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"73cb0e21\",\"76377\",3,\"Valle del Cauca\",\"La Cumbre\",\"COL.30.22_1\",\"ChIJr0YXkcZTN44RoGI_KRkmqyM\",\"CO.VC.LC\",\"COVAC76377\",\"76377\",3.671499490738,-76.6034848800947,12824,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a7a11bc0\",\"76400\",3,\"Valle del Cauca\",\"La Unión de Sucre\",\"COL.30.23_1\",\"ChIJCTC9zG0_OI4RVKFT9JSWJwE\",\"CO.VC.LU\",\"COVAC76400\",\"76400\",4.52880096435553,-76.1544500719047,45810,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3ea84a7a\",\"76403\",3,\"Valle del Cauca\",\"La Victoria\",\"COL.30.24_1\",\"ChIJHzh05t5AOI4RFN3y6GdiCxg\",\"CO.VC.LV\",\"COVAC76403\",\"76403\",4.47380018234253,-75.9808961851438,15885,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e807352a\",\"76497\",3,\"Valle del Cauca\",\"Obando\",\"COL.30.25_1\",,\"CO.VC.OB\",\"COVAC76497\",\"76497\",4.57020044326782,-75.9821872322591,15700,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"94551375\",\"76520\",3,\"Valle del Cauca\",\"Palmira\",\"COL.30.26_1\",\"ChIJ50-bZo0EOo4RztMKkH4J1Qk\",\"CO.VC.PA\",\"COVAC76520\",\"76520\",3.58000051975256,-76.2535026294092,366502,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"693087cb\",\"76563\",3,\"Valle del Cauca\",\"Pradera\",\"COL.30.27_1\",\"ChIJvaB2tb8ROo4RwBeDgQwSTnw\",\"CO.VC.PR\",\"COVAC76563\",\"76563\",3.39740049839014,-76.1941499727543,65558,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4d466a9b\",\"76606\",3,\"Valle del Cauca\",\"Restrepo\",\"COL.30.28_1\",,\"CO.VC.RE\",\"COVAC76606\",\"76606\",3.78365051746374,-76.5621077136759,18716,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"545d5bda\",\"76616\",3,\"Valle del Cauca\",\"Riofrío\",\"COL.30.29_1\",,\"CO.VC.RI\",\"COVAC76616\",\"76616\",4.09150099754345,-76.4245029287089,15167,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"781dcc00\",\"76622\",3,\"Valle del Cauca\",\"Roldanillo\",\"COL.30.30_1\",\"ChIJ1T7Dazw3OI4Rm5Qs3jXlht4\",\"CO.VC.RO\",\"COVAC76622\",\"76622\",4.42495083808907,-76.252877455645,36418,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"eb645969\",\"76670\",3,\"Valle del Cauca\",\"San Pedro\",\"COL.30.31_1\",\"ChIJTwmtn0fCOY4RamdR0sg8s_s\",\"CO.VC.SP\",\"COVAC76670\",\"76670\",4.01950001716614,-76.2708712793794,24111,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d7af838a\",\"76001\",3,\"Valle del Cauca\",\"Santiago de Cali\",\"COL.30.32_1\",\"ChIJESedtkOmMI4R--NFJ63l3jc\",\"CO.VC.CL\",\"COVAC76001\",\"76001\",3.42129945755008,-76.5966127227186,2827184,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"67a9536f\",\"76736\",3,\"Valle del Cauca\",\"Sevilla\",\"COL.30.33_1\",\"ChIJJZfgMiWuOY4Ryu-9pMwwmQ8\",\"CO.VC.SE\",\"COVAC76736\",\"76736\",4.21955108642575,-75.963878832697,42769,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0584d19c\",\"76823\",3,\"Valle del Cauca\",\"Toro\",\"COL.30.34_1\",,\"CO.VC.TO\",\"COVAC76823\",\"76823\",4.6185009479523,-76.1303222447778,16310,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"92560814\",\"76828\",3,\"Valle del Cauca\",\"Trujillo\",\"COL.30.35_1\",,\"CO.VC.TR\",\"COVAC76828\",\"76828\",4.20290040969851,-76.3923380746319,18877,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"82fb757e\",\"76834\",3,\"Valle del Cauca\",\"Tuluá\",\"COL.30.36_1\",\"ChIJJZxtXbvFOY4R-_c1itIe7kY\",\"CO.VC.TU\",\"COVAC76834\",\"76834\",4.04605054855355,-76.1568903227014,255136,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"babdd32f\",\"76845\",3,\"Valle del Cauca\",\"Ulloa\",\"COL.30.37_1\",,\"CO.VC.UL\",\"COVAC76845\",\"76845\",4.69834947586062,-75.8161712243693,7475,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"61e81498\",\"76863\",3,\"Valle del Cauca\",\"Versalles\",\"COL.30.38_1\",,\"CO.VC.VE\",\"COVAC76863\",\"76863\",4.61180043220526,-76.3257995163395,6680,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"813dfd86\",\"76869\",3,\"Valle del Cauca\",\"Vijes\",\"COL.30.39_1\",,\"CO.VC.VI\",\"COVAC76869\",\"76869\",3.74200046062475,-76.4865291354693,12797,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7f7959ed\",\"76890\",3,\"Valle del Cauca\",\"Yotoco\",\"COL.30.40_1\",,\"CO.VC.YO\",\"COVAC76890\",\"76890\",3.90649998188022,-76.4360664819269,19163,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"917738c1\",\"76892\",3,\"Valle del Cauca\",\"Yumbo\",\"COL.30.41_1\",\"ChIJ-9bNDq-rMI4RjK0W2Nxbwbc\",\"CO.VC.YU\",\"COVAC76892\",\"76892\",3.56250000000003,-76.5570591234394,163179,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0f13ad62\",\"76895\",3,\"Valle del Cauca\",\"Zarzal\",\"COL.30.42_1\",\"ChIJ560oGy1IOI4Rwk5BM9YGw6E\",\"CO.VC.ZA\",\"COVAC76895\",\"76895\",4.37195110321048,-76.078610352625,54832,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"87bb973f\",\"97161\",3,\"Vaupés\",\"Carurú\",\"COL.31.1_1\",,\"CO.VP.CA\",\"COVAU97161\",\"97161\",1.10579997301107,-71.2552846854463,8865,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d0235a8e\",\"97001\",3,\"Vaupés\",\"Mitú\",\"COL.31.2_1\",,\"CO.VP.MI\",\"COVAU97001\",\"97001\",0.939150005579023,-70.444660588808,73308,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cff3a924\",\"97511\",3,\"Vaupés\",\"Pacoa\",\"COL.31.3_1\",,\"CO.VP.PC\",\"COVAU97511\",\"97511\",0.161150999367322,-70.8199587670208,11540,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"734e7ff9\",\"97777\",3,\"Vaupés\",\"Papunahua\",\"COL.31.4_1\",,\"CO.VP.PP\",\"COVAU97777\",\"97777\",1.56099945306784,-70.8184249768955,879,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1c901419\",\"97666\",3,\"Vaupés\",\"Taraira\",\"COL.31.5_1\",,\"CO.VP.TA\",\"COVAU97666\",\"97666\",-0.707771509885703,-69.9205796521957,2674,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1832090c\",\"97889\",3,\"Vaupés\",\"Yavaraté\",\"COL.31.6_1\",,\"CO.VP.YA\",\"COVAU97889\",\"97889\",0.786177515983582,-69.6475570149416,3953,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"94fcccd3\",\"99773\",3,\"Vichada\",\"Cumaribo\",\"COL.32.1_1\",,\"CO.VD.CU\",\"COVID99773\",\"99773\",4.56809997558599,-69.9411434394216,49166,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"746b795b\",\"99524\",3,\"Vichada\",\"La Primavera\",\"COL.32.2_1\",,\"CO.VD.LP\",\"COVID99524\",\"99524\",5.48306035995486,-69.4652574970326,18262,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"30fc2dbd\",\"99001\",3,\"Vichada\",\"Puerto Carreño\",\"COL.32.3_1\",\"ChIJ9Yxz9jkZdo4RuhjbKk8Tqpg\",\"CO.VD.PC\",\"COVID99001\",\"99001\",5.81662344932565,-68.0758417751926,26522,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"762dc702\",\"99624\",3,\"Vichada\",\"Santa Rosalía\",\"COL.32.6_1\",,\"CO.VD.SR\",\"COVID99624\",\"99624\",5.09930038452154,-70.6348743438721,5420,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n"
  },
  {
    "path": "inst/extdata/db/CZE.csv",
    "content": "\"id\",\"id_mzcr.cz\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,\"-\",,,,,,\n\"674bb426\",\"CZ031\",2,\"Jihočeský\",,\"South Bohemia Region\",\"CZE.1_1\",\"ChIJZ2aXTChNc0cRQKgUZg-vAAE\",\"CZ.CK\",\"CZ031\",\"CZ031\",49.07897377,14.5981501396401,642133,\"Czech Statistical Office (2018)\",\"https://www.czso.cz/csu/czso/demograficka-rocenka-kraju-2009-az-2018\"\n\"6a56b4ec\",\"CZ064\",2,\"Jihomoravský\",,\"Moravian-Silesian Region\",\"CZE.2_1\",\"ChIJ20M_Z4beE0cR8KgUZg-vAAE\",\"CZ.BK\",\"CZ064\",\"CZ064\",49.127857205,16.7263536027426,1187667,\"Czech Statistical Office (2018)\",\"https://www.czso.cz/csu/czso/demograficka-rocenka-kraju-2009-az-2018\"\n\"280a22e1\",\"CZ041\",2,\"Karlovarský\",,\"Karlovy Vary Region\",\"CZE.3_1\",\"ChIJzfOKMreRoEcRYKgUZg-vAAE\",\"CZ.KK\",\"CZ041\",\"CZ041\",50.17484474,12.8139416791239,294896,\"Czech Statistical Office (2018)\",\"https://www.czso.cz/csu/czso/demograficka-rocenka-kraju-2009-az-2018\"\n\"a818421a\",\"CZ052\",2,\"Královéhradecký\",,\"Hradec Králové Region\",\"CZE.5_1\",\"ChIJMfr5cQ2GDkcRkKgUZg-vAAE\",\"CZ.HK\",\"CZ052\",\"CZ052\",50.412960055,15.6831980692591,551021,\"Czech Statistical Office (2018)\",\"https://www.czso.cz/csu/czso/demograficka-rocenka-kraju-2009-az-2018\"\n\"311113a0\",\"CZ051\",2,\"Liberecký\",,\"Liberec Region\",\"CZE.6_1\",\"ChIJw21vd603CUcRgKgUZg-vAAE\",\"CZ.LK\",\"CZ051\",\"CZ051\",50.75294113,14.983202807787,442356,\"Czech Statistical Office (2018)\",\"https://www.czso.cz/csu/czso/demograficka-rocenka-kraju-2009-az-2018\"\n\"f3b85d7b\",\"CZ080\",2,\"Moravskoslezský\",,\"South Moravian Region\",\"CZE.7_1\",\"ChIJjQugXLi_EkcRwKgUZg-vAAE\",\"CZ.VK\",\"CZ080\",\"CZ080\",49.864343645,17.8919684672901,1203299,\"Czech Statistical Office (2018)\",\"https://www.czso.cz/csu/czso/demograficka-rocenka-kraju-2009-az-2018\"\n\"03277122\",\"CZ071\",2,\"Olomoucký\",,\"Olomouc Region\",\"CZE.8_1\",\"ChIJSSEHIaM6EkcR0KgUZg-vAAE\",\"CZ.OK\",\"CZ071\",\"CZ071\",49.871944425,16.9589242741895,632492,\"Czech Statistical Office (2018)\",\"https://www.czso.cz/csu/czso/demograficka-rocenka-kraju-2009-az-2018\"\n\"df1f728c\",\"CZ053\",2,\"Pardubický\",,\"Pardubice Region\",\"CZE.9_1\",\"ChIJaUFizQjADUcRoKgUZg-vAAE\",\"CZ.EK\",\"CZ053\",\"CZ053\",49.894067765,16.1285589757184,520316,\"Czech Statistical Office (2018)\",\"https://www.czso.cz/csu/czso/demograficka-rocenka-kraju-2009-az-2018\"\n\"fe42e59c\",\"CZ032\",2,\"Plzeňský\",,\"Plzeň Region\",\"CZE.10_1\",\"ChIJaWXbs0u_CkcRUKgUZg-vAAE\",\"CZ.PK\",\"CZ032\",\"CZ032\",49.521614075,13.2130974784509,584672,\"Czech Statistical Office (2018)\",\"https://www.czso.cz/csu/czso/demograficka-rocenka-kraju-2009-az-2018\"\n\"227ae632\",\"CZ010\",2,\"Praha\",,\"Prague\",\"CZE.11_1\",\"ChIJi3lwCZyTC0cRIKgUZg-vAAE\",\"CZ.PM\",\"CZ010\",\"CZ010\",50.056287765,14.4573207649924,1169106,\"Czech Statistical Office (2018)\",\"https://www.czso.cz/csu/czso/demograficka-rocenka-kraju-2009-az-2018\"\n\"0957b5f1\",\"CZ020\",2,\"Středočeský\",,\"Central Bohemian Region\",\"CZE.12_1\",\"ChIJo_KPDpyTC0cRMKgUZg-vAAE\",\"CZ.SK\",\"CZ020\",\"CZ020\",50.0600605,13.851392638713,1369332,\"Czech Statistical Office (2018)\",\"https://www.czso.cz/csu/czso/demograficka-rocenka-kraju-2009-az-2018\"\n\"b103735b\",\"CZ042\",2,\"Ústecký\",,\"Ústí nad Labem Region\",\"CZE.13_1\",\"ChIJyauIT6CJCUcRcKgUZg-vAAE\",\"CZ.UK\",\"CZ042\",\"CZ042\",50.563856125,13.8131370503766,820789,\"Czech Statistical Office (2018)\",\"https://www.czso.cz/csu/czso/demograficka-rocenka-kraju-2009-az-2018\"\n\"f432214f\",\"CZ063\",2,\"Vysočina\",,\"Vysočina Region\",\"CZE.4_1\",\"ChIJVf0Z3PAQDUcRsKgUZg-vAAE\",\"CZ.JK\",\"CZ063\",\"CZ063\",49.401540755,15.6465717326677,509274,\"Czech Statistical Office (2018)\",\"https://www.czso.cz/csu/czso/demograficka-rocenka-kraju-2009-az-2018\"\n\"9a2e2098\",\"CZ072\",2,\"Zlínský\",,\"Zlín Region\",\"CZE.14_1\",\"ChIJLWCw1F9xE0cR4KgUZg-vAAE\",\"CZ.ZK\",\"CZ072\",\"CZ072\",49.212442395,17.6547912699679,582921,\"Czech Statistical Office (2018)\",\"https://www.czso.cz/csu/czso/demograficka-rocenka-kraju-2009-az-2018\"\n\"9bb5afb2\",\"CZ0311\",3,\"Jihočeský\",\"Ceské Budejovice\",,\"CZE.1.1_1\",\"ChIJhQbcWsZOc0cR0KkUZg-vAAM\",\"CZ.CK.CB\",\"CZ0311\",\"CZ031\",48.9689445495606,14.4580834454054,186462,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"02bcfe08\",\"CZ0312\",3,\"Jihočeský\",\"Ceský Krumlov\",,\"CZE.1.2_1\",\"ChIJvXlhAb5nc0cR4KkUZg-vAAM\",\"CZ.CK.CK\",\"CZ0312\",\"CZ031\",48.7632083892823,14.2575649404526,60516,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"75bbce9e\",\"CZ0313\",3,\"Jihočeský\",\"Jindrichuv Hradec\",,\"CZE.1.3_1\",\"ChIJy_gHa9jUDEcR8KkUZg-vAAM\",\"CZ.CK.JH\",\"CZ0313\",\"CZ031\",49.0238895416261,15.0996754186563,90604,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"ebdf5b3d\",\"CZ0314\",3,\"Jihočeský\",\"Písek\",,\"CZE.1.4_1\",\"ChIJjX9IeTNbC0cRAKoUZg-vAAM\",\"CZ.CK.PI\",\"CZ0314\",\"CZ031\",49.3590278625489,14.2219564215676,69843,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"9cd86bab\",\"CZ0315\",3,\"Jihočeský\",\"Prachatice\",,\"CZE.1.5_1\",\"ChIJ5wFm5r67dEcREKoUZg-vAAM\",\"CZ.CK.PT\",\"CZ0315\",\"CZ031\",48.9486618041992,13.9000351048211,50010,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"05d13a11\",\"CZ0316\",3,\"Jihočeský\",\"Strakonice\",,\"CZE.1.6_1\",\"ChIJue3T90NIC0cRIKoUZg-vAAM\",\"CZ.CK.ST\",\"CZ0316\",\"CZ031\",49.3009910583496,13.8700719096073,69786,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"72d60a87\",\"CZ0317\",3,\"Jihočeský\",\"Tábor\",,\"CZE.1.7_1\",\"ChIJOdNJXBmYDEcR3RK7P48Z-eY\",\"CZ.CK.TA\",\"CZ0317\",\"CZ031\",49.3531036376954,14.6783524565502,101115,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"e009991c\",\"CZ0641\",3,\"Jihomoravský\",\"Blansko\",,\"CZE.2.1_1\",\"ChIJO2hn4HGIEkcRcKwUZg-vAAM\",\"CZ.BK.BK\",\"CZ0641\",\"CZ064\",49.4491958618164,16.6059521144421,105708,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"90636d93\",\"CZ0644\",3,\"Jihomoravský\",\"Breclav\",,\"CZE.2.2_1\",\"ChIJc7kNMlPSEkcRoKwUZg-vAAM\",\"CZ.BK.BV\",\"CZ0644\",\"CZ064\",48.8354282379151,16.7134215346819,112828,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"7900c8a6\",\"CZ0642\",3,\"Jihomoravský\",\"Brno-mesto\",,\"CZE.2.3_1\",\"ChIJEVE_wDqUEkcRgKwUZg-vAAM\",\"CZ.BK.BM\",\"CZ0642\",\"CZ064\",49.1888103485108,16.5825370386533,385913,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"0e07f830\",\"CZ0643\",3,\"Jihomoravský\",\"Brno-venkov\",,\"CZE.2.4_1\",\"ChIJTfxlwhKWEkcRkKwUZg-vAAM\",\"CZ.BK.BO\",\"CZ0643\",\"CZ064\",49.1712608337403,16.3893684917585,206300,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"e7645d05\",\"CZ0645\",3,\"Jihomoravský\",\"Hodonín\",,\"CZE.2.5_1\",\"ChIJIV5ls1g7E0cRsKwUZg-vAAM\",\"CZ.BK.HO\",\"CZ0645\",\"CZ064\",48.954381942749,17.2183832213191,153225,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"7e6d0cbf\",\"CZ0646\",3,\"Jihomoravský\",\"Vyškov\",,\"CZE.2.6_1\",\"ChIJ30nshLv6EkcRwKwUZg-vAAM\",\"CZ.BK.VY\",\"CZ0646\",\"CZ064\",49.2599334716797,16.9944182994754,88154,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"096a3c29\",\"CZ0647\",3,\"Jihomoravský\",\"Znojmo\",,\"CZE.2.7_1\",\"ChIJMRsqSkdVDUcR0KwUZg-vAAM\",\"CZ.BK.ZN\",\"CZ0647\",\"CZ064\",48.9130687713624,16.0064318175784,111380,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"9efab937\",\"CZ0411\",3,\"Karlovarský\",\"Cheb\",,\"CZE.3.1_1\",\"ChIJg8Ix2il-CkcRgr-xQOQAAEU\",\"CZ.KK.CH\",\"CZ0411\",\"CZ041\",50.1066761016847,12.3762158171373,90188,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"07f3e88d\",\"CZ0412\",3,\"Karlovarský\",\"Karlovy Vary\",,\"CZE.3.2_1\",\"ChIJVZEYksKdoEcRwKoUZg-vAAM\",\"CZ.KK.KV\",\"CZ0412\",\"CZ041\",50.1849765777588,13.0681649775301,115446,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"70f4d81b\",\"CZ0413\",3,\"Karlovarský\",\"Sokolov\",,\"CZE.3.3_1\",\"ChIJ0fzsx5uToEcR0KoUZg-vAAM\",\"CZ.KK.SO\",\"CZ0413\",\"CZ041\",50.2346267700195,12.6579441534208,89961,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"b41580c3\",\"CZ0521\",3,\"Královéhradecký\",\"Hradec Králové\",,\"CZE.5.1_1\",\"ChIJ4UGUNRMpDEcRkKsUZg-vAAM\",\"CZ.HK.HK\",\"CZ0521\",\"CZ052\",50.2150459289551,15.697076177443,162661,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"2d1cd179\",\"CZ0522\",3,\"Královéhradecký\",\"Jicín\",,\"CZE.5.2_1\",\"ChIJVxnjhS-iDkcRoKsUZg-vAAM\",\"CZ.HK.JC\",\"CZ0522\",\"CZ052\",50.396713256836,15.417199675225,79702,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"5a1be1ef\",\"CZ0523\",3,\"Královéhradecký\",\"Náchod\",,\"CZE.5.3_1\",\"ChIJHyOfm6xmDkcRsKsUZg-vAAM\",\"CZ.HK.NA\",\"CZ0523\",\"CZ052\",50.4809780120849,16.1780648330763,109550,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"c47f744c\",\"CZ0524\",3,\"Královéhradecký\",\"Rychnov nad Knežnou\",,\"CZE.5.4_1\",\"ChIJDcz1xG91DkcRwKsUZg-vAAM\",\"CZ.HK.RK\",\"CZ0524\",\"CZ052\",50.2085628509522,16.2860720669081,77829,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"b37844da\",\"CZ0525\",3,\"Královéhradecký\",\"Trutnov\",,\"CZE.5.5_1\",\"ChIJ1x2MpwmNDkcR0KsUZg-vAAM\",\"CZ.HK.TU\",\"CZ0525\",\"CZ052\",50.5536994934083,15.8444812263106,118174,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"9f38d300\",\"CZ0511\",3,\"Liberecký\",\"Ceská Lípa\",,\"CZE.6.1_1\",\"ChIJf1Z58u9pCUcRUKsUZg-vAAM\",\"CZ.LK.CL\",\"CZ0511\",\"CZ051\",50.6610355377198,14.6452334452713,100756,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"063182ba\",\"CZ0512\",3,\"Liberecký\",\"Jablonec nad Nisou\",,\"CZE.6.2_1\",\"ChIJy8smMbrLDkcRYKsUZg-vAAM\",\"CZ.LK.JN\",\"CZ0512\",\"CZ051\",50.7303581237793,15.2522011682363,88200,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"7136b22c\",\"CZ0513\",3,\"Liberecký\",\"Liberec\",,\"CZE.6.3_1\",\"ChIJEVRTg0wxCUcRcKsUZg-vAAM\",\"CZ.LK.LB\",\"CZ0513\",\"CZ051\",50.7904148101807,14.9703345601983,169878,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"ef52278f\",\"CZ0514\",3,\"Liberecký\",\"Semily\",,\"CZE.6.4_1\",\"ChIJyU9tKIu3DkcRgKsUZg-vAAM\",\"CZ.LK.SM\",\"CZ0514\",\"CZ051\",50.646806716919,15.4378824634452,73605,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"8efb7112\",\"CZ0801\",3,\"Moravskoslezský\",\"Bruntál\",,\"CZE.7.1_1\",\"ChIJA7Z1fdaHEUcRcK0UZg-vAAM\",\"CZ.VK.BR\",\"CZ0801\",\"CZ080\",50.0441837310792,17.4673352470675,92693,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"17f220a8\",\"CZ0802\",3,\"Moravskoslezský\",\"Frýdek-Místek\",,\"CZE.7.2_1\",\"ChIJaUMoIlkJFEcRgK0UZg-vAAM\",\"CZ.VK.FM\",\"CZ0802\",\"CZ080\",49.6164283752442,18.52480695451,207756,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"60f5103e\",\"CZ0803\",3,\"Moravskoslezský\",\"Karviná\",,\"CZE.7.3_1\",\"ChIJRZcOS1r-E0cRkK0UZg-vAAM\",\"CZ.VK.KI\",\"CZ0803\",\"CZ080\",49.8418407440186,18.4704988216135,256394,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"fe91859d\",\"CZ0804\",3,\"Moravskoslezský\",\"Nový Jicín\",,\"CZE.7.4_1\",\"ChIJIxMFSE_qE0cRoK0UZg-vAAM\",\"CZ.VK.NJ\",\"CZ0804\",\"CZ080\",49.6840610504151,17.979390106391,148074,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"8996b50b\",\"CZ0805\",3,\"Moravskoslezský\",\"Opava\",,\"CZE.7.5_1\",\"ChIJQxzMOQ7ZE0cRsK0UZg-vAAM\",\"CZ.VK.OP\",\"CZ0805\",\"CZ080\",49.8899288177491,17.9126640192808,174899,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"109fe4b1\",\"CZ0806\",3,\"Moravskoslezský\",\"Ostrava-mesto\",,\"CZE.7.6_1\",\"ChIJneckMWpYEUcRqCOgY2-OIrY\",\"CZ.VK.OV\",\"CZ0806\",\"CZ080\",49.8271293640138,18.2496951180235,326018,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"9cbc076e\",\"CZ0711\",3,\"Olomoucký\",\"Jeseník\",,\"CZE.8.1_1\",\"ChIJbbSUfa_vEUcRIK0UZg-vAAM\",\"CZ.OK.JE\",\"CZ0711\",\"CZ071\",50.2717208862306,17.1804616394166,38779,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"05b556d4\",\"CZ0712\",3,\"Olomoucký\",\"Olomouc\",,\"CZE.8.2_1\",\"ChIJBddoFR5JEkcR8KwUZg-vAAM\",\"CZ.OK.OC\",\"CZ0712\",\"CZ071\",49.6568965911865,17.244538992711,230408,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"ecd6f3e1\",\"CZ0714\",3,\"Olomoucký\",\"Prerov\",,\"CZE.8.3_1\",\"ChIJtTT3ffCvE0cRAK0UZg-vAAM\",\"CZ.OK.PR\",\"CZ0714\",\"CZ071\",49.50905418396,17.5925138250413,130082,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"72b26642\",\"CZ0713\",3,\"Olomoucký\",\"Prostejov\",,\"CZE.8.4_1\",\"ChIJIRtacRpZEkcR4KwUZg-vAAM\",\"CZ.OK.PV\",\"CZ0713\",\"CZ071\",49.4887371063234,17.1014109636583,107859,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"9bd1c377\",\"CZ0715\",3,\"Olomoucký\",\"Šumperk\",,\"CZE.8.5_1\",\"ChIJ8zgMVQcbEkcREK0UZg-vAAM\",\"CZ.OK.SU\",\"CZ0715\",\"CZ071\",49.9743690490724,16.9471713296676,121299,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"ad0eb182\",\"CZ0531\",3,\"Pardubický\",\"Chrudim\",,\"CZE.9.1_1\",\"ChIJg-fAjTS3DUcR4KsUZg-vAAM\",\"CZ.EK.CR\",\"CZ0531\",\"CZ053\",49.8377895355225,15.8401048388134,103199,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"3407e038\",\"CZ0532\",3,\"Pardubický\",\"Pardubice\",,\"CZE.9.2_1\",\"ChIJiUqlb9PMDUcR8KsUZg-vAAM\",\"CZ.EK.PU\",\"CZ0532\",\"CZ053\",50.0439987182618,15.7603911976741,168423,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"4300d0ae\",\"CZ0533\",3,\"Pardubický\",\"Svitavy\",,\"CZE.9.3_1\",\"ChIJyYUDsGKJDUcRAKwUZg-vAAM\",\"CZ.EK.SY\",\"CZ0533\",\"CZ053\",49.7436447143555,16.4669163002826,103245,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"dd64450d\",\"CZ0534\",3,\"Pardubický\",\"Ústí nad Orlicí\",,\"CZE.9.4_1\",\"ChIJHQXKK6X6DUcREKwUZg-vAAM\",\"CZ.EK.UO\",\"CZ0534\",\"CZ053\",50.006202697754,16.4291006194221,136760,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"b098fc71\",\"CZ0321\",3,\"Plzeňský\",\"Domažlice\",,\"CZE.10.1_1\",\"ChIJC4s6XVilCkcRQKoUZg-vAAM\",\"CZ.PK.DO\",\"CZ0321\",\"CZ032\",49.4851226806642,12.8911767193076,59926,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"2991adcb\",\"CZ0322\",3,\"Plzeňský\",\"Klatovy\",,\"CZE.10.2_1\",\"ChIJH34ubynVCkcRUKoUZg-vAAM\",\"CZ.PK.KT\",\"CZ0322\",\"CZ032\",49.2387084960938,13.4032285243917,85726,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"c0f208fe\",\"CZ0324\",3,\"Plzeňský\",\"Plzen-jih\",,\"CZE.10.4_1\",\"ChIJBzUkRP7nCkcRcKoUZg-vAAM\",\"CZ.PK.PJ\",\"CZ0324\",\"CZ032\",49.5660800933838,13.443769226911,62389,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"5e969d5d\",\"CZ0323\",3,\"Plzeňský\",\"Plzen-mesto\",,\"CZE.10.3_1\",\"ChIJw62-3mTjCkcRnR4yybj4S2w\",\"CZ.PK.PM\",\"CZ0323\",\"CZ032\",49.7418594360352,13.3761466323926,188045,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"b7f53868\",\"CZ0325\",3,\"Plzeňský\",\"Plzen-sever\",,\"CZE.10.5_1\",\"ChIJIYd-lzr1CkcRgKoUZg-vAAM\",\"CZ.PK.PS\",\"CZ0325\",\"CZ032\",49.8852195739746,13.278408606682,74940,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"2efc69d2\",\"CZ0326\",3,\"Plzeňský\",\"Rokycany\",,\"CZE.10.6_1\",\"ChIJG54q847-CkcRkKoUZg-vAAM\",\"CZ.PK.RO\",\"CZ0326\",\"CZ032\",49.8017501831055,13.6551788449786,47458,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"59fb5944\",\"CZ0327\",3,\"Plzeňský\",\"Tachov\",,\"CZE.10.7_1\",\"ChIJA31YF1J2oEcRoKoUZg-vAAM\",\"CZ.PK.TC\",\"CZ0327\",\"CZ032\",49.7785110473633,12.7580572110106,51917,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"f62d7a0b\",\"CZ0100\",3,\"Praha\",\"Praha\",,\"CZE.11_1\",\"ChIJi3lwCZyTC0cRIKgUZg-vAAE\",\"CZ.PM.AA\",\"CZ0100\",\"CZ010\",50.0636986041279,14.4764025063456,1268796,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"836cf4c4\",\"CZ0201\",3,\"Středočeský\",\"Benešov\",,\"CZE.12.1_1\",\"ChIJgdH0HOmHDEcREKkUZg-vAAM\",\"CZ.SK.BN\",\"CZ0201\",\"CZ020\",49.7059516906739,14.7690521174966,95459,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"1a65a57e\",\"CZ0202\",3,\"Středočeský\",\"Beroun\",,\"CZE.12.2_1\",\"ChIJy_gxcQSmC0cRIKkUZg-vAAM\",\"CZ.SK.BE\",\"CZ0202\",\"CZ020\",49.898717880249,14.0266831542329,86160,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"6d6295e8\",\"CZ0203\",3,\"Středočeský\",\"Kladno\",,\"CZE.12.3_1\",\"ChIJb2aRvKXJC0cRMKkUZg-vAAM\",\"CZ.SK.KL\",\"CZ0203\",\"CZ020\",50.179672241211,14.117180842321,158799,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"f306004b\",\"CZ0204\",3,\"Středočeský\",\"Kolín\",,\"CZE.12.4_1\",\"ChIJ1z12Jn6KC0cRO4UXBKZ_beM\",\"CZ.SK.KO\",\"CZ0204\",\"CZ020\",49.9838714599609,15.0361117009689,96001,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"840130dd\",\"CZ0205\",3,\"Středočeský\",\"Kutná Hora\",,\"CZE.12.5_1\",\"ChIJrT3zBeFCDEcRUKkUZg-vAAM\",\"CZ.SK.KH\",\"CZ0205\",\"CZ020\",49.8549423217774,15.1725410797901,73404,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"1d086167\",\"CZ0206\",3,\"Středočeský\",\"Melník\",,\"CZE.12.6_1\",\"ChIJl1dm9FLnC0cRYKkUZg-vAAM\",\"CZ.SK.ME\",\"CZ0206\",\"CZ020\",50.3421897888184,14.5028425295376,104659,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"6a0f51f1\",\"CZ0207\",3,\"Středočeský\",\"Mladá Boleslav\",,\"CZE.12.7_1\",\"ChIJq4tbupNVCUcRcKkUZg-vAAM\",\"CZ.SK.MB\",\"CZ0207\",\"CZ020\",50.3941764831544,14.9289868701565,123659,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"fab04c60\",\"CZ0208\",3,\"Středočeský\",\"Nymburk\",,\"CZE.12.8_1\",\"ChIJnYgV12kFDEcRgKkUZg-vAAM\",\"CZ.SK.NB\",\"CZ0208\",\"CZ020\",50.1976051330567,15.086430655153,94884,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"8db77cf6\",\"CZ0209\",3,\"Středočeský\",\"Praha-východ\",,\"CZE.12.9_1\",\"ChIJ3WW5Tw2NC0cRkKkUZg-vAAM\",\"CZ.SK.PH\",\"CZ0209\",\"CZ020\",50.0423183441163,14.709216558756,157146,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"d36985f8\",\"CZ020A\",3,\"Středočeský\",\"Praha-západ\",,\"CZE.12.10_1\",\"ChIJ-ZOjQFqWC0cRoKkUZg-vAAM\",\"CZ.SK.PZ\",\"CZ020A\",\"CZ020\",49.9976654052735,14.2619915273023,131231,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"4a60d442\",\"CZ020B\",3,\"Středočeský\",\"Príbram\",,\"CZE.12.11_1\",\"ChIJ7w_GEOIMC0cRsKkUZg-vAAM\",\"CZ.SK.PB\",\"CZ020B\",\"CZ020\",49.681776046753,14.1176484799256,112816,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"3d67e4d4\",\"CZ020C\",3,\"Středočeský\",\"Rakovník\",,\"CZE.12.12_1\",\"ChIJNb_-5RhPCkcRwKkUZg-vAAM\",\"CZ.SK.RA\",\"CZ020C\",\"CZ020\",50.0947742462158,13.7073152459551,54993,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"2cdebb4e\",\"CZ0422\",3,\"Ústecký\",\"Chomutov\",,\"CZE.13.1_1\",\"ChIJX8ITf2APCkcR8KoUZg-vAAM\",\"CZ.UK.CV\",\"CZ0422\",\"CZ042\",50.4273147583008,13.2885009372662,122157,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"b5d7eaf4\",\"CZ0421\",3,\"Ústecký\",\"Decín\",,\"CZE.13.2_1\",\"ChIJD6N9WKMLCUcR4KoUZg-vAAM\",\"CZ.UK.DC\",\"CZ0421\",\"CZ042\",50.8493824005128,14.4149469876603,128834,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"5bd98bd8\",\"CZ0423\",3,\"Ústecký\",\"Litomerice\",,\"CZE.13.3_1\",\"ChIJzRH2EhR-CUcRAKsUZg-vAAM\",\"CZ.UK.LT\",\"CZ0423\",\"CZ042\",50.49098777771,14.1804666064802,117278,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"c5bd1e7b\",\"CZ0424\",3,\"Ústecký\",\"Louny\",,\"CZE.13.4_1\",\"ChIJv3wlEFo5CkcREKsUZg-vAAM\",\"CZ.UK.LN\",\"CZ0424\",\"CZ042\",50.2694683074952,13.6698604594248,85191,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"b2ba2eed\",\"CZ0425\",3,\"Ústecký\",\"Most\",,\"CZE.13.5_1\",\"ChIJ--vuq4T1CUcRIKsUZg-vAAM\",\"CZ.UK.MO\",\"CZ0425\",\"CZ042\",50.5635108947755,13.5976001550985,111775,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"2bb37f57\",\"CZ0426\",3,\"Ústecký\",\"Teplice\",,\"CZE.13.6_1\",\"ChIJR5_PXlaJCUcRMKsUZg-vAAM\",\"CZ.UK.TP\",\"CZ0426\",\"CZ042\",50.6169033050538,13.8193648890414,125498,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"5cb44fc1\",\"CZ0427\",3,\"Ústecký\",\"Ústí nad Labem\",,\"CZE.13.7_1\",\"ChIJXRamunybCUcRQKsUZg-vAAM\",\"CZ.UK.UL\",\"CZ0427\",\"CZ042\",50.692029953003,14.0611835948691,118228,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"af480fdb\",\"CZ0631\",3,\"Vysočina\",\"Havlíckuv Brod\",,\"CZE.4.1_1\",\"ChIJN4e1eClMDEcR1QMsOM45oXk\",\"CZ.JK.HB\",\"CZ0631\",\"CZ063\",49.6568450927735,15.5534210078717,94217,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"36415e61\",\"CZ0632\",3,\"Vysočina\",\"Jihlava\",,\"CZE.4.2_1\",\"ChIJge0r2xgYDUcRQKwUZg-vAAM\",\"CZ.JK.JI\",\"CZ0632\",\"CZ063\",49.2995738983155,15.5526660913553,110522,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"41466ef7\",\"CZ0633\",3,\"Vysočina\",\"Pelhrimov\",,\"CZE.4.3_1\",\"ChIJ50XrewTmDEcRIKwUZg-vAAM\",\"CZ.JK.PE\",\"CZ0633\",\"CZ063\",49.4105339050294,15.1397952266729,71914,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"df22fb54\",\"CZ0634\",3,\"Vysočina\",\"Trebíc\",,\"CZE.4.4_1\",\"ChIJBTpYjopEDUcRUKwUZg-vAAM\",\"CZ.JK.TR\",\"CZ0634\",\"CZ063\",49.1350994110108,15.9570320396014,111693,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"a825cbc2\",\"CZ0635\",3,\"Vysočina\",\"Ždár nad Sázavou\",,\"CZE.4.5_1\",\"ChIJ7fkXghh3DUcRYKwUZg-vAAM\",\"CZ.JK.ZR\",\"CZ0635\",\"CZ063\",49.4859714508058,16.0798693174054,117219,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"b79154ad\",\"CZ0721\",3,\"Zlínský\",\"Kromeríž\",,\"CZE.14.1_1\",\"ChIJE1V9Rc4IE0cRQK0UZg-vAAM\",\"CZ.ZK.KM\",\"CZ0721\",\"CZ072\",49.2679901123047,17.3834012986501,105569,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"2e980517\",\"CZ0722\",3,\"Zlínský\",\"Uherské Hradište\",,\"CZE.14.2_1\",\"ChIJMxbg9OxqE0cRUK0UZg-vAAM\",\"CZ.ZK.UH\",\"CZ0722\",\"CZ072\",49.0233802795411,17.6593098505577,141467,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"599f3581\",\"CZ0723\",3,\"Zlínský\",\"Vsetín\",,\"CZE.14.3_1\",\"ChIJ_w0S-6mGE0cRYK0UZg-vAAM\",\"CZ.ZK.VS\",\"CZ0723\",\"CZ072\",49.357858657837,18.1120868325234,142420,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n\"c7fba022\",\"CZ0724\",3,\"Zlínský\",\"Zlín\",,\"CZE.14.4_1\",\"ChIJmx9UMXtxE0cRMK0UZg-vAAM\",\"CZ.ZK.ZL\",\"CZ0724\",\"CZ072\",49.19069480896,17.7330002039742,190488,\"Statoids (2011)\",\"http://www.statoids.com/ycz.html\"\n"
  },
  {
    "path": "inst/extdata/db/DEU.csv",
    "content": "\"id\",\"id_arcgis.de\",\"id_github.robertkochinstitut.covid19impfungenindeutschland\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_jhu_csse\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,,,\"-\",,,,,,\n\"50ac16c8\",8,8,2,\"Baden-Württemberg\",,\"Baden-Württemberg\",\"DEU.1_1\",\"ChIJ3wZkgmIbkUcRYEgkDb9IjMY\",\"DE.BW\",\"DE1\",\"08\",\"DE1\",48.64696312,9.05832336733654,10486660,\"Statoids (2021)\",\"http://www.statoids.com/ude.html\"\n\"27ab265e\",9,9,2,\"Bayern\",,\"Bavaria\",\"DEU.2_1\",\"ChIJqVPfD0wEn0cRYHk4CaQlHQE\",\"DE.BY\",\"DE2\",\"09\",\"DE2\",48.918100355,12.0478298535931,12397614,\"Statoids (2021)\",\"http://www.statoids.com/ude.html\"\n\"c5b70c33\",11,11,2,\"Berlin\",,\"Berlin\",\"DEU.3_1\",\"ChIJ8_KccStOqEcRhtFXjKWPuo0\",\"DE.BE\",\"DE3\",\"11\",\"DE3\",52.508213045,13.3971290703403,3292365,\"Statoids (2021)\",\"http://www.statoids.com/ude.html\"\n\"5cbe5d89\",12,12,2,\"Brandenburg\",,\"Brandenburg\",\"DEU.4_1\",\"ChIJmzZ86O1PqEcRjN9SNJwmIoE\",\"DE.BR\",\"DE4\",\"12\",\"DE4\",52.458847045,14.1594023168141,2455780,\"Statoids (2021)\",\"http://www.statoids.com/ude.html\"\n\"591a5ae3\",4,4,2,\"Bremen\",,\"Bremen (state)\",\"DEU.5_1\",\"ChIJNePuDBAosUcRbkKsojcptUI\",\"DE.HB\",\"DE5\",\"04\",\"DE5\",53.1202507,8.80732909538923,650863,\"Statoids (2021)\",\"http://www.statoids.com/ude.html\"\n\"b079ffd6\",2,2,2,\"Hamburg\",,\"Hamburg\",\"DEU.6_1\",\"ChIJuRMYfoNhsUcR8HjYe_I9JgE\",\"DE.HH\",\"DE6\",\"02\",\"DE6\",53.56662369,9.94117290598373,1706696,\"Statoids (2021)\",\"http://www.statoids.com/ude.html\"\n\"b7143bcf\",6,6,2,\"Hessen\",,\"Hesse\",\"DEU.7_1\",\"ChIJCdXa3QzsvEcRZ2Vv2bH-Lus\",\"DE.HE\",\"DE7\",\"06\",\"DE7\",50.526348115,9.01889051640201,5971816,\"Statoids (2021)\",\"http://www.statoids.com/ude.html\"\n\"2bb96d1f\",13,13,2,\"Mecklenburg-Vorpommern\",,\"Mecklenburg-Vorpommern\",\"DEU.8_1\",\"ChIJNzjcO6xQrEcRsuXdZ-Tc2MY\",\"DE.MV\",\"DE8\",\"13\",\"DE8\",53.797361375,12.5184949977774,1609982,\"Statoids (2021)\",\"http://www.statoids.com/ude.html\"\n\"c77ecf40\",3,3,2,\"Niedersachsen\",,\"Lower Saxony\",\"DEU.9_1\",\"ChIJZTST8-ORsEcRAHkCY3fPJgE\",\"DE.NI\",\"DE9\",\"03\",\"DE9\",52.59423256,8.83787694140754,7777992,\"Statoids (2021)\",\"http://www.statoids.com/ude.html\"\n\"2e1d6a75\",5,5,2,\"Nordrhein-Westfalen\",,\"North Rhine-Westphalia\",\"DEU.10_1\",\"ChIJoUhCjnwWuUcRX4_XT34yTC8\",\"DE.NW\",\"DEA\",\"05\",\"DEA\",51.426231385,7.58029222470184,17538251,\"Statoids (2021)\",\"http://www.statoids.com/ude.html\"\n\"c0130b59\",7,7,2,\"Rheinland-Pfalz\",,\"Rhineland-Palatinate\",\"DEU.11_1\",\"ChIJY4Hac2nMl0cR_M8OuHuSeBc\",\"DE.RP\",\"DEB\",\"07\",\"DEB\",49.954423905,7.27359492855909,3989808,\"Statoids (2021)\",\"http://www.statoids.com/ude.html\"\n\"b2b03ca5\",10,10,2,\"Saarland\",,\"Saarland\",\"DEU.12_1\",\"ChIJMR-owu-klUcRcHncENXUIgE\",\"DE.SL\",\"DEC\",\"10\",\"DEC\",49.37578964,6.96976271225809,999623,\"Statoids (2021)\",\"http://www.statoids.com/ude.html\"\n\"b5ddf8bc\",14,14,2,\"Sachsen\",,\"Saxony\",\"DEU.14_1\",\"ChIJR0Kum3LeCUcRsHmIQsuxIQE\",\"DE.SN\",\"DED\",\"14\",\"DED\",50.92827606,13.5218807498854,4056799,\"Statoids (2021)\",\"http://www.statoids.com/ude.html\"\n\"c2dac82a\",15,15,2,\"Sachsen-Anhalt\",,\"Saxony-Anhalt\",\"DEU.13_1\",\"ChIJgSRR6JnwpUcRdN4O6BbFHdE\",\"DE.ST\",\"DEE\",\"15\",\"DEE\",51.990032195,11.5592040453984,2287040,\"Statoids (2021)\",\"http://www.statoids.com/ude.html\"\n\"2970ae6c\",1,1,2,\"Schleswig-Holstein\",,\"Schleswig-Holstein\",\"DEU.15_1\",\"ChIJc3WJVkK7s0cR4HhaxmOJJAE\",\"DE.SH\",\"DEF\",\"01\",\"DEF\",54.208194735,9.956388475,2800119,\"Statoids (2021)\",\"http://www.statoids.com/ude.html\"\n\"5bd39990\",16,16,2,\"Thüringen\",,\"Thuringia\",\"DEU.16_1\",\"ChIJk_E62n8PpEcR0Hk0dMGOIAE\",\"DE.TH\",\"DEG\",\"16\",\"DEG\",50.92678833,11.3150160438644,2188589,\"Statoids (2021)\",\"http://www.statoids.com/ude.html\"\n\"f34416c0\",8425,8425,3,\"Baden-Württemberg\",\"LK Alb-Donau-Kreis\",,\"DEU.1.1_1\",,\"DE.BW.AD\",\"DE145\",\"08425\",\"DE145\",48.387557985,9.72862628333865,196047,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6a4d477a\",8426,8426,3,\"Baden-Württemberg\",\"LK Biberach\",,\"DEU.1.3_1\",,\"DE.BW.BR\",\"DE146\",\"08426\",\"DE146\",48.118854525,9.72086866067296,199742,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dea287e8\",8115,8115,3,\"Baden-Württemberg\",\"LK Böblingen\",,\"DEU.1.4_1\",,\"DE.BW.BL\",\"DE112\",\"08115\",\"DE112\",48.68330765,8.96407701020904,391640,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ea5f2781\",8435,8435,3,\"Baden-Württemberg\",\"LK Bodenseekreis\",,\"DEU.1.6_1\",,\"DE.BW.BD\",\"DE147\",\"08435\",\"DE147\",47.731752395,9.37422292153806,216227,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dd265386\",8315,8315,3,\"Baden-Württemberg\",\"LK Breisgau-Hochschwarzwald\",,\"DEU.1.7_1\",,\"DE.BW.BH\",\"DE132\",\"08315\",\"DE132\",47.930179595,8.13332574005365,262795,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"eed25b33\",8235,8235,3,\"Baden-Württemberg\",\"LK Calw\",,\"DEU.1.8_1\",,\"DE.BW.CL\",\"DE12A\",\"08235\",\"DE12A\",48.661266325,8.6263304688259,158397,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"442f023c\",8316,8316,3,\"Baden-Württemberg\",\"LK Emmendingen\",,\"DEU.1.9_1\",,\"DE.BW.EM\",\"DE133\",\"08316\",\"DE133\",48.13459587,7.86280432800441,165383,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"77db0a89\",8236,8236,3,\"Baden-Württemberg\",\"LK Enzkreis\",,\"DEU.1.10_1\",,\"DE.BW.EZ\",\"DE12B\",\"08236\",\"DE12B\",48.9185009,8.84491929011146,198905,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"47abd652\",8116,8116,3,\"Baden-Württemberg\",\"LK Esslingen\",,\"DEU.1.11_1\",,\"DE.BW.ES\",\"DE113\",\"08116\",\"DE113\",48.650016785,9.35631768502651,533859,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"00dc3a1f\",8237,8237,3,\"Baden-Württemberg\",\"LK Freudenstadt\",,\"DEU.1.13_1\",,\"DE.BW.FE\",\"DE12C\",\"08237\",\"DE12C\",48.47029877,8.54124967279537,117935,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"30ace6c4\",8117,8117,3,\"Baden-Württemberg\",\"LK Göppingen\",,\"DEU.1.14_1\",,\"DE.BW.GP\",\"DE114\",\"08117\",\"DE114\",48.649147035,9.73886531969572,257253,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ec94e56a\",8135,8135,3,\"Baden-Württemberg\",\"LK Heidenheim\",,\"DEU.1.16_1\",,\"DE.BW.HH\",\"DE11C\",\"08135\",\"DE11C\",48.648958205,10.0959347568259,132472,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f58fd42b\",8125,8125,3,\"Baden-Württemberg\",\"LK Heilbronn\",,\"DEU.1.18_1\",,\"DE.BW.HB\",\"DE118\",\"08125\",\"DE118\",49.204429625,9.29322593934917,343068,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6c868591\",8126,8126,3,\"Baden-Württemberg\",\"LK Hohenlohekreis\",,\"DEU.1.19_1\",,\"DE.BW.HL\",\"DE119\",\"08126\",\"DE119\",49.263534545,9.62336796568028,112010,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dce439b1\",8215,8215,3,\"Baden-Württemberg\",\"LK Karlsruhe\",,\"DEU.1.21_1\",,\"DE.BW.KL\",\"DE123\",\"08215\",\"DE123\",49.051752095,8.66463603943644,444232,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ef103104\",8335,8335,3,\"Baden-Württemberg\",\"LK Konstanz\",,\"DEU.1.22_1\",,\"DE.BW.KN\",\"DE138\",\"08335\",\"DE138\",47.79525566,8.85428448409858,285325,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"761960be\",8336,8336,3,\"Baden-Württemberg\",\"LK Lörrach\",,\"DEU.1.23_1\",,\"DE.BW.LR\",\"DE139\",\"08336\",\"DE139\",47.70847702,7.75183813547555,228639,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a013fb55\",8118,8118,3,\"Baden-Württemberg\",\"LK Ludwigsburg\",,\"DEU.1.24_1\",,\"DE.BW.LD\",\"DE115\",\"08118\",\"DE115\",48.9092083,9.13841196444231,543984,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8b3ea896\",8128,8128,3,\"Baden-Württemberg\",\"LK Main-Tauber-Kreis\",,\"DEU.1.25_1\",,\"DE.BW.MT\",\"DE11B\",\"08128\",\"DE11B\",49.572057725,9.67182211035267,132321,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f7c96a72\",8225,8225,3,\"Baden-Württemberg\",\"LK Neckar-Odenwald-Kreis\",,\"DEU.1.27_1\",,\"DE.BW.NO\",\"DE127\",\"08225\",\"DE127\",49.467205045,9.27127513374619,143535,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"332832aa\",8317,8317,3,\"Baden-Württemberg\",\"LK Ortenaukreis\",,\"DEU.1.28_1\",,\"DE.BW.OR\",\"DE134\",\"08317\",\"DE134\",48.43907547,8.00984132724702,429479,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"759db4d0\",8136,8136,3,\"Baden-Württemberg\",\"LK Ostalbkreis\",,\"DEU.1.29_1\",,\"DE.BW.OA\",\"DE11D\",\"08136\",\"DE11D\",48.887043,10.1004635249759,314002,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"45ed680b\",8216,8216,3,\"Baden-Württemberg\",\"LK Rastatt\",,\"DEU.1.31_1\",,\"DE.BW.RS\",\"DE124\",\"08216\",\"DE124\",48.78372383,8.09669754593434,231018,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7356763b\",8436,8436,3,\"Baden-Württemberg\",\"LK Ravensburg\",,\"DEU.1.32_1\",,\"DE.BW.RV\",\"DE148\",\"08436\",\"DE148\",47.803653715,9.77588699664984,284285,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d714cbc3\",8119,8119,3,\"Baden-Württemberg\",\"LK Rems-Murr-Kreis\",,\"DEU.1.33_1\",,\"DE.BW.RM\",\"DE116\",\"08119\",\"DE116\",48.90972519,9.54027493740486,426158,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d8694503\",8415,8415,3,\"Baden-Württemberg\",\"LK Reutlingen\",,\"DEU.1.34_1\",,\"DE.BW.RU\",\"DE141\",\"08415\",\"DE141\",48.399843215,9.37659960647047,286748,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6ec03bc8\",8226,8226,3,\"Baden-Württemberg\",\"LK Rhein-Neckar-Kreis\",,\"DEU.1.35_1\",,\"DE.BW.RN\",\"DE128\",\"08226\",\"DE128\",49.400152205,8.56451087982711,547625,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f60b0045\",8325,8325,3,\"Baden-Württemberg\",\"LK Rottweil\",,\"DEU.1.36_1\",,\"DE.BW.RT\",\"DE135\",\"08325\",\"DE135\",48.24144745,8.49954662734413,139455,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1b81b507\",8127,8127,3,\"Baden-Württemberg\",\"LK Schwäbisch Hall\",,\"DEU.1.37_1\",,\"DE.BW.SH\",\"DE11A\",\"08127\",\"DE11A\",49.156614305,9.93380361515941,195861,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6f0251ff\",8326,8326,3,\"Baden-Württemberg\",\"LK Schwarzwald-Baar-Kreis\",,\"DEU.1.38_1\",,\"DE.BW.SB\",\"DE136\",\"08326\",\"DE136\",47.978061675,8.48782278109222,212381,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"045146ad\",8437,8437,3,\"Baden-Württemberg\",\"LK Sigmaringen\",,\"DEU.1.39_1\",,\"DE.BW.SG\",\"DE149\",\"08437\",\"DE149\",48.052862165,9.23740184877376,130873,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"416014b9\",8416,8416,3,\"Baden-Württemberg\",\"LK Tübingen\",,\"DEU.1.41_1\",,\"DE.BW.TB\",\"DE142\",\"08416\",\"DE142\",48.492521285,8.96292753659476,227331,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"18056169\",8327,8327,3,\"Baden-Württemberg\",\"LK Tuttlingen\",,\"DEU.1.42_1\",,\"DE.BW.TT\",\"DE137\",\"08327\",\"DE137\",48.016050335,8.821710705434,140152,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"011e5028\",8337,8337,3,\"Baden-Württemberg\",\"LK Waldshut\",,\"DEU.1.44_1\",,\"DE.BW.WL\",\"DE13A\",\"08337\",\"DE13A\",47.701251985,8.19396955459698,170619,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3667242f\",8417,8417,3,\"Baden-Württemberg\",\"LK Zollernalbkreis\",,\"DEU.1.45_1\",,\"DE.BW.ZL\",\"DE143\",\"08417\",\"DE143\",48.260562895,8.91229833587865,188935,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"db89fda8\",8211,8211,3,\"Baden-Württemberg\",\"SK Baden-Baden\",,\"DEU.1.2_1\",,\"DE.BW.BB\",\"DE121\",\"08211\",\"DE121\",48.756788255,8.24377913597186,55123,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"da4b979f\",8311,8311,3,\"Baden-Württemberg\",\"SK Freiburg i.Breisgau\",,\"DEU.1.12_1\",,\"DE.BW.FB\",\"DE131\",\"08311\",\"DE131\",47.98679352,7.8051856959232,230241,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f0a4ae6b\",8221,8221,3,\"Baden-Württemberg\",\"SK Heidelberg\",,\"DEU.1.15_1\",,\"DE.BW.HD\",\"DE125\",\"08221\",\"DE125\",49.40583038,8.71402777307522,160355,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f2e21032\",8121,8121,3,\"Baden-Württemberg\",\"SK Heilbronn\",,\"DEU.1.17_1\",,\"DE.BW.HN\",\"DE117\",\"08121\",\"DE117\",49.15178108,9.20064146309943,125960,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4280ac12\",8212,8212,3,\"Baden-Württemberg\",\"SK Karlsruhe\",\"Karlsruhe, Baden-Württemberg\",\"DEU.1.20_1\",,\"DE.BW.KS\",\"DE122\",\"08212\",\"DE122\",49.015684125,8.40981342932727,313092,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"69adffd1\",8222,8222,3,\"Baden-Württemberg\",\"SK Mannheim\",\"Mannheim, Baden-Württemberg\",\"DEU.1.26_1\",,\"DE.BW.MN\",\"DE126\",\"08222\",\"DE126\",49.50079155,8.5123458488841,309370,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e9bf9f2a\",8231,8231,3,\"Baden-Württemberg\",\"SK Pforzheim\",,\"DEU.1.30_1\",,\"DE.BW.PO\",\"DE129\",\"08231\",\"DE129\",48.87419701,8.72115005124732,125542,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d9cf43f1\",8111,8111,3,\"Baden-Württemberg\",\"SK Stuttgart\",\"Stuttgart, Baden-Württemberg\",\"DEU.1.40_1\",,\"DE.BW.SU\",\"DE111\",\"08111\",\"DE111\",48.77852058,9.19611914466394,634830,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f429d2d9\",8421,8421,3,\"Baden-Württemberg\",\"SK Ulm\",,\"DEU.1.43_1\",,\"DE.BW.UM\",\"DE144\",\"08421\",\"DE144\",48.38798714,9.92926629537229,126329,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"33a4ffa0\",9771,9771,3,\"Bayern\",\"LK Aichach-Friedberg\",,\"DEU.2.1_1\",,\"DE.BY.AF\",\"DE275\",\"09771\",\"DE275\",48.406755445,11.0627413409114,133596,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"37298312\",9171,9171,3,\"Bayern\",\"LK Altötting\",,\"DEU.2.2_1\",,\"DE.BY.AT\",\"DE214\",\"09171\",\"DE214\",48.20163727,12.7241598837967,111210,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"34ad577c\",9371,9371,3,\"Bayern\",\"LK Amberg-Sulzbach\",,\"DEU.2.3_1\",,\"DE.BY.AS\",\"DE234\",\"09371\",\"DE234\",49.487714765,11.7121525425379,103109,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"30202bce\",9571,9571,3,\"Bayern\",\"LK Ansbach\",,\"DEU.2.6_1\",,\"DE.BY.AN\",\"DE256\",\"09571\",\"DE256\",49.23417282,10.3792819436384,183949,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"32669597\",9671,9671,3,\"Bayern\",\"LK Aschaffenburg\",,\"DEU.2.8_1\",,\"DE.BY.AL\",\"DE264\",\"09671\",\"DE264\",49.990955355,9.29915863802514,174208,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"aaadae1a\",9772,9772,3,\"Bayern\",\"LK Augsburg\",\"Augsburg, Bavaria\",\"DEU.2.10_1\",,\"DE.BY.AG\",\"DE276\",\"09772\",\"DE276\",48.36359024,10.6876645701462,251534,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ab6fc42d\",9672,9672,3,\"Bayern\",\"LK Bad Kissingen\",,\"DEU.2.11_1\",,\"DE.BY.BK\",\"DE265\",\"09672\",\"DE265\",50.227590565,10.0025169833901,103218,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d927e23e\",9173,9173,3,\"Bayern\",\"LK Bad Tölz-Wolfratshausen\",,\"DEU.2.12_1\",,\"DE.BY.BW\",\"DE216\",\"09173\",\"DE216\",47.73777008,11.5257476791503,127227,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"31e241f9\",9471,9471,3,\"Bayern\",\"LK Bamberg\",,\"DEU.2.14_1\",,\"DE.BY.BM\",\"DE245\",\"09471\",\"DE245\",49.908241275,11.06542277998,147086,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a8eb1043\",9472,9472,3,\"Bayern\",\"LK Bayreuth\",,\"DEU.2.16_1\",,\"DE.BY.BY\",\"DE246\",\"09472\",\"DE246\",49.873729705,11.5530569336022,103656,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ae20d2a8\",9172,9172,3,\"Bayern\",\"LK Berchtesgadener Land\",,\"DEU.2.17_1\",,\"DE.BY.BL\",\"DE215\",\"09172\",\"DE215\",47.712940215,12.81852088218,105722,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ada406c6\",9372,9372,3,\"Bayern\",\"LK Cham\",,\"DEU.2.18_1\",,\"DE.BY.CA\",\"DE235\",\"09372\",\"DE235\",49.25951195,12.7390152766776,127882,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dfec20d5\",9473,9473,3,\"Bayern\",\"LK Coburg\",,\"DEU.2.20_1\",,\"DE.BY.CL\",\"DE247\",\"09473\",\"DE247\",50.242368695,11.0947218949347,86906,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4743779d\",9174,9174,3,\"Bayern\",\"LK Dachau\",,\"DEU.2.21_1\",,\"DE.BY.DC\",\"DE217\",\"09174\",\"DE217\",48.32849693,11.3693817738831,153884,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"356f3d4b\",9271,9271,3,\"Bayern\",\"LK Deggendorf\",,\"DEU.2.22_1\",,\"DE.BY.DG\",\"DE224\",\"09271\",\"DE224\",48.777387615,13.0004728194048,119326,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ddaa9e8c\",9773,9773,3,\"Bayern\",\"LK Dillingen a.d.Donau\",,\"DEU.2.23_1\",,\"DE.BY.DD\",\"DE277\",\"09773\",\"DE277\",48.614336015,10.5458865864643,96021,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3bb4b579\",9279,9279,3,\"Bayern\",\"LK Dingolfing-Landau\",,\"DEU.2.24_1\",,\"DE.BY.DL\",\"DE22C\",\"09279\",\"DE22C\",48.640190125,12.6604858782563,96217,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3d7f7792\",9779,9779,3,\"Bayern\",\"LK Donau-Ries\",,\"DEU.2.25_1\",,\"DE.BY.DR\",\"DE27D\",\"09779\",\"DE27D\",48.810167315,10.6972870090389,133496,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3044470b\",9175,9175,3,\"Bayern\",\"LK Ebersberg\",,\"DEU.2.26_1\",,\"DE.BY.EE\",\"DE218\",\"09175\",\"DE218\",48.07867241,11.9294525881073,142142,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a94d16b1\",9176,9176,3,\"Bayern\",\"LK Eichstätt\",,\"DEU.2.27_1\",,\"DE.BY.EC\",\"DE219\",\"09176\",\"DE219\",48.91067505,11.3897961860096,132341,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"de4a2627\",9177,9177,3,\"Bayern\",\"LK Erding\",,\"DEU.2.28_1\",,\"DE.BY.ED\",\"DE21A\",\"09177\",\"DE21A\",48.297582625,12.0089893022283,137660,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a9297a74\",9572,9572,3,\"Bayern\",\"LK Erlangen-Höchstadt\",,\"DEU.2.29_1\",,\"DE.BY.EH\",\"DE257\",\"09572\",\"DE257\",49.62992859,10.849435018618,136271,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4188b576\",9474,9474,3,\"Bayern\",\"LK Forchheim\",,\"DEU.2.32_1\",,\"DE.BY.FR\",\"DE248\",\"09474\",\"DE248\",49.731105805,11.1464329094634,116099,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4ef53bb6\",9178,9178,3,\"Bayern\",\"LK Freising\",,\"DEU.2.33_1\",,\"DE.BY.FE\",\"DE21B\",\"09178\",\"DE21B\",48.441331865,11.7181250108657,179116,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ac666cf1\",9272,9272,3,\"Bayern\",\"LK Freyung-Grafenau\",,\"DEU.2.34_1\",,\"DE.BY.FG\",\"DE225\",\"09272\",\"DE225\",48.832704545,13.4829671692642,78355,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"39f20b20\",9179,9179,3,\"Bayern\",\"LK Fürstenfeldbruck\",,\"DEU.2.35_1\",,\"DE.BY.FF\",\"DE21C\",\"09179\",\"DE21C\",48.192258835,11.2136224581224,219320,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"de2e4ae2\",9573,9573,3,\"Bayern\",\"LK Fürth\",,\"DEU.2.36_1\",,\"DE.BY.FL\",\"DE258\",\"09573\",\"DE258\",49.45178795,10.8309679378958,117387,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c7b6af4b\",9180,9180,3,\"Bayern\",\"LK Garmisch-Partenkirchen\",,\"DEU.2.37_1\",,\"DE.BY.GP\",\"DE21D\",\"09180\",\"DE21D\",47.56470108,11.0845222521037,88467,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"43ce0b2f\",9774,9774,3,\"Bayern\",\"LK Günzburg\",,\"DEU.2.38_1\",,\"DE.BY.GN\",\"DE278\",\"09774\",\"DE278\",48.3438015,10.3883460431697,125747,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"420c6118\",9674,9674,3,\"Bayern\",\"LK Haßberge\",,\"DEU.2.39_1\",,\"DE.BY.HB\",\"DE267\",\"09674\",\"DE267\",50.045873645,10.5903097413987,84599,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"368f85e0\",9475,9475,3,\"Bayern\",\"LK Hof\",,\"DEU.2.41_1\",,\"DE.BY.HL\",\"DE249\",\"09475\",\"DE249\",50.26411629,11.8645325908328,95311,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"db615c67\",9273,9273,3,\"Bayern\",\"LK Kelheim\",,\"DEU.2.44_1\",,\"DE.BY.KE\",\"DE226\",\"09273\",\"DE226\",48.80116844,11.9222779680989,122258,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"350b518e\",9675,9675,3,\"Bayern\",\"LK Kitzingen\",,\"DEU.2.46_1\",,\"DE.BY.KT\",\"DE268\",\"09675\",\"DE268\",49.75287819,10.2740826647624,90909,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"af86d45a\",9476,9476,3,\"Bayern\",\"LK Kronach\",,\"DEU.2.47_1\",,\"DE.BY.KO\",\"DE24A\",\"09476\",\"DE24A\",50.34122467,11.4053403728618,67135,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d881e4cc\",9477,9477,3,\"Bayern\",\"LK Kulmbach\",,\"DEU.2.48_1\",,\"DE.BY.KB\",\"DE24B\",\"09477\",\"DE24B\",50.101804735,11.4891001200563,71845,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b0b19fdd\",9181,9181,3,\"Bayern\",\"LK Landsberg a.Lech\",,\"DEU.2.49_1\",,\"DE.BY.LL\",\"DE21E\",\"09181\",\"DE21E\",48.039491655,10.9630760405576,120071,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4505c9c4\",9274,9274,3,\"Bayern\",\"LK Landshut\",,\"DEU.2.51_1\",,\"DE.BY.LH\",\"DE227\",\"09274\",\"DE227\",48.544460295,12.3064688928568,158698,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"483ef95d\",9478,9478,3,\"Bayern\",\"LK Lichtenfels\",,\"DEU.2.52_1\",,\"DE.BY.LC\",\"DE24C\",\"09478\",\"DE24C\",50.104085925,11.0930683197196,66838,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"adc06a03\",9776,9776,3,\"Bayern\",\"LK Lindau\",,\"DEU.2.53_1\",,\"DE.BY.LN\",\"DE27A\",\"09776\",\"DE27A\",47.607406615,9.90626171910169,81669,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"db0530a2\",9677,9677,3,\"Bayern\",\"LK Main-Spessart\",,\"DEU.2.55_1\",,\"DE.BY.MS\",\"DE26A\",\"09677\",\"DE26A\",49.99390221,9.70820779783702,126365,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"29b8ce67\",9182,9182,3,\"Bayern\",\"LK Miesbach\",,\"DEU.2.57_1\",,\"DE.BY.ME\",\"DE21F\",\"09182\",\"DE21F\",47.76220131,11.8243473533237,99726,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ac020034\",9676,9676,3,\"Bayern\",\"LK Miltenberg\",,\"DEU.2.58_1\",,\"DE.BY.ML\",\"DE269\",\"09676\",\"DE269\",49.75628662,9.21748264006769,128756,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5ebffef1\",9183,9183,3,\"Bayern\",\"LK Mühldorf a.Inn\",,\"DEU.2.59_1\",,\"DE.BY.MI\",\"DE21G\",\"09183\",\"DE21G\",48.25583649,12.3980683794339,115250,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c0db6b52\",9184,9184,3,\"Bayern\",\"LK München\",,\"DEU.2.60_1\",,\"DE.BY.MU\",\"DE21H\",\"09184\",\"DE21H\",48.108221055,11.4301845456373,348871,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"34c93bb9\",9775,9775,3,\"Bayern\",\"LK Neu-Ulm\",,\"DEU.2.61_1\",,\"DE.BY.NU\",\"DE279\",\"09775\",\"DE279\",48.292455675,10.1702662990621,174200,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b7dc5bc4\",9185,9185,3,\"Bayern\",\"LK Neuburg-Schrobenhausen\",,\"DEU.2.62_1\",,\"DE.BY.NS\",\"DE21I\",\"09185\",\"DE21I\",48.643295285,11.2248353153626,96680,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"daa33650\",9373,9373,3,\"Bayern\",\"LK Neumarkt i.d.OPf.\",,\"DEU.2.63_1\",,\"DE.BY.NO\",\"DE236\",\"09373\",\"DE236\",49.191875455,11.6028715079356,133561,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"374defd7\",9575,9575,3,\"Bayern\",\"LK Neustadt a.d.Aisch-Bad Windsheim\",,\"DEU.2.64_1\",,\"DE.BY.NA\",\"DE25A\",\"09575\",\"DE25A\",49.58315277,10.4144013787546,100364,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"44c7a3f3\",9374,9374,3,\"Bayern\",\"LK Neustadt a.d.Waldnaab\",,\"DEU.2.65_1\",,\"DE.BY.NW\",\"DE237\",\"09374\",\"DE237\",49.67993164,11.8665038595418,94352,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"404adf41\",9574,9574,3,\"Bayern\",\"LK Nürnberger Land\",,\"DEU.2.66_1\",,\"DE.BY.NL\",\"DE259\",\"09574\",\"DE259\",49.509628295,11.3572757407706,170365,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c33bd3f9\",9780,9780,3,\"Bayern\",\"LK Oberallgäu\",,\"DEU.2.68_1\",,\"DE.BY.OE\",\"DE27E\",\"09780\",\"DE27E\",47.56676674,10.2232847401306,155362,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dac75a95\",9777,9777,3,\"Bayern\",\"LK Ostallgäu\",,\"DEU.2.69_1\",,\"DE.BY.OT\",\"DE27B\",\"09777\",\"DE27B\",47.8124485,10.5585222138115,140316,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3202f952\",9275,9275,3,\"Bayern\",\"LK Passau\",,\"DEU.2.71_1\",,\"DE.BY.PL\",\"DE228\",\"09275\",\"DE228\",48.52720642,13.2703396602736,192043,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2ed50a7e\",9186,9186,3,\"Bayern\",\"LK Pfaffenhofen a.d.Ilm\",,\"DEU.2.72_1\",,\"DE.BY.PI\",\"DE21J\",\"09186\",\"DE21J\",48.61017418,11.5240356337614,127151,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ab0ba8e8\",9276,9276,3,\"Bayern\",\"LK Regen\",,\"DEU.2.73_1\",,\"DE.BY.RE\",\"DE229\",\"09276\",\"DE229\",49.015573505,13.1152756379987,77656,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"33c09365\",9375,9375,3,\"Bayern\",\"LK Regensburg\",,\"DEU.2.75_1\",,\"DE.BY.RL\",\"DE238\",\"09375\",\"DE238\",48.99442101,12.3344423476708,193572,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dc68f4bb\",9673,9673,3,\"Bayern\",\"LK Rhön-Grabfeld\",,\"DEU.2.76_1\",,\"DE.BY.RG\",\"DE266\",\"09673\",\"DE266\",50.38041878,10.2060267347259,79690,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"59d23ae8\",9187,9187,3,\"Bayern\",\"LK Rosenheim\",,\"DEU.2.78_1\",,\"DE.BY.RH\",\"DE21K\",\"09187\",\"DE21K\",47.87200737,11.9703537457686,260983,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ae44be6d\",9576,9576,3,\"Bayern\",\"LK Roth\",,\"DEU.2.79_1\",,\"DE.BY.RT\",\"DE25B\",\"09576\",\"DE25B\",49.194746015,11.056757398099,126958,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dc0c987e\",9277,9277,3,\"Bayern\",\"LK Rottal-Inn\",,\"DEU.2.80_1\",,\"DE.BY.RI\",\"DE22A\",\"09277\",\"DE22A\",48.411857605,12.8458901209618,120659,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"aac9c2df\",9376,9376,3,\"Bayern\",\"LK Schwandorf\",,\"DEU.2.82_1\",,\"DE.BY.SD\",\"DE239\",\"09376\",\"DE239\",49.36884308,12.2723547438369,147189,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4bba2d33\",9678,9678,3,\"Bayern\",\"LK Schweinfurt\",,\"DEU.2.84_1\",,\"DE.BY.SL\",\"DE26B\",\"09678\",\"DE26B\",50.02614975,10.1038714812143,115106,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c96d2779\",9188,9188,3,\"Bayern\",\"LK Starnberg\",,\"DEU.2.85_1\",,\"DE.BY.SA\",\"DE21L\",\"09188\",\"DE21L\",47.97841835,11.2909907267166,136092,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4cb385ef\",9278,9278,3,\"Bayern\",\"LK Straubing-Bogen\",,\"DEU.2.86_1\",,\"DE.BY.SB\",\"DE22B\",\"09278\",\"DE22B\",48.91762161,12.7173448423651,100649,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ddcef249\",9377,9377,3,\"Bayern\",\"LK Tirschenreuth\",,\"DEU.2.88_1\",,\"DE.BY.TR\",\"DE23A\",\"09377\",\"DE23A\",49.907308575,12.1948053814034,72504,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"be6a17ef\",9189,9189,3,\"Bayern\",\"LK Traunstein\",,\"DEU.2.89_1\",,\"DE.BY.TA\",\"DE21M\",\"09189\",\"DE21M\",47.894392015,12.6526907027771,177089,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4a784704\",9778,9778,3,\"Bayern\",\"LK Unterallgäu\",,\"DEU.2.90_1\",,\"DE.BY.UT\",\"DE27C\",\"09778\",\"DE27C\",48.02495003,10.4560569771537,144041,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dead9e0a\",9190,9190,3,\"Bayern\",\"LK Weilheim-Schongau\",,\"DEU.2.93_1\",,\"DE.BY.WS\",\"DE21N\",\"09190\",\"DE21N\",47.78536987,11.0828470953479,135348,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d9438efb\",9577,9577,3,\"Bayern\",\"LK Weißenburg-Gunzenhausen\",,\"DEU.2.94_1\",,\"DE.BY.WG\",\"DE25C\",\"09577\",\"DE25C\",49.032201765,10.9294083428661,94393,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3f39c9cb\",9479,9479,3,\"Bayern\",\"LK Wunsiedel i.Fichtelgebirge\",,\"DEU.2.95_1\",,\"DE.BY.WF\",\"DE24D\",\"09479\",\"DE24D\",50.099176405,12.0169409755203,73178,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3cbd1da5\",9679,9679,3,\"Bayern\",\"LK Würzburg\",,\"DEU.2.96_1\",,\"DE.BY.WR\",\"DE26C\",\"09679\",\"DE26C\",49.717014315,9.87639217140424,161834,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2db6663d\",9361,9361,3,\"Bayern\",\"SK Amberg\",,\"DEU.2.4_1\",,\"DE.BY.AM\",\"DE231\",\"09361\",\"DE231\",49.45409584,11.8473168414314,41970,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"293b1a8f\",9561,9561,3,\"Bayern\",\"SK Ansbach\",,\"DEU.2.5_1\",,\"DE.BY.AB\",\"DE251\",\"09561\",\"DE251\",49.28873062,10.5590868043111,41847,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2b7da4d6\",9661,9661,3,\"Bayern\",\"SK Aschaffenburg\",,\"DEU.2.7_1\",,\"DE.BY.AC\",\"DE261\",\"09661\",\"DE261\",49.9709301,9.13802115795552,70527,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2abfcee1\",9761,9761,3,\"Bayern\",\"SK Augsburg\",,\"DEU.2.9_1\",,\"DE.BY.AU\",\"DE271\",\"09761\",\"DE271\",48.35852623,10.9038278805074,295135,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"28f970b8\",9461,9461,3,\"Bayern\",\"SK Bamberg\",,\"DEU.2.13_1\",,\"DE.BY.BB\",\"DE241\",\"09461\",\"DE241\",49.884916305,10.8923738491125,77592,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b1f02102\",9462,9462,3,\"Bayern\",\"SK Bayreuth\",,\"DEU.2.15_1\",,\"DE.BY.BR\",\"DE242\",\"09462\",\"DE242\",49.93239975,11.5875125941616,74657,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c6f71194\",9463,9463,3,\"Bayern\",\"SK Coburg\",,\"DEU.2.19_1\",,\"DE.BY.CS\",\"DE243\",\"09463\",\"DE243\",50.26022148,10.9780374835657,41249,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b0324b35\",9562,9562,3,\"Bayern\",\"SK Erlangen\",,\"DEU.2.30_1\",,\"DE.BY.EL\",\"DE252\",\"09562\",\"DE252\",49.58877945,10.9802596636126,111962,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c7357ba3\",9563,9563,3,\"Bayern\",\"SK Fürth\",,\"DEU.2.31_1\",,\"DE.BY.FS\",\"DE253\",\"09563\",\"DE253\",49.488721845,10.9595809615142,127748,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"58938437\",9464,9464,3,\"Bayern\",\"SK Hof\",,\"DEU.2.40_1\",,\"DE.BY.HS\",\"DE244\",\"09464\",\"DE244\",50.31121254,11.8824279011137,45930,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2e32b253\",9161,9161,3,\"Bayern\",\"SK Ingolstadt\",,\"DEU.2.42_1\",,\"DE.BY.IG\",\"DE211\",\"09161\",\"DE211\",48.753660205,11.3953426169879,136981,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b3b69f5b\",9762,9762,3,\"Bayern\",\"SK Kaufbeuren\",,\"DEU.2.43_1\",,\"DE.BY.KU\",\"DE272\",\"09762\",\"DE272\",47.881433485,10.6041767555162,43893,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c4b1afcd\",9763,9763,3,\"Bayern\",\"SK Kempten\",,\"DEU.2.45_1\",,\"DE.BY.KM\",\"DE273\",\"09763\",\"DE273\",47.736515045,10.3139370020026,68907,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2c740c0a\",9261,9261,3,\"Bayern\",\"SK Landshut\",,\"DEU.2.50_1\",,\"DE.BY.LS\",\"DE221\",\"09261\",\"DE221\",48.552057265,12.2010944269472,72404,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5ad53a6e\",9764,9764,3,\"Bayern\",\"SK Memmingen\",,\"DEU.2.56_1\",,\"DE.BY.MM\",\"DE274\",\"09764\",\"DE274\",47.981466295,10.1689076059826,43837,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b73be3e9\",9162,9162,3,\"Bayern\",\"SK München\",\"Munich, Bavaria\",\"DEU.2.54_1\",,\"DE.BY.MN\",\"DE212\",\"09162\",\"DE212\",48.154685975,11.5248603861257,1471508,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5951ee00\",9564,9564,3,\"Bayern\",\"SK Nürnberg\",\"Nuremberg, Bavaria\",\"DEU.2.67_1\",,\"DE.BY.NR\",\"DE254\",\"09564\",\"DE254\",49.43562317,11.063273247771,518365,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b57d5db0\",9262,9262,3,\"Bayern\",\"SK Passau\",,\"DEU.2.70_1\",,\"DE.BY.PS\",\"DE222\",\"09262\",\"DE222\",48.57704544,13.4317692405256,52469,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b4bf3787\",9362,9362,3,\"Bayern\",\"SK Regensburg\",,\"DEU.2.74_1\",,\"DE.BY.RB\",\"DE232\",\"09362\",\"DE232\",49.021650315,12.1012096194741,152610,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c03cd37f\",9163,9163,3,\"Bayern\",\"SK Rosenheim\",,\"DEU.2.77_1\",,\"DE.BY.RS\",\"DE213\",\"09163\",\"DE213\",47.8489418,12.1155595158621,63324,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2e56de96\",9565,9565,3,\"Bayern\",\"SK Schwabach\",,\"DEU.2.81_1\",,\"DE.BY.SH\",\"DE255\",\"09565\",\"DE255\",49.334564205,11.0298353304603,40792,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b274f56c\",9662,9662,3,\"Bayern\",\"SK Schweinfurt\",,\"DEU.2.83_1\",,\"DE.BY.SS\",\"DE262\",\"09662\",\"DE262\",50.0519619,10.221222040428,54032,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c27a6d26\",9263,9263,3,\"Bayern\",\"SK Straubing\",,\"DEU.2.87_1\",,\"DE.BY.ST\",\"DE223\",\"09263\",\"DE223\",48.882738115,12.5955470915152,47794,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c3b80711\",9363,9363,3,\"Bayern\",\"SK Weiden i.d.OPf.\",,\"DEU.2.92_1\",,\"DE.BY.WO\",\"DE233\",\"09363\",\"DE233\",49.663396835,12.1709525054975,42520,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c573c5fa\",9663,9663,3,\"Bayern\",\"SK Würzburg\",,\"DEU.2.91_1\",,\"DE.BY.WZ\",\"DE263\",\"09663\",\"DE263\",49.777824405,9.94353464828723,127880,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e740fc53\",11004,11004,3,\"Berlin\",\"SK Berlin Charlottenburg-Wilmersdorf\",,\"DEU.3.1.1_0\",,,\"DE304\",\"11004\",\"DE304\",52.52,13.4,342332,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0e235966\",11002,11002,3,\"Berlin\",\"SK Berlin Friedrichshain-Kreuzberg\",,\"DEU.3.1.2_0\",,,\"DE302\",\"11002\",\"DE302\",52.52,13.4,289762,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8e31399d\",11011,11011,3,\"Berlin\",\"SK Berlin Lichtenberg\",,\"DEU.3.1.3_0\",,,\"DE30B\",\"11011\",\"DE30B\",52.52,13.4,291452,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f936090b\",11010,11010,3,\"Berlin\",\"SK Berlin Marzahn-Hellersdorf\",,\"DEU.3.1.4_0\",,,\"DE30A\",\"11010\",\"DE30A\",52.52,13.4,268548,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"972a08dc\",11001,11001,3,\"Berlin\",\"SK Berlin Mitte\",,\"DEU.3.1.5_0\",,,\"DE301\",\"11001\",\"DE301\",52.52,13.4,384172,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"eef6b078\",11008,11008,3,\"Berlin\",\"SK Berlin Neukölln\",,\"DEU.3.1.6_0\",,,\"DE308\",\"11008\",\"DE308\",52.52,13.4,329691,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"792469f0\",11003,11003,3,\"Berlin\",\"SK Berlin Pankow\",,\"DEU.3.1.7_0\",,,\"DE303\",\"11003\",\"DE303\",52.52,13.4,407765,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"17386827\",11012,11012,3,\"Berlin\",\"SK Berlin Reinickendorf\",,\"DEU.3.1.8_0\",,,\"DE30C\",\"11012\",\"DE30C\",52.52,13.4,265225,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9047ccc5\",11005,11005,3,\"Berlin\",\"SK Berlin Spandau\",,\"DEU.3.1.9_0\",,,\"DE305\",\"11005\",\"DE305\",52.52,13.4,243977,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"094e9d7f\",11006,11006,3,\"Berlin\",\"SK Berlin Steglitz-Zehlendorf\",,\"DEU.3.1.10_0\",,,\"DE306\",\"11006\",\"DE306\",52.52,13.4,308697,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7e49ade9\",11007,11007,3,\"Berlin\",\"SK Berlin Tempelhof-Schöneberg\",,\"DEU.3.1.11_0\",,,\"DE307\",\"11007\",\"DE307\",52.52,13.4,351644,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"99f180ee\",11009,11009,3,\"Berlin\",\"SK Berlin Treptow-Köpenick\",,\"DEU.3.1.12_0\",,,\"DE309\",\"11009\",\"DE309\",52.52,13.4,271153,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a4c23022\",12060,12060,3,\"Brandenburg\",\"LK Barnim\",,\"DEU.4.1_1\",,\"DE.BB.BR\",\"DE405\",\"12060\",\"DE405\",52.802461625,13.6769918033957,182760,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d3c500b4\",12061,12061,3,\"Brandenburg\",\"LK Dahme-Spreewald\",,\"DEU.4.4_1\",,\"DE.BB.DS\",\"DE406\",\"12061\",\"DE406\",52.0737133,13.8676817998051,169067,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4acc510e\",12062,12062,3,\"Brandenburg\",\"LK Elbe-Elster\",,\"DEU.4.5_1\",,\"DE.BB.EE\",\"DE407\",\"12062\",\"DE407\",51.628175735,13.4800543330757,102638,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3dcb6198\",12063,12063,3,\"Brandenburg\",\"LK Havelland\",,\"DEU.4.7_1\",,\"DE.BB.HV\",\"DE408\",\"12063\",\"DE408\",52.62471771,12.6848548522603,161909,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a3aff43b\",12064,12064,3,\"Brandenburg\",\"LK Märkisch-Oderland\",,\"DEU.4.8_1\",,\"DE.BB.MO\",\"DE409\",\"12064\",\"DE409\",52.638734815,14.1781490572694,194328,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d4a8c4ad\",12065,12065,3,\"Brandenburg\",\"LK Oberhavel\",,\"DEU.4.9_1\",,\"DE.BB.OE\",\"DE40A\",\"12065\",\"DE40A\",52.91887474,13.2281954534677,211249,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4da19517\",12066,12066,3,\"Brandenburg\",\"LK Oberspreewald-Lausitz\",,\"DEU.4.10_1\",,\"DE.BB.OL\",\"DE40B\",\"12066\",\"DE40B\",51.631059645,14.0339122864477,110476,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3aa6a581\",12067,12067,3,\"Brandenburg\",\"LK Oder-Spree\",,\"DEU.4.11_1\",,\"DE.BB.OS\",\"DE40C\",\"12067\",\"DE40C\",52.25128555,14.2682101841105,178658,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"aa19b810\",12068,12068,3,\"Brandenburg\",\"LK Ostprignitz-Ruppin\",,\"DEU.4.12_1\",,\"DE.BB.OR\",\"DE40D\",\"12068\",\"DE40D\",53.00066185,12.7029556739593,99078,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dd1e8886\",12069,12069,3,\"Brandenburg\",\"LK Potsdam-Mittelmark\",,\"DEU.4.13_1\",,\"DE.BB.PM\",\"DE40E\",\"12069\",\"DE40E\",52.267906185,12.7011994057155,214664,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bdd90163\",12070,12070,3,\"Brandenburg\",\"LK Prignitz\",,\"DEU.4.15_1\",,\"DE.BB.PI\",\"DE40F\",\"12070\",\"DE40F\",53.12352562,11.9023263378537,76508,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cade31f5\",12071,12071,3,\"Brandenburg\",\"LK Spree-Neiße\",,\"DEU.4.16_1\",,\"DE.BB.SN\",\"DE40G\",\"12071\",\"DE40G\",51.78147316,14.1974353804045,114429,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"53d7604f\",12072,12072,3,\"Brandenburg\",\"LK Teltow-Fläming\",,\"DEU.4.17_1\",,\"DE.BB.TF\",\"DE40H\",\"12072\",\"DE40H\",52.101478575,13.2653229698354,168296,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"24d050d9\",12073,12073,3,\"Brandenburg\",\"LK Uckermark\",,\"DEU.4.18_1\",,\"DE.BB.UK\",\"DE40I\",\"12073\",\"DE40I\",53.245004655,13.9151206579424,119552,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f8e85377\",12051,12051,3,\"Brandenburg\",\"SK Brandenburg a.d.Havel\",,\"DEU.4.2_1\",,\"DE.BB.BH\",\"DE401\",\"12051\",\"DE401\",52.41163254,12.5363259628022,72124,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"61e102cd\",12052,12052,3,\"Brandenburg\",\"SK Cottbus\",,\"DEU.4.3_1\",,\"DE.BB.CT\",\"DE402\",\"12052\",\"DE402\",51.778306965,14.3826724854105,100219,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"16e6325b\",12053,12053,3,\"Brandenburg\",\"SK Frankfurt (Oder)\",,\"DEU.4.6_1\",,\"DE.BB.FA\",\"DE403\",\"12053\",\"DE403\",52.325525285,14.4920975014539,57873,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8882a7f8\",12054,12054,3,\"Brandenburg\",\"SK Potsdam\",,\"DEU.4.14_1\",,\"DE.BB.PT\",\"DE404\",\"12054\",\"DE404\",52.42882347,13.0246822271511,178089,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"92db967e\",4011,4011,3,\"Bremen\",\"SK Bremen\",\"Bremen, Bremen (state)\",\"DEU.5.1_1\",,\"DE.HB.BR\",\"DE501\",\"04011\",\"DE501\",53.1202507,8.80732909538923,569352,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0bd2c7c4\",4012,4012,3,\"Bremen\",\"SK Bremerhaven\",,\"DEU.5.2_1\",,\"DE.HB.BH\",\"DE502\",\"04012\",\"DE502\",53.539445875,8.60910871349273,113634,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d9acc875\",2000,2000,3,\"Hamburg\",\"SK Hamburg\",,\"DEU.6.1_1\",,\"DE.HH.HM\",\"DE600\",\"02000\",\"DE600\",53.56662369,9.94117290598373,1841179,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0ded94ab\",6431,6431,3,\"Hessen\",\"LK Bergstraße\",,\"DEU.7.1_1\",,\"DE.HE.BR\",\"DE715\",\"06431\",\"DE715\",49.62327957,8.5272417729553,269694,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"94e4c511\",6432,6432,3,\"Hessen\",\"LK Darmstadt-Dieburg\",,\"DEU.7.2_1\",,\"DE.HE.DD\",\"DE716\",\"06432\",\"DE716\",49.862348555,8.87844845852949,297399,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0e6940c5\",6631,6631,3,\"Hessen\",\"LK Fulda\",,\"DEU.7.5_1\",,\"DE.HE.FL\",\"DE732\",\"06631\",\"DE732\",50.58251762,9.76467488093231,222584,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0c2ffe9c\",6531,6531,3,\"Hessen\",\"LK Gießen\",,\"DEU.7.6_1\",,\"DE.HE.GE\",\"DE721\",\"06531\",\"DE721\",50.56221962,8.86799987202988,268876,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e3e3f587\",6433,6433,3,\"Hessen\",\"LK Groß-Gerau\",,\"DEU.7.7_1\",,\"DE.HE.GG\",\"DE717\",\"06433\",\"DE717\",49.90046501,8.45103565348764,274526,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9760117f\",6632,6632,3,\"Hessen\",\"LK Hersfeld-Rotenburg\",,\"DEU.7.8_1\",,\"DE.HE.HR\",\"DE733\",\"06632\",\"DE733\",50.90144157,9.76332903841391,120829,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7d876024\",6434,6434,3,\"Hessen\",\"LK Hochtaunuskreis\",,\"DEU.7.9_1\",,\"DE.HE.HC\",\"DE718\",\"06434\",\"DE718\",50.28541756,8.50328434881723,236564,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e06721e9\",6633,6633,3,\"Hessen\",\"LK Kassel\",,\"DEU.7.11_1\",,\"DE.HE.KL\",\"DE734\",\"06633\",\"DE734\",51.413959505,9.39805178419845,236633,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9526af26\",6532,6532,3,\"Hessen\",\"LK Lahn-Dill-Kreis\",,\"DEU.7.12_1\",,\"DE.HE.LD\",\"DE722\",\"06532\",\"DE722\",50.6389122,8.32654740120907,253777,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e2219fb0\",6533,6533,3,\"Hessen\",\"LK Limburg-Weilburg\",,\"DEU.7.13_1\",,\"DE.HE.LW\",\"DE723\",\"06533\",\"DE723\",50.431955335,8.21046501516582,172083,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0a8050b2\",6435,6435,3,\"Hessen\",\"LK Main-Kinzig-Kreis\",,\"DEU.7.14_1\",,\"DE.HE.MK\",\"DE719\",\"06435\",\"DE719\",50.264808655,9.40420915488551,418950,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"93890108\",6436,6436,3,\"Hessen\",\"LK Main-Taunus-Kreis\",,\"DEU.7.15_1\",,\"DE.HE.MT\",\"DE71A\",\"06436\",\"DE71A\",50.09976959,8.42616340317917,237735,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7c450a13\",6534,6534,3,\"Hessen\",\"LK Marburg-Biedenkopf\",,\"DEU.7.16_1\",,\"DE.HE.MB\",\"DE724\",\"06534\",\"DE724\",50.835083005,8.77402773809391,246648,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e48e319e\",6437,6437,3,\"Hessen\",\"LK Odenwaldkreis\",,\"DEU.7.17_1\",,\"DE.HE.OE\",\"DE71B\",\"06437\",\"DE71B\",49.66288948,8.96729361367057,96798,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"74312c0f\",6438,6438,3,\"Hessen\",\"LK Offenbach\",,\"DEU.7.19_1\",,\"DE.HE.OF\",\"DE71C\",\"06438\",\"DE71C\",50.040267945,8.81820431688636,354092,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"03361c99\",6439,6439,3,\"Hessen\",\"LK Rheingau-Taunus-Kreis\",,\"DEU.7.20_1\",,\"DE.HE.RT\",\"DE71D\",\"06439\",\"DE71D\",50.1337471,8.07064331921996,187157,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7e03b44a\",6634,6634,3,\"Hessen\",\"LK Schwalm-Eder-Kreis\",,\"DEU.7.21_1\",,\"DE.HE.SE\",\"DE735\",\"06634\",\"DE735\",51.01487732,9.32757791614148,180222,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0b423a85\",6535,6535,3,\"Hessen\",\"LK Vogelsbergkreis\",,\"DEU.7.22_1\",,\"DE.HE.VG\",\"DE725\",\"06535\",\"DE725\",50.61125183,9.25455794675273,105878,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"090484dc\",6635,6635,3,\"Hessen\",\"LK Waldeck-Frankenberg\",,\"DEU.7.23_1\",,\"DE.HE.WF\",\"DE736\",\"06635\",\"DE736\",51.22595024,8.93303708963341,156953,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"900dd566\",6636,6636,3,\"Hessen\",\"LK Werra-Meißner-Kreis\",,\"DEU.7.24_1\",,\"DE.HE.WM\",\"DE737\",\"06636\",\"DE737\",51.206644055,9.89211291975831,101017,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"35ab32fa\",6440,6440,3,\"Hessen\",\"LK Wetteraukreis\",,\"DEU.7.25_1\",,\"DE.HE.WT\",\"DE71E\",\"06440\",\"DE71E\",50.33064079,8.93415545904719,306460,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3fdbf629\",6411,6411,3,\"Hessen\",\"SK Darmstadt\",,\"DEU.7.3_1\",,\"DE.HE.DR\",\"DE711\",\"06411\",\"DE711\",49.875019075,8.66304834580505,159207,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a6d2a793\",6412,6412,3,\"Hessen\",\"SK Frankfurt am Main\",\"Frankfurt, Hesse\",\"DEU.7.4_1\",,\"DE.HE.FM\",\"DE712\",\"06412\",\"DE712\",50.120759965,8.65913514983069,753056,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3c5f2247\",6611,6611,3,\"Hessen\",\"SK Kassel\",,\"DEU.7.10_1\",,\"DE.HE.KA\",\"DE731\",\"06611\",\"DE731\",51.30859184,9.45486673394289,201585,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d1d59705\",6413,6413,3,\"Hessen\",\"SK Offenbach\",,\"DEU.7.18_1\",,\"DE.HE.OM\",\"DE713\",\"06413\",\"DE713\",50.09163284,8.78337384651728,128744,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4fb102a6\",6414,6414,3,\"Hessen\",\"SK Wiesbaden\",\"Wiesbaden, Hesse\",\"DEU.7.26_1\",,\"DE.HE.WE\",\"DE714\",\"06414\",\"DE714\",50.072561265,8.25369940873215,278342,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ec06c333\",13076,13076,3,\"Mecklenburg-Vorpommern\",\"LK Ludwigslust-Parchim\",,\"DEU.8.1_1\",,\"DE.MV.LP\",\"DE80O\",\"13076\",\"DE80O\",53.45370674,11.474462950283,212618,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"72625690\",13071,13071,3,\"Mecklenburg-Vorpommern\",\"LK Mecklenburgische Seenplatte\",,\"DEU.8.2_1\",,\"DE.MV.MS\",\"DE80J\",\"13071\",\"DE80J\",53.582689285,13.0623171120797,259130,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0208a21f\",13074,13074,3,\"Mecklenburg-Vorpommern\",\"LK Nordwestmecklenburg\",,\"DEU.8.3_1\",,\"DE.MV.NR\",\"DE80M\",\"13074\",\"DE80M\",53.80050278,11.2875541357879,156729,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"eb6b072a\",13072,13072,3,\"Mecklenburg-Vorpommern\",\"LK Rostock\",,\"DEU.8.5_1\",,\"DE.MV.RL\",\"DE80K\",\"13072\",\"DE80K\",53.919900895,12.2935144808202,215113,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"750f9289\",13075,13075,3,\"Mecklenburg-Vorpommern\",\"LK Vorpommern-Greifswald\",,\"DEU.8.7_1\",,\"DE.MV.VG\",\"DE80N\",\"13075\",\"DE80N\",53.723796845,13.8982583207165,236697,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9c6c37bc\",13073,13073,3,\"Mecklenburg-Vorpommern\",\"LK Vorpommern-Rügen\",,\"DEU.8.8_1\",,\"DE.MV.VR\",\"DE80L\",\"13073\",\"DE80L\",54.22905731,12.8088949882234,224684,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d32da17b\",13003,13003,3,\"Mecklenburg-Vorpommern\",\"SK Rostock\",,\"DEU.8.4_1\",,\"DE.MV.RS\",\"DE803\",\"13003\",\"DE803\",54.147390365,12.0699322075094,208886,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4d4934d8\",13004,13004,3,\"Mecklenburg-Vorpommern\",\"SK Schwerin\",,\"DEU.8.6_1\",,\"DE.MV.SH\",\"DE804\",\"13004\",\"DE804\",53.61584282,11.4307416044728,95818,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6c69c31f\",3451,3451,3,\"Niedersachsen\",\"LK Ammerland\",,\"DEU.9.1_1\",,\"DE.NI.AM\",\"DE946\",\"03451\",\"DE946\",53.20719719,8.00481430195457,124071,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f56092a5\",3452,3452,3,\"Niedersachsen\",\"LK Aurich\",,\"DEU.9.2_1\",,\"DE.NI.AR\",\"DE947\",\"03452\",\"DE947\",53.509305955,7.35884603188832,189848,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6926d59a\",3351,3351,3,\"Niedersachsen\",\"LK Celle\",,\"DEU.9.4_1\",,\"DE.NI.CL\",\"DE931\",\"03351\",\"DE931\",52.712490085,10.0620661173428,178936,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8267a233\",3453,3453,3,\"Niedersachsen\",\"LK Cloppenburg\",,\"DEU.9.5_1\",,\"DE.NI.CO\",\"DE948\",\"03453\",\"DE948\",52.93130112,7.96328826875678,169348,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f02f8420\",3352,3352,3,\"Niedersachsen\",\"LK Cuxhaven\",,\"DEU.9.6_1\",,\"DE.NI.CX\",\"DE932\",\"03352\",\"DE932\",53.58538628,8.88384967822558,198213,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"68e4bfad\",3251,3251,3,\"Niedersachsen\",\"LK Diepholz\",,\"DEU.9.8_1\",,\"DE.NI.DE\",\"DE922\",\"03251\",\"DE922\",52.74852562,8.76191567058001,216886,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1c033790\",3454,3454,3,\"Niedersachsen\",\"LK Emsland\",,\"DEU.9.10_1\",,\"DE.NI.ES\",\"DE949\",\"03454\",\"DE949\",52.699445725,7.36579254949818,325657,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6b040706\",3455,3455,3,\"Niedersachsen\",\"LK Friesland\",,\"DEU.9.11_1\",,\"DE.NI.FI\",\"DE94A\",\"03455\",\"DE94A\",53.511054995,7.99449158023731,98460,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6aa201f4\",3151,3151,3,\"Niedersachsen\",\"LK Gifhorn\",,\"DEU.9.12_1\",,\"DE.NI.GF\",\"DE914\",\"03151\",\"DE914\",52.576984405,10.6611723729677,175920,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"84ac60d8\",3153,3153,3,\"Niedersachsen\",\"LK Goslar\",,\"DEU.9.13_1\",,\"DE.NI.GS\",\"DE916\",\"03153\",\"DE916\",51.84718895,10.3461639133038,137014,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"647989c6\",3159,3159,3,\"Niedersachsen\",\"LK Göttingen\",,\"DEU.9.14_1\",,\"DE.NI.GT\",\"DE91C\",\"03159\",\"DE91C\",51.47046089,9.91112071940413,328074,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f20d56bc\",3456,3456,3,\"Niedersachsen\",\"LK Grafschaft Bentheim\",,\"DEU.9.15_1\",,\"DE.NI.GB\",\"DE94B\",\"03456\",\"DE94B\",52.446882245,7.10882103860121,136511,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f1edee17\",3252,3252,3,\"Niedersachsen\",\"LK Hameln-Pyrmont\",,\"DEU.9.16_1\",,\"DE.NI.HP\",\"DE923\",\"03252\",\"DE923\",52.096839905,9.41571216704167,148559,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8728b4b6\",3353,3353,3,\"Niedersachsen\",\"LK Harburg\",,\"DEU.9.17_1\",,\"DE.NI.HR\",\"DE933\",\"03353\",\"DE933\",53.31712532,9.9084201579934,252776,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"10fa6d3e\",3358,3358,3,\"Niedersachsen\",\"LK Heidekreis\",,\"DEU.9.18_1\",,\"DE.NI.HD\",\"DE938\",\"03358\",\"DE938\",52.90913391,9.78076629586485,139755,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1ac8f57b\",3154,3154,3,\"Niedersachsen\",\"LK Helmstedt\",,\"DEU.9.19_1\",,\"DE.NI.HL\",\"DE917\",\"03154\",\"DE917\",52.26010704,10.8927944305821,91307,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"188e4b22\",3254,3254,3,\"Niedersachsen\",\"LK Hildesheim\",,\"DEU.9.20_1\",,\"DE.NI.HH\",\"DE925\",\"03254\",\"DE925\",52.097089765,9.92792877865083,276594,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6f897bb4\",3255,3255,3,\"Niedersachsen\",\"LK Holzminden\",,\"DEU.9.21_1\",,\"DE.NI.HZ\",\"DE926\",\"03255\",\"DE926\",51.84520149,9.5647905685162,70975,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"850a662a\",3457,3457,3,\"Niedersachsen\",\"LK Leer\",,\"DEU.9.22_1\",,\"DE.NI.LE\",\"DE94C\",\"03457\",\"DE94C\",53.202020645,7.46041842357473,169809,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"194c2115\",3354,3354,3,\"Niedersachsen\",\"LK Lüchow-Dannenberg\",,\"DEU.9.23_1\",,\"DE.NI.LD\",\"DE934\",\"03354\",\"DE934\",53.047920225,11.174506564035,48424,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6e4b1183\",3355,3355,3,\"Niedersachsen\",\"LK Lüneburg\",,\"DEU.9.24_1\",,\"DE.NI.LN\",\"DE935\",\"03355\",\"DE935\",53.21437645,10.5451727625681,183372,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f6802a0e\",3256,3256,3,\"Niedersachsen\",\"LK Nienburg (Weser)\",,\"DEU.9.25_1\",,\"DE.NI.NE\",\"DE927\",\"03256\",\"DE927\",52.648298265,9.25743478505623,121386,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6dcfc5ed\",3155,3155,3,\"Niedersachsen\",\"LK Northeim\",,\"DEU.9.26_1\",,\"DE.NI.NR\",\"DE918\",\"03155\",\"DE918\",51.76530647,9.85849912869655,132765,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"15b57bbb\",3458,3458,3,\"Niedersachsen\",\"LK Oldenburg\",,\"DEU.9.28_1\",,\"DE.NI.OS\",\"DE94D\",\"03458\",\"DE94D\",52.985038755,8.38163388461041,130144,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"62b24b2d\",3459,3459,3,\"Niedersachsen\",\"LK Osnabrück\",,\"DEU.9.30_1\",,\"DE.NI.OB\",\"DE94E\",\"03459\",\"DE94E\",52.37225914,8.16168646980499,357343,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f7424039\",3356,3356,3,\"Niedersachsen\",\"LK Osterholz\",,\"DEU.9.31_1\",,\"DE.NI.OT\",\"DE936\",\"03356\",\"DE936\",53.26004219,8.74378174829821,113517,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"83c1a4c1\",3157,3157,3,\"Niedersachsen\",\"LK Peine\",,\"DEU.9.33_1\",,\"DE.NI.PI\",\"DE91A\",\"03157\",\"DE91A\",52.31174469,10.2523581506244,133965,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"804570af\",3357,3357,3,\"Niedersachsen\",\"LK Rotenburg (Wümme)\",,\"DEU.9.35_1\",,\"DE.NI.RT\",\"DE937\",\"03357\",\"DE937\",53.2556324,9.30869483955436,163455,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"81871a98\",3257,3257,3,\"Niedersachsen\",\"LK Schaumburg\",,\"DEU.9.37_1\",,\"DE.NI.SH\",\"DE928\",\"03257\",\"DE928\",52.27464867,9.20890772769406,157781,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"67fd5da8\",3359,3359,3,\"Niedersachsen\",\"LK Stade\",,\"DEU.9.38_1\",,\"DE.NI.SA\",\"DE939\",\"03359\",\"DE939\",53.60116005,9.36092102615983,203102,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"350cb6cf\",3360,3360,3,\"Niedersachsen\",\"LK Uelzen\",,\"DEU.9.39_1\",,\"DE.NI.UL\",\"DE93A\",\"03360\",\"DE93A\",52.98525047,10.5387477990525,92572,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3043a04a\",3460,3460,3,\"Niedersachsen\",\"LK Vechta\",,\"DEU.9.40_1\",,\"DE.NI.VC\",\"DE94F\",\"03460\",\"DE94F\",52.65845871,8.17224621546614,141598,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"420b8659\",3361,3361,3,\"Niedersachsen\",\"LK Verden\",,\"DEU.9.41_1\",,\"DE.NI.VR\",\"DE93B\",\"03361\",\"DE93B\",52.976119995,9.18123092622564,136792,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"474490dc\",3461,3461,3,\"Niedersachsen\",\"LK Wesermarsch\",,\"DEU.9.42_1\",,\"DE.NI.WS\",\"DE94G\",\"03461\",\"DE94G\",53.3585186,8.34535453984955,88624,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"de4dc166\",3462,3462,3,\"Niedersachsen\",\"LK Wittmund\",,\"DEU.9.44_1\",,\"DE.NI.WT\",\"DE94H\",\"03462\",\"DE94H\",53.536672595,7.74600920157858,56882,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"137eb950\",3158,3158,3,\"Niedersachsen\",\"LK Wolfenbüttel\",,\"DEU.9.45_1\",,\"DE.NI.WB\",\"DE91B\",\"03158\",\"DE91B\",52.13706207,10.6556945149599,119960,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"71ff8eec\",3241,3241,3,\"Niedersachsen\",\"Region Hannover\",\"Hannover, Lower Saxony\",\"DEU.9.34_1\",,\"DE.NI.HA\",\"DE929\",\"03241\",\"DE929\",52.40283203,9.80099418407076,1157624,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"17d5f5b1\",3101,3101,3,\"Niedersachsen\",\"SK Braunschweig\",,\"DEU.9.3_1\",,\"DE.NI.BA\",\"DE911\",\"03101\",\"DE911\",52.273153305,10.5203954187774,248292,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"111e375a\",3401,3401,3,\"Niedersachsen\",\"SK Delmenhorst\",,\"DEU.9.7_1\",,\"DE.NI.DL\",\"DE941\",\"03401\",\"DE941\",53.047878265,8.64723180722967,77607,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"881766e0\",3402,3402,3,\"Niedersachsen\",\"SK Emden\",,\"DEU.9.9_1\",,\"DE.NI.ED\",\"DE942\",\"03402\",\"DE942\",53.363746645,7.19622833318356,50195,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ff105676\",3403,3403,3,\"Niedersachsen\",\"SK Oldenburg\",,\"DEU.9.27_1\",,\"DE.NI.OL\",\"DE943\",\"03403\",\"DE943\",53.14374733,8.2231718031729,168210,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6174c3d5\",3404,3404,3,\"Niedersachsen\",\"SK Osnabrück\",,\"DEU.9.29_1\",,\"DE.NI.ON\",\"DE944\",\"03404\",\"DE944\",52.27982521,8.060147645849,164748,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8edca40b\",3102,3102,3,\"Niedersachsen\",\"SK Salzgitter\",,\"DEU.9.36_1\",,\"DE.NI.SL\",\"DE912\",\"03102\",\"DE912\",52.11831856,10.3398167642875,104948,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1673f343\",3405,3405,3,\"Niedersachsen\",\"SK Wilhelmshaven\",,\"DEU.9.43_1\",,\"DE.NI.WH\",\"DE945\",\"03405\",\"DE945\",53.57238007,8.08807297597011,76278,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f9db949d\",3103,3103,3,\"Niedersachsen\",\"SK Wolfsburg\",,\"DEU.9.46_1\",,\"DE.NI.WL\",\"DE913\",\"03103\",\"DE913\",52.406848905,10.778581158098,124151,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"38aa027b\",5554,5554,3,\"Nordrhein-Westfalen\",\"LK Borken\",,\"DEU.10.4_1\",,\"DE.NW.BR\",\"DEA34\",\"05554\",\"DEA34\",51.98603439,6.9463281769593,370676,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"311c4e50\",5558,5558,3,\"Nordrhein-Westfalen\",\"LK Coesfeld\",,\"DEU.10.6_1\",,\"DE.NW.CE\",\"DEA35\",\"05558\",\"DEA35\",51.863023755,7.32041846411904,219929,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"359132e2\",5358,5358,3,\"Nordrhein-Westfalen\",\"LK Düren\",,\"DEU.10.9_1\",,\"DE.NW.DR\",\"DEA26\",\"05358\",\"DEA26\",50.82251358,6.48114109709691,263722,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"31b0fb1f\",5954,5954,3,\"Nordrhein-Westfalen\",\"LK Ennepe-Ruhr-Kreis\",,\"DEU.10.11_1\",,\"DE.NW.ER\",\"DEA56\",\"05954\",\"DEA56\",51.347921375,7.26405092047516,324296,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f9044c26\",5366,5366,3,\"Nordrhein-Westfalen\",\"LK Euskirchen\",,\"DEU.10.13_1\",,\"DE.NW.EK\",\"DEA28\",\"05366\",\"DEA28\",50.555942535,6.64423686974084,192840,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3b2ed615\",5754,5754,3,\"Nordrhein-Westfalen\",\"LK Gütersloh\",,\"DEU.10.15_1\",,\"DE.NW.GT\",\"DEA42\",\"05754\",\"DEA42\",51.92640114,8.33459383802348,364083,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"097cd852\",5370,5370,3,\"Nordrhein-Westfalen\",\"LK Heinsberg\",,\"DEU.10.18_1\",,\"DE.NW.HI\",\"DEA29\",\"05370\",\"DEA29\",51.044088365,6.20844978712972,254322,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"32989a3e\",5758,5758,3,\"Nordrhein-Westfalen\",\"LK Herford\",,\"DEU.10.19_1\",,\"DE.NW.HF\",\"DEA43\",\"05758\",\"DEA43\",52.16331482,8.63072333409012,250783,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3806b734\",5958,5958,3,\"Nordrhein-Westfalen\",\"LK Hochsauerlandkreis\",,\"DEU.10.21_1\",,\"DE.NW.HC\",\"DEA57\",\"05958\",\"DEA57\",51.32112503,8.26908004087713,260475,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f96020e3\",5762,5762,3,\"Nordrhein-Westfalen\",\"LK Höxter\",,\"DEU.10.22_1\",,\"DE.NW.HX\",\"DEA44\",\"05762\",\"DEA44\",51.67666435,9.18431149627486,140667,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3fa3aaa7\",5154,5154,3,\"Nordrhein-Westfalen\",\"LK Kleve\",,\"DEU.10.23_1\",,\"DE.NW.KV\",\"DEA1B\",\"05154\",\"DEA1B\",51.630477905,6.20005912993906,310974,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fe0de4fa\",5766,5766,3,\"Nordrhein-Westfalen\",\"LK Lippe\",,\"DEU.10.27_1\",,\"DE.NW.LP\",\"DEA45\",\"05766\",\"DEA45\",51.99197197,8.91697509412625,348391,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f3fe0de9\",5962,5962,3,\"Nordrhein-Westfalen\",\"LK Märkischer Kreis\",,\"DEU.10.28_1\",,\"DE.NW.MK\",\"DEA58\",\"05962\",\"DEA58\",51.27339363,7.72738554393291,412120,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3615e68c\",5158,5158,3,\"Nordrhein-Westfalen\",\"LK Mettmann\",,\"DEU.10.29_1\",,\"DE.NW.MT\",\"DEA1C\",\"05158\",\"DEA1C\",51.223415375,6.95644986755372,485684,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0e75708e\",5770,5770,3,\"Nordrhein-Westfalen\",\"LK Minden-Lübbecke\",,\"DEU.10.30_1\",,\"DE.NW.ML\",\"DEA46\",\"05770\",\"DEA46\",52.34755516,8.75607324906298,310710,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0e111c4b\",5374,5374,3,\"Nordrhein-Westfalen\",\"LK Oberbergischer Kreis\",,\"DEU.10.34_1\",,\"DE.NW.OK\",\"DEA2A\",\"05374\",\"DEA2A\",51.03411865,7.52438974910851,272471,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f493c9f0\",5966,5966,3,\"Nordrhein-Westfalen\",\"LK Olpe\",,\"DEU.10.36_1\",,\"DE.NW.OP\",\"DEA59\",\"05966\",\"DEA59\",51.08614159,8.02289049761244,134775,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0918b497\",5774,5774,3,\"Nordrhein-Westfalen\",\"LK Paderborn\",,\"DEU.10.37_1\",,\"DE.NW.PD\",\"DEA47\",\"05774\",\"DEA47\",51.6628418,8.77119560490623,306890,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fae4f48d\",5562,5562,3,\"Nordrhein-Westfalen\",\"LK Recklinghausen\",,\"DEU.10.38_1\",,\"DE.NW.RC\",\"DEA36\",\"05562\",\"DEA36\",51.671297075,7.14655896190161,615261,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fe69883f\",5362,5362,3,\"Nordrhein-Westfalen\",\"LK Rhein-Erft-Kreis\",,\"DEU.10.40_1\",,\"DE.NW.RE\",\"DEA27\",\"05362\",\"DEA27\",50.892253875,6.73542035317767,470089,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fded5c51\",5162,5162,3,\"Nordrhein-Westfalen\",\"LK Rhein-Kreis Neuss\",,\"DEU.10.41_1\",,\"DE.NW.RN\",\"DEA1D\",\"05162\",\"DEA1D\",51.175930025,6.65974428383369,451007,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"60eaa5b1\",5382,5382,3,\"Nordrhein-Westfalen\",\"LK Rhein-Sieg-Kreis\",,\"DEU.10.42_1\",,\"DE.NW.RS\",\"DEA2C\",\"05382\",\"DEA2C\",50.753011705,7.38199821663502,599780,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"07a75060\",5378,5378,3,\"Nordrhein-Westfalen\",\"LK Rheinisch-Bergischer Kreis\",,\"DEU.10.43_1\",,\"DE.NW.RB\",\"DEA2B\",\"05378\",\"DEA2B\",51.01395607,7.17207737214866,283455,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"04eb5d84\",5970,5970,3,\"Nordrhein-Westfalen\",\"LK Siegen-Wittgenstein\",,\"DEU.10.44_1\",,\"DE.NW.SW\",\"DEA5A\",\"05970\",\"DEA5A\",50.917703625,8.13796722950306,278210,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0386999d\",5974,5974,3,\"Nordrhein-Westfalen\",\"LK Soest\",,\"DEU.10.45_1\",,\"DE.NW.SO\",\"DEA5B\",\"05974\",\"DEA5B\",51.55851936,8.15701585270817,301902,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fd893094\",5566,5566,3,\"Nordrhein-Westfalen\",\"LK Steinfurt\",,\"DEU.10.48_1\",,\"DE.NW.SF\",\"DEA37\",\"05566\",\"DEA37\",52.23497391,7.51227097007002,447614,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0a30d5b6\",5978,5978,3,\"Nordrhein-Westfalen\",\"LK Unna\",,\"DEU.10.49_1\",,\"DE.NW.UN\",\"DEA5C\",\"05978\",\"DEA5C\",51.56128502,7.72027592940433,394782,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fa809848\",5166,5166,3,\"Nordrhein-Westfalen\",\"LK Viersen\",,\"DEU.10.50_1\",,\"DE.NW.VE\",\"DEA1E\",\"05166\",\"DEA1E\",51.296466825,6.31983896600623,298935,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0df1a4e0\",5570,5570,3,\"Nordrhein-Westfalen\",\"LK Warendorf\",,\"DEU.10.51_1\",,\"DE.NW.WR\",\"DEA38\",\"05570\",\"DEA38\",51.88076401,7.94155474528055,277783,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0af80c3c\",5170,5170,3,\"Nordrhein-Westfalen\",\"LK Wesel\",,\"DEU.10.52_1\",,\"DE.NW.WS\",\"DEA1F\",\"05170\",\"DEA1F\",51.60323143,6.60282463919717,459809,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2f28e79e\",5711,5711,3,\"Nordrhein-Westfalen\",\"SK Bielefeld\",,\"DEU.10.1_1\",,\"DE.NW.BE\",\"DEA41\",\"05711\",\"DEA41\",52.01489067,8.55951905067736,333786,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"25b6ca94\",5911,5911,3,\"Nordrhein-Westfalen\",\"SK Bochum\",\"Bochum - Dortmund, North Rhine-Westphalia\",\"DEU.10.2_1\",,\"DE.NW.BC\",\"DEA51\",\"05911\",\"DEA51\",51.4708004,7.23111299871905,364628,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"584bbbcd\",5314,5314,3,\"Nordrhein-Westfalen\",\"SK Bonn\",,\"DEU.10.3_1\",,\"DE.NW.BN\",\"DEA22\",\"05314\",\"DEA22\",50.70310974,7.09771490560394,327258,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b5a5624a\",5512,5512,3,\"Nordrhein-Westfalen\",\"SK Bottrop\",,\"DEU.10.5_1\",,\"DE.NW.BT\",\"DEA31\",\"05512\",\"DEA31\",51.570720675,6.88758907836486,117383,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cbb8abb8\",5913,5913,3,\"Nordrhein-Westfalen\",\"SK Dortmund\",\"Bochum - Dortmund, North Rhine-Westphalia\",\"DEU.10.7_1\",,\"DE.NW.DD\",\"DEA52\",\"05913\",\"DEA52\",51.507627485,7.44972707206297,587010,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b2acca96\",5112,5112,3,\"Nordrhein-Westfalen\",\"SK Duisburg\",,\"DEU.10.8_1\",,\"DE.NW.DI\",\"DEA12\",\"05112\",\"DEA12\",51.44660759,6.7408242503978,498590,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2ba59b2c\",5111,5111,3,\"Nordrhein-Westfalen\",\"SK Düsseldorf\",\"Dusseldorf, North Rhine-Westphalia\",\"DEU.10.10_1\",,\"DE.NW.DS\",\"DEA11\",\"05111\",\"DEA11\",51.23792267,6.78603016122124,619294,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c5abfa00\",5113,5113,3,\"Nordrhein-Westfalen\",\"SK Essen\",,\"DEU.10.12_1\",,\"DE.NW.ES\",\"DEA13\",\"05113\",\"DEA13\",51.440601345,7.04564787859546,583109,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c2a252dc\",5513,5513,3,\"Nordrhein-Westfalen\",\"SK Gelsenkirchen\",,\"DEU.10.14_1\",,\"DE.NW.GL\",\"DEA32\",\"05513\",\"DEA32\",51.557126995,7.08121583862649,260654,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"55dc3e1b\",5914,5914,3,\"Nordrhein-Westfalen\",\"SK Hagen\",,\"DEU.10.16_1\",,\"DE.NW.HG\",\"DEA53\",\"05914\",\"DEA53\",51.34140587,7.48675987552629,188814,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"22db0e8d\",5915,5915,3,\"Nordrhein-Westfalen\",\"SK Hamm\",,\"DEU.10.17_1\",,\"DE.NW.HM\",\"DEA54\",\"05915\",\"DEA54\",51.6613369,7.81684185581916,179111,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bbd25f37\",5916,5916,3,\"Nordrhein-Westfalen\",\"SK Herne\",,\"DEU.10.20_1\",,\"DE.NW.HR\",\"DEA55\",\"05916\",\"DEA55\",51.538282395,7.21249660276692,156374,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2f4c8b5b\",5315,5315,3,\"Nordrhein-Westfalen\",\"SK Köln\",\"Cologne, North Rhine-Westphalia\",\"DEU.10.24_1\",,\"DE.NW.KO\",\"DEA23\",\"05315\",\"DEA23\",50.957040785,6.95502321771138,1085664,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5bcf6fa3\",5114,5114,3,\"Nordrhein-Westfalen\",\"SK Krefeld\",,\"DEU.10.25_1\",,\"DE.NW.KF\",\"DEA14\",\"05114\",\"DEA14\",51.34667206,6.57833506614482,227020,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b645dae1\",5316,5316,3,\"Nordrhein-Westfalen\",\"SK Leverkusen\",,\"DEU.10.26_1\",,\"DE.NW.LV\",\"DEA24\",\"05316\",\"DEA24\",51.052999495,7.0122737153648,163838,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b5c10e8f\",5116,5116,3,\"Nordrhein-Westfalen\",\"SK Mönchengladbach\",\"Mönchengladbach, North Rhine-Westphalia\",\"DEU.10.31_1\",,\"DE.NW.MG\",\"DEA15\",\"05116\",\"DEA15\",51.166851045,6.41189876551019,261454,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c2c63e19\",5117,5117,3,\"Nordrhein-Westfalen\",\"SK Mülheim a.d.Ruhr\",,\"DEU.10.32_1\",,\"DE.NW.MR\",\"DEA16\",\"05117\",\"DEA16\",51.411045075,6.8810990919345,170880,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2bc1f7e9\",5515,5515,3,\"Nordrhein-Westfalen\",\"SK Münster\",\"Münster, North Rhine-Westphalia\",\"DEU.10.33_1\",,\"DE.NW.MN\",\"DEA33\",\"05515\",\"DEA33\",51.950698855,7.61345133978023,314319,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"257e131e\",5119,5119,3,\"Nordrhein-Westfalen\",\"SK Oberhausen\",,\"DEU.10.35_1\",,\"DE.NW.OE\",\"DEA17\",\"05119\",\"DEA17\",51.51364517,6.84942163747487,210829,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"778ff879\",5120,5120,3,\"Nordrhein-Westfalen\",\"SK Remscheid\",,\"DEU.10.39_1\",,\"DE.NW.RM\",\"DEA18\",\"05120\",\"DEA18\",51.184152605,7.22830120040606,110994,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"99819955\",5122,5122,3,\"Nordrhein-Westfalen\",\"SK Solingen\",,\"DEU.10.46_1\",,\"DE.NW.SL\",\"DEA19\",\"05122\",\"DEA19\",51.167980195,7.05851252115219,159360,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"70e23c60\",5124,5124,3,\"Nordrhein-Westfalen\",\"SK Wuppertal\",,\"DEU.10.53_1\",,\"DE.NW.WP\",\"DEA1A\",\"05124\",\"DEA1A\",51.24153519,7.16608723637065,354382,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6a7dd94f\",5334,5334,3,\"Nordrhein-Westfalen\",\"StadtRegion Aachen\",\"Aachen, North Rhine-Westphalia\",\"DEU.10.47_1\",,\"DE.NW.AC\",\"DEA2D\",\"05334\",\"DEA2D\",50.72255325,6.21745573220214,555465,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b39a3125\",7131,7131,3,\"Rheinland-Pfalz\",\"LK Ahrweiler\",,\"DEU.11.1_1\",,\"DE.RP.AR\",\"DEB12\",\"07131\",\"DEB12\",50.47848511,7.12125836781448,129727,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2a93609f\",7132,7132,3,\"Rheinland-Pfalz\",\"LK Altenkirchen\",,\"DEU.11.2_1\",,\"DE.RP.AT\",\"DEB13\",\"07132\",\"DEB13\",50.75329018,7.79754530571504,128705,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b01ee54b\",7331,7331,3,\"Rheinland-Pfalz\",\"LK Alzey-Worms\",,\"DEU.11.3_1\",,\"DE.RP.AW\",\"DEB3B\",\"07331\",\"DEB3B\",49.74425888,8.2016292846472,129244,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2917b4f1\",7332,7332,3,\"Rheinland-Pfalz\",\"LK Bad Dürkheim\",,\"DEU.11.4_1\",,\"DE.RP.BD\",\"DEB3C\",\"07332\",\"DEB3C\",49.46975517,8.11352548834928,132660,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5d945009\",7133,7133,3,\"Rheinland-Pfalz\",\"LK Bad Kreuznach\",,\"DEU.11.5_1\",,\"DE.RP.BK\",\"DEB14\",\"07133\",\"DEB14\",49.8183136,7.67286667595625,158080,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b1dc8f7c\",7231,7231,3,\"Rheinland-Pfalz\",\"LK Bernkastel-Wittlich\",,\"DEU.11.6_1\",,\"DE.RP.BW\",\"DEB22\",\"07231\",\"DEB22\",49.90182686,6.96314743979873,112262,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c3f0c5aa\",7134,7134,3,\"Rheinland-Pfalz\",\"LK Birkenfeld\",,\"DEU.11.7_1\",,\"DE.RP.BR\",\"DEB15\",\"07134\",\"DEB15\",49.72492218,7.28830324580158,80720,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"28d5dec6\",7232,7232,3,\"Rheinland-Pfalz\",\"LK Bitburg-Prüm\",,\"DEU.11.10_1\",,\"DE.RP.EB\",\"DEB23\",\"07232\",\"DEB23\",50.06749916,6.4082253092868,98561,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b4f7f53c\",7135,7135,3,\"Rheinland-Pfalz\",\"LK Cochem-Zell\",,\"DEU.11.8_1\",,\"DE.RP.CZ\",\"DEB1C\",\"07135\",\"DEB1C\",50.120542525,7.13850981455605,61587,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5e108467\",7333,7333,3,\"Rheinland-Pfalz\",\"LK Donnersbergkreis\",,\"DEU.11.9_1\",,\"DE.RP.DN\",\"DEB3D\",\"07333\",\"DEB3D\",49.627573015,7.93713848155098,75101,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c07411c4\",7334,7334,3,\"Rheinland-Pfalz\",\"LK Germersheim\",,\"DEU.11.12_1\",,\"DE.RP.GR\",\"DEB3E\",\"07334\",\"DEB3E\",49.132276535,8.31444740931243,129075,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b7732152\",7335,7335,3,\"Rheinland-Pfalz\",\"LK Kaiserslautern\",,\"DEU.11.14_1\",,\"DE.RP.KL\",\"DEB3F\",\"07335\",\"DEB3F\",49.451997755,7.57558540980818,106057,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2e7a70e8\",7336,7336,3,\"Rheinland-Pfalz\",\"LK Kusel\",,\"DEU.11.16_1\",,\"DE.RP.KU\",\"DEB3G\",\"07336\",\"DEB3G\",49.538368225,7.45420660446513,70526,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bec56d79\",7339,7339,3,\"Rheinland-Pfalz\",\"LK Mainz-Bingen\",,\"DEU.11.19_1\",,\"DE.RP.MB\",\"DEB3J\",\"07339\",\"DEB3J\",49.9155941,8.06650397870877,210889,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5af99410\",7137,7137,3,\"Rheinland-Pfalz\",\"LK Mayen-Koblenz\",,\"DEU.11.21_1\",,\"DE.RP.MK\",\"DEB17\",\"07137\",\"DEB17\",50.31837082,7.258513954739,214259,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ca468981\",7138,7138,3,\"Rheinland-Pfalz\",\"LK Neuwied\",,\"DEU.11.23_1\",,\"DE.RP.NU\",\"DEB18\",\"07138\",\"DEB18\",50.565000535,7.40206140790906,181941,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8bdc9774\",7140,7140,3,\"Rheinland-Pfalz\",\"LK Rhein-Hunsrück-Kreis\",,\"DEU.11.25_1\",,\"DE.RP.RH\",\"DEB1D\",\"07140\",\"DEB1D\",50.052928925,7.51143725415723,102937,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fcdba7e2\",7141,7141,3,\"Rheinland-Pfalz\",\"LK Rhein-Lahn-Kreis\",,\"DEU.11.26_1\",,\"DE.RP.RN\",\"DEB1A\",\"07141\",\"DEB1A\",50.24085617,7.81333054944626,122308,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c9c25def\",7338,7338,3,\"Rheinland-Pfalz\",\"LK Rhein-Pfalz-Kreis\",,\"DEU.11.27_1\",,\"DE.RP.RZ\",\"DEB3I\",\"07338\",\"DEB3I\",49.42875099,8.31430821060607,154201,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"597d407e\",7337,7337,3,\"Rheinland-Pfalz\",\"LK Südliche Weinstraße\",,\"DEU.11.29_1\",,\"DE.RP.SW\",\"DEB3H\",\"07337\",\"DEB3H\",49.171577455,7.94960675296063,110356,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8858431a\",7340,7340,3,\"Rheinland-Pfalz\",\"LK Südwestpfalz\",,\"DEU.11.30_1\",,\"DE.RP.SD\",\"DEB3K\",\"07340\",\"DEB3K\",49.20483017,7.7878327723095,95113,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b6b14b65\",7235,7235,3,\"Rheinland-Pfalz\",\"LK Trier-Saarburg\",,\"DEU.11.31_1\",,\"DE.RP.TS\",\"DEB25\",\"07235\",\"DEB25\",49.71733856,6.84294970272853,148945,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5fd2ee50\",7233,7233,3,\"Rheinland-Pfalz\",\"LK Vulkaneifel\",,\"DEU.11.33_1\",,\"DE.RP.VL\",\"DEB24\",\"07233\",\"DEB24\",50.231372835,6.76810798585712,60603,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"12d5c6ce\",7143,7143,3,\"Rheinland-Pfalz\",\"LK Westerwaldkreis\",,\"DEU.11.34_1\",,\"DE.RP.WS\",\"DEB1B\",\"07143\",\"DEB1B\",50.543746945,7.86469792546707,201597,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"822887c9\",7311,7311,3,\"Rheinland-Pfalz\",\"SK Frankenthal\",,\"DEU.11.11_1\",,\"DE.RP.FA\",\"DEB31\",\"07311\",\"DEB31\",49.53354454,8.34770398947235,48561,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1b21d673\",7312,7312,3,\"Rheinland-Pfalz\",\"SK Kaiserslautern\",,\"DEU.11.13_1\",,\"DE.RP.KS\",\"DEB32\",\"07312\",\"DEB32\",49.42674637,7.75882987233653,99845,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"81ac53a7\",7111,7111,3,\"Rheinland-Pfalz\",\"SK Koblenz\",,\"DEU.11.15_1\",,\"DE.RP.KO\",\"DEB11\",\"07111\",\"DEB11\",50.34677315,7.58406637602482,114024,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6c26e6e5\",7313,7313,3,\"Rheinland-Pfalz\",\"SK Landau i.d.Pfalz\",,\"DEU.11.17_1\",,\"DE.RP.LP\",\"DEB33\",\"07313\",\"DEB33\",49.19467354,8.10063949239891,46677,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f2427346\",7314,7314,3,\"Rheinland-Pfalz\",\"SK Ludwigshafen\",,\"DEU.11.18_1\",,\"DE.RP.LR\",\"DEB34\",\"07314\",\"DEB34\",49.488830565,8.39101842326567,171061,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"854543d0\",7315,7315,3,\"Rheinland-Pfalz\",\"SK Mainz\",,\"DEU.11.20_1\",,\"DE.RP.MI\",\"DEB35\",\"07315\",\"DEB35\",49.965631485,8.25680303258121,217118,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1c4c126a\",7316,7316,3,\"Rheinland-Pfalz\",\"SK Neustadt a.d.Weinstraße\",,\"DEU.11.22_1\",,\"DE.RP.NW\",\"DEB36\",\"07316\",\"DEB36\",49.34840393,8.11558836594052,53148,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"6b4b22fc\",7317,7317,3,\"Rheinland-Pfalz\",\"SK Pirmasens\",,\"DEU.11.24_1\",,\"DE.RP.PR\",\"DEB37\",\"07317\",\"DEB37\",49.18820381,7.59110978922973,40403,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"fbf43f6d\",7318,7318,3,\"Rheinland-Pfalz\",\"SK Speyer\",,\"DEU.11.28_1\",,\"DE.RP.SE\",\"DEB38\",\"07318\",\"DEB38\",49.33011055,8.42892822050683,50378,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"83eaedfe\",7211,7211,3,\"Rheinland-Pfalz\",\"SK Trier\",,\"DEU.11.32_1\",,\"DE.RP.TI\",\"DEB21\",\"07211\",\"DEB21\",49.77869606,6.66904668081078,110636,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8cf30ffb\",7319,7319,3,\"Rheinland-Pfalz\",\"SK Worms\",,\"DEU.11.35_1\",,\"DE.RP.WR\",\"DEB39\",\"07319\",\"DEB39\",49.66079712,8.32186244073821,83330,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"de02e49c\",7320,7320,3,\"Rheinland-Pfalz\",\"SK Zweibrücken\",,\"DEU.11.36_1\",,\"DE.RP.ZE\",\"DEB3A\",\"07320\",\"DEB3A\",49.25299072,7.37038867296422,34209,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d2f3fb07\",10042,10042,3,\"Saarland\",\"LK Merzig-Wadern\",,\"DEU.12.1_1\",,\"DE.SL.MW\",\"DEC02\",\"10042\",\"DEC02\",49.492794035,6.63326157796892,103366,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a5f4cb91\",10043,10043,3,\"Saarland\",\"LK Neunkirchen\",,\"DEU.12.2_1\",,\"DE.SL.NU\",\"DEC03\",\"10043\",\"DEC03\",49.364564895,7.08880771017715,132206,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4c976ea4\",10045,10045,3,\"Saarland\",\"LK Saar-Pfalz-Kreis\",,\"DEU.12.5_1\",,\"DE.SL.SP\",\"DEC05\",\"10045\",\"DEC05\",49.261959075,7.1991384785175,142631,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3b905e32\",10044,10044,3,\"Saarland\",\"LK Saarlouis\",,\"DEU.12.4_1\",,\"DE.SL.SA\",\"DEC04\",\"10044\",\"DEC04\",49.358495715,6.75097938278398,195201,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d59e3f1e\",10046,10046,3,\"Saarland\",\"LK Sankt Wendel\",,\"DEU.12.6_1\",,\"DE.SL.SW\",\"DEC06\",\"10046\",\"DEC06\",49.524305345,7.13253120366704,87397,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4bfaaabd\",10041,10041,3,\"Saarland\",\"LK Stadtverband Saarbrücken\",,\"DEU.12.3_1\",,\"DE.SL.SB\",\"DEC01\",\"10041\",\"DEC01\",49.244815825,6.97180566024392,329708,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"912222c7\",14625,14625,3,\"Sachsen\",\"LK Bautzen\",,\"DEU.14.1_1\",,\"DE.SN.BU\",\"DED2C\",\"14625\",\"DED2C\",51.28155899,14.2126473632193,300880,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"94095887\",14521,14521,3,\"Sachsen\",\"LK Erzgebirgskreis\",,\"DEU.14.4_1\",,\"DE.SN.EZ\",\"DED42\",\"14521\",\"DED42\",50.601970675,12.9569238622425,337696,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"082b737d\",14626,14626,3,\"Sachsen\",\"LK Görlitz\",,\"DEU.14.5_1\",,\"DE.SN.GR\",\"DED2D\",\"14626\",\"DED2D\",51.20862579,14.8479339632349,254894,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"995604db\",14729,14729,3,\"Sachsen\",\"LK Leipzig\",,\"DEU.14.7_1\",,\"DE.SN.LL\",\"DED52\",\"14729\",\"DED52\",51.224290845,12.5530612695668,257763,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7f2c43eb\",14627,14627,3,\"Sachsen\",\"LK Meißen\",,\"DEU.14.8_1\",,\"DE.SN.MI\",\"DED2E\",\"14627\",\"DED2E\",51.230962755,13.5053662089564,242165,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"0d00093d\",14522,14522,3,\"Sachsen\",\"LK Mittelsachsen\",,\"DEU.14.9_1\",,\"DE.SN.MT\",\"DED43\",\"14522\",\"DED43\",50.93382454,13.0422499235635,306185,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f9918d3e\",14730,14730,3,\"Sachsen\",\"LK Nordsachsen\",,\"DEU.14.10_1\",,\"DE.SN.NR\",\"DED53\",\"14730\",\"DED53\",51.442377095,13.0382955249024,197673,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ef935e7a\",14628,14628,3,\"Sachsen\",\"LK Sächsische Schweiz-Osterzgebirge\",,\"DEU.14.11_1\",,\"DE.SN.SS\",\"DED2F\",\"14628\",\"DED2F\",50.9034996,13.9238700751552,245611,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"7a0739ab\",14523,14523,3,\"Sachsen\",\"LK Vogtlandkreis\",,\"DEU.14.12_1\",,\"DE.SN.VG\",\"DED44\",\"14523\",\"DED44\",50.42441177,12.2513869402577,227796,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e463ac08\",14524,14524,3,\"Sachsen\",\"LK Zwickau\",,\"DEU.14.13_1\",,\"DE.SN.ZI\",\"DED45\",\"14524\",\"DED45\",50.73500061,12.4652912235997,317531,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bf240b44\",14511,14511,3,\"Sachsen\",\"SK Chemnitz\",,\"DEU.14.2_1\",,\"DE.SN.CE\",\"DED41\",\"14511\",\"DED41\",50.822639465,12.8886937907553,247237,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"246be4a7\",14612,14612,3,\"Sachsen\",\"SK Dresden\",\"Dresden, Saxony\",\"DEU.14.3_1\",,\"DE.SN.DE\",\"DED21\",\"14612\",\"DED21\",51.076057435,13.7393787887412,554649,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"52aebe06\",14713,14713,3,\"Sachsen\",\"SK Leipzig\",\"Leipzig, Saxony\",\"DEU.14.6_1\",,\"DE.SN.LS\",\"DED51\",\"14713\",\"DED51\",51.34308624,12.3885014892074,587857,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d0911583\",15081,15081,3,\"Sachsen-Anhalt\",\"LK Altmarkkreis Salzwedel\",,\"DEU.13.1_1\",,\"DE.ST.AS\",\"DEE04\",\"15081\",\"DEE04\",52.664114,11.1815406214258,83765,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"49984439\",15082,15082,3,\"Sachsen-Anhalt\",\"LK Anhalt-Bitterfeld\",,\"DEU.13.2_1\",,\"DE.ST.AB\",\"DEE05\",\"15082\",\"DEE05\",51.816871645,12.0104056850669,159854,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"3e9f74af\",15083,15083,3,\"Sachsen-Anhalt\",\"LK Börde\",,\"DEU.13.3_1\",,\"DE.ST.BR\",\"DEE07\",\"15083\",\"DEE07\",52.20046425,11.3350890857352,171734,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a0fbe10c\",15084,15084,3,\"Sachsen-Anhalt\",\"LK Burgenlandkreis\",,\"DEU.13.4_1\",,\"DE.ST.BG\",\"DEE08\",\"15084\",\"DEE08\",51.128814695,11.8510688647514,180190,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"d7fcd19a\",15085,15085,3,\"Sachsen-Anhalt\",\"LK Harz\",,\"DEU.13.7_1\",,\"DE.ST.HR\",\"DEE09\",\"15085\",\"DEE09\",51.813127515,10.9149407192167,214446,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"4ef58020\",15086,15086,3,\"Sachsen-Anhalt\",\"LK Jerichower Land\",,\"DEU.13.8_1\",,\"DE.ST.JL\",\"DEE06\",\"15086\",\"DEE06\",52.288295745,12.0100728639113,89928,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"39f2b0b6\",15087,15087,3,\"Sachsen-Anhalt\",\"LK Mansfeld-Südharz\",,\"DEU.13.10_1\",,\"DE.ST.MS\",\"DEE0A\",\"15087\",\"DEE0A\",51.53505516,11.3344699944411,136249,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a94dad27\",15088,15088,3,\"Sachsen-Anhalt\",\"LK Saalekreis\",,\"DEU.13.11_1\",,\"DE.ST.SL\",\"DEE0B\",\"15088\",\"DEE0B\",51.45429611,11.850883364265,184582,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"de4a9db1\",15089,15089,3,\"Sachsen-Anhalt\",\"LK Salzlandkreis\",,\"DEU.13.12_1\",,\"DE.ST.SZ\",\"DEE0C\",\"15089\",\"DEE0C\",51.851163865,11.6008922523595,190560,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"be8d1454\",15090,15090,3,\"Sachsen-Anhalt\",\"LK Stendal\",,\"DEU.13.13_1\",,\"DE.ST.SE\",\"DEE0D\",\"15090\",\"DEE0D\",52.685354235,11.8526239489126,111982,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c98a24c2\",15091,15091,3,\"Sachsen-Anhalt\",\"LK Wittenberg\",,\"DEU.13.14_1\",,\"DE.ST.WT\",\"DEE0E\",\"15091\",\"DEE0E\",51.82744789,12.731438659866,125840,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"18489f8b\",15001,15001,3,\"Sachsen-Anhalt\",\"SK Dessau-Roßlau\",,\"DEU.13.5_1\",,\"DE.ST.DR\",\"DEE01\",\"15001\",\"DEE01\",51.852148055,12.2216437686335,81237,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8141ce31\",15002,15002,3,\"Sachsen-Anhalt\",\"SK Halle\",,\"DEU.13.6_1\",,\"DE.ST.HA\",\"DEE02\",\"15002\",\"DEE02\",51.473112105,11.9681721729492,239257,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f646fea7\",15003,15003,3,\"Sachsen-Anhalt\",\"SK Magdeburg\",,\"DEU.13.9_1\",,\"DE.ST.MG\",\"DEE03\",\"15003\",\"DEE03\",52.130186085,11.6306760216943,238697,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c169a348\",1051,1051,3,\"Schleswig-Holstein\",\"LK Dithmarschen\",,\"DEU.15.1_1\",,\"DE.SH.DT\",\"DEF05\",\"01051\",\"DEF05\",54.133161545,9.12342815225,133210,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2f67c264\",1053,1053,3,\"Schleswig-Holstein\",\"LK Herzogtum Lauenburg\",,\"DEU.15.3_1\",,\"DE.SH.HL\",\"DEF06\",\"01053\",\"DEF06\",53.593450545,10.6642884467346,197264,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b10357c7\",1054,1054,3,\"Schleswig-Holstein\",\"LK Nordfriesland\",,\"DEU.15.7_1\",,\"DE.SH.NR\",\"DEF07\",\"01054\",\"DEF07\",54.66046715,8.99385720035245,165507,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c6046751\",1055,1055,3,\"Schleswig-Holstein\",\"LK Ostholstein\",,\"DEU.15.8_1\",,\"DE.SH.OT\",\"DEF08\",\"01055\",\"DEF08\",54.137311935,10.7367004432072,200581,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5f0d36eb\",1056,1056,3,\"Schleswig-Holstein\",\"LK Pinneberg\",,\"DEU.15.9_1\",,\"DE.SH.PN\",\"DEF09\",\"01056\",\"DEF09\",53.7292881,9.76561409913976,314391,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"280a067d\",1057,1057,3,\"Schleswig-Holstein\",\"LK Plön\",,\"DEU.15.10_1\",,\"DE.SH.PO\",\"DEF0A\",\"01057\",\"DEF0A\",54.24526405,10.412507020852,128647,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b8b51bec\",1058,1058,3,\"Schleswig-Holstein\",\"LK Rendsburg-Eckernförde\",,\"DEU.15.11_1\",,\"DE.SH.RE\",\"DEF0B\",\"01058\",\"DEF0B\",54.32771492,9.7210098658273,272775,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cfb22b7a\",1059,1059,3,\"Schleswig-Holstein\",\"LK Schleswig-Flensburg\",,\"DEU.15.12_1\",,\"DE.SH.SF\",\"DEF0C\",\"01059\",\"DEF0C\",54.574998855,9.51417922727768,200025,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9d43c01d\",1060,1060,3,\"Schleswig-Holstein\",\"LK Segeberg\",,\"DEU.15.13_1\",,\"DE.SH.SG\",\"DEF0D\",\"01060\",\"DEF0D\",53.87748909,10.0972003148193,276032,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ea44f08b\",1061,1061,3,\"Schleswig-Holstein\",\"LK Steinburg\",,\"DEU.15.14_1\",,\"DE.SH.SE\",\"DEF0E\",\"01061\",\"DEF0E\",53.90645218,9.48448753252621,131347,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"734da131\",1062,1062,3,\"Schleswig-Holstein\",\"LK Stormarn\",,\"DEU.15.15_1\",,\"DE.SH.SO\",\"DEF0F\",\"01062\",\"DEF0F\",53.707824705,10.3053311265435,243196,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"bc1e570d\",1001,1001,3,\"Schleswig-Holstein\",\"SK Flensburg\",,\"DEU.15.2_1\",,\"DE.SH.FE\",\"DEF01\",\"01001\",\"DEF01\",54.78820801,9.44237776162631,89504,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"251706b7\",1002,1002,3,\"Schleswig-Holstein\",\"SK Kiel\",,\"DEU.15.4_1\",,\"DE.SH.KE\",\"DEF02\",\"01002\",\"DEF02\",54.342107775,10.1296810387114,247548,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"52103621\",1003,1003,3,\"Schleswig-Holstein\",\"SK Lübeck\",,\"DEU.15.5_1\",,\"DE.SH.LB\",\"DEF03\",\"01003\",\"DEF03\",53.880876545,10.7251461022541,217198,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cc74a382\",1004,1004,3,\"Schleswig-Holstein\",\"SK Neumünster\",,\"DEU.15.6_1\",,\"DE.SH.NU\",\"DEF04\",\"01004\",\"DEF04\",54.084070205,9.97634621625274,79487,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"acdf0397\",16077,16077,3,\"Thüringen\",\"LK Altenburger Land\",,\"DEU.16.1_1\",,\"DE.TH.AL\",\"DEG0M\",\"16077\",\"DEG0M\",50.9565506,12.4333596575543,90118,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5ca797e3\",16061,16061,3,\"Thüringen\",\"LK Eichsfeld\",,\"DEU.16.2_1\",,\"DE.TH.EC\",\"DEG06\",\"16061\",\"DEG06\",51.391649245,10.2265615609489,100380,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b5c432d6\",16067,16067,3,\"Thüringen\",\"LK Gotha\",,\"DEU.16.6_1\",,\"DE.TH.GT\",\"DEG0C\",\"16067\",\"DEG0C\",50.91379738,10.7169014109669,135452,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dbd83301\",16076,16076,3,\"Thüringen\",\"LK Greiz\",,\"DEU.16.7_1\",,\"DE.TH.GE\",\"DEG0L\",\"16076\",\"DEG0L\",50.76267052,12.0885326586761,98159,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"527c1fd1\",16069,16069,3,\"Thüringen\",\"LK Hildburghausen\",,\"DEU.16.8_1\",,\"DE.TH.HL\",\"DEG0E\",\"16069\",\"DEG0E\",50.410121915,10.7066477360637,63553,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"32bb9634\",16070,16070,3,\"Thüringen\",\"LK Ilm-Kreis\",,\"DEU.16.9_1\",,\"DE.TH.IK\",\"DEG0F\",\"16070\",\"DEG0F\",50.73007965,10.9274007703292,108742,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5bca53fa\",16065,16065,3,\"Thüringen\",\"LK Kyffhäuserkreis\",,\"DEU.16.11_1\",,\"DE.TH.KF\",\"DEG0A\",\"16065\",\"DEG0A\",51.314432145,10.8380815410065,75009,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c5aec659\",16062,16062,3,\"Thüringen\",\"LK Nordhausen\",,\"DEU.16.12_1\",,\"DE.TH.NR\",\"DEG07\",\"16062\",\"DEG07\",51.50675774,10.7356778846326,83822,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"35d6522d\",16074,16074,3,\"Thüringen\",\"LK Saale-Holzland-Kreis\",,\"DEU.16.13_1\",,\"DE.TH.SH\",\"DEG0J\",\"16074\",\"DEG0J\",50.916894915,11.8098974185241,83051,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"42d162bb\",16075,16075,3,\"Thüringen\",\"LK Saale-Orla-Kreis\",,\"DEU.16.14_1\",,\"DE.TH.SO\",\"DEG0K\",\"16075\",\"DEG0K\",50.587055205,11.7770136923401,80868,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"abb2c78e\",16073,16073,3,\"Thüringen\",\"LK Saalfeld-Rudolstadt\",,\"DEU.16.15_1\",,\"DE.TH.SR\",\"DEG0I\",\"16073\",\"DEG0I\",50.62761688,11.2867195734387,106356,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c2c30240\",16066,16066,3,\"Thüringen\",\"LK Schmalkalden-Meiningen\",,\"DEU.16.16_1\",,\"DE.TH.SM\",\"DEG0B\",\"16066\",\"DEG0B\",50.622018815,10.4064337580273,122347,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"257b2f47\",16068,16068,3,\"Thüringen\",\"LK Sömmerda\",,\"DEU.16.17_1\",,\"DE.TH.SD\",\"DEG0D\",\"16068\",\"DEG0D\",51.16596222,11.1976976738876,69655,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dcb5f718\",16072,16072,3,\"Thüringen\",\"LK Sonneberg\",,\"DEU.16.18_1\",,\"DE.TH.SN\",\"DEG0H\",\"16072\",\"DEG0H\",50.405874255,11.1066583592213,56196,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"2ccd636c\",16064,16064,3,\"Thüringen\",\"LK Unstrut-Hainich-Kreis\",,\"DEU.16.20_1\",,\"DE.TH.UH\",\"DEG09\",\"16064\",\"DEG09\",51.18782425,10.574192684581,102912,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b2a9f6cf\",16063,16063,3,\"Thüringen\",\"LK Wartburgkreis\",,\"DEU.16.21_1\",,\"DE.TH.WR\",\"DEG0P\",\"16063\",\"DEG0P\",50.884454725,10.2373575385142,123025,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"45bca6a2\",16071,16071,3,\"Thüringen\",\"LK Weimarer Land\",,\"DEU.16.22_1\",,\"DE.TH.WL\",\"DEG0G\",\"16071\",\"DEG0G\",50.956258775,11.2052704263065,81947,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"e9ee5183\",16056,16056,3,\"Thüringen\",\"SK Eisenach\",,\"DEU.16.3_1\",,\"DE.TH.ES\",\"DEG0N\",\"16056\",\"DEG0N\",50.99160767,10.2860888172538,42370,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"778ac420\",16051,16051,3,\"Thüringen\",\"SK Erfurt\",,\"DEU.16.4_1\",,\"DE.TH.EF\",\"DEG01\",\"16051\",\"DEG01\",50.985408785,11.026843671004,213699,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"ee83959a\",16052,16052,3,\"Thüringen\",\"SK Gera\",,\"DEU.16.5_1\",,\"DE.TH.GR\",\"DEG02\",\"16052\",\"DEG02\",50.887817385,12.0815810363429,94152,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9984a50c\",16053,16053,3,\"Thüringen\",\"SK Jena\",,\"DEU.16.10_1\",,\"DE.TH.JN\",\"DEG03\",\"16053\",\"DEG03\",50.9221077,11.5876831055647,111407,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"07e030af\",16054,16054,3,\"Thüringen\",\"SK Suhl\",,\"DEU.16.19_1\",,\"DE.TH.SU\",\"DEG04\",\"16054\",\"DEG04\",50.61395264,10.6678923726449,34835,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"70e70039\",16055,16055,3,\"Thüringen\",\"SK Weimar\",,\"DEU.16.23_1\",,\"DE.TH.WI\",\"DEG05\",\"16055\",\"DEG05\",50.976135255,11.3295686484207,65090,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n"
  },
  {
    "path": "inst/extdata/db/DNK.csv",
    "content": "\"id\",\"id_ssi.dk\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,\"-\",,,,,,\n\"814fed25\",\"Hovedstaden\",2,\"Hovedstaden\",,\"Capital Region of Denmark\",\"DNK.1_1\",\"ChIJb8pj4aWGU0YRUFSorMmvAAM\",\"DK.HS\",\"1084\",\"DK01\",55.8617878,12.3136134266885,1631635,\"Statoids (2005)\",\"http://www.statoids.com/udk.html\"\n\"9995c4f9\",\"Midtjylland\",2,\"Midtjylland\",,\"Central Denmark Region\",\"DNK.2_1\",\"ChIJdQCVe2YPTEYRMFSorMmvAAM\",\"DK.MJ\",\"1082\",\"DK04\",56.23555565,9.234443665,1212787,\"Statoids (2005)\",\"http://www.statoids.com/udk.html\"\n\"ae08d86f\",\"Nordjylland\",2,\"Nordjylland\",,\"North Denmark Region\",\"DNK.3_1\",\"ChIJdaEzlL4lSUYRIFSorMmvAAM\",\"DK.ND\",\"1081\",\"DK05\",56.81472206,9.726666455,577278,\"Statoids (2005)\",\"http://www.statoids.com/udk.html\"\n\"f36a94cd\",\"Sjælland\",2,\"Sjælland\",,\"Region Zealand\",\"DNK.4_1\",\"ChIJpZIzniqWUkYRYFSorMmvAAM\",\"DK.SL\",\"1085\",\"DK02\",55.48643303,11.68638897,805954,\"Statoids (2005)\",\"http://www.statoids.com/udk.html\"\n\"b9ee791f\",\"Syddanmark\",2,\"Syddanmark\",,\"Region of Southern Denmark\",\"DNK.5_1\",\"ChIJF0eXAaulTEYRQFSorMmvAAM\",\"DK.SD\",\"1083\",\"DK03\",55.37763786,9.13333225,1183751,\"Statoids (2005)\",\"http://www.statoids.com/udk.html\"\n\"ceb98d57\",\"165\",3,\"Hovedstaden\",\"Albertslund\",,\"DNK.1.1_1\",\"ChIJ6dCdMa5QUkYRpqn2xh7ekGc\",\"DK.HS.AB\",\"165\",\"DK012\",55.6760139465332,12.3513170468112,28146,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"9dc85091\",\"201\",3,\"Hovedstaden\",\"Allerød\",,\"DNK.1.2_1\",\"ChIJO3l7jq5GUkYRTq6vfkjKV8I\",\"DK.HS.AL\",\"201\",\"DK013\",55.8561363220215,12.3385524995382,23458,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"e2f91a8d\",\"151\",3,\"Hovedstaden\",\"Ballerup\",,\"DNK.1.3_1\",\"ChIJ-VzY_JJaUkYRUZT2NxFqGfw\",\"DK.HS.BA\",\"151\",\"DK012\",55.7306346893311,12.3649432507305,46759,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"ee421cb5\",\"400\",3,\"Hovedstaden\",\"Bornholm\",,\"DNK.1.4_1\",\"ChIJpXIRKfCaVEYRk-nGgDOOT7Q\",\"DK.HS.BO\",\"400\",\"DK014\",55.1431941986085,14.9227781295777,43347,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"0cf77ba1\",\"153\",3,\"Hovedstaden\",\"Brøndby\",,\"DNK.1.5_1\",\"ChIJ87zxB91WUkYR3qDUhbd8vKk\",\"DK.HS.BR\",\"153\",\"DK012\",55.6375827789307,12.4059004141025,34513,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"hv63evc2\",\"411\",3,\"Hovedstaden\",\"Christiansø\",,\"DNK.1.6_1\",,\"DK.HS.CH\",\"411\",\"DK014\",55.3199310302735,15.1883335113526,98,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"e594de94\",\"155\",3,\"Hovedstaden\",\"Dragør\",,\"DNK.1.7_1\",\"ChIJjdb4F9CqU0YRbWEzwNB-KMA\",\"DK.HS.DR\",\"155\",\"DK011\",55.5816669464113,12.63812812074,13156,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"8ea3a503\",\"240\",3,\"Hovedstaden\",\"Egedal\",,\"DNK.1.8_1\",\"ChIJt1t_hrBcUkYRfFA31Q3zP5A\",\"DK.HS.EG\",\"240\",\"DK013\",55.7608089447022,12.2144602699797,39267,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"f3d45146\",\"210\",3,\"Hovedstaden\",\"Fredensborg\",,\"DNK.1.9_1\",\"ChIJHepDRO84UkYRwcdNu55ILEU\",\"DK.HS.FN\",\"210\",\"DK013\",55.9507732391358,12.4428002478063,39187,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"12818ef9\",\"147\",3,\"Hovedstaden\",\"Frederiksberg\",,\"DNK.1.10_1\",\"ChIJvYLDJLZTUkYRehIVc-5UWCs\",\"DK.HS.FB\",\"147\",\"DK011\",55.6823787689209,12.5237218401718,91886,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"97b89442\",\"250\",3,\"Hovedstaden\",\"Frederikssund\",,\"DNK.1.11_1\",\"ChIJHRDU5eBoUkYRjbxsQ2z6plU\",\"DK.HS.FS\",\"250\",\"DK013\",55.8341674804688,12.1319655282158,42957,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"394b6517\",\"190\",3,\"Hovedstaden\",\"Furesø\",,\"DNK.1.12_1\",\"ChIJSQ0NTnZFUkYRToRdwNx6Npo\",\"DK.HS.FU\",\"190\",\"DK013\",55.8018302917481,12.3745699476132,37311,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"0b9abfb8\",\"157\",3,\"Hovedstaden\",\"Gentofte\",,\"DNK.1.13_1\",\"ChIJFSn_7ulNUkYRj7LZg5inAXc\",\"DK.HS.GE\",\"157\",\"DK012\",55.7504768371583,12.5468347036586,68991,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"ec2292bf\",\"159\",3,\"Hovedstaden\",\"Gladsaxe\",,\"DNK.1.14_1\",\"ChIJj_LEZdZRUkYRCnZ7zYkfiaY\",\"DK.HS.GX\",\"159\",\"DK012\",55.7457847595216,12.4756351992828,62007,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"c9d4494e\",\"161\",3,\"Hovedstaden\",\"Glostrup\",,\"DNK.1.15_1\",\"ChIJDzQ9ScdQUkYRZatjKtHyAQw\",\"DK.HS.GP\",\"161\",\"DK012\",55.6834964752198,12.4127679748956,20785,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"a58ef6c0\",\"270\",3,\"Hovedstaden\",\"Gribskov\",,\"DNK.1.16_1\",\"ChIJLaBIsl5BUkYRYoiKy9A6ijY\",\"DK.HS.GR\",\"270\",\"DK013\",56.0488548278809,12.2223563512403,40409,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"bc95c781\",\"260\",3,\"Hovedstaden\",\"Halsnæs\",,\"DNK.1.17_1\",\"ChIJuUWS13oSUkYRcdIiGVXk9gw\",\"DK.HS.FH\",\"260\",\"DK013\",55.9548320770264,11.8974995613099,30253,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"6db0c4e5\",\"217\",3,\"Hovedstaden\",\"Helsingør\",,\"DNK.1.18_1\",\"ChIJKcRf10k6UkYRwZomCtYI3hU\",\"DK.HS.HG\",\"217\",\"DK013\",56.0372219085695,12.5101846475658,61295,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"27da2862\",\"163\",3,\"Hovedstaden\",\"Herlev\",,\"DNK.1.19_1\",\"ChIJC726yjVQUkYRC77AmTuluyI\",\"DK.HS.HV\",\"163\",\"DK012\",55.7335758209229,12.4293102593012,27166,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"8a08e9e2\",\"219\",3,\"Hovedstaden\",\"Hillerød\",,\"DNK.1.20_1\",\"ChIJPYFGBvQ_UkYRWshnOMUADh4\",\"DK.HS.HI\",\"219\",\"DK013\",55.9247474670411,12.2304836793405,44520,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"c70fc17c\",\"169\",3,\"Hovedstaden\",\"Høje Tåstrup\",,\"DNK.1.21_1\",\"ChIJhTLMixRZUkYR6k3Tdgn-bMw\",\"DK.HS.HT\",\"169\",\"DK012\",55.6554393768311,12.2443134492947,45553,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"41f0533f\",\"223\",3,\"Hovedstaden\",\"Hørsholm\",,\"DNK.1.22_1\",\"ChIJt0XEwIxIUkYRaHYXBAbOuN0\",\"DK.HS.HO\",\"223\",\"DK013\",55.8848609924316,12.4764795155869,24292,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"20b7ec7b\",\"167\",3,\"Hovedstaden\",\"Hvidovre\",,\"DNK.1.23_1\",\"ChIJD85uuSFUUkYRGk87mF6q1VY\",\"DK.HS.HD\",\"167\",\"DK012\",55.6333160400391,12.4671073267602,49863,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"b95905ec\",\"183\",3,\"Hovedstaden\",\"Ishøj\",,\"DNK.1.24_1\",\"ChIJRXHn2DpYUkYRIZgYrenc7HY\",\"DK.HS.IS\",\"183\",\"DK012\",55.6154022216796,12.3390980398134,20668,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"9f8eeec8\",\"101\",3,\"Hovedstaden\",\"København\",\"Copenhagen, Capital Region of Denmark\",\"DNK.1.25_1\",\"ChIJiflw5SJTUkYRQk2g-SoIpbQ\",\"DK.HS.KO\",\"101\",\"DK011\",55.6568050384522,12.6002769470215,502362,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"3ec11923\",\"173\",3,\"Hovedstaden\",\"Lyngby-Taarbæk\",,\"DNK.1.26_1\",\"ChIJjfhslPROUkYRBhCnb0ZT2eg\",\"DK.HS.LT\",\"173\",\"DK012\",55.7848167419435,12.5051764118724,51611,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"d7a2bc16\",\"175\",3,\"Hovedstaden\",\"Rødovre\",,\"DNK.1.27_1\",\"ChIJyUT7ixNRUkYRlxXxTt4kCXk\",\"DK.HS.RO\",\"175\",\"DK012\",55.6907863616944,12.4481357058058,36312,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"c1e233c4\",\"230\",3,\"Hovedstaden\",\"Rudersdal\",,\"DNK.1.28_1\",\"ChIJ1eSfrhxPUkYRMSh0xHd6uHM\",\"DK.HS.RU\",\"230\",\"DK013\",55.8373603820801,12.4840495210784,53621,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"503aa0d9\",\"185\",3,\"Hovedstaden\",\"Tårnby\",,\"DNK.1.29_1\",\"ChIJ6XObK3CrU0YR0MGAm8-V43o\",\"DK.HS.TA\",\"185\",\"DK011\",55.609525680542,12.5949993133545,39582,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"be34c1f5\",\"187\",3,\"Hovedstaden\",\"Vallensbæk\",,\"DNK.1.30_1\",\"ChIJa_eJ0GpXUkYRwwb1sANvJkM\",\"DK.HS.VA\",\"187\",\"DK012\",55.6333484649658,12.3696034928035,12260,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"e674663f\",\"751\",3,\"Midtjylland\",\"Århus\",,\"DNK.2.1_1\",\"ChIJqdQeVLlMTEYRXbXPMBJmWA4\",\"DK.MJ.AR\",\"751\",\"DK042\",56.1627788543701,10.0999940268752,294954,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"f51f93ad\",\"710\",3,\"Midtjylland\",\"Favrskov\",,\"DNK.2.2_1\",\"ChIJ-_GCUMcPTEYRnLutuJcZ2XA\",\"DK.MJ.FA\",\"710\",\"DK042\",56.3213939666749,9.92907955324885,43739,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"533da05f\",\"766\",3,\"Midtjylland\",\"Hedensted\",,\"DNK.2.3_1\",\"ChIJr-uL_jKITEYRxDvMTmNcyvA\",\"DK.MJ.HD\",\"766\",\"DK042\",55.7967891693116,9.78126194923257,43560,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"0ed5a93d\",\"657\",3,\"Midtjylland\",\"Herning\",,\"DNK.2.4_1\",\"ChIJT3DfGsSwS0YRk9Kz9Fr6khs\",\"DK.MJ.HG\",\"657\",\"DK041\",56.1466026306153,8.85969798397125,82935,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"cc9b5fcb\",\"661\",3,\"Midtjylland\",\"Holstebro\",,\"DNK.2.5_1\",\"ChIJAQaa1uQzSkYRk0gIaF3cNCo\",\"DK.MJ.HB\",\"661\",\"DK041\",56.3942394256592,8.70936922695179,56204,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"84b70d15\",\"615\",3,\"Midtjylland\",\"Horsens\",,\"DNK.2.6_1\",\"ChIJ2VPwvhtyTEYRq3Vj98e9idA\",\"DK.MJ.HS\",\"615\",\"DK042\",55.9382762908936,9.77000899851019,76612,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"7810f39c\",\"756\",3,\"Midtjylland\",\"Ikast-Brande\",,\"DNK.2.7_1\",\"ChIJFaMRFfmQS0YRdzeGc-E1ces\",\"DK.MJ.IB\",\"756\",\"DK041\",56.0525131225586,9.26183993316382,39371,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"cbf69bd2\",\"665\",3,\"Midtjylland\",\"Lemvig\",,\"DNK.2.8_1\",\"ChIJ2Ra-4JIjSkYRTlx2eig9dtY\",\"DK.MJ.LE\",\"665\",\"DK041\",56.5263900756836,8.3033693000489,22760,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"7260374f\",\"707\",3,\"Midtjylland\",\"Norddjurs\",,\"DNK.2.9_1\",\"ChIJl2viORh-TkYRpZIQ5XJu0ig\",\"DK.MJ.NO\",\"707\",\"DK042\",56.450834274292,10.6088382267759,38352,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"405655cd\",\"727\",3,\"Midtjylland\",\"Odder\",,\"DNK.2.10_1\",\"ChIJ3S9ehOBaTEYRgoHivqSGufk\",\"DK.MJ.OD\",\"727\",\"DK042\",55.9309787750245,10.1428123507218,21133,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"c729f12f\",\"730\",3,\"Midtjylland\",\"Randers\",,\"DNK.2.11_1\",\"ChIJCWPhB60CTEYRoZ71M7nVfr0\",\"DK.MJ.RA\",\"730\",\"DK042\",56.5363883972169,10.0021311686093,91961,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"ba5e056a\",\"760\",3,\"Midtjylland\",\"Ringkøbing-Skjern\",,\"DNK.2.12_1\",\"ChIJ4wgA5Z5TSkYR2SRl0NL-9vY\",\"DK.MJ.RS\",\"760\",\"DK041\",56.0175781250001,8.55172395316155,57818,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"ff6f577e\",\"741\",3,\"Midtjylland\",\"Samsø\",,\"DNK.2.13_1\",,\"DK.MJ.SA\",\"741\",\"DK042\",55.8833332061768,10.6122221946717,4125,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"886867e8\",\"740\",3,\"Midtjylland\",\"Silkeborg\",,\"DNK.2.14_1\",\"ChIJgwU-A12LS0YRKBpgZIWl8Wc\",\"DK.MJ.SI\",\"740\",\"DK042\",56.1844310760498,9.61101017257043,84167,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"610bc2dd\",\"746\",3,\"Midtjylland\",\"Skanderborg\",,\"DNK.2.15_1\",\"ChIJDSpJrSdyTEYROSsTfT0_GvM\",\"DK.MJ.SD\",\"746\",\"DK042\",56.0850429534912,9.85315397535195,54153,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"da998c8f\",\"779\",3,\"Midtjylland\",\"Skive\",,\"DNK.2.16_1\",\"ChIJcQHR7wvTS0YRcPTJfs3PrII\",\"DK.MJ.SV\",\"779\",\"DK041\",56.6399688720704,8.91777849197399,48368,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"d5806e8a\",\"671\",3,\"Midtjylland\",\"Struer\",,\"DNK.2.17_1\",\"ChIJazdB6U8pSkYRdro9lJBt8iQ\",\"DK.MJ.ST\",\"671\",\"DK041\",56.6328487396241,8.53999996185306,22752,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"056707d9\",\"706\",3,\"Midtjylland\",\"Syddjurs\",,\"DNK.2.18_1\",\"ChIJad-7GdLMTUYRnbtlOHG7MTE\",\"DK.MJ.SY\",\"706\",\"DK042\",56.2711696624756,10.6622219085694,40196,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"4ac12933\",\"791\",3,\"Midtjylland\",\"Viborg\",,\"DNK.2.19_1\",\"ChIJ06icNHnbS0YR1Ba5USGmY4c\",\"DK.MJ.VI\",\"791\",\"DK041\",56.4522113800049,9.38335718271058,89645,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"ed282102\",\"851\",3,\"Nordjylland\",\"Aalborg\",,\"DNK.3.1_1\",\"ChIJPWUQiZPvS0YR_eGH08ZIdvY\",\"DK.ND.AA\",\"851\",\"DK050\",57.1083412170411,10.0192313273661,192353,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"fe43d490\",\"810\",3,\"Nordjylland\",\"Brønderslev\",,\"DNK.3.2_1\",\"ChIJTwZkIvAYSUYR6FAI8rhiF6k\",\"DK.ND.BD\",\"810\",\"DK050\",57.20365524292,10.1955393381036,35320,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"674a852a\",\"813\",3,\"Nordjylland\",\"Frederikshavn\",,\"DNK.3.3_1\",\"ChIJm459rPc7T0YRctQpIsmYdg8\",\"DK.ND.FR\",\"813\",\"DK050\",57.4612483978272,10.4513091739855,63799,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"b1024257\",\"860\",3,\"Nordjylland\",\"Hjørring\",,\"DNK.3.4_1\",\"ChIJlY35gbSiSEYR1uV8KLVKleo\",\"DK.ND.HJ\",\"860\",\"DK050\",57.4626388549805,10.0732564022666,67816,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"fae89871\",\"849\",3,\"Nordjylland\",\"Jammerbugt\",,\"DNK.3.5_1\",\"ChIJTwZkIvAYSUYRRqBbyNbriXs\",\"DK.ND.JA\",\"849\",\"DK050\",57.178888320923,9.66132821361851,38884,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"a50473dc\",\"825\",3,\"Nordjylland\",\"Læsø\",,\"DNK.3.6_1\",,\"DK.ND.LA\",\"825\",\"DK050\",57.2694454193115,10.9908332824707,2145,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"6a5785e0\",\"846\",3,\"Nordjylland\",\"Mariagerfjord\",,\"DNK.3.7_1\",\"ChIJTeaaIYVNSUYRbsYVbHd7m_I\",\"DK.ND.MF\",\"846\",\"DK050\",56.7056598663331,9.92055678569685,42121,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"3a4c6591\",\"773\",3,\"Nordjylland\",\"Morsø\",,\"DNK.3.8_1\",\"ChIJvy0-iGGbSUYR3p-lXdTHvK0\",\"DK.ND.MO\",\"773\",\"DK050\",56.8261108398438,8.72861099243173,22479,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"833420d5\",\"840\",3,\"Nordjylland\",\"Rebild\",,\"DNK.3.9_1\",\"ChIJkayx6lNLSUYRqCWPTp7BVCY\",\"DK.ND.RE\",\"840\",\"DK050\",56.8094997406007,10.0063886098001,28356,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"bab9bd47\",\"787\",3,\"Nordjylland\",\"Thisted\",,\"DNK.3.10_1\",\"ChIJKYaY13OZSUYRH9a_07b1gnE\",\"DK.ND.TH\",\"787\",\"DK050\",56.9144458770753,8.4833340644837,46158,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"d56e8753\",\"820\",3,\"Nordjylland\",\"Vesthimmerland\",,\"DNK.3.11_1\",\"ChIJ_3qpqMxDSUYR-9IWi2Ydm58\",\"DK.ND.VE\",\"820\",\"DK050\",56.8244667053223,9.40515647778752,37840,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"d93b68b2\",\"320\",3,\"Sjælland\",\"Faxe\",,\"DNK.4.1_1\",\"ChIJRX2M7HfpUkYRNoP4MzJUMbk\",\"DK.SL.FA\",\"320\",\"DK022\",55.2679615020752,12.0959642966037,34313,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"0eb1c5f8\",\"253\",3,\"Sjælland\",\"Greve\",,\"DNK.4.2_1\",\"ChIJcWUlXND3UkYRdQho8DhCx1Y\",\"DK.SL.GR\",\"253\",\"DK021\",55.5877780914308,12.2376851358964,47671,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"4d2f39c2\",\"376\",3,\"Sjælland\",\"Guldborgsund\",,\"DNK.4.3_1\",\"ChIJV-OBxOkwrUcRU7G9rZO7fUQ\",\"DK.SL.GU\",\"376\",\"DK022\",54.7729167938233,11.6970438308117,63533,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"1b759e44\",\"316\",3,\"Sjælland\",\"Holbæk\",,\"DNK.4.4_1\",\"ChIJ9bBaQ3aAUkYRhJV85z8AZgA\",\"DK.SL.HO\",\"316\",\"DK022\",55.652910232544,11.5701435046634,66611,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"3058cd87\",\"326\",3,\"Sjælland\",\"Kalundborg\",,\"DNK.4.5_1\",\"ChIJazsI3vIKTUYRNSGXELGpgdY\",\"DK.SL.KA\",\"326\",\"DK022\",55.6077747344971,11.2630751676119,48697,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"ee642ce6\",\"259\",3,\"Sjælland\",\"Køge\",,\"DNK.4.6_1\",\"ChIJXT38bcd6U0YR3jUrOm3xskQ\",\"DK.SL.KO\",\"259\",\"DK021\",55.4523601531983,12.0682027856447,54926,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"967afe75\",\"350\",3,\"Sjælland\",\"Lejre\",,\"DNK.4.7_1\",\"ChIJV8R5Y_yFUkYRx--qnj9vESM\",\"DK.SL.LE\",\"350\",\"DK021\",55.6361885070801,11.8978458987513,25971,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"bd57adb6\",\"360\",3,\"Sjælland\",\"Lolland\",,\"DNK.4.8_1\",\"ChIJjUk1G-ZQrUcRAL9VDqe2Ryc\",\"DK.SL.LO\",\"360\",\"DK022\",54.7771034240723,11.2684945312581,49469,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"a44c9cf7\",\"370\",3,\"Sjælland\",\"Næstved\",,\"DNK.4.9_1\",\"ChIJs-XR8qe-UkYRbWARmW_u5Nk\",\"DK.SL.NA\",\"370\",\"DK022\",55.2615394592285,11.7086962640156,78446,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"026eaf05\",\"306\",3,\"Sjælland\",\"Odsherred\",,\"DNK.4.10_1\",\"ChIJxWfc7n-hTUYRzGOzBA2AIkQ\",\"DK.SL.OD\",\"306\",\"DK022\",55.8720149993897,11.6069445610047,32739,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"a0e7d016\",\"329\",3,\"Sjælland\",\"Ringsted\",,\"DNK.4.11_1\",\"ChIJVfOhLiGOUkYR8iNjS6_vO2w\",\"DK.SL.RI\",\"329\",\"DK022\",55.4592971801758,11.8128439997817,30830,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"ccff330e\",\"265\",3,\"Sjælland\",\"Roskilde\",,\"DNK.4.12_1\",\"ChIJzwP_wNxfUkYR5GwPwu7WOoc\",\"DK.SL.RO\",\"265\",\"DK021\",55.6475315093995,12.0812386122635,79441,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"c02059f3\",\"330\",3,\"Sjælland\",\"Slagelse\",,\"DNK.4.13_1\",\"ChIJv_d-PDZeTUYRvsldSiMOXb8\",\"DK.SL.SL\",\"330\",\"DK022\",55.3497219085693,11.3020056362966,76185,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"c5497f25\",\"269\",3,\"Sjælland\",\"Solrød\",,\"DNK.4.14_1\",\"ChIJJU0iRoz2UkYRyz5IboI6co0\",\"DK.SL.SD\",\"269\",\"DK021\",55.5366268157959,12.1688074310349,20703,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"8f61cf34\",\"340\",3,\"Sjælland\",\"Sorø\",,\"DNK.4.15_1\",\"ChIJE9YQttqcUkYRRMMlliUGQlg\",\"DK.SL.SO\",\"340\",\"DK022\",55.4771251678467,11.5541100163614,28336,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"2943fcc6\",\"336\",3,\"Sjælland\",\"Stevns\",,\"DNK.4.16_1\",\"ChIJs4qOHTvkUkYRHUt9L3DDHE0\",\"DK.SL.ST\",\"336\",\"DK022\",55.331392288208,12.3444158247631,21776,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"3acfb179\",\"390\",3,\"Sjælland\",\"Vordingborg\",,\"DNK.4.17_1\",\"ChIJufSlAbXRUkYRUya-P52yWaM\",\"DK.SL.VO\",\"390\",\"DK022\",54.9697208404542,12.3847222328186,46307,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"2759fc8a\",\"580\",3,\"Syddanmark\",\"Aabenraa\",,\"DNK.5.1_1\",\"ChIJuetkrQFXs0cRptdoq33ZXVw\",\"DK.SD.AA\",\"580\",\"DK032\",54.9906196594239,9.35367018187079,60151,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"d18ec6d0\",\"492\",3,\"Syddanmark\",\"Ærø\",,\"DNK.5.2_1\",,\"DK.SD.AE\",\"492\",\"DK031\",54.8938884735108,10.3238902091981,6939,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"dc747e37\",\"420\",3,\"Syddanmark\",\"Assens\",,\"DNK.5.3_1\",\"ChIJ5RYEED7FTEYRxUdjUmqOKlQ\",\"DK.SD.AS\",\"420\",\"DK031\",55.2966651916504,10.0835311478431,41201,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"c4ad2541\",\"530\",3,\"Syddanmark\",\"Billund\",,\"DNK.5.4_1\",\"ChIJx78AANUMS0YRRZpiWRaduEE\",\"DK.SD.BI\",\"530\",\"DK032\",55.7455062866212,8.98995937498495,26076,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"cedde192\",\"561\",3,\"Syddanmark\",\"Esbjerg\",,\"DNK.5.5_1\",\"ChIJ-aPYQ5LbTEYRr2mLxY5QIUw\",\"DK.SD.ES\",\"561\",\"DK032\",55.4088344573975,8.74728203722266,114698,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"c56f4f76\",\"430\",3,\"Syddanmark\",\"Faaborg-Midtfyn\",,\"DNK.5.6_1\",\"ChIJqyqfxWXDTEYRQCjHMJvasj4\",\"DK.SD.FM\",\"430\",\"DK031\",55.2000942230226,10.4273890662527,51144,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"20d380be\",\"563\",3,\"Syddanmark\",\"Fanø\",,\"DNK.5.7_1\",,\"DK.SD.FA\",\"563\",\"DK032\",55.4028644561768,8.42722129821786,3151,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"73a25d78\",\"607\",3,\"Syddanmark\",\"Fredericia\",,\"DNK.5.8_1\",\"ChIJ49WbyX2aTEYRO4XhD71izog\",\"DK.SD.FR\",\"607\",\"DK032\",55.568193435669,9.66922858711943,49147,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"f69b47c3\",\"510\",3,\"Syddanmark\",\"Haderslev\",,\"DNK.5.9_1\",\"ChIJ_yGl69qpTEYRcmXyn1TTsHw\",\"DK.SD.HA\",\"510\",\"DK032\",55.2543048858643,9.32620656228601,56399,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"8a2ed9b1\",\"440\",3,\"Syddanmark\",\"Kerteminde\",,\"DNK.5.10_1\",\"ChIJyYAtrIsZTUYRehX3ryp7dr8\",\"DK.SD.KE\",\"440\",\"DK031\",55.4722557067871,10.6300002254852,23071,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"a8f79acf\",\"621\",3,\"Syddanmark\",\"Kolding\",,\"DNK.5.11_1\",\"ChIJcydl4RCgTEYRq2Z8Xzgi9pw\",\"DK.SD.KO\",\"621\",\"DK032\",55.4691677093507,9.4682671965178,86049,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"c895f791\",\"482\",3,\"Syddanmark\",\"Langeland\",,\"DNK.5.12_1\",\"ChIJ-5__Gcm1skcRGSe-DWiojkI\",\"DK.SD.LA\",\"482\",\"DK031\",54.9424991607667,10.7772212028505,14223,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"f7592df4\",\"410\",3,\"Syddanmark\",\"Middelfart\",,\"DNK.5.13_1\",\"ChIJQZhMduO_TEYR77Do4_W99nI\",\"DK.SD.MI\",\"410\",\"DK031\",55.4472217559814,9.93763283746949,36113,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"269b96bd\",\"480\",3,\"Syddanmark\",\"Nordfyn\",,\"DNK.5.14_1\",\"ChIJs4Si0z7kTEYR7nehR7TpHUA\",\"DK.SD.BO\",\"480\",\"DK031\",55.5142326354981,10.236733892903,28655,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"9335e8f0\",\"450\",3,\"Syddanmark\",\"Nyborg\",,\"DNK.5.15_1\",\"ChIJkUyFWbs-TUYR9td_JRRHIYA\",\"DK.SD.NY\",\"450\",\"DK031\",55.2986869812012,10.6842402767731,31009,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"cf1f8ba5\",\"461\",3,\"Syddanmark\",\"Odense\",,\"DNK.5.16_1\",\"ChIJwSSXQjXZTEYRByAj2dD1f7c\",\"DK.SD.OD\",\"461\",\"DK031\",55.3846435546876,10.3536283550382,185871,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"8becb386\",\"540\",3,\"Syddanmark\",\"Sønderborg\",,\"DNK.5.17_1\",\"ChIJT6EZxFM2s0cRNjXNMMe5zwI\",\"DK.SD.SO\",\"540\",\"DK032\",54.97194480896,9.92472219467169,76459,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"d8df32d6\",\"479\",3,\"Syddanmark\",\"Svendborg\",,\"DNK.5.18_1\",\"ChIJcRH6dW8zTUYRnz0GshoswVo\",\"DK.SD.SV\",\"479\",\"DK031\",55.1234722137452,10.594814336958,58354,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"92f782c7\",\"550\",3,\"Syddanmark\",\"Tønder\",,\"DNK.5.19_1\",\"ChIJc31eoKW2tEcRvtpCT1xOoh8\",\"DK.SD.TO\",\"550\",\"DK032\",55.0630607604981,8.88924929609276,41140,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"39c8b1ff\",\"573\",3,\"Syddanmark\",\"Varde\",,\"DNK.5.20_1\",\"ChIJhxswtXwbS0YRSLUzbEZX1bY\",\"DK.SD.VA\",\"573\",\"DK032\",55.6637516021729,8.51115942430921,50094,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"d0ab14ca\",\"575\",3,\"Syddanmark\",\"Vejen\",,\"DNK.5.21_1\",\"ChIJT-oCRbdDS0YRpylHQnGL-yk\",\"DK.SD.VN\",\"575\",\"DK032\",55.4570484161378,9.0305740565444,41350,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n\"c6eb9b18\",\"630\",3,\"Syddanmark\",\"Vejle\",,\"DNK.5.22_1\",\"ChIJiWKHBiB8S0YRoAlwe4zayog\",\"DK.SD.VL\",\"630\",\"DK032\",55.7624111175537,9.35239885022548,102446,\"Statoids (2005)\",\"http://www.statoids.com/ydk.html\"\n"
  },
  {
    "path": "inst/extdata/db/ESP.csv",
    "content": "\"id\",\"id_isciii.es\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_jhu_csse\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,,\"-\",,,,,,\n\"65d624b3\",\"AN\",2,\"Andalucía\",,\"Andalusia\",\"ESP.1_1\",\"ChIJRcWdz7HZEQ0RD_Pxd01lycE\",\"ES.AN\",\"ESAN\",\"01\",\"ES61\",37.364515305,-4.54243389082257,8427405,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"71d778fc\",\"AR\",2,\"Aragón\",,\"Aragon\",\"ESP.2_1\",\"ChIJ-W5lP-4UWQ0RWP14-ZVCICA\",\"ES.AR\",\"ESAR\",\"02\",\"ES24\",41.38541603,-0.839715375341938,1320586,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"57e04631\",\"CN\",2,\"Canarias\",,\"Canary Islands\",\"ESP.14_1\",\"ChIJY1N174aqQQwRwMhLvvNAAwE\",\"ES.CN\",\"ESCN\",\"05\",\"ES70\",28.293611525,-16.621944425,2206901,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"5e560a1a\",\"CB\",2,\"Cantabria\",,\"Cantabria\",\"ESP.3_1\",\"ChIJy78OCdsgSQ0R0MjJc4L1BAE\",\"ES.CB\",\"ESS\",\"06\",\"ES13\",43.136398315,-4.2634701153849,581641,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"cee9178b\",\"CM\",2,\"Castilla-La Mancha\",,\"Castile-La Mancha\",\"ESP.4_1\",\"ChIJK6f5rcBfZg0R0rZyF5O64Ts\",\"ES.CM\",\"ESCM\",\"08\",\"ES42\",39.67591095,-3.2724759911364,2034877,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b9ee271d\",\"CL\",2,\"Castilla y León\",,\"Castile and Leon\",\"ESP.5_1\",\"ChIJ95OAA5CaNw0RpVYFgwZ7npY\",\"ES.CL\",\"ESCL\",\"07\",\"ES41\",41.6606102,-4.07943516696784,2407733,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"aa82bf4b\",\"CT\",2,\"Cataluña\",,\"Catalonia\",\"ESP.6_1\",\"ChIJ8_UwhdxbpBIRUMijIeD6AAE\",\"ES.CT\",\"ESCT\",\"09\",\"ES51\",41.692222595,1.58426121434448,7566431,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c0329fb9\",\"CE\",2,\"Ceuta\",,\"Ceuta\",,\"ChIJN4t3-cajDA0RNeZ62srbpWo\",\"ES.CE\",\"ESCE\",\"18\",\"ES63\",35.8894,-5.3213,84829,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"29b682a1\",\"MD\",2,\"Comunidad de Madrid\",,\"Community of Madrid\",\"ESP.8_1\",\"ChIJuTPgQHqBQQ0RgMhLvvNAAwE\",\"ES.MD\",\"ESM\",\"13\",\"ES30\",40.52218628,-3.7688478017641,6641649,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9cff44c1\",\"NC\",2,\"Comunidad Foral de Navarra\",,\"Navarre\",\"ESP.9_1\",\"ChIJhVbJl_eSUA0RDop817cZqx0\",\"ES.NA\",\"ESNC\",\"15\",\"ES22\",42.61185074,-1.83932841968019,649946,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"1ee4dc98\",\"VC\",2,\"Comunidad Valenciana\",,\"Valencian Community\",\"ESP.10_1\",\"ChIJDTGOzUD8XQ0RXQsxGLjLQF8\",\"ES.VC\",\"ESVC\",\"10\",\"ES52\",39.31649208,-0.74904190256317,4974969,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"f56e54e6\",\"EX\",2,\"Extremadura\",,\"Extremadura\",\"ESP.11_1\",\"ChIJly2BrUTKFQ0RMMifjP1jBAE\",\"ES.EX\",\"ESEX\",\"11\",\"ES43\",39.213920595,-5.97284863055711,1065424,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a3339ea4\",\"GA\",2,\"Galicia\",,\"Galicia\",\"ESP.12_1\",\"ChIJaxUIiYZ8Lg0RQpaMEzB5rOE\",\"ES.GA\",\"ESGA\",\"12\",\"ES11\",42.7994442,-7.88358179794721,2700441,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"a4b9e290\",\"IB\",2,\"Islas Baleares\",,\"Balearic Islands\",\"ESP.13_1\",\"ChIJV2Jp3FqSlxIRFU2l-yEDh_8\",\"ES.PM\",\"ESIB\",\"04\",\"ES53\",39.613332745,2.88000059,1188220,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"9a5df082\",\"RI\",2,\"La Rioja\",,\"La Rioja\",\"ESP.15_1\",\"ChIJu9z3TpJLRQ0Rjimbpl76f3g\",\"ES.LO\",\"ESLO\",\"17\",\"ES23\",42.284181595,-2.48298330903961,313571,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"276d0a93\",\"ML\",2,\"Melilla\",,\"Melilla\",,\"ChIJ15UT1nAFdw0RXoC3ZazsjF8\",\"ES.ML\",\"ESML\",\"19\",\"ES64\",35.2923,-2.9381,84689,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"25639ff5\",\"PV\",2,\"País Vasco\",,\"Basque Country\",\"ESP.16_1\",\"ChIJb6xU497RTw0RPL3jSqEwgjA\",\"ES.PV\",\"ESPV\",\"16\",\"ES21\",42.96565056,-2.56413946192968,2177880,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"06d0486a\",\"AS\",2,\"Principado de Asturias\",,\"Asturias\",\"ESP.17_1\",\"ChIJnbCeYPqMNg0ROp7GfSvztfg\",\"ES.AS\",\"ESO\",\"03\",\"ES12\",43.27359009,-5.85352989311643,1022205,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"b7d21702\",\"MC\",2,\"Región de Murcia\",,\"Region of Murcia\",\"ESP.18_1\",\"ChIJza6U13waYw0RIthUR_UzzhQ\",\"ES.MU\",\"ESMU\",\"14\",\"ES62\",38.06281662,-1.6713370655604,1487663,\"Johns Hopkins Center for Systems Science and Engineering (2021)\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"8bd8459f\",\"AL\",3,\"Andalucía\",\"Almería\",,\"ESP.1.1_1\",\"ChIJZQoW955UZQ0RcMl1pXjSAwM\",\"ES.AN.AM\",,\"04\",\"ES611\",37.298334125,-2.18880902485867,688736,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"c75f5ba0\",\"CA\",3,\"Andalucía\",\"Cádiz\",,\"ESP.1.2_1\",\"ChIJaxjPWk6qDQ0R4MmfjP1jBAM\",\"ES.AN.CD\",,\"11\",\"ES612\",36.526109695,-5.9006728027725,1244732,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"20e776a7\",\"CO\",3,\"Andalucía\",\"Córdoba\",,\"ESP.1.3_1\",\"ChIJm30-GKPebA0REMp1pXjSAwM\",\"ES.AN.CO\",,\"14\",\"ES613\",37.955841065,-4.84669929091188,802575,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"278ddf7a\",\"GR\",3,\"Andalucía\",\"Granada\",,\"ESP.1.4_1\",\"ChIJuexUhnolbg0RUMp1pXjSAwM\",\"ES.AN.GD\",,\"18\",\"ES614\",37.389226915,-3.23894225520062,922100,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"3b66ee57\",\"H\",3,\"Andalucía\",\"Huelva\",,\"ESP.1.5_1\",\"ChIJiYiy9MW-EQ0RgMqfjP1jBAM\",\"ES.AN.HL\",,\"21\",\"ES615\",37.50259018,-6.92319106363443,519895,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"d5688f7b\",\"J\",3,\"Andalucía\",\"Jaén\",,\"ESP.1.6_1\",\"ChIJxaS9-r71bg0RoMp1pXjSAwM\",\"ES.AN.JA\",,\"23\",\"ES616\",37.95560074,-3.49285914866068,667484,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"59dc762e\",\"MA\",3,\"Andalucía\",\"Málaga\",,\"ESP.1.7_1\",\"ChIJUyii_DXqcg0RAMt1pXjSAwM\",\"ES.AN.MG\",,\"29\",\"ES617\",36.79245758,-4.54506053424198,1594808,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"8af08de8\",\"SE\",3,\"Andalucía\",\"Sevilla\",\"Seville, Andalusia\",\"ESP.1.8_1\",\"ChIJadFr4dryEg0RwMufjP1jBAM\",\"ES.AN.SV\",,\"41\",\"ES618\",37.518878935,-5.65046422868604,1930941,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"3e715616\",\"HU\",3,\"Aragón\",\"Huesca\",,\"ESP.2.1_1\",\"ChIJtwOaTjZxWA0RkMrNCGWMAQM\",\"ES.AR.HS\",,\"22\",\"ES241\",42.13632965,-0.0289939936755321,225962,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"c5b11b2f\",\"TE\",3,\"Aragón\",\"Teruel\",,\"ESP.2.2_1\",\"ChIJnUpflihYXg0R8MvNCGWMAQM\",\"ES.AR.TE\",,\"44\",\"ES242\",40.601350785,-0.922689148281921,143162,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"c8df9f1f\",\"Z\",3,\"Aragón\",\"Zaragoza\",,\"ESP.2.3_1\",\"ChIJe4uZsFkLWQ0RUMzNCGWMAQM\",\"ES.AR.ZG\",,\"50\",\"ES243\",41.839660645,-1.1697710126096,975385,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"4d3dff88\",\"GC\",3,\"Canarias\",\"Las Palmas\",,\"ESP.14.1_1\",\"ChIJvy1D_6YfRwwRYMtLvvNAAwM\",\"ES.CN.LP\",,\"35\",\"ES705\",27.958055495,-15.605971815,1087225,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"5cb84a95\",\"TF\",3,\"Canarias\",\"Santa Cruz de Tenerife\",,\"ESP.14.2_1\",\"ChIJLc1e8Zj5agwRkMtLvvNAAwM\",\"ES.CN.SC\",,\"38\",\"ES709\",28.293611525,-16.621944425,995429,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"b10327bb\",\"S\",3,\"Cantabria\",\"Cantabria\",,\"ESP.3.1_1\",,\"ES.CB.CN\",,\"39\",\"ES130\",43.136398315,-4.2634701153849,592542,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"6c606898\",\"AB\",3,\"Castilla-La Mancha\",\"Albacete\",,\"ESP.4.1_1\",\"ChIJ0XrEWB18Zg0RUMlLvvNAAwM\",\"ES.CM.AB\",,\"02\",\"ES421\",38.72314644,-1.95495963824726,401580,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"43e11a7e\",\"CR\",3,\"Castilla-La Mancha\",\"Ciudad Real\",,\"ESP.4.2_1\",\"ChIJ6_wEDsndaw0RAMpLvvNAAwM\",\"ES.CM.CR\",,\"13\",\"ES422\",38.95852089,-3.88316941255103,526628,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"dd858fdd\",\"CU\",3,\"Castilla-La Mancha\",\"Cuenca\",,\"ESP.4.3_1\",\"ChIJPaBPpUf1Zw0RMMpLvvNAAwM\",\"ES.CM.CU\",,\"16\",\"ES423\",39.94250488,-2.15317178074457,215165,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"b9e94ad9\",\"GU\",3,\"Castilla-La Mancha\",\"Guadalajara\",,\"ESP.4.4_1\",\"ChIJl9C4p3cuQw0RYMpLvvNAAwM\",\"ES.CM.GJ\",,\"19\",\"ES424\",40.74032974,-2.50566865441632,257442,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"2564f231\",\"TO\",3,\"Castilla-La Mancha\",\"Toledo\",,\"ESP.4.5_1\",\"ChIJYWSMQ3lxag0RAMxLvvNAAwM\",\"ES.CM.TD\",,\"45\",\"ES425\",39.78814697,-4.10342860755406,705516,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"76babce5\",\"AV\",3,\"Castilla y León\",\"Ávila\",,\"ESP.5.1_1\",\"ChIJj6yPsjuEQA0RgMnzWgeHBQM\",\"ES.CL.AV\",,\"05\",\"ES411\",40.6245327,-4.83463425023909,171647,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"c49ebe9c\",\"BU\",3,\"Castilla y León\",\"Burgos\",,\"ESP.5.2_1\",\"ChIJ9ZsJuUntRQ0RwMnzWgeHBQM\",\"ES.CL.BU\",,\"09\",\"ES412\",42.32509041,-3.67722301281548,372538,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"47aa8376\",\"LE\",3,\"Castilla y León\",\"León\",,\"ESP.5.3_1\",\"ChIJU7YQYQduNw0RsMrzWgeHBQM\",\"ES.CL.LN\",,\"24\",\"ES413\",42.634120945,-5.9712726685575,493312,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"280a7601\",\"P\",3,\"Castilla y León\",\"Palencia\",,\"ESP.5.4_1\",\"ChIJJTy9az_URw0RUMvzWgeHBQM\",\"ES.CL.PL\",,\"34\",\"ES414\",42.407125475,-4.62107691058294,170513,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"8d9d49f1\",\"SA\",3,\"Castilla y León\",\"Salamanca\",,\"ESP.5.5_1\",\"ChIJF53SGUzqPg0RgMvzWgeHBQM\",\"ES.CL.SL\",,\"37\",\"ES415\",40.76654625,-6.0214339910501,350018,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"64feecc4\",\"SG\",3,\"Castilla y León\",\"Segovia\",,\"ESP.5.6_1\",\"ChIJr5ElYupOQQ0RsMvzWgeHBQM\",\"ES.CL.SG\",,\"40\",\"ES416\",41.108983995,-4.18249434983643,163171,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"6a2564f6\",\"SO\",3,\"Castilla y León\",\"Soria\",,\"ESP.5.7_1\",\"ChIJo_8KEwbHRA0R0MvzWgeHBQM\",\"ES.CL.SR\",,\"42\",\"ES417\",41.60160065,-2.72177718386103,94610,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"f0eabdb4\",\"VA\",3,\"Castilla y León\",\"Valladolid\",,\"ESP.5.8_1\",\"ChIJd2P6Oh5zRw0RIMzzWgeHBQM\",\"ES.CL.VD\",,\"47\",\"ES418\",41.70434761,-4.69719325032447,532765,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"5c5ff2b8\",\"ZA\",3,\"Castilla y León\",\"Zamora\",,\"ESP.5.9_1\",\"ChIJJZxKNg10OQ0RQMzzWgeHBQM\",\"ES.CL.ZM\",,\"49\",\"ES419\",41.686182025,-5.94287596028114,191613,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"dbb30749\",\"B\",3,\"Cataluña\",\"Barcelona\",\"Barcelona, Catalonia\",\"ESP.6.1_1\",\"ChIJZb1_yQvmpBIRsMmjIeD6AAM\",\"ES.CT.BR\",,\"08\",\"ES511\",41.758371355,2.03121085693148,5522565,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"ade81696\",\"GI\",3,\"Cataluña\",\"Gerona\",,\"ESP.6.2_1\",\"ChIJRRrTHsPNuhIRQMqjIeD6AAM\",\"ES.CT.GN\",,\"17\",\"ES512\",42.0729332,2.8369903097463,751806,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"3c0b2a4e\",\"L\",3,\"Cataluña\",\"Lérida\",,\"ESP.6.3_1\",\"ChIJJQQpq4R6phIRwMqjIeD6AAM\",\"ES.CT.LD\",,\"25\",\"ES513\",42.07079506,1.18130636956914,438428,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"2f67b218\",\"T\",3,\"Cataluña\",\"Tarragona\",,\"ESP.6.4_1\",\"ChIJ7TlkZl9HoRIR4MujIeD6AAM\",\"ES.CT.TG\",,\"43\",\"ES514\",41.052778245,0.625843598754586,807044,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"6713d049\",\"CE\",3,\"Ceuta\",\"Ceuta\",,\"ESP.7.1_1\",,\"ES.CE.CE\",,\"51\",\"ES630\",35.89638901,-5.35890504429124,82376,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"4b0c1ad8\",\"M\",3,\"Comunidad de Madrid\",\"Madrid\",\"Madrid, Community of Madrid\",\"ESP.8.1_1\",,\"ES.MD.MD\",,\"28\",\"ES300\",40.52218628,-3.7688478017641,6421874,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"72f125ed\",\"NA\",3,\"Comunidad Foral de Navarra\",\"Navarra\",,\"ESP.9.1_1\",,\"ES.NA.NV\",,\"31\",\"ES220\",42.61185074,-1.83932841968019,640129,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"42ba56f3\",\"A\",3,\"Comunidad Valenciana\",\"Alicante\",,\"ESP.10.1_1\",\"ChIJfdrHtbc5Yg0RYMkh126vAgM\",\"ES.VC.AN\",,\"03\",\"ES521\",38.365463255,-0.749053866422099,1852166,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"34e62ae8\",\"CS\",3,\"Comunidad Valenciana\",\"Castellón\",,\"ESP.10.2_1\",\"ChIJd-4zz4vzXw0R8Mkh126vAgM\",\"ES.VC.CS\",,\"12\",\"ES522\",40.25243759,-0.0610496799156628,594423,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"c169d334\",\"V\",3,\"Comunidad Valenciana\",\"Valencia\",\"Valencia, Valencian Community\",\"ESP.10.3_1\",\"ChIJRchn1xjlYA0REMwh126vAgM\",\"ES.VC.VN\",,\"46\",\"ES523\",39.33421326,-0.797216604871963,2563342,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"de446ae1\",\"BA\",3,\"Extremadura\",\"Badajoz\",,\"ESP.11.1_1\",\"ChIJ28y339ptFA0RkMmfjP1jBAM\",\"ES.EX.BD\",,\"06\",\"ES431\",38.696458815,-6.22106823922444,691799,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"29513a8c\",\"CC\",3,\"Extremadura\",\"Cáceres\",,\"ESP.11.2_1\",\"ChIJEz0HKNv5FQ0R0MmfjP1jBAM\",\"ES.EX.CC\",,\"10\",\"ES432\",39.75937462,-6.13814600971611,412701,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"acb437df\",\"C\",3,\"Galicia\",\"La Coruña\",,\"ESP.12.1_1\",\"ChIJGQVeRvRfLg0RIMrJc4L1BAM\",\"ES.GA.AC\",,\"15\",\"ES111\",43.15250015,-8.58065116425466,1141286,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"5a1d9312\",\"LU\",3,\"Galicia\",\"Lugo\",,\"ESP.12.2_1\",\"ChIJU82ZLkW2MQ0R4MrJc4L1BAM\",\"ES.GA.LG\",,\"27\",\"ES112\",43.03963089,-7.45636099500634,348067,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"ef545572\",\"OR\",3,\"Galicia\",\"Orense\",,\"ESP.12.3_1\",\"ChIJ3VJ27lykOg0RMMvJc4L1BAM\",\"ES.GA.OR\",,\"32\",\"ES113\",42.19283867,-7.53721935985567,328697,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"41083735\",\"PO\",3,\"Galicia\",\"Pontevedra\",,\"ESP.12.4_1\",\"ChIJIVLRnnmDLw0RcMvJc4L1BAM\",\"ES.GA.PV\",,\"36\",\"ES114\",42.364723205,-8.53421602734543,954877,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"af065619\",\"PM\",3,\"Islas Baleares\",\"Baleares\",,\"ESP.13.1_1\",,\"ES.PM.BL\",,\"07\",\"ES532\",39.613332745,2.88000059,1100503,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"a77f6a68\",\"LO\",3,\"La Rioja\",\"La Rioja\",,\"ESP.15.1_1\",,\"ES.LO.LR\",,\"26\",\"ES230\",42.284181595,-2.48298330903961,321173,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"5eb1b237\",\"ML\",3,\"Melilla\",\"Melilla\",,\"ESP.7.2_1\",,\"ES.ML.ME\",,\"52\",\"ES640\",35.30152893,-2.95040840631618,78476,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"fe313586\",\"VI\",3,\"País Vasco\",\"Álava\",,\"ESP.16.1_1\",\"ChIJMzKUYhbATw0RQMnJc4L1BAM\",\"ES.PV.AA\",,\"01\",\"ES211\",42.84442329,-2.68209936715302,320778,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"7e2438b9\",\"SS\",3,\"País Vasco\",\"Guipúzcoa\",,\"ESP.16.2_1\",\"ChIJzcnkHDg1UA0RcMrJc4L1BAM\",\"ES.PV.GP\",,\"20\",\"ES212\",43.144805905,-2.20418521365678,708425,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"d09fe2d3\",\"BI\",3,\"País Vasco\",\"Vizcaya\",,\"ESP.16.3_1\",\"ChIJzxBUoQZOTg0RMMzJc4L1BAM\",\"ES.PV.VZ\",,\"48\",\"ES213\",43.238744735,-2.85200409578912,1156190,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"a5027bf4\",\"O\",3,\"Principado de Asturias\",\"Asturias\",,\"ESP.17.1_1\",,\"ES.AS.AS\",,\"33\",\"ES120\",43.27359009,-5.85352989311643,1075183,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n\"4306a253\",\"MU\",3,\"Región de Murcia\",\"Murcia\",,\"ESP.18.1_1\",,\"ES.MU.MR\",,\"30\",\"ES620\",38.06281662,-1.6713370655604,1462128,\"Statoids (2011)\",\"http://www.statoids.com/yes.html\"\n"
  },
  {
    "path": "inst/extdata/db/FRA.csv",
    "content": "\"id\",\"id_gouv.fr\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_jhu_csse\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,,\"-\",,,,,,\n\"fdb631e6\",\"84\",2,\"Auvergne-Rhône-Alpes\",,\"Rhône-Alpes Region\",\"FRA.1_1\",\"ChIJ_fju9ukE9UcROuOAIn5wRjk\",\"FR.AR\",,\"84\",\"FRK\",45.45643425,4.80397290505759,8032377,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"9e5088d6\",\"27\",2,\"Bourgogne-Franche-Comté\",,\"Franche-Comté Region\",\"FRA.2_1\",\"ChIJQ9gRSYyc8kcRhsLspcJ3AVw\",\"FR.BF\",,\"27\",\"FRC\",47.277549745,4.95167423049027,2783039,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"d67cda08\",\"53\",2,\"Bretagne\",,\"Britanny Region\",\"FRA.3_1\",\"ChIJr45-rmHKEUgRsCTfNs2lDAE\",\"FR.BT\",,\"53\",\"FRH\",48.16250038,-2.68486493200874,3340379,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"0759d96c\",\"24\",2,\"Centre-Val de Loire\",,\"Centre Region\",\"FRA.4_1\",\"ChIJiV0INnu55EcRMCUzBdfIDQE\",\"FR.CN\",,\"24\",\"FRB\",47.64399338,1.70648618570299,2559073,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"e4ad00a7\",\"94\",2,\"Corse\",,\"Corsica Region\",\"FRA.5_1\",\"ChIJcQmbsAMk1xIRjcuhcewihag\",\"FR.CE\",,\"94\",\"FRM\",42.18847084,9.067360405,344679,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"51037eea\",\"44\",2,\"Grand Est\",,\"Alsace Region\",\"FRA.6_1\",\"ChIJsbWPxd9VkUcR_RfRz30ZyLk\",\"FR.AO\",,\"44\",\"FRF\",48.7935276,5.75810013561601,5511747,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"fac3c5c7\",\"1\",2,\"Guadeloupe\",,,\"GLP\",,,\"FRGP\",\"01\",\"FRY10\",16.230555535,-61.6870842,376879,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"14cda4eb\",\"3\",2,\"Guyane\",,,\"GUF\",,,\"FRGF\",\"03\",\"FRY30\",3.93620849,-53.0343013115965,290691,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"f7214d18\",\"32\",2,\"Hauts-de-France\",,\"Picardy Region\",\"FRA.7_1\",\"ChIJub25mcD450cR4lI4Zc0AtJA\",\"FR.NC\",,\"32\",\"FRE\",49.965654375,2.88651592952821,5962662,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"5c1e7e20\",\"11\",2,\"Île-de-France\",,\"Île-de-France Region\",\"FRA.8_1\",\"ChIJF4ymA8Th5UcRcCWLaMOCCwE\",\"FR.IF\",,\"11\",\"FR1\",48.675813675,2.52631346695419,12278210,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"356fbbee\",\"4\",2,\"La Réunion\",,,\"REU\",,,\"FRRE\",\"04\",\"FRY40\",-21.130833625,55.53583336,859959,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"63ca947d\",\"2\",2,\"Martinique\",,,\"MTQ\",,,\"FRMQ\",\"02\",\"FRY20\",14.6369462,-61.01638794,358749,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"64a75064\",\"6\",2,\"Mayotte\",,,\"MYT\",,,\"FRYT\",\"06\",\"FRY50\",-12.82513952,45.14930534,279471,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"0eef9547\",\"28\",2,\"Normandie\",,\"Upper Normandy Region\",\"FRA.9_1\",\"ChIJh8D4I2y94UcRAuJIEVbx8iY\",\"FR.ND\",,\"28\",\"FRD\",49.125873565,0.0262741883263812,3303500,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"0d291dbf\",\"75\",2,\"Nouvelle-Aquitaine\",,\"Aquitaine Region\",\"FRA.10_1\",\"ChIJ3-hEGv1T_kcR9ODuTtX6now\",\"FR.AC\",,\"75\",\"FRI\",44.976737975,0.104335752490236,5999982,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"94204c05\",\"76\",2,\"Occitanie\",,\"Midi-Pyrénées Region\",\"FRA.11_1\",\"ChIJR21206wDshIRXMk7aLMSs6s\",\"FR.LP\",,\"76\",\"FRJ\",43.689905165,2.11708932386207,5924858,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"a17bea9e\",\"52\",2,\"Pays de la Loire\",,\"Pays de la Loire Region\",\"FRA.12_1\",\"ChIJQQUJqjgXBUgRtkcc2Asrls8\",\"FR.PL\",,\"52\",\"FRG\",47.41750145,-1.12731776762949,3801797,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"7ac99504\",\"93\",2,\"Provence-Alpes-Côte d'Azur\",,\"Provence-Alpes-Côte d'Azur Region\",\"FRA.13_1\",\"ChIJrVP5ihlothIRp9EWPSaQFrc\",\"FR.PR\",,\"93\",\"FRL\",44.07660675,6.2384828367172,5055651,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"hjkda88a\",\"7\",2,\"Saint Barthélemy\",,,\"BLM\",,,,\"07\",,17.9036111831665,-62.8108329772949,9131,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"cnxz02bk\",\"8\",2,\"Saint Martin\",,,\"MAF\",,,,\"08\",,18.085000038147,-63.0511093139648,34065,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"8sk8nf73\",\"5\",2,\"Saint Pierre et Miquelon\",,,\"SPM\",,,,\"05\",,46.782499315,-56.19555664,5888,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"5d44c1c1\",\"01\",3,\"Auvergne-Rhône-Alpes\",\"Ain\",,\"FRA.1.1_1\",\"ChIJ6WS-4x1Yi0cRgCW55CqrCAM\",\"FR.AR.AI\",,\"01\",\"FRK21\",46.06431961,5.28457559691303,656955,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"b34aa0ed\",\"03\",3,\"Auvergne-Rhône-Alpes\",\"Allier\",,\"FRA.1.2_1\",\"ChIJLwz0cLrb8EcRoCXjy688CQM\",\"FR.AR.AL\",,\"03\",\"FRK11\",46.36741257,3.16385432156138,331315,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"b42764f4\",\"07\",3,\"Auvergne-Rhône-Alpes\",\"Ardèche\",,\"FRA.1.3_1\",\"ChIJVc2eRUbWtBIR4CXjy688CQM\",\"FR.AR.AH\",,\"07\",\"FRK22\",44.815582275,4.39933678640617,326875,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"43323499\",\"15\",3,\"Auvergne-Rhône-Alpes\",\"Cantal\",,\"FRA.1.4_1\",\"ChIJ1V2sN7Dm90cRYCbjy688CQM\",\"FR.AR.CL\",,\"15\",\"FRK12\",45.05065918,2.70086362139396,142811,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"f11636e0\",\"26\",3,\"Auvergne-Rhône-Alpes\",\"Drôme\",,\"FRA.1.5_1\",\"ChIJXUlPlKe6yhIRACe55CqrCAM\",\"FR.AR.DM\",,\"26\",\"FRK23\",44.730438235,5.20427205552683,520560,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"d72665e9\",\"43\",3,\"Auvergne-Rhône-Alpes\",\"Haute-Loire\",,\"FRA.1.6_1\",\"ChIJZ2H42zT99UcRMCjjy688CQM\",\"FR.AR.HL\",,\"43\",\"FRK13\",45.083488465,3.83398775192787,226901,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"626fa389\",\"74\",3,\"Auvergne-Rhône-Alpes\",\"Haute-Savoie\",,\"FRA.1.7_1\",\"ChIJfRdqefQJjEcRICq55CqrCAM\",\"FR.AR.HS\",,\"74\",\"FRK28\",46.06958389,6.34812047887597,828405,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"0fb52aa6\",\"38\",3,\"Auvergne-Rhône-Alpes\",\"Isère\",,\"FRA.1.8_1\",\"ChIJh1d4BM_oikcR4Ce55CqrCAM\",\"FR.AR.IS\",,\"38\",\"FRK24\",45.289577485,5.63529818038092,1264979,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"a021557f\",\"42\",3,\"Auvergne-Rhône-Alpes\",\"Loire\",,\"FRA.1.9_1\",\"ChIJi1XRwdNA9EcRICjjy688CQM\",\"FR.AR.LR\",,\"42\",\"FRK25\",45.753450395,4.04393609800551,764737,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"e510076b\",\"63\",3,\"Auvergne-Rhône-Alpes\",\"Puy-de-Dôme\",,\"FRA.1.10_1\",\"ChIJXxh40_cd90cRcCnjy688CQM\",\"FR.AR.PD\",,\"63\",\"FRK14\",45.77293396,3.08280427120943,660240,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"05c5ee75\",\"69\",3,\"Auvergne-Rhône-Alpes\",\"Rhône\",,\"FRA.1.11_1\",\"ChIJcf_obOGN9EcR0Cm55CqrCAM\",\"FR.AR.RH\",,\"69\",\"FRK26\",45.878448485,4.61613349573954,1876051,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"fc0b362a\",\"73\",3,\"Auvergne-Rhône-Alpes\",\"Savoie\",,\"FRA.1.12_1\",\"ChIJ01Qj_B7Si0cRECq55CqrCAM\",\"FR.AR.SV\",,\"73\",\"FRK27\",45.49382019,6.38511237781359,432548,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"6f72a343\",\"21\",3,\"Bourgogne-Franche-Comté\",\"Côte-d'Or\",,\"FRA.2.1_1\",\"ChIJiUlrPWKC7UcRsCYNszTOCQM\",\"FR.BF.CO\",,\"21\",\"FRC11\",47.468301775,4.75655362089946,532886,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"681f675a\",\"25\",3,\"Bourgogne-Franche-Comté\",\"Doubs\",,\"FRA.2.2_1\",\"ChIJIzJvR4OQjUcR8CYNszTOCQM\",\"FR.BF.DB\",,\"25\",\"FRC21\",47.070640565,6.23973597410076,539449,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"65026790\",\"70\",3,\"Bourgogne-Franche-Comté\",\"Haute-Saône\",,\"FRA.2.3_1\",\"ChIJfWdzkgjtkkcR4CkNszTOCQM\",\"FR.BF.HN\",,\"70\",\"FRC23\",47.640813825,6.09689439659212,233194,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"78b21a30\",\"39\",3,\"Bourgogne-Franche-Comté\",\"Jura\",,\"FRA.2.4_1\",\"ChIJQxu3PkkijUcR8CcNszTOCQM\",\"FR.BF.JU\",,\"39\",\"FRC22\",46.78174591,5.78284095143355,257849,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"59ef8d20\",\"58\",3,\"Bourgogne-Franche-Comté\",\"Nièvre\",,\"FRA.2.5_1\",\"ChIJK1LHPbXH8UcRICkNszTOCQM\",\"FR.BF.NI\",,\"58\",\"FRC12\",47.119939805,3.54430528602219,199596,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"12055706\",\"71\",3,\"Bourgogne-Franche-Comté\",\"Saône-et-Loire\",,\"FRA.2.6_1\",\"ChIJU1QBWoCu80cR8CkNszTOCQM\",\"FR.BF.SL\",,\"71\",\"FRC13\",46.6575222,4.55988996397242,547824,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"fb814a1e\",\"90\",3,\"Bourgogne-Franche-Comté\",\"Territoire de Belfort\",,\"FRA.2.7_1\",\"ChIJme6LHo0jkkcRICsNszTOCQM\",\"FR.BF.TB\",,\"90\",\"FRC24\",47.628227235,6.9003504257266,140145,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"9b46c3fb\",\"89\",3,\"Bourgogne-Franche-Comté\",\"Yonne\",,\"FRA.2.8_1\",\"ChIJ3zf38u9P7kcRECsNszTOCQM\",\"FR.BF.YO\",,\"89\",\"FRC14\",47.85411072,3.64543590214355,332096,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"f67bf2f9\",\"22\",3,\"Bretagne\",\"Côtes-d'Armor\",,\"FRA.3.1_1\",\"ChIJHY3C8Q7iEUgRwCbfNs2lDAM\",\"FR.BT.CA\",,\"22\",\"FRH01\",48.45848274,-2.75157530642793,596186,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"61a92b71\",\"29\",3,\"Bretagne\",\"Finistère\",,\"FRA.3.2_1\",\"ChIJR380f3HMFkgRMCffNs2lDAM\",\"FR.BT.FI\",,\"29\",\"FRH02\",48.245897295,-3.84630648550148,906554,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"7104561b\",\"35\",3,\"Bretagne\",\"Ille-et-Vilaine\",,\"FRA.3.3_1\",\"ChIJDaUlkkvcDkgRsCffNs2lDAM\",\"FR.BT.IV\",,\"35\",\"FRH03\",48.17528534,-1.6505700913257,1082073,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"be57a027\",\"56\",3,\"Bretagne\",\"Morbihan\",,\"FRA.3.4_1\",\"ChIJicYx27QiEEgRACnfNs2lDAM\",\"FR.BT.MB\",,\"56\",\"FRH04\",47.828435895,-2.76090019877358,755566,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"3d834824\",\"18\",3,\"Centre-Val de Loire\",\"Cher\",,\"FRA.4.1_1\",\"ChIJMfmD3CiR-kcRkCYzBdfIDQM\",\"FR.CN.CH\",,\"18\",\"FRB01\",47.022212985,2.57634385361066,296404,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"16ae1be7\",\"28\",3,\"Centre-Val de Loire\",\"Eure-et-Loir\",,\"FRA.4.2_1\",\"ChIJozitvHMK5EcRICczBdfIDQM\",\"FR.CN.EL\",,\"28\",\"FRB02\",48.447309495,1.40008815081715,429425,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"e80d07a1\",\"36\",3,\"Centre-Val de Loire\",\"Indre\",,\"FRA.4.4_1\",\"ChIJUfVaUf6d-0cRwCczBdfIDQM\",\"FR.CN.IN\",,\"36\",\"FRB03\",46.81214905,1.53692726160973,217139,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"9f0a3737\",\"37\",3,\"Centre-Val de Loire\",\"Indre-et-Loire\",,\"FRA.4.3_1\",\"ChIJE3AWTDjZ_EcR0CczBdfIDQM\",\"FR.CN.IL\",,\"37\",\"FRB04\",47.22676277,0.686270782446988,605380,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"392804c5\",\"41\",3,\"Centre-Val de Loire\",\"Loir-et-Cher\",,\"FRA.4.5_1\",\"ChIJ4053kaCm5EcRECgzBdfIDQM\",\"FR.CN.LC\",,\"41\",\"FRB05\",47.66059494,1.29844290151833,327835,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"3e45c0dc\",\"45\",3,\"Centre-Val de Loire\",\"Loiret\",,\"FRA.4.6_1\",\"ChIJBQbIKJcN5UcRUCgzBdfIDQM\",\"FR.CN.LT\",,\"45\",\"FRB06\",47.916046145,2.30507640284807,682890,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"3f77d27f\",\"2A\",3,\"Corse\",\"Corse-du-Sud\",,\"FRA.5.1_1\",\"ChIJsY1VVHY92hIRQCeP_aUZCAM\",\"FR.CE.CS\",,\"2A\",\"FRM01\",41.87254715,9.00902377827787,162421,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"a67e83c5\",\"2B\",3,\"Corse\",\"Haute-Corse\",,\"FRA.5.2_1\",\"ChIJZSDEdS6x0BIRUCeP_aUZCAM\",\"FR.CE.HC\",,\"2B\",\"FRM02\",42.42222214,9.100417135,182258,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"24987965\",\"08\",3,\"Grand Est\",\"Ardennes\",,\"FRA.6.1_1\",\"ChIJjSR_qWAR6kcR8CU3mrlfCgM\",\"FR.AO.AN\",,\"08\",\"FRF21\",49.69741249,4.67263605031124,265531,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"3358c016\",\"10\",3,\"Grand Est\",\"Aube\",,\"FRA.6.2_1\",\"ChIJK9zqn1Sf7kcRECY3mrlfCgM\",\"FR.AO.AB\",,\"10\",\"FRF22\",48.32043457,4.19042290874949,309907,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"e27dc372\",\"67\",3,\"Grand Est\",\"Bas-Rhin\",,\"FRA.6.3_1\",\"ChIJ5TPeMOawlkcRsCk3mrlfCgM\",\"FR.AO.BR\",,\"67\",\"FRF11\",48.59625435,7.53435463630383,1132607,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"72c2dee3\",\"68\",3,\"Grand Est\",\"Haut-Rhin\",,\"FRA.6.4_1\",\"ChIJ919PNUx_kUcRwCk3mrlfCgM\",\"FR.AO.HR\",,\"68\",\"FRF12\",47.86601639,7.2318883772498,763204,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"b93a643e\",\"52\",3,\"Grand Est\",\"Haute-Marne\",,\"FRA.6.5_1\",\"ChIJe7Gs8mXo7EcRwCg3mrlfCgM\",\"FR.AO.HM\",,\"52\",\"FRF24\",48.132694245,5.25234912287383,169250,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"20333584\",\"51\",3,\"Grand Est\",\"Marne\",,\"FRA.6.6_1\",\"ChIJMw82jABe6UcRsCg3mrlfCgM\",\"FR.AO.MR\",,\"51\",\"FRF23\",48.962848665,4.31553796802227,563823,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"5059c10b\",\"54\",3,\"Grand Est\",\"Meurthe-et-Moselle\",,\"FRA.6.7_1\",\"ChIJ2QzP5IHplEcR4Cg3mrlfCgM\",\"FR.AO.MM\",,\"54\",\"FRF31\",48.95869064,5.98560797748999,730398,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"275ef19d\",\"55\",3,\"Grand Est\",\"Meuse\",,\"FRA.6.8_1\",\"ChIJna44A7QW60cR8Cg3mrlfCgM\",\"FR.AO.MS\",,\"55\",\"FRF32\",49.015275955,5.42775943019827,181641,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"c95090b1\",\"57\",3,\"Grand Est\",\"Moselle\",,\"FRA.6.9_1\",\"ChIJv8tu0pNQlEcRECk3mrlfCgM\",\"FR.AO.MO\",,\"57\",\"FRF33\",49.018951415,6.54053938739999,1035866,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"ec41f36d\",\"88\",3,\"Grand Est\",\"Vosges\",,\"FRA.6.10_1\",\"ChIJz-4cRTQMk0cRACs3mrlfCgM\",\"FR.AO.VG\",,\"88\",\"FRF34\",48.161121365,6.38060438326933,359520,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"cjc9qana\",\"971\",3,\"Guadeloupe\",\"Guadeloupe\",,\"GLP\",,,\"FRGP\",\"971\",\"FRY10\",16.230555535,-61.6870842,376879,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"xlafa037\",\"973\",3,\"Guyane\",\"Guyane\",,\"GUF\",,,\"FRGF\",\"973\",\"FRY30\",3.93620849,-53.0343013115965,290691,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"c44d907b\",\"02\",3,\"Hauts-de-France\",\"Aisne\",,\"FRA.7.1_1\",\"ChIJ29CbGL9S6EcRkCVhgT7xCgM\",\"FR.NC.AS\",,\"02\",\"FRE21\",49.45055199,3.61100216135875,526050,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"2ee8bdb6\",\"59\",3,\"Hauts-de-France\",\"Nord\",,\"FRA.7.2_1\",\"ChIJrXIXuejQwkcRMClhgT7xCgM\",\"FR.NC.NO\",,\"59\",\"FRE11\",50.530658725,3.08570982565616,2588988,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"7c1956d1\",\"60\",3,\"Hauts-de-France\",\"Oise\",,\"FRA.7.3_1\",\"ChIJa7kkjRq050cRQClhgT7xCgM\",\"FR.NC.OI\",,\"60\",\"FRE22\",49.415229795,2.40663907115787,825077,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"921737fd\",\"62\",3,\"Hauts-de-France\",\"Pas-de-Calais\",,\"FRA.7.4_1\",\"ChIJ9yrxmAsF3UcRYClhgT7xCgM\",\"FR.NC.PC\",,\"62\",\"FRE12\",50.51444435,2.23016883923078,1452778,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"e29a7b5f\",\"80\",3,\"Hauts-de-France\",\"Somme\",,\"FRA.7.5_1\",\"ChIJn6rXUTmH50cRgCphgT7xCgM\",\"FR.NC.SO\",,\"80\",\"FRE23\",49.97082901,2.37622601502212,569769,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"8c867a88\",\"91\",3,\"Île-de-France\",\"Essonne\",,\"FRA.8.1_1\",\"ChIJH3mvlvjP5UcRMCuLaMOCCwM\",\"FR.IF.ES\",,\"91\",\"FR104\",48.53123093,2.24040467108409,1319401,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"158f2b32\",\"92\",3,\"Île-de-France\",\"Hauts-de-Seine\",,\"FRA.8.2_1\",\"ChIJIX9UJN165kcRQCuLaMOCCwM\",\"FR.IF.HD\",,\"92\",\"FR105\",48.841611865,2.19933749737266,1613762,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"1568931f\",\"75\",3,\"Île-de-France\",\"Paris\",\"Paris, Île-de-France Region\",\"FRA.8.3_1\",\"ChIJD7fiBh9u5kcRMCqLaMOCCwM\",\"FR.IF.VP\",,\"75\",\"FR101\",48.857292175,2.32011725679606,2148271,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"fb66f233\",\"77\",3,\"Île-de-France\",\"Seine-et-Marne\",,\"FRA.8.4_1\",\"ChIJa5Z5nApS70cRUCqLaMOCCwM\",\"FR.IF.SE\",,\"77\",\"FR102\",48.618619915,3.03987360520685,1423607,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"62881ba4\",\"93\",3,\"Île-de-France\",\"Seine-Saint-Denis\",,\"FRA.8.5_1\",\"ChIJTeBXx8Zs5kcRUCuLaMOCCwM\",\"FR.IF.SS\",,\"93\",\"FR106\",48.90884018,2.45340352249986,1670149,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"8bebbe91\",\"95\",3,\"Île-de-France\",\"Val-d'Oise\",,\"FRA.8.6_1\",\"ChIJw_oQx5r15kcRcCuLaMOCCwM\",\"FR.IF.VO\",,\"95\",\"FR108\",49.073078155,2.20832172961672,1248354,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"fcec8e07\",\"94\",3,\"Île-de-France\",\"Val-de-Marne\",,\"FRA.8.7_1\",\"ChIJaxiZwqcM5kcRYCuLaMOCCwM\",\"FR.IF.VM\",,\"94\",\"FR107\",48.778265,2.45665099462962,1406041,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"6bd9efa2\",\"78\",3,\"Île-de-France\",\"Yvelines\",,\"FRA.8.8_1\",\"ChIJ2c8x_zyc5kcRYCqLaMOCCwM\",\"FR.IF.YV\",,\"78\",\"FR103\",48.761941905,1.89350575216311,1448625,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"v98ahaal\",\"974\",3,\"La Réunion\",\"La Réunion\",,\"REU\",,,\"FRRE\",\"974\",\"FRY40\",-21.130833625,55.53583336,859959,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"9q8anaox\",\"972\",3,\"Martinique\",\"Martinique\",,\"MTQ\",,,\"FRMQ\",\"972\",\"FRY20\",14.6369462,-61.01638794,358749,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"akadd93k\",\"976\",3,\"Mayotte\",\"Mayotte\",,\"MYT\",,,\"FRYT\",\"976\",\"FRY50\",-12.82513952,45.14930534,279471,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"3435040f\",\"14\",3,\"Normandie\",\"Calvados\",,\"FRA.9.1_1\",\"ChIJ7c9WzNpBCkgRUCa1T0gUDAM\",\"FR.ND.CV\",,\"14\",\"FRD11\",49.091964725,-0.236202181091741,691453,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"86110676\",\"27\",3,\"Normandie\",\"Eure\",,\"FRA.9.2_1\",\"ChIJxyhuotQ_4UcRECe1T0gUDAM\",\"FR.ND.EU\",,\"27\",\"FRD21\",49.075016025,0.964281102210861,600687,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"57340512\",\"50\",3,\"Normandie\",\"Manche\",,\"FRA.9.3_1\",\"ChIJ9zVZBbiLC0gRoCi1T0gUDAM\",\"FR.ND.MH\",,\"50\",\"FRD12\",49.09332848,-1.2449037219762,490669,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"0b1e6647\",\"61\",3,\"Normandie\",\"Orne\",,\"FRA.9.4_1\",\"ChIJ416f1TgG4kcRUCm1T0gUDAM\",\"FR.ND.OR\",,\"61\",\"FRD13\",48.580675125,0.0425518183758223,276903,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"8c61c2a5\",\"76\",3,\"Normandie\",\"Seine-Maritime\",,\"FRA.9.5_1\",\"ChIJMxPYKBzt4EcRQCq1T0gUDAM\",\"FR.ND.SM\",,\"76\",\"FRD22\",49.661729815,0.937296634786232,1243788,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"da3b6523\",\"16\",3,\"Nouvelle-Aquitaine\",\"Charente\",,\"FRA.10.2_1\",\"ChIJObJ5-RA0_kcRcCbnYJLTBQM\",\"FR.AC.CT\",,\"16\",\"FRI31\",45.664384845,0.0995102896113684,348180,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"ad3c55b5\",\"17\",3,\"Nouvelle-Aquitaine\",\"Charente-Maritime\",,\"FRA.10.1_1\",\"ChIJ82Od1IwPAUgRgCbnYJLTBQM\",\"FR.AC.CM\",,\"17\",\"FRI32\",45.730722425,-0.823749668274292,647080,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"4a8478b2\",\"19\",3,\"Nouvelle-Aquitaine\",\"Corrèze\",,\"FRA.10.3_1\",\"ChIJy6wo8D5f-EcRoCbnYJLTBQM\",\"FR.AC.CZ\",,\"19\",\"FRI21\",45.340559005,1.81909704434607,240336,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"817cc26f\",\"23\",3,\"Nouvelle-Aquitaine\",\"Creuse\",,\"FRA.10.4_1\",\"ChIJ0fUXP5iE-UcR0CbnYJLTBQM\",\"FR.AC.CR\",,\"23\",\"FRI22\",46.06733131,2.04873113611554,116270,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"1cdedf34\",\"79\",3,\"Nouvelle-Aquitaine\",\"Deux-Sèvres\",,\"FRA.10.5_1\",\"ChIJg2aT8BMVB0gRcCrnYJLTBQM\",\"FR.AC.DS\",,\"79\",\"FRI33\",46.53839493,-0.29994366657767,372627,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"1f1857cc\",\"24\",3,\"Nouvelle-Aquitaine\",\"Dordogne\",,\"FRA.10.6_1\",\"ChIJixOodXR6_0cR4CYRSBdlBgM\",\"FR.AC.DD\",,\"24\",\"FRI11\",45.14586067,0.632940208427837,408393,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"9867f32e\",\"33\",3,\"Nouvelle-Aquitaine\",\"Gironde\",,\"FRA.10.7_1\",\"ChIJ8wX2tk4uVQ0RkCcRSBdlBgM\",\"FR.AC.GI\",,\"33\",\"FRI12\",44.88402748,-0.605075928973236,1633440,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"7cfeeefc\",\"87\",3,\"Nouvelle-Aquitaine\",\"Haute-Vienne\",,\"FRA.10.8_1\",\"ChIJlSTLuMFK-UcR8CrnYJLTBQM\",\"FR.AC.HV\",,\"87\",\"FRI23\",45.91948128,1.17840720785644,370774,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"4e2f3453\",\"40\",3,\"Nouvelle-Aquitaine\",\"Landes\",,\"FRA.10.9_1\",\"ChIJE5-upTcxVA0RACgRSBdlBgM\",\"FR.AC.LD\",,\"40\",\"FRI13\",44.009860995,-0.643360319874129,411979,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"d04ba1f0\",\"47\",3,\"Nouvelle-Aquitaine\",\"Lot-et-Garonne\",,\"FRA.10.10_1\",\"ChIJWQMhD5hXqhIRcCgRSBdlBgM\",\"FR.AC.LG\",,\"47\",\"FRI14\",44.368879315,0.453520446268824,330336,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"7b7492c8\",\"64\",3,\"Nouvelle-Aquitaine\",\"Pyrénées-Atlantiques\",,\"FRA.10.11_1\",\"ChIJ1USNMzngVg0RgCkRSBdlBgM\",\"FR.AC.PA\",,\"64\",\"FRI15\",43.18720436,-0.728745683220623,683169,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"0bf9de6a\",\"86\",3,\"Nouvelle-Aquitaine\",\"Vienne\",,\"FRA.10.12_1\",\"ChIJzU6xZWCx_UcR4CrnYJLTBQM\",\"FR.AC.VN\",,\"86\",\"FRI34\",46.612138745,0.465414289004458,437398,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"539f49f3\",\"09\",3,\"Occitanie\",\"Ariège\",,\"FRA.11.1_1\",\"ChIJd48Xh8I9rxIRACY7L5z2BgM\",\"FR.LP.AG\",,\"09\",\"FRJ21\",42.945600505,1.40781312035434,152398,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"445ff080\",\"11\",3,\"Occitanie\",\"Aude\",,\"FRA.11.2_1\",\"ChIJo33zOeEpsBIRICZlFiGIBwM\",\"FR.LP.AD\",,\"11\",\"FRJ11\",43.054445265,2.46506319676339,372705,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"dd56a13a\",\"12\",3,\"Occitanie\",\"Aveyron\",,\"FRA.11.3_1\",\"ChIJJxwIxhNjshIRMCY7L5z2BgM\",\"FR.LP.AV\",,\"12\",\"FRJ22\",44.313179015,2.50990503086826,278360,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"016ea294\",\"30\",3,\"Occitanie\",\"Gard\",,\"FRA.11.4_1\",\"ChIJl5MqKOkVtBIRYCdlFiGIBwM\",\"FR.LP.GA\",,\"30\",\"FRJ12\",43.95960617,4.29620760034497,748468,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"ef60c3b8\",\"32\",3,\"Occitanie\",\"Gers\",,\"FRA.11.5_1\",\"ChIJJWOZae2FqRIRgCc7L5z2BgM\",\"FR.LP.GE\",,\"32\",\"FRJ24\",43.694128035,0.408960503932088,190040,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"76699202\",\"31\",3,\"Occitanie\",\"Haute-Garonne\",,\"FRA.11.6_1\",\"ChIJ8Y_ojIzSrhIRcCc7L5z2BgM\",\"FR.LP.HG\",,\"31\",\"FRJ23\",43.30440903,0.971843088766389,1400935,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"0c73a25e\",\"65\",3,\"Occitanie\",\"Hautes-Pyrénées\",,\"FRA.11.7_1\",\"ChIJMVyPnI8yqBIRkCk7L5z2BgM\",\"FR.LP.HP\",,\"65\",\"FRJ26\",43.137903215,0.153174024661686,226839,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"0603668d\",\"34\",3,\"Occitanie\",\"Hérault\",,\"FRA.11.8_1\",\"ChIJ7TGrfiZmsRIRoCdlFiGIBwM\",\"FR.LP.HE\",,\"34\",\"FRJ13\",43.590364455,3.35328677786289,1176145,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"a74c9166\",\"46\",3,\"Occitanie\",\"Lot\",,\"FRA.11.9_1\",\"ChIJmVv63eLrrBIRYCg7L5z2BgM\",\"FR.LP.LO\",,\"46\",\"FRJ25\",44.622486115,1.66722567007794,173166,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"40f4bc61\",\"48\",3,\"Occitanie\",\"Lozère\",,\"FRA.11.10_1\",\"ChIJn-8fITBssxIRgChlFiGIBwM\",\"FR.LP.LZ\",,\"48\",\"FRJ14\",44.545747755,3.52107688816605,76286,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"957af3e4\",\"66\",3,\"Occitanie\",\"Pyrénées-Orientales\",,\"FRA.11.11_1\",\"ChIJs3vVe5L9rxIRoCllFiGIBwM\",\"FR.LP.PO\",,\"66\",\"FRJ15\",42.625694275,2.50635495072921,479000,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"959d4bc9\",\"81\",3,\"Occitanie\",\"Tarn\",,\"FRA.11.13_1\",\"ChIJHY7YvzzirRIRkCo7L5z2BgM\",\"FR.LP.TA\",,\"81\",\"FRJ27\",43.791929245,2.1342970869644,387898,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"0c941a73\",\"82\",3,\"Occitanie\",\"Tarn-et-Garonne\",,\"FRA.11.12_1\",\"ChIJH-CzrKkSrBIRoCo7L5z2BgM\",\"FR.LP.TG\",,\"82\",\"FRJ28\",44.080623625,1.20499474675346,262618,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"4942f04a\",\"44\",3,\"Pays de la Loire\",\"Loire-Atlantique\",,\"FRA.12.1_1\",\"ChIJnbJ5rKiOBUgRQCgJHlI3DQM\",\"FR.PL.LA\",,\"44\",\"FRG01\",47.34708214,-1.87551487319505,1437137,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"37f38cf7\",\"49\",3,\"Pays de la Loire\",\"Maine-et-Loire\",,\"FRA.12.2_1\",\"ChIJ0djq2pfWB0gRkCgJHlI3DQM\",\"FR.PL.ML\",,\"49\",\"FRG02\",47.39195824,-0.38134533406836,815881,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"ce3d54a8\",\"53\",3,\"Pays de la Loire\",\"Mayenne\",,\"FRA.12.3_1\",\"ChIJmYwMYySqCUgR0CgJHlI3DQM\",\"FR.PL.MY\",,\"53\",\"FRG03\",48.151853565,-0.653392107546129,305365,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"8b0c06bc\",\"72\",3,\"Pays de la Loire\",\"Sarthe\",,\"FRA.12.4_1\",\"ChIJuxI_om6J4kcRACoJHlI3DQM\",\"FR.PL.ST\",,\"72\",\"FRG04\",48.025245665,0.251867196547554,560227,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"92f08fd0\",\"85\",3,\"Pays de la Loire\",\"Vendée\",,\"FRA.12.5_1\",\"ChIJwZ38qxQwBEgR0CoJHlI3DQM\",\"FR.PL.VD\",,\"85\",\"FRG05\",46.67569351,-1.29107881624733,683187,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"2d2e354e\",\"04\",3,\"Provence-Alpes-Côte d'Azur\",\"Alpes-de-Haute-Provence\",,\"FRA.13.1_1\",\"ChIJBb8GGrKcyxIRsCWP_aUZCAM\",\"FR.PR.AP\",,\"04\",\"FRL01\",44.164884565,6.17975634282221,165197,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"c3205462\",\"06\",3,\"Provence-Alpes-Côte d'Azur\",\"Alpes-Maritimes\",,\"FRA.13.2_1\",\"ChIJj00oCCe0zRIR0CWP_aUZCAM\",\"FR.PR.AM\",,\"06\",\"FRL03\",43.9226017,7.2405735865333,1079396,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"aa5191ac\",\"13\",3,\"Provence-Alpes-Côte d'Azur\",\"Bouches-du-Rhône\",,\"FRA.13.3_1\",\"ChIJWxNFLN8CthIRQCaP_aUZCAM\",\"FR.PR.BD\",,\"13\",\"FRL04\",43.538995745,5.03001426841373,2034469,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"5a2905d8\",\"05\",3,\"Provence-Alpes-Côte d'Azur\",\"Hautes-Alpes\",,\"FRA.13.4_1\",\"ChIJD9NgVc9ayxIRwCWP_aUZCAM\",\"FR.PR.HA\",,\"05\",\"FRL02\",44.658094405,6.35218603115058,141756,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"7b932ae5\",\"83\",3,\"Provence-Alpes-Côte d'Azur\",\"Var\",,\"FRA.13.5_1\",\"ChIJCQMoGM9OyRIRsCqP_aUZCAM\",\"FR.PR.VR\",,\"83\",\"FRL05\",43.416475295,6.26553668379702,1073836,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"e5f7bf46\",\"84\",3,\"Provence-Alpes-Côte d'Azur\",\"Vaucluse\",,\"FRA.13.6_1\",\"ChIJ4fZyISNyyhIRwCqP_aUZCAM\",\"FR.PR.VC\",,\"84\",\"FRL06\",43.994802475,5.18257962209786,560997,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"a8h20hs3\",\"977\",3,\"Saint Barthélemy\",\"Saint Barthélemy\",,\"BLM\",,,,\"977\",,17.9036111831665,-62.8108329772949,9131,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"xbcv29na\",\"978\",3,\"Saint Martin\",\"Saint Martin\",,\"MAF\",,,,\"978\",,18.085000038147,-63.0511093139648,34065,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n\"lan7939f\",\"975\",3,\"Saint Pierre et Miquelon\",\"Saint Pierre et Miquelon\",,\"SPM\",,,,\"975\",,46.782499315,-56.19555664,5888,\"Santé publique France (2020)\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\"\n"
  },
  {
    "path": "inst/extdata/db/GBR.csv",
    "content": "\"id\",\"id_github.oxcgrt.covidpolicytracker\",\"id_gov.uk\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_jhu_csse\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,,,\"-\",,,,,,\n\"238di8a9\",\"UK_ENG\",\"E92000001\",2,\"England\",,\"England\",\"GBR.1_1\",,,\"GBENG\",\"E92000001\",,52.87999916,-1.50569824727184,56286961,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c9813b4b\",\"UK_NIR\",\"N92000002\",2,\"Northern Ireland\",,\"Northern Ireland\",\"GBR.2_1\",,,\"GBNIR\",\"N92000002\",\"UKN\",54.637777325,-6.85139739956934,1882000,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"e309aefb\",\"UK_SCO\",\"S92000003\",2,\"Scotland\",,\"Scotland\",\"GBR.3_1\",,,\"GBSCT\",\"S92000003\",\"UKM\",56.652776715,-3.91249955,5454000,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"20816a54\",\"UK_WAL\",\"W92000004\",2,\"Wales\",,\"Wales\",\"GBR.4_1\",,,\"GBWLS\",\"W92000004\",\"UKL\",52.36881828,-3.60871923316752,3136000,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"40161760\",\"UK_ENG\",\"E07000223\",3,\"England\",\"Adur\",,\"GBR.1.110.1_1\",\"ChIJyU9ZVl-XdUgRkE3toi2uDgQ\",\"GB.WS.AD\",,\"E07000223\",\"UKJ27\",50.8436794281007,-0.288990208153931,64187,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"33f83781\",\"UK_ENG\",\"E07000026\",3,\"England\",\"Allerdale\",,\"GBR.1.22.1_1\",\"ChIJ-WTtmJfXfEgR0LZs7Z75DAQ\",\"GB.CU.AL\",,\"E07000026\",\"UKD11\",54.7472610473633,-3.17401059315178,97831,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"2d8ec2d9\",\"UK_ENG\",\"E07000032\",3,\"England\",\"Amber Valley\",,\"GBR.1.25.1_1\",\"ChIJM06czCnzeUgREOXCu6gcDgQ\",\"GB.DB.AV\",,\"E07000032\",\"UKF13\",53.0161685943604,-1.46325494256089,128829,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"de7282c3\",\"UK_ENG\",\"E07000224\",3,\"England\",\"Arun\",,\"GBR.1.110.2_1\",\"ChIJ2WCM2PGvdUgRoE3toi2uDgQ\",\"GB.WS.AR\",,\"E07000224\",\"UKJ27\",50.8343887329102,-0.55682589608159,161123,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a62e0cc6\",\"UK_ENG\",\"E07000170\",3,\"England\",\"Ashfield\",,\"GBR.1.67.1_1\",\"ChIJP_vJ-qyVeUgRsOTCu6gcDgQ\",\"GB.NT.AS\",,\"E07000170\",\"UKF15\",53.0861988067627,-1.27698536916046,128337,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"99056e8e\",\"UK_ENG\",\"E07000105\",3,\"England\",\"Ashford\",,\"GBR.1.44.1_1\",\"ChIJRYbtSwnZ3kcRcEztoi2uDgQ\",\"GB.KE.AS\",,\"E07000105\",\"UKJ45\",51.1293678283692,0.79599806242663,131018,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"efc0342f\",\"UK_ENG\",\"E07000004\",3,\"England\",\"Aylesbury Vale\",,\"GBR.1.13.1_1\",\"ChIJ1eHzLg35dkgR4ObCu6gcDgQ\",\"GB.BU.AV\",,\"E07000004\",\"UKJ13\",51.9002704620362,-0.879245550959402,206851,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"eb292458\",\"UK_ENG\",\"E07000200\",3,\"England\",\"Babergh\",,\"GBR.1.96.1_1\",\"ChIJwwRu_Iao2UcRoOPBu6gcDgQ\",\"GB.SF.BA\",,\"E07000200\",\"UKH14\",52.0520439147949,0.907745598584996,92735,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"569cea47\",\"UK_ENG\",\"E09000002\",3,\"England\",\"Barking and Dagenham\",,\"GBR.1.36.1_1\",\"ChIJkcYYXrKl2EcR0Ge-JsaFEQQ\",\"GB.GL.BA\",,\"E09000002\",\"UKI52\",51.5531158447266,0.159963309858282,214107,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"219bdad1\",\"UK_ENG\",\"E09000003\",3,\"England\",\"Barnet\",,\"GBR.1.36.2_1\",\"ChIJT29HcDkXdkgR4Gfsoi2uDgQ\",\"GB.GL.BQ\",,\"E09000003\",\"UKI71\",51.6075267791748,-0.215022932067078,399007,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"ee9d14ab\",\"UK_ENG\",\"E08000016\",3,\"England\",\"Barnsley\",,\"GBR.1.1.1_1\",\"ChIJ6eBAp5B8eUgRcOJs7Z75DAQ\",\"GB.BX.BX\",,\"E08000016\",\"UKE31\",53.5148582458497,-1.56064009499443,248071,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"44ff0717\",\"UK_ENG\",\"E07000027\",3,\"England\",\"Barrow-in-Furness\",,\"GBR.1.22.2_1\",\"ChIJ5aGbLDOvfEgR4LZs7Z75DAQ\",\"GB.CU.BF\",,\"E07000027\",\"UKD11\",54.1568050384522,-3.20768350623037,66726,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"5794f285\",\"UK_ENG\",\"E07000066\",3,\"England\",\"Basildon\",,\"GBR.1.33.1_1\",\"ChIJzcNwzKnG2EcR4Gjsoi2uDgQ\",\"GB.EX.BA\",,\"E07000066\",\"UKH37\",51.5982246398926,0.468754450533676,187558,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"2719be27\",\"UK_ENG\",\"E07000084\",3,\"England\",\"Basingstoke and Deane\",,\"GBR.1.38.1_1\",\"ChIJkRVzkKwedEgRwEvtoi2uDgQ\",\"GB.HA.BD\",,\"E07000084\",\"UKJ37\",51.2615699768066,-1.22542735523438,177760,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d1293c50\",\"UK_ENG\",\"E07000171\",3,\"England\",\"Bassetlaw\",,\"GBR.1.67.2_1\",\"ChIJa29y-luoeUgRYOfCu6gcDgQ\",\"GB.NT.BA\",,\"E07000171\",\"UKF15\",53.3579139709474,-0.971249247163198,118280,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"92e2f82c\",\"UK_ENG\",\"E06000022\",3,\"England\",\"Bath and North East Somerset\",,\"GBR.1.2.1_1\",\"ChIJNczQRnmIcUgREKCZ1COLDQM\",\"GB.BN.BN\",,\"E06000022\",\"UKK12\",51.3533115386963,-2.48242602670467,196357,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"43c7fb48\",\"UK_ENG\",\"E06000055\",3,\"England\",\"Bedford\",,\"GBR.1.3.1_1\",\"ChIJpQ1uuWG3d0gREKjDu6gcDgM\",\"GB.FO.FO\",,\"E06000055\",\"UKH24\",52.1994991302491,-0.49427638531909,174687,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"bfff4f72\",\"UK_ENG\",\"E09000004\",3,\"England\",\"Bexley\",,\"GBR.1.36.3_1\",\"ChIJIfhvfFqu2EcR8Ge-JsaFEQQ\",\"GB.GL.XB\",,\"E09000004\",\"UKI51\",51.4545841217042,0.148444350757695,249301,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"5cb916d2\",\"UK_ENG\",\"E08000025\",3,\"England\",\"Birmingham\",\"Birmingham, England\",\"GBR.1.4.1_1\",\"ChIJdxO4HGC7cEgR0IiX1COLDQQ\",\"GB.BI.BI\",,\"E08000025\",\"UKG31\",52.4914379119874,-1.84435391589167,1140525,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a2854027\",\"UK_ENG\",\"E07000129\",3,\"England\",\"Blaby\",,\"GBR.1.51.1_1\",\"ChIJIQI7h5pdd0gRQOTCu6gcDgQ\",\"GB.LE.BL\",,\"E07000129\",\"UKF22\",52.5818214416505,-1.21963117235471,101950,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"400173b0\",\"UK_ENG\",\"E06000008\",3,\"England\",\"Blackburn with Darwen\",,\"GBR.1.5.1_1\",\"ChIJrb426zyge0gRgKBv7Z75DAM\",\"GB.BW.BW\",,\"E06000008\",\"UKD41\",53.6986484527589,-2.46708890128011,150030,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"37064326\",\"UK_ENG\",\"E06000009\",3,\"England\",\"Blackpool\",,\"GBR.1.6.1_1\",\"ChIJcyRdsZxDe0gRcKBv7Z75DAM\",\"GB.BP.BP\",,\"E06000009\",\"UKD42\",53.8282566070557,-3.02776873665933,138381,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"5a89f24f\",\"UK_ENG\",\"E07000033\",3,\"England\",\"Bolsover\",,\"GBR.1.25.2_1\",\"ChIJwUhNunGXeUgRIOXCu6gcDgQ\",\"GB.DB.BO\",,\"E07000033\",\"UKF12\",53.1883296966553,-1.288858194768,81305,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"69e2b049\",\"UK_ENG\",\"E08000001\",3,\"England\",\"Bolton\",,\"GBR.1.7.1_1\",\"ChIJZdGoSH6ne0gRADRt7Z75DAQ\",\"GB.BT.BT\",,\"E08000001\",\"UKD36\",53.5757808685304,-2.4731021465721,288248,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"2b216cf7\",\"UK_ENG\",\"E07000136\",3,\"England\",\"Boston\",,\"GBR.1.52.1_1\",\"ChIJCZ3cZAkKeEgRYOLBu6gcDgQ\",\"GB.LI.BO\",,\"E07000136\",\"UKF30\",52.9734725952149,-0.0475881206995256,70837,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"3d7687f5\",\"UK_ENG\",\"E06000058\",3,\"England\",\"Bournemouth, Christchurch and Poole\",,\"GBR.1.8.1_1\",\"ChIJ9_FAV3-hc0gRC-v3ThgZk2Q\",\"GB.BM.BM\",,\"E06000058\",\"UKK24\",50.7580547332765,-1.88812764463005,396989,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"8c940d74\",\"UK_ENG\",\"E06000036\",3,\"England\",\"Bracknell Forest\",,\"GBR.1.9.1_1\",\"ChIJzX-3DTl-dkgRMEztoi2uDgQ\",\"GB.BC.BC\",,\"E06000036\",\"UKJ11\",51.4001331329346,-0.743518040856192,124165,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"dbc6b230\",\"UK_ENG\",\"E08000032\",3,\"England\",\"Bradford\",\"Bradford, England\",\"GBR.1.10.1_1\",\"ChIJ1zMpIZrle0gRIOJoWLxiEAQ\",\"GB.BV.BV\",,\"E08000032\",\"UKE41\",53.8412742614746,-1.86203201176308,542128,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"2093c213\",\"UK_ENG\",\"E07000067\",3,\"England\",\"Braintree\",,\"GBR.1.33.2_1\",\"ChIJPzciCQz62EcRAOTBu6gcDgQ\",\"GB.EX.BT\",,\"E07000067\",\"UKH34\",51.9278240203858,0.569021564304533,153091,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"140a0ebf\",\"UK_ENG\",\"E07000143\",3,\"England\",\"Breckland\",,\"GBR.1.59.1_1\",\"ChIJBdY1pxPT2UcR0OLBu6gcDgQ\",\"GB.NF.BE\",,\"E07000143\",\"UKH17\",52.5772953033448,0.743504423297709,141255,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c8f87fe4\",\"UK_ENG\",\"E09000005\",3,\"England\",\"Brent\",,\"GBR.1.36.4_1\",\"ChIJq7AET3IRdkgRoH-R0ciFEQo\",\"GB.GL.BE\",,\"E09000005\",\"UKI72\",51.5629024505616,-0.295854925487576,327753,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b02cdf82\",\"UK_ENG\",\"E07000068\",3,\"England\",\"Brentwood\",,\"GBR.1.33.3_1\",\"ChIJ1wJ0Z32-2EcR4OHroi2uDgQ\",\"GB.EX.BW\",,\"E07000068\",\"UKH36\",51.6414127349853,0.296232668381863,77242,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b3bf6f3c\",\"UK_ENG\",\"E06000043\",3,\"England\",\"Brighton and Hove\",,\"GBR.1.11.1_1\",\"ChIJfRLCXYeFdUgRsJ7toi2uDgM\",\"GB.BH.BH\",,\"E06000043\",\"UKJ21\",50.841236114502,-0.143845247551305,291738,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"e5e5c8ba\",\"UK_ENG\",\"E06000023\",3,\"England\",\"Bristol, City of\",\"Bristol, England\",\"GBR.1.12.1_1\",\"ChIJXWE9EuyNcUgRYKOZ1COLDQQ\",\"GB.BS.BS\",,\"E06000023\",\"UKK11\",51.4709129333497,-2.57038035898417,465866,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"8a6e9b1c\",\"UK_ENG\",\"E07000144\",3,\"England\",\"Broadland\",,\"GBR.1.59.2_1\",\"ChIJp-3VIH_i2UcR4OLBu6gcDgQ\",\"GB.NF.BO\",,\"E07000144\",\"UKH15\",52.672613143921,1.28149553807091,131931,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"51f12e5e\",\"UK_ENG\",\"E09000006\",3,\"England\",\"Bromley\",,\"GBR.1.36.5_1\",\"ChIJUYUsD96q2EcRcGnsoi2uDgQ\",\"GB.GL.BZ\",,\"E09000006\",\"UKI61\",51.3605842590332,0.0728869237449423,332752,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c769b382\",\"UK_ENG\",\"E07000234\",3,\"England\",\"Bromsgrove\",,\"GBR.1.117.1_1\",\"ChIJXRGEQjyVcEgRYIqX1COLDQQ\",\"GB.WC.BR\",,\"E07000234\",\"UKG12\",52.355827331543,-2.01937062328888,100569,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"4905bff0\",\"UK_ENG\",\"E07000095\",3,\"England\",\"Broxbourne\",,\"GBR.1.41.1_1\",\"ChIJNyc8hwEhdkgRAGnsoi2uDgQ\",\"GB.HT.BR\",,\"E07000095\",\"UKH23\",51.72709274292,-0.0611017585921163,97592,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"48206dea\",\"UK_ENG\",\"E07000172\",3,\"England\",\"Broxtowe\",,\"GBR.1.67.3_1\",\"ChIJLy42lcnreUgRwOTCu6gcDgQ\",\"GB.NT.BR\",,\"E07000172\",\"UKF16\",52.9813804626465,-1.27603755762967,114627,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"6e103ee3\",\"UK_ENG\",\"E07000117\",3,\"England\",\"Burnley\",,\"GBR.1.48.1_1\",\"ChIJv1qBROSWe0gRAOJs7Z75DAQ\",\"GB.LA.BU\",,\"E07000117\",\"UKD46\",53.7817821502686,-2.23867186850788,89344,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"f0ebe1f3\",\"UK_ENG\",\"E08000002\",3,\"England\",\"Bury\",,\"GBR.1.14.1_1\",\"ChIJuZg1jOOke0gRkDNt7Z75DAQ\",\"GB.BR.BR\",,\"E08000002\",\"UKD37\",53.5883789062501,-2.32888800278746,190708,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"acc182a6\",\"UK_ENG\",\"E08000033\",3,\"England\",\"Calderdale\",,\"GBR.1.15.1_1\",\"ChIJ3V8S0AnCe0gRMOJoWLxiEAQ\",\"GB.CX.CX\",,\"E08000033\",\"UKE44\",53.7184829711914,-1.95148138090238,211439,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"e6767804\",\"UK_ENG\",\"E07000008\",3,\"England\",\"Cambridge\",,\"GBR.1.16.1_1\",\"ChIJs4un4Ztw2EcRMOPBu6gcDgQ\",\"GB.CM.CA\",,\"E07000008\",\"UKH12\",52.1869888305665,0.202239147126637,125063,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"26f61ec8\",\"UK_ENG\",\"E09000007\",3,\"England\",\"Camden\",,\"GBR.1.36.6_1\",\"ChIJPZprGOwadkgR4Ga-JsaFEQQ\",\"GB.GL.CN\",,\"E09000007\",\"UKI31\",51.5369892120361,-0.148188020558919,279516,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d6a34064\",\"UK_ENG\",\"E07000192\",3,\"England\",\"Cannock Chase\",,\"GBR.1.92.1_1\",\"ChIJSVRZZbgKekgRQDZt7Z75DAQ\",\"GB.ST.CC\",,\"E07000192\",\"UKG24\",52.7081546783449,-1.99217048866907,101484,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"000c3f34\",\"UK_ENG\",\"E07000106\",3,\"England\",\"Canterbury\",,\"GBR.1.44.2_1\",\"ChIJuWrfDkjK3kcRgEztoi2uDgQ\",\"GB.KE.CA\",,\"E07000106\",\"UKJ44\",51.2762680053711,1.09348811582097,166762,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d4401a86\",\"UK_ENG\",\"E07000028\",3,\"England\",\"Carlisle\",,\"GBR.1.22.3_1\",\"ChIJa7-8TS8OfUgR8LY-cTfRDwQ\",\"GB.CU.CA\",,\"E07000028\",\"UKD12\",55.0142993927003,-2.79319184335984,108524,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c72bef14\",\"UK_ENG\",\"E07000069\",3,\"England\",\"Castle Point\",,\"GBR.1.33.4_1\",\"ChIJye24RPfa2EcRoOHBu6gcDgQ\",\"GB.EX.CP\",,\"E07000069\",\"UKH37\",51.5559234619142,0.569228002192031,90524,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"daceaaf2\",\"UK_ENG\",\"E06000056\",3,\"England\",\"Central Bedfordshire\",,\"GBR.1.17.1_1\",\"ChIJtzQxDOdKdkgRMKjDu6gcDgM\",\"GB.CB.CB\",,\"E06000056\",\"UKH25\",52.0048141479493,-0.445365108401867,294096,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c242c9c2\",\"UK_ENG\",\"E07000130\",3,\"England\",\"Charnwood\",,\"GBR.1.51.2_1\",\"ChIJK3eqparfeUgRUOTCu6gcDgQ\",\"GB.LE.CH\",,\"E07000130\",\"UKF22\",52.737554550171,-1.14971969627989,188416,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a7ec66f1\",\"UK_ENG\",\"E07000070\",3,\"England\",\"Chelmsford\",,\"GBR.1.33.5_1\",\"ChIJ6UT-UW7p2EcR8OHBu6gcDgQ\",\"GB.EX.CH\",,\"E07000070\",\"UKH36\",51.7442588806153,0.471680899265173,179549,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a937eec3\",\"UK_ENG\",\"E07000078\",3,\"England\",\"Cheltenham\",,\"GBR.1.35.1_1\",\"ChIJgc80HpgbcUgRoImX1COLDQQ\",\"GB.GC.CH\",,\"E07000078\",\"UKK13\",51.8972339630127,-2.08782757477755,116043,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"384a9965\",\"UK_ENG\",\"E07000177\",3,\"England\",\"Cherwell\",,\"GBR.1.69.1_1\",\"ChIJq11ooOHYdkgREIqX1COLDQQ\",\"GB.OX.CH\",,\"E07000177\",\"UKJ14\",51.9740467071533,-1.22329250998114,151846,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"536a8622\",\"UK_ENG\",\"E06000049\",3,\"England\",\"Cheshire East\",,\"GBR.1.18.1_1\",\"ChIJaxGOo5ZZekgR0KdrWLxiEAM\",\"GB.CQ.CQ\",,\"E06000049\",\"UKD62\",53.1717433929444,-2.27741365438077,386667,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"33ad0fc7\",\"UK_ENG\",\"E06000050\",3,\"England\",\"Cheshire West and Chester\",,\"GBR.1.19.1_1\",\"ChIJjZkTmD_vekgRsKdrWLxiEAM\",\"GB.CZ.CZ\",,\"E06000050\",\"UKD63\",53.1819400787354,-2.73083839303355,343823,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c4ed67ec\",\"UK_ENG\",\"E07000034\",3,\"England\",\"Chesterfield\",,\"GBR.1.25.3_1\",\"ChIJMU4y1SGbeUgRMOXCu6gcDgQ\",\"GB.DB.CH\",,\"E07000034\",\"UKF12\",53.26517868042,-1.42118165436897,104930,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a975b255\",\"UK_ENG\",\"E07000225\",3,\"England\",\"Chichester\",,\"GBR.1.110.3_1\",\"ChIJrauF82qzdUgRsE3toi2uDgQ\",\"GB.WS.CH\",,\"E07000225\",\"UKJ27\",50.9091415405274,-0.74143888969759,121508,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"98c704b9\",\"UK_ENG\",\"E07000005\",3,\"England\",\"Chiltern\",,\"GBR.1.13.2_1\",\"ChIJs7sDtWNndkgRsGnsoi2uDgQ\",\"GB.BU.CH\",,\"E07000005\",\"UKJ13\",51.6865005493164,-0.659813280528016,96219,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"feaf2372\",\"UK_ENG\",\"E07000118\",3,\"England\",\"Chorley\",,\"GBR.1.48.2_1\",\"ChIJB1ZNog8Ne0gR0DRpWLxiEAQ\",\"GB.LA.CH\",,\"E07000118\",\"UKD47\",53.6646976470948,-2.67127192326041,118870,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d0eb5667\",\"UK_ENG\",\"E07000071\",3,\"England\",\"Colchester\",,\"GBR.1.33.6_1\",\"ChIJYbOxH2AD2UcRAOLBu6gcDgQ\",\"GB.EX.CO\",,\"E07000071\",\"UKH34\",51.8733673095704,0.83934680412974,197200,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a3472a10\",\"UK_ENG\",\"E07000029\",3,\"England\",\"Copeland\",,\"GBR.1.22.4_1\",\"ChIJ-3-AUX_KfEgRALds7Z75DAQ\",\"GB.CU.CO\",,\"E07000029\",\"UKD11\",54.364444732666,-3.24675700828685,68041,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"94186e44\",\"UK_ENG\",\"E07000150\",3,\"England\",\"Corby\",,\"GBR.1.64.1_1\",\"ChIJL2biQpacd0gRkOXCu6gcDgQ\",\"GB.NA.CO\",,\"E07000150\",\"UKF25\",52.5009994506836,-0.700522419394166,73053,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"dda36eeb\",\"UK_ENG\",\"E06000052\",3,\"England\",\"Cornwall and Isles of Scilly\",,\"GBR.1.20.1_1\",\"ChIJyQ4nv_C3akgRcUVL2YU8Qm4\",\"GB.CO.CO\",,\"E06000052\",\"UKK30\",50.4391651153565,-4.62527751922599,575525,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"de30de55\",\"UK_ENG\",\"E07000079\",3,\"England\",\"Cotswold\",,\"GBR.1.35.2_1\",\"ChIJFx3_wSQYcUgRsImX1COLDQQ\",\"GB.GC.CO\",,\"E07000079\",\"UKK13\",51.8469944000244,-1.89549730657563,90264,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b4d2ab25\",\"UK_ENG\",\"E06000047\",3,\"England\",\"County Durham\",,\"GBR.1.30.1_1\",\"ChIJreC1xuErfEgRwLZs7Z75DAM\",\"GB.DH.DH\",,\"E06000047\",\"UKC14\",54.6740245819093,-1.84229767696049,533149,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c5b04768\",\"UK_ENG\",\"E08000026\",3,\"England\",\"Coventry\",,\"GBR.1.21.1_1\",\"ChIJc1uq9aFLd0gRIImX1COLDQQ\",\"GB.CT.CT\",,\"E08000026\",\"UKG33\",52.4251327514649,-1.5244217275759,379387,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"263c6c3d\",\"UK_ENG\",\"E07000163\",3,\"England\",\"Craven\",,\"GBR.1.63.1_1\",\"ChIJQ5VMGRCKe0gR4OJs7Z75DAQ\",\"GB.NY.CR\",,\"E07000163\",\"UKE22\",54.0612087249756,-2.1626748153712,57338,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"307ce3ef\",\"UK_ENG\",\"E07000226\",3,\"England\",\"Crawley\",,\"GBR.1.110.4_1\",\"ChIJNRVmdiXudUgRsEvtoi2uDgQ\",\"GB.WS.CR\",,\"E07000226\",\"UKJ28\",51.1228179931641,-0.184284310634073,112474,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b6490359\",\"UK_ENG\",\"E09000008\",3,\"England\",\"Croydon\",,\"GBR.1.36.7_1\",\"ChIJW_bCdKUAdkgREGjsoi2uDgQ\",\"GB.GL.CY\",,\"E09000008\",\"UKI62\",51.3534336090088,-0.0578078002090184,388563,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d00cee4a\",\"UK_ENG\",\"E07000096\",3,\"England\",\"Dacorum\",,\"GBR.1.41.2_1\",\"ChIJx4Xsl1VbdkgRAGrsoi2uDgQ\",\"GB.HT.DA\",,\"E07000096\",\"UKH23\",51.7640247344971,-0.550809058794354,155457,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"3eb00f0d\",\"UK_ENG\",\"E06000005\",3,\"England\",\"Darlington\",,\"GBR.1.23.1_1\",\"ChIJ52hV6ribfkgRkKBv7Z75DAM\",\"GB.DA.DA\",,\"E06000005\",\"UKC13\",54.5429935455322,-1.58181145233776,107402,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"770b0fa2\",\"UK_ENG\",\"E07000107\",3,\"England\",\"Dartford\",,\"GBR.1.44.3_1\",\"ChIJu76lN2Ox2EcRUGrsoi2uDgQ\",\"GB.KE.DA\",,\"E07000107\",\"UKJ43\",51.4287242889405,0.255400570167065,114051,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"e31f5ed2\",\"UK_ENG\",\"E07000151\",3,\"England\",\"Daventry\",,\"GBR.1.64.2_1\",\"ChIJEeZnlagTd0gRoOXCu6gcDgQ\",\"GB.NA.DA\",,\"E07000151\",\"UKF24\",52.3154106140137,-1.02556765742993,86951,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"27ab3e4c\",\"UK_ENG\",\"E06000015\",3,\"England\",\"Derby\",,\"GBR.1.24.1_1\",\"ChIJQzd25xvxeUgR0J_Du6gcDgM\",\"GB.DE.DE\",,\"E06000015\",\"UKF11\",52.9185543060303,-1.47666683275068,256814,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b3ea577a\",\"UK_ENG\",\"E07000035\",3,\"England\",\"Derbyshire Dales\",,\"GBR.1.25.4_1\",\"ChIJIbg1_q8mekgRQOXCu6gcDgQ\",\"GB.DB.DD\",,\"E07000035\",\"UKF13\",53.1042003631592,-1.68530668711783,72422,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"999a243d\",\"UK_ENG\",\"E08000017\",3,\"England\",\"Doncaster\",,\"GBR.1.27.1_1\",\"ChIJ1Ta-r20OeUgRgOI-cTfRDwQ\",\"GB.DC.DC\",,\"E08000017\",\"UKE31\",53.5279235839844,-1.12620296408268,312785,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"4a71b763\",\"UK_ENG\",\"E06000059\",3,\"England\",\"Dorset\",,\"GBR.1.28_1\",\"ChIJd_Gr7aqAbUgRX23auoH0oTM\",\"GB.DS\",,\"E06000059\",\"UKK25\",50.79870796,-2.44102534791705,379791,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"e7b41233\",\"UK_ENG\",\"E07000108\",3,\"England\",\"Dover\",,\"GBR.1.44.4_1\",\"ChIJMbMKSaux3kcRkEztoi2uDgQ\",\"GB.KE.DO\",,\"E07000108\",\"UKJ44\",51.2094688415527,1.29943884181278,118514,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b2b777fe\",\"UK_ENG\",\"E08000027\",3,\"England\",\"Dudley\",,\"GBR.1.29.1_1\",\"ChIJV3gbqbiQcEgR4IiX1COLDQQ\",\"GB.DY.DY\",,\"E08000027\",\"UKG36\",52.4905529022217,-2.13533151773516,322363,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c14e33cf\",\"UK_ENG\",\"E09000009\",3,\"England\",\"Ealing\",,\"GBR.1.36.8_1\",\"ChIJD2fuc4gSdkgRIGjsoi2uDgQ\",\"GB.GL.EG\",,\"E09000009\",\"UKI73\",51.5225620269776,-0.335317973944987,340341,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"91714892\",\"UK_ENG\",\"E07000009\",3,\"England\",\"East Cambridgeshire\",,\"GBR.1.16.2_1\",\"ChIJR-OwyJZs2EcRQOPBu6gcDgQ\",\"GB.CM.EC\",,\"E07000009\",\"UKH12\",52.320333480835,0.337942311467881,90172,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"8cc13532\",\"UK_ENG\",\"E07000040\",3,\"England\",\"East Devon\",,\"GBR.1.26.1_1\",\"ChIJuYdJoB-bbUgRwHLsoi2uDgQ\",\"GB.DO.ED\",,\"E07000040\",\"UKK43\",50.7604923248291,-3.25318003525096,148080,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"501e8eb1\",\"UK_ENG\",\"E07000085\",3,\"England\",\"East Hampshire\",,\"GBR.1.38.2_1\",\"ChIJ0fKHVy84dEgRME7toi2uDgQ\",\"GB.HA.EH\",,\"E07000085\",\"UKJ36\",51.0503787994385,-0.972353098733778,123838,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"614b8070\",\"UK_ENG\",\"E07000242\",3,\"England\",\"East Hertfordshire\",,\"GBR.1.41.3_1\",\"ChIJXyBuKqSC2EcRcObCu6gcDgQ\",\"GB.HT.EH\",,\"E07000242\",\"UKH23\",51.8605880737306,0.00540401300892425,151786,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"5c265c61\",\"UK_ENG\",\"E07000137\",3,\"England\",\"East Lindsey\",,\"GBR.1.52.2_1\",\"ChIJ75VA3TbW10cRcOLBu6gcDgQ\",\"GB.LI.EL\",,\"E07000137\",\"UKF30\",53.2602787017822,0.0154283037275157,142030,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"7a160f68\",\"UK_ENG\",\"E07000152\",3,\"England\",\"East Northamptonshire\",,\"GBR.1.64.3_1\",\"ChIJJcl6pUuRd0gRUOfCu6gcDgQ\",\"GB.NA.EN\",,\"E07000152\",\"UKF25\",52.445764541626,-0.508609083197122,95103,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"20c6fa55\",\"UK_ENG\",\"E06000011\",3,\"England\",\"East Riding of Yorkshire\",,\"GBR.1.31.1_1\",\"ChIJWTdj-_Qf1kcRnEEJetNXhnE\",\"GB.EY.EY\",,\"E06000011\",\"UKE12\",53.8645839691163,-0.531242071259999,343201,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a1a470f2\",\"UK_ENG\",\"E07000193\",3,\"England\",\"East Staffordshire\",,\"GBR.1.92.2_1\",\"ChIJSRdpaHEQekgRUDZt7Z75DAQ\",\"GB.ST.ES\",,\"E07000193\",\"UKG24\",52.8950386047364,-1.9281836555618,120923,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"88282545\",\"UK_ENG\",\"E07000244\",3,\"England\",\"East Suffolk\",,\"GBR.1.96.6_1\",\"ChIJ3cTJD6iF2UcR4OPBu6gcDgQ\",\"GB.SF.SC\",,\"E07000244\",\"UKH14\",52.1377792358399,1.39279959771687,250373,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c9f06726\",\"UK_ENG\",\"E07000061\",3,\"England\",\"Eastbourne\",,\"GBR.1.32.1_1\",\"ChIJVwujCFhx30cR8Eztoi2uDgQ\",\"GB.ES.EA\",,\"E07000061\",\"UKJ22\",50.7711124420167,0.253927891047453,103324,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c917df0b\",\"UK_ENG\",\"E07000086\",3,\"England\",\"Eastleigh\",,\"GBR.1.38.3_1\",\"ChIJWcDYPyBydEgRQE7toi2uDgQ\",\"GB.HA.EA\",,\"E07000086\",\"UKJ35\",50.9299850463868,-1.31257717654465,135520,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c380a3f5\",\"UK_ENG\",\"E07000030\",3,\"England\",\"Eden\",,\"GBR.1.22.5_1\",\"ChIJ_eRbnkn4fEgRELds7Z75DAQ\",\"GB.CU.ED\",,\"E07000030\",\"UKD12\",54.6618041992188,-2.64660344631344,53754,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"754db1fb\",\"UK_ENG\",\"E07000207\",3,\"England\",\"Elmbridge\",,\"GBR.1.98.1_1\",\"ChIJmzDSaFx1dkgRIGnsoi2uDgQ\",\"GB.SR.EL\",,\"E07000207\",\"UKJ25\",51.3494014739991,-0.401258984234699,137215,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a189ba2a\",\"UK_ENG\",\"E09000010\",3,\"England\",\"Enfield\",,\"GBR.1.36.9_1\",\"ChIJ7Y9uo9MYdkgRgGnsoi2uDgQ\",\"GB.GL.EF\",,\"E09000010\",\"UKI54\",51.641513824463,-0.0807868619679803,333587,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"49e207dd\",\"UK_ENG\",\"E07000072\",3,\"England\",\"Epping Forest\",,\"GBR.1.33.7_1\",\"ChIJ3VEoRkaY2EcREOK9JsaFEQQ\",\"GB.EX.EF\",,\"E07000072\",\"UKH35\",51.7108135223389,0.158578540213477,132175,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"e5f2ac6a\",\"UK_ENG\",\"E07000208\",3,\"England\",\"Epsom and Ewell\",,\"GBR.1.98.2_1\",\"ChIJCcdQ8g3idUgRMGnsoi2uDgQ\",\"GB.SR.EE\",,\"E07000208\",\"UKJ26\",51.334981918335,-0.262847763439038,81003,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"2ae306c0\",\"UK_ENG\",\"E07000036\",3,\"England\",\"Erewash\",,\"GBR.1.25.5_1\",\"ChIJe6yTQmTueUgRUOXCu6gcDgQ\",\"GB.DB.ER\",,\"E07000036\",\"UKF13\",52.9588966369629,-1.38947889382461,115332,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"fbc605a4\",\"UK_ENG\",\"E07000041\",3,\"England\",\"Exeter\",,\"GBR.1.26.2_1\",\"ChIJ_ehP1ASkbUgR0HLsoi2uDgQ\",\"GB.DO.EX\",,\"E07000041\",\"UKK43\",50.7193813323975,-3.5128526364783,133333,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"be10ef9d\",\"UK_ENG\",\"E07000087\",3,\"England\",\"Fareham\",,\"GBR.1.38.4_1\",\"ChIJtXl8HExvdEgR4E3toi2uDgQ\",\"GB.HA.FA\",,\"E07000087\",\"UKJ35\",50.8491668701173,-1.21704446704881,116338,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"f1b6c177\",\"UK_ENG\",\"E07000010\",3,\"England\",\"Fenland\",,\"GBR.1.16.3_1\",\"ChIJ5diBRpcH2EcRUOPBu6gcDgQ\",\"GB.CM.FE\",,\"E07000010\",\"UKH12\",52.5511665344239,0.00258389975644649,102080,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"1e7aca6c\",\"UK_ENG\",\"E07000112\",3,\"England\",\"Folkestone and Hythe\",,\"GBR.1.44.8_1\",\"ChIJT9MTHbfD3kcRoEztoi2uDgQ\",\"GB.KE.SH\",,\"E07000112\",\"UKJ44\",51.0522212982177,0.987679272946218,113320,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"20747a3e\",\"UK_ENG\",\"E07000080\",3,\"England\",\"Forest of Dean\",,\"GBR.1.35.3_1\",\"ChIJ2aI0QJ6lcUgRwIqX1COLDQQ\",\"GB.GC.FD\",,\"E07000080\",\"UKK13\",51.8172206878662,-2.54410092452363,87107,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"89a813e4\",\"UK_ENG\",\"E07000119\",3,\"England\",\"Fylde\",,\"GBR.1.48.3_1\",\"ChIJZ87bof5pe0gR4DRt7Z75DAQ\",\"GB.LA.FY\",,\"E07000119\",\"UKD45\",53.796314239502,-2.89604324449813,81211,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"abac46bf\",\"UK_ENG\",\"E08000037\",3,\"England\",\"Gateshead\",,\"GBR.1.34.1_1\",\"ChIJHXRd7jZ4fkgR8Lds7Z75DAQ\",\"GB.GH.GH\",,\"E08000037\",\"UKC22\",54.9264488220215,-1.67272860270279,201950,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"3f275d7c\",\"UK_ENG\",\"E07000173\",3,\"England\",\"Gedling\",,\"GBR.1.67.4_1\",\"ChIJJzAwvrvAeUgRmgMbLTIYG7g\",\"GB.NT.GE\",,\"E07000173\",\"UKF16\",53.0240306854249,-1.12274993050203,118239,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"57734aa8\",\"UK_ENG\",\"E07000081\",3,\"England\",\"Gloucester\",,\"GBR.1.35.4_1\",\"ChIJPSDtUQkGcUgRwImX1COLDQQ\",\"GB.GC.GL\",,\"E07000081\",\"UKK13\",51.8657836914063,-2.24280534934803,129709,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"2eaff20c\",\"UK_ENG\",\"E07000088\",3,\"England\",\"Gosport\",,\"GBR.1.38.5_1\",\"ChIJ5W3J-1JmdEgR8E3toi2uDgQ\",\"GB.HA.GO\",,\"E07000088\",\"UKJ35\",50.80597114563,-1.1630669010096,84679,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"90b322a5\",\"UK_ENG\",\"E07000109\",3,\"England\",\"Gravesham\",,\"GBR.1.44.5_1\",\"ChIJ3TNIF13K2EcREE_toi2uDgQ\",\"GB.KE.GR\",,\"E07000109\",\"UKJ43\",51.3870220184327,0.393204503406799,106890,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"fd69ab8a\",\"UK_ENG\",\"E07000145\",3,\"England\",\"Great Yarmouth\",,\"GBR.1.59.3_1\",\"ChIJhXCJzA4B2kcR8OLBu6gcDgQ\",\"GB.NF.GY\",,\"E07000145\",\"UKH15\",52.633056640625,1.65437203003093,99198,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d68e8abc\",\"UK_ENG\",\"E09000011\",3,\"England\",\"Greenwich\",,\"GBR.1.36.10_1\",\"ChIJJc-4yymo2EcRwqZo5HwjGEk\",\"GB.GL.GR\",,\"E09000011\",\"UKI51\",51.4672927856446,0.0458415065260204,289034,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"92f59cfc\",\"UK_ENG\",\"E07000209\",3,\"England\",\"Guildford\",,\"GBR.1.98.3_1\",\"ChIJEaciRq_QdUgRcGrsoi2uDgQ\",\"GB.SR.GU\",,\"E07000209\",\"UKJ25\",51.2517318725586,-0.562034418220305,150352,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"4f87db06\",\"UK_ENG\",\"E09000012\",3,\"England\",\"Hackney and City of London\",\"London, England\",\"GBR.1.36.23_1\",\"ChIJ4Y3fTlUDdkgR0Gbsoi2uDgQ\",\"GB.GL.LN\",,\"E09000012\",\"UKI31\",51.5114727020264,-0.0847241216354044,291879,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a7b95eb7\",\"UK_ENG\",\"E06000006\",3,\"England\",\"Halton\",,\"GBR.1.37.1_1\",\"ChIJ3wUNUpviekgRUKBv7Z75DAM\",\"GB.HL.HL\",,\"E06000006\",\"UKD71\",53.3562507629395,-2.72344150294153,129759,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b858f99e\",\"UK_ENG\",\"E07000164\",3,\"England\",\"Hambleton\",,\"GBR.1.63.2_1\",\"ChIJWZU53V-3fkgRfH779stbRnY\",\"GB.NY.HM\",,\"E07000164\",\"UKE22\",54.2559242248536,-1.43989748879826,91932,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"3880eb90\",\"UK_ENG\",\"E09000013\",3,\"England\",\"Hammersmith and Fulham\",,\"GBR.1.36.12_1\",\"ChIJwzfTXMEPdkgRAGfsoi2uDgQ\",\"GB.GL.HF\",,\"E09000013\",\"UKI33\",51.4923725128175,-0.220359130062902,183544,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b545f954\",\"UK_ENG\",\"E07000131\",3,\"England\",\"Harborough\",,\"GBR.1.51.3_1\",\"ChIJ7VRfc2hld0gRYOTCu6gcDgQ\",\"GB.LE.HA\",,\"E07000131\",\"UKF22\",52.5436038970948,-0.907520254243094,95537,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a6e47e33\",\"UK_ENG\",\"E09000014\",3,\"England\",\"Haringey\",,\"GBR.1.36.13_1\",\"ChIJZ1JpkPAbdkgREGfsoi2uDgQ\",\"GB.GL.HY\",,\"E09000014\",\"UKI43\",51.5839138031006,-0.0965224652372564,266357,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"3ee5374b\",\"UK_ENG\",\"E07000073\",3,\"England\",\"Harlow\",,\"GBR.1.33.8_1\",\"ChIJ86Wp6ViZ2EcRsOHBu6gcDgQ\",\"GB.EX.HA\",,\"E07000073\",\"UKH35\",51.7552013397218,0.0886198767202451,87280,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"cf5fc908\",\"UK_ENG\",\"E07000165\",3,\"England\",\"Harrogate\",,\"GBR.1.63.3_1\",\"ChIJDXSBD0urfkgRAONs7Z75DAQ\",\"GB.NY.HR\",,\"E07000165\",\"UKE22\",54.0934734344483,-1.61023762596536,161545,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d1e34ea5\",\"UK_ENG\",\"E09000015\",3,\"England\",\"Harrow\",,\"GBR.1.36.14_1\",\"ChIJsdjk2n0TdkgRQGjsoi2uDgQ\",\"GB.GL.HR\",,\"E09000015\",\"UKI74\",51.5966415405274,-0.374096358568261,252338,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"59a8c29a\",\"UK_ENG\",\"E07000089\",3,\"England\",\"Hart\",,\"GBR.1.38.6_1\",\"ChIJrSRrcCMpdEgR0Evtoi2uDgQ\",\"GB.HA.HR\",,\"E07000089\",\"UKJ37\",51.2666263580323,-0.920097532378733,97608,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"39ddcb14\",\"UK_ENG\",\"E06000001\",3,\"England\",\"Hartlepool\",,\"GBR.1.39.1_1\",\"ChIJD8OlTU_zfkgRoKBv7Z75DAM\",\"GB.HP.HP\",,\"E06000001\",\"UKC11\",54.6747226715089,-1.28040176833793,93836,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"50f9369c\",\"UK_ENG\",\"E07000062\",3,\"England\",\"Hastings\",,\"GBR.1.32.2_1\",\"ChIJA4Hsq-sa30cRAE3toi2uDgQ\",\"GB.ES.HA\",,\"E07000062\",\"UKJ22\",50.8742980957032,0.57178380988459,92554,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"396f4b7f\",\"UK_ENG\",\"E07000090\",3,\"England\",\"Havant\",,\"GBR.1.38.7_1\",\"ChIJly3pvzRbdEgRAE7toi2uDgQ\",\"GB.HA.HV\",,\"E07000090\",\"UKJ35\",50.8695659637452,-0.994146451089103,126339,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"48ea1f1f\",\"UK_ENG\",\"E09000016\",3,\"England\",\"Havering\",,\"GBR.1.36.15_1\",\"ChIJ1bfreqq72EcRUGjsoi2uDgQ\",\"GB.GL.HV\",,\"E09000016\",\"UKI52\",51.5563983917237,0.256412256784504,260651,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"2e1d7267\",\"UK_ENG\",\"E06000019\",3,\"England\",\"Herefordshire, County of\",,\"GBR.1.40.1_1\",\"ChIJp-c_qiXUb0gRFpdyo5QQfHY\",\"GB.HE.HE\",,\"E06000019\",\"UKG11\",52.1025638580323,-2.72895695072072,193615,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"37b4c34d\",\"UK_ENG\",\"E07000098\",3,\"England\",\"Hertsmere\",,\"GBR.1.41.4_1\",\"ChIJKxLc-AIWdkgREGrsoi2uDgQ\",\"GB.HT.HE\",,\"E07000098\",\"UKH23\",51.6779041290284,-0.272759186267516,105471,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"5de43656\",\"UK_ENG\",\"E07000037\",3,\"England\",\"High Peak\",,\"GBR.1.25.6_1\",\"ChIJZcTVz6gyekgRYOXCu6gcDgQ\",\"GB.DB.HP\",,\"E07000037\",\"UKF13\",53.3722763061524,-1.85150167968166,92633,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"3fed2f89\",\"UK_ENG\",\"E09000017\",3,\"England\",\"Hillingdon\",,\"GBR.1.36.16_1\",\"ChIJzWR_V5NtdkgRkf7edrEjoRI\",\"GB.GL.HD\",,\"E09000017\",\"UKI74\",51.525131225586,-0.455216402834372,309014,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"2c4ca8ee\",\"UK_ENG\",\"E07000132\",3,\"England\",\"Hinckley and Bosworth\",,\"GBR.1.51.4_1\",\"ChIJWSYpoapQd0gRcOTCu6gcDgQ\",\"GB.LE.HB\",,\"E07000132\",\"UKF22\",52.6112499237061,-1.41744211807813,113666,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"477bd379\",\"UK_ENG\",\"E07000227\",3,\"England\",\"Horsham\",,\"GBR.1.110.5_1\",\"ChIJDVDst_G_dUgRwE3toi2uDgQ\",\"GB.WS.HO\",,\"E07000227\",\"UKJ28\",51.011251449585,-0.363368239777216,145474,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"af523218\",\"UK_ENG\",\"E09000018\",3,\"England\",\"Hounslow\",,\"GBR.1.36.17_1\",\"ChIJNeMxAOgMdkgRWPTlACaTBHQ\",\"GB.GL.HU\",,\"E09000018\",\"UKI75\",51.4553108215333,-0.381827273789634,271767,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"86b1f1e1\",\"UK_ENG\",\"E07000011\",3,\"England\",\"Huntingdonshire\",,\"GBR.1.16.4_1\",\"ChIJRetcqCTod0gRYOPBu6gcDgQ\",\"GB.CM.HU\",,\"E07000011\",\"UKH12\",52.3711299896241,-0.215064969072129,178985,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"db59f883\",\"UK_ENG\",\"E07000120\",3,\"England\",\"Hyndburn\",,\"GBR.1.48.4_1\",\"ChIJGW_7lSuZe0gR8DRt7Z75DAQ\",\"GB.LA.HY\",,\"E07000120\",\"UKD46\",53.7627925872804,-2.3941923092889,81133,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"05274574\",\"UK_ENG\",\"E07000202\",3,\"England\",\"Ipswich\",,\"GBR.1.96.3_1\",\"ChIJMSIxzIGf2UcRkOPBu6gcDgQ\",\"GB.SF.IP\",,\"E07000202\",\"UKH14\",52.04714012146,1.15631056292959,135979,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c3d59bb3\",\"UK_ENG\",\"E06000046\",3,\"England\",\"Isle of Wight\",,\"GBR.1.42.1_1\",\"ChIJCY_IX6x4c0gRMh_bnC8V9F4\",\"GB.IW.IW\",,\"E06000046\",\"UKJ34\",50.6711101531984,-1.33250099420547,142296,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d855028e\",\"UK_ENG\",\"E09000019\",3,\"England\",\"Islington\",,\"GBR.1.36.18_1\",\"ChIJ5Tvr7V0bdkgRyWXsGMuF8FQ\",\"GB.GL.IT\",,\"E09000019\",\"UKI43\",51.5434474945069,-0.0932570050012093,248115,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"8aa4e9e9\",\"UK_ENG\",\"E09000020\",3,\"England\",\"Kensington and Chelsea\",,\"GBR.1.36.19_1\",\"ChIJQzlq8vcPdkgRMGfsoi2uDgQ\",\"GB.GL.KC\",,\"E09000020\",\"UKI33\",51.496738433838,-0.187168720471412,156864,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"0d113ffe\",\"UK_ENG\",\"E07000153\",3,\"England\",\"Kettering\",,\"GBR.1.64.4_1\",\"ChIJ0WE1jAyed0gRsOXCu6gcDgQ\",\"GB.NA.KE\",,\"E07000153\",\"UKF25\",52.4411373138428,-0.759276318760108,102211,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"6460fa30\",\"UK_ENG\",\"E07000146\",3,\"England\",\"King's Lynn and West Norfolk\",,\"GBR.1.16.5_1\",\"ChIJM29quByK10cRAOPBu6gcDgQ\",\"GB.NF.KL\",,\"E07000146\",\"UKH16\",52.7068023681641,0.428360897843407,151245,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"57c1cac3\",\"UK_ENG\",\"E06000010\",3,\"England\",\"Kingston upon Hull, City of\",,\"GBR.1.45.1_1\",\"ChIJR48330G-eEgR8KBv7Z75DAM\",\"GB.KH.KH\",,\"E06000010\",\"UKE11\",53.7631397247315,-0.323556956094188,259126,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"fda3d97f\",\"UK_ENG\",\"E09000021\",3,\"England\",\"Kingston upon Thames\",,\"GBR.1.36.20_1\",\"ChIJ0ycUEikKdkgR6r_eW1XvlAQ\",\"GB.GL.KT\",,\"E09000021\",\"UKI63\",51.3762378692627,-0.275887916438816,179142,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"32a51705\",\"UK_ENG\",\"E08000034\",3,\"England\",\"Kirklees\",,\"GBR.1.46.1_1\",\"ChIJreGSsnDce0gRQOJoWLxiEAQ\",\"GB.KK.KK\",,\"E08000034\",\"UKE44\",53.635425567627,-1.78488279978511,441290,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"70f98108\",\"UK_ENG\",\"E08000011\",3,\"England\",\"Knowsley\",,\"GBR.1.47.1_1\",\"ChIJlfP9L9wee0gRUDRt7Z75DAQ\",\"GB.KN.KN\",,\"E08000011\",\"UKD71\",53.4260940551758,-2.83275971996597,152452,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"64aa88c5\",\"UK_ENG\",\"E09000022\",3,\"England\",\"Lambeth\",,\"GBR.1.36.21_1\",\"ChIJt1zJSGgEdkgRsEAeRjCuDgo\",\"GB.GL.LT\",,\"E09000022\",\"UKI45\",51.4552898406982,-0.112670987287082,321813,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"ac5ec815\",\"UK_ENG\",\"E07000121\",3,\"England\",\"Lancaster\",,\"GBR.1.48.5_1\",\"ChIJ02uPtcGCfEgRADVpWLxiEAQ\",\"GB.LA.LN\",,\"E07000121\",\"UKD44\",54.081527709961,-2.65948761308162,148119,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"45a22793\",\"UK_ENG\",\"E08000035\",3,\"England\",\"Leeds\",\"Leeds, England\",\"GBR.1.49.1_1\",\"ChIJYXT0cPtbeUgRUOJs7Z75DAQ\",\"GB.LS.LS\",,\"E08000035\",\"UKE42\",53.8225631713868,-1.50367645821706,798786,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"bea26ff6\",\"UK_ENG\",\"E06000016\",3,\"England\",\"Leicester\",,\"GBR.1.50.1_1\",\"ChIJoezi2B5hd0gRsJ_Du6gcDgM\",\"GB.LC.LC\",,\"E06000016\",\"UKF21\",52.6355304718018,-1.14200974958619,354036,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"27fe060a\",\"UK_ENG\",\"E07000063\",3,\"England\",\"Lewes\",,\"GBR.1.32.3_1\",\"ChIJc6rOIoVi30cRIE2_JsaFEQQ\",\"GB.ES.LE\",,\"E07000063\",\"UKJ22\",50.876392364502,-0.0156513802888575,103525,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"13adb853\",\"UK_ENG\",\"E09000023\",3,\"England\",\"Lewisham\",,\"GBR.1.36.22_1\",\"ChIJmT6ce2sCdkgR4EAeRjCuDgo\",\"GB.GL.LW\",,\"E09000023\",\"UKI44\",51.4504375457764,-0.00798120356955729,305309,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"3fc0e551\",\"UK_ENG\",\"E07000194\",3,\"England\",\"Lichfield\",,\"GBR.1.92.3_1\",\"ChIJNZQoYPEHekgRYDZt7Z75DAQ\",\"GB.ST.LI\",,\"E07000194\",\"UKG24\",52.6932067871095,-1.80569890572421,105637,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"cc9941f0\",\"UK_ENG\",\"E07000138\",3,\"England\",\"Lincoln\",,\"GBR.1.52.3_1\",\"ChIJnwmVidNaeEgRUOLBu6gcDgQ\",\"GB.LI.LC\",,\"E07000138\",\"UKF30\",53.2243480682373,-0.56480824637284,100049,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"e9f0d0b2\",\"UK_ENG\",\"E08000012\",3,\"England\",\"Liverpool\",\"Liverpool, England\",\"GBR.1.82.1_1\",\"ChIJrQ6lI0oge0gR4DNt7Z75DAQ\",\"GB.LV.LV\",,\"E08000012\",\"UKD72\",53.4044170379639,-2.92728620427654,500474,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"8bf9c96d\",\"UK_ENG\",\"E06000032\",3,\"England\",\"Luton\",,\"GBR.1.53.1_1\",\"ChIJK97LqVVIdkgRAJ_Du6gcDgM\",\"GB.LU.LU\",,\"E06000032\",\"UKH21\",51.8977794647218,-0.432965806040209,213528,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"f074ab40\",\"UK_ENG\",\"E07000110\",3,\"England\",\"Maidstone\",,\"GBR.1.44.6_1\",\"ChIJz2gKJ0Eu30cRIE_toi2uDgQ\",\"GB.KE.MA\",,\"E07000110\",\"UKJ45\",51.2299671173096,0.574035702480268,173132,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a081a2e8\",\"UK_ENG\",\"E07000074\",3,\"England\",\"Maldon\",,\"GBR.1.33.9_1\",\"ChIJGag32jQe2UcRIOLBu6gcDgQ\",\"GB.EX.MA\",,\"E07000074\",\"UKH36\",51.7136096954346,0.868611007928934,65401,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b06e8314\",\"UK_ENG\",\"E07000235\",3,\"England\",\"Malvern Hills\",,\"GBR.1.117.2_1\",\"ChIJg9w6bSpYcEgR8IqX1COLDQQ\",\"GB.WC.MH\",,\"E07000235\",\"UKG12\",52.1590805053711,-2.31703912638685,79445,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"87ecd165\",\"UK_ENG\",\"E08000003\",3,\"England\",\"Manchester\",\"Manchester, England\",\"GBR.1.54.1_1\",\"ChIJoceAoT2ye0gREDRt7Z75DAQ\",\"GB.MN.MN\",,\"E08000003\",\"UKD33\",53.4575309753419,-2.22478829665884,555741,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a143c8df\",\"UK_ENG\",\"E07000174\",3,\"England\",\"Mansfield\",,\"GBR.1.67.5_1\",\"ChIJfQb4pQ69eUgR4OTCu6gcDgQ\",\"GB.NT.MA\",,\"E07000174\",\"UKF15\",53.1738300323487,-1.18581437541083,109351,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"159d5cce\",\"UK_ENG\",\"E06000035\",3,\"England\",\"Medway\",,\"GBR.1.55.1_1\",\"ChIJU_bgGgnS2EcRQJ_toi2uDgM\",\"GB.MW.MW\",,\"E06000035\",\"UKJ41\",51.4066677093506,0.512443991348067,279142,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"5b4b9878\",\"UK_ENG\",\"E07000133\",3,\"England\",\"Melton\",,\"GBR.1.51.5_1\",\"ChIJ-SOYrLzTeUgRMOfCu6gcDgQ\",\"GB.LE.ME\",,\"E07000133\",\"UKF22\",52.8021278381348,-0.868372665233701,51394,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"bfd285aa\",\"UK_ENG\",\"E07000187\",3,\"England\",\"Mendip\",,\"GBR.1.87.1_1\",\"ChIJ_bsxcF8kckgRYHPsoi2uDgQ\",\"GB.SM.ME\",,\"E07000187\",\"UKK23\",51.1948528289796,-2.52872132311591,116288,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"8dc92df0\",\"UK_ENG\",\"E09000024\",3,\"England\",\"Merton\",,\"GBR.1.36.24_1\",\"ChIJbRcY2h0GdkgRQonYqyp5Fx8\",\"GB.GL.ME\",,\"E09000024\",\"UKI63\",51.4084625244141,-0.183232556548488,206453,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"62cf541e\",\"UK_ENG\",\"E07000042\",3,\"England\",\"Mid Devon\",,\"GBR.1.26.3_1\",\"ChIJIRjQReS7bUgR4HLsoi2uDgQ\",\"GB.DO.MD\",,\"E07000042\",\"UKK43\",50.8786354064942,-3.58084054501293,83290,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"722075e2\",\"UK_ENG\",\"E07000203\",3,\"England\",\"Mid Suffolk\",,\"GBR.1.96.4_1\",\"ChIJ4fxAxFu82UcRwOPBu6gcDgQ\",\"GB.SF.MS\",,\"E07000203\",\"UKH14\",52.221477508545,1.03811820528157,104857,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d7c4cee8\",\"UK_ENG\",\"E07000228\",3,\"England\",\"Mid Sussex\",,\"GBR.1.110.6_1\",\"ChIJYfpuR66MdUgR0E3toi2uDgQ\",\"GB.WS.MS\",,\"E07000228\",\"UKJ28\",50.9993419647217,-0.131323620491636,152142,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a0d49aae\",\"UK_ENG\",\"E06000002\",3,\"England\",\"Middlesbrough\",,\"GBR.1.56.1_1\",\"ChIJ7WjKLlrsfkgRwKBv7Z75DAM\",\"GB.MB.MB\",,\"E06000002\",\"UKC12\",54.5424518585205,-1.25065697482059,141285,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c4b85faa\",\"UK_ENG\",\"E06000042\",3,\"England\",\"Milton Keynes\",,\"GBR.1.57.1_1\",\"ChIJPbtYnTiqd0gRgJ_Du6gcDgM\",\"GB.MK.MK\",,\"E06000042\",\"UKJ12\",52.0799102783203,-0.739740546260053,270203,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"f2321519\",\"UK_ENG\",\"E07000210\",3,\"England\",\"Mole Valley\",,\"GBR.1.98.4_1\",\"ChIJ8WjeRF_mdUgRgGrsoi2uDgQ\",\"GB.SR.MV\",,\"E07000210\",\"UKJ26\",51.2176494598389,-0.339110016179254,87547,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"4e687be9\",\"UK_ENG\",\"E07000091\",3,\"England\",\"New Forest\",,\"GBR.1.38.8_1\",\"ChIJ0a0L-QqPc0gRUE7toi2uDgQ\",\"GB.HA.NF\",,\"E07000091\",\"UKJ36\",50.8572216033936,-1.61032952063763,179649,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d644f849\",\"UK_ENG\",\"E07000175\",3,\"England\",\"Newark and Sherwood\",,\"GBR.1.67.6_1\",\"ChIJ9RuEer62eUgRcOfCu6gcDgQ\",\"GB.NT.NS\",,\"E07000175\",\"UKF15\",53.1052608489991,-0.949677747319425,123127,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"48c7d5c7\",\"UK_ENG\",\"E07000195\",3,\"England\",\"Newcastle-under-Lyme\",,\"GBR.1.92.4_1\",\"ChIJoTJcDTNnekgRcDZpWLxiEAQ\",\"GB.ST.NL\",,\"E07000195\",\"UKG24\",52.986083984375,-2.28967727474827,129610,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"5bd4d2cb\",\"UK_ENG\",\"E08000021\",3,\"England\",\"Newcastle upon Tyne\",\"Newcastle upon Tyne, England\",\"GBR.1.58.1_1\",\"ChIJs6q4o5V2fkgRALhs7Z75DAQ\",\"GB.NU.NU\",,\"E08000021\",\"UKC22\",55.013053894043,-1.6660740466581,306824,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"face1d66\",\"UK_ENG\",\"E09000025\",3,\"England\",\"Newham\",,\"GBR.1.36.25_1\",\"ChIJfRGCus6n2EcRYGfsoi2uDgQ\",\"GB.GL.NH\",,\"E09000025\",\"UKI41\",51.5288772583008,0.0362571897587391,355266,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"15c86488\",\"UK_ENG\",\"E07000043\",3,\"England\",\"North Devon\",,\"GBR.1.26.4_1\",\"ChIJo5GV_oA7bEgR8HLsoi2uDgQ\",\"GB.DO.ND\",,\"E07000043\",\"UKK43\",51.0629825592041,-3.9077318953203,98170,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"cd5b2bc7\",\"UK_ENG\",\"E07000038\",3,\"England\",\"North East Derbyshire\",,\"GBR.1.25.7_1\",\"ChIJp3fcikKFeUgRcOXCu6gcDgQ\",\"GB.DB.ND\",,\"E07000038\",\"UKF12\",53.21075630188,-1.45810161483455,102216,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b9cfabef\",\"UK_ENG\",\"E06000012\",3,\"England\",\"North East Lincolnshire\",,\"GBR.1.52.4_1\",\"ChIJJ28lguuEeEgR4KBv7Z75DAM\",\"GB.NE.NE\",,\"E06000012\",\"UKE13\",53.5479164123536,-0.11059807668916,159364,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"40b3f3db\",\"UK_ENG\",\"E07000099\",3,\"England\",\"North Hertfordshire\",,\"GBR.1.41.5_1\",\"ChIJW4KqFsAtdkgRkObCu6gcDgQ\",\"GB.HT.NH\",,\"E07000099\",\"UKH23\",51.9604167938233,-0.220212475206575,133463,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"bb9e7166\",\"UK_ENG\",\"E07000139\",3,\"England\",\"North Kesteven\",,\"GBR.1.52.5_1\",\"ChIJk15rzcNAeEgRgOLBu6gcDgQ\",\"GB.LI.NK\",,\"E07000139\",\"UKF30\",53.0664653778077,-0.471966877035247,118149,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"cec89b79\",\"UK_ENG\",\"E06000013\",3,\"England\",\"North Lincolnshire\",,\"GBR.1.60.1_1\",\"ChIJIUNmHbvveEgRgKJv7Z75DAM\",\"GB.NL.NL\",,\"E06000013\",\"UKE13\",53.5838565826417,-0.538224697250753,172748,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"1367caa6\",\"UK_ENG\",\"E07000147\",3,\"England\",\"North Norfolk\",,\"GBR.1.59.4_1\",\"ChIJIdKngYhn10cREOPBu6gcDgQ\",\"GB.NF.NN\",,\"E07000147\",\"UKH16\",52.8231945037842,1.13931536544508,105167,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"7b815d19\",\"UK_ENG\",\"E06000024\",3,\"England\",\"North Somerset\",,\"GBR.1.61.1_1\",\"ChIJddC0Ns3wcUgR4J-Z1COLDQM\",\"GB.NS.NS\",,\"E06000024\",\"UKK12\",51.3977775573731,-2.75449826938184,215574,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c2dd8371\",\"UK_ENG\",\"E08000022\",3,\"England\",\"North Tyneside\",,\"GBR.1.62.1_1\",\"ChIJPwryW_txfkgR0Lds7Z75DAQ\",\"GB.NI.NI\",,\"E08000022\",\"UKC22\",55.0252780914307,-1.50335474845935,208871,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"fce99d2b\",\"UK_ENG\",\"E07000218\",3,\"England\",\"North Warwickshire\",,\"GBR.1.108.1_1\",\"ChIJVQTK-QKtcEgRkOTCu6gcDgQ\",\"GB.WR.NW\",,\"E07000218\",\"UKG13\",52.568172454834,-1.64189168274244,65452,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c52f0ddb\",\"UK_ENG\",\"E07000134\",3,\"England\",\"North West Leicestershire\",,\"GBR.1.51.6_1\",\"ChIJ3S_nyZn8eUgRgOTCu6gcDgQ\",\"GB.LE.NL\",,\"E07000134\",\"UKF22\",52.7764701843262,-1.40985991659307,104809,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"9375aa5d\",\"UK_ENG\",\"E07000154\",3,\"England\",\"Northampton\",,\"GBR.1.64.5_1\",\"ChIJbwMro9YOd0gRwOXCu6gcDgQ\",\"GB.NA.NO\",,\"E07000154\",\"UKF24\",52.2393760681153,-0.891255911227725,224290,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"adc99a64\",\"UK_ENG\",\"E06000057\",3,\"England\",\"Northumberland\",,\"GBR.1.65.1_1\",\"ChIJzWRvDH6FfUgRmcRi5Pzuur8\",\"GB.NB.NB\",,\"E06000057\",\"UKC21\",55.2909717559815,-2.07150519842988,323820,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"83d8d737\",\"UK_ENG\",\"E07000148\",3,\"England\",\"Norwich\",,\"GBR.1.59.5_1\",\"ChIJ_dJhnG_h2UcRwOLBu6gcDgQ\",\"GB.NF.NO\",,\"E07000148\",\"UKH15\",52.6180419921875,1.28614701235133,142177,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"591a42f1\",\"UK_ENG\",\"E06000018\",3,\"England\",\"Nottingham\",\"Nottingham, England\",\"GBR.1.66.1_1\",\"ChIJ2d-4ZifCeUgRwJ_Du6gcDgM\",\"GB.NG.NG\",,\"E06000018\",\"UKF14\",52.9534282684327,-1.17502860029212,337098,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"8beeadbd\",\"UK_ENG\",\"E07000219\",3,\"England\",\"Nuneaton and Bedworth\",,\"GBR.1.108.2_1\",\"ChIJJUrkU3VOd0gRMOTCu6gcDgQ\",\"GB.WR.NB\",,\"E07000219\",\"UKG13\",52.5016403198243,-1.48235807341362,130373,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b2283d4d\",\"UK_ENG\",\"E07000135\",3,\"England\",\"Oadby and Wigston\",,\"GBR.1.51.7_1\",\"ChIJg5NsEplmd0gRIOTCu6gcDgQ\",\"GB.LE.OW\",,\"E07000135\",\"UKF22\",52.590524673462,-1.10682126910835,57313,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"198844c6\",\"UK_ENG\",\"E08000004\",3,\"England\",\"Oldham\",,\"GBR.1.68.1_1\",\"ChIJFXrfHPDHe0gRIDRpWLxiEAQ\",\"GB.OL.OL\",,\"E08000004\",\"UKD37\",53.5547389984132,-2.03590284107772,237628,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a8f584f4\",\"UK_ENG\",\"E07000178\",3,\"England\",\"Oxford\",,\"GBR.1.69.2_1\",\"ChIJqQsoql3BdkgRIIqX1COLDQQ\",\"GB.OX.OF\",,\"E07000178\",\"UKJ14\",51.7543907165528,-1.25666031348723,151584,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"355799af\",\"UK_ENG\",\"E07000122\",3,\"England\",\"Pendle\",,\"GBR.1.48.6_1\",\"ChIJH5d2OR2Se0gRwOJs7Z75DAQ\",\"GB.LA.PE\",,\"E07000122\",\"UKD46\",53.8703918457031,-2.19450860071821,92145,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"12f098d7\",\"UK_ENG\",\"E06000031\",3,\"England\",\"Peterborough\",,\"GBR.1.70.1_1\",\"ChIJL2LxlyTxd0gRcJ_Du6gcDgM\",\"GB.PB.PB\",,\"E06000031\",\"UKH11\",52.6091480255127,-0.263110252058296,202626,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"958f3c35\",\"UK_ENG\",\"E06000026\",3,\"England\",\"Plymouth\",,\"GBR.1.71.1_1\",\"ChIJ0bg6FOjsbEgRcJ6VP0H0EAM\",\"GB.PM.PM\",,\"E06000026\",\"UKK41\",50.3900909423828,-4.1148592895931,262839,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"2ddbfa9f\",\"UK_ENG\",\"E06000044\",3,\"England\",\"Portsmouth\",\"Portsmouth, England\",\"GBR.1.73.1_1\",\"ChIJ5yrWSmhddEgRwJ7toi2uDgM\",\"GB.PS.PS\",,\"E06000044\",\"UKJ31\",50.8174991607667,-1.06638896465302,214692,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"4250a939\",\"UK_ENG\",\"E07000123\",3,\"England\",\"Preston\",,\"GBR.1.48.7_1\",\"ChIJE27fCdtxe0gREDVt7Z75DAQ\",\"GB.LA.PR\",,\"E07000123\",\"UKD45\",53.8263339996338,-2.71240993821831,144147,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"6b2c2073\",\"UK_ENG\",\"E06000038\",3,\"England\",\"Reading\",\"Reading, England\",\"GBR.1.74.1_1\",\"ChIJAWJESQqbdkgR8J7toi2uDgM\",\"GB.RG.RG\",,\"E06000038\",\"UKJ11\",51.4485263824463,-1.02322796056749,160337,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"63c74cdc\",\"UK_ENG\",\"E09000026\",3,\"England\",\"Redbridge\",,\"GBR.1.36.26_1\",\"ChIJcWrvVrqm2EcRoGjsoi2uDgQ\",\"GB.GL.RB\",,\"E09000026\",\"UKI53\",51.5838317871094,0.0789826257040883,305658,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d7d3aa38\",\"UK_ENG\",\"E06000003\",3,\"England\",\"Redcar and Cleveland\",,\"GBR.1.75.1_1\",\"ChIJPWx3MfrkfkgR0KBv7Z75DAM\",\"GB.RC.RC\",,\"E06000003\",\"UKC12\",54.5672206878663,-1.00717141001259,137228,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"2967d2ae\",\"UK_ENG\",\"E07000236\",3,\"England\",\"Redditch\",,\"GBR.1.117.3_1\",\"ChIJubi5O-rBcEgRcIqX1COLDQQ\",\"GB.WC.RE\",,\"E07000236\",\"UKG12\",52.2765979766846,-1.96971964496026,85568,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"8535258f\",\"UK_ENG\",\"E07000211\",3,\"England\",\"Reigate and Banstead\",,\"GBR.1.98.5_1\",\"ChIJTT5BobrkdUgRQGnsoi2uDgQ\",\"GB.SR.RB\",,\"E07000211\",\"UKJ26\",51.2389011383057,-0.196789189491371,149243,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"dc343c9a\",\"UK_ENG\",\"E07000124\",3,\"England\",\"Ribble Valley\",,\"GBR.1.48.8_1\",\"ChIJwXBRfVuDe0gR0OJs7Z75DAQ\",\"GB.LA.RV\",,\"E07000124\",\"UKD45\",53.9053859710693,-2.42783352268998,62026,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"14c07c4a\",\"UK_ENG\",\"E09000027\",3,\"England\",\"Richmond upon Thames\",,\"GBR.1.36.27_1\",\"ChIJlwfWmnIMdkgRrCdnqjiWZjo\",\"GB.GL.RU\",,\"E09000027\",\"UKI75\",51.4334201812745,-0.305377104546711,198141,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"565698b2\",\"UK_ENG\",\"E07000166\",3,\"England\",\"Richmondshire\",,\"GBR.1.63.4_1\",\"ChIJXRouQGYXfEgREONs7Z75DAQ\",\"GB.NY.RI\",,\"E07000166\",\"UKE22\",54.3515758514404,-1.9962259418972,53732,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"6e8f7450\",\"UK_ENG\",\"E08000005\",3,\"England\",\"Rochdale\",,\"GBR.1.76.1_1\",\"ChIJIwIpQmi5e0gRoDNt7Z75DAQ\",\"GB.RD.RD\",,\"E08000005\",\"UKD37\",53.609136581421,-2.14060873116654,223659,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d786927e\",\"UK_ENG\",\"E07000075\",3,\"England\",\"Rochford\",,\"GBR.1.33.10_1\",\"ChIJ5bJtoSYn2UcRMOLBu6gcDgQ\",\"GB.EX.RO\",,\"E07000075\",\"UKH37\",51.5933322906495,0.715723010727304,87627,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"ab330c0c\",\"UK_ENG\",\"E07000125\",3,\"England\",\"Rossendale\",,\"GBR.1.48.9_1\",\"ChIJ_yvcWTK9e0gREOJs7Z75DAQ\",\"GB.LA.RO\",,\"E07000125\",\"UKD46\",53.6890335083009,-2.27548819474089,71432,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b99a93a9\",\"UK_ENG\",\"E07000064\",3,\"England\",\"Rother\",,\"GBR.1.32.4_1\",\"ChIJTeBJz6MZ30cRME3toi2uDgQ\",\"GB.ES.RO\",,\"E07000064\",\"UKJ22\",50.9473552703859,0.577808905055493,96716,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"092539ac\",\"UK_ENG\",\"E08000018\",3,\"England\",\"Rotherham\",,\"GBR.1.77.1_1\",\"ChIJRzoY57x1eUgRkOJs7Z75DAQ\",\"GB.RH.RH\",,\"E08000018\",\"UKE31\",53.403814315796,-1.25487283481715,264984,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d91f46da\",\"UK_ENG\",\"E07000220\",3,\"England\",\"Rugby\",,\"GBR.1.108.3_1\",\"ChIJDaHf1QNHd0gR8OXCu6gcDgQ\",\"GB.WR.RU\",,\"E07000220\",\"UKG13\",52.3879508972168,-1.32718369791877,110650,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"1c3c7435\",\"UK_ENG\",\"E07000212\",3,\"England\",\"Runnymede\",,\"GBR.1.98.6_1\",\"ChIJ6xYC6Ax3dkgRUGnsoi2uDgQ\",\"GB.SR.RU\",,\"E07000212\",\"UKJ25\",51.3956909179688,-0.553343305559554,90327,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"4f4da9f3\",\"UK_ENG\",\"E07000176\",3,\"England\",\"Rushcliffe\",,\"GBR.1.67.7_1\",\"ChIJ68w-n6rFeUgR8OTCu6gcDgQ\",\"GB.NT.RU\",,\"E07000176\",\"UKF16\",52.9164333343506,-1.01791416946999,121416,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d7612a53\",\"UK_ENG\",\"E07000092\",3,\"England\",\"Rushmoor\",,\"GBR.1.38.9_1\",\"ChIJWemt80MrdEgRgEvtoi2uDgQ\",\"GB.HA.RU\",,\"E07000092\",\"UKJ37\",51.261402130127,-0.777662457110895,94387,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c9a55f60\",\"UK_ENG\",\"E06000017\",3,\"England\",\"Rutland\",,\"GBR.1.78.1_1\",\"ChIJl4pDuIB4d0gRy_G7Ifl8M_0\",\"GB.RL.RL\",,\"E06000017\",\"UKF22\",52.6452064514161,-0.633123200600159,40476,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"2151a824\",\"UK_ENG\",\"E07000167\",3,\"England\",\"Ryedale\",,\"GBR.1.63.5_1\",\"ChIJeQmbNyTWfkgRIONs7Z75DAQ\",\"GB.NY.RY\",,\"E07000167\",\"UKE22\",54.2062225341797,-0.900776518645655,55629,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"f78625ea\",\"UK_ENG\",\"E08000006\",3,\"England\",\"Salford\",,\"GBR.1.80.1_1\",\"ChIJP5NeEsuue0gRsDNpWLxiEAQ\",\"GB.ZF.ZF\",,\"E08000006\",\"UKD34\",53.4856185913087,-2.36412032225484,262697,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"22086a6f\",\"UK_ENG\",\"E08000028\",3,\"England\",\"Sandwell\",,\"GBR.1.81.1_1\",\"ChIJbw4g4B-YcEgR8IiX1COLDQQ\",\"GB.ZW.ZW\",,\"E08000028\",\"UKG37\",52.5110473632813,-2.01854260059479,329042,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b1eeb5b5\",\"UK_ENG\",\"E07000168\",3,\"England\",\"Scarborough\",,\"GBR.1.63.6_1\",\"ChIJSdScrlcjf0gRMONs7Z75DAQ\",\"GB.NY.SC\",,\"E07000168\",\"UKE22\",54.3450012207032,-0.529398640713405,108737,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"2f6d983b\",\"UK_ENG\",\"E07000188\",3,\"England\",\"Sedgemoor\",,\"GBR.1.87.2_1\",\"ChIJsyBneSoEckgRcHPsoi2uDgQ\",\"GB.SM.SE\",,\"E07000188\",\"UKK23\",51.1872234344484,-2.94259066865494,123446,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"00937587\",\"UK_ENG\",\"E08000014\",3,\"England\",\"Sefton\",,\"GBR.1.82.2_1\",\"ChIJZ-cIQIA7e0gRcDRt7Z75DAQ\",\"GB.SE.SE\",,\"E08000014\",\"UKD73\",53.581398010254,-3.06207129744782,275899,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c6e98523\",\"UK_ENG\",\"E07000169\",3,\"England\",\"Selby\",,\"GBR.1.63.7_1\",\"ChIJRzjbpCs8eUgRQONs7Z75DAQ\",\"GB.NY.SE\",,\"E07000169\",\"UKE22\",53.7848587036134,-1.11818839960472,91697,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"87739bd6\",\"UK_ENG\",\"E07000111\",3,\"England\",\"Sevenoaks\",,\"GBR.1.44.7_1\",\"ChIJDxDJofdN30cRYGrsoi2uDgQ\",\"GB.KE.SE\",,\"E07000111\",\"UKJ46\",51.2582931518555,0.15528090300996,121387,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"7e22093a\",\"UK_ENG\",\"E08000019\",3,\"England\",\"Sheffield\",\"Sheffield, England\",\"GBR.1.83.1_1\",\"ChIJNd7_bBN_eUgRoOJs7Z75DAQ\",\"GB.SV.SV\",,\"E08000019\",\"UKE32\",53.400562286377,-1.53797755746154,589214,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"44aa3f51\",\"UK_ENG\",\"E06000051\",3,\"England\",\"Shropshire\",,\"GBR.1.84.1_1\",\"ChIJLx3o1zdNZUgRIvHNaPOeniE\",\"GB.SP.SP\",,\"E06000051\",\"UKG22\",52.6561050415039,-2.78740150880666,325415,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"1c2b10e5\",\"UK_ENG\",\"E06000039\",3,\"England\",\"Slough\",,\"GBR.1.85.1_1\",\"ChIJ35sYgq96dkgRkJ_toi2uDgM\",\"GB.ZL.ZL\",,\"E06000039\",\"UKJ11\",51.5021743774415,-0.585833250720802,149577,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"550f5af9\",\"UK_ENG\",\"E08000029\",3,\"England\",\"Solihull\",,\"GBR.1.86.1_1\",\"ChIJJ_OPgSu3cEgRMImX1COLDQQ\",\"GB.SI.SI\",,\"E08000029\",\"UKG32\",52.4324035644532,-1.69789683434648,217487,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"66264469\",\"UK_ENG\",\"E07000246\",3,\"England\",\"Somerset West and Taunton\",,\"GBR.1.87.5_1\",\"ChIJnb3eJQPobUgRoHPsoi2uDgQ\",\"GB.SM.WS\",,\"E07000246\",\"UKK23\",51.1226081848145,-3.49982759478109,155421,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"01ce5503\",\"UK_ENG\",\"E07000006\",3,\"England\",\"South Bucks\",,\"GBR.1.13.3_1\",\"ChIJoynJR59ldkgRwGnsoi2uDgQ\",\"GB.BU.SB\",,\"E07000006\",\"UKJ13\",51.5770168304445,-0.573455675319554,70473,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"1fb8a05b\",\"UK_ENG\",\"E07000012\",3,\"England\",\"South Cambridgeshire\",,\"GBR.1.16.6_1\",\"ChIJ3T9odvd52EcRgOPBu6gcDgQ\",\"GB.CM.SC\",,\"E07000012\",\"UKH12\",52.1832504272462,0.0304976325893122,160904,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"ba5c1b51\",\"UK_ENG\",\"E07000039\",3,\"England\",\"South Derbyshire\",,\"GBR.1.25.8_1\",\"ChIJRdNQ76f5eUgRgOXCu6gcDgQ\",\"GB.DB.SD\",,\"E07000039\",\"UKF13\",52.8230285644532,-1.50255415390757,109516,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"0c866d8f\",\"UK_ENG\",\"E06000025\",3,\"England\",\"South Gloucestershire\",,\"GBR.1.88.1_1\",\"ChIJ1cbMfWqacUgRAKCZ1COLDQM\",\"GB.SJ.SJ\",,\"E06000025\",\"UKK12\",51.549789428711,-2.46444261161899,287816,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"8bacf12b\",\"UK_ENG\",\"E07000044\",3,\"England\",\"South Hams\",,\"GBR.1.26.5_1\",\"ChIJZ_2DiwPkbEgREHPsoi2uDgQ\",\"GB.DO.SH\",,\"E07000044\",\"UKK43\",50.3716659545899,-3.82091020570024,87946,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"8d035f05\",\"UK_ENG\",\"E07000140\",3,\"England\",\"South Holland\",,\"GBR.1.52.6_1\",\"ChIJt8tHvWkHeEgRkOLBu6gcDgQ\",\"GB.LI.SH\",,\"E07000140\",\"UKF30\",52.789514541626,-0.0129837659242493,95857,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"fa046f93\",\"UK_ENG\",\"E07000141\",3,\"England\",\"South Kesteven\",,\"GBR.1.52.7_1\",\"ChIJb91hlJckeEgRoOLBu6gcDgQ\",\"GB.LI.SK\",,\"E07000141\",\"UKF30\",52.8404178619385,-0.494742206967375,143225,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b4879363\",\"UK_ENG\",\"E07000031\",3,\"England\",\"South Lakeland\",,\"GBR.1.22.6_1\",\"ChIJk887wMqRfEgRILds7Z75DAQ\",\"GB.CU.SL\",,\"E07000031\",\"UKD12\",54.3540954589844,-2.73135312645186,104905,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"f4dfe7a1\",\"UK_ENG\",\"E07000149\",3,\"England\",\"South Norfolk\",,\"GBR.1.59.6_1\",\"ChIJASqpVmTv2UcRIOPBu6gcDgQ\",\"GB.NF.SN\",,\"E07000149\",\"UKH17\",52.5018005371094,1.37474425349688,143066,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"e4729acb\",\"UK_ENG\",\"E07000155\",3,\"England\",\"South Northamptonshire\",,\"GBR.1.64.6_1\",\"ChIJpa0eDZ4bd0gR0OXCu6gcDgQ\",\"GB.NA.SN\",,\"E07000155\",\"UKF24\",52.1217956542969,-1.06112117718455,95492,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"dff2b462\",\"UK_ENG\",\"E07000179\",3,\"England\",\"South Oxfordshire\",,\"GBR.1.69.3_1\",\"ChIJPX9mJvaUdkgRMIqX1COLDQQ\",\"GB.OX.SO\",,\"E07000179\",\"UKJ14\",51.6384716033936,-1.09731698976058,143782,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"323a5db6\",\"UK_ENG\",\"E07000126\",3,\"England\",\"South Ribble\",,\"GBR.1.48.10_1\",\"ChIJeQ5UMqBye0gRMDVt7Z75DAQ\",\"GB.LA.SR\",,\"E07000126\",\"UKD45\",53.7342643737794,-2.72308309328834,111086,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"586aa8ad\",\"UK_ENG\",\"E07000189\",3,\"England\",\"South Somerset\",,\"GBR.1.87.3_1\",\"ChIJJ7HJZ9IUckgRgHPsoi2uDgQ\",\"GB.SM.SS\",,\"E07000189\",\"UKK23\",50.9858341217042,-2.7539789171935,168696,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d1ce847d\",\"UK_ENG\",\"E07000196\",3,\"England\",\"South Staffordshire\",,\"GBR.1.92.5_1\",\"ChIJzbBMxISccEgRgDZt7Z75DAQ\",\"GB.ST.SS\",,\"E07000196\",\"UKG24\",52.6058349609376,-2.2114810697683,112369,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b5dab3e7\",\"UK_ENG\",\"E08000023\",3,\"England\",\"South Tyneside\",,\"GBR.1.89.1_1\",\"ChIJl4UTFHJvfkgR4Lds7Z75DAQ\",\"GB.SX.SX\",,\"E08000023\",\"UKC22\",54.9645824432374,-1.44030266882618,151133,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"5adcca09\",\"UK_ENG\",\"E06000045\",3,\"England\",\"Southampton\",,\"GBR.1.90.1_1\",\"ChIJtxiG86x2dEgR0J7toi2uDgM\",\"GB.ZH.ZH\",,\"E06000045\",\"UKJ32\",50.914722442627,-1.42888897657389,252872,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"fcfef9fb\",\"UK_ENG\",\"E06000033\",3,\"England\",\"Southend-on-Sea\",,\"GBR.1.91.1_1\",\"ChIJ546Ao2nY2EcRYJ_Du6gcDgM\",\"GB.SS.SS\",,\"E06000033\",\"UKH31\",51.5536575317384,0.670160098968087,182773,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"847f61db\",\"UK_ENG\",\"E09000028\",3,\"England\",\"Southwark\",,\"GBR.1.36.28_1\",\"ChIJ3ydEeZgDdkgRcGe-JsaFEQQ\",\"GB.GL.SQ\",,\"E09000028\",\"UKI44\",51.4636039733887,-0.0626098028736519,320017,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"6b3b44a3\",\"UK_ENG\",\"E07000213\",3,\"England\",\"Spelthorne\",,\"GBR.1.98.7_1\",\"ChIJwxkkfgZ0dkgRYGnsoi2uDgQ\",\"GB.SR.SP\",,\"E07000213\",\"UKJ25\",51.4193630218506,-0.454656227231194,99873,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"8f45e15c\",\"UK_ENG\",\"E07000240\",3,\"England\",\"St Albans\",,\"GBR.1.41.6_1\",\"ChIJH0mmGNM4dkgRIGq-JsaFEQQ\",\"GB.HT.SA\",,\"E07000240\",\"UKH23\",51.7684268951416,-0.35956913081013,149317,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"9ef7e024\",\"UK_ENG\",\"E08000013\",3,\"England\",\"St. Helens\",,\"GBR.1.79.1_1\",\"ChIJmZ_1I0Ube0gRYDRpWLxiEAQ\",\"GB.SZ.SZ\",,\"E08000013\",\"UKD71\",53.4559345245362,-2.74012647172358,181095,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a6c9b4eb\",\"UK_ENG\",\"E07000197\",3,\"England\",\"Stafford\",,\"GBR.1.92.6_1\",\"ChIJH00L9CVwekgRkDZt7Z75DAQ\",\"GB.ST.SF\",,\"E07000197\",\"UKG24\",52.8565883636475,-2.17628341610145,137858,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"3676a97a\",\"UK_ENG\",\"E07000198\",3,\"England\",\"Staffordshire Moorlands\",,\"GBR.1.92.7_1\",\"ChIJUTVrvaA_ekgRoDZt7Z75DAQ\",\"GB.ST.SM\",,\"E07000198\",\"UKG24\",53.0673198699952,-1.96160812680934,98427,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"164cb0e6\",\"UK_ENG\",\"E07000243\",3,\"England\",\"Stevenage\",,\"GBR.1.41.7_1\",\"ChIJC6uT4ikudkgRUObCu6gcDgQ\",\"GB.HT.ST\",,\"E07000243\",\"UKH23\",51.9026203155518,-0.203510029909164,88104,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"8081157c\",\"UK_ENG\",\"E08000007\",3,\"England\",\"Stockport\",,\"GBR.1.93.1_1\",\"ChIJ27zTK8K0e0gRwDNt7Z75DAQ\",\"GB.SK.SK\",,\"E08000007\",\"UKD35\",53.3958187103272,-2.11817785164978,294197,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"49b73f9b\",\"UK_ENG\",\"E06000004\",3,\"England\",\"Stockton-on-Tees\",,\"GBR.1.94.1_1\",\"ChIJMU7U5h6TfkgRsKBv7Z75DAM\",\"GB.ZT.ZT\",,\"E06000004\",\"UKC11\",54.5558700561523,-1.3524921599286,197419,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"0beba996\",\"UK_ENG\",\"E06000021\",3,\"England\",\"Stoke-on-Trent\",,\"GBR.1.95.1_1\",\"ChIJLSYOtdtpekgRMKBv7Z75DAM\",\"GB.SO.SO\",,\"E06000021\",\"UKG23\",53.024284362793,-2.16698140291265,256622,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"ae18764c\",\"UK_ENG\",\"E07000221\",3,\"England\",\"Stratford-on-Avon\",,\"GBR.1.108.4_1\",\"ChIJ8RKIiZLScEgRoIqX1COLDQQ\",\"GB.WR.SA\",,\"E07000221\",\"UKG13\",52.2005500793457,-1.59536704808096,132402,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"ce7a1b12\",\"UK_ENG\",\"E07000082\",3,\"England\",\"Stroud\",,\"GBR.1.35.5_1\",\"ChIJwZpCDWwKcUgR0ImX1COLDQQ\",\"GB.GC.ST\",,\"E07000082\",\"UKK13\",51.7271671295167,-2.30710381968687,120903,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"2bbe2644\",\"UK_ENG\",\"E08000024\",3,\"England\",\"Sunderland\",,\"GBR.1.97.1_1\",\"ChIJt8wLnoZkfkgRELhs7Z75DAQ\",\"GB.SD.SD\",,\"E08000024\",\"UKC23\",54.8656940460206,-1.42606610800855,277846,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"f55fd100\",\"UK_ENG\",\"E07000214\",3,\"England\",\"Surrey Heath\",,\"GBR.1.98.8_1\",\"ChIJi7ZcvvzVdUgRkGrsoi2uDgQ\",\"GB.SR.SH\",,\"E07000214\",\"UKJ25\",51.3322563171387,-0.692078942724356,89204,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"f378514d\",\"UK_ENG\",\"E09000029\",3,\"England\",\"Sutton\",,\"GBR.1.36.29_1\",\"ChIJEZ61rPwHdkgRwGjsoi2uDgQ\",\"GB.GL.SU\",,\"E09000029\",\"UKI63\",51.3540477752686,-0.164606282887529,207707,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"697dfafa\",\"UK_ENG\",\"E07000113\",3,\"England\",\"Swale\",,\"GBR.1.44.9_1\",\"ChIJg0cns9HU3kcRsEztoi2uDgQ\",\"GB.KE.SW\",,\"E07000113\",\"UKJ43\",51.3092765808106,0.808834040071594,151015,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"65f7a841\",\"UK_ENG\",\"E06000030\",3,\"England\",\"Swindon\",,\"GBR.1.99.1_1\",\"ChIJaX2llQdGcUgRIKCZ1COLDQM\",\"GB.SN.SN\",,\"E06000030\",\"UKK14\",51.5826663970947,-1.74617877038769,222881,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"103e08ed\",\"UK_ENG\",\"E08000008\",3,\"England\",\"Tameside\",,\"GBR.1.100.1_1\",\"ChIJv6P8Nhi2e0gR0DNt7Z75DAQ\",\"GB.TM.TM\",,\"E08000008\",\"UKD35\",53.4831962585449,-2.08634298638353,227117,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"417199ec\",\"UK_ENG\",\"E07000199\",3,\"England\",\"Tamworth\",,\"GBR.1.92.8_1\",\"ChIJ03tcDuGrcEgRMDZt7Z75DAQ\",\"GB.ST.TA\",,\"E07000199\",\"UKG24\",52.6300086975098,-1.69259258796947,76864,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"8258e196\",\"UK_ENG\",\"E07000215\",3,\"England\",\"Tandridge\",,\"GBR.1.98.9_1\",\"ChIJox1Ibh75dUgRoGrsoi2uDgQ\",\"GB.SR.TA\",,\"E07000215\",\"UKJ26\",51.2357158660889,-0.0452044222195391,88542,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"fcabc1bd\",\"UK_ENG\",\"E07000045\",3,\"England\",\"Teignbridge\",,\"GBR.1.26.6_1\",\"ChIJt3oXMGYHbUgRIHPsoi2uDgQ\",\"GB.DO.TE\",,\"E07000045\",\"UKK43\",50.6147232055665,-3.65902958078128,135039,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"7cec9900\",\"UK_ENG\",\"E06000020\",3,\"England\",\"Telford and Wrekin\",,\"GBR.1.101.1_1\",\"ChIJoXQ7uHWBekgRQKBv7Z75DAM\",\"GB.TK.TK\",,\"E06000020\",\"UKG21\",52.7189464569092,-2.49219109597383,181322,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"4e8fc3c4\",\"UK_ENG\",\"E07000076\",3,\"England\",\"Tendring\",,\"GBR.1.33.11_1\",\"ChIJo37dzXMN2UcRQOLBu6gcDgQ\",\"GB.EX.TE\",,\"E07000076\",\"UKH34\",51.8636112213135,1.10926238300765,147353,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a0661ac5\",\"UK_ENG\",\"E07000093\",3,\"England\",\"Test Valley\",,\"GBR.1.38.10_1\",\"ChIJTciGD9b3c0gRYE7toi2uDgQ\",\"GB.HA.TV\",,\"E07000093\",\"UKJ36\",51.1334285736084,-1.51467715952119,127163,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b97d2b84\",\"UK_ENG\",\"E07000083\",3,\"England\",\"Tewkesbury\",,\"GBR.1.35.6_1\",\"ChIJ83tTzmgccUgR4ImX1COLDQQ\",\"GB.GC.TE\",,\"E07000083\",\"UKK13\",51.9359855651856,-2.20976813796863,96624,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"f7196f59\",\"UK_ENG\",\"E07000114\",3,\"England\",\"Thanet\",,\"GBR.1.44.10_1\",\"ChIJh9GgOaRS2UcRwEztoi2uDgQ\",\"GB.KE.TH\",,\"E07000114\",\"UKJ44\",51.3526401519776,1.34662835006036,141458,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"0761fb2d\",\"UK_ENG\",\"E07000102\",3,\"England\",\"Three Rivers\",,\"GBR.1.41.8_1\",\"ChIJV0CmzxJqdkgRMGrsoi2uDgQ\",\"GB.HT.TR\",,\"E07000102\",\"UKH23\",51.6731510162354,-0.478978889797749,93966,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"629a6c58\",\"UK_ENG\",\"E06000034\",3,\"England\",\"Thurrock\",,\"GBR.1.102.1_1\",\"ChIJE2okxgPI2EcRUJ_toi2uDgM\",\"GB.TR.TR\",,\"E06000034\",\"UKH32\",51.5005550384522,0.345636078704828,175531,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"801e5fcf\",\"UK_ENG\",\"E07000115\",3,\"England\",\"Tonbridge and Malling\",,\"GBR.1.44.11_1\",\"ChIJYS6pFgVK30cRUE_toi2uDgQ\",\"GB.KE.TM\",,\"E07000115\",\"UKJ46\",51.265552520752,0.359896480395069,132571,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"e2880ca3\",\"UK_ENG\",\"E06000027\",3,\"England\",\"Torbay\",,\"GBR.1.103.1_1\",\"ChIJ1yHi6BYQbUgRgJ7toi2uDgM\",\"GB.TB.TB\",,\"E06000027\",\"UKK42\",50.4419441223145,-3.58508826567368,136218,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"65a29007\",\"UK_ENG\",\"E07000046\",3,\"England\",\"Torridge\",,\"GBR.1.26.7_1\",\"ChIJv5ZO5QVqbEgRQHPsoi2uDgQ\",\"GB.DO.TO\",,\"E07000046\",\"UKK43\",50.8623218536377,-4.25063583133775,68719,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"93bfd8a8\",\"UK_ENG\",\"E09000030\",3,\"England\",\"Tower Hamlets\",,\"GBR.1.36.30_1\",\"ChIJqdKqVc0CdkgRgGe-JsaFEQQ\",\"GB.GL.TH\",,\"E09000030\",\"UKI42\",51.51176071167,-0.030433681025892,331969,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"6739387b\",\"UK_ENG\",\"E08000009\",3,\"England\",\"Trafford\",,\"GBR.1.104.1_1\",\"ChIJKwmZm4ere0gRMDRt7Z75DAQ\",\"GB.TD.TD\",,\"E08000009\",\"UKD34\",53.4143867492677,-2.35900554001897,237579,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"19170e75\",\"UK_ENG\",\"E07000116\",3,\"England\",\"Tunbridge Wells\",,\"GBR.1.44.12_1\",\"ChIJR6wYG8k430cR0Eztoi2uDgQ\",\"GB.KE.TW\",,\"E07000116\",\"UKJ46\",51.0954151153565,0.479194277746284,118939,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"3988f352\",\"UK_ENG\",\"E07000077\",3,\"England\",\"Uttlesford\",,\"GBR.1.33.12_1\",\"ChIJH4NhEwSM2EcREOTBu6gcDgQ\",\"GB.EX.UT\",,\"E07000077\",\"UKH35\",51.919719696045,0.276465106622032,92759,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"21b61009\",\"UK_ENG\",\"E07000180\",3,\"England\",\"Vale of White Horse\",,\"GBR.1.69.4_1\",\"ChIJTd6bz-m1dkgRQIqX1COLDQQ\",\"GB.OX.WH\",,\"E07000180\",\"UKJ14\",51.6638164520264,-1.48956479570372,137910,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"dcab7629\",\"UK_ENG\",\"E08000036\",3,\"England\",\"Wakefield\",,\"GBR.1.105.1_1\",\"ChIJ93P9tsBoeUgRYOJs7Z75DAQ\",\"GB.WK.WK\",,\"E08000036\",\"UKE45\",53.6563110351563,-1.42946972399413,351592,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"35c8d31c\",\"UK_ENG\",\"E08000030\",3,\"England\",\"Walsall\",,\"GBR.1.106.1_1\",\"ChIJt0ZYIvehcEgRAImX1COLDQQ\",\"GB.WZ.WZ\",,\"E08000030\",\"UKG38\",52.5975589752198,-1.97768421890212,286716,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"e4b8e83e\",\"UK_ENG\",\"E09000031\",3,\"England\",\"Waltham Forest\",,\"GBR.1.36.31_1\",\"ChIJkRAw9uEddkgR0Gjsoi2uDgQ\",\"GB.GL.WF\",,\"E09000031\",\"UKI53\",51.5995521545411,-0.00492998826548829,276940,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"7db1b984\",\"UK_ENG\",\"E09000032\",3,\"England\",\"Wandsworth\",,\"GBR.1.36.32_1\",\"ChIJg-qP_4kFdkgR0mhvpZwsJTc\",\"GB.GL.WW\",,\"E09000032\",\"UKI34\",51.4488334655762,-0.191692779099134,329735,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d0be6e21\",\"UK_ENG\",\"E06000007\",3,\"England\",\"Warrington\",,\"GBR.1.107.1_1\",\"ChIJMWQmW4MBe0gRYKBv7Z75DAM\",\"GB.WT.WT\",,\"E06000007\",\"UKD61\",53.4085559844971,-2.56563129326759,209397,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"371127f6\",\"UK_ENG\",\"E07000222\",3,\"England\",\"Warwick\",,\"GBR.1.108.5_1\",\"ChIJYXIfDSLLcEgRsIqX1COLDQQ\",\"GB.WR.WA\",,\"E07000222\",\"UKG13\",52.3024005889893,-1.59298454788558,144909,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"7066cbbb\",\"UK_ENG\",\"E07000103\",3,\"England\",\"Watford\",,\"GBR.1.41.9_1\",\"ChIJo4O2SpZqdkgREGnsoi2uDgQ\",\"GB.HT.WA\",,\"E07000103\",\"UKH23\",51.6601467132569,-0.418094119747067,96623,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"1b51b02c\",\"UK_ENG\",\"E07000216\",3,\"England\",\"Waverley\",,\"GBR.1.98.10_1\",\"ChIJW6fCEhXOdUgRgE3toi2uDgQ\",\"GB.SR.WA\",,\"E07000216\",\"UKJ25\",51.1510372161865,-0.622839593475535,126556,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"ce9da33f\",\"UK_ENG\",\"E07000065\",3,\"England\",\"Wealden\",,\"GBR.1.32.5_1\",\"ChIJKTW1hrho30cRQE3toi2uDgQ\",\"GB.ES.WE\",,\"E07000065\",\"UKJ22\",50.9413642883301,0.190506826558689,162733,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"7d7bcb71\",\"UK_ENG\",\"E07000156\",3,\"England\",\"Wellingborough\",,\"GBR.1.64.7_1\",\"ChIJ84zARzKhd0gR4OXCu6gcDgQ\",\"GB.NA.WE\",,\"E07000156\",\"UKF25\",52.2669429779053,-0.711679114421574,80081,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"f842d1ca\",\"UK_ENG\",\"E07000241\",3,\"England\",\"Welwyn Hatfield\",,\"GBR.1.41.10_1\",\"ChIJj0gY9qskdkgRQGrsoi2uDgQ\",\"GB.HT.WH\",,\"E07000241\",\"UKH23\",51.7684268951416,-0.222761237896108,123893,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"fb933de2\",\"UK_ENG\",\"E06000037\",3,\"England\",\"West Berkshire\",,\"GBR.1.109.1_1\",\"ChIJ6fK_v7WldkgR4J7toi2uDgM\",\"GB.WB.WB\",,\"E06000037\",\"UKJ11\",51.4436321258546,-1.30126399229356,158465,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"12a5a091\",\"UK_ENG\",\"E07000047\",3,\"England\",\"West Devon\",,\"GBR.1.26.8_1\",\"ChIJQ1UgMgBZbEgRUHPsoi2uDgQ\",\"GB.DO.WD\",,\"E07000047\",\"UKK43\",50.6484470367431,-4.0956754600827,56139,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"453d6d20\",\"UK_ENG\",\"E07000127\",3,\"England\",\"West Lancashire\",,\"GBR.1.48.11_1\",\"ChIJhRumTgsWe0gRQDVt7Z75DAQ\",\"GB.LA.WL\",,\"E07000127\",\"UKD47\",53.6195812225342,-2.86069738591147,114496,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"630d3e29\",\"UK_ENG\",\"E07000142\",3,\"England\",\"West Lindsey\",,\"GBR.1.52.8_1\",\"ChIJSdjX_4z1eEgRsOLBu6gcDgQ\",\"GB.LI.WL\",,\"E07000142\",\"UKF30\",53.382869720459,-0.510059883633621,96186,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"56b1209f\",\"UK_ENG\",\"E07000181\",3,\"England\",\"West Oxfordshire\",,\"GBR.1.69.5_1\",\"ChIJDaEJrH3NdkgRUIqX1COLDQQ\",\"GB.OX.WO\",,\"E07000181\",\"UKJ14\",51.8411350250245,-1.51056018492083,111758,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"ff2f15d3\",\"UK_ENG\",\"E07000245\",3,\"England\",\"West Suffolk\",,\"GBR.1.96.5_1\",\"ChIJsytpv9JF2EcRndAbE9CeKNw\",\"GB.SF.SE\",,\"E07000245\",\"UKH14\",52.2213573455812,0.69270368320074,177302,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"0ab68912\",\"UK_ENG\",\"E09000033\",3,\"England\",\"Westminster\",,\"GBR.1.36.33_1\",\"ChIJxwN8mDUFdkgRoGfsoi2uDgQ\",\"GB.GL.WE\",,\"E09000033\",\"UKI32\",51.5047397613525,-0.139739834332978,269848,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"07feb19e\",\"UK_ENG\",\"E08000010\",3,\"England\",\"Wigan\",,\"GBR.1.111.1_1\",\"ChIJ5yOKLQUGe0gRQDRt7Z75DAQ\",\"GB.WN.WN\",,\"E08000010\",\"UKD36\",53.5304603576661,-2.62714337940201,330712,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"34c0cbde\",\"UK_ENG\",\"E06000054\",3,\"England\",\"Wiltshire\",,\"GBR.1.112.1_1\",\"ChIJKcgiicI3cUgRNJe9kfg0iGQ\",\"GB.WL.WL\",,\"E06000054\",\"UKK15\",51.3206691741944,-1.89847850447553,504070,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"3e028f66\",\"UK_ENG\",\"E07000094\",3,\"England\",\"Winchester\",,\"GBR.1.38.11_1\",\"ChIJWSAjjT0TdEgRcE7toi2uDgQ\",\"GB.HA.WI\",,\"E07000094\",\"UKJ36\",51.0112705230713,-1.2492262836178,125925,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"2ab63e86\",\"UK_ENG\",\"E06000040\",3,\"England\",\"Windsor and Maidenhead\",,\"GBR.1.113.1_1\",\"ChIJP3x1afJ8dkgRIJ_toi2uDgM\",\"GB.WA.WA\",,\"E06000040\",\"UKJ11\",51.4745254516602,-0.717629484058385,151273,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"77944511\",\"UK_ENG\",\"E08000015\",3,\"England\",\"Wirral\",,\"GBR.1.114.1_1\",\"ChIJxT7h0-4ne0gR8DNt7Z75DAQ\",\"GB.WQ.WQ\",,\"E08000015\",\"UKD74\",53.370834350586,-3.09333252906796,324336,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"6c5680ba\",\"UK_ENG\",\"E07000217\",3,\"England\",\"Woking\",,\"GBR.1.98.11_1\",\"ChIJF1yRbSzYdUgRoEvtoi2uDgQ\",\"GB.SR.WO\",,\"E07000217\",\"UKJ25\",51.2991104125977,-0.583593969739788,100008,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"5db10e10\",\"UK_ENG\",\"E06000041\",3,\"England\",\"Wokingham\",,\"GBR.1.115.1_1\",\"ChIJydxwpfeEdkgREJ_toi2uDgM\",\"GB.WO.WO\",,\"E06000041\",\"UKJ11\",51.454818725586,-0.894408122960933,173945,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"42cfe38a\",\"UK_ENG\",\"E08000031\",3,\"England\",\"Wolverhampton\",,\"GBR.1.116.1_1\",\"ChIJpXKzEo-bcEgREImX1COLDQQ\",\"GB.WV.WV\",,\"E08000031\",\"UKG39\",52.5897789001466,-2.1335486044613,264407,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"5e60e238\",\"UK_ENG\",\"E07000237\",3,\"England\",\"Worcester\",,\"GBR.1.117.4_1\",\"ChIJG0PYOV_wcEgRgIqX1COLDQQ\",\"GB.WC.WO\",,\"E07000237\",\"UKG12\",52.1941947937012,-2.21137417307297,100265,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a0c3fe7e\",\"UK_ENG\",\"E07000229\",3,\"England\",\"Worthing\",,\"GBR.1.110.7_1\",\"ChIJyesw-7iidUgRUE3toi2uDgQ\",\"GB.WS.WO\",,\"E07000229\",\"UKJ27\",50.8347988128663,-0.389920899134692,110727,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"cedfffa9\",\"UK_ENG\",\"E07000238\",3,\"England\",\"Wychavon\",,\"GBR.1.117.5_1\",\"ChIJ0UgEHITocEgRkIqX1COLDQQ\",\"GB.WC.WY\",,\"E07000238\",\"UKG12\",52.1805458068848,-2.0598383373494,131084,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"76c96595\",\"UK_ENG\",\"E07000007\",3,\"England\",\"Wycombe\",,\"GBR.1.13.4_1\",\"ChIJ-2lzwCCLdkgRIOfCu6gcDgQ\",\"GB.BU.WY\",,\"E07000007\",\"UKJ13\",51.6658306121827,-0.789982616539939,173517,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d58270b1\",\"UK_ENG\",\"E07000128\",3,\"England\",\"Wyre\",,\"GBR.1.48.12_1\",\"ChIJF2Sj6HJme0gRUDVt7Z75DAQ\",\"GB.LA.WY\",,\"E07000128\",\"UKD44\",53.9012508392335,-2.80703225841086,113067,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b9d8cf3f\",\"UK_ENG\",\"E07000239\",3,\"England\",\"Wyre Forest\",,\"GBR.1.117.6_1\",\"ChIJVQnkg4CLcEgRcDVt7Z75DAQ\",\"GB.WC.WF\",,\"E07000239\",\"UKG12\",52.3897590637208,-2.2430558465103,101139,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"50ac0eda\",\"UK_ENG\",\"E06000014\",3,\"England\",\"York\",,\"GBR.1.118.1_1\",\"ChIJh-IigLwxeUgRAKFv7Z75DAM\",\"GB.YK.YK\",,\"E06000014\",\"UKE21\",53.9659252166749,-1.07243786678547,211012,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"4dc02520\",\"UK_NIR\",\"N09000001\",3,\"Northern Ireland\",\"Antrim and Newtownabbey\",,\"GBR.2.1_1\",\"ChIJ-QsErn2rYUgR-WEb8k5G8Bw\",\"GB.AT\",,\"N09000001\",\"UKN0D\",54.68522072,-6.17210860216142,143756,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"54db1461\",\"UK_NIR\",\"N09000011\",3,\"Northern Ireland\",\"Ards and North Down\",,\"GBR.2.11_1\",\"ChIJZUDzJ452YUgRrifX_btxxMY\",\"GB.DD\",,\"N09000011\",\"UKN09\",54.50638771,-5.74721732176839,162056,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d4c9749a\",\"UK_NIR\",\"N09000002\",3,\"Northern Ireland\",\"Armagh City, Banbridge and Craigavon\",,\"GBR.2.2_1\",\"ChIJRW_g5EzvYEgR0_NWY2pfPB4\",\"GB.AC\",,\"N09000002\",\"UKN07\",54.39361,-6.43653040126796,217232,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a3ce440c\",\"UK_NIR\",\"N09000003\",3,\"Northern Ireland\",\"Belfast\",\"Belfast, Northern Ireland\",\"GBR.2.3.1_1\",\"ChIJfTP03VUIYUgRgBotirI_DwM\",\"GB.BF.BF\",,\"N09000003\",\"UKN06\",54.6012439727784,-5.92548756065449,342560,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"3daad1af\",\"UK_NIR\",\"N09000004\",3,\"Northern Ireland\",\"Causeway Coast and Glens\",,\"GBR.2.4_1\",\"ChIJry1VbDM6YEgRpC9fY13q-mI\",\"GB.CJ\",,\"N09000004\",\"UKN0C\",55.03332901,-6.59622134050113,144943,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"4aade139\",\"UK_NIR\",\"N09000005\",3,\"Northern Ireland\",\"Derry City and Strabane\",,\"GBR.2.5_1\",\"ChIJL4CPotneX0gRWjvhs1YZdDE\",\"GB.DR\",,\"N09000005\",\"UKN0A\",54.834522245,-7.25761787362694,151109,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d3a4b083\",\"UK_NIR\",\"N09000006\",3,\"Northern Ireland\",\"Fermanagh and Omagh\",,\"GBR.2.6_1\",\"ChIJ2xfPteg1XkgRLw3XwmauMac\",\"GB.FH\",,\"N09000006\",\"UKN0G\",54.446800235,-7.70645294051912,117337,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a4a38015\",\"UK_NIR\",\"N09000007\",3,\"Northern Ireland\",\"Lisburn and Castlereagh\",,\"GBR.2.7_1\",\"ChIJQZTUJSwFYUgRv_t7DVlGEwc\",\"GB.LH\",,\"N09000007\",\"UKN0E\",54.4988842,-6.02931989919707,146452,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"341c9d84\",\"UK_NIR\",\"N09000008\",3,\"Northern Ireland\",\"Mid and East Antrim\",,\"GBR.2.8_1\",\"ChIJrXNHHSKzYUgR1MZ2Fi03uzo\",\"GB.MA\",,\"N09000008\",\"UKN0F\",54.870416645,-6.14835747299954,139443,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"431bad12\",\"UK_NIR\",\"N09000009\",3,\"Northern Ireland\",\"Mid Ulster\",,\"GBR.2.9_1\",\"ChIJoaVNT6lhYEgRhD4lwDmJNtw\",\"GB.MU\",,\"N09000009\",\"UKN0B\",54.633096695,-6.69381096730579,148953,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"23dc24f7\",\"UK_NIR\",\"N09000010\",3,\"Northern Ireland\",\"Newry, Mourne and Down\",,\"GBR.2.10_1\",\"ChIJz4eCb5YmYUgRHl-FT4Lt9kA\",\"GB.MD\",,\"N09000010\",\"UKN08\",54.264722825,-5.713890075,181669,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"1bc1e68d\",\"UK_SCO\",\"S12000033\",3,\"Scotland\",\"Aberdeen City\",,\"GBR.3.1.1_1\",\"ChIJs6qVe2kRhEgRkLBCBhpoDAM\",\"GB.AR.AR\",,\"S12000033\",\"UKM50\",57.162057876587,-2.17369380846008,229060,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"85a5732e\",\"UK_SCO\",\"S12000034\",3,\"Scotland\",\"Aberdeenshire\",,\"GBR.3.2.1_1\",\"ChIJ1deuZ9h_g0gRB-LNSfT9NVA\",\"GB.AS.AS\",,\"S12000034\",\"UKM50\",57.2203235626221,-2.76827614536218,260780,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"ba8e1166\",\"UK_SCO\",\"S12000041\",3,\"Scotland\",\"Angus\",,\"GBR.3.3.1_1\",\"ChIJG0UKe3kqhEgRsxEd27rxlSg\",\"GB.AG.AG\",,\"S12000041\",\"UKM71\",56.7254638671876,-2.88957347356993,115820,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"f2a243b8\",\"UK_SCO\",\"S12000035\",3,\"Scotland\",\"Argyll and Bute\",,\"GBR.3.4.1_1\",\"ChIJ_14lA-YtikgRsLBCBhpoDAM\",\"GB.AB.AB\",,\"S12000035\",\"UKM63\",56.4600009918214,-5.86166644096372,85430,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"6bab1202\",\"UK_SCO\",\"S12000036\",3,\"Scotland\",\"City of Edinburgh\",\"Edinburgh, Scotland\",\"GBR.3.12.1_1\",\"ChIJUXnOUJTGh0gRwLNCBhpoDAM\",\"GB.EB.EB\",,\"S12000036\",\"UKM75\",55.9106063842773,-3.27490405393019,527620,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d98f107b\",\"UK_SCO\",\"S12000005\",3,\"Scotland\",\"Clackmannanshire\",,\"GBR.3.5.1_1\",\"ChIJCdhYbl4phkgRkMnSV9rb_1o\",\"GB.CC.CC\",,\"S12000005\",\"UKM72\",56.1425552368164,-3.75245852248139,51290,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"29f7840f\",\"UK_SCO\",\"S12000013\",3,\"Scotland\",\"Comhairle nan Eilean Siar\",,\"GBR.3.13.1_1\",\"ChIJZWkCw-twjUgRWd7FND7XoSI\",\"GB.WI.WI\",,\"S12000013\",\"UKM64\",58.1233329772949,-6.64750003814697,26500,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"408641c1\",\"UK_SCO\",\"S12000006\",3,\"Scotland\",\"Dumfries and Galloway\",,\"GBR.3.6.1_1\",\"ChIJNb41SxLKYkgRqoCDQGd-en0\",\"GB.DG.DG\",,\"S12000006\",\"UKM92\",55.0475273132324,-3.88299237200502,148290,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"238740dc\",\"UK_SCO\",\"S12000042\",3,\"Scotland\",\"Dundee City\",,\"GBR.3.7.1_1\",\"ChIJGczMc-pchkgRze8pUD174xw\",\"GB.DU.DU\",,\"S12000042\",\"UKM71\",56.4823417663575,-2.95114822424926,148820,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a73e6cc6\",\"UK_SCO\",\"S12000008\",3,\"Scotland\",\"East Ayrshire\",,\"GBR.3.8.1_1\",\"ChIJi4UFQGYoiEgRULNCBhpoDAM\",\"GB.EA.EA\",,\"S12000008\",\"UKM93\",55.4461040496827,-4.24503672635278,121600,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"bde3d57f\",\"UK_SCO\",\"S12000045\",3,\"Scotland\",\"East Dunbartonshire\",,\"GBR.3.9.1_1\",\"ChIJDczc769ciEgRYLNCBhpoDAM\",\"GB.ED.ED\",,\"S12000045\",\"UKM81\",55.9594268798829,-4.20370257035248,108750,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b0fed5b5\",\"UK_SCO\",\"S12000010\",3,\"Scotland\",\"East Lothian\",,\"GBR.3.10.1_1\",\"ChIJk1bJ2F0Fh0gRvKbv-SJd00o\",\"GB.EL.EL\",,\"S12000010\",\"UKM73\",55.9389591217041,-2.72985560653504,107900,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c7f9e523\",\"UK_SCO\",\"S12000011\",3,\"Scotland\",\"East Renfrewshire\",,\"GBR.3.11.1_1\",\"ChIJN1Yy_zQ2iEgRMLNCBhpoDAM\",\"GB.ER.ER\",,\"S12000011\",\"UKM83\",55.7424430847169,-4.3658419090125,96060,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b79311ac\",\"UK_SCO\",\"S12000014\",3,\"Scotland\",\"Falkirk\",,\"GBR.3.14.1_1\",\"ChIJw-xIZyJ6iEgRM9AQrv2dHr0\",\"GB.FK.FK\",,\"S12000014\",\"UKM76\",55.9963073730469,-3.74831084349541,160560,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"53edb453\",\"UK_SCO\",\"S12000047\",3,\"Scotland\",\"Fife\",,\"GBR.3.15.1_1\",\"ChIJGfnLttUwhkgRPBsRigOAVnY\",\"GB.FI.FI\",,\"S12000047\",\"UKM72\",56.2301387786866,-2.97976410537796,374130,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b4559954\",\"UK_SCO\",\"S12000049\",3,\"Scotland\",\"Glasgow City\",\"Glasgow, Scotland\",\"GBR.3.16.1_1\",\"ChIJ368eA69GiEgRELNCBhpoDAM\",\"GB.GG.GG\",,\"S12000049\",\"UKM82\",55.853967666626,-4.21502340036306,635640,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"2e9a4016\",\"UK_SCO\",\"S12000017\",3,\"Scotland\",\"Highland\",,\"GBR.3.17.1_1\",\"ChIJpQfhl1Nxj0gRON4nZCLq93M\",\"GB.HI.HI\",,\"S12000017\",\"UKM61\",57.5847225189209,-5.07388830184935,235430,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"be255d87\",\"UK_SCO\",\"S12000018\",3,\"Scotland\",\"Inverclyde\",,\"GBR.3.18.1_1\",\"ChIJH9joE7CxiUgRcLNCBhpoDAM\",\"GB.IC.IC\",,\"S12000018\",\"UKM83\",55.9030551910402,-4.75317848741442,77060,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c9226d11\",\"UK_SCO\",\"S12000019\",3,\"Scotland\",\"Midlothian\",,\"GBR.3.19.1_1\",\"ChIJZ7buTdWUh0gRMR4ePyT9MbY\",\"GB.ML.ML\",,\"S12000019\",\"UKM73\",55.8204860687255,-3.12193075504097,93150,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"9bd38676\",\"UK_SCO\",\"S12000020\",3,\"Scotland\",\"Moray\",,\"GBR.3.20.1_1\",\"ChIJYchqHiUMhUgRiqJTVJBl-eU\",\"GB.MO.MO\",,\"S12000020\",\"UKM62\",57.4030170440673,-3.19884568463816,95710,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"ecd4b6e0\",\"UK_SCO\",\"S12000021\",3,\"Scotland\",\"North Ayrshire\",,\"GBR.3.21.1_1\",\"ChIJp_JHoX3BiUgRgLNCBhpoDAM\",\"GB.NR.NR\",,\"S12000021\",\"UKM93\",55.724027633667,-4.72572340772256,134250,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d49210b1\",\"UK_SCO\",\"S12000050\",3,\"Scotland\",\"North Lanarkshire\",,\"GBR.3.22.1_1\",\"ChIJXYIxhgFsiEgRU5MEdnHLRng\",\"GB.NN.NN\",,\"S12000050\",\"UKM84\",55.8824901580811,-3.97911958459848,341140,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"02dad7cc\",\"UK_SCO\",\"S12000023\",3,\"Scotland\",\"Orkney Islands\",,\"GBR.3.23.1_1\",\"ChIJHxJB75Ofm0gRULBCBhpoDAM\",\"GB.OR.OR\",,\"S12000023\",\"UKM65\",58.9416675567627,-3.12805497646329,22400,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c352a9c2\",\"UK_SCO\",\"S12000048\",3,\"Scotland\",\"Perth and Kinross\",,\"GBR.3.24.1_1\",\"ChIJFysl40uiiEgRwLBCBhpoDAM\",\"GB.PK.PK\",,\"S12000048\",\"UKM77\",56.5369338989258,-3.6796329168854,151910,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"8c133f05\",\"UK_SCO\",\"S12000038\",3,\"Scotland\",\"Renfrewshire\",,\"GBR.3.25.1_1\",\"ChIJMWXTLcFIiEgRgcDTu3b7jX0\",\"GB.RF.RF\",,\"S12000038\",\"UKM83\",55.8450775146485,-4.49769758510651,179390,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"72b02343\",\"UK_SCO\",\"S12000026\",3,\"Scotland\",\"Scottish Borders\",,\"GBR.3.26.1_1\",\"ChIJ-WTiG7WGh0gR8LJCBhpoDAM\",\"GB.BO.BO\",,\"S12000026\",\"UKM91\",55.5287494659424,-2.86180025062276,115240,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"05b713d5\",\"UK_SCO\",\"S12000027\",3,\"Scotland\",\"Shetland Islands\",,\"GBR.3.27.1_1\",\"ChIJz8MDaGgUnEgRf1XLFSWaY9M\",\"GB.SH.SH\",,\"S12000027\",\"UKM66\",60.2450542449952,-1.44375002384182,22870,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"95080e44\",\"UK_SCO\",\"S12000028\",3,\"Scotland\",\"South Ayrshire\",,\"GBR.3.28.1_1\",\"ChIJhV6xcNBwYkgRoLNCBhpoDAM\",\"GB.SA.SA\",,\"S12000028\",\"UKM94\",55.300277709961,-4.64091945520898,112140,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"e20f3ed2\",\"UK_SCO\",\"S12000029\",3,\"Scotland\",\"South Lanarkshire\",,\"GBR.3.29.1_1\",\"ChIJfUCdedcaiEgRsLNCBhpoDAM\",\"GB.SL.SL\",,\"S12000029\",\"UKM95\",55.5629024505616,-3.75234220911373,320820,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"82c8b737\",\"UK_SCO\",\"S12000030\",3,\"Scotland\",\"Stirling\",,\"GBR.3.30.1_1\",\"ChIJvcYk6pRiiEgRU8UgjtzDpV4\",\"GB.ZG.ZG\",,\"S12000030\",\"UKM77\",56.2670822143556,-4.37635897486492,94080,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"fb140f93\",\"UK_SCO\",\"S12000039\",3,\"Scotland\",\"West Dunbartonshire\",,\"GBR.3.31.1_1\",\"ChIJKxHgqUxSiEgRILNCBhpoDAM\",\"GB.WD.WD\",,\"S12000039\",\"UKM81\",55.9837074279786,-4.53257802503376,88340,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"cd8921f0\",\"UK_SCO\",\"S12000040\",3,\"Scotland\",\"West Lothian\",,\"GBR.3.32.1_1\",\"ChIJ__YFwxTFh0gR8-_8imq7VJ8\",\"GB.WH.WH\",,\"S12000040\",\"UKM78\",55.8866729736329,-3.60078044565674,183820,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"ac2b1890\",\"UK_WAL\",\"W06000019\",3,\"Wales\",\"Blaenau Gwent\",,\"GBR.4.2.1_1\",\"ChIJaas2DhEmbkgRIbLKMOJN2wQ\",\"GB.BG.BG\",,\"W06000019\",\"UKL16\",51.7453193664551,-3.20233228473262,70020,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"4cfef18e\",\"UK_WAL\",\"W06000013\",3,\"Wales\",\"Bridgend\",,\"GBR.4.3.1_1\",\"ChIJucvfFVtpbkgRIKKZ1COLDQM\",\"GB.BJ.BJ\",,\"W06000013\",\"UKL17\",51.5792922973633,-3.56152964054795,147539,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"db2c2806\",\"UK_WAL\",\"W06000018\",3,\"Wales\",\"Caerphilly\",,\"GBR.4.4.1_1\",\"ChIJK_pEmTsZbkgRkQUcE8Sl2sQ\",\"GB.CP.CP\",,\"W06000018\",\"UKL16\",51.6677856445313,-3.19815881533288,181731,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a59d54bb\",\"UK_WAL\",\"W06000015\",3,\"Wales\",\"Cardiff\",\"Cardiff, Wales\",\"GBR.4.5.1_1\",\"ChIJIcabGbIEbkgRAKKZ1COLDQM\",\"GB.CA.CA\",,\"W06000015\",\"UKL22\",51.5073547363282,-3.20186849015754,369202,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d5f7a034\",\"UK_WAL\",\"W06000010\",3,\"Wales\",\"Carmarthenshire\",,\"GBR.4.6.1_1\",\"ChIJgzFDhgnVaEgRpXZPqENoWyQ\",\"GB.CI.CI\",,\"W06000010\",\"UKL14\",51.8936805725098,-4.21564231897741,190073,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"c2371947\",\"UK_WAL\",\"W06000008\",3,\"Wales\",\"Ceredigion\",,\"GBR.4.7.1_1\",\"ChIJcYOiuisEb0gR1zA-l2ZepU0\",\"GB.CG.CG\",,\"W06000008\",\"UKL14\",52.2933330535888,-3.94968951235477,72895,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"55e5c0cf\",\"UK_WAL\",\"W06000003\",3,\"Wales\",\"Conwy\",,\"GBR.4.8.1_1\",\"ChIJVVNNSZIXZUgRcKGZ1COLDQM\",\"GB.CW.CW\",,\"W06000003\",\"UKL13\",53.1522445678711,-3.79730109277901,118184,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"cb81556c\",\"UK_WAL\",\"W06000004\",3,\"Wales\",\"Denbighshire\",,\"GBR.4.9.1_1\",\"ChIJlSIGxCgUZUgRMcwM21BVBIk\",\"GB.DI.DI\",,\"W06000004\",\"UKL13\",53.1081104278565,-3.35424156761745,96664,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"bc8665fa\",\"UK_WAL\",\"W06000005\",3,\"Wales\",\"Flintshire\",,\"GBR.4.10.1_1\",\"ChIJa62Y31DVZEgRAGq22Ew29rU\",\"GB.FL.FL\",,\"W06000005\",\"UKL23\",53.2205562591553,-3.19381369885642,156847,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"22e2f059\",\"UK_WAL\",\"W06000002\",3,\"Wales\",\"Gwynedd\",,\"GBR.4.11.1_1\",\"ChIJ7Q8cbLY0ZEgR_OasFAMbzuw\",\"GB.GD.GD\",,\"W06000002\",\"UKL12\",52.8952770233155,-3.82552471123359,125171,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"bbeba1e3\",\"UK_WAL\",\"W06000001\",3,\"Wales\",\"Isle of Anglesey\",,\"GBR.4.1.1_1\",\"ChIJ7Q8cbLY0ZEgRW9OLuxStLpA\",\"GB.AY.AY\",,\"W06000001\",\"UKL11\",53.27805519104,-4.33194494247434,70440,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"f9b737ee\",\"UK_WAL\",\"W06000024\",3,\"Wales\",\"Merthyr Tydfil\",,\"GBR.4.12.1_1\",\"ChIJy3jMkAc7bkgRZwxpOYVo_M0\",\"GB.MT.MT\",,\"W06000024\",\"UKL15\",51.7320709228515,-3.37934822237529,60424,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"89ddc361\",\"UK_WAL\",\"W06000021\",3,\"Wales\",\"Monmouthshire\",,\"GBR.4.13.1_1\",\"ChIJlUugHBMebkgROLnkYuEj4DI\",\"GB.MM.MM\",,\"W06000021\",\"UKL21\",51.7741451263428,-2.86049083670092,95164,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"3bf9c118\",\"UK_WAL\",\"W06000012\",3,\"Wales\",\"Neath Port Talbot\",,\"GBR.4.14.1_1\",\"ChIJM5XY-eBcbkgRMKKZ1COLDQM\",\"GB.NP.NP\",,\"W06000012\",\"UKL17\",51.672082901001,-3.74311102980407,144386,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"10d492db\",\"UK_WAL\",\"W06000022\",3,\"Wales\",\"Newport\",,\"GBR.4.15.1_1\",\"ChIJ5YhihIXmcUgRwKGZ1COLDQM\",\"GB.NO.NO\",,\"W06000022\",\"UKL21\",51.5825843811036,-2.98538355123519,156447,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"b53029d1\",\"UK_WAL\",\"W06000009\",3,\"Wales\",\"Pembrokeshire\",,\"GBR.4.16.1_1\",\"ChIJ58ydyqDQaEgRROFYyT8xOlk\",\"GB.PE.PE\",,\"W06000009\",\"UKL14\",51.8568058013916,-4.92612410207138,126751,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"67d3a24d\",\"UK_WAL\",\"W06000023\",3,\"Wales\",\"Powys\",,\"GBR.4.17.1_1\",\"ChIJQ0SL-jBRZUgR1eL1ZLry8Vg\",\"GB.PO.PO\",,\"W06000023\",\"UKL24\",52.3284645080567,-3.3348081976535,133030,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"3c940501\",\"UK_WAL\",\"W06000016\",3,\"Wales\",\"Rhondda Cynon Taf\",,\"GBR.4.18.1_1\",\"ChIJ30vwO9g9bkgR8KGZ1COLDQM\",\"GB.RT.RT\",,\"W06000016\",\"UKL15\",51.6663684844971,-3.46090259168614,241873,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"a2f090a2\",\"UK_WAL\",\"W06000011\",3,\"Wales\",\"Swansea\",,\"GBR.4.19.1_1\",\"ChIJBZwG_lfybkgRQKKZ1COLDQM\",\"GB.SW.SW\",,\"W06000011\",\"UKL18\",51.6508331298828,-3.98571760015949,246563,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"fedaf3f7\",\"UK_WAL\",\"W06000020\",3,\"Wales\",\"Torfaen\",,\"GBR.4.20.1_1\",\"ChIJY07_vRrecUgRVBP_CJzWakI\",\"GB.TF.TF\",,\"W06000020\",\"UKL16\",51.7081966400147,-3.05385724696202,94832,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"d29a642d\",\"UK_WAL\",\"W06000014\",3,\"Wales\",\"Vale of Glamorgan\",,\"GBR.4.21.1_1\",\"ChIJ2wmwV-gNbkgREKKZ1COLDQM\",\"GB.VG.VG\",,\"W06000014\",\"UKL22\",51.4497222900391,-3.39638900756836,135295,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n\"258f3440\",\"UK_WAL\",\"W06000006\",3,\"Wales\",\"Wrexham\",,\"GBR.4.22.1_1\",\"ChIJxcQKOQS4ekgRUKGZ1COLDQM\",\"GB.WX.WX\",,\"W06000006\",\"UKL23\",53.0095310211182,-2.97485389955095,136055,\"Office for National Statistics (2021)\",\"https://coronavirus.data.gov.uk/details/download\"\n"
  },
  {
    "path": "inst/extdata/db/HRV.csv",
    "content": "\"id\",\"id_koronavirus.hr\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,\"-\",,,,,,\n\"c354d4f8\",\"Bjelovarsko-bilogorska\",2,\"Bjelovarsko-bilogorska\",,\"HRV.1_1\",\"ChIJH9UfuVWxZ0cRgLQrhlCtAAM\",\"HR.BB\",\"HR047\",\"HR021\",45.77810097,16.8789791402413,105554,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"7a3200f1\",\"Brodsko-posavska\",2,\"Brodsko-posavska\",,\"HRV.2_1\",\"ChIJU2fhnTGWXUcR0LQrhlCtAAM\",\"HR.SP\",\"HR04A\",\"HR024\",45.221538545,18.1373798031841,136429,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"8c15423f\",\"Dubrovačko-neretvanska\",2,\"Dubrovacko-neretvanska\",,\"HRV.3_1\",\"ChIJm75pQHO2SxMRQLUrhlCtAAM\",\"HR.DN\",\"HR037\",\"HR037\",42.94382858,16.912769434961,122449,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"2a3771cd\",\"Grad Zagreb\",2,\"Grad Zagreb\",,\"HRV.4_1\",\"ChIJdSl48D3WZUcRYLUrhlCtAAM\",\"HR.GZ\",\"HR041\",\"HR050\",45.724666595,15.980132998222,809235,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"fb1272a9\",\"Istarska\",2,\"Istarska\",,\"HRV.5_1\",\"ChIJq2fmnSmxfEcRMLUrhlCtAAM\",\"HR.IS\",\"HR036\",\"HR036\",45.1358223,13.91222191,209955,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"0a58f47e\",\"Karlovačka\",2,\"Karlovacka\",,\"HRV.6_1\",\"ChIJxWnA7B0SZEcRULQrhlCtAAM\",\"HR.KA\",\"HR04D\",\"HR027\",45.34426689,15.477263537739,114804,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"2d5ab5d4\",\"Koprivničko-križevačka\",2,\"Koprivnicko-križevacka\",,\"HRV.7_1\",\"ChIJn5-3YNYlZkcRcLQrhlCtAAM\",\"HR.KK\",\"HR045\",\"HR063\",46.11669159,16.768601958158,105886,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"c43910e1\",\"Krapinsko-zagorska\",2,\"Krapinsko-zagorska županija\",,\"HRV.8_1\",\"ChIJCeYzNirpZUcRMLQrhlCtAAM\",\"HR.KZ\",\"HR043\",\"HR064\",46.092697145,15.9195681129296,124407,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"fc7fb6b0\",\"Ličko-senjska\",2,\"Licko-senjska\",,\"HRV.9_1\",\"ChIJl4jQ8frXY0cRoLQrhlCtAAM\",\"HR.LS\",\"HR032\",\"HR032\",44.69152832,15.4411203004029,44346,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"b453e46e\",\"Međimurska\",2,\"Medimurska\",,\"HRV.10_1\",\"ChIJr3LZtraxaEcRULUrhlCtAAM\",\"HR.ME\",\"HR046\",\"HR061\",46.418376925,16.4873753785698,109130,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"e33b514b\",\"Osječko-baranjska\",2,\"Osjecko-baranjska\",,\"HRV.11_1\",\"ChIJu1vQGT0eXUcR8LQrhlCtAAM\",\"HR.OB\",\"HR04B\",\"HR025\",45.56395531,18.4368295633064,270877,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"24ecf9ff\",\"Požeško-slavonska\",2,\"Požeško-slavonska\",,\"HRV.12_1\",\"ChIJw71yz1GHXUcRwLQrhlCtAAM\",\"HR.PS\",\"HR049\",\"HR023\",45.38304329,17.7515678216975,65614,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"6576e70a\",\"Primorsko-goranska\",2,\"Primorsko-goranska\",,\"HRV.13_1\",\"ChIJq__QoTFxY0cRkLQrhlCtAAM\",\"HR.PG\",\"HR031\",\"HR031\",45.358488085,14.7019836005973,281945,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"151c1385\",\"Šibensko-kninska\",2,\"Šibensko-kninska\",,\"HRV.14_1\",\"ChIJyazZSX4rNRMRALUrhlCtAAM\",\"HR.SB\",\"HR034\",\"HR034\",43.850305555,15.9903456152642,98899,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"7d5fc4e8\",\"Sisačko-moslavačka\",2,\"Sisacko-moslavacka\",,\"HRV.15_1\",\"ChIJy8MorGrnZkcRQLQrhlCtAAM\",\"HR.SM\",\"HR04E\",\"HR028\",45.341674805,16.4744146824541,144599,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"621b2313\",\"Splitsko-dalmatinska\",2,\"Splitsko-dalmatinska\",,\"HRV.16_1\",\"ChIJ2WylVSZhNRMRILUrhlCtAAM\",\"HR.SD\",\"HR035\",\"HR035\",43.53305626,16.7962684305109,448153,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"5a5d8542\",\"Varaždinska\",2,\"Varaždinska\",,\"HRV.17_1\",\"ChIJT2DcICcBZkcRYLQrhlCtAAM\",\"HR.VA\",\"HR044\",\"HR062\",46.21356583,16.4343400345287,165885,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"53ebc969\",\"Virovitičko-podravska\",2,\"Viroviticko-podravska\",,\"HRV.18_1\",\"ChIJcQeW2fKMZ0cRsLQrhlCtAAM\",\"HR.VP\",\"HR048\",\"HR022\",45.735933305,17.6380210553126,72843,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"943c61dd\",\"Vukovarsko-srijemska\",2,\"Vukovarsko-srijemska\",,\"HRV.19_1\",\"ChIJCXUtzGB8XEcRELUrhlCtAAM\",\"HR.VS\",\"HR04C\",\"HR026\",45.176971435,18.8412954932987,149489,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"8b788626\",\"Zadarska\",2,\"Zadarska\",,\"HRV.20_1\",\"ChIJAbEBKibsYUcR4LQrhlCtAAM\",\"HR.ZD\",\"HR033\",\"HR033\",44.18305969,15.3346944252332,168055,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n\"b33e2077\",\"Zagrebačka\",2,\"Zagrebacka\",,\"HRV.21_1\",\"ChIJe_jnWFN_ZkcRILQrhlCtAAM\",\"HR.ZG\",\"HR042\",\"HR065\",45.7527256,15.5574923858788,309611,\"Croatian Bureau of Statistics\",\"https://www.citypopulation.de/en/croatia/admin/\"\n"
  },
  {
    "path": "inst/extdata/db/HTI.csv",
    "content": "\"id\",\"id_humdata.ht\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,\"-\",,,,,\n\"e750c912\",\"artibonite\",2,\"Artibonite\",,\"HTI.3_1\",\"ChIJVcUt-o73to4REwd4nnQdFWY\",\"HT.AR\",,19.336389545,-72.4926332414989,1727524,\"Wikipedia (2015)\",\"https://en.wikipedia.org/wiki/Departments_of_Haiti\"\n\"816ca14f\",\"centre\",2,\"Centre\",,\"HTI.1_1\",\"ChIJu2Zd54Mzt44R8UGZNXfc5eQ\",\"HT.CE\",,19.009475705,-72.0152048500853,746236,\"Wikipedia (2015)\",\"https://en.wikipedia.org/wiki/Departments_of_Haiti\"\n\"a517ab3b\",\"grandanse\",2,\"Grand Anse\",,\"HTI.2_1\",,\"HT.GR\",,18.516388895,-74.0982135194785,468301,\"Wikipedia (2015)\",\"https://en.wikipedia.org/wiki/Departments_of_Haiti\"\n\"be9ae627\",\"nippes\",2,\"Nippes\",,\"HTI.4_1\",,\"HT.NI\",,18.405090335,-73.3190046442598,342525,\"Wikipedia (2015)\",\"https://en.wikipedia.org/wiki/Departments_of_Haiti\"\n\"a1196d69\",\"nord\",2,\"Nord\",,\"HTI.7_1\",\"ChIJs8fY3gLHto4RE_Or3ZYIAEs\",\"HT.ND\",,19.56727791,-72.2176147152384,1067177,\"Wikipedia (2015)\",\"https://en.wikipedia.org/wiki/Departments_of_Haiti\"\n\"8cf3514c\",\"nord-est\",2,\"Nord-Est\",,\"HTI.5_1\",\"ChIJAxiDkiQlsY4R_DIgGcTFBPE\",\"HT.NE\",,19.497722625,-71.889790639496,393967,\"Wikipedia (2015)\",\"https://en.wikipedia.org/wiki/Departments_of_Haiti\"\n\"7850578c\",\"nord-ouest\",2,\"Nord-Ouest\",,\"HTI.6_1\",\"ChIJDz6EaOphto4RW89-GB7XZi8\",\"HT.NO\",,19.787637715,-73.0986651025127,728807,\"Wikipedia (2015)\",\"https://en.wikipedia.org/wiki/Departments_of_Haiti\"\n\"64d7e6b4\",\"ouest\",2,\"Ouest\",,\"HTI.8_1\",\"ChIJkao-UFfduY4R9GOpH9gyDRY\",\"HT.OU\",,18.617609025,-72.1664211698814,4029705,\"Wikipedia (2015)\",\"https://en.wikipedia.org/wiki/Departments_of_Haiti\"\n\"0a4420f3\",\"sud\",2,\"Sud\",,\"HTI.10_1\",\"ChIJdQey26mex44RdC41WGddg9U\",\"HT.SD\",,18.22754383,-73.8817862910184,774976,\"Wikipedia (2015)\",\"https://en.wikipedia.org/wiki/Departments_of_Haiti\"\n\"0a23ea88\",\"sud-est\",2,\"Sud-Est\",,\"HTI.9_1\",\"ChIJw2-UIJCwuY4RCea_ntvfuMs\",\"HT.SE\",,18.21786499,-72.7814959293598,632601,\"Wikipedia (2015)\",\"https://en.wikipedia.org/wiki/Departments_of_Haiti\"\n"
  },
  {
    "path": "inst/extdata/db/IND.csv",
    "content": "\"id\",\"id_covid19india.org\",\"id_github.oxcgrt.covidpolicytracker\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_jhu_csse\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,,,\"-\",,,,,\n\"73f4c613\",\"AN\",\"IND_AN\",2,\"Andaman And Nicobar Islands\",,,\"IND.1_1\",\"ChIJ8w9lKw-gZDARLMv8SFYFgM4\",\"IN.AN\",\"INAN\",\"AN\",12.611581325,92.8316959709727,380581,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"89fbfb70\",\"AP\",\"IND_AP\",2,\"Andhra Pradesh\",,,\"IND.2_1\",\"ChIJf9STrvhGNToRg82tlb670TM\",\"IN.AP\",\"INAP\",\"AP\",15.88444519,79.6146289958122,49386799,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"67f59a5c\",\"AR\",\"IND_AR\",2,\"Arunachal Pradesh\",,,\"IND.3_1\",\"ChIJJ3IcakZDQDcR8pKaL1VutXY\",\"IN.AR\",\"INAR\",\"AR\",28.060768125,95.0222981797503,1383727,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"10f2aaca\",\"AS\",\"IND_AS\",2,\"Assam\",,,\"IND.4_1\",\"ChIJYy0xTMkWRTcR-xlnc7tzGtE\",\"IN.AS\",\"INAS\",\"AS\",26.056175235,90.7597780246988,31169272,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"4cd8c99f\",\"BR\",\"IND_BR\",2,\"Bihar\",,,\"IND.5_1\",\"ChIJA2m78ERY7TkRJeO6G-0_rVc\",\"IN.BR\",\"INBR\",\"BR\",25.90353966,86.1184477145589,104099452,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"a8a101a4\",\"CH\",\"IND_CH\",2,\"Chandigarh\",,,\"IND.6_1\",\"ChIJf5Mz8cTsDzkRKtEAg3O5yAc\",\"IN.CH\",\"INCH\",\"CH\",30.733885765,76.7673325367554,1055450,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"bca05deb\",\"CT\",\"IND_CT\",2,\"Chhattisgarh\",,,\"IND.7_1\",\"ChIJrYt6xhYfJjoRlZ0X-xL0I1w\",\"IN.CT\",\"INCT\",\"CT\",20.94339085,81.5022986886216,25545198,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"0e833256\",\"DN\",\"IND_DD\",2,\"Dadra And Nagar Haveli\",,,\"IND.8_1\",\"ChIJ-aMVMULL4DsRm4NbagV3U18\",\"IN.DN\",\"INDN\",\"DN\",20.206290245,73.0185877822113,586956,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"ee56db48\",\"DD\",\"IND_DD\",2,\"Damão and Diu\",,,\"IND.9_1\",\"ChIJM2lXqJ3Q4DsR_HeN_bh5LEs\",\"IN.DD\",,\"DD\",20.71763992,70.943406910792,586956,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"e08d537a\",\"DL\",\"IND_DL\",2,\"Delhi\",,\"Delhi\",\"IND.25_1\",\"ChIJLbZ-NFv9DDkRQJY4FbcFcgM\",\"IN.DL\",\"INDL\",\"DL\",28.645655635,77.1190042713801,16787941,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"b5117c04\",\"GA\",\"IND_GA\",2,\"Goa\",,,\"IND.10_1\",\"ChIJQbc2YxC6vzsRkkDzYv-H-Oo\",\"IN.GA\",\"INGA\",\"GA\",15.346665855,74.1072546992835,1458545,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"22c3a58c\",\"GJ\",\"IND_GJ\",2,\"Gujarat\",,,\"IND.11_1\",\"ChIJlfcOXx8FWTkRLlJU7YfYG4Y\",\"IN.GJ\",\"INGJ\",\"GJ\",22.413331985,72.0409038582624,60439692,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"b6372115\",\"HR\",\"IND_HR\",2,\"Haryana\",,,\"IND.12_1\",\"ChIJC0BwhguwDTkRQ8GmqrSqLnM\",\"IN.HR\",\"INHR\",\"HR\",29.29248524,76.2311143291812,25351462,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"58394039\",\"HP\",\"IND_HP\",2,\"Himachal Pradesh\",,,\"IND.13_1\",\"ChIJ9wH5Z8NTBDkRJXdLVsUE_nw\",\"IN.HP\",\"INHP\",\"HP\",31.821175575,77.3336126023098,6864602,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"e06aeb57\",\"JK\",\"IND_JK\",2,\"Jammu And Kashmir\",,,\"IND.14_1\",\"ChIJnaj_mSQJ4TgR8eeXRm16VgY\",\"IN.JK\",\"INJK\",\"JK\",33.880800245,76.4769034521076,12258433,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"7963baed\",\"JH\",\"IND_JH\",2,\"Jharkhand\",,,\"IND.15_1\",\"ChIJVwhI34YjizkRBJDi7gm4xWI\",\"IN.JH\",\"INJH\",\"JH\",23.656085015,85.1634318723816,32988134,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"19a43308\",\"KA\",\"IND_KA\",2,\"Karnataka\",,,\"IND.16_1\",\"ChIJj0i_N0xaozsR1Xx10YzS8UE\",\"IN.KA\",\"INKA\",\"KA\",15.01437044,75.5321516376936,61095297,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"67154fb5\",\"KL\",\"IND_KL\",2,\"Kerala\",,,\"IND.17_1\",\"ChIJW_Wc1P8SCDsRmXw47fuQvWQ\",\"IN.KL\",\"INKL\",\"KL\",10.54417038,76.4469504531905,33406061,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"56e5a5cf\",\"LA\",\"IND_LA\",2,\"Ladakh\",,,,,,\"INLA\",\"LA\",34.209515,77.615112,290492,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"268f5140\",\"LD\",\"IND_LD\",2,\"Lakshadweep\",,,\"IND.18_1\",\"ChIJPZfkymXNnzsRqukshBZ0vRc\",\"IN.LD\",\"INLD\",\"LD\",10.81305742,73.680553435,64473,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"254eb47c\",\"MP\",\"IND_MP\",2,\"Madhya Pradesh\",,,\"IND.19_1\",\"ChIJBepa04FzZjkRHhxwTg1rEOA\",\"IN.MP\",\"INMP\",\"MP\",23.975569725,79.389264446656,72626809,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"36222c2a\",\"MH\",\"IND_MH\",2,\"Maharashtra\",,,\"IND.20_1\",\"ChIJ-dacnB7EzzsRtk_gS5IiLxs\",\"IN.MH\",\"INMH\",\"MH\",18.817641255,75.425005499592,112374333,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"df41891f\",\"MN\",\"IND_MN\",2,\"Manipur\",,,\"IND.21_1\",\"ChIJ25Bj8VsmSTcRrymo4BppwYw\",\"IN.MN\",\"INMN\",\"MN\",24.77117157,93.8687489175199,2721756,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"314fe833\",\"ML\",\"IND_ML\",2,\"Meghalaya\",,,\"IND.22_1\",\"ChIJfyC9NI9-UDcRbm1JfxH2Xg8\",\"IN.ML\",\"INML\",\"ML\",25.53665638,91.2481627274074,2966889,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"c59b5d62\",\"MZ\",\"IND_MZ\",2,\"Mizoram\",,,\"IND.23_1\",\"ChIJ9zY_n9ELTTcRdOTVo5Im9rE\",\"IN.MZ\",\"INMZ\",\"MZ\",23.232426645,92.8703354543623,1097206,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"1a62bbf0\",\"NL\",\"IND_NL\",2,\"Nagaland\",,,\"IND.24_1\",\"ChIJMT3GNAkhRjcR_T7MiTrzLR8\",\"IN.NL\",\"INNL\",\"NL\",26.125016215,94.5593246419397,1978502,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"f976b7d2\",\"OR\",\"IND_OR\",2,\"Orissa\",,,\"IND.26_1\",\"ChIJ_Tuv6exqIjoRH6jOqcolNhM\",\"IN.OR\",\"INOR\",\"OR\",20.18319416,84.449107109626,41974218,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"a3fe60c4\",\"PY\",\"IND_PY\",2,\"Puducherry\",,,\"IND.27_1\",\"ChIJlUfE5URgUzoR00k9CrLLEOg\",\"IN.PY\",\"INPY\",\"PY\",10.9008255,79.7901396365283,1247953,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"299ba928\",\"PB\",\"IND_PB\",2,\"Punjab\",,,\"IND.28_1\",\"ChIJVXOeVqpkGTkRYYijAzEmvY8\",\"IN.PB\",\"INPB\",\"PB\",31.06123066,75.6404534105129,27743338,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"15764398\",\"RJ\",\"IND_RJ\",2,\"Rajasthan\",,,\"IND.29_1\",\"ChIJNw7j9_o-ajkR5YjABkWbK7U\",\"IN.RJ\",\"INRJ\",\"RJ\",26.626550675,73.8205863429029,68548437,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"7b6a424f\",\"SK\",\"IND_SK\",2,\"Sikkim\",,,\"IND.30_1\",\"ChIJ--oFWGql5jkRBFqbw1e4xKQ\",\"IN.SK\",\"INSK\",\"SK\",27.60680008,88.4595380922268,610577,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"44412007\",\"TN\",\"IND_TN\",2,\"Tamil Nadu\",,,\"IND.31_1\",\"ChIJM5YYsYLFADsR8GEzRsx1lFU\",\"IN.TN\",\"INTN\",\"TN\",10.804365635,78.3536801410259,72147030,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"3d9d98a3\",\"TG\",\"IND_TG\",2,\"Telagana\",,,\"IND.32_1\",\"ChIJQ-0plNtQMzoRWUBZQad772M\",\"IN.TG\",\"INTG\",\"TG\",17.872019765,79.2988529187868,35193978,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"50407c48\",\"TR\",\"IND_TR\",2,\"Tripura\",,,\"IND.33_1\",\"ChIJhaLB9ma1UzcRdP8_Red63RQ\",\"IN.TR\",\"INTR\",\"TR\",23.73629475,91.6559977016288,3673917,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"a7552c25\",\"UP\",\"IND_UP\",2,\"Uttar Pradesh\",,,\"IND.34_1\",\"ChIJ0wlKe59OmTkRnSQXNm1HpfY\",\"IN.UP\",\"INUP\",\"UP\",27.142825125,80.7725357075425,199812341,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"a038e83c\",\"UT\",\"IND_UT\",2,\"Uttaranchal\",,,\"IND.35_1\",\"ChIJCZwnAsLcCTkRBcCcaGM7xAc\",\"IN.UT\",\"INUT\",\"UT\",30.094099995,79.3182370516934,10086292,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n\"66da3fef\",\"WB\",\"IND_WB\",2,\"West Bengal\",,,\"IND.36_1\",\"ChIJh-iXE_8W-jkRCqLnwz06VHE\",\"IN.WB\",\"INWB\",\"WB\",24.41599846,88.0500156446001,91276115,\"Wikipedia (2013)\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\"\n"
  },
  {
    "path": "inst/extdata/db/IRL.csv",
    "content": "\"id\",\"id_geohive.ie\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,\"-\",,,,,,\n\"97731c18\",1,2,\"Carlow\",,\"Carlow\",\"IRL.1_1\",\"ChIJZ7N-axJaXUgRMAGA8azHABg\",\"IE.CW\",\"1\",\"IE052\",52.6887493133545,-6.77678510108461,56932,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"ed9b74f3\",2,2,\"Cavan\",,\"Cavan\",\"IRL.2_1\",\"ChIJLZ_1NnkSXkgRQAGA8azHABg\",\"IE.CN\",\"2\",\"IE041\",54.0324878692627,-7.30894142106396,76176,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"f0a581c1\",3,2,\"Clare\",,\"Clare\",\"IRL.3_1\",\"ChIJGU6CyPkRW0gR8AGA8azHABg\",\"IE.CE\",\"3\",\"IE051\",52.8572216033936,-8.92838276199839,118817,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"9fda8b68\",4,2,\"Cork\",,\"Cork\",\"IRL.4_1\",\"ChIJSR2jCZLjREgRoAKA8azHABg\",\"IE.CK\",\"4\",\"IE053\",51.914306640625,-8.5986359119415,542868,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"7c69a7b2\",5,2,\"Donegal\",,\"Donegal\",\"IRL.5_1\",\"ChIJs7A6kGSWX0gRACCY8azHABg\",\"IE.DL\",\"5\",\"IE041\",54.9214000701904,-7.95164279189691,159192,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"7d3e453b\",6,2,\"Dublin\",,\"Dublin\",\"IRL.6_1\",\"ChIJv2RI7foRZ0gRwAKA8azHABg\",\"IE.DN\",\"6\",\"IE061\",53.4184722900391,-6.2626196482324,1347359,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"d56c32ba\",7,2,\"Galway\",,\"Galway\",\"IRL.7_1\",\"ChIJrx2gLKaVW0gR0AKA8azHABg\",\"IE.GY\",\"7\",\"IE042\",53.3419437408447,-8.87424070694224,258058,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"b7bcc4ec\",8,2,\"Kerry\",,\"Kerry\",\"IRL.8_1\",\"ChIJRy3pzLhPRUgRAB6Y8azHABg\",\"IE.KY\",\"8\",\"IE053\",52.1552791595459,-10.1752781867981,147707,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"82ba85c7\",9,2,\"Kildare\",,\"Kildare\",\"IRL.9_1\",\"ChIJR3HKcbV_XUgR8AKA8azHABg\",\"IE.KE\",\"9\",\"IE062\",53.1765155792237,-6.81272873630294,222504,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"da1a870b\",10,2,\"Kilkenny\",,\"Kilkenny\",\"IRL.10_1\",\"ChIJ4XFVRPcxXUgRAAOA8azHABg\",\"IE.KK\",\"10\",\"IE052\",52.5655345916749,-7.1614064160086,99232,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"d7e39d0c\",11,2,\"Laois\",,\"Laois\",\"IRL.11_1\",\"ChIJ6Rl2UhkOXUgRUAGA8azHABg\",\"IE.LS\",\"11\",\"IE063\",52.9967136383058,-7.36120748519896,84697,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"11abfd5c\",12,2,\"Leitrim\",,\"Leitrim\",\"IRL.12_1\",\"ChIJdeoGgpOKXkgRYAGA8azHABg\",\"IE.LM\",\"12\",\"IE041\",54.1506729125977,-8.1015026940401,32044,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"2a259570\",13,2,\"Limerick\",,\"Limerick\",\"IRL.13_1\",\"ChIJOwx_mjJPW0gRcAGA8azHABg\",\"IE.LK\",\"13\",\"IE051\",52.500436782837,-8.81154375413663,194899,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"ad31037f\",14,2,\"Longford\",,\"Longford\",\"IRL.14_1\",\"ChIJyeQcLjzRXUgRgAGA8azHABg\",\"IE.LD\",\"14\",\"IE063\",53.7264766693115,-7.68656315786592,40873,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"53846969\",15,2,\"Louth\",,\"Louth\",\"IRL.15_1\",\"ChIJ_XrvrlczZ0gR8B-Y8azHABg\",\"IE.LH\",\"15\",\"IE062\",53.9203052520753,-6.51814676416981,128884,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"9102cc83\",16,2,\"Mayo\",,\"Mayo\",\"IRL.16_1\",\"ChIJJ1YLjJJoWUgRoAGA8azHABg\",\"IE.MO\",\"16\",\"IE042\",53.9164237976075,-9.21470575341721,130507,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"1a76ab11\",17,2,\"Meath\",,\"Meath\",\"IRL.17_1\",\"ChIJv1cLaulbZ0gRsAGA8azHABg\",\"IE.MH\",\"17\",\"IE062\",53.6386108398438,-6.58862677314062,195044,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"d2122f2d\",18,2,\"Monaghan\",,\"Monaghan\",\"IRL.18_1\",\"ChIJR6rlR0ShYEgRwAGA8azHABg\",\"IE.MN\",\"18\",\"IE041\",54.1601657867432,-6.93929391495214,61386,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"49a72d2c\",19,2,\"Offaly\",,\"Offaly\",\"IRL.19_1\",\"ChIJ9efdiXEHXUgR0AGA8azHABg\",\"IE.OY\",\"19\",\"IE063\",53.1379375457765,-7.81212099899917,77961,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"fdd024c5\",20,2,\"Roscommon\",,\"Roscommon\",\"IRL.20_1\",\"ChIJf3lhIcgYXEgR4AGA8azHABg\",\"IE.RN\",\"20\",\"IE042\",53.6841144561768,-8.21084537115281,64544,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"493648f1\",21,2,\"Sligo\",,\"Sligo\",\"IRL.21_1\",\"ChIJm6HiaIzGXkgRAAKA8azHABg\",\"IE.SO\",\"21\",\"IE041\",54.1911487579346,-8.73009755511242,65535,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"cb6071b7\",22,2,\"Tipperary\",,\"Tipperary\",\"IRL.22_1\",\"ChIJX7R4YLfGXEgR0B2Y8azHABg\",\"IE.TY\",\"22\",\"IE051\",52.6908931732178,-7.8726879279357,159553,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"e27f2b75\",23,2,\"Waterford\",,\"Waterford\",\"IRL.23_1\",\"ChIJS14ZGTgiQ0gRIAKA8azHABg\",\"IE.WD\",\"23\",\"IE052\",52.1469440460206,-7.63856228401254,116176,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"ce6fa325\",24,2,\"Westmeath\",,\"Westmeath\",\"IRL.24_1\",\"ChIJt7ZDotLGXUgRMAKA8azHABg\",\"IE.WH\",\"24\",\"IE063\",53.5572452545166,-7.31020663765937,88770,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"17f65753\",25,2,\"Wexford\",,\"Wexford\",\"IRL.25_1\",\"ChIJ8QOaQbwBaEgRQAKA8azHABg\",\"IE.WX\",\"25\",\"IE052\",52.4604167938233,-6.5959025561095,149722,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n\"fcfa7afd\",26,2,\"Wicklow\",,\"Wicklow\",\"IRL.26_1\",\"ChIJ67NZKAKUZ0gRUAKA8azHABg\",\"IE.WW\",\"26\",\"IE062\",52.9569435119629,-6.37025928970319,142425,\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)\",\"https://covid19ireland-geohive.hub.arcgis.com/\"\n"
  },
  {
    "path": "inst/extdata/db/ISO.csv",
    "content": "\"id\",\"id_covid19datahub.io\",\"id_github.cssegisanddata.covid19\",\"administrative_area_level\",\"administrative_area_level_1\",\"iso_alpha_3\",\"iso_alpha_2\",\"iso_numeric\",\"iso_currency\",\"latitude\",\"longitude\",\"population\",\"key_apple_mobility\",\"key_google_mobility\",\"key_jhu_csse\",\"key_gadm\",\"population_data_source\",\"population_data_source_url\"\n\"d7f0f2d6\",\"CAC\",,1,\"Costa Atlantica\",,,,,,,623,,,,,,\n\"8320791a\",\"GPC\",\"Grand Princess\",1,\"Grand Princess\",,,,,,,3533,,,,,,\n\"8166c743\",\"DPC\",\"Diamond Princess\",1,\"Diamond Princess\",,,,,,,3711,,,,,,\n\"f2a3cd9c\",\"AIA\",\"Anguilla\",1,\"Anguilla\",\"AIA\",\"AI\",660,\"XCD\",18.25,-63.1666667,18090,,,,\"AIA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"8fd439d9\",\"ALA\",,1,\"Aland Islands\",\"ALA\",\"AX\",248,\"AX\",60.116667,19.9,29884,,,,\"ALA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"d03fbfb0\",\"ANT\",,1,\"Netherlands Antilles\",\"ANT\",\"AN\",530,\"ANG\",12.226079,-69.0600891,304759,,,,\"ANT\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"0dcfa180\",\"ATA\",,1,\"Antarctica\",\"ATA\",\"AQ\",10,\"AAD\",-90,0,,,,,\"ATA\",,\n\"93ab3423\",\"ATF\",,1,\"French Southern Territories\",\"ATF\",\"TF\",260,\"EUR\",,,,,,,\"ATF\",,\n\"8424cbab\",\"BLM\",,1,\"Saint Barthélemy\",\"BLM\",\"BL\",652,\"BL\",18.5,-63.416666,7122,,,,\"BLM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"506299b0\",\"BVT\",,1,\"Bouvet Island\",\"BVT\",\"BV\",74,\"NOK\",-54.4333333,3.4,,,,,\"BVT\",,\n\"eb1d1866\",\"CCK\",,1,\"Cocos (Keeling) Islands\",\"CCK\",\"CC\",166,\"AUD\",-12.5,96.833333,596,,,,\"CCK\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"47a8576a\",\"COK\",\"Cook Islands\",1,\"Cook Islands\",\"COK\",\"CK\",184,\"NZD\",-21.2333333,-159.7666667,8574,,,,\"COK\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"26407b3c\",\"CXR\",,1,\"Christmas Island\",\"CXR\",\"CX\",162,\"AUD\",-10.5,105.6666667,2205,,,,\"CXR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"6a4ec642\",\"FLK\",\"Falkland Islands (Malvinas)\",1,\"Falkland Islands (Malvinas)\",\"FLK\",\"FK\",238,\"FKP\",-51.75,-59,3198,,,,\"FLK\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"7bc104f6\",\"GGY\",\"Guernsey\",1,\"Guernsey\",\"GGY\",\"GG\",831,\"GG\",49.4666667,-2.5833333,67052,,,,\"GGY\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"e1e96599\",\"GLP\",\"Guadeloupe\",1,\"Guadeloupe\",\"GLP\",\"GP\",312,\"EUR\",16.9959717,-62.0676422,395700,,,,\"GLP\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"8e3d79d0\",\"GUF\",\"French Guiana\",1,\"French Guiana\",\"GUF\",\"GF\",254,\"EUR\",4,-53,290691,,,,\"GUF\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"e974c798\",\"HMD\",,1,\"Heard Island and McDonald Islands\",\"HMD\",\"HM\",334,\"AUD\",-53.1,73.516667,,,,,\"HMD\",,\n\"c737df49\",\"IOT\",,1,\"British Indian Ocean Territory\",\"IOT\",\"IO\",86,\"USD\",-6,71.5,,,,,\"IOT\",,\n\"412ff527\",\"JEY\",\"Jersey\",1,\"Jersey\",\"JEY\",\"JE\",832,\"JE\",49.25,-2.1666666,101073,,,,\"JEY\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"cf2a8ffd\",\"MSR\",\"Montserrat\",1,\"Montserrat\",\"MSR\",\"MS\",500,\"XCD\",16.75,-62.2,5373,,,,\"MSR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"19624880\",\"MTQ\",\"Martinique\",1,\"Martinique\",\"MTQ\",\"MQ\",474,\"EUR\",14.666667,-61,376480,,,,\"MTQ\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"dca6c242\",\"MYT\",\"Mayotte\",1,\"Mayotte\",\"MYT\",\"YT\",175,\"EUR\",-12.77889,45.23151,256518,,,,\"MYT\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"9eb27f70\",\"NFK\",,1,\"Norfolk Island\",\"NFK\",\"NF\",574,\"AUD\",-29.0333,167.95,1748,,,,\"NFK\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"e3255edc\",\"NIU\",\"Niue\",1,\"Niue\",\"NIU\",\"NU\",570,\"NZD\",-19.0333333,-169.866666,2000,,,,\"NIU\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"8517f1c0\",\"PCN\",\"Pitcairn\",1,\"Pitcairn\",\"PCN\",\"PN\",612,\"NZD\",-25.0666667,-130.1,50,,,,\"PCN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"5aac4bc4\",\"REU\",\"Réunion\",1,\"Réunion\",\"REU\",\"RE\",638,\"EUR\",-21.114444,55.5325,859959,,\"ChIJO-S4EIF3eCER-erb7ImOf0o\",,\"REU\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"803be644\",\"SGS\",,1,\"South Georgia and the South Sandwich Islands\",\"SGS\",\"GS\",239,\"FKP\",-54.5,-37,,,,,\"SGS\",,\n\"64a59652\",\"SHN\",\"Saint Helena, Ascension and Tristan da Cunha\",1,\"Saint Helena, Ascension and Tristan da Cunha\",\"SHN\",\"SH\",654,\"SHP\",,,,,,,\"SHN\",,\n\"cf9aa56a\",\"SJM\",,1,\"Svalbard and Jan Mayen\",\"SJM\",\"SJ\",744,\"NOK\",78,20,2926,,,,\"SJM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"7fb75fb1\",\"SPM\",,1,\"Saint Pierre and Miquelon\",\"SPM\",\"PM\",666,\"EUR\",46.8333333,-56.333333,5347,,,,\"SPM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"a4c9b238\",\"TKL\",\"Tokelau\",1,\"Tokelau\",\"TKL\",\"TK\",772,\"NZD\",-9,-172,1647,,,,\"TKL\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"833b8b06\",\"UMI\",,1,\"United States Minor Outlying Islands\",\"UMI\",\"UM\",581,\"USD\",,,,,,,\"UMI\",,\n\"4ece168a\",\"VAT\",\"Holy See\",1,\"Holy See\",\"VAT\",\"VA\",336,\"EUR\",41.9,12.45,1000,,,\"VA\",\"VAT\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"091b73b8\",\"WLF\",\"Wallis and Futuna\",1,\"Wallis and Futuna\",\"WLF\",\"WF\",876,\"XPF\",-13.3,-176.2,15854,,,,\"WLF\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"8e5362bc\",\"BMU\",\"Bermuda\",1,\"Bermuda\",\"BMU\",\"BM\",60,\"BMD\",32.3333333,-64.75,63973,,,,\"BMU\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"b2534788\",\"CYM\",\"Cayman Islands\",1,\"Cayman Islands\",\"CYM\",\"KY\",136,\"KYD\",19.5,-80.5,64174,,,,\"CYM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"b9623d84\",\"FRO\",\"Faroe Islands\",1,\"Faroe Islands\",\"FRO\",\"FO\",234,\"DKK\",62,-7,48497,,,,\"FRO\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"6f27e094\",\"GIB\",\"Gibraltar\",1,\"Gibraltar\",\"GIB\",\"GI\",292,\"GIP\",36.1333333,-5.35,33718,,,,\"GIB\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"21a90609\",\"GRL\",\"Greenland\",1,\"Greenland\",\"GRL\",\"GL\",304,\"DKK\",,,56025,,,,\"GRL\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"086344b1\",\"IMN\",\"Isle of Man\",1,\"Isle of Man\",\"IMN\",\"IM\",833,\"IM\",54.25,-4.5,84077,\"Isle of Man\",,,\"IMN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"ad042b53\",\"MAF\",,1,\"Saint Martin (French part)\",\"MAF\",\"MF\",663,\"MF\",18.0833333,-63.95,37264,,,,\"MAF\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"2d4cc37f\",\"RKS\",\"Kosovo\",1,\"Kosovo\",\"RKS\",\"XK\",,\"XK\",42.602636,20.902977,1932774,,,\"XK\",\"RKS\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"acb08e49\",\"TWN\",\"Taiwan*\",1,\"Taiwan\",\"TWN\",\"TW\",158,\"TWD\",23.5,121,23603049,\"Taiwan\",\"ChIJL1cHXAbzbjQRaVScvwTwEec\",\"TW\",\"TWN\",\"CIA - Central Intelligence Agency (2020)\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tw.html\"\n\"ec40045d\",\"VGB\",\"British Virgin Islands\",1,\"Virgin Islands, British\",\"VGB\",\"VG\",92,\"USD\",,,29802,,,,\"VGB\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"e583a106\",\"ABW\",\"Aruba\",1,\"Aruba\",\"ABW\",\"AW\",533,\"AWG\",12.5,-69.96,105845,,\"ChIJ23da4s84hY4RL4yBiT6KavE\",,\"ABW\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"4b387b6c\",\"ASM\",\"American Samoa\",1,\"American Samoa\",\"ASM\",\"AS\",16,\"USD\",-14.333333,-170,55465,,,,\"ASM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"3c5b273f\",\"ESH\",,1,\"Western Sahara\",\"ESH\",\"EH\",732,\"MAD\",24.2155,-12.8858,652271,,,\"EH\",\"ESH\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"de4882cd\",\"MNP\",\"Northern Mariana Islands\",1,\"Northern Mariana Islands\",\"MNP\",\"MP\",580,\"USD\",15.2,145.75,56882,,,,\"MNP\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"7da11e96\",\"NCL\",\"New Caledonia\",1,\"New Caledonia\",\"NCL\",\"NC\",540,\"XPF\",-21.5,165.5,284060,,,,\"NCL\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"3be18329\",\"PYF\",\"French Polynesia\",1,\"French Polynesia\",\"PYF\",\"PF\",258,\"XPF\",-15,-140,277679,,,,\"PYF\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"12a1448d\",\"TCA\",\"Turks and Caicos Islands\",1,\"Turks and Caicos Islands\",\"TCA\",\"TC\",796,\"USD\",21.75,-71.5833,37665,,,,\"TCA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"6f7439b7\",\"VIR\",\"Virgin Islands, U.S.\",1,\"Virgin Islands, U.S.\",\"VIR\",\"VI\",850,\"USD\",18.333333,-64.833333,106977,,,,\"VIR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"19efa058\",\"GUM\",\"Guam\",1,\"Guam\",\"GUM\",\"GU\",316,\"USD\",13.46666,144.783333,165768,\"Guam\",,,\"GUM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"262731a4\",\"HKG\",\"Hong Kong\",1,\"Hong Kong\",\"HKG\",\"HK\",344,\"HKD\",22.25,114.166666,7451000,\"Hong Kong\",\"ChIJD5gyo-3iAzQRfMnq27qzivA\",,\"HKG\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"dd6edfdc\",\"MAC\",\"Macao\",1,\"Macao\",\"MAC\",\"MO\",446,\"MOP\",22.166666,113.55,631636,\"Macao\",,,\"MAC\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"48aa4773\",\"PRI\",\"Puerto Rico\",1,\"Puerto Rico\",\"PRI\",\"PR\",630,\"USD\",18.25,-66.5,3195153,\"Puerto Rico\",\"ChIJ-aeSGyaWAowRGpsEGCjsNvM\",,\"PRI\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"a6a4265f\",\"PRK\",,1,\"Korea, Democratic People's Republic of\",\"PRK\",\"KP\",408,\"KPW\",40,127,25549819,,,,\"PRK\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"58073a19\",\"PSE\",\"West Bank and Gaza\",1,\"Palestine\",\"PSE\",\"PS\",275,\"ILS\",,,4569087,,,\"PS\",\"PSE\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"237de90d\",\"SYR\",\"Syria\",1,\"Syria\",\"SYR\",\"SY\",760,\"SYP\",35,38,16906283,,,\"SY\",\"SYR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"0ae31f52\",\"LBY\",\"Libya\",1,\"Libya\",\"LBY\",\"LY\",434,\"LYD\",25,17,6678567,,\"ChIJDQHOjtmSqBMRKsL5x0FgB_o\",\"LY\",\"LBY\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"8dea749d\",\"TUV\",\"Tuvalu\",1,\"Tuvalu\",\"TUV\",\"TV\",798,\"AUD\",-8,178,11508,,,,\"TUV\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"72f49c35\",\"CIV\",\"Cote d'Ivoire\",1,\"Cote d'Ivoire\",\"CIV\",\"CI\",384,\"XOF\",8,-5,25069229,,\"ChIJZ6BJsIcTlg8RQO65fGIe-QE\",\"CI\",\"CIV\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"d7174afb\",\"COD\",\"Congo (Kinshasa)\",1,\"Congo, the Democratic Republic of the\",\"COD\",\"CD\",180,\"CDF\",0,25,84068091,,,\"CD\",\"COD\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"4e776de9\",\"FSM\",\"Micronesia\",1,\"Micronesia\",\"FSM\",\"FM\",583,\"USD\",6.9166666,158.25,112640,,,\"FM\",\"FSM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"9c137904\",\"MHL\",\"Marshall Islands\",1,\"Marshall Islands\",\"MHL\",\"MH\",584,\"USD\",9,168,58413,,,\"MH\",\"MHL\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"d7c02af4\",\"VEN\",\"Venezuela\",1,\"Venezuela\",\"VEN\",\"VE\",862,\"VEB\",8,-66,28870195,,\"ChIJAdjLNstTKIwR003VfFjyoNw\",\"VE\",\"VEN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"d80ea8fe\",\"BOL\",\"Bolivia\",1,\"Bolivia\",\"BOL\",\"BO\",68,\"BOV\",-17,-65,11353142,,\"ChIJlaK7d4nfXpERv-0VAbvCnhw\",\"BO\",\"BOL\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"b9e5a2f5\",\"MKD\",\"North Macedonia\",1,\"North Macedonia\",\"MKD\",\"MK\",807,\"MKD\",41.833,22,2082958,,\"ChIJCUi8cJ8VVBMRscUfyNZa8uA\",\"MK\",\"MKD\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"097f1f7d\",\"SLB\",\"Solomon Islands\",1,\"Solomon Islands\",\"SLB\",\"SB\",90,\"SBD\",-8,159,652858,,,\"SB\",\"SLB\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"2d46b4d6\",\"SSD\",\"South Sudan\",1,\"South Sudan\",\"SSD\",\"SS\",728,\"SS\",6.877,31.307,10975920,,,\"SS\",\"SSD\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"23b616da\",\"TJK\",\"Tajikistan\",1,\"Tajikistan\",\"TJK\",\"TJ\",762,\"TJS\",39,71,9100837,,\"ChIJzbO8enN2sTgRtYgZT4QxwyU\",\"TJ\",\"TJK\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"d3ce82ae\",\"TKM\",\"Turkmenistan\",1,\"Turkmenistan\",\"TKM\",\"TM\",795,\"TMM\",40,60,5850908,,,,\"TKM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"4e1e1b41\",\"COG\",\"Congo (Brazzaville)\",1,\"Congo\",\"COG\",\"CG\",178,\"XAF\",-1,15,5244363,,,\"CG\",\"COG\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"c5394a2f\",\"IRN\",\"Iran\",1,\"Iran\",\"IRN\",\"IR\",364,\"IRR\",32,53,81800269,,,\"IR\",\"IRN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"adee8913\",\"LSO\",\"Lesotho\",1,\"Lesotho\",\"LSO\",\"LS\",426,\"LSL\",-29.5,28.5,2108132,,,\"LS\",\"LSO\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"4a139546\",\"NRU\",\"Nauru\",1,\"Nauru\",\"NRU\",\"NR\",520,\"AUD\",-0.533,166.916666,12704,,,,\"NRU\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"66e445cf\",\"PLW\",\"Palau\",1,\"Palau\",\"PLW\",\"PW\",585,\"USD\",7.5,134.5,17907,,,\"PW\",\"PLW\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"6060c1df\",\"VUT\",\"Vanuatu\",1,\"Vanuatu\",\"VUT\",\"VU\",548,\"VUV\",-16,167,292680,,,\"VU\",\"VUT\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"5393a4ae\",\"WSM\",\"Samoa\",1,\"Samoa\",\"WSM\",\"WS\",882,\"WST\",-13.5833333,-172.3333333,196130,,,\"WS\",\"WSM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"4b9085ba\",\"BDI\",\"Burundi\",1,\"Burundi\",\"BDI\",\"BI\",108,\"BIF\",-3.3731,29.9189,11175378,,,\"BI\",\"BDI\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"c96ca5ce\",\"BRN\",\"Brunei\",1,\"Brunei\",\"BRN\",\"BN\",96,\"BND\",4.5,114.6666667,428962,,,\"BN\",\"BRN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"aecbf25f\",\"COM\",\"Comoros\",1,\"Comoros\",\"COM\",\"KM\",174,\"KMF\",-12.1666667,44.25,832322,,,\"KM\",\"COM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"e9f4352d\",\"CPV\",\"Cabo Verde\",1,\"Cape Verde\",\"CPV\",\"CV\",132,\"CVE\",16,-24,543767,,\"ChIJMVERWSGPNQkRH-oY-TbyGms\",\"CV\",\"CPV\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"7b8a0994\",\"KIR\",\"Kiribati\",1,\"Kiribati\",\"KIR\",\"KI\",296,\"AUD\",1.4166667,173,115847,,,\"KI\",\"KIR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"d51af9c0\",\"LAO\",\"Laos\",1,\"Laos\",\"LAO\",\"LA\",418,\"LAK\",18,105,7061507,,\"ChIJiUWCsFeQFDERgc2ZH0iSxQ4\",\"LA\",\"LAO\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"4e174ab5\",\"MDA\",\"Moldova\",1,\"Moldova\",\"MDA\",\"MD\",498,\"MDL\",47,29,2706049,,\"ChIJoWm3KDZ8yUARy6xT36wZgSU\",\"MD\",\"MDA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"78ddf66c\",\"STP\",\"Sao Tome and Principe\",1,\"Sao Tome and Principe\",\"STP\",\"ST\",678,\"STD\",0.18636,6.613081,211028,,,\"ST\",\"STP\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"b3254cb1\",\"SWZ\",\"Eswatini\",1,\"Swaziland\",\"SWZ\",\"SZ\",748,\"SZL\",-26.5,31.5,1136191,,,\"SZ\",\"SWZ\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"2eab1610\",\"TON\",\"Tonga\",1,\"Tonga\",\"TON\",\"TO\",776,\"TOP\",-20,-175,103197,,,,\"TON\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"89a1ed95\",\"TZA\",\"Tanzania\",1,\"Tanzania\",\"TZA\",\"TZ\",834,\"TZS\",-6,35,56318348,,\"ChIJEaFpSDFRSxgRMMTBSzEXWog\",\"TZ\",\"TZA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"ad3da285\",\"VNM\",\"Vietnam\",1,\"Vietnam\",\"VNM\",\"VN\",704,\"VND\",16.1666667,107.8333333,95540395,\"Vietnam\",\"ChIJXx5qc016FTERvmL-4smwO7A\",\"VN\",\"VNM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"45953c73\",\"YEM\",\"Yemen\",1,\"Yemen\",\"YEM\",\"YE\",887,\"YER\",15.552727,48.516388,28498687,,\"ChIJX7w0fKzbAxYRrneufjcp8ZI\",\"YE\",\"YEM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"97a59c79\",\"CZE\",\"Czechia\",1,\"Czech Republic\",\"CZE\",\"CZ\",203,\"CZK\",49.8037633,15.4749126,10629928,\"Czech Republic\",\"ChIJQ4Ld14-UC0cRb1jb03UcZvg\",\"CZ\",\"CZE\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"2dd0ae12\",\"KOR\",\"Korea, South\",1,\"Korea, South\",\"KOR\",\"KR\",410,\"KRW\",37,127.5,51606633,\"Republic of Korea\",\"ChIJm7oRy-tVZDURS9uIugCbJJE\",\"KR\",\"KOR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"fd169ad6\",\"LIE\",\"Liechtenstein\",1,\"Liechtenstein\",\"LIE\",\"LI\",438,\"CHF\",47.14,9.55,37910,,\"ChIJ_S9HHUQxm0cRibFa3Ta16mA\",\"LI\",\"LIE\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"f90dfca0\",\"RUS\",\"Russia\",1,\"Russia\",\"RUS\",\"RU\",643,\"RUB\",60,100,144478050,\"Russia\",\"ChIJ-yRniZpWPEURE_YRZvj9CRQ\",\"RU\",\"RUS\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"971b8ade\",\"SLE\",\"Sierra Leone\",1,\"Sierra Leone\",\"SLE\",\"SL\",694,\"SLL\",8.460555,-11.779889,7650154,,,\"SL\",\"SLE\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"59a13ceb\",\"USA\",\"US\",1,\"United States\",\"USA\",\"US\",840,\"USD\",38,-97,326687501,\"United States\",\"ChIJCzYy5IS16lQRQrfeQ5K5Oxw\",\"US\",\"USA\",\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"24a44c1a\",\"BWA\",\"Botswana\",1,\"Botswana\",\"BWA\",\"BW\",72,\"BWP\",-22.3285,24.6849,2254126,,\"ChIJESJF0SFDpB4Re68Vhyp8ZPE\",\"BW\",\"BWA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"1b6bb022\",\"MMR\",\"Burma\",1,\"Myanmar\",\"MMR\",\"MM\",104,\"MMK\",21.9162,95.956,53708395,,\"ChIJBylOcadSVjAREStiHOQOe7o\",\"MM\",\"MMR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"21238315\",\"MWI\",\"Malawi\",1,\"Malawi\",\"MWI\",\"MW\",454,\"MWK\",-13.254308,34.301525,18143315,,,\"MW\",\"MWI\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"0dd33e58\",\"SMR\",\"San Marino\",1,\"San Marino\",\"SMR\",\"SM\",674,\"EUR\",43.9424,12.4578,33785,,,\"SM\",\"SMR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"b2ed512f\",\"SOM\",\"Somalia\",1,\"Somalia\",\"SOM\",\"SO\",706,\"SOS\",5.1521,46.1996,15008154,,,\"SO\",\"SOM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"8b98cd15\",\"AGO\",\"Angola\",1,\"Angola\",\"AGO\",\"AO\",24,\"AOA\",-11.2027,17.8739,30809762,,\"ChIJJ4utyk7yURoRPU5KDZ0oClk\",\"AO\",\"AGO\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"9004ca73\",\"DMA\",\"Dominica\",1,\"Dominica\",\"DMA\",\"DM\",212,\"XCD\",15.415,-61.371,71625,,,\"DM\",\"DMA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"524726e8\",\"ERI\",\"Eritrea\",1,\"Eritrea\",\"ERI\",\"ER\",232,\"ERN\",15.1794,39.7823,5750433,,,\"ER\",\"ERI\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"20667653\",\"GNB\",\"Guinea-Bissau\",1,\"Guinea-Bissau\",\"GNB\",\"GW\",624,\"XOF\",11.8037,-15.1804,1874309,,\"ChIJ8amCr3Q85A4RTggeVz-O6Ls\",\"GW\",\"GNB\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"b075de8d\",\"KNA\",\"Saint Kitts and Nevis\",1,\"Saint Kitts and Nevis\",\"KNA\",\"KN\",659,\"XCD\",17.357822,-62.782998,52441,,,\"KN\",\"KNA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"e6eef175\",\"MCO\",\"Monaco\",1,\"Monaco\",\"MCO\",\"MC\",492,\"EUR\",43.7333,7.4167,38682,,,\"MC\",\"MCO\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"3f521b89\",\"MRT\",\"Mauritania\",1,\"Mauritania\",\"MRT\",\"MR\",478,\"MRO\",21.0079,10.9408,4403319,,,\"MR\",\"MRT\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"62cbb002\",\"TCD\",\"Chad\",1,\"Chad\",\"TCD\",\"TD\",148,\"XAF\",15.4542,18.7322,15477751,,,\"TD\",\"TCD\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"9c587466\",\"AFG\",\"Afghanistan\",1,\"Afghanistan\",\"AFG\",\"AF\",4,\"AFN\",33,65,37172386,,\"ChIJbQL_-LZu0TgReNqWvg1GtfM\",\"AF\",\"AFG\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"16dd6863\",\"ALB\",\"Albania\",1,\"Albania\",\"ALB\",\"AL\",8,\"ALL\",41.1533,20.1683,2866376,\"Albania\",,\"AL\",\"ALB\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"cd88afd4\",\"AND\",\"Andorra\",1,\"Andorra\",\"AND\",\"AD\",20,\"EUR\",42.5063,1.5218,77006,,,\"AD\",\"AND\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"e4ac04b5\",\"ATG\",\"Antigua and Barbuda\",1,\"Antigua and Barbuda\",\"ATG\",\"AG\",28,\"XCD\",17.0608,-61.7964,96286,,\"ChIJwdG4bbluDYwRlHmL4Yg3aic\",\"AG\",\"ATG\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"07f74e6c\",\"BLZ\",\"Belize\",1,\"Belize\",\"BLZ\",\"BZ\",84,\"BZD\",13.1939,-59.5432,383071,,\"ChIJ-foSwT5bXI8RTuMeP02KSvY\",\"BZ\",\"BLZ\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"9f360248\",\"BTN\",\"Bhutan\",1,\"Bhutan\",\"BTN\",\"BT\",64,\"BTN\",27.5142,90.4336,754394,,,\"BT\",\"BTN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"a79a0659\",\"CAF\",\"Central African Republic\",1,\"Central African Republic\",\"CAF\",\"CF\",140,\"XAF\",6.6111,20.9394,4666377,,,\"CF\",\"CAF\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"11f59d28\",\"CMR\",\"Cameroon\",1,\"Cameroon\",\"CMR\",\"CM\",120,\"XAF\",3.848,11.5021,25216237,,\"ChIJIQ8-cFM3YRARU5uCmUXEAys\",\"CM\",\"CMR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"a7fe6a9c\",\"GAB\",\"Gabon\",1,\"Gabon\",\"GAB\",\"GA\",266,\"XAF\",-0.8037,11.6094,2119275,,\"ChIJ7fM4VIo7fxARFWt4Ng7DDHs\",\"GA\",\"GAB\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"6691acbf\",\"GIN\",\"Guinea\",1,\"Guinea\",\"GIN\",\"GN\",324,\"GNF\",9.9456,-9.6966,12414318,,,\"GN\",\"GIN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"a4d8378d\",\"GNQ\",\"Equatorial Guinea\",1,\"Equatorial Guinea\",\"GNQ\",\"GQ\",226,\"XAF\",1.5,10,1308974,,,\"GQ\",\"GNQ\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"2f728e3b\",\"GRD\",\"Grenada\",1,\"Grenada\",\"GRD\",\"GD\",308,\"XCD\",12.1165,-61.679,111454,,,\"GD\",\"GRD\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"00f49119\",\"GTM\",\"Guatemala\",1,\"Guatemala\",\"GTM\",\"GT\",320,\"GTQ\",15.7835,-90.2308,17247807,,\"ChIJa1DnNlATiIURu9WEWzcrmDU\",\"GT\",\"GTM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"03357425\",\"GUY\",\"Guyana\",1,\"Guyana\",\"GUY\",\"GY\",328,\"GYD\",5,-58.75,779004,,,\"GY\",\"GUY\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"483147da\",\"IRQ\",\"Iraq\",1,\"Iraq\",\"IRQ\",\"IQ\",368,\"IQD\",33,44,38433600,,\"ChIJEUr1VD2CVxURAhYGorthpW0\",\"IQ\",\"IRQ\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"2c12c425\",\"JOR\",\"Jordan\",1,\"Jordan\",\"JOR\",\"JO\",400,\"JOD\",31.24,36.51,9956011,,\"ChIJmd5kZkdvABURmU4mUQdbKI0\",\"JO\",\"JOR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"0094b645\",\"LCA\",\"Saint Lucia\",1,\"Saint Lucia\",\"LCA\",\"LC\",662,\"XCD\",13.9094,-60.9789,181889,,,\"LC\",\"LCA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"a774ef80\",\"MDG\",\"Madagascar\",1,\"Madagascar\",\"MDG\",\"MG\",450,\"MGF\",-18.7669,46.8691,26262368,,,\"MG\",\"MDG\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"b3956626\",\"MNE\",\"Montenegro\",1,\"Montenegro\",\"MNE\",\"ME\",499,\"ME\",42.5,19.3,622227,,,\"ME\",\"MNE\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"17f1eb8d\",\"NIC\",\"Nicaragua\",1,\"Nicaragua\",\"NIC\",\"NI\",558,\"NIO\",12.8654,-85.2072,6465513,,\"ChIJzSL_zgDCEI8RtRWsP-Wn-sg\",\"NI\",\"NIC\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"c810d95e\",\"SDN\",\"Sudan\",1,\"Sudan\",\"SDN\",\"SD\",736,\"SDD\",12.8628,30.2176,41801533,,,\"SD\",\"SDN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"f09aed1c\",\"TTO\",\"Trinidad and Tobago\",1,\"Trinidad and Tobago\",\"TTO\",\"TT\",780,\"TTD\",10.6918,-61.2225,1389858,,\"ChIJxbZQY5cHNowRJ_E5xlUoCP8\",\"TT\",\"TTO\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"7cf87408\",\"VCT\",\"Saint Vincent and the Grenadines\",1,\"Saint Vincent and the Grenadines\",\"VCT\",\"VC\",670,\"XCD\",12.9843,-61.2872,110210,,,\"VC\",\"VCT\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"c259945b\",\"HND\",\"Honduras\",1,\"Honduras\",\"HND\",\"HN\",340,\"HNL\",15.2,-86.2419,9587522,,\"ChIJzzG3cxp1ao8RZIL7toLe0X4\",\"HN\",\"HND\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"cdc4cf72\",\"MDV\",\"Maldives\",1,\"Maldives\",\"MDV\",\"MV\",462,\"MVR\",3.2028,73.2207,515696,,,\"MV\",\"MDV\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"38904c82\",\"NAM\",\"Namibia\",1,\"Namibia\",\"NAM\",\"NA\",516,\"NA\",-22.9576,18.4904,2448255,,\"ChIJIXXTbn489RsRYbLsqKXludM\",\"NA\",\"NAM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"677ca72f\",\"NGA\",\"Nigeria\",1,\"Nigeria\",\"NGA\",\"NG\",566,\"NGN\",9.082,8.6753,195874740,,\"ChIJDY2kfa8LThARyAvFaEH-qJk\",\"NG\",\"NGA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"c74c0a09\",\"PER\",\"Peru\",1,\"Peru\",\"PER\",\"PE\",604,\"PEN\",-9.19,-75.0152,31989256,,\"ChIJ9RRZwFDIBZERSAYheRIBnvI\",\"PE\",\"PER\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"49653729\",\"PNG\",\"Papua New Guinea\",1,\"Papua New Guinea\",\"PNG\",\"PG\",598,\"PGK\",-6.315,143.9555,8606316,,\"ChIJr54Ov6_oWWgRehKcjg3l8No\",\"PG\",\"PNG\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"3882ef6a\",\"RWA\",\"Rwanda\",1,\"Rwanda\",\"RWA\",\"RW\",646,\"RWF\",-1.9403,29.8739,12301939,,\"ChIJ40A451SWwhkRA6HMyyawkHQ\",\"RW\",\"RWA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"d10be81f\",\"SEN\",\"Senegal\",1,\"Senegal\",\"SEN\",\"SN\",686,\"XOF\",14.4974,-14.4524,15854360,,\"ChIJcbvFs_VywQ4RQFlhmVClRlo\",\"SN\",\"SEN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"5cf8c21f\",\"ARE\",\"United Arab Emirates\",1,\"United Arab Emirates\",\"ARE\",\"AE\",784,\"AED\",24,54,9630959,\"United Arab Emirates\",\"ChIJvRKrsd9IXj4RpwoIwFYv0zM\",\"AE\",\"ARE\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"52234a2d\",\"ARM\",\"Armenia\",1,\"Armenia\",\"ARM\",\"AM\",51,\"AMD\",40.0691,45.0382,2951776,,,\"AM\",\"ARM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"94214817\",\"AZE\",\"Azerbaijan\",1,\"Azerbaijan\",\"AZE\",\"AZ\",31,\"AZM\",40.1431,47.5769,9939800,,,\"AZ\",\"AZE\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"ccef2158\",\"BEN\",\"Benin\",1,\"Benin\",\"BEN\",\"BJ\",204,\"XOF\",9.3077,2.3158,11485048,,\"ChIJlVZ6BCtUIxAR9S5iy_h3suw\",\"BJ\",\"BEN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"777d6f0a\",\"BFA\",\"Burkina Faso\",1,\"Burkina Faso\",\"BFA\",\"BF\",854,\"XOF\",12.2383,-1.5616,19751535,,\"ChIJm3Cm1SbKLQ4Rq22DRu0Kkyc\",\"BF\",\"BFA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"1e0caac4\",\"BGD\",\"Bangladesh\",1,\"Bangladesh\",\"BGD\",\"BD\",50,\"BDT\",23.685,90.3563,161356039,,\"ChIJp4vhgO2qrTARa_zhxOAoLQ8\",\"BD\",\"BGD\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"6d40035a\",\"BHR\",\"Bahrain\",1,\"Bahrain\",\"BHR\",\"BH\",48,\"BHD\",26.0275,50.55,1569439,,\"ChIJEaJHak5SSD4RRhDa2-JQlC4\",\"BH\",\"BHR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"1a4733cc\",\"BHS\",\"Bahamas\",1,\"Bahamas\",\"BHS\",\"BS\",44,\"BSD\",25.0343,-77.3963,385640,,\"ChIJPQ9Isjua1ogR5XnHaoO0PhM\",\"BS\",\"BHS\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"8939cb61\",\"BIH\",\"Bosnia and Herzegovina\",1,\"Bosnia and Herzegovina\",\"BIH\",\"BA\",70,\"BAM\",43.9159,17.6791,3323929,,\"ChIJ16k3xxWiSxMRDOm3QwPi920\",\"BA\",\"BIH\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"092cc65e\",\"BLR\",\"Belarus\",1,\"Belarus\",\"BLR\",\"BY\",112,\"BYR\",53.7098,27.9534,9483499,,\"ChIJgUit4oQl2kYREIzsgdGhAAA\",\"BY\",\"BLR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"c0dae9e5\",\"BRB\",\"Barbados\",1,\"Barbados\",\"BRB\",\"BB\",52,\"BBD\",13.1939,-59.5432,286641,,\"ChIJoxoyrvvxQ4wRKzb0jLNR7A4\",\"BB\",\"BRB\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"968d540e\",\"CHL\",\"Chile\",1,\"Chile\",\"CHL\",\"CL\",152,\"CLF\",-35.6751,-71.543,18729160,\"Chile\",\"ChIJL68lBEHFYpYRHbkCERPhBQU\",\"CL\",\"CHL\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"d9ccc2c9\",\"COL\",\"Colombia\",1,\"Colombia\",\"COL\",\"CO\",170,\"COU\",4.5709,-74.2973,49648685,\"Colombia\",\"ChIJo5QVrjqkFY4RQKPy7wSaDZo\",\"CO\",\"COL\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"56ca5a5a\",\"CRI\",\"Costa Rica\",1,\"Costa Rica\",\"CRI\",\"CR\",188,\"CRC\",9.7489,-83.7534,4999441,,\"ChIJJcmsIWLlko8RK5qBNSX3VGI\",\"CR\",\"CRI\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"8e591515\",\"CUB\",\"Cuba\",1,\"Cuba\",\"CUB\",\"CU\",192,\"CUP\",22,-80,11338138,,,\"CU\",\"CUB\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"d19ed486\",\"DJI\",\"Djibouti\",1,\"Djibouti\",\"DJI\",\"DJ\",262,\"DJF\",11.8251,42.5903,958920,,,\"DJ\",\"DJI\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"ab84e4da\",\"DOM\",\"Dominican Republic\",1,\"Dominican Republic\",\"DOM\",\"DO\",214,\"DOP\",18.7357,-70.1627,10627165,,\"ChIJ9bbx3jiIr44R4PcNBiQPAqY\",\"DO\",\"DOM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"95874ee5\",\"DZA\",\"Algeria\",1,\"Algeria\",\"DZA\",\"DZ\",12,\"DZD\",28.0339,1.6596,42228429,,,\"DZ\",\"DZA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"159f59b7\",\"ECU\",\"Ecuador\",1,\"Ecuador\",\"ECU\",\"EC\",218,\"USD\",-1.8312,-78.1834,17084357,,\"ChIJ1UuaqN2HI5ARAjecEQSvdp0\",\"EC\",\"ECU\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"7845d098\",\"EGY\",\"Egypt\",1,\"Egypt\",\"EGY\",\"EG\",818,\"EGP\",26,30,98423595,\"Egypt\",\"ChIJ6TZcw3aJNhQRRMTEJQmgRSw\",\"EG\",\"EGY\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"731ab1f8\",\"ETH\",\"Ethiopia\",1,\"Ethiopia\",\"ETH\",\"ET\",231,\"ETB\",9.145,40.4897,109224559,,,\"ET\",\"ETH\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"d21a00e8\",\"FJI\",\"Fiji\",1,\"Fiji\",\"FJI\",\"FJ\",242,\"FJD\",-17.7134,178.065,883483,,\"ChIJXdw8cP2QGW4Rk1vvRpkxnJ4\",\"FJ\",\"FJI\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"bd23d325\",\"GEO\",\"Georgia\",1,\"Georgia\",\"GEO\",\"GE\",268,\"GEL\",42.3154,43.3569,3726549,\"Georgia\",\"ChIJa2JP5tcMREARwkotEmR5kE8\",\"GE\",\"GEO\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"ef35806f\",\"GHA\",\"Ghana\",1,\"Ghana\",\"GHA\",\"GH\",288,\"GHC\",7.9465,-1.0232,29767108,,\"ChIJx9baqM1a1w8RNtKT0DDy11Q\",\"GH\",\"GHA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"0b4b2590\",\"GMB\",\"Gambia\",1,\"Gambia\",\"GMB\",\"GM\",270,\"GMD\",13.4432,-15.3101,2280102,,,\"GM\",\"GMB\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"0cc5123d\",\"HTI\",\"Haiti\",1,\"Haiti\",\"HTI\",\"HT\",332,\"USD\",18.9712,-72.2852,11123176,,\"ChIJEbvLf_PGto4R0_ZUTLI4FLU\",\"HT\",\"HTI\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"322c1a42\",\"ISL\",\"Iceland\",1,\"Iceland\",\"ISL\",\"IS\",352,\"ISK\",64.9631,-19.0208,352721,\"Iceland\",,\"IS\",\"ISL\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"3f99e45e\",\"JAM\",\"Jamaica\",1,\"Jamaica\",\"JAM\",\"JM\",388,\"JMD\",18.1096,-77.2975,2934855,,\"ChIJnXHPxhsq2o4R-g4StcDRoFk\",\"JM\",\"JAM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"bd880bae\",\"KAZ\",\"Kazakhstan\",1,\"Kazakhstan\",\"KAZ\",\"KZ\",398,\"KZT\",48.0196,66.9237,18272430,,\"ChIJR6n87AcQqTgRGw6z5C-Ee18\",\"KZ\",\"KAZ\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"c33e1ad7\",\"KEN\",\"Kenya\",1,\"Kenya\",\"KEN\",\"KE\",404,\"KES\",-0.0236,37.9062,51393010,,\"ChIJD5BQg9CAJxgR2W2XobAOO0A\",\"KE\",\"KEN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"ebd2ac28\",\"KGZ\",\"Kyrgyzstan\",1,\"Kyrgyzstan\",\"KGZ\",\"KG\",417,\"KGS\",41.2044,74.7661,6322800,,\"ChIJ8yfp_B04lzgRM8SITrdYECg\",\"KG\",\"KGZ\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"ef993520\",\"KHM\",\"Cambodia\",1,\"Cambodia\",\"KHM\",\"KH\",116,\"KHR\",11.55,104.9167,16249798,\"Cambodia\",\"ChIJQzfc1L-HBzERUxL0ieC_t-Q\",\"KH\",\"KHM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"46a8937e\",\"KWT\",\"Kuwait\",1,\"Kuwait\",\"KWT\",\"KW\",414,\"KWD\",29.5,47.75,4137309,,\"ChIJoVHqvj82xT8R0u3Yks1rcnQ\",\"KW\",\"KWT\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"89309a95\",\"LBN\",\"Lebanon\",1,\"Lebanon\",\"LBN\",\"LB\",422,\"LBP\",33.8547,35.8623,6848925,,\"ChIJraoihAIXHxURcPkAbAk0fcw\",\"LB\",\"LBN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"9d31c6da\",\"LBR\",\"Liberia\",1,\"Liberia\",\"LBR\",\"LR\",430,\"LRD\",6.4281,-9.4295,4818977,,,\"LR\",\"LBR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"c84d3c4d\",\"LKA\",\"Sri Lanka\",1,\"Sri Lanka\",\"LKA\",\"LK\",144,\"LKR\",7,81,21670000,,\"ChIJnR5a9jxZ4joRjNPiALSkPeE\",\"LK\",\"LKA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"37215051\",\"LVA\",\"Latvia\",1,\"Latvia\",\"LVA\",\"LV\",428,\"LVL\",56.8796,24.6032,1927174,\"Latvia\",\"ChIJ_ZqKe2cw6UYREPzyaM3PAAA\",\"LV\",\"LVA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"b7deff2e\",\"MAR\",\"Morocco\",1,\"Morocco\",\"MAR\",\"MA\",504,\"MAD\",31.7917,-7.0926,36029138,\"Morocco\",\"ChIJjcVRlmGICw0Rw_8sxIGT09k\",\"MA\",\"MAR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"8815488f\",\"MLI\",\"Mali\",1,\"Mali\",\"MLI\",\"ML\",466,\"XOF\",17.570692,-3.996166,19077690,,\"ChIJz3MQG4g-FA4RgM-9oOJbOrs\",\"ML\",\"MLI\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"5d9b070a\",\"MNG\",\"Mongolia\",1,\"Mongolia\",\"MNG\",\"MN\",496,\"MNT\",46.8625,103.8467,3170208,,\"ChIJS22qaQYFJzYRluDmNzkh3eA\",\"MN\",\"MNG\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"27865a92\",\"MOZ\",\"Mozambique\",1,\"Mozambique\",\"MOZ\",\"MZ\",508,\"MZM\",-18.665695,35.529562,29495962,,\"ChIJxUr95uqs1BgRFaEWrrm_uxI\",\"MZ\",\"MOZ\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"ee7718ed\",\"MUS\",\"Mauritius\",1,\"Mauritius\",\"MUS\",\"MU\",480,\"MUR\",-20.2,57.5,1265303,,\"ChIJyXRE-U1QfCERMdBrEcLZA0I\",\"MU\",\"MUS\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"d1f48473\",\"NER\",\"Niger\",1,\"Niger\",\"NER\",\"NE\",562,\"XOF\",17.6078,8.0817,22442948,,\"ChIJXa-hxnrsmRER1CSOFQqSM8k\",\"NE\",\"NER\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"f4e28a6b\",\"NLD\",\"Netherlands\",1,\"Netherlands\",\"NLD\",\"NL\",528,\"EUR\",52.1326,5.2913,17231624,\"Netherlands\",\"ChIJu-SH28MJxkcRnwq9_851obM\",\"NL\",\"NLD\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"1c4e5f04\",\"NPL\",\"Nepal\",1,\"Nepal\",\"NPL\",\"NP\",524,\"NPR\",28.1667,84.25,28087871,,\"ChIJz2gufcfolTkR3obM0LyaojQ\",\"NP\",\"NPL\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"0cee3803\",\"OMN\",\"Oman\",1,\"Oman\",\"OMN\",\"OM\",512,\"OMR\",21,57,4829483,,\"ChIJv5vVqWaf1j0RF6ixZXZMBjo\",\"OM\",\"OMN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"c74b67cd\",\"PAK\",\"Pakistan\",1,\"Pakistan\",\"PAK\",\"PK\",586,\"PKR\",30.3753,69.3451,212215030,,\"ChIJH3X9-NJS2zgRXJIU5veht0Y\",\"PK\",\"PAK\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"b7219342\",\"PAN\",\"Panama\",1,\"Panama\",\"PAN\",\"PA\",591,\"USD\",8.538,-80.7821,4176873,,\"ChIJ4yu-yIMVpo8Rz5ulH03g7nk\",\"PA\",\"PAN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"551d5717\",\"PRY\",\"Paraguay\",1,\"Paraguay\",\"PRY\",\"PY\",600,\"PYG\",-23.4425,-58.4438,6956071,,\"ChIJYz3xkDQIXJQR8y5YHWH_-rM\",\"PY\",\"PRY\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"4b81000f\",\"QAT\",\"Qatar\",1,\"Qatar\",\"QAT\",\"QA\",634,\"QAR\",25.3548,51.1839,2781677,,\"ChIJf-jc_zTFRT4RMkArgc-I-hw\",\"QA\",\"QAT\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"13a5cb00\",\"SLV\",\"El Salvador\",1,\"El Salvador\",\"SLV\",\"SV\",222,\"USD\",13.7942,-88.8965,6420744,,\"ChIJVwZkWaYnY48RMkiFmOsWmm8\",\"SV\",\"SLV\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"dd3e20a2\",\"SRB\",\"Serbia\",1,\"Serbia\",\"SRB\",\"RS\",688,\"RS\",44.0165,21.0059,6982604,\"Serbia\",\"ChIJlYCJ8t8dV0cRXYYjN-pQXgU\",\"RS\",\"SRB\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"8fc8a601\",\"SUR\",\"Suriname\",1,\"Suriname\",\"SUR\",\"SR\",740,\"SRD\",3.9193,-56.0278,575991,,,\"SR\",\"SUR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"49cdc9ff\",\"SYC\",\"Seychelles\",1,\"Seychelles\",\"SYC\",\"SC\",690,\"SCR\",-4.6796,55.492,96762,,,\"SC\",\"SYC\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"9175ac8e\",\"TGO\",\"Togo\",1,\"Togo\",\"TGO\",\"TG\",768,\"XOF\",8.6195,0.8248,7889094,,\"ChIJGVQYE8HhIxARYJPRGjBbrvo\",\"TG\",\"TGO\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"6680290a\",\"TLS\",\"Timor-Leste\",1,\"Timor-Leste\",\"TLS\",\"TL\",626,\"USD\",-8.874217,125.727539,1267972,,,\"TL\",\"TLS\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"9e86eccb\",\"TUN\",\"Tunisia\",1,\"Tunisia\",\"TUN\",\"TN\",788,\"TND\",34,9,11565204,,,\"TN\",\"TUN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"770febbe\",\"UGA\",\"Uganda\",1,\"Uganda\",\"UGA\",\"UG\",800,\"UGX\",1,32,42723139,,\"ChIJRfmZZJ-mcRcRSUUBQ85VQYc\",\"UG\",\"UGA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"5f04e56c\",\"UKR\",\"Ukraine\",1,\"Ukraine\",\"UKR\",\"UA\",804,\"UAH\",48.3794,31.1656,44622516,\"Ukraine\",\"ChIJjw5wVMHZ0UAREED2iIQGAQA\",\"UA\",\"UKR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"53d695fc\",\"URY\",\"Uruguay\",1,\"Uruguay\",\"URY\",\"UY\",858,\"UYU\",-32.5228,-55.7658,3449299,\"Uruguay\",\"ChIJCd5f-zoHdZURSlIWYGGWVUo\",\"UY\",\"URY\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"116ad618\",\"UZB\",\"Uzbekistan\",1,\"Uzbekistan\",\"UZB\",\"UZ\",860,\"UZS\",41.3775,64.5853,32955400,,,\"UZ\",\"UZB\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"b46d9ea6\",\"ZAF\",\"South Africa\",1,\"South Africa\",\"ZAF\",\"ZA\",710,\"ZAR\",-30.5595,22.9375,57779622,\"South Africa\",\"ChIJURLu2YmmNBwRoOikHwxjXeg\",\"ZA\",\"ZAF\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"1fb515b3\",\"ZMB\",\"Zambia\",1,\"Zambia\",\"ZMB\",\"ZM\",894,\"ZMK\",-15.4167,28.2833,17351822,,\"ChIJcQv8_KX0QBkRRT5Yfqz5n_E\",\"ZM\",\"ZMB\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"31fc7acb\",\"ZWE\",\"Zimbabwe\",1,\"Zimbabwe\",\"ZWE\",\"ZW\",716,\"ZWD\",-20,30,14439018,,\"ChIJYXGxBuekMRkR7r_LxV84wKE\",\"ZW\",\"ZWE\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"b2f6a333\",\"ARG\",\"Argentina\",1,\"Argentina\",\"ARG\",\"AR\",32,\"ARS\",-38.4161,-63.6167,44494502,\"Argentina\",\"ChIJZ8b99fXKvJURqA_wKpl3Lz0\",\"AR\",\"ARG\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"e76de189\",\"AUS\",\"Australia\",1,\"Australia\",\"AUS\",\"AU\",36,\"AUD\",-31.9961875,141.2327875,24982688,\"Australia\",\"ChIJ38WHZwf9KysRUhNblaFnglM\",\"AU\",\"AUS\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"7909742a\",\"AUT\",\"Austria\",1,\"Austria\",\"AUT\",\"AT\",40,\"EUR\",47.5162,14.5501,8840521,\"Austria\",\"ChIJfyqdJZsHbUcRr8Hk3XvUEhA\",\"AT\",\"AUT\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"22e14074\",\"BEL\",\"Belgium\",1,\"Belgium\",\"BEL\",\"BE\",56,\"EUR\",50.8333,4,11433256,\"Belgium\",\"ChIJl5fz7WR9wUcR8g_mObTy60c\",\"BE\",\"BEL\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"ead81f95\",\"BGR\",\"Bulgaria\",1,\"Bulgaria\",\"BGR\",\"BG\",100,\"BGN\",42.7339,25.4858,7025037,\"Bulgaria\",\"ChIJifBbyMH-qEAREEy_aRKgAAA\",\"BG\",\"BGR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"59d3b85f\",\"BRA\",\"Brazil\",1,\"Brazil\",\"BRA\",\"BR\",76,\"BRL\",-14.235,-51.9253,209469333,\"Brazil\",\"ChIJzyjM68dZnAARYz4p8gYVWik\",\"BR\",\"BRA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"a9418e6b\",\"CAN\",\"Canada\",1,\"Canada\",\"CAN\",\"CA\",124,\"CAD\",44.78404667,-82.50859333,37057765,\"Canada\",\"ChIJ2WrMN9MDDUsRpY9Doiq3aJk\",\"CA\",\"CAN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"ef51ecaa\",\"CHE\",\"Switzerland\",1,\"Switzerland\",\"CHE\",\"CH\",756,\"CHF\",46.8182,8.2275,8513227,\"Switzerland\",\"ChIJYW1Zb-9kjEcRFXvLDxG1Vlw\",\"CH\",\"CHE\",\"Swiss Federal Statistical Office (2018)\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\"\n\"78833522\",\"CHN\",\"China\",1,\"China\",\"CHN\",\"CN\",156,\"CNY\",32.82838485,111.6490818,1392730000,,,\"CN\",\"CHN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"d1552b51\",\"CYP\",\"Cyprus\",1,\"Cyprus\",\"CYP\",\"CY\",196,\"CYP\",35.1264,33.4299,1189265,,,\"CY\",\"CYP\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"42079406\",\"DEU\",\"Germany\",1,\"Germany\",\"DEU\",\"DE\",276,\"EUR\",51,9,82905782,\"Germany\",\"ChIJa76xwh5ymkcRW-WRjmtd6HU\",\"DE\",\"DEU\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"5bfc70ae\",\"DNK\",\"Denmark\",1,\"Denmark\",\"DNK\",\"DK\",208,\"DKK\",56.26,9.5,5793636,\"Denmark\",\"ChIJ-1-U7rYnS0YRzZLgw9BDh1I\",\"DK\",\"DNK\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"2f37bf69\",\"ESP\",\"Spain\",1,\"Spain\",\"ESP\",\"ES\",724,\"EUR\",40,-4,46796540,\"Spain\",\"ChIJi7xhMnjjQgwR7KNoB5Qs7KY\",\"ES\",\"ESP\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"285a7b70\",\"EST\",\"Estonia\",1,\"Estonia\",\"EST\",\"EE\",233,\"EEK\",58.5953,25.0136,1321977,\"Estonia\",\"ChIJ_UuggpyUkkYRwyW0T7qf6kA\",\"EE\",\"EST\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"6753c688\",\"FIN\",\"Finland\",1,\"Finland\",\"FIN\",\"FI\",246,\"EUR\",64,26,5515525,\"Finland\",\"ChIJ3fYyS9_KgUYREKh1PNZGAQA\",\"FI\",\"FIN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"5eda1083\",\"FRA\",\"France\",1,\"France\",\"FRA\",\"FR\",250,\"EUR\",46.23,2.21,66977107,\"France\",\"ChIJMVd4MymgVA0R99lHx5Y__Ws\",\"FR\",\"FRA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"9164293b\",\"GBR\",\"United Kingdom\",1,\"United Kingdom\",\"GBR\",\"GB\",826,\"GBP\",55.3781,-3.436,66460344,\"United Kingdom\",\"ChIJqZHHQhE7WgIReiWIMkOg-MQ\",\"GB\",\"GBR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"b1161b98\",\"GRC\",\"Greece\",1,\"Greece\",\"GRC\",\"GR\",300,\"EUR\",39.0742,21.8243,10731726,\"Greece\",\"ChIJY2xxEcdKWxMRHS2a3HUXOjY\",\"GR\",\"GRC\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"d797b84e\",\"HRV\",\"Croatia\",1,\"Croatia\",\"HRV\",\"HR\",191,\"HRK\",45.1,15.2,4087843,\"Croatia\",\"ChIJ7ZXdCghBNBMRfxtm4STA86A\",\"HR\",\"HRV\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"8bbab6df\",\"HUN\",\"Hungary\",1,\"Hungary\",\"HUN\",\"HU\",348,\"HUF\",47.1625,19.5033,9775564,\"Hungary\",\"ChIJw-Q333uDQUcREBAeDCnEAAA\",\"HU\",\"HUN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"d9a1fff8\",\"IDN\",\"Indonesia\",1,\"Indonesia\",\"IDN\",\"ID\",360,\"IDR\",-0.7893,113.9213,267663435,\"Indonesia\",\"ChIJtwRkSdcHTCwRhfStG-dNe-M\",\"ID\",\"IDN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"c39bfe6c\",\"IND\",\"India\",1,\"India\",\"IND\",\"IN\",356,\"INR\",21,78,1352617328,\"India\",\"ChIJkbeSa_BfYzARphNChaFPjNc\",\"IN\",\"IND\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"2b372b03\",\"IRL\",\"Ireland\",1,\"Ireland\",\"IRL\",\"IE\",372,\"EUR\",53.1424,-7.6921,4867309,\"Ireland\",\"ChIJ-ydAXOS6WUgRCPTbzjQSfM8\",\"IE\",\"IRL\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"c8232721\",\"ISR\",\"Israel\",1,\"Israel\",\"ISR\",\"IL\",376,\"ILS\",31,35,8882800,\"Israel\",\"ChIJi8mnMiRJABURuiw1EyBCa2o\",\"IL\",\"ISR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"03dcf038\",\"ITA\",\"Italy\",1,\"Italy\",\"ITA\",\"IT\",380,\"EUR\",43,12,60421760,\"Italy\",\"ChIJA9KNRIL-1BIRb15jJFz1LOI\",\"IT\",\"ITA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"f54996f4\",\"JPN\",\"Japan\",1,\"Japan\",\"JPN\",\"JP\",392,\"JPY\",36,138,126529100,\"Japan\",\"ChIJLxl_1w9OZzQRRFJmfNR1QvU\",\"JP\",\"JPN\",\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"1fcde6ae\",\"LTU\",\"Lithuania\",1,\"Lithuania\",\"LTU\",\"LT\",440,\"LTL\",55.1694,23.8813,2801543,\"Lithuania\",\"ChIJE74zDxSU3UYRubpdpdNUCvM\",\"LT\",\"LTU\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"7867ab52\",\"LUX\",\"Luxembourg\",1,\"Luxembourg\",\"LUX\",\"LU\",442,\"EUR\",49.8153,6.1296,607950,\"Luxembourg\",\"ChIJRyEhyrlFlUcR75LTAvZg22Q\",\"LU\",\"LUX\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"3367d334\",\"MEX\",\"Mexico\",1,\"Mexico\",\"MEX\",\"MX\",484,\"MXV\",23.6345,-102.5528,126190788,\"Mexico\",\"ChIJU1NoiDs6BIQREZgJa760ZO0\",\"MX\",\"MEX\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"eb132456\",\"MLT\",\"Malta\",1,\"Malta\",\"MLT\",\"MT\",470,\"MTL\",35.9375,14.3754,484630,,\"ChIJxUeGHShFDhMROUK-NmHYgvU\",\"MT\",\"MLT\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"42c257e1\",\"MYS\",\"Malaysia\",1,\"Malaysia\",\"MYS\",\"MY\",458,\"MYR\",2.5,112.5,31528585,\"Malaysia\",\"ChIJrzBnX5fTNDAR2BwhKJOWRQc\",\"MY\",\"MYS\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"2b1b6cf9\",\"NOR\",\"Norway\",1,\"Norway\",\"NOR\",\"NO\",578,\"NOK\",60.472,8.4689,5311916,\"Norway\",\"ChIJv-VNj0VoEkYRK9BkuJ07sKE\",\"NO\",\"NOR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"e6a1b78e\",\"NZL\",\"New Zealand\",1,\"New Zealand\",\"NZL\",\"NZ\",554,\"NZD\",-40.9006,174.886,4841000,\"New Zealand\",\"ChIJh5Z3Fw4gLG0RM0dqdeIY1rE\",\"NZ\",\"NZL\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"88ed4927\",\"PHL\",\"Philippines\",1,\"Philippines\",\"PHL\",\"PH\",608,\"PHP\",13,122,106651922,\"Philippines\",\"ChIJY96HXyFTQDIRV9opeu-QR3g\",\"PH\",\"PHL\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"c7acdfe0\",\"POL\",\"Poland\",1,\"Poland\",\"POL\",\"PL\",616,\"PLN\",51.9194,19.1451,37974750,\"Poland\",\"ChIJuwtkpGSZAEcR6lXMScpzdQk\",\"PL\",\"POL\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"2bac2baa\",\"PRT\",\"Portugal\",1,\"Portugal\",\"PRT\",\"PT\",620,\"EUR\",39.3999,-8.2245,10283822,\"Portugal\",\"ChIJ1SZCvy0kMgsRQfBOHAlLuCo\",\"PT\",\"PRT\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"a043a34e\",\"ROU\",\"Romania\",1,\"Romania\",\"ROU\",\"RO\",642,\"ROL\",45.9432,24.9668,19466145,\"Romania\",\"ChIJw3aJlSb_sUARlLEEqJJP74Q\",\"RO\",\"ROU\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"3f02e4f7\",\"SAU\",\"Saudi Arabia\",1,\"Saudi Arabia\",\"SAU\",\"SA\",682,\"SAR\",24,45,33699947,\"Saudi Arabia\",\"ChIJQSqV5z-z5xURm7YawktQYFk\",\"SA\",\"SAU\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"1932b7fe\",\"SGP\",\"Singapore\",1,\"Singapore\",\"SGP\",\"SG\",702,\"SGD\",1.2833,103.8333,5638676,\"Singapore\",\"ChIJdZOLiiMR2jERxPWrUs9peIg\",\"SG\",\"SGP\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"c08e5d02\",\"SVK\",\"Slovakia\",1,\"Slovakia\",\"SVK\",\"SK\",703,\"SKK\",48.669,19.699,5446771,\"Slovakia\",\"ChIJf8Z8rrlgFEcRfTpysWdha80\",\"SK\",\"SVK\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"b0e4a98d\",\"SVN\",\"Slovenia\",1,\"Slovenia\",\"SVN\",\"SI\",705,\"SIT\",46.1512,14.9955,2073894,\"Slovenia\",\"ChIJYYOWXuckZUcRZdTiJR5FQOc\",\"SI\",\"SVN\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"3e2d4144\",\"SWE\",\"Sweden\",1,\"Sweden\",\"SWE\",\"SE\",752,\"SEK\",63,16,10175214,\"Sweden\",\"ChIJ8fA1bTmyXEYRYm-tjaLruCI\",\"SE\",\"SWE\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"f1559d46\",\"THA\",\"Thailand\",1,\"Thailand\",\"THA\",\"TH\",764,\"THB\",15,101,69428524,\"Thailand\",\"ChIJsU1CR_eNTTARAuhXB4gs154\",\"TH\",\"THA\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"8a87b084\",\"TUR\",\"Turkey\",1,\"Turkey\",\"TUR\",\"TR\",792,\"TRL\",38.9637,35.2433,82319724,\"Turkey\",\"ChIJcSZPllwVsBQRKl9iKtTb2UA\",\"TR\",\"TUR\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"e384f1fe\",\"CUW\",\"Curacao\",1,\"Curacao\",\"CUW\",\"CW\",531,\"ANG\",12.1696,-68.99,155014,,,,\"CUW\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"afe94d81\",\"BES\",\"Bonaire, Sint Eustatius and Saba\",1,\"Bonaire, Sint Eustatius and Saba\",\"BES\",\"BQ\",535,\"USD\",12.1784,-68.2385,25987,,,,\"BES\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n\"b76ed5b9\",\"SXM\",\"Sint Maarten\",1,\"Sint Maarten\",\"SXM\",\"SX\",534,\"ANG\",18.0425,-63.0548,40812,,,,\"SXM\",\"World Bank Open Data (2018)\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\"\n"
  },
  {
    "path": "inst/extdata/db/ITA.csv",
    "content": "\"id\",\"id_github.ceedsdemm.covidprodataset\",\"id_github.italia.covid19opendatavaccini\",\"id_github.pcmdpc.covid19\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_jhu_csse\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,,,\"-\",,,,,,\n\"ed79e985\",,\"ITF1\",\"Abruzzo\",2,\"Abruzzo\",,\"Abruzzo Region\",\"ITA.1_1\",\"ChIJI6qUuHc1MBMR8Hw4sppPCQE\",\"ITF1\",\"13\",\"ITF1\",42.658334735,13.6997140475971,1315196,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"4bca420b\",,\"ITF5\",\"Basilicata\",2,\"Basilicata\",,\"Basilicata Region\",\"ITA.3_1\",\"ChIJgyyNBTHqOBMRjbbjVk3MQQI\",\"ITF5\",\"17\",\"ITF5\",40.517780305,15.822553842525,567118,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"b8a4b9d3\",,\"ITF6\",\"Calabria\",2,\"Calabria\",,\"Calabria Region\",\"ITA.4_1\",\"ChIJCxVihNKQPxMRcSMmPSQdpJE\",\"ITF6\",\"18\",\"ITF6\",38.628440855,16.0991719460065,1956687,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"29f121be\",,\"ITF3\",\"Campania\",2,\"Campania\",,\"Campania Region\",\"ITA.5_1\",\"ChIJ35Zq01gTOxMRzUO1VBRFAs0\",\"ITF3\",\"15\",\"ITF3\",40.41958237,15.3116328988093,5826860,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"ec763ad9\",,\"ITH5\",\"Emilia-Romagna\",2,\"Emilia-Romagna\",,\"Emilia-Romagna Region\",\"ITA.6_1\",\"ChIJ3YXzRny1KhMRoHy6_AubBwE\",\"ITH5\",\"08\",\"ITH5\",43.993448255,12.5946623528581,4452629,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"07945170\",,\"ITH4\",\"Friuli Venezia Giulia\",2,\"Friuli Venezia Giulia\",,\"Autonomous Region Friuli-Venezia Giulia\",\"ITA.7_1\",\"ChIJ67q-XqQzekcRgHyQFYcJBwE\",\"ITH4\",\"06\",\"ITH4\",46.1467495,13.2999159864085,1215538,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"4c0f0471\",,\"ITI4\",\"Lazio\",2,\"Lazio\",,\"Lazio Region\",\"ITA.8_1\",\"ChIJNWU6NebuJBMRKYWj8WSQSm8\",\"ITI4\",\"12\",\"ITI4\",42.493433,11.9507112229309,5896693,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"c62d5d59\",,\"ITC3\",\"Liguria\",2,\"Liguria\",,\"Liguria Region\",\"ITA.9_1\",\"ChIJtU8s2GUS0xIRkHw8R33mBQE\",\"ITC3\",\"07\",\"ITC3\",44.23497391,8.25530908088655,1556981,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"756635d8\",,\"ITC4\",\"Lombardia\",2,\"Lombardia\",,\"Lombardy Region\",\"ITA.10_1\",\"ChIJf4M-GsNEgUcR1JMVKCIm8qY\",\"ITC4\",\"03\",\"ITC4\",45.842761995,8.75296905918845,10036258,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"b542c632\",,\"ITI3\",\"Marche\",2,\"Marche\",,\"Marche Region\",\"ITA.11_1\",\"ChIJPX4ilLt_LRMR0WA6TId0Fks\",\"ITI3\",\"11\",\"ITI3\",43.69301224,12.7002319348056,1531753,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"1e1516b3\",,\"ITF2\",\"Molise\",2,\"Molise\",,\"Molise Region\",\"ITA.12_1\",\"ChIJU9hGRqSQMBMRn54iK3OMYRw\",\"ITF2\",\"14\",\"ITF2\",41.64978027,14.208727277857,308493,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"130a2ec3\",,\"ITH1\",\"P.A. Bolzano\",2,\"P.A. Bolzano\",,\"Autonomous Region Trentino-Alto Adige/Südtirol\",\"ITA.17.1_1\",\"ChIJ5bTpZ5F5eEcRYHyQFYcJBwE\",\"ITH1\",\"21\",\"ITH1\",46.65614128,11.2331562828573,527750,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"762e2ccf\",,\"ITH2\",\"P.A. Trento\",2,\"P.A. Trento\",,\"Autonomous Region Trentino-Alto Adige/Südtirol\",\"ITA.17.2_1\",\"ChIJ5bTpZ5F5eEcRYHyQFYcJBwE\",\"ITH2\",\"22\",\"ITH2\",46.10372925,11.1299385167156,539898,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"84d75779\",,\"ITC1\",\"Piemonte\",2,\"Piemonte\",,\"Piedmont Region\",\"ITA.13_1\",\"ChIJZ7GdATt0h0cR_zsS8u24x7w\",\"ITC1\",\"01\",\"ITC1\",45.5563221,8.34736413256504,4375865,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"ed87f3fd\",,\"ITF4\",\"Puglia\",2,\"Puglia\",,\"Apulia Region\",\"ITA.2_1\",\"ChIJ3ZO5jSvkNhMRj3wk-HC6bzk\",\"ITF4\",\"16\",\"ITF4\",40.547317505,17.0825465933321,4048242,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"fd58ab86\",,\"ITG2\",\"Sardegna\",2,\"Sardegna\",,\"Autonomous Region Sardinia\",\"ITA.14_1\",\"ChIJHeK-0hzF3RIRYH0OyxW-CAE\",\"ITG2\",\"20\",\"ITG2\",40.63469124,8.68087198957889,1648176,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"ae4c71e3\",,\"ITG1\",\"Sicilia\",2,\"Sicilia\",,\"Sicily Region\",\"ITA.15_1\",\"ChIJs1lT0GhiEBMRUH22ZykECwE\",\"ITG1\",\"19\",\"ITG1\",37.87469864,12.7199759039164,5026989,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"f576de02\",,\"ITI1\",\"Toscana\",2,\"Toscana\",,\"Tuscany Region\",\"ITA.16_1\",\"ChIJezSAEFMr1BIRq1kgW7rDxro\",\"ITI1\",\"09\",\"ITI1\",43.168107985,11.467080169412,3736968,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"ccbcc045\",,\"ITI2\",\"Umbria\",2,\"Umbria\",,\"Umbria Region\",\"ITA.18_1\",\"ChIJff2Ab86ZLhMRgmK_suBHCJw\",\"ITI2\",\"10\",\"ITI2\",42.65419579,12.4420407489533,884640,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"a8266ec6\",,\"ITC2\",\"Valle d'Aosta\",2,\"Valle d'Aosta\",,\"Autonomous Region Aosta Valley\",\"ITA.19_1\",\"ChIJp_WvxdbeiEcRm9WceXyYJVY\",\"ITC2\",\"02\",\"ITC2\",45.730464935,7.37731320540792,126202,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"3133b27c\",,\"ITH3\",\"Veneto\",2,\"Veneto\",,\"Veneto Region\",\"ITA.20_1\",\"ChIJd7cEzPHXeEcRcHyQFYcJBwE\",\"ITH3\",\"05\",\"ITH3\",45.634685515,11.4070304569676,4905037,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"3fd9a87b\",69,,\"CH\",3,\"Abruzzo\",\"Chieti\",,\"ITA.1.1_1\",\"ChIJe3oxLH_wMBMRsIE4sppPCQM\",\"ITF14\",\"069\",\"ITF14\",42.35103167,14.16754574,387120,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"69846239\",66,,\"AQ\",3,\"Abruzzo\",\"L'Aquila\",,\"ITA.1.2_1\",\"ChIJ_9T_BbAmMBMRgIE4sppPCQM\",\"ITF11\",\"066\",\"ITF11\",42.35122196,13.39843823,300404,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"20879554\",68,,\"PE\",3,\"Abruzzo\",\"Pescara\",,\"ITA.1.3_1\",\"ChIJZXEVSqpMMBMRoIE4sppPCQM\",\"ITF13\",\"068\",\"ITF13\",42.46458398,14.21364822,319388,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"44eb5050\",67,,\"TE\",3,\"Abruzzo\",\"Teramo\",,\"ITA.1.4_1\",\"ChIJ56KoqR7oMRMRkIE4sppPCQM\",\"ITF12\",\"067\",\"ITF12\",42.6589177,13.70439971,308284,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"b55bd9ba\",77,,\"MT\",3,\"Basilicata\",\"Matera\",,\"ITA.3.1_1\",\"ChIJe4sqA_KYOBMRMIKMgKRyCgM\",\"ITF52\",\"077\",\"ITF52\",40.66751177,16.59792442,198867,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"ad8f98a1\",76,,\"PZ\",3,\"Basilicata\",\"Potenza\",,\"ITA.3.2_1\",\"ChIJ9UfbRLbgOBMRIIKMgKRyCgM\",\"ITF51\",\"076\",\"ITF51\",40.63947052,15.80514834,368251,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"cc60d933\",79,,\"CZ\",3,\"Calabria\",\"Catanzaro\",,\"ITA.4.1_1\",\"ChIJrc9Fzbz_PxMRUILgTq6VCwM\",\"ITF63\",\"079\",\"ITF63\",38.90597598,16.59440194,360823,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"b5bc6197\",78,,\"CS\",3,\"Calabria\",\"Cosenza\",,\"ITA.4.2_1\",\"ChIJ_eee0fx6PxMRQILgTq6VCwM\",\"ITF61\",\"078\",\"ITF61\",39.29308681,16.25609692,708702,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"0a62db09\",101,,\"KR\",3,\"Calabria\",\"Crotone\",,\"ITA.4.3_1\",\"ChIJb380HitoQBMRsIPgTq6VCwM\",\"ITF62\",\"101\",\"ITF62\",39.08036878,17.12538864,175061,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"fbd252e3\",80,,\"RC\",3,\"Calabria\",\"Reggio di Calabria\",,\"ITA.4.4_1\",\"ChIJdeW23v4eFRMRYILgTq6VCwM\",\"ITF65\",\"080\",\"ITF65\",38.10922769,15.6434527,551212,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"f263730c\",102,,\"VV\",3,\"Calabria\",\"Vibo Valentia\",,\"ITA.4.5_1\",\"ChIJi-Li2JVpFRMRwIPgTq6VCwM\",\"ITF64\",\"102\",\"ITF64\",38.67624147,16.10157414,160889,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"f7e0f79a\",64,,\"AV\",3,\"Campania\",\"Avellino\",,\"ITA.5.1_1\",\"ChIJW3l40s-AORMRYIFimR_hCQM\",\"ITF34\",\"064\",\"ITF34\",40.91404699,14.79528803,421523,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"cfa13c0f\",62,,\"BN\",3,\"Campania\",\"Benevento\",,\"ITA.5.2_1\",\"ChIJ0X_53-Y-OhMRQIFimR_hCQM\",\"ITF32\",\"062\",\"ITF32\",41.12969987,14.78151683,279127,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"4168d4c6\",61,,\"CE\",3,\"Campania\",\"Caserta\",,\"ITA.5.3_1\",\"ChIJIWlzFYDwOhMRMIFimR_hCQM\",\"ITF31\",\"061\",\"ITF31\",41.07465878,14.33240464,923445,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"f3ab6e92\",63,,\"NA\",3,\"Campania\",\"Napoli\",\"Naples, Campania Region\",\"ITA.5.4_1\",\"ChIJa4mNMjwKOxMRUIFimR_hCQM\",\"ITF33\",\"063\",\"ITF33\",40.83956555,14.25084984,3101002,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"0cc7028e\",65,,\"SA\",3,\"Campania\",\"Salerno\",,\"ITA.5.5_1\",\"ChIJp5F5zslQORMRcIFimR_hCQM\",\"ITF35\",\"065\",\"ITF35\",40.67821961,14.7594026,1101763,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"b8a60c99\",37,,\"BO\",3,\"Emilia-Romagna\",\"Bologna\",\"Bologna, Emilia-Romagna Region\",\"ITA.6.1_1\",\"ChIJIYCpTkrVKhMRsH-6_AubBwM\",\"ITH55\",\"037\",\"ITH55\",44.49436681,11.3417208,1011291,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"3c1f2083\",38,,\"FE\",3,\"Emilia-Romagna\",\"Ferrara\",,\"ITA.6.2_1\",\"ChIJ7y4rEyxCfkcRwH-6_AubBwM\",\"ITH56\",\"038\",\"ITH56\",44.83599085,11.61868934,346975,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"d57c85b6\",40,,\"FC\",3,\"Emilia-Romagna\",\"Forlì-Cesena\",,\"ITA.6.3_1\",\"ChIJ8_OFtDlgKxMR4H-6_AubBwM\",\"ITH58\",\"040\",\"ITH58\",44.22268559,12.04068608,394185,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"3f3e1056\",36,,\"MO\",3,\"Emilia-Romagna\",\"Modena\",,\"ITA.6.4_1\",\"ChIJ6xl03Vvhf0cRoH-6_AubBwM\",\"ITH54\",\"036\",\"ITH54\",44.64600009,10.92615487,701896,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"a3541093\",34,,\"PR\",3,\"Emilia-Romagna\",\"Parma\",,\"ITA.6.5_1\",\"ChIJGR1fmj99gEcRgH-6_AubBwM\",\"ITH52\",\"034\",\"ITH52\",44.80107394,10.32834985,450256,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"c9e43061\",33,,\"PC\",3,\"Emilia-Romagna\",\"Piacenza\",,\"ITA.6.6_1\",\"ChIJ83RosoWVgEcRcH-6_AubBwM\",\"ITH51\",\"033\",\"ITH51\",45.05193462,9.692632596,286781,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"15dc33cf\",39,,\"RA\",3,\"Emilia-Romagna\",\"Ravenna\",,\"ITA.6.7_1\",\"ChIJV0qldjdTKxMR0H-6_AubBwM\",\"ITH57\",\"039\",\"ITH57\",44.41722493,12.19913936,391345,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"12b1f7d6\",35,,\"RE\",3,\"Emilia-Romagna\",\"Reggio nell'Emilia\",,\"ITA.6.8_1\",\"ChIJ4QUAlUoEgEcRkH-6_AubBwM\",\"ITH53\",\"035\",\"ITH53\",44.69735289,10.63007973,532575,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"85632e5e\",99,,\"RN\",3,\"Emilia-Romagna\",\"Rimini\",,\"ITA.6.9_1\",\"ChIJy1nElfLpLBMRkIO6_AubBwM\",\"ITH59\",\"099\",\"ITH59\",44.06090087,12.5656295,337325,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"c5d1f8dc\",31,,\"GO\",3,\"Friuli Venezia Giulia\",\"Gorizia\",,\"ITA.7.1_1\",\"ChIJ8fqbHOKle0cRUH-QFYcJBwM\",\"ITH43\",\"031\",\"ITH43\",45.94149817,13.62212502,139439,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"b7554cdc\",93,,\"PN\",3,\"Friuli Venezia Giulia\",\"Pordenone\",,\"ITA.7.2_1\",\"ChIJgduUkj14eUcRMIOQFYcJBwM\",\"ITH41\",\"093\",\"ITH41\",45.95443546,12.66002909,312080,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"b03fe501\",32,,\"TS\",3,\"Friuli Venezia Giulia\",\"Trieste\",,\"ITA.7.3_1\",\"ChIJq6UCCDgTe0cRYH-QFYcJBwM\",\"ITH44\",\"032\",\"ITH44\",45.6494354,13.76813649,234638,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"2af75187\",30,,\"UD\",3,\"Friuli Venezia Giulia\",\"Udine\",,\"ITA.7.4_1\",\"ChIJPYN0eygyekcRQH-QFYcJBwM\",\"ITH42\",\"030\",\"ITH42\",46.06255516,13.2348383,529381,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"bfcca544\",60,,\"FR\",3,\"Lazio\",\"Frosinone\",,\"ITA.8.1_1\",\"ChIJ0TefmORSJRMRIIE4sppPCQM\",\"ITI45\",\"060\",\"ITI45\",41.63964569,13.35117161,490632,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"ac40e8fb\",59,,\"LT\",3,\"Lazio\",\"Latina\",,\"ITA.8.2_1\",\"ChIJjy2bPjEiJRMREIE4sppPCQM\",\"ITI44\",\"059\",\"ITI44\",41.46759465,12.90368482,575577,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"1b07bbfd\",57,,\"RI\",3,\"Lazio\",\"Rieti\",,\"ITA.8.3_1\",\"ChIJsb0Lru2sLxMR8IA4sppPCQM\",\"ITI42\",\"057\",\"ITI42\",42.40488444,12.86205939,156554,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"1c6a7fe4\",58,,\"RM\",3,\"Lazio\",\"Roma\",\"Rome, Lazio Region\",\"ITA.8.4_1\",\"ChIJw0rXGxGKJRMRAIE4sppPCQM\",\"ITI43\",\"058\",\"ITI43\",41.89277044,12.48366722,4355725,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"1c6d1220\",56,,\"VT\",3,\"Lazio\",\"Viterbo\",,\"ITA.8.5_1\",\"ChIJ079A0CbUKBMR4IA4sppPCQM\",\"ITI41\",\"056\",\"ITI41\",42.4173828,12.10473416,318205,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"250411c2\",10,,\"GE\",3,\"Liguria\",\"Genova\",,\"ITA.9.1_1\",\"ChIJiz7_SbFb0xIRAH48R33mBQM\",\"ITC33\",\"010\",\"ITC33\",44.41149314,8.9326992,844957,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"b55cb47e\",8,,\"IM\",3,\"Liguria\",\"Imperia\",,\"ITA.9.2_1\",\"ChIJNQ2hirx30hIR4H08R33mBQM\",\"ITC31\",\"008\",\"ITC31\",43.88570648,8.027850298,214305,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"6677227c\",11,,\"SP\",3,\"Liguria\",\"La Spezia\",,\"ITA.9.3_1\",\"ChIJn_6BMPbm1BIREH48R33mBQM\",\"ITC34\",\"011\",\"ITC34\",44.10704991,9.8281897,219909,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"8f148749\",9,,\"SV\",3,\"Liguria\",\"Savona\",,\"ITA.9.4_1\",\"ChIJ2yz67bv60hIR8H08R33mBQM\",\"ITC32\",\"009\",\"ITC32\",44.30750461,8.481108654,277810,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"b67d84ab\",16,,\"BG\",3,\"Lombardia\",\"Bergamo\",\"Bergamo, Lombardy Region\",\"ITA.10.1_1\",\"ChIJi0JKlzFfgUcRYH5mLgJ4BgM\",\"ITC46\",\"016\",\"ITC46\",45.69441368,9.668424528,1111035,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"aca750d6\",17,,\"BS\",3,\"Lombardia\",\"Brescia\",,\"ITA.10.2_1\",\"ChIJ15ACESorgkcRcH5mLgJ4BgM\",\"ITC47\",\"017\",\"ITC47\",45.53993052,10.21910323,1262402,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"a1bd3dd8\",13,,\"CO\",3,\"Lombardia\",\"Como\",,\"ITA.10.3_1\",\"ChIJ5xiBf5QjhEcRMH5mLgJ4BgM\",\"ITC42\",\"013\",\"ITC42\",45.8099912,9.085159546,599301,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"c2bb5101\",19,,\"CR\",3,\"Lombardia\",\"Cremona\",,\"ITA.10.4_1\",\"ChIJUSbfsOgDgUcRkH5mLgJ4BgM\",\"ITC4A\",\"019\",\"ITC4A\",45.13336675,10.02420865,358512,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"2f936d3c\",97,,\"LC\",3,\"Lombardia\",\"Lecco\",,\"ITA.10.5_1\",\"ChIJ5bxA6mEbhEcRcINmLgJ4BgM\",\"ITC43\",\"097\",\"ITC43\",45.85575781,9.393392246,339384,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"26252117\",98,,\"LO\",3,\"Lombardia\",\"Lodi\",,\"ITA.10.6_1\",\"ChIJ18oFuRImgUcRgINmLgJ4BgM\",\"ITC49\",\"098\",\"ITC49\",45.31440693,9.503720769,229765,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"483920c0\",20,,\"MN\",3,\"Lombardia\",\"Mantova\",,\"ITA.10.7_1\",\"ChIJhwO4Bh3WgUcRoH5mLgJ4BgM\",\"ITC4B\",\"020\",\"ITC4B\",45.15726772,10.79277363,411762,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"d65db563\",15,,\"MI\",3,\"Lombardia\",\"Milano\",\"Milan, Lombardy Region\",\"ITA.10.8_1\",\"ChIJlduiODLChkcRUH5mLgJ4BgM\",\"ITC4C\",\"015\",\"ITC4C\",45.46679409,9.190347404,3234658,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"418f6ceb\",108,,\"MB\",3,\"Lombardia\",\"Monza e della Brianza\",,\"ITA.10.9_1\",\"ChIJi4eot6e7hkcR0H9oLgJ4BgM\",\"ITC4D\",\"108\",\"ITC4D\",45.58439043,9.273582472,871698,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"a439d48a\",18,,\"PV\",3,\"Lombardia\",\"Pavia\",,\"ITA.10.10_1\",\"ChIJb2g0uWo8h0cRgH5mLgJ4BgM\",\"ITC48\",\"018\",\"ITC48\",45.18509264,9.160157191,545810,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"eb7f2f89\",14,,\"SO\",3,\"Lombardia\",\"Sondrio\",,\"ITA.10.11_1\",\"ChIJeZtztFGDg0cRQH5mLgJ4BgM\",\"ITC44\",\"014\",\"ITC44\",46.17099261,9.87147489,181403,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"71b0f6cb\",12,,\"VA\",3,\"Lombardia\",\"Varese\",,\"ITA.10.12_1\",\"ChIJvUYMaLZ_hkcRIH5mLgJ4BgM\",\"ITC41\",\"012\",\"ITC41\",45.81701677,8.822868344,890528,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"e48c6fcc\",42,,\"AN\",3,\"Marche\",\"Ancona\",,\"ITA.11.1_1\",\"ChIJxbNI7omXLRMRAIDk45AsCAM\",\"ITI32\",\"042\",\"ITI32\",43.61675973,13.5188753,472603,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"1e8352af\",44,,\"AP\",3,\"Marche\",\"Ascoli Piceno\",,\"ITA.11.2_1\",\"ChIJF-QnnwUAMhMRIIDk45AsCAM\",\"ITI34\",\"044\",\"ITI34\",42.85322304,13.57691127,208377,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"32c4a8b1\",109,,\"FM\",3,\"Marche\",\"Fermo\",,\"ITA.11.3_1\",\"ChIJOwGnnIX4LRMRwH_m45AsCAM\",\"ITI35\",\"109\",\"ITI35\",43.16058534,13.71839535,174338,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"36885c7d\",43,,\"MC\",3,\"Marche\",\"Macerata\",,\"ITA.11.4_1\",\"ChIJy5hfguvlLRMREIDk45AsCAM\",\"ITI33\",\"043\",\"ITI33\",43.30023926,13.45307182,316310,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"3d308530\",41,,\"PU\",3,\"Marche\",\"Pesaro e Urbino\",,\"ITA.11.5_1\",\"ChIJNdnoR-NXLBMR8H_k45AsCAM\",\"ITI31\",\"041\",\"ITI31\",43.91014021,12.91345989,360125,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"df0c4165\",70,,\"CB\",3,\"Molise\",\"Campobasso\",,\"ITA.12.1_1\",\"ChIJ36dKJ4ykMBMRwIE4sppPCQM\",\"ITF22\",\"070\",\"ITF22\",41.55774754,14.65916051,223256,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"4f53891d\",94,,\"IS\",3,\"Molise\",\"Isernia\",,\"ITA.12.2_1\",\"ChIJm1gcwM6BOhMRQIM4sppPCQM\",\"ITF21\",\"094\",\"ITF21\",41.58800826,14.22575407,85237,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"d57be872\",21,,\"BZ\",3,\"P.A. Bolzano\",\"Bolzano\",,\"ITA.17.1_1\",\"ChIJEU-M0jingkcRsH6QFYcJBwM\",\"ITH10\",\"021\",\"ITH10\",46.49933453,11.35662422,527750,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"d33989d8\",22,,\"TN\",3,\"P.A. Trento\",\"Trento\",,\"ITA.17.2_1\",\"ChIJAT3_SpR3gkcRwH6QFYcJBwM\",\"ITH20\",\"022\",\"ITH20\",46.06893511,11.12123097,539898,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"0a820ee0\",6,,\"AL\",3,\"Piemonte\",\"Alessandria\",,\"ITA.13.1_1\",\"ChIJD07L2Ytwh0cRwH08R33mBQM\",\"ITC18\",\"006\",\"ITC18\",44.91297351,8.615401155,424174,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"19ee96b6\",5,,\"AT\",3,\"Piemonte\",\"Asti\",,\"ITA.13.2_1\",\"ChIJ9ZIOjhqNh0cRsH08R33mBQM\",\"ITC17\",\"005\",\"ITC17\",44.89912921,8.204142547,215884,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"51c5a9ac\",96,,\"BI\",3,\"Piemonte\",\"Biella\",,\"ITA.13.3_1\",\"ChIJza00X2IhhkcRYIM8R33mBQM\",\"ITC13\",\"096\",\"ITC13\",45.5665112,8.054082167,177067,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"d6ba0d4e\",4,,\"CN\",3,\"Piemonte\",\"Cuneo\",,\"ITA.13.4_1\",\"ChIJedLPEntCzRIRoH08R33mBQM\",\"ITC16\",\"004\",\"ITC16\",44.39329625,7.551171632,588559,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"14134395\",3,,\"NO\",3,\"Piemonte\",\"Novara\",,\"ITA.13.5_1\",\"ChIJ2xgl4f5nhkcRkH08R33mBQM\",\"ITC15\",\"003\",\"ITC15\",45.44588506,8.621915884,369595,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"a43eb94e\",1,,\"TO\",3,\"Piemonte\",\"Torino\",\"Torino, Piedmont Region\",\"ITA.13.6_1\",\"ChIJ_8Ubk5VFiEcRcH08R33mBQM\",\"ITC11\",\"001\",\"ITC11\",45.0732745,7.680687483,2269120,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"e8b9a771\",103,,\"VB\",3,\"Piemonte\",\"Verbano-Cusio-Ossola\",,\"ITA.13.7_1\",\"ChIJz-0lPxTxhUcR0IM8R33mBQM\",\"ITC14\",\"103\",\"ITC14\",45.9214455,8.551078753,159159,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"9fbe97e7\",2,,\"VC\",3,\"Piemonte\",\"Vercelli\",,\"ITA.13.8_1\",\"ChIJ70WczOs8hkcRgH08R33mBQM\",\"ITC12\",\"002\",\"ITC12\",45.32398135,8.423234312,172307,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"5f1e219e\",72,,\"BA\",3,\"Puglia\",\"Bari\",,\"ITA.2.1_1\",\"ChIJWfVWqlbzRxMR4IGMgKRyCgM\",\"ITF47\",\"072\",\"ITF47\",41.12559576,16.86736689,1257520,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"32c3c575\",110,,\"BT\",3,\"Puglia\",\"Barletta-Andria-Trani\",,\"ITA.2.2_1\",\"ChIJB3tkk4cWOBMRsH-OgKRyCgM\",\"ITF48\",\"110\",\"ITF48\",41.22705039,16.29520432,391224,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"dba06040\",74,,\"BR\",3,\"Puglia\",\"Brindisi\",,\"ITA.2.3_1\",\"ChIJmcq-KDlnRhMRAIKMgKRyCgM\",\"ITF44\",\"074\",\"ITF44\",40.63848545,17.94601575,394977,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"d21141af\",71,,\"FG\",3,\"Puglia\",\"Foggia\",,\"ITA.2.4_1\",\"ChIJyb5U5V9lNxMR0IGMgKRyCgM\",\"ITF46\",\"071\",\"ITF46\",41.46226865,15.54305094,625311,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"c6f0c809\",75,,\"LE\",3,\"Puglia\",\"Lecce\",,\"ITA.2.5_1\",\"ChIJ1_0MwlQfRBMREIKMgKRyCgM\",\"ITF45\",\"075\",\"ITF45\",40.35354285,18.1718973,798891,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"43869449\",73,,\"TA\",3,\"Puglia\",\"Taranto\",,\"ITA.2.6_1\",\"ChIJ61gxWpkBRxMR8IGMgKRyCgM\",\"ITF43\",\"073\",\"ITF43\",40.47354739,17.23237181,580319,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"460510df\",92,,\"CA\",3,\"Sardegna\",\"Cagliari\",,\"ITA.14.1_1\",\"ChIJz3xg8GtM5xIRIIMOyxW-CAM\",\"ITG27\",\"092\",\"ITG2F\",39.21531192,9.110616306,431955,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"e971baef\",91,,\"NU\",3,\"Sardegna\",\"Nuoro\",,\"ITA.14.4_1\",\"ChIJl3taidh_3hIREIMOyxW-CAM\",\"ITG26\",\"091\",\"ITG2E\",40.32318834,9.330296393,210531,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"6e0e1e0d\",95,,\"OR\",3,\"Sardegna\",\"Oristano\",,\"ITA.14.7_1\",\"ChIJtdWdhEm83RIRUIMOyxW-CAM\",\"ITG28\",\"095\",\"ITG2G\",39.90381075,8.591183151,159218,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"ff7e73c6\",90,,\"SS\",3,\"Sardegna\",\"Sassari\",,\"ITA.14.8_1\",\"ChIJMV17Ditp3BIRAIMOyxW-CAM\",\"ITG25\",\"090\",\"ITG2D\",40.72667657,8.559667131,492642,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"161dd6f3\",111,,\"SU\",3,\"Sardegna\",\"Sud Sardegna\",,\"ITA.14.2_1\",\"ChIJmS9F6yRX5xIRilD_HZL1dto\",\"ITG2Y\",\"111\",\"ITG2H\",39.16641462,8.526242676,353830,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"9d50d768\",84,,\"AG\",3,\"Sicilia\",\"Agrigento\",,\"ITA.15.1_1\",\"ChIJn_vQ8Yi1GhMRoIK2ZykECwM\",\"ITG14\",\"084\",\"ITG14\",37.30971088,13.5845749,438276,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"38b46c62\",85,,\"CL\",3,\"Sicilia\",\"Caltanissetta\",,\"ITA.15.2_1\",\"ChIJeewQkyTvEBMRsIK2ZykECwM\",\"ITG15\",\"085\",\"ITG15\",37.49213171,14.06184973,266427,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"2bd8f434\",87,,\"CT\",3,\"Sicilia\",\"Catania\",\"Catania, Sicily Region\",\"ITA.15.3_1\",\"ChIJnfxi9wFFERMR0IK2ZykECwM\",\"ITG17\",\"087\",\"ITG17\",37.50287803,15.08704691,1109888,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"80e0aac8\",86,,\"EN\",3,\"Sicilia\",\"Enna\",,\"ITA.15.4_1\",\"ChIJk0ciMmQlERMRwIK2ZykECwM\",\"ITG16\",\"086\",\"ITG16\",37.56705701,14.27909375,166259,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"dfebf948\",83,,\"ME\",3,\"Sicilia\",\"Messina\",,\"ITA.15.5_1\",\"ChIJXW6bmsGGFhMRkIK2ZykECwM\",\"ITG13\",\"083\",\"ITG13\",38.19395845,15.55572302,631297,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"27ea514d\",82,,\"PA\",3,\"Sicilia\",\"Palermo\",\"Palermo, Sicily Region\",\"ITA.15.6_1\",\"ChIJycXunOpeFxMRgIK2ZykECwM\",\"ITG12\",\"082\",\"ITG12\",38.11569725,13.3623567,1260193,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"fcbf96fa\",88,,\"RG\",3,\"Sicilia\",\"Ragusa\",,\"ITA.15.7_1\",\"ChIJg7x0w3KYERMR4IK2ZykECwM\",\"ITG18\",\"088\",\"ITG18\",36.92509198,14.73069891,321370,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"88794350\",89,,\"SR\",3,\"Sicilia\",\"Siracusa\",,\"ITA.15.8_1\",\"ChIJTewPt0DVExMR8IK2ZykECwM\",\"ITG19\",\"089\",\"ITG19\",37.05991687,15.29333182,400881,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"2936b4bb\",81,,\"TP\",3,\"Sicilia\",\"Trapani\",,\"ITA.15.9_1\",\"ChIJ6cp9hEGjGxMRcIK2ZykECwM\",\"ITG11\",\"081\",\"ITG11\",38.01850065,12.51365684,432398,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"f08d3383\",51,,\"AR\",3,\"Toscana\",\"Arezzo\",,\"ITA.16.1_1\",\"ChIJTSEs636SKxMRkIDk45AsCAM\",\"ITI18\",\"051\",\"ITI18\",43.46642752,11.88228844,343449,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"35a96ca8\",48,,\"FI\",3,\"Toscana\",\"Firenze\",\"Florence, Tuscany Region\",\"ITA.16.2_1\",\"ChIJY3a9eKD4KhMRYIDk45AsCAM\",\"ITI14\",\"048\",\"ITI14\",43.76923077,11.25588885,1013260,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"a6d79405\",53,,\"GR\",3,\"Toscana\",\"Grosseto\",,\"ITA.16.3_1\",\"ChIJ9aUAhUipKRMRsIDk45AsCAM\",\"ITI1A\",\"053\",\"ITI1A\",42.76026758,11.11356398,222175,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"cf468422\",49,,\"LI\",3,\"Toscana\",\"Livorno\",,\"ITA.16.4_1\",\"ChIJN4QggAU_1hIRcIDk45AsCAM\",\"ITI16\",\"049\",\"ITI16\",43.55234873,10.3086781,336215,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"db47d86d\",46,,\"LU\",3,\"Toscana\",\"Lucca\",,\"ITA.16.5_1\",\"ChIJG8kJnXV61RIRQIDk45AsCAM\",\"ITI12\",\"046\",\"ITI12\",43.84432283,10.50151366,389295,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"2b3f4c19\",45,,\"MS\",3,\"Toscana\",\"Massa Carrara\",,\"ITA.16.6_1\",\"ChIJmTlARt4e1RIRMIDk45AsCAM\",\"ITI11\",\"045\",\"ITI11\",44.03674425,10.14173829,195849,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"2931d97f\",50,,\"PI\",3,\"Toscana\",\"Pisa\",,\"ITA.16.7_1\",\"ChIJp2_X9TsIKhMRgIDk45AsCAM\",\"ITI17\",\"050\",\"ITI17\",43.71553206,10.40127259,420752,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"4a37b5a6\",47,,\"PT\",3,\"Toscana\",\"Pistoia\",,\"ITA.16.8_1\",\"ChIJtUMya9-OKhMRUIDk45AsCAM\",\"ITI13\",\"047\",\"ITI13\",43.933465,10.91734146,291892,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"c0527c4a\",100,,\"PO\",3,\"Toscana\",\"Prato\",,\"ITA.16.9_1\",\"ChIJkSWKskzxKhMRoIPk45AsCAM\",\"ITI15\",\"100\",\"ITI15\",43.88062274,11.09703315,256071,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"021c8abc\",52,,\"SI\",3,\"Toscana\",\"Siena\",,\"ITA.16.10_1\",\"ChIJddJ5yjp8KRMRoIDk45AsCAM\",\"ITI19\",\"052\",\"ITI19\",43.31816374,11.33190988,268010,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"ce89f478\",54,,\"PG\",3,\"Umbria\",\"Perugia\",,\"ITA.18.1_1\",\"ChIJIdWpjZAnLBMRwIDk45AsCAM\",\"ITI21\",\"054\",\"ITI21\",43.10675841,12.38824698,657786,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"c738d597\",55,,\"TR\",3,\"Umbria\",\"Terni\",,\"ITA.18.2_1\",\"ChIJ0Qfn7irdLhMR0IDk45AsCAM\",\"ITI22\",\"055\",\"ITI22\",42.56071258,12.6466875,226854,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"938b5f5a\",7,,\"AO\",3,\"Valle d'Aosta\",\"Aosta\",,\"ITA.19.1_1\",,\"ITC20\",\"007\",\"ITC20\",45.73750286,7.320149366,126202,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"21af5d23\",25,,\"BL\",3,\"Veneto\",\"Belluno\",,\"ITA.20.1_1\",\"ChIJq889rimseUcR8H6QFYcJBwM\",\"ITH33\",\"025\",\"ITH33\",46.13837528,12.21704167,204900,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"5780a5c2\",28,,\"PD\",3,\"Veneto\",\"Padova\",\"Padova, Veneto Region\",\"ITA.20.2_1\",\"ChIJxxEwwRnZfkcRIH-QFYcJBwM\",\"ITH36\",\"028\",\"ITH36\",45.40692987,11.87608718,936740,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"f2641ec8\",29,,\"RO\",3,\"Veneto\",\"Rovigo\",,\"ITA.20.3_1\",\"ChIJQ6UXx1BffkcRMH-QFYcJBwM\",\"ITH37\",\"029\",\"ITH37\",45.07107289,11.79007,236400,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"c055118e\",26,,\"TV\",3,\"Veneto\",\"Treviso\",,\"ITA.20.4_1\",\"ChIJvRNRE5k-eUcRAH-QFYcJBwM\",\"ITH34\",\"026\",\"ITH34\",45.66754571,12.24507363,887420,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"76dd32d2\",27,,\"VE\",3,\"Veneto\",\"Venezia\",,\"ITA.20.5_1\",\"ChIJKUgTyxaqfkcREH-QFYcJBwM\",\"ITH35\",\"027\",\"ITH35\",45.43490485,12.33845213,853552,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"f50eb715\",23,,\"VR\",3,\"Veneto\",\"Verona\",,\"ITA.20.6_1\",\"ChIJW1z-R7Nef0cR0H6QFYcJBwM\",\"ITH31\",\"023\",\"ITH31\",45.43839046,10.99352685,922821,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n\"7f6b7ef9\",24,,\"VI\",3,\"Veneto\",\"Vicenza\",,\"ITA.20.7_1\",\"ChIJ6bkyp9bKeEcR4H6QFYcJBwM\",\"ITH32\",\"024\",\"ITH32\",45.547497,11.54597109,863204,\"Istituto Nazionale di Statistica, Italia (2018)\",\"https://www.istat.it/en/population-and-households?data-and-indicators\"\n"
  },
  {
    "path": "inst/extdata/db/JPN.csv",
    "content": "\"id\",\"id_github.lisphilar.covid19sir\",\"id_toyokeizai.net\",\"id_github.swsoyee.2019ncovjapan\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_jhu_csse\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,,,,\"-\",,,,,\n\"e31eeb0f\",\"Aichi\",\"Aichi\",23,2,\"Aichi\",,\"Aichi Prefecture\",\"JPN.1_1\",\"ChIJ5zKTSdW6BGARp0EVGF2mX-s\",\"JP.AI\",\"JP23\",\"23\",35.000278475,137.278300379274,7552873,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"c7c3abfd\",\"Akita\",\"Akita\",5,2,\"Akita\",,\"Akita Prefecture\",\"JPN.2_1\",\"ChIJv_Eu0V7rj18REhxcYOz7fZo\",\"JP.AK\",\"JP05\",\"05\",39.68981743,140.439437637234,965968,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"59a73e5e\",\"Aomori\",\"Aomori\",2,2,\"Aomori\",,\"Aomori Prefecture\",\"JPN.3_1\",\"ChIJR60vIL2bm18Ro_kApp-uBak\",\"JP.AO\",\"JP02\",\"02\",40.88097191,140.491798707444,1246138,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"bf34885a\",\"Chiba\",\"Chiba\",12,2,\"Chiba\",,\"Chiba Prefecture\",\"JPN.4_1\",\"ChIJEZUb1l-bImARvnvg_9t3thw\",\"JP.CH\",\"JP12\",\"12\",35.499591825,140.229358238118,6279026,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"6dd703c6\",\"Ehime\",\"Ehime\",38,2,\"Ehime\",,\"Ehime Prefecture\",\"JPN.5_1\",\"ChIJraqWR5CVTzUR272f78CTlP8\",\"JP.EH\",\"JP38\",\"38\",33.519443515,132.705321173782,1338811,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"5fe16144\",\"Fukui\",\"Fukui\",18,2,\"Fukui\",,\"Fukui Prefecture\",\"JPN.6_1\",\"ChIJEb6scKhV_18RYA7nHjFfIQo\",\"JP.FI\",\"JP18\",\"18\",35.81755638,136.437323226408,767742,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"2c4d1d33\",\"Fukuoka\",\"Fukuoka\",40,2,\"Fukuoka\",,\"Fukuoka Prefecture\",\"JPN.7_1\",\"ChIJJbF-93qBQTURTThRSvsPopc\",\"JP.FO\",\"JP40\",\"40\",33.48450661,130.498480733884,5110113,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"29cdcad1\",\"Fukushima\",\"Fukushima\",7,2,\"Fukushima\",,\"Fukushima Prefecture\",\"JPN.8_1\",\"ChIJL9XcbYEEIGARXEbW0MGmHzQ\",\"JP.FS\",\"JP07\",\"07\",37.38313484,140.135561452176,1847950,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"0d108a23\",\"Gifu\",\"Gifu\",21,2,\"Gifu\",,\"Gifu Prefecture\",\"JPN.9_1\",\"ChIJi8OICvLxAmARZ9bM7q0UJ68\",\"JP.GF\",\"JP21\",\"21\",35.803470615,137.065246660603,1988931,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"513ae976\",\"Gunma\",\"Gunma\",10,2,\"Gunma\",,\"Gunma Prefecture\",\"JPN.10_1\",\"ChIJWa42yIVgHmARknJxiWg1mdc\",\"JP.GM\",\"JP10\",\"10\",36.52054977,138.924644479484,1937626,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"64614fed\",\"Hiroshima\",\"Hiroshima\",34,2,\"Hiroshima\",,\"Hiroshima Prefecture\",\"JPN.11_1\",\"ChIJa_O3GdGJUDURv90VFtIkjqU\",\"JP.HS\",\"JP34\",\"34\",34.58424759,132.773557852685,2807987,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"c0ae6fe4\",\"Hokkaido\",\"Hokkaido\",1,2,\"Hokkaido\",,\"Hokkaido (Prefecture)\",\"JPN.12_1\",\"ChIJi4hsnyBZn18RjwPOT1bDPBw\",\"JP.HK\",\"JP01\",\"01\",43.46040726,143.330213524397,5248552,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"74cc3287\",\"Hyogo\",\"Hyogo\",28,2,\"Hyogo\",,\"Hyogo Prefecture\",\"JPN.13_1\",\"ChIJoa4nX2HyVDURoQquLKTzHh8\",\"JP.HG\",\"JP28\",\"28\",35.15180397,134.85198658066,5463609,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"b972d740\",\"Ibaraki\",\"Ibaraki\",8,2,\"Ibaraki\",,\"Ibaraki Prefecture\",\"JPN.14_1\",\"ChIJF8In71sYImARgMV4m4P7Spo\",\"JP.IB\",\"JP08\",\"08\",36.3306942,140.255551168271,2868041,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"cf5e7cd5\",\"Ishikawa\",\"Ishikawa\",17,2,\"Ishikawa\",,\"Ishikawa Prefecture\",\"JPN.15_1\",\"ChIJ7xq8wV5-8V8RtJoYjRM81Es\",\"JP.IS\",\"JP17\",\"17\",37.129520415,136.984491254259,1137181,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"2ea00ec8\",\"Iwate\",\"Iwate\",3,2,\"Iwate\",,\"Iwate Prefecture\",\"JPN.16_1\",\"ChIJIzoJ7dCQhV8RbEB_6H6BLGY\",\"JP.IW\",\"JP03\",\"03\",39.59900856,141.365653426704,1226430,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"fd681e57\",\"Kagawa\",\"Kagawa\",37,2,\"Kagawa\",,\"Kagawa Prefecture\",\"JPN.17_1\",\"ChIJr363rNTcUzURsdqbibLWgS0\",\"JP.KG\",\"JP37\",\"37\",34.20519638,134.039645443292,956069,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"c52eb806\",\"Kagoshima\",\"Kagoshima\",46,2,\"Kagoshima\",,\"Kagoshima Prefecture\",\"JPN.18_1\",\"ChIJA4AW0cJbGDURcNZa6PLRr40\",\"JP.KS\",\"JP46\",\"46\",31.589212415,130.994418392334,1599984,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"56572d6f\",\"Kanagawa\",\"Kanagawa\",14,2,\"Kanagawa\",,\"Kanagawa Prefecture\",\"JPN.19_1\",\"ChIJq9Rn-8dUGGARViMnQtCc9xE\",\"JP.KN\",\"JP14\",\"14\",35.40328598,139.283082664902,9200166,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"1ad03350\",\"Kochi\",\"Kochi\",39,2,\"Kochi\",,\"Kochi Prefecture\",\"JPN.20_1\",\"ChIJa2Hq0TSpSDURow2-nqQtVKA\",\"JP.KC\",\"JP39\",\"39\",33.300245285,133.058677474849,697674,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"b5444c89\",\"Kumamoto\",\"Kumamoto\",43,2,\"Kumamoto\",,\"Kumamoto Prefecture\",\"JPN.21_1\",\"ChIJpzy0q613QDUR8fFMMDKVF_I\",\"JP.KM\",\"JP43\",\"43\",32.64179802,130.801664771727,1746740,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"93741f80\",\"Kyoto\",\"Kyoto\",26,2,\"Kyoto\",,\"Kyoto Prefecture\",\"JPN.22_1\",\"ChIJYRsf-SB0_18ROJWxOMJ7Clk\",\"JP.KY\",\"JP26\",\"26\",35.24059677,135.504161696436,2583140,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"7d7a7eac\",\"Mie\",\"Mie\",24,2,\"Mie\",,\"Mie Prefecture\",\"JPN.23_1\",\"ChIJY0FHSvU9BGARKIc4ff5ynkI\",\"JP.ME\",\"JP24\",\"24\",34.48814392,136.522049915687,1779770,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"b0c49b6b\",\"Miyagi\",\"Miyagi\",4,2,\"Miyagi\",,\"Miyagi Prefecture\",\"JPN.24_1\",\"ChIJcdzg-92SiF8RraQHUTi5b84\",\"JP.MG\",\"JP04\",\"04\",38.38571167,140.840976430638,2303160,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"5c27e9bc\",\"Miyazaki\",\"Miyazaki\",45,2,\"Miyazaki\",,\"Miyazaki Prefecture\",\"JPN.25_1\",\"ChIJYfx_FietODURKhlreMr3-Cg\",\"JP.MZ\",\"JP45\",\"45\",32.097043995,131.192270210399,1072077,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"7a17bab5\",\"Nagano\",\"Nagano\",20,2,\"Nagano\",,\"Nagano Prefecture\",\"JPN.26_1\",\"ChIJa4zJGCMBHWARlAu_BE8rXAI\",\"JP.NN\",\"JP20\",\"20\",36.10910988,138.10275672514,2049023,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"c2437c1f\",\"Nagasaki\",\"Nagasaki\",42,2,\"Nagasaki\",,\"Nagasaki Prefecture\",\"JPN.27_1\",\"ChIJC46vsRChaTURlUoIqR4qlSQ\",\"JP.NS\",\"JP42\",\"42\",32.685676575,128.756405099429,1325205,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"03cb0211\",\"Nara\",\"Nara\",29,2,\"Nara\",,\"Nara Prefecture\",\"JPN.28_1\",\"ChIJ0yeFNyrHBmARcsHp9gNgR-o\",\"JP.NR\",\"JP29\",\"29\",34.32450104,135.890421828874,1331330,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"21501df9\",\"Niigata\",\"Niigata\",15,2,\"Niigata\",,\"Niigata Prefecture\",\"JPN.29_1\",\"ChIJATtK2PaFjF8RSPPdfITZi7Q\",\"JP.NI\",\"JP15\",\"15\",37.640291215,139.159870968503,2222004,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"2b20d92a\",\"Oita\",\"Oita\",44,2,\"Oita\",,\"Oita Prefecture\",\"JPN.30_1\",\"ChIJk0fY45VcRDUR4r42cPK3Fz8\",\"JP.OT\",\"JP44\",\"44\",33.21316719,131.354892822249,1134431,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"fa05da4e\",\"Okayama\",\"Okayama\",33,2,\"Okayama\",,\"Okayama Prefecture\",\"JPN.31_1\",\"ChIJh5W24jhmVDURU20vGB0GIdI\",\"JP.OY\",\"JP33\",\"33\",34.88969421,133.788733326487,1891346,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"b2298890\",\"Okinawa\",\"Okinawa\",47,2,\"Okinawa\",,\"Okinawa Prefecture\",\"JPN.32_1\",\"ChIJ51ur7mJw9TQR79H9hnJhuzU\",\"JP.ON\",\"JP47\",\"47\",24.34694576,123.84749985,1454184,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"e4732f16\",\"Osaka\",\"Osaka\",27,2,\"Osaka\",,\"Osaka Prefecture\",\"JPN.33_1\",\"ChIJ13DMKmvoAGARbVkfgUj_maM\",\"JP.OS\",\"JP27\",\"27\",34.657995225,135.552857644384,8823453,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"5b4a2da5\",\"Saga\",\"Saga\",41,2,\"Saga\",,\"Saga Prefecture\",\"JPN.34_1\",\"ChIJVVXx4qHSQTUR2vEeH2zUCzA\",\"JP.SG\",\"JP41\",\"41\",33.25400352,130.101564195003,814211,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"263dd9e0\",\"Saitama\",\"Saitama\",11,2,\"Saitama\",,\"Saitama Prefecture\",\"JPN.35_1\",\"ChIJ6QF7R40qGWARbFKAqmcS2f4\",\"JP.ST\",\"JP11\",\"11\",36.016235355,139.285683527219,7337330,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"0a7d4e3a\",\"Shiga\",\"Shiga\",25,2,\"Shiga\",,\"Shiga Prefecture\",\"JPN.36_1\",\"ChIJfRcKhFR_AWAR0Ih82zbkEkQ\",\"JP.SH\",\"JP25\",\"25\",35.24409294,136.113194096295,1413959,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"8d02ead8\",\"Shimane\",\"Shimane\",32,2,\"Shimane\",,\"Shimane Prefecture\",\"JPN.37_1\",\"ChIJocsETn0DWzURzBYpE2fXNC0\",\"JP.SM\",\"JP32\",\"32\",34.952388765,132.42654766457,673891,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"9419db99\",\"Shizuoka\",\"Shizuoka\",22,2,\"Shizuoka\",,\"Shizuoka Prefecture\",\"JPN.38_1\",\"ChIJL8OwjM62G2ARVRZv3-tm-vw\",\"JP.SZ\",\"JP22\",\"22\",35.118213655,138.224793994429,3639226,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"ce75e7d6\",\"Tochigi\",\"Tochigi\",9,2,\"Tochigi\",,\"Tochigi Prefecture\",\"JPN.39_1\",\"ChIJ7RWXa1VwH2ARB9AguZ5FZW0\",\"JP.TC\",\"JP09\",\"09\",36.675819395,139.782945056607,1942312,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"8a6f2ec1\",\"Tokushima\",\"Tokushima\",36,2,\"Tokushima\",,\"Tokushima Prefecture\",\"JPN.40_1\",\"ChIJszfXrltNUjURDDHPZPlj3f0\",\"JP.TS\",\"JP36\",\"36\",33.89257431,134.182386054198,728633,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"c833b8cc\",\"Tokyo\",\"Tokyo\",13,2,\"Tokyo\",,\"Tokyo (Prefecture)\",\"JPN.41_1\",\"ChIJ51cu8IcbXWARiRtXIothAS4\",\"JP.TK\",\"JP13\",\"13\",35.697574615,139.460268634884,13942856,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"140bbb62\",\"Tottori\",\"Tottori\",31,2,\"Tottori\",,\"Tottori Prefecture\",\"JPN.42_1\",\"ChIJB0-MsELXVTUR7pLgQAxBLzs\",\"JP.TT\",\"JP31\",\"31\",35.334669115,134.261290197312,555663,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"b8594c43\",\"Toyama\",\"Toyama\",16,2,\"Toyama\",,\"Toyama Prefecture\",\"JPN.43_1\",\"ChIJSca2CRSS918Rc1GBWMBBk3w\",\"JP.TY\",\"JP16\",\"16\",36.62667084,137.273273539004,1042998,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"630c8bf4\",\"Wakayama\",\"Wakayama\",30,2,\"Wakayama\",,\"Wakayama Prefecture\",\"JPN.44_1\",\"ChIJ1wKhtPIEB2ARnU_gb_EzSNQ\",\"JP.WK\",\"JP30\",\"30\",33.908094405,135.345996453187,923721,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"5ecafa47\",\"Yamagata\",\"Yamagata\",6,2,\"Yamagata\",,\"Yamagata Prefecture\",\"JPN.45_1\",\"ChIJbeLoh3fsi18RXo9kabDE3OY\",\"JP.YT\",\"JP06\",\"06\",38.431707385,140.153883186589,1077057,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"13667f7b\",\"Yamaguchi\",\"Yamaguchi\",35,2,\"Yamaguchi\",,\"Yamaguchi Prefecture\",\"JPN.46_1\",\"ChIJ_Y9adhnHRDURcOJUU8K8DEk\",\"JP.YC\",\"JP35\",\"35\",34.25429916,131.522771864005,1355495,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n\"28e651d2\",\"Yamanashi\",\"Yamanashi\",19,2,\"Yamanashi\",,\"Yamanashi Prefecture\",\"JPN.47_1\",\"ChIJIe5Ck3LjG2ARqm6fj-ToBHM\",\"JP.YN\",\"JP19\",\"19\",35.570386885,138.689181653329,812056,\"Japan COVID-19 Bulletin Board (2020)\",\"https://github.com/swsoyee/2019-ncov-japan\"\n"
  },
  {
    "path": "inst/extdata/db/LTU.csv",
    "content": "\"id\",\"id_github.mpiktas.covid19lt\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_gadm\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,\"-\",,,,,,\n\"e7bd7f0f\",\"Alytaus apskr.\",2,\"Alytaus\",,\"LTU.1_1\",,\"LT021\",54.230503085,24.0663368102004,132408,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"b2358634\",\"Kauno apskr.\",2,\"Kauno\",,\"LTU.2_1\",,\"LT022\",55.016893385,24.0646994958279,565592,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"8edd075a\",\"Klaipėdos apskr.\",2,\"Klaipedos\",,\"LTU.3_1\",,\"LT023\",55.70510292,21.441004365471,321795,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"e6bbb951\",\"Marijampolės apskr.\",2,\"Marijampoles\",,\"LTU.4_1\",,\"LT024\",54.68228912,23.2026914111374,134848,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"60d4b1af\",\"Panevėžio apskr.\",2,\"Panevežio\",,\"LTU.5_1\",,\"LT025\",55.92048645,25.0482357420178,207976,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"3299f40b\",\"Šiaulių apskr.\",2,\"Šiauliu\",,\"LTU.6_1\",,\"LT026\",55.937934875,23.3957097534249,259897,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"08bd7fea\",\"Tauragės apskr.\",2,\"Taurages\",,\"LTU.7_1\",,\"LT027\",55.36522865,22.412932761911,90108,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"3a6e64bf\",\"Telšių apskr.\",2,\"Telšiu\",,\"LTU.8_1\",,\"LT028\",56.0107975,22.1442838106656,129342,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"e0dae29b\",\"Utenos apskr.\",2,\"Utenos\",,\"LTU.9_1\",,\"LT029\",55.48779297,25.6559893944106,123450,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"e51450dd\",\"Vilniaus apskr.\",2,\"Vilniaus\",,\"LTU.10_1\",,\"LT011\",54.8300972,25.2415711614125,829759,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"f4de6278\",\"Alytaus m.\",3,\"Alytaus\",\"Alytaus m.\",\"LTU.1.1.1_0\",,\"LT021\",54.3698940277099,23.9915083973352,49195,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"39846ce6\",\"Alytaus r.\",3,\"Alytaus\",\"Alytaus r.\",\"LTU.1.1.2_0\",,\"LT021\",54.3698940277099,23.9915083973352,25837,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"a30fd478\",\"Druskininkų\",3,\"Alytaus\",\"Druskininkų\",\"LTU.1.2_1\",,\"LT021\",54.0057563781739,23.9863208683244,19011,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"9e721fea\",\"Lazdijų r.\",3,\"Alytaus\",\"Lazdijų r.\",\"LTU.1.3_1\",,\"LT021\",54.1627407073975,23.7293090925646,17843,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"20b4ac92\",\"Varėnos r.\",3,\"Alytaus\",\"Varėnos r.\",\"LTU.1.4_1\",,\"LT021\",54.1753978729248,24.4369859861531,20522,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"12a12ea7\",\"Birštono\",3,\"Kauno\",\"Birštono\",\"LTU.2.1_1\",,\"LT022\",54.6143302917481,24.0352201993256,4035,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"8ff29d8f\",\"Jonavos r.\",3,\"Kauno\",\"Jonavos r.\",\"LTU.2.2_1\",,\"LT022\",55.1285781860352,24.3042499483331,40746,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"b527dd67\",\"Kaišiadorių r.\",3,\"Kauno\",\"Kaišiadorių r.\",\"LTU.2.3_1\",,\"LT022\",54.8399715423584,24.4720345615741,29188,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"8846eeea\",\"Kauno m.\",3,\"Kauno\",\"Kauno m.\",\"LTU.2.4.1_0\",,\"LT022\",54.9700374603272,23.7504746692609,293257,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"451ce074\",\"Kauno r.\",3,\"Kauno\",\"Kauno r.\",\"LTU.2.4.2_0\",,\"LT022\",54.9700374603272,23.7504746692609,97546,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"c7df1d03\",\"Kėdainių r.\",3,\"Kauno\",\"Kėdainių r.\",\"LTU.2.5_1\",,\"LT022\",55.34645652771,24.0040649146359,44747,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"90d1277e\",\"Prienų r.\",3,\"Kauno\",\"Prienų r.\",\"LTU.2.6_1\",,\"LT022\",54.6427593231202,24.0459393289404,25465,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"0761da2d\",\"Raseinių r.\",3,\"Kauno\",\"Raseinių r.\",\"LTU.2.7_1\",,\"LT022\",55.3777561187744,23.2042921466552,30608,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"6ba6566e\",\"Klaipėdos m.\",3,\"Klaipedos\",\"Klaipėdos m.\",\"LTU.3.1.1_0\",,\"LT023\",55.6727523803711,21.4678574110333,149046,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"a6fc58f0\",\"Klaipėdos r.\",3,\"Klaipedos\",\"Klaipėdos r.\",\"LTU.3.1.2_0\",,\"LT023\",55.6727523803711,21.4678574110333,62634,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"011ceb35\",\"Kretingos r.\",3,\"Klaipedos\",\"Kretingos r.\",\"LTU.3.2_1\",,\"LT023\",55.9645195007325,21.367452210198,37316,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"71499bde\",\"Neringos\",3,\"Klaipedos\",\"Neringos\",\"LTU.3.3_1\",,\"LT023\",55.4977779388428,21.1011209487916,3639,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"e4392a68\",\"Palangos m.\",3,\"Klaipedos\",\"Palangos m.\",\"LTU.3.4_1\",,\"LT023\",55.9629154205322,21.0999700249962,16421,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"9a88720d\",\"Šilutės r.\",3,\"Klaipedos\",\"Šilutės r.\",\"LTU.3.5_1\",,\"LT023\",55.2972221374512,21.5984311114864,37076,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"362e9e41\",\"Skuodo r.\",3,\"Klaipedos\",\"Skuodo r.\",\"LTU.3.6_1\",,\"LT023\",56.2255229949951,21.6838011357093,15663,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"661217b6\",\"Kalvarijos\",3,\"Marijampoles\",\"Kalvarijos\",\"LTU.4.1.1_0\",,\"LT024\",54.5793476104737,23.450174657389,9952,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"84682b18\",\"Kazlų Rūdos\",3,\"Marijampoles\",\"Kazlų Rūdos\",\"LTU.4.1.2_0\",,\"LT024\",54.5793476104737,23.450174657389,11137,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"bcea3541\",\"Marijampolės\",3,\"Marijampoles\",\"Marijampolės\",\"LTU.4.1.3_0\",,\"LT024\",54.5793476104737,23.450174657389,53472,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"137d5d3c\",\"Šakių r.\",3,\"Marijampoles\",\"Šakių r.\",\"LTU.4.2_1\",,\"LT024\",54.9242000579834,23.1284016774103,26068,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"b273812a\",\"Vilkaviškio r.\",3,\"Marijampoles\",\"Vilkaviškio r.\",\"LTU.4.3_1\",,\"LT024\",54.5793476104737,22.9425357742033,34219,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"e95b483b\",\"Biržų r.\",3,\"Panevežio\",\"Biržų r.\",\"LTU.5.1_1\",,\"LT025\",56.1793670654298,24.8253866581207,22292,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"d6d63a02\",\"Kupiškio r.\",3,\"Panevežio\",\"Kupiškio r.\",\"LTU.5.2_1\",,\"LT025\",55.8700351715089,25.037069861664,16061,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"dc71aa71\",\"Panevėžio m.\",3,\"Panevežio\",\"Panevėžio m.\",\"LTU.5.3.1_0\",,\"LT025\",55.6658649444581,24.336187894247,84587,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"112ba4ef\",\"Panevėžio r.\",3,\"Panevežio\",\"Panevėžio r.\",\"LTU.5.3.2_0\",,\"LT025\",55.6658649444581,24.336187894247,35188,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"25640cc9\",\"Pasvalio r.\",3,\"Panevežio\",\"Pasvalio r.\",\"LTU.5.4_1\",,\"LT025\",56.0694904327393,24.3821161490747,22337,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"d4700b3f\",\"Rokiškio r.\",3,\"Panevežio\",\"Rokiškio r.\",\"LTU.5.5_1\",,\"LT025\",55.95188331604,25.6914903151786,27511,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"94e0d1bf\",\"Akmenės r.\",3,\"Šiauliu\",\"Akmenės r.\",\"LTU.6.1_1\",,\"LT026\",56.2430686950685,22.7960679841022,18523,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"384d5b79\",\"Joniškio r.\",3,\"Šiauliu\",\"Joniškio r.\",\"LTU.6.2_1\",,\"LT026\",56.2223167419434,23.4938083483687,20343,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"702872ff\",\"Kelmės r.\",3,\"Šiauliu\",\"Kelmės r.\",\"LTU.6.3_1\",,\"LT026\",55.6830425262452,22.878935618202,24829,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"e49352f9\",\"Pakruojo r.\",3,\"Šiauliu\",\"Pakruojo r.\",\"LTU.6.4_1\",,\"LT026\",56.0746326446534,23.8507755836663,18213,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"49ad3564\",\"Radviliškio r.\",3,\"Šiauliu\",\"Radviliškio r.\",\"LTU.6.5_1\",,\"LT026\",55.6933994293214,23.6371972672645,34576,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"63b039f0\",\"Šiaulių m.\",3,\"Šiauliu\",\"Šiaulių m.\",\"LTU.6.6.1_0\",,\"LT026\",55.9703960418702,23.069209418463,101862,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"aeea376e\",\"Šiaulių r.\",3,\"Šiauliu\",\"Šiaulių r.\",\"LTU.6.6.2_0\",,\"LT026\",55.9703960418702,23.069209418463,41551,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"ebeeaa0d\",\"Jurbarko r.\",3,\"Taurages\",\"Jurbarko r.\",\"LTU.7.1_1\",,\"LT027\",55.2220935821534,22.9631408584816,24235,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"171e0d11\",\"Pagėgių\",3,\"Taurages\",\"Pagėgių\",\"LTU.7.3.1_0\",,\"LT027\",55.3105373382569,22.2319504672043,7123,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"36489f75\",\"Šilalės r.\",3,\"Taurages\",\"Šilalės r.\",\"LTU.7.2_1\",,\"LT027\",55.5220336914063,22.212392373077,21428,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"fa820ec9\",\"Tauragės r.\",3,\"Taurages\",\"Tauragės r.\",\"LTU.7.3.2_0\",,\"LT027\",55.3105373382569,22.2319504672043,37322,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"e05a0418\",\"Mažeikių r.\",3,\"Telšiu\",\"Mažeikių r.\",\"LTU.8.1_1\",,\"LT028\",56.2569236755371,22.2471185405858,50782,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"c6ae6821\",\"Plungės r.\",3,\"Telšiu\",\"Plungės r.\",\"LTU.8.2.1_0\",,\"LT028\",55.8718795776368,21.884337096267,32627,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"d1dea381\",\"Rietavo\",3,\"Telšiu\",\"Rietavo\",\"LTU.8.2.2_0\",,\"LT028\",55.8718795776368,21.884337096267,7174,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"43f7e5b5\",\"Telšių r.\",3,\"Telšiu\",\"Telšių r.\",\"LTU.8.3_1\",,\"LT028\",55.9094486236573,22.4230328539158,38759,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"ee06e07e\",\"Anykščių r.\",3,\"Utenos\",\"Anykščių r.\",\"LTU.9.1_1\",,\"LT029\",55.542688369751,25.0501500490537,22623,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"867980c8\",\"Ignalinos r.\",3,\"Utenos\",\"Ignalinos r.\",\"LTU.9.2.1_0\",,\"LT029\",55.4180908203125,26.3186345603016,14125,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"393f0e81\",\"Molėtų r.\",3,\"Utenos\",\"Molėtų r.\",\"LTU.9.3_1\",,\"LT029\",55.23508644104,25.4367030038039,16873,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"21325211\",\"Utenos r.\",3,\"Utenos\",\"Utenos r.\",\"LTU.9.4_1\",,\"LT029\",55.5109558105469,25.7021273017117,37073,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"e41fc84b\",\"Visagino m.\",3,\"Utenos\",\"Visagino m.\",\"LTU.9.2.2_0\",,\"LT029\",55.4180908203125,26.3186345603016,18121,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"7868d128\",\"Zarasų r.\",3,\"Utenos\",\"Zarasų r.\",\"LTU.9.5_1\",,\"LT029\",55.7262382507325,26.0421798499548,14635,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"1e1a2ebe\",\"Elektrėnų\",3,\"Vilniaus\",\"Elektrėnų\",\"LTU.10.4.1_0\",,\"LT011\",54.6469535827637,24.765235750991,24103,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"d93ab34b\",\"Šalčininkų r.\",3,\"Vilniaus\",\"Šalčininkų r.\",\"LTU.10.1_1\",,\"LT011\",54.3291015625001,25.2484055396534,30264,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"30ebe0eb\",\"Širvintų r.\",3,\"Vilniaus\",\"Širvintų r.\",\"LTU.10.2_1\",,\"LT011\",55.0247879028321,24.8854430339982,14907,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"b3db3c52\",\"Švenčionių r.\",3,\"Vilniaus\",\"Švenčionių r.\",\"LTU.10.3_1\",,\"LT011\",55.0739727020264,26.0260447100229,22495,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"82c82f78\",\"Trakų r.\",3,\"Vilniaus\",\"Trakų r.\",\"LTU.10.4.2_0\",,\"LT011\",54.6469535827637,24.765235750991,33204,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"8d64c24e\",\"Ukmergės r.\",3,\"Vilniaus\",\"Ukmergės r.\",\"LTU.10.5_1\",,\"LT011\",55.3102149963379,24.7392858421961,33049,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"ffd5e0c3\",\"Vilniaus m.\",3,\"Vilniaus\",\"Vilniaus m.\",\"LTU.10.6.1_0\",,\"LT011\",54.7679042816163,25.3672938184536,569729,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n\"328fee5d\",\"Vilniaus r.\",3,\"Vilniaus\",\"Vilniaus r.\",\"LTU.10.6.2_0\",,\"LT011\",54.7679042816163,25.3672938184536,102008,\"Vaidotas Zemlys-Balevicius (2020)\",\"https://github.com/mpiktas/covid19lt\"\n"
  },
  {
    "path": "inst/extdata/db/LVA.csv",
    "content": "\"id\",\"id_gov.lv\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_gadm\",\"key_google_mobility\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,\"-\",,,,,,\n\"6553bcae\",640600,3,\"Kurzeme\",\"Aizputes novads\",\"LVA.1.2.1_0\",,\"0640600\",\"LV003\",56.716667,21.6,4073,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"62787685\",624200,3,\"Kurzeme\",\"Alsungas novads\",\"LVA.1.1.1_0\",,\"0624200\",\"LV003\",56.981667,21.566944,1289,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"285eed48\",840601,3,\"Kurzeme\",\"Brocenu novads\",\"LVA.1.3.1_0\",,\"0840601\",\"LV003\",56.7333,22.65,5634,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"a838d668\",885100,3,\"Kurzeme\",\"Dundagas novads\",\"LVA.1.4.1_0\",,\"0885100\",\"LV003\",57.516667,22.35,3641,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"18caa132\",640801,3,\"Kurzeme\",\"Durbes novads\",\"LVA.1.2.2_0\",,\"0640801\",\"LV003\",56.6167,21.3667,2626,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"d962a779\",641000,3,\"Kurzeme\",\"Grobinas novads\",\"LVA.1.2.3_0\",\"ChIJT8Zmekyq-kYRoP_yaM3PAAM\",\"0641000\",\"LV003\",56.5667,21.1,8394,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"ed1ae1d2\",620200,3,\"Kurzeme\",\"Kuldigas novads\",\"LVA.1.1.2_0\",\"ChIJiXwf29Xc70YR6ybmN2i8sC4\",\"0620200\",\"LV003\",56.9667,21.9667,22313,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"3b7b8a74\",170000,3,\"Kurzeme\",\"Liepaja\",\"LVA.1.2.4_0\",\"ChIJNWS6eNKn-kYRMP3yaM3PAAM\",\"0170000\",\"LV003\",56.511667,21.013889,68945,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"077e0866\",887600,3,\"Kurzeme\",\"Mersraga novads\",\"LVA.1.4.2_0\",,\"0887600\",\"LV003\",57.333333,23.116667,1439,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"f3d8c32a\",647900,3,\"Kurzeme\",\"Nicas novads\",\"LVA.1.2.5_0\",,\"0647900\",\"LV003\",56.345833,21.064444,3152,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"a96c3f33\",641401,3,\"Kurzeme\",\"Pavilostas novads\",\"LVA.1.2.6_0\",,\"0641401\",\"LV003\",56.883333,21.166667,2532,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"ddefdbcb\",641600,3,\"Kurzeme\",\"Priekules novads\",\"LVA.1.2.7_0\",,\"0641600\",\"LV003\",56.45,21.583333,5067,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"2ed1ea4d\",888301,3,\"Kurzeme\",\"Rojas novads\",\"LVA.1.4.3_0\",,\"0888301\",\"LV003\",57.5,22.8,3427,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"a2a12a18\",648500,3,\"Kurzeme\",\"Rucavas novads\",\"LVA.1.2.8_0\",,\"0648500\",\"LV003\",56.159167,21.161944,1478,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"58507502\",840200,3,\"Kurzeme\",\"Saldus novads\",\"LVA.1.3.2_0\",\"ChIJgS6cntmZ70YReWYLQs93atU\",\"0840200\",\"LV003\",56.666667,22.5,22006,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"55a686b7\",621200,3,\"Kurzeme\",\"Skrundas novads\",\"LVA.1.1.3_0\",,\"0621200\",\"LV003\",56.666667,22,4661,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"9da09803\",880200,3,\"Kurzeme\",\"Talsu novads\",\"LVA.1.4.4_0\",\"ChIJ84un2X8-7kYR0GqX0A2vNmA\",\"0880200\",\"LV003\",57.25,22.6,27730,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"1e9031cf\",649300,3,\"Kurzeme\",\"Vainodes novads\",\"LVA.1.2.9_0\",,\"0649300\",\"LV003\",56.418472,21.852308,2285,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"bdeff8da\",270000,3,\"Kurzeme\",\"Ventspils\",\"LVA.1.5.1_0\",\"ChIJ2UhCZpbI8UYRxC6oJkf7jUw\",\"0270000\",\"LV003\",57.3937,21.5647,34377,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"56fc4ba6\",980200,3,\"Kurzeme\",\"Ventspils novads\",\"LVA.1.5.2_0\",\"ChIJM2P3qWfR8UYR9WWjzbapqVk\",\"0980200\",\"LV003\",57.383333,21.55,10925,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"197a4fd2\",604300,3,\"Latgale\",\"Aglonas novads\",\"LVA.2.5.1_0\",,\"0604300\",\"LV005\",56.126111,27.014167,3191,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"7c888325\",384400,3,\"Latgale\",\"Baltinavas novads\",\"LVA.2.1.1_0\",,\"0384400\",\"LV005\",56.95,27.65,1387,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"f76768c0\",380200,3,\"Latgale\",\"Balvu novads\",\"LVA.2.1.2_0\",\"ChIJ56N2q8biwUYRUP3yaM3PAAM\",\"0380200\",\"LV005\",57.133333,27.25,11977,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"539ab153\",684901,3,\"Latgale\",\"Ciblas novads\",\"LVA.2.4.1_0\",,\"0684901\",\"LV005\",56.55,27.883333,2429,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"2ce201b9\",601000,3,\"Latgale\",\"Dagdas novads\",\"LVA.2.3.1_0\",,\"0601000\",\"LV005\",56.1,27.6167,6777,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"f40320e1\",50000,3,\"Latgale\",\"Daugavpils\",\"LVA.2.2.1_0\",\"ChIJ28kB_zCUwkYRgPzyaM3PAAM\",\"0050000\",\"LV005\",55.883333,26.533333,82604,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"2f92b579\",440200,3,\"Latgale\",\"Daugavpils novads\",\"LVA.2.2.2_0\",\"ChIJY59FZ2eXwkYRcPzyaM3PAAM\",\"0440200\",\"LV005\",55.883333,26.7,20149,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"55020039\",440801,3,\"Latgale\",\"Ilukstes novads\",\"LVA.2.2.3_0\",,\"0440801\",\"LV005\",55.9833,26.3,6615,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"1c924a78\",681000,3,\"Latgale\",\"Karsavas novads\",\"LVA.2.4.2_0\",,\"0681000\",\"LV005\",56.784162,27.688798,5278,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"79d4d39e\",600202,3,\"Latgale\",\"Kraslavas novads\",\"LVA.2.3.2_0\",\"ChIJcY2GDNb9wkYRIP_yaM3PAAM\",\"0600202\",\"LV005\",55.9,27.1667,14155,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"1c7dc344\",761201,3,\"Latgale\",\"Livanu novads\",\"LVA.2.5.2_0\",,\"0761201\",\"LV005\",56.366667,26.183333,10832,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"a7aaf973\",680200,3,\"Latgale\",\"Ludzas novads\",\"LVA.2.4.3_0\",,\"0680200\",\"LV005\",56.55,27.716667,12196,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"3dc8f59b\",760202,3,\"Latgale\",\"Preilu novads\",\"LVA.2.5.3_0\",\"ChIJaWT1x4F8wkYRAAHzaM3PAAM\",\"0760202\",\"LV005\",56.3,26.716667,9231,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"32af0d7a\",210000,3,\"Latgale\",\"Rezekne\",\"LVA.2.6.1_0\",\"ChIJu_1xQ_oVwkYRkP3yaM3PAAM\",\"0210000\",\"LV005\",56.509313,27.337589,35568,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"6cf62ad6\",780200,3,\"Latgale\",\"Rezeknes novads\",\"LVA.2.6.2_0\",\"ChIJvQ6eAV8UwkYRgP3yaM3PAAM\",\"0780200\",\"LV005\",56.512716,27.342739,24687,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"f76fa15c\",766300,3,\"Latgale\",\"Riebinu novads\",\"LVA.2.5.4_0\",,\"0766300\",\"LV005\",56.341406,26.801119,4625,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"6fff46fc\",387500,3,\"Latgale\",\"Rugaju novads\",\"LVA.2.1.3_0\",,\"0387500\",\"LV005\",57.000939,27.129692,2108,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"e9ad83a4\",701800,3,\"Latgale\",\"Varaklanu novads\",\"LVA.2.6.3_0\",,\"0701800\",\"LV008\",56.6,26.75,3056,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"db8f55f2\",769101,3,\"Latgale\",\"Varkavas novads\",\"LVA.2.5.5_0\",,\"0769101\",\"LV005\",56.196506,26.523628,1824,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"48d2a779\",381600,3,\"Latgale\",\"Vilakas novads\",\"LVA.2.1.4_0\",,\"0381600\",\"LV005\",57.166667,27.666667,4596,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"d9ddc865\",781800,3,\"Latgale\",\"Vilanu novads\",\"LVA.2.6.4_0\",,\"0781800\",\"LV005\",56.666667,26.916667,5522,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"65862b56\",681801,3,\"Latgale\",\"Zilupes novads\",\"LVA.2.4.4_0\",,\"0681801\",\"LV005\",56.3873,28.1212,2647,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"263f3827\",804400,3,\"Riga\",\"Adažu novads\",\"LVA.3.3.1_0\",\"ChIJaY5J1d217kYR0AHzaM3PAAM\",\"0804400\",\"LV007\",57.066667,24.333333,11391,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"a3a2f419\",661000,3,\"Riga\",\"Alojas novads\",\"LVA.3.1.1_0\",\"ChIJF2WH5Qtt7EYREADzaM3PAAM\",\"0661000\",\"LV007\",57.766667,24.866667,4630,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"2ee7ab74\",804900,3,\"Riga\",\"Babites novads\",\"LVA.3.3.2_0\",\"ChIJ7YQ2x_Le7kYR4AHzaM3PAAM\",\"0804900\",\"LV007\",56.95,23.95,10704,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"aad97b1e\",800600,3,\"Riga\",\"Baldones novads\",\"LVA.3.3.3_0\",\"ChIJnUb2EL4p6UYRYAHzaM3PAAM\",\"0800600\",\"LV007\",56.733333,24.383333,5468,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"9a0e23f0\",805200,3,\"Riga\",\"Carnikavas novads\",\"LVA.3.3.4_0\",\"ChIJQ-_d0PG37kYR8AHzaM3PAAM\",\"0805200\",\"LV007\",57.116667,24.266667,8738,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"53144e0c\",905100,3,\"Riga\",\"Engures novads\",\"LVA.3.4.1_0\",\"ChIJaZaZz2f37kYR4ALzaM3PAAM\",\"0905100\",\"LV007\",56.955,23.338056,7054,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"8b3f5870\",806000,3,\"Riga\",\"Garkalnes novads\",\"LVA.3.3.5_0\",\"ChIJK6-k1anL7kYRAALzaM3PAAM\",\"0806000\",\"LV007\",57.04751,24.420417,8557,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"ae0f6f0b\",740600,3,\"Riga\",\"Ikškiles novads\",\"LVA.3.3.6_0\",\"ChIJexGGLhAw6UYR0ADzaM3PAAM\",\"0740600\",\"LV007\",56.8167,24.4833,9708,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"18fb3171\",801800,3,\"Riga\",\"Incukalna novads\",\"LVA.3.3.7_0\",\"ChIJA7z-5pBL6UYRwAHzaM3PAAM\",\"0801800\",\"LV007\",57.083333,24.683333,7640,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"579932be\",905700,3,\"Riga\",\"Jaunpils novads\",\"LVA.3.4.2_0\",,\"0905700\",\"LV007\",56.733325,23.017556,2178,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"cefb2cb4\",130000,3,\"Riga\",\"Jurmala\",\"LVA.3.3.8_0\",\"ChIJ1wAzb4fd7kYRaZBkQ8e5IAo\",\"0130000\",\"LV007\",56.966667,23.75,49325,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"a9375794\",901201,3,\"Riga\",\"Kandavas novads\",\"LVA.3.4.3_0\",,\"0901201\",\"LV007\",57.041333,22.772996,7664,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"6539444a\",741001,3,\"Riga\",\"Keguma novads\",\"LVA.3.2.1_0\",\"ChIJS9lvm-Qh6UYR4ADzaM3PAAM\",\"0741001\",\"LV007\",56.733333,24.7,5344,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"a0475614\",800800,3,\"Riga\",\"Kekavas novads\",\"LVA.3.3.9_0\",\"ChIJ7evHmlgr6UYRcAHzaM3PAAM\",\"0800800\",\"LV007\",56.866667,24.116667,23698,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"84ee63ff\",806900,3,\"Riga\",\"Krimuldas novads\",\"LVA.3.3.10_0\",\"ChIJZbqinJ1T6UYREALzaM3PAAM\",\"0806900\",\"LV007\",57.214638,24.770692,4858,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"6230ec96\",741401,3,\"Riga\",\"Lielvardes novads\",\"LVA.3.2.2_0\",\"ChIJtY0Mjw0Z6UYR8ADzaM3PAAM\",\"0741401\",\"LV007\",56.7225,24.805,9643,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"189a4712\",660200,3,\"Riga\",\"Limbažu novads\",\"LVA.3.1.2_0\",\"ChIJH-ONfQEE7EYRAADzaM3PAAM\",\"0660200\",\"LV007\",57.516667,24.716667,16301,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"348a97c9\",807400,3,\"Riga\",\"Malpils novads\",\"LVA.3.3.11_0\",,\"0807400\",\"LV007\",57.010556,24.959722,3350,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"370e43a7\",807600,3,\"Riga\",\"Marupes novads\",\"LVA.3.3.12_0\",\"ChIJrwZxoATa7kYRMALzaM3PAAM\",\"0807600\",\"LV007\",56.906878,24.058336,20007,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"4708a6fb\",740202,3,\"Riga\",\"Ogres novads\",\"LVA.3.2.3_0\",\"ChIJtfi6GykU6UYRwADzaM3PAAM\",\"0740202\",\"LV007\",56.8461,25.0525,32997,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"16e860c9\",801000,3,\"Riga\",\"Olaines novads\",\"LVA.3.3.13_0\",\"ChIJRZ4K7OEp70YRgAHzaM3PAAM\",\"0801000\",\"LV007\",56.787222,23.941944,10840,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"01838621\",10000,3,\"Riga\",\"Riga\",\"LVA.3.3.14_0\",\"ChIJ7T0H5bDP7kYRRazILQ-36rQ\",\"0010000\",\"LV006\",56.948889,24.106389,632614,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"6ce9879f\",808400,3,\"Riga\",\"Ropažu novads\",\"LVA.3.3.15_0\",\"ChIJ5anCoIU26UYRQALzaM3PAAM\",\"0808400\",\"LV007\",56.971817,24.631764,6834,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"a4ab5cc5\",661400,3,\"Riga\",\"Salacgrivas novads\",\"LVA.3.1.3_0\",\"ChIJg3b_VqoX7EYRIADzaM3PAAM\",\"0661400\",\"LV007\",57.7681,24.3631,7228,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"156cb4a7\",801200,3,\"Riga\",\"Salaspils novads\",\"LVA.3.3.16_0\",\"ChIJwTYJVmgt6UYRkAHzaM3PAAM\",\"0801200\",\"LV007\",56.851667,24.350556,22659,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"11e1c815\",801400,3,\"Riga\",\"Saulkrastu novads\",\"LVA.3.3.17_0\",\"ChIJeyAZjNiv7kYRoAHzaM3PAAM\",\"0801400\",\"LV007\",57.25,24.416667,6532,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"d0d89c48\",809200,3,\"Riga\",\"Sejas novads\",\"LVA.3.3.18_0\",,\"0809200\",\"LV007\",57.152778,24.644444,2128,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"65622ced\",801601,3,\"Riga\",\"Siguldas novads\",\"LVA.3.3.19_0\",\"ChIJkXWrnpFF6UYRsAHzaM3PAAM\",\"0801601\",\"LV007\",57.15,24.866667,17761,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"d7d13494\",809600,3,\"Riga\",\"Stopinu novads\",\"LVA.3.3.20_0\",\"ChIJdSH2xUnN7kYRYALzaM3PAAM\",\"0809600\",\"LV007\",56.933333,24.283333,10845,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"668c0067\",900200,3,\"Riga\",\"Tukuma novads\",\"LVA.3.4.4_0\",\"ChIJsQViO0n-7kYRwALzaM3PAAM\",\"0900200\",\"LV007\",56.966667,23.15,27848,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"4857d6a1\",360200,3,\"Vidzeme\",\"Aluksnes novads\",\"LVA.4.1.1_0\",\"ChIJ38YpX9Np6kYRMPzyaM3PAAM\",\"0360200\",\"LV008\",57.416667,27.05,14153,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"5e7c25f3\",424701,3,\"Vidzeme\",\"Amatas novads\",\"LVA.4.2.1_0\",,\"0424701\",\"LV008\",57.2,25.15,4983,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"45c05377\",360800,3,\"Vidzeme\",\"Apes novads\",\"LVA.4.1.2_0\",,\"0360800\",\"LV008\",57.533333,26.683333,3295,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"6065a07b\",964700,3,\"Vidzeme\",\"Beverinas novads\",\"LVA.4.6.1_0\",,\"0964700\",\"LV008\",57.5,25.45,2949,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"015a43b1\",967101,3,\"Vidzeme\",\"Burtnieku novads\",\"LVA.4.6.2_0\",\"ChIJRSQdQvWM60YRcAPzaM3PAAM\",\"0967101\",\"LV008\",57.694722,25.275,7485,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"a0d240d9\",420200,3,\"Vidzeme\",\"Cesu novads\",\"LVA.4.2.2_0\",\"ChIJk_kkTxxg6UYR0P3yaM3PAAM\",\"0420200\",\"LV008\",57.2667,25.3833,16372,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"5111e4c1\",700800,3,\"Vidzeme\",\"Cesvaines novads\",\"LVA.4.4.1_0\",,\"0700800\",\"LV008\",56.9706,26.3054,2339,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"6e1787a0\",705500,3,\"Vidzeme\",\"Erglu novads\",\"LVA.4.4.2_0\",,\"0705500\",\"LV008\",56.8975,25.6375,2689,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"114ec01c\",500200,3,\"Vidzeme\",\"Gulbenes novads\",\"LVA.4.3.1_0\",\"ChIJNwMAATIj6kYRoPzyaM3PAAM\",\"0500200\",\"LV008\",57.181944,26.763889,20079,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"91c77200\",425700,3,\"Vidzeme\",\"Jaunpiebalgas novads\",\"LVA.4.2.3_0\",,\"0425700\",\"LV008\",57.176667,26.035278,2019,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"e9ccf5c7\",960200,3,\"Vidzeme\",\"Kocenu novads\",\"LVA.4.6.3_0\",\"ChIJf5Eg6c7w60YRMAPzaM3PAAM\",\"0960200\",\"LV008\",57.520188,25.338191,5832,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"186e27bc\",421200,3,\"Vidzeme\",\"Ligatnes novads\",\"LVA.4.2.4_0\",,\"0421200\",\"LV008\",57.233333,25.05,1008,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"e0b77ac0\",701400,3,\"Vidzeme\",\"Lubanas novads\",\"LVA.4.4.3_0\",,\"0701400\",\"LV008\",56.9,26.716667,2226,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"5c866117\",700200,3,\"Vidzeme\",\"Madonas novads\",\"LVA.4.4.4_0\",\"ChIJxz3NtByT6UYRyVYQ5PVr8tU\",\"0700200\",\"LV008\",56.85,26.216667,22261,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"52f446cc\",961000,3,\"Vidzeme\",\"Mazsalacas novads\",\"LVA.4.6.4_0\",,\"0961000\",\"LV008\",57.866667,25.05,2932,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"75d9a749\",967300,3,\"Vidzeme\",\"Naukšenu novads\",\"LVA.4.6.5_0\",,\"0967300\",\"LV008\",57.883611,25.452778,1701,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"384a6ee5\",427500,3,\"Vidzeme\",\"Pargaujas novads\",\"LVA.4.2.5_0\",,\"0427500\",\"LV008\",57.370911,25.030775,3623,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"3cc71257\",427300,3,\"Vidzeme\",\"Priekulu novads\",\"LVA.4.2.6_0\",\"ChIJ8ZHRylPn60YREP7yaM3PAAM\",\"0427300\",\"LV008\",57.314167,25.359722,7607,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"3bceba8b\",427700,3,\"Vidzeme\",\"Raunas novads\",\"LVA.4.2.7_0\",,\"0427700\",\"LV008\",57.332222,25.609722,3023,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"56793a7e\",961600,3,\"Vidzeme\",\"Rujienas novads\",\"LVA.4.6.6_0\",,\"0961600\",\"LV008\",57.883333,25.333333,4917,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"2cb9691e\",941600,3,\"Vidzeme\",\"Smiltenes novads\",\"LVA.4.5.1_0\",\"ChIJ0bo4kCzJ60YREAPzaM3PAAM\",\"0941600\",\"LV008\",57.423,25.9003,12015,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"26274414\",941800,3,\"Vidzeme\",\"Strencu novads\",\"LVA.4.5.2_0\",,\"0941800\",\"LV008\",57.616667,25.683333,2915,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"930ca6a7\",940200,3,\"Vidzeme\",\"Valkas novads\",\"LVA.4.5.3_0\",,\"0940200\",\"LV008\",57.7729106,26.0160341,7692,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"c72fabba\",250000,3,\"Vidzeme\",\"Valmiera\",\"LVA.4.6.7_0\",\"ChIJD0I_WrSL60YRIP7yaM3PAAM\",\"0250000\",\"LV008\",57.5411,25.4275,23125,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"dc186564\",429300,3,\"Vidzeme\",\"Vecpiebalgas novads\",\"LVA.4.2.8_0\",,\"0429300\",\"LV008\",57.061944,25.810833,3543,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"bdd77061\",320200,3,\"Zemgale\",\"Aizkraukles novads\",\"LVA.5.1.1_0\",\"ChIJC_rQKDwE6UYR0PzyaM3PAAM\",\"0320200\",\"LV009\",56.604167,25.253889,8036,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"9399b06a\",560800,3,\"Zemgale\",\"Aknistes novads\",\"LVA.5.4.1_0\",,\"0560800\",\"LV009\",56.160556,25.798056,2492,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"58c563cf\",460800,3,\"Zemgale\",\"Auces novads\",\"LVA.5.3.1_0\",,\"0460800\",\"LV009\",56.45,22.883333,6153,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"da1213b9\",400200,3,\"Zemgale\",\"Bauskas novads\",\"LVA.5.2.1_0\",\"ChIJ63DqssHG6EYRMeF2FoJmtOI\",\"0400200\",\"LV009\",56.4167,24.2833,22784,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"5552e619\",460200,3,\"Zemgale\",\"Dobeles novads\",\"LVA.5.3.2_0\",\"ChIJYTM24UoS70YRcP7yaM3PAAM\",\"0460200\",\"LV009\",56.65,23.2333,19517,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"fbf430d7\",406400,3,\"Zemgale\",\"Iecavas novads\",\"LVA.5.2.2_0\",\"ChIJyyzFgt7T6EYRoP3yaM3PAAM\",\"0406400\",\"LV009\",56.5833,24.1833,8359,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"06efc36a\",321000,3,\"Zemgale\",\"Jaunjelgavas novads\",\"LVA.5.1.2_0\",,\"0321000\",\"LV009\",56.514806,25.30426,5140,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"b43b7fd4\",110000,3,\"Zemgale\",\"Jekabpils\",\"LVA.5.4.2_0\",\"ChIJV08sdk3L6UYRwPzyaM3PAAM\",\"0110000\",\"LV009\",56.5,25.85,22076,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"9e0e35bc\",560200,3,\"Zemgale\",\"Jekabpils novads\",\"LVA.5.4.3_0\",\"ChIJA6LdYk8y6EYR0P7yaM3PAAM\",\"0560200\",\"LV009\",56.495443,25.868549,4293,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"31f3cde0\",90000,3,\"Zemgale\",\"Jelgava\",\"LVA.5.5.1_0\",\"ChIJjxbtbksl70YRsPzyaM3PAAM\",\"0090000\",\"LV009\",56.65,23.712778,55972,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"e4ce66dc\",540200,3,\"Zemgale\",\"Jelgavas novads\",\"LVA.5.5.2_0\",\"ChIJAZwgiUAw70YRNWNx08m9U44\",\"0540200\",\"LV009\",56.652608,23.722659,22011,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"9afa91e4\",326100,3,\"Zemgale\",\"Kokneses novads\",\"LVA.5.1.3_0\",,\"0326100\",\"LV009\",56.65,25.4333,5013,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"b7308581\",566900,3,\"Zemgale\",\"Krustpils novads\",\"LVA.5.4.4_0\",,\"0566900\",\"LV009\",56.544167,26.096111,5496,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"2246f681\",327100,3,\"Zemgale\",\"Neretas novads\",\"LVA.5.1.4_0\",,\"0327100\",\"LV009\",56.204444,25.307778,3376,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"b069cb7d\",546701,3,\"Zemgale\",\"Ozolnieku novads\",\"LVA.5.5.3_0\",\"ChIJfffcNd4t70YRwP7yaM3PAAM\",\"0546701\",\"LV009\",56.690831,23.787931,9969,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"01e66bb6\",321400,3,\"Zemgale\",\"Plavinu novads\",\"LVA.5.4.5_0\",,\"0321400\",\"LV009\",56.6,25.716667,4904,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"410ee9eb\",407700,3,\"Zemgale\",\"Rundales novads\",\"LVA.5.2.3_0\",,\"0407700\",\"LV009\",56.42,24.009722,3356,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"5d71dfb8\",568700,3,\"Zemgale\",\"Salas novads\",\"LVA.5.4.6_0\",,\"0568700\",\"LV009\",56.504164,25.762239,3332,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"7863588e\",328200,3,\"Zemgale\",\"Skriveru novads\",\"LVA.5.1.5_0\",,\"0328200\",\"LV009\",56.646667,25.122222,3339,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"9cb32117\",468900,3,\"Zemgale\",\"Tervetes novads\",\"LVA.5.3.3_0\",,\"0468900\",\"LV009\",56.450981,23.349453,3339,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"a2554ab6\",409500,3,\"Zemgale\",\"Vecumnieku novads\",\"LVA.5.2.4_0\",,\"0409500\",\"LV009\",56.606389,24.522222,7807,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n\"2b25d70f\",561800,3,\"Zemgale\",\"Viesites novads\",\"LVA.5.4.7_0\",,\"0561800\",\"LV009\",56.35,25.55,3567,\"Oficialas statistikas portals (2019)\",\"https://data.stat.gov.lv/pxweb/en/OSP_PUB/START__POP__IR__IRD/IRD060/\"\n"
  },
  {
    "path": "inst/extdata/db/MEX.csv",
    "content": "\"id\",\"id_github.cssegisanddata.covid19unified\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_hasc\",\"key_jhu_csse\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,,\"-\",,,,,\n\"ba3b7ceb\",\"MXAGU\",2,\"Aguascalientes\",,\"Aguascalientes\",\"MEX.1_1\",\"ChIJuRMJdqXmKYQRHxX0saYvLmY\",\"MX.AG\",\"MXAGU\",,22.02451515,-102.352498704299,1184996,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"8793d473\",\"MXBCN\",2,\"Baja California\",,\"Baja California\",\"MEX.3_1\",\"ChIJ0913qAxw14ARjt4YA5_9pPw\",\"MX.BN\",\"MXBCN\",,30.29873848,-115.231039828398,3155070,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"ea85b662\",\"MXBCS\",2,\"Baja California Sur\",,\"Baja California Sur\",\"MEX.2_1\",\"ChIJyR6itTnTr4YRGFmnqTqz33E\",\"MX.BS\",\"MXBCS\",,25.41166687,-111.54264069,637026,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"ee432a59\",\"MXCAM\",2,\"Campeche\",,\"Campeche\",\"MEX.4_1\",\"ChIJFeLHS0LD6IURw_yqe4z3i-Y\",\"MX.CM\",\"MXCAM\",,19.31277752,-89.9061079819996,822441,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"03951aea\",\"MXCHP\",2,\"Chiapas\",,\"Chiapas\",\"MEX.5_1\",\"ChIJZ85Xl7REjYURFdYZRoIzAM8\",\"MX.CP\",\"MXCHP\",,16.253345485,-92.2853122840702,4796580,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"91828d91\",\"MXCHH\",2,\"Chihuahua\",,\"Chihuahua\",\"MEX.6_1\",\"ChIJCaSRhS91loYRB36nQFPig5s\",\"MX.CH\",\"MXCHH\",,28.68692112,-106.104726913856,3406465,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"3aea930e\",\"MXCMX\",2,\"Ciudad de Mexico\",,\"Mexico City\",\"MEX.9_1\",\"ChIJJyk1sTYAzoURW4rR6E6e_d4\",\"MX.DF\",\"MXCMX\",,19.2837801,-99.1103533854938,8851080,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"a7a19e68\",\"MXCOA\",2,\"Coahuila\",,\"Coahuila\",\"MEX.7_1\",\"ChIJKR6Opr1yiIYROXrNFNeaAGQ\",\"MX.CA\",\"MXCOA\",,27.202111245,-102.406088705927,2748391,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"fe648ce5\",\"MXCOL\",2,\"Colima\",,\"Colima\",\"MEX.8_1\",\"ChIJ6yVw_g0yJYQRCmlXH5dAHiw\",\"MX.CL\",\"MXCOL\",,19.13000107,-104.006671853096,650555,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"3aa9e601\",\"MXDUR\",2,\"Durango\",,\"Durango\",\"MEX.10_1\",\"ChIJSUVzr8GpkIYRsgjjq0HifSk\",\"MX.DU\",\"MXDUR\",,24.569360735,-104.677776285558,1632934,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"945becaf\",\"MXGUA\",2,\"Guanajuato\",,\"Guanajuato\",\"MEX.11_1\",\"ChIJf3-bUI9bK4QRoEO-gRmmjuc\",\"MX.GJ\",\"MXGUA\",,20.88313484,-101.291427291999,5486372,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"f6b04d22\",\"MXGRO\",2,\"Guerrero\",,\"Guerrero\",\"MEX.12_1\",\"ChIJPyAn81hly4UROst3QpsiNzE\",\"MX.GR\",\"MXGRO\",,17.68819332,-99.9849855144817,3388768,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"6539f8d9\",\"MXHID\",2,\"Hidalgo\",,\"Hidalgo\",\"MEX.13_1\",\"ChIJ5y_OIgQK0YURG3hAeb_FUoE\",\"MX.HI\",\"MXHID\",,20.482379915,-99.1729290137591,2665018,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"982729fa\",\"MXJAL\",2,\"Jalisco\",,\"Jalisco\",\"MEX.14_1\",\"ChIJb05i1OtAH4QRU0obWqOw_qA\",\"MX.JA\",\"MXJAL\",,20.812438965,-103.198272654935,7350682,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"289e3575\",\"MXMEX\",2,\"Mexico\",,\"State of Mexico\",\"MEX.15_1\",\"ChIJOwrrwJKJzYURV6jFn775_sI\",\"MX.MX\",\"MXMEX\",,19.324000355,-99.7783316359216,15175862,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"a98ea3d5\",\"MXMIC\",2,\"Michoacan\",,\"Michoacán\",\"MEX.16_1\",\"ChIJt1yzHj5fKoQR1OBL8wxlxzs\",\"MX.MC\",\"MXMIC\",,19.14700699,-101.66535595725,4351037,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"5d421751\",\"MXMOR\",2,\"Morelos\",,\"Morelos\",\"MEX.17_1\",\"ChIJR_72Ja7fzYURD91poSWCX5c\",\"MX.MR\",\"MXMOR\",,18.71176529,-99.0508460164843,1777227,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"709476a5\",\"MXNAY\",2,\"Nayarit\",,\"Nayarit\",\"MEX.18_1\",\"ChIJR9s-5pyoIIQROdKUhqL1yMI\",\"MX.NA\",\"MXNAY\",,21.81222248,-104.837829873072,1084979,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"c467de55\",\"MXNLE\",2,\"Nuevo Leon\",,\"Nuevo León\",\"MEX.19_1\",\"ChIJXbClooSVYoYRxrtsw0L0HXA\",\"MX.NL\",\"MXNLE\",,25.474061015,-99.4862481351824,4653458,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"797d4e01\",\"MXOAX\",2,\"Oaxaca\",,\"Oaxaca\",\"MEX.20_1\",\"ChIJUVwOOk_YwIURyQvZPUMMxkQ\",\"MX.OA\",\"MXOAX\",,17.145264625,-96.0089496917339,3801962,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"3930e2d9\",\"MXPUE\",2,\"Puebla\",,\"Puebla (state)\",\"MEX.21_1\",\"ChIJZafA3bCMz4URrSAC1luuXOI\",\"MX.PU\",\"MXPUE\",,19.38235569,-97.3618220118968,5779829,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"31e83875\",\"MXQUE\",2,\"Queretaro\",,\"Querétaro\",\"MEX.22_1\",\"ChIJX3BEYdFE04URu2lIpMSxRpE\",\"MX.QE\",\"MXQUE\",,20.80926514,-100.04105926111,1827937,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"9914239e\",\"MXROO\",2,\"Quintana Roo\",,\"Quintana Roo\",\"MEX.23_1\",\"ChIJlSbD6vD8T48RnI1MSCrF8MQ\",\"MX.QR\",\"MXROO\",,19.728333475,-88.4958613137262,1325578,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"a9fae5da\",\"MXSLP\",2,\"San Luis Potosi\",,\"San Luis Potosí\",\"MEX.24_1\",\"ChIJefusBQCiKoQRXkEExEGyIOY\",\"MX.SL\",\"MXSLP\",,22.86902523,-101.155966019981,2585518,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"65318f43\",\"MXSIN\",2,\"Sinaloa\",,\"Sinaloa\",\"MEX.25_1\",\"ChIJWUmnKJRTn4YR71--DXbfe5w\",\"MX.SI\",\"MXSIN\",,24.756388665,-107.470518398699,2767761,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"9e6c34d9\",\"MXSON\",2,\"Sonora\",,\"Sonora\",\"MEX.26_1\",\"ChIJD9JN52kpmIYRdOO7_Br_Vs0\",\"MX.SO\",\"MXSON\",,29.39833355,-110.456739996987,2662480,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"d54258e7\",\"MXTAB\",2,\"Tabasco\",,\"Tabasco\",\"MEX.27_1\",\"ChIJT8t4j1_77YURRGuG2RHLJtQ\",\"MX.TB\",\"MXTAB\",,17.952049255,-92.5649118997666,2238603,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"3b918e89\",\"MXTAM\",2,\"Tamaulipas\",,\"Tamaulipas\",\"MEX.28_1\",\"ChIJWSQe265TeYYRJRnoNVqfhTM\",\"MX.TM\",\"MXTAM\",,24.93251419,-98.4060557031599,3268554,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"fbb672be\",\"MXTLA\",2,\"Tlaxcala\",,\"Tlaxcala\",\"MEX.29_1\",\"ChIJE2EAHD_Zz4UR4L181Friujg\",\"MX.TL\",\"MXTLA\",,19.450846675,-98.0546297672568,1169936,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"cbbcc80b\",\"MXVER\",2,\"Veracruz\",,\"Veracruz\",\"MEX.30_1\",\"ChIJbVJUr9BVw4URs7kQZwp_dy0\",\"MX.VE\",\"MXVER\",,19.80402756,-96.8405514016656,7643194,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"51cc148b\",\"MXYUC\",2,\"Yucatan\",,\"Yucatán\",\"MEX.31_1\",\"ChIJ7QTWqvgPVI8RCj0IMXUhzMw\",\"MX.YU\",\"MXYUC\",,20.63473892,-89.0366132001852,1955577,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n\"6e919b0d\",\"MXZAC\",2,\"Zacatecas\",,\"Zacatecas\",\"MEX.32_1\",\"ChIJb_7JfqDRgYYRmG0lXv0tHxw\",\"MX.ZA\",\"MXZAC\",,23.07436085,-103.178399184043,1490668,\"Statoids (2010)\",\"http://www.statoids.com/umx.html\"\n"
  },
  {
    "path": "inst/extdata/db/NLD.csv",
    "content": "\"id\",\"id_rivm.nl\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_jhu_csse\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,\"-\",,,,,,\n\"11c6eae3\",\"Drenthe\",2,\"Drenthe\",,\"Drenthe\",\"NLD.1_1\",\"ChIJJe9hK-IhyEcRMK4d-ISmq2o\",\"NLDR\",\"PV22\",\"NL13\",52.9082489,6.6932587113071,493682,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ec2469da\",\"Flevoland\",2,\"Flevoland\",,\"Flevoland\",\"NLD.2_1\",\"ChIJ1xORtvImxkcR4SzuR8Lc-j8\",\"NLFL\",\"PV24\",\"NL23\",52.429815295,5.51705646067032,423021,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"62e72a01\",\"Fryslân\",2,\"Friesland\",,\"Friesland\",\"NLD.3_1\",\"ChIJleoU4ozkyEcRQFwejVreAAM\",\"NLFR\",\"PV21\",\"NL12\",53.107917785,5.83760751835777,649957,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"b6280528\",\"Gelderland\",2,\"Gelderland\",,\"Gelderland\",\"NLD.4_1\",\"ChIJB-9Q0R-6x0cRcFwejVreAAM\",\"NLGE\",\"PV25\",\"NL22\",52.127614975,6.09412654080148,2085952,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"fb7ef034\",\"Groningen\",2,\"Groningen\",,\"Groningen\",\"NLD.5_1\",\"ChIJqwJiN3vCyUcRUaoxQRV3RfI\",\"NLGR\",\"PV20\",\"NL11\",53.15242958,6.89150029964011,585866,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"6e7f5365\",\"Limburg\",2,\"Limburg\",,\"Limburg\",\"NLD.7_1\",\"ChIJkzteeLbpwEcRh3gtWm9Fi90\",\"NLLI\",\"PV31\",\"NL42\",51.25547409,5.86401002426647,1117201,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"f965106f\",\"Noord-Brabant\",2,\"Noord-Brabant\",,\"North Brabant\",\"NLD.8_1\",\"ChIJtanWwXa_xkcRwFwejVreAAM\",\"NLNB\",\"PV30\",\"NL41\",51.52538109,5.04215798110224,2562955,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e7a5fd82\",\"Noord-Holland\",2,\"Noord-Holland\",,\"North Holland\",\"NLD.9_1\",\"ChIJu-SH28MJxkcRJYI2wf63IME\",\"NLNH\",\"PV27\",\"NL32\",52.56430626,4.82309560544348,2879527,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"f656f4a1\",\"Overijssel\",2,\"Overijssel\",,\"Overijssel\",\"NLD.10_1\",\"ChIJMxy1uXMUuEcRn_OKFanz9VM\",\"NLOV\",\"PV23\",\"NL21\",52.485109325,6.38807337239518,1162406,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"702ec710\",\"Utrecht\",2,\"Utrecht\",,\"Utrecht\",\"NLD.11_1\",\"ChIJPzM8M01oxkcRsFwejVreAAM\",\"NLUT\",\"PV26\",\"NL31\",52.119041445,5.15729063851078,1354834,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"a94d0153\",\"Zeeland\",2,\"Zeeland\",,\"Zeeland\",\"NLD.12_1\",\"ChIJyfyksadZxEcRt6HidhtRRCo\",\"NLZE\",\"PV29\",\"NL34\",51.303087235,3.89230032526643,383488,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"836fbee1\",\"Zuid-Holland\",2,\"Zuid-Holland\",,\"South Holland\",\"NLD.14_1\",\"ChIJ3xx5hqRHxEcRqpVxnOHVK_w\",\"NLZH\",\"PV28\",\"NL33\",52.01439857,4.47750516963172,3708696,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"2814a7ab\",\"Aa en Hunze\",3,\"Drenthe\",\"Aa en Hunze\",,\"NLD.1.1_1\",\"ChIJd8Zx3YDYt0cR9DTRc8Z6DIg\",,\"GM1680\",\"NL131\",52.981338379194,6.72910814449527,25445,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"685dde11\",\"Assen\",3,\"Drenthe\",\"Assen\",,\"NLD.1.2_1\",\"ChIJCwpzCOYkyEcRhchNa-yoCtc\",,\"GM0106\",\"NL131\",53.0004961131287,6.55053519017831,68599,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"b25c6922\",\"Borger-Odoorn\",3,\"Drenthe\",\"Borger-Odoorn\",,\"NLD.1.3_1\",\"ChIJFyFD7FDct0cRr4m08rJoVg0\",,\"GM1681\",\"NL132\",52.8916410404282,6.88034677257655,25559,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"9d10f9e4\",\"Coevorden\",3,\"Drenthe\",\"Coevorden\",,\"NLD.1.4_1\",\"ChIJ6R-DEBEfyEcR9hgRZY7IXmw\",,\"GM0109\",\"NL132\",52.7533629937075,6.72214450269246,35297,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"02b42404\",\"De Wolden\",3,\"Drenthe\",\"De Wolden\",,\"NLD.1.5_1\",\"ChIJL7eRUOEVyEcRW73fsvm5d84\",,\"GM1690\",\"NL133\",52.7058790342075,6.33897919802829,24330,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3ba3d607\",\"Emmen\",3,\"Drenthe\",\"Emmen\",,\"NLD.1.6_1\",\"ChIJPeU4ejLvt0cRcatHdE_v2LI\",,\"GM0114\",\"NL132\",52.7548043823015,6.95247723492252,107048,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"b7af0c88\",\"Hoogeveen\",3,\"Drenthe\",\"Hoogeveen\",,\"NLD.1.7_1\",\"ChIJ42fZ4djZx0cRx3pMZyRdyic\",,\"GM0118\",\"NL133\",52.7269829804122,6.49317912843856,55699,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"bef810a8\",\"Meppel\",3,\"Drenthe\",\"Meppel\",,\"NLD.1.8_1\",\"ChIJfyOd8E1tyEcREh0JA3WSwJQ\",,\"GM0119\",\"NL133\",52.7208890261598,6.17852901925946,33920,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"9a64e871\",\"Midden-Drenthe\",3,\"Drenthe\",\"Midden-Drenthe\",,\"NLD.1.9_1\",\"ChIJsXZeIoEiyEcRVot-W33xfNc\",,\"GM1731\",\"NL131\",52.8712932105979,6.56639949525892,33185,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"126b4c41\",\"Noordenveld\",3,\"Drenthe\",\"Noordenveld\",,\"NLD.1.10_1\",\"ChIJtaDJ3AcxyEcRjTLaQiijF0s\",,\"GM1699\",\"NL131\",53.0954260915233,6.42083969775202,31253,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"d83b113c\",\"Tynaarlo\",3,\"Drenthe\",\"Tynaarlo\",,\"NLD.1.11_1\",\"ChIJC8w_nJcuyEcRqpdwm3gbXFc\",,\"GM1730\",\"NL131\",53.1122450661047,6.56030724493238,33887,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"5958462c\",\"Westerveld\",3,\"Drenthe\",\"Westerveld\",,\"NLD.1.12_1\",\"ChIJb6KUb28WyEcRgU_w4c57SgQ\",,\"GM1701\",\"NL133\",52.8282943276269,6.31131086800632,19460,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"00eb6049\",\"Almere\",3,\"Flevoland\",\"Almere\",,\"NLD.2.1_1\",\"ChIJ7agGnU4WxkcRbuvicMC8BPQ\",,\"GM0034\",\"NL230\",52.3703786917065,5.2207976439463,211893,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"790a5587\",\"Dronten\",3,\"Flevoland\",\"Dronten\",,\"NLD.2.2_1\",\"ChIJK4kXjSIrxkcRJyk4nRIe8iI\",,\"GM0303\",\"NL230\",52.4898581389836,5.7226614940511,41555,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"16a2f433\",\"Lelystad\",3,\"Flevoland\",\"Lelystad\",,\"NLD.2.3_1\",\"ChIJueLr9pApxkcRRJccYwwbUi8\",,\"GM0995\",\"NL230\",52.4905262721134,5.49548502732784,78598,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"c8965193\",\"Noordoostpolder\",3,\"Flevoland\",\"Noordoostpolder\",,\"NLD.2.4_1\",\"ChIJ37iNY1Z9yEcRL0CqruOrpk4\",,\"GM0171\",\"NL230\",52.7280354341539,5.76523818990267,47291,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"595ee8f8\",\"Urk\",3,\"Flevoland\",\"Urk\",,\"NLD.2.5_1\",\"ChIJqWEhgIGcyEcRjvpGgde2_9M\",,\"GM0184\",\"NL230\",52.6679179162102,5.62306656320323,21031,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"36c3fd0a\",\"Zeewolde\",3,\"Flevoland\",\"Zeewolde\",,\"NLD.2.6_1\",\"ChIJa6x8pk86xkcRwiGVwGx8Dwk\",,\"GM0050\",\"NL230\",52.3490701892598,5.43855557142737,22653,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"eb97b6f2\",\"Achtkarspelen\",3,\"Friesland\",\"Achtkarspelen\",,\"NLD.3.1_1\",\"ChIJqcxb5GFNyEcRfbYzZu67Wxs\",,\"GM0059\",\"NL124\",53.207324505054,6.1511904377243,27843,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"20c74b0a\",\"Ameland\",3,\"Friesland\",\"Ameland\",,\"NLD.3.2_1\",,,\"GM0060\",\"NL124\",53.44514552799,5.73135764552924,3716,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"bca0ee7f\",\"Dantumadiel\",3,\"Friesland\",\"Dantumadiel\",,\"NLD.3.5_1\",\"ChIJTaWfUhuryUcRTeiluAR6XlI\",,\"GM1891\",\"NL124\",53.2744697440299,5.96931523462771,18922,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"44001864\",\"De Fryske Marren\",3,\"Friesland\",\"De Fryske Marren\",,\"NLD.3.23_1\",\"ChIJUwcvyLz1yEcR2tvJhiljxw0\",,\"GM1940\",\"NL125\",52.9309720151053,5.78108672817566,51564,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"9d325568\",\"Harlingen\",3,\"Friesland\",\"Harlingen\",,\"NLD.3.10_1\",\"ChIJF2gpplLZyEcRGkLxT56YPSo\",,\"GM0072\",\"NL124\",53.1768082965098,5.44625899089004,15722,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"c2feb90b\",\"Heerenveen\",3,\"Friesland\",\"Heerenveen\",,\"NLD.3.11_1\",\"ChIJa5zMuaBcyEcRg-S7olAaYI8\",,\"GM0074\",\"NL126\",52.9983356223803,5.92357203126075,50493,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"4c5ceede\",\"Leeuwarden\",3,\"Friesland\",\"Leeuwarden\",,\"NLD.3.14_1\",\"ChIJ9S7wU-r-yEcREhxBY9DW8-k\",,\"GM0080\",\"NL124\",53.1438529069219,5.83687547362092,124084,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"cc600309\",\"Noardeast-Fryslân\",3,\"Friesland\",\"Noardeast-Fryslân\",,\"NLD.3.6_1\",\"ChIJx_BZdZ2pyUcRR2OSPZIXm14\",,\"GM1970\",\"NL124\",53.35,5.9608,45228,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"be308539\",\"Ooststellingwerf\",3,\"Friesland\",\"Ooststellingwerf\",,\"NLD.3.20_1\",\"ChIJI6Ct7RlHyEcRvAICtVvssTk\",,\"GM0085\",\"NL126\",52.9909490634338,6.3049213741126,25469,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"81edfdab\",\"Opsterland\",3,\"Friesland\",\"Opsterland\",,\"NLD.3.21_1\",\"ChIJ-_Jx6G9FyEcR6Uck_YFgm8I\",,\"GM0086\",\"NL126\",53.0458871570902,6.0937825951909,29733,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3f4835df\",\"Schiermonnikoog\",3,\"Friesland\",\"Schiermonnikoog\",,\"NLD.3.22_1\",,,\"GM0088\",\"NL124\",53.4879363904881,6.20492507930695,947,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"490d9ae3\",\"Smallingerland\",3,\"Friesland\",\"Smallingerland\",,\"NLD.3.24_1\",\"ChIJycfM4xtRyEcRDjJuDZ4KAPU\",,\"GM0090\",\"NL126\",53.1155183597897,6.05083363716564,56150,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e6c78c70\",\"Súdwest-Fryslân\",3,\"Friesland\",\"Súdwest-Fryslân\",,\"NLD.3.31_1\",\"ChIJMSzTrB3syEcRZjcwtWWKo6o\",,\"GM1900\",\"NL125\",53.0010069339997,5.5645212493759,89987,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"166c36b4\",\"Terschelling\",3,\"Friesland\",\"Terschelling\",,\"NLD.3.26_1\",,,\"GM0093\",\"NL124\",53.397958312141,5.29613732257431,4888,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"a7e90058\",\"Tytsjerksteradiel\",3,\"Friesland\",\"Tytsjerksteradiel\",,\"NLD.3.27_1\",\"ChIJe_z81q7-yEcR_6auqCmderM\",,\"GM0737\",\"NL124\",53.2049871198271,5.97276143479584,32052,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"0e934dae\",\"Vlieland\",3,\"Friesland\",\"Vlieland\",,\"NLD.3.28_1\",,,\"GM0096\",\"NL124\",53.2587570450083,4.95624616350858,1155,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"db27b24b\",\"Waadhoeke\",3,\"Friesland\",\"Waadhoeke\",,\"NLD.3.8_1\",,,\"GM1949\",\"NL124\",53.183333,5.533333,46090,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"4c0b59fe\",\"Weststellingwerf\",3,\"Friesland\",\"Weststellingwerf\",,\"NLD.3.29_1\",\"ChIJjQPyIuhnyEcRae_Cnnd7fy4\",,\"GM0098\",\"NL126\",52.8717480540377,6.00839712032679,25914,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"cf7257c4\",\"Aalten\",3,\"Gelderland\",\"Aalten\",,\"NLD.4.1_1\",\"ChIJFd9oANh-uEcR9ooKD1t3hgg\",,\"GM0197\",\"NL225\",51.9148446398876,6.57693658891398,27121,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"6845063c\",\"Apeldoorn\",3,\"Gelderland\",\"Apeldoorn\",,\"NLD.4.3_1\",\"ChIJtQjTitjJx0cRbqJlZGS5M3I\",,\"GM0200\",\"NL221\",52.1805821289139,5.93011781767064,163818,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ce0e79b3\",\"Arnhem\",3,\"Gelderland\",\"Arnhem\",,\"NLD.4.4_1\",\"ChIJcyKbzpG6x0cRoEH45uDn_sg\",,\"GM0202\",\"NL226\",52.0067987488195,5.87577857468824,161348,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"271a6ab5\",\"Barneveld\",3,\"Gelderland\",\"Barneveld\",,\"NLD.4.5_1\",\"ChIJdy8aGRJLxkcRbNOCaQqDj1w\",,\"GM0203\",\"NL221\",52.1698677059759,5.64516581207368,59082,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ba5f0f9a\",\"Berg en Dal\",3,\"Gelderland\",\"Berg en Dal\",,\"NLD.4.27_1\",,,\"GM1945\",\"NL226\",51.8109747173937,5.91876969821919,34992,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"10a8b47f\",\"Berkelland\",3,\"Gelderland\",\"Berkelland\",,\"NLD.4.19_1\",\"ChIJofQGu9N1uEcRLVv8n9Qwsvo\",,\"GM1859\",\"NL225\",52.1013757973051,6.61817025585619,43747,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"04394e89\",\"Beuningen\",3,\"Gelderland\",\"Beuningen\",,\"NLD.4.7_1\",\"ChIJmze34QZaxkcR1qOEZXrtTss\",,\"GM0209\",\"NL226\",51.8631789376008,5.74803186763569,25890,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"754de9fe\",\"Bronckhorst\",3,\"Gelderland\",\"Bronckhorst\",,\"NLD.4.31_1\",\"ChIJMyHPBiS8x0cR8wdjhoGA43c\",,\"GM1876\",\"NL225\",52.0538050660638,6.27040711461648,36055,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"31c8d88f\",\"Brummen\",3,\"Gelderland\",\"Brummen\",,\"NLD.4.9_1\",\"ChIJ8foHIgSWx0cRs4rLJlXJzf8\",,\"GM0213\",\"NL225\",52.1101872025376,6.12553233186327,20726,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"0b54912a\",\"Buren\",3,\"Gelderland\",\"Buren\",,\"NLD.4.10_1\",\"ChIJK_T1-SNYxkcR6fZ9U4F5fU0\",,\"GM0214\",\"NL224\",51.9295656038964,5.41996159634103,26749,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3a6236cd\",\"Culemborg\",3,\"Gelderland\",\"Culemborg\",,\"NLD.4.11_1\",\"ChIJ4f3qwn1gxkcR4Q03QV3Rifk\",,\"GM0216\",\"NL224\",51.9483750084509,5.20670794561499,28955,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"1d09b344\",\"Doesburg\",3,\"Gelderland\",\"Doesburg\",,\"NLD.4.14_1\",\"ChIJ50hRUc6Zx0cRxCr_VR6JlOs\",,\"GM0221\",\"NL226\",52.0184355853375,6.15188844771665,11077,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"afe8431e\",\"Doetinchem\",3,\"Gelderland\",\"Doetinchem\",,\"NLD.4.15_1\",\"ChIJSd-90k2bx0cRmc6PgJ68TjE\",,\"GM0222\",\"NL225\",51.9583750443203,6.28196695268453,58001,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"95ee3330\",\"Druten\",3,\"Gelderland\",\"Druten\",,\"NLD.4.16_1\",\"ChIJGy-Bkef_xkcRXoDkEpRIccw\",,\"GM0225\",\"NL226\",51.8688676782945,5.61182126940975,18926,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3e85d369\",\"Duiven\",3,\"Gelderland\",\"Duiven\",,\"NLD.4.17_1\",\"ChIJxYSmkghHx0cRUwHCl6WhFxM\",,\"GM0226\",\"NL226\",51.9479967342797,6.02400701904135,25126,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"be58d358\",\"Ede\",3,\"Gelderland\",\"Ede\",,\"NLD.4.18_1\",\"ChIJo8pcpxWyx0cRnEk0iIb6Fko\",,\"GM0228\",\"NL221\",52.0715986597707,5.74567766450484,117165,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3131f055\",\"Elburg\",3,\"Gelderland\",\"Elburg\",,\"NLD.4.20_1\",\"ChIJ-2fn8ifSx0cRTdDQtHF31RA\",,\"GM0230\",\"NL221\",52.4168276168682,5.84244161436482,23161,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"90f6040d\",\"Epe\",3,\"Gelderland\",\"Epe\",,\"NLD.4.21_1\",\"ChIJF6hsW7vFx0cRjbosqvIFlIc\",,\"GM0232\",\"NL221\",52.3267194345327,5.96264552659954,33178,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"703edd7d\",\"Ermelo\",3,\"Gelderland\",\"Ermelo\",,\"NLD.4.22_1\",\"ChIJX-hz31g0xkcRa5zOMTLMvqU\",,\"GM0233\",\"NL221\",52.2839126387718,5.6612887510762,27008,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"0e267503\",\"Harderwijk\",3,\"Gelderland\",\"Harderwijk\",,\"NLD.4.28_1\",\"ChIJxTxLpR35xkcRlV_gY4QXMVg\",,\"GM0243\",\"NL221\",52.3412715536542,5.65533435149672,48414,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e4d928c6\",\"Hattem\",3,\"Gelderland\",\"Hattem\",,\"NLD.4.29_1\",\"ChIJ3TwMWlnZx0cRi4LgjxJnXME\",,\"GM0244\",\"NL221\",52.4755181237326,6.06310385238817,12209,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"eab17b3d\",\"Heerde\",3,\"Gelderland\",\"Heerde\",,\"NLD.4.30_1\",\"ChIJU8BoodURx0cRfnuFfOyHPuo\",,\"GM0246\",\"NL221\",52.4062785617262,6.04172372327939,18589,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"231b2026\",\"Heumen\",3,\"Gelderland\",\"Heumen\",,\"NLD.4.32_1\",\"ChIJQ6j9VwIGx0cRXEPTmQnyDzA\",,\"GM0252\",\"NL226\",51.7812329684083,5.82526902580161,16454,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"07cc1adb\",\"Lingewaard\",3,\"Gelderland\",\"Lingewaard\",,\"NLD.4.37_1\",\"ChIJpcT28iunx0cRcvUVo8O6oS4\",,\"GM1705\",\"NL226\",51.9078705577362,5.94387736246985,46601,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"188ae183\",\"Lochem\",3,\"Gelderland\",\"Lochem\",,\"NLD.4.38_1\",\"ChIJs_FDcqCSx0cRh2gTHX1TbHk\",,\"GM0262\",\"NL225\",52.1712163773844,6.34354598920693,33729,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"75dc468a\",\"Maasdriel\",3,\"Gelderland\",\"Maasdriel\",,\"NLD.4.39_1\",\"ChIJQ9JHtHzxxkcRpS6DhaIBJKU\",,\"GM0263\",\"NL224\",51.7851302027705,5.31687998013785,25030,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"6289218b\",\"Montferland\",3,\"Gelderland\",\"Montferland\",,\"NLD.4.6_1\",\"ChIJra11h2icx0cR8T3oxwgjjIo\",,\"GM1955\",\"NL225\",51.9241977799795,6.20524236299307,36011,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"412d28b9\",\"Neder-Betuwe\",3,\"Gelderland\",\"Neder-Betuwe\",,\"NLD.4.34_1\",\"ChIJ-yIZgwhVxkcR-huvymVz65E\",,\"GM1740\",\"NL224\",51.9214731563565,5.61597894487911,24339,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"23583e8d\",\"Nijkerk\",3,\"Gelderland\",\"Nijkerk\",,\"NLD.4.43_1\",\"ChIJKZFfHzlIxkcRZKGrMHoBRUg\",,\"GM0267\",\"NL221\",52.2107856288422,5.4839406575036,43171,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3fb57215\",\"Nijmegen\",3,\"Gelderland\",\"Nijmegen\",,\"NLD.4.44_1\",\"ChIJO6Ub_XgIx0cR8xO0gvNuHuc\",,\"GM0268\",\"NL226\",51.842826092919,5.83844617589329,177659,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"42ab65e3\",\"Nunspeet\",3,\"Gelderland\",\"Nunspeet\",,\"NLD.4.45_1\",\"ChIJvc5rqFDMx0cRvf-EnrZaWcU\",,\"GM0302\",\"NL221\",52.3374609800778,5.79531540981152,27851,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"5231a94d\",\"Oldebroek\",3,\"Gelderland\",\"Oldebroek\",,\"NLD.4.46_1\",\"ChIJy-YujIjZx0cRUs1JDJ6FFC4\",,\"GM0269\",\"NL221\",52.455955626294,5.95225378140184,23646,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"20606d30\",\"Oost Gelre\",3,\"Gelderland\",\"Oost Gelre\",,\"NLD.4.35_1\",\"ChIJ41-font3uEcRyVzxtTu9vYg\",,\"GM1586\",\"NL225\",52.0152522108908,6.56074601695772,29627,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e0e26766\",\"Oude IJsselstreek\",3,\"Gelderland\",\"Oude IJsselstreek\",,\"NLD.4.24_1\",\"ChIJT5eouRCBx0cRlGDxtC29HIk\",,\"GM1509\",\"NL225\",51.9032794292987,6.39160717738179,39388,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"86b31fcf\",\"Overbetuwe\",3,\"Gelderland\",\"Overbetuwe\",,\"NLD.4.47_1\",\"ChIJDQNFjp2vx0cR9PUrk4PS85g\",,\"GM1734\",\"NL226\",51.9222151536804,5.78559771527087,47906,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"0735c8c8\",\"Putten\",3,\"Gelderland\",\"Putten\",,\"NLD.4.48_1\",\"ChIJQfBX6G02xkcR9tG6ZGgIoLU\",,\"GM0273\",\"NL221\",52.2472319821558,5.57864030219388,24112,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"d108ee1c\",\"Renkum\",3,\"Gelderland\",\"Renkum\",,\"NLD.4.49_1\",\"ChIJqcBIQe-ux0cRy1k2E0KRgf0\",,\"GM0274\",\"NL226\",51.9935554975909,5.79231897852626,31419,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"260ea97a\",\"Rheden\",3,\"Gelderland\",\"Rheden\",,\"NLD.4.50_1\",\"ChIJY8_dzdSix0cRD0Wqf7zaGhQ\",,\"GM0275\",\"NL226\",52.030431089135,6.06115854586164,43761,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"f6c474f4\",\"Rozendaal\",3,\"Gelderland\",\"Rozendaal\",,\"NLD.4.52_1\",,,\"GM0277\",\"NL226\",52.0381551495718,5.96326737542788,1704,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"f3b97eba\",\"Scherpenzeel\",3,\"Gelderland\",\"Scherpenzeel\",,\"NLD.4.54_1\",\"ChIJKT0TD7RPxkcRxVLOw1-NJ9U\",,\"GM0279\",\"NL221\",52.0912354719326,5.50809928619052,9880,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"a1553c52\",\"Tiel\",3,\"Gelderland\",\"Tiel\",,\"NLD.4.56_1\",\"ChIJ2y5Mn8L3xkcRxpS0ia6Vzzc\",,\"GM0281\",\"NL224\",51.8863973138459,5.41095607547537,42159,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"99534477\",\"Voorst\",3,\"Gelderland\",\"Voorst\",,\"NLD.4.58_1\",\"ChIJa4h4pzfAx0cRUYAtgQ1stC0\",,\"GM0285\",\"NL221\",52.2363756986065,6.08693130441017,24552,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e7251092\",\"Wageningen\",3,\"Gelderland\",\"Wageningen\",,\"NLD.4.60_1\",\"ChIJo5UqE1-rx0cRQ3bPH2gRZqg\",,\"GM0289\",\"NL221\",51.969377092514,5.66904523104343,39664,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e94a5b26\",\"West Betuwe\",3,\"Gelderland\",\"West Betuwe\",,\"NLD.4.23_1\",\"ChIJuTTabhH1xkcRFPUUslcDhuE\",,\"GM1960\",\"NL224\",51.88,5.28,51128,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ba69f60e\",\"West Maas en Waal\",3,\"Gelderland\",\"West Maas en Waal\",,\"NLD.4.63_1\",\"ChIJha9HDdb4xkcRvb_A4dVVYqU\",,\"GM0668\",\"NL224\",51.8544117693887,5.49994631723307,19324,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"5d2dc988\",\"Westervoort\",3,\"Gelderland\",\"Westervoort\",,\"NLD.4.64_1\",\"ChIJ73PjauOjx0cRWl2A7JLDLJ4\",,\"GM0293\",\"NL226\",51.9575859036579,5.96806168386795,14971,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"699b2c35\",\"Wijchen\",3,\"Gelderland\",\"Wijchen\",,\"NLD.4.65_1\",\"ChIJoxlRpzgBx0cR0QT0MDcQ4oE\",,\"GM0296\",\"NL226\",51.8203006935595,5.69606611220566,41110,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"4c4d953e\",\"Winterswijk\",3,\"Gelderland\",\"Winterswijk\",,\"NLD.4.66_1\",\"ChIJgf1NVc16uEcRv5LYlVzt3rk\",,\"GM0294\",\"NL225\",51.9677777919917,6.73743367110094,28854,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"87b66ec1\",\"Zaltbommel\",3,\"Gelderland\",\"Zaltbommel\",,\"NLD.4.68_1\",\"ChIJV_c8LACNxkcRq-6S-Q1LqWc\",,\"GM0297\",\"NL224\",51.7816603707373,5.19025435968827,28881,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e761cc69\",\"Zevenaar\",3,\"Gelderland\",\"Zevenaar\",,\"NLD.4.70_1\",\"ChIJaeFcE7SYx0cRmhRGe5d1f6o\",,\"GM0299\",\"NL226\",51.9555282562954,6.07343526046612,43750,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e1245e87\",\"Zutphen\",3,\"Gelderland\",\"Zutphen\",,\"NLD.4.71_1\",\"ChIJ0QEjG-uTx0cRmBOLRFxW1XQ\",,\"GM0301\",\"NL225\",52.1303396431836,6.24432240878245,47934,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"6b83727c\",\"Eemsdelta\",3,\"Groningen\",\"Eemsdelta\",,\"NLD.5.12_1\",,,\"GM1979\",\"NL112\",53.3481,6.8058,46000,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"fb7ef074\",\"Groningen\",3,\"Groningen\",\"Groningen\",,\"NLD.5.7_1\",\"ChIJp8xitIYyyEcR8ElNBpXnjNg\",,\"GM0014\",\"NL113\",53.2224995271394,6.58763295586922,232874,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"efc618cb\",\"Het Hogeland\",3,\"Groningen\",\"Het Hogeland\",,\"NLD.5.2_1\",\"ChIJDQrhSEvPyUcRsfQaPpEWePU\",,\"GM1966\",\"NL113\",53.3005,6.5964,47801,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"1ebba33a\",\"Midden-Groningen\",3,\"Groningen\",\"Midden-Groningen\",,\"NLD.5.18_1\",\"ChIJXU-G4UAqyEcRTa12OQvi-A8\",,\"GM1952\",\"NL113\",53.184722,6.811111,60797,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ccb6b493\",\"Oldambt\",3,\"Groningen\",\"Oldambt\",,\"NLD.5.17_1\",\"ChIJ52hpFp_Ut0cRLWjChtvxGt8\",,\"GM1895\",\"NL111\",53.189665066707,7.06306623193131,38209,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3336771c\",\"Pekela\",3,\"Groningen\",\"Pekela\",,\"NLD.5.15_1\",\"ChIJKy6CaWrVt0cRW20hucqbJVQ\",,\"GM0765\",\"NL111\",53.0664015507823,6.96544127172292,12196,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e9a3299e\",\"Stadskanaal\",3,\"Groningen\",\"Stadskanaal\",,\"NLD.5.19_1\",\"ChIJr3VF4mMwyEcRnaNGpLkg7Cc\",,\"GM0037\",\"NL111\",52.9980003969645,7.00017969194196,31686,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3c6bc52c\",\"Veendam\",3,\"Groningen\",\"Veendam\",,\"NLD.5.21_1\",\"ChIJ84w0OjXRt0cRIFWXtvaz6dM\",,\"GM0047\",\"NL111\",53.0796680407286,6.87605488128877,27384,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"1405f5f0\",\"Westerkwartier\",3,\"Groningen\",\"Westerkwartier\",,\"NLD.5.8_1\",,,\"GM1969\",\"NL113\",53.1818,6.2869,63329,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"1423cb44\",\"Westerwolde\",3,\"Groningen\",\"Westerwolde\",,\"NLD.5.22_1\",\"ChIJI-Ggn-3It0cRob025n97ZDo\",,\"GM1950\",\"NL111\",53.0281,7.1445,25733,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"435958d6\",\"Beek\",3,\"Limburg\",\"Beek\",,\"NLD.7.3_1\",\"ChIJdTWZsJTAwEcR1Q38RDkoWIw\",,\"GM0888\",\"NL423\",50.9271207537755,5.81111060271594,15865,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"23eb7755\",\"Beekdaelen\",3,\"Limburg\",\"Beekdaelen\",,\"NLD.7.30_1\",\"ChIJ--cmQTu_wEcRIY-icCDe1Cg\",,\"GM1954\",\"NL423\",50.916667,5.883333,35938,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"2a2fbb89\",\"Beesel\",3,\"Limburg\",\"Beesel\",,\"NLD.7.4_1\",\"ChIJ34cV7ChMx0cRyX3rm2PuqhI\",,\"GM0889\",\"NL421\",51.2695176190498,6.0728897359979,13482,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"9b98dc2d\",\"Bergen (L.)\",3,\"Limburg\",\"Bergen\",,\"NLD.7.5_1\",\"ChIJ1WrPW2Bpx0cR3goDUL61e_k\",,\"GM0893\",\"NL421\",51.5905645869208,6.07764063871917,13085,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"057525f4\",\"Brunssum\",3,\"Limburg\",\"Brunssum\",,\"NLD.7.6_1\",\"ChIJf5qCpvW7wEcRLutho8ykE3o\",,\"GM0899\",\"NL423\",50.9430968411922,5.97455883628008,27821,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"67d1e4dd\",\"Echt-Susteren\",3,\"Limburg\",\"Echt-Susteren\",,\"NLD.7.7_1\",\"ChIJ3WRpOU62wEcRJFlHRlsrXeA\",,\"GM1711\",\"NL422\",51.081310005158,5.89874647171877,31610,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"7c229f91\",\"Eijsden-Margraten\",3,\"Limburg\",\"Eijsden-Margraten\",,\"NLD.7.24_1\",,,\"GM1903\",\"NL423\",50.8050854284038,5.76829214482104,25768,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ad1cc157\",\"Gennep\",3,\"Limburg\",\"Gennep\",,\"NLD.7.9_1\",\"ChIJ8WzqHndsx0cRE1qlanDQPqY\",,\"GM0907\",\"NL421\",51.6954230440586,5.99462495940143,16921,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"474e83f0\",\"Gulpen-Wittem\",3,\"Limburg\",\"Gulpen-Wittem\",,\"NLD.7.10_1\",\"ChIJGZvCbhWUwEcRoK7ugDHubkQ\",,\"GM1729\",\"NL423\",50.7992573620782,5.89021834078126,14171,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e2330f9e\",\"Heerlen\",3,\"Limburg\",\"Heerlen\",,\"NLD.7.13_1\",\"ChIJzbF3Deq9wEcRIeD9jY438NQ\",,\"GM0917\",\"NL423\",50.8770542799714,5.98211774065613,87086,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"1f6243fc\",\"Horst aan de Maas\",3,\"Limburg\",\"Horst aan de Maas\",,\"NLD.7.16_1\",\"ChIJuSnuJtRAx0cRJY06EAbIShE\",,\"GM1507\",\"NL421\",51.4510916738659,6.02984539297362,42429,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"97ba980e\",\"Kerkrade\",3,\"Limburg\",\"Kerkrade\",,\"NLD.7.18_1\",\"ChIJuWiwcaa3wEcR9uPlLHFdgKA\",,\"GM0928\",\"NL423\",50.8739834953987,6.05958545514429,45749,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"47361771\",\"Landgraaf\",3,\"Limburg\",\"Landgraaf\",,\"NLD.7.20_1\",\"ChIJZyf9Kdi8wEcRXpQ3VGU01Ak\",,\"GM0882\",\"NL423\",50.9024661387158,6.02925486189061,37445,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3d39fd97\",\"Leudal\",3,\"Limburg\",\"Leudal\",,\"NLD.7.15_1\",\"ChIJO43igQ41x0cRMHNpUGdAXFc\",,\"GM1640\",\"NL422\",51.235222515768,5.89639157180677,35879,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"bd71c113\",\"Maasgouw\",3,\"Limburg\",\"Maasgouw\",,\"NLD.7.21_1\",\"ChIJ--hO-ofKwEcRpvij0dW7bWo\",,\"GM1641\",\"NL422\",51.1579140428342,5.89481940543761,23965,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"72a731fc\",\"Maastricht\",3,\"Limburg\",\"Maastricht\",,\"NLD.7.23_1\",\"ChIJnwZBWOzpwEcRJ1SUSlb1TvQ\",,\"GM0935\",\"NL423\",50.8582167240143,5.69720226078405,121575,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"0b21aeeb\",\"Meerssen\",3,\"Limburg\",\"Meerssen\",,\"NLD.7.26_1\",\"ChIJ7eLevJ7BwEcRA8_RZkbpl-o\",,\"GM0938\",\"NL423\",50.9049889899572,5.73516488551345,18828,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3c50fec7\",\"Mook en Middelaar\",3,\"Limburg\",\"Mook en Middelaar\",,\"NLD.7.28_1\",\"ChIJ5zijz4AOx0cR8WGpB0tYbm8\",,\"GM0944\",\"NL421\",51.7475155942911,5.90626629571396,7847,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"685d29df\",\"Nederweert\",3,\"Limburg\",\"Nederweert\",,\"NLD.7.29_1\",\"ChIJOX6KlWohx0cRbp43arTx5FE\",,\"GM0946\",\"NL422\",51.2946424802536,5.75037283447294,17019,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"19bfaaee\",\"Peel en Maas\",3,\"Limburg\",\"Peel en Maas\",,\"NLD.7.14_1\",\"ChIJB-YvOFhIx0cRFZKQ2MymHhw\",,\"GM1894\",\"NL421\",51.3323324932783,5.97811887107576,43425,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"86557518\",\"Roerdalen\",3,\"Limburg\",\"Roerdalen\",,\"NLD.7.32_1\",\"ChIJyfdq66uzwEcRJrQPsStptmY\",,\"GM1669\",\"NL422\",51.1456054858688,6.03346477957747,20574,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ac11984f\",\"Roermond\",3,\"Limburg\",\"Roermond\",,\"NLD.7.33_1\",\"ChIJwUBhRSnOxkcRWseWJz1G_Bg\",,\"GM0957\",\"NL422\",51.2049674891075,6.01427587935799,58260,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"f4293bab\",\"Simpelveld\",3,\"Limburg\",\"Simpelveld\",,\"NLD.7.37_1\",\"ChIJP29-brGXwEcRTfTG2yaPXXI\",,\"GM0965\",\"NL423\",50.8312718190005,5.9836445522078,10555,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3f665952\",\"Sittard-Geleen\",3,\"Limburg\",\"Sittard-Geleen\",,\"NLD.7.38_1\",\"ChIJVcZ-4-W4wEcRVMfJAKKxkIM\",,\"GM1883\",\"NL423\",51.007894144756,5.83686986541991,92429,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"5bb4b284\",\"Stein\",3,\"Limburg\",\"Stein\",,\"NLD.7.39_1\",\"ChIJ7aqqD5zGwEcR-QeQET_krZI\",,\"GM0971\",\"NL423\",50.9731973303218,5.76024078509101,25007,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"edebaa19\",\"Vaals\",3,\"Limburg\",\"Vaals\",,\"NLD.7.42_1\",\"ChIJk7uSciuXwEcR3h2opPp1I48\",,\"GM0981\",\"NL423\",50.778103787108,5.98104861497984,10105,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"62360c8b\",\"Valkenburg aan de Geul\",3,\"Limburg\",\"Valkenburg aan de Geul\",,\"NLD.7.43_1\",\"ChIJW5ZbOaPqwEcRAylFMXKwa7c\",,\"GM0994\",\"NL423\",50.8616142628438,5.81468933826402,16367,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"7dd4263c\",\"Venlo\",3,\"Limburg\",\"Venlo\",,\"NLD.7.44_1\",\"ChIJW4knybNFx0cR3X6BhYphmKc\",,\"GM0983\",\"NL421\",51.39177175707,6.15021722024953,101802,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"6d1a37dd\",\"Venray\",3,\"Limburg\",\"Venray\",,\"NLD.7.45_1\",\"ChIJxZVokGxAx0cRz8ixjo491bc\",,\"GM0984\",\"NL421\",51.5090282315248,5.95869794970763,43614,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"19cc112e\",\"Voerendaal\",3,\"Limburg\",\"Voerendaal\",,\"NLD.7.46_1\",\"ChIJw_XvvCK-wEcRTeW-Vic6gIc\",,\"GM0986\",\"NL423\",50.8708859775485,5.91500654392369,12475,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"12c5165e\",\"Weert\",3,\"Limburg\",\"Weert\",,\"NLD.7.47_1\",\"ChIJJdhvMAo6x0cRm3pIVvhPf7Y\",,\"GM0988\",\"NL422\",51.2351909768796,5.70502620578913,50105,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"159a6828\",\"'s-Hertogenbosch\",3,\"Noord-Brabant\",\"'s-Hertogenbosch\",,\"NLD.8.1_1\",\"ChIJ81_O_sDvxkcRN9L0htXktec\",,\"GM0796\",\"NL413\",51.7143062914803,5.35646553999536,155111,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"30e3a11b\",\"Alphen-Chaam\",3,\"Noord-Brabant\",\"Alphen-Chaam\",,\"NLD.8.3_1\",\"ChIJ7dZRMnqjxkcRS-K-cys-3t0\",,\"GM1723\",\"NL412\",51.5074653173114,4.87124177954023,10203,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"cce0e118\",\"Altena\",3,\"Noord-Brabant\",\"Altena\",,\"NLD.8.68_1\",\"ChIJodBwg_ePxkcRQRGyV_Srisk\",,\"GM1959\",\"NL412\",51.77,4.97,55967,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"6d12c894\",\"Asten\",3,\"Noord-Brabant\",\"Asten\",,\"NLD.8.4_1\",\"ChIJvb0a-7LfxkcRfdN6MNu-ZTw\",,\"GM0743\",\"NL414\",51.3817100954845,5.79390477569217,16721,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"90e6baab\",\"Baarle-Nassau\",3,\"Noord-Brabant\",\"Baarle-Nassau\",,\"NLD.8.5_1\",\"ChIJUZNSFz6lxkcRd-7_n_JCiEI\",,\"GM0744\",\"NL412\",51.438269041272,4.87299029867295,6859,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"f7e35033\",\"Bergeijk\",3,\"Noord-Brabant\",\"Bergeijk\",,\"NLD.8.6_1\",\"ChIJW9cx3uzRxkcRqgSfyiIVBXI\",,\"GM1724\",\"NL414\",51.3217690198841,5.37057509515069,18635,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"8949f876\",\"Bergen op Zoom\",3,\"Noord-Brabant\",\"Bergen op Zoom\",,\"NLD.8.7_1\",\"ChIJL5thxbRsxEcRKBR63BlIpCI\",,\"GM0748\",\"NL411\",51.5052550353821,4.28614171946214,67496,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"acf92cad\",\"Bernheze\",3,\"Noord-Brabant\",\"Bernheze\",,\"NLD.8.8_1\",\"ChIJzTHx7ArjxkcRMIyyc42jkB8\",,\"GM1721\",\"NL413\",51.6840470859361,5.52167221539193,31240,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"d2c9e0f4\",\"Best\",3,\"Noord-Brabant\",\"Best\",,\"NLD.8.9_1\",\"ChIJYymC1FXcxkcRwOQd6ln6PsE\",,\"GM0753\",\"NL414\",51.5098110256129,5.39869043142281,29988,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"b134fb5a\",\"Bladel\",3,\"Noord-Brabant\",\"Bladel\",,\"NLD.8.10_1\",\"ChIJm29nJRrPxkcR_HmXDBQXF70\",,\"GM1728\",\"NL414\",51.3703423230965,5.2344957114347,20390,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"72aa51e0\",\"Boekel\",3,\"Noord-Brabant\",\"Boekel\",,\"NLD.8.11_1\",\"ChIJzb_A8z4Zx0cRiGkfvbF__9s\",,\"GM0755\",\"NL413\",51.6035463099269,5.70002392529458,10785,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"6c02008c\",\"Boxmeer\",3,\"Noord-Brabant\",\"Boxmeer\",,\"NLD.8.12_1\",\"ChIJCU6uGHoTx0cRblJrUWK8jZ0\",,\"GM0756\",\"NL413\",51.6344452870119,5.96010449710965,29365,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"c7a33aef\",\"Boxtel\",3,\"Noord-Brabant\",\"Boxtel\",,\"NLD.8.13_1\",\"ChIJP3u1Es3pxkcRyT4k2di18Nc\",,\"GM0757\",\"NL413\",51.5883597371476,5.31516832196079,30801,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"064e30b6\",\"Breda\",3,\"Noord-Brabant\",\"Breda\",,\"NLD.8.14_1\",\"ChIJPxd2X0ugxkcRHyoEGH3-gMQ\",,\"GM0758\",\"NL411\",51.5646391262928,4.78126367796461,184069,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"581ae194\",\"Cranendonck\",3,\"Noord-Brabant\",\"Cranendonck\",,\"NLD.8.15_1\",\"ChIJQ5pQlPcrx0cR8FAxiSmZBzo\",,\"GM1706\",\"NL414\",51.2856158988785,5.58128805827606,21138,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"d1b51c4b\",\"Cuijk\",3,\"Noord-Brabant\",\"Cuijk\",,\"NLD.8.16_1\",\"ChIJhdRdKioOx0cR-81r_i4NROM\",,\"GM1684\",\"NL413\",51.7146079087359,5.8628710181169,25130,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"37850453\",\"Deurne\",3,\"Noord-Brabant\",\"Deurne\",,\"NLD.8.17_1\",\"ChIJVToFi8M7x0cRyK-9UMKE8cs\",,\"GM0762\",\"NL414\",51.4279256699935,5.8283404198845,32471,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"94e6adb4\",\"Dongen\",3,\"Noord-Brabant\",\"Dongen\",,\"NLD.8.18_1\",\"ChIJ34I3OV6XxkcRZOfqnfMHGP0\",,\"GM0766\",\"NL412\",51.640347935602,4.95674748297735,26222,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"09634505\",\"Drimmelen\",3,\"Noord-Brabant\",\"Drimmelen\",,\"NLD.8.19_1\",\"ChIJtaPD9IcnxEcRN_Z7zI1EQfk\",,\"GM1719\",\"NL411\",51.7023494994839,4.74246206071458,27272,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"fae4e417\",\"Eersel\",3,\"Noord-Brabant\",\"Eersel\",,\"NLD.8.20_1\",\"ChIJ8xx-iP_PxkcRqaikHj_cCuQ\",,\"GM0770\",\"NL414\",51.3936111195389,5.34132466101174,19313,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"6b8d5acf\",\"Eindhoven\",3,\"Noord-Brabant\",\"Eindhoven\",\"Eindhoven, North Brabant\",\"NLD.8.21_1\",\"ChIJKTYLuZ46x0cRjltwHv_f4ec\",,\"GM0772\",\"NL414\",51.4484992099171,5.44997188762603,234394,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"2a1273fd\",\"Etten-Leur\",3,\"Noord-Brabant\",\"Etten-Leur\",,\"NLD.8.22_1\",\"ChIJN0kGAGwfxEcRRuJJFtrs_Po\",,\"GM0777\",\"NL411\",51.5778751222288,4.64325959183913,43878,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"7e598af1\",\"Geertruidenberg\",3,\"Noord-Brabant\",\"Geertruidenberg\",,\"NLD.8.23_1\",\"ChIJK7xPCpSbxkcRxLmEVMPcOFk\",,\"GM0779\",\"NL411\",51.6958320247906,4.8780563226993,21544,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"b10813cc\",\"Geldrop-Mierlo\",3,\"Noord-Brabant\",\"Geldrop-Mierlo\",,\"NLD.8.40_1\",\"ChIJN8gyegInx0cRYHsJyU6yRRk\",,\"GM1771\",\"NL414\",51.4317799004113,5.59150360591367,39726,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"6cc83abd\",\"Gemert-Bakel\",3,\"Noord-Brabant\",\"Gemert-Bakel\",,\"NLD.8.25_1\",\"ChIJXcNF_qUix0cR_-03wFltsrc\",,\"GM1652\",\"NL414\",51.5472130704367,5.75290173123991,30723,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ce6e10aa\",\"Gilze en Rijen\",3,\"Noord-Brabant\",\"Gilze en Rijen\",,\"NLD.8.26_1\",\"ChIJKSo-cOmixkcRUyXiMZm0NFo\",,\"GM0784\",\"NL412\",51.5637482896454,4.91411023829532,26431,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"d358e4f9\",\"Goirle\",3,\"Noord-Brabant\",\"Goirle\",,\"NLD.8.27_1\",\"ChIJK-sFo6C-xkcRjnfRgm3vvI0\",,\"GM0785\",\"NL412\",51.5067173997249,5.03496511440189,23904,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"b63ea3d0\",\"Grave\",3,\"Noord-Brabant\",\"Grave\",,\"NLD.8.28_1\",\"ChIJF0XUP_AEx0cRFpak3PH0zhs\",,\"GM0786\",\"NL413\",51.7465834498259,5.74488112120653,12436,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"d52cc297\",\"Halderberge\",3,\"Noord-Brabant\",\"Halderberge\",,\"NLD.8.30_1\",\"ChIJpwg_2_sXxEcRJezEAY-grAk\",,\"GM1655\",\"NL411\",51.5879339878582,4.514199478426,30284,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e7e60f7c\",\"Heeze-Leende\",3,\"Noord-Brabant\",\"Heeze-Leende\",,\"NLD.8.31_1\",\"ChIJeQVVwFoox0cRH3IAjoacN4I\",,\"GM1658\",\"NL414\",51.3611734222385,5.58098020318724,16152,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e63ea4aa\",\"Helmond\",3,\"Noord-Brabant\",\"Helmond\",,\"NLD.8.32_1\",\"ChIJIYnWquQjx0cR_htTFxMbJPg\",,\"GM0794\",\"NL414\",51.4759507545502,5.66296208525527,92423,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"347caec1\",\"Heusden\",3,\"Noord-Brabant\",\"Heusden\",,\"NLD.8.33_1\",\"ChIJ5Qt90U71xkcRXxofJ04bmIo\",,\"GM0797\",\"NL413\",51.6869544224355,5.16543902152264,44692,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"9e587c30\",\"Hilvarenbeek\",3,\"Noord-Brabant\",\"Hilvarenbeek\",,\"NLD.8.34_1\",\"ChIJgcb2rKW4xkcRcMKtpRgCs6M\",,\"GM0798\",\"NL412\",51.4869839142141,5.14697541670084,15518,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"2831d3c7\",\"Laarbeek\",3,\"Noord-Brabant\",\"Laarbeek\",,\"NLD.8.35_1\",\"ChIJucx91Mshx0cRAzeKJ1G0Suc\",,\"GM1659\",\"NL414\",51.5303886690031,5.61417268095454,22523,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"65c806ce\",\"Landerd\",3,\"Noord-Brabant\",\"Landerd\",,\"NLD.8.36_1\",\"ChIJWQ9s4NYcx0cRCWrtigMcEiY\",,\"GM1685\",\"NL413\",51.7099899663162,5.65026547416252,15730,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"9fff20d3\",\"Loon op Zand\",3,\"Noord-Brabant\",\"Loon op Zand\",,\"NLD.8.38_1\",\"ChIJYQl47UPrxkcRbTluBYTgnzw\",,\"GM0809\",\"NL412\",51.6423747305272,5.04833864036236,23408,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"80177346\",\"Meierijstad\",3,\"Noord-Brabant\",\"Meierijstad\",,\"NLD.8.61_1\",\"ChIJYSCo4rDgxkcRYfS4olqbHIs\",,\"GM1948\",\"NL413\",51.5883597371476,5.51631724530263,81194,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"be70154b\",\"Mill en Sint Hubert\",3,\"Noord-Brabant\",\"Mill en Sint Hubert\",,\"NLD.8.41_1\",\"ChIJRS0QlpIax0cR91GT2E9UfqQ\",,\"GM0815\",\"NL413\",51.6787961395844,5.78672903870084,10939,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"84dc5065\",\"Moerdijk\",3,\"Noord-Brabant\",\"Moerdijk\",,\"NLD.8.42_1\",\"ChIJ0Z2mhHojxEcRkvm4V4ig6Ag\",,\"GM1709\",\"NL411\",51.6646173253769,4.53462650992995,37129,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"490413f8\",\"Nuenen, Gerwen en Nederwetten\",3,\"Noord-Brabant\",\"Nuenen, Gerwen en Nederwetten\",,\"NLD.8.43_1\",\"ChIJBQ_FEqMgx0cRkAxBUbroLt8\",,\"GM0820\",\"NL414\",51.4863819899633,5.5438646246406,23383,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"eaf0d28f\",\"Oirschot\",3,\"Noord-Brabant\",\"Oirschot\",,\"NLD.8.44_1\",\"ChIJk8vTl2TDxkcR6fqxqSjjuJk\",,\"GM0823\",\"NL414\",51.4887117896416,5.3015278168758,18714,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"fc565032\",\"Oisterwijk\",3,\"Noord-Brabant\",\"Oisterwijk\",,\"NLD.8.45_1\",\"ChIJC32fnc_BxkcR1Mr9Uvoxiqw\",,\"GM0824\",\"NL412\",51.5558720235824,5.20233147022819,26245,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"c3e911a8\",\"Oosterhout\",3,\"Noord-Brabant\",\"Oosterhout\",,\"NLD.8.46_1\",\"ChIJMy136i6ZxkcRFo-9sgWi66g\",,\"GM0826\",\"NL411\",51.6321099133044,4.86379579534411,55982,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"42986749\",\"Oss\",3,\"Noord-Brabant\",\"Oss\",,\"NLD.8.47_1\",\"ChIJI93JyLP9xkcRrkCOvh3wPow\",,\"GM0828\",\"NL413\",51.7818050970732,5.53172625603109,91915,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ea3b006d\",\"Reusel-De Mierden\",3,\"Noord-Brabant\",\"Reusel-De Mierden\",,\"NLD.8.48_1\",\"ChIJG_wJ-kXIxkcRAOjgzkuA1wY\",,\"GM1667\",\"NL414\",51.3695215094917,5.14797155447992,13112,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"2790a628\",\"Roosendaal\",3,\"Noord-Brabant\",\"Roosendaal\",,\"NLD.8.49_1\",\"ChIJe0qeH6sWxEcRx8gbbVD4aNI\",,\"GM1674\",\"NL411\",51.5120126560529,4.42581917677953,77251,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"000b5b72\",\"Rucphen\",3,\"Noord-Brabant\",\"Rucphen\",,\"NLD.8.50_1\",\"ChIJl1yWAWb2xkcRSDw4Rc4sUTQ\",,\"GM0840\",\"NL411\",51.520007601354,4.56975588377672,22878,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"01333056\",\"Sint-Michielsgestel\",3,\"Noord-Brabant\",\"Sint-Michielsgestel\",,\"NLD.8.52_1\",\"ChIJoYt13vvlxkcRvbTXxfsh3jU\",,\"GM0845\",\"NL413\",51.6513165169541,5.36446412791599,29208,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"d69e7553\",\"Sint Anthonis\",3,\"Noord-Brabant\",\"Sint Anthonis\",,\"NLD.8.54_1\",\"ChIJpTFCINMWx0cRj8ZcUSkPlG4\",,\"GM1702\",\"NL413\",51.6211514596347,5.84135375830317,11664,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"cd774e51\",\"Someren\",3,\"Noord-Brabant\",\"Someren\",,\"NLD.8.55_1\",\"ChIJSVkIjHolx0cRsfIX1OaSfWM\",,\"GM0847\",\"NL414\",51.380896161442,5.69051782551239,19368,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"b6d1f7f9\",\"Son en Breugel\",3,\"Noord-Brabant\",\"Son en Breugel\",,\"NLD.8.56_1\",\"ChIJ2bk0qVzexkcRZeQoe_nXWWI\",,\"GM0848\",\"NL414\",51.5163032274268,5.49313487181999,17322,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"384342b7\",\"Steenbergen\",3,\"Noord-Brabant\",\"Steenbergen\",,\"NLD.8.57_1\",\"ChIJkQ5XlmIVxEcR-hHBOvdslEg\",,\"GM0851\",\"NL411\",51.6013948291773,4.30959100094065,24416,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"072ea87c\",\"Tilburg\",3,\"Noord-Brabant\",\"Tilburg\",,\"NLD.8.58_1\",\"ChIJZ1yNUYWVxkcRgqG1T6vva2M\",,\"GM0855\",\"NL412\",51.5815728314425,5.06264277382185,219789,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ff3fa948\",\"Uden\",3,\"Noord-Brabant\",\"Uden\",,\"NLD.8.59_1\",\"ChIJIRy8Mn7fxkcRyHsA7qOtTCI\",,\"GM0856\",\"NL413\",51.6622858572116,5.64927641651003,42119,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"80f674b1\",\"Valkenswaard\",3,\"Noord-Brabant\",\"Valkenswaard\",,\"NLD.8.60_1\",\"ChIJkT_vLorWxkcRj8mAhBCX5gk\",,\"GM0858\",\"NL414\",51.320247520015,5.45820798558787,31193,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3ef0201d\",\"Veldhoven\",3,\"Noord-Brabant\",\"Veldhoven\",,\"NLD.8.62_1\",\"ChIJA1KH-2HaxkcRDXxmRvQ5lKA\",,\"GM0861\",\"NL414\",51.4080514298453,5.39247234473109,45466,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"cc1546c4\",\"Vught\",3,\"Noord-Brabant\",\"Vught\",,\"NLD.8.63_1\",\"ChIJ070UOgjsxkcR-u1ije9oGvA\",,\"GM0865\",\"NL413\",51.6547728895352,5.27114416481134,26558,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"68f3c149\",\"Waalre\",3,\"Noord-Brabant\",\"Waalre\",,\"NLD.8.64_1\",\"ChIJ-_WsCn7XxkcR-Ir3qc-l4sc\",,\"GM0866\",\"NL414\",51.3857390331247,5.46550452642888,17456,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3f75955f\",\"Waalwijk\",3,\"Noord-Brabant\",\"Waalwijk\",,\"NLD.8.65_1\",\"ChIJqRxavh6RxkcRP128OR2UJT0\",,\"GM0867\",\"NL412\",51.6860065619656,5.01763213970176,48637,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"8a254230\",\"Woensdrecht\",3,\"Noord-Brabant\",\"Woensdrecht\",,\"NLD.8.67_1\",\"ChIJd7VQCnINxEcRi3DF5iX4nvI\",,\"GM0873\",\"NL411\",51.4123883949249,4.32703728594146,21876,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e436ffd3\",\"Zundert\",3,\"Noord-Brabant\",\"Zundert\",,\"NLD.8.69_1\",\"ChIJZcRrqzgcxEcRRjaTArW5Bsw\",,\"GM0879\",\"NL411\",51.486886943904,4.65481674054091,21829,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"0ec244ee\",\"Aalsmeer\",3,\"Noord-Holland\",\"Aalsmeer\",,\"NLD.9.1_1\",\"ChIJm-7lip4PxkcRYc2YsfqmIeY\",,\"GM0358\",\"NL329\",52.2611181318426,4.75927988685323,31859,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"9f5be835\",\"Alkmaar\",3,\"Noord-Holland\",\"Alkmaar\",,\"NLD.9.2_1\",\"ChIJd8c2-q1Xz0cRhwE_mIs2xR0\",,\"GM0361\",\"NL328\",52.6003945337086,4.81713782971258,109436,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"26f76e2f\",\"Amstelveen\",3,\"Noord-Holland\",\"Amstelveen\",,\"NLD.9.3_1\",\"ChIJL2JPy9DhxUcRbwebnd7xc2c\",,\"GM0362\",\"NL329\",52.286076179521,4.85285371851157,91675,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"0fd052ff\",\"Amsterdam\",3,\"Noord-Holland\",\"Amsterdam\",\"Amsterdam, North Holland\",\"NLD.9.4_1\",\"ChIJVXealLU_xkcRRVd1SMEgTw4\",,\"GM0363\",\"NL329\",52.374485818815,4.86357782093507,872757,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"21fff6de\",\"Beemster\",3,\"Noord-Holland\",\"Beemster\",,\"NLD.9.7_1\",\"ChIJK9_QMOv9xUcRKDizRo5mODM\",,\"GM0370\",\"NL329\",52.5624596547604,4.91968813244831,10022,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"01955cce\",\"Bergen (NH.)\",3,\"Noord-Holland\",\"Bergen\",,\"NLD.9.9_1\",\"ChIJWY2EM3ZYz0cRKUD_J21sep8\",,\"GM0373\",\"NL328\",52.6645240312898,4.68816082437479,29839,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"985bdf1b\",\"Beverwijk\",3,\"Noord-Holland\",\"Beverwijk\",,\"NLD.9.10_1\",\"ChIJ68nHDFzwxUcRqRLj2wHMVhQ\",,\"GM0375\",\"NL323\",52.4789146086865,4.6720120903003,41626,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"2c41ece2\",\"Blaricum\",3,\"Noord-Holland\",\"Blaricum\",,\"NLD.9.11_1\",\"ChIJbRszLnoVxkcRYQQwAk_L7KA\",,\"GM0376\",\"NL327\",52.278804468181,5.24655179225625,11540,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"56ccd9d3\",\"Bloemendaal\",3,\"Noord-Holland\",\"Bloemendaal\",,\"NLD.9.12_1\",\"ChIJYZ62tZTuxUcRS3q5qW9mZK8\",,\"GM0377\",\"NL324\",52.3741428229222,4.59151629561297,23571,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"08b035ea\",\"Castricum\",3,\"Noord-Holland\",\"Castricum\",,\"NLD.9.14_1\",\"ChIJ2btSWNz5xUcRNrkDtFoDoUo\",,\"GM0383\",\"NL323\",52.5585003041135,4.69166273104715,35986,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"d7671b37\",\"Den Helder\",3,\"Noord-Holland\",\"Den Helder\",,\"NLD.9.15_1\",\"ChIJkw1fqHJIz0cRu-b0LZbtEwg\",,\"GM0400\",\"NL321\",52.9239981125988,4.75606501675352,56296,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"c1305ac3\",\"Diemen\",3,\"Noord-Holland\",\"Diemen\",,\"NLD.9.16_1\",\"ChIJbWyvihkMxkcRP3SYHGF-T0Q\",,\"GM0384\",\"NL329\",52.3357167459775,4.98556810585704,30780,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"41d511ed\",\"Drechterland\",3,\"Noord-Holland\",\"Drechterland\",,\"NLD.9.17_1\",\"ChIJOzG18BKmyEcRHhV7YuvP-Os\",,\"GM0498\",\"NL321\",52.6630564884848,5.17200200335491,19719,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"a53e9610\",\"Edam-Volendam\",3,\"Noord-Holland\",\"Edam-Volendam\",,\"NLD.9.18_1\",\"ChIJb9i09noExkcRAXRlob0-zQY\",,\"GM0385\",\"NL329\",52.5479113313572,5.01389505479543,36197,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"f0b34981\",\"Enkhuizen\",3,\"Noord-Holland\",\"Enkhuizen\",,\"NLD.9.19_1\",\"ChIJRWMxqB2jyEcRGvKloezw7d4\",,\"GM0388\",\"NL321\",52.7154829507467,5.27283848234982,18591,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"2df03c7f\",\"Gooise Meren\",3,\"Noord-Holland\",\"Gooise Meren\",,\"NLD.9.37_1\",\"ChIJKwMdq7oTxkcRScsi4B1JzgU\",,\"GM1942\",\"NL327\",52.2975303948358,5.15133566001675,58055,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"152bbaf2\",\"Haarlem\",3,\"Noord-Holland\",\"Haarlem\",,\"NLD.9.21_1\",\"ChIJx6WbRg-myEcRvQu_pFXtwF0\",,\"GM0392\",\"NL324\",52.3840569467957,4.64393643580375,162902,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"62e3c3ce\",\"Haarlemmermeer\",3,\"Noord-Holland\",\"Haarlemmermeer\",,\"NLD.9.23_1\",\"ChIJj__O6c3gxUcRS3brWH65ujs\",,\"GM0394\",\"NL329\",52.3004245650082,4.69876954977316,156002,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"1bbef111\",\"Heemskerk\",3,\"Noord-Holland\",\"Heemskerk\",,\"NLD.9.25_1\",\"ChIJE6QWKWBVz0cRknkjnm070dw\",,\"GM0396\",\"NL323\",52.5093486040617,4.64310435830379,39182,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e8e42e08\",\"Heemstede\",3,\"Noord-Holland\",\"Heemstede\",,\"NLD.9.26_1\",\"ChIJp8225sToxUcRhBKstA9cmVU\",,\"GM0397\",\"NL324\",52.3414458175074,4.61772487955085,27234,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"15f7e3bb\",\"Heerhugowaard\",3,\"Noord-Holland\",\"Heerhugowaard\",,\"NLD.9.27_1\",\"ChIJeQanPon-xUcRdB6RXhKSA5o\",,\"GM0398\",\"NL328\",52.677361832403,4.85159397268271,57587,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"b5fe7a2a\",\"Heiloo\",3,\"Noord-Holland\",\"Heiloo\",,\"NLD.9.28_1\",\"ChIJr_gaNeP4xUcRze4LM4-vdkY\",,\"GM0399\",\"NL328\",52.60232734215,4.70541359005418,23968,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"cca0c5d2\",\"Hilversum\",3,\"Noord-Holland\",\"Hilversum\",,\"NLD.9.29_1\",\"ChIJ96WmretDxkcRPbhkJnZ0Pds\",,\"GM0402\",\"NL327\",52.2310528832571,5.17368840940616,90831,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"bd88ff7a\",\"Hollands Kroon\",3,\"Noord-Holland\",\"Hollands Kroon\",,\"NLD.9.58_1\",\"ChIJJ_QDnB5Mz0cRt8HHM_VAoKU\",,\"GM1911\",\"NL321\",52.8533044441192,4.9344726673128,48432,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"6f3d8ac5\",\"Hoorn\",3,\"Noord-Holland\",\"Hoorn\",,\"NLD.9.30_1\",\"ChIJm4D8EOSoyEcReOJn80MwDb4\",,\"GM0405\",\"NL321\",52.6569637151075,5.07480805992635,73261,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"405dea76\",\"Huizen\",3,\"Noord-Holland\",\"Huizen\",,\"NLD.9.31_1\",\"ChIJvzdh5KYVxkcRgv8AjxAVFCQ\",,\"GM0406\",\"NL327\",52.2917745406669,5.23093679420496,41273,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"f0a81370\",\"Koggenland\",3,\"Noord-Holland\",\"Koggenland\",,\"NLD.9.56_1\",\"ChIJsfMUAhyryEcRTZwLMwZMS14\",,\"GM1598\",\"NL321\",52.6483093486866,4.9521759651921,22749,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"a393d85f\",\"Landsmeer\",3,\"Noord-Holland\",\"Landsmeer\",,\"NLD.9.32_1\",\"ChIJHfjVSL4HxkcRGFJCsfn3pA8\",,\"GM0415\",\"NL329\",52.4510987616186,4.92136255667543,11491,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"5d46ca32\",\"Langedijk\",3,\"Noord-Holland\",\"Langedijk\",,\"NLD.9.33_1\",\"ChIJY1Qu2c1Wz0cRwbjpH1E9xqU\",,\"GM0416\",\"NL328\",52.6893522772586,4.77898276392607,28163,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"6b1fef83\",\"Laren\",3,\"Noord-Holland\",\"Laren\",,\"NLD.9.34_1\",\"ChIJcyvfqCwVxkcRVK8QAQ6QyH0\",,\"GM0417\",\"NL327\",52.242240241465,5.21616538147293,11280,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"1f32abfb\",\"Medemblik\",3,\"Noord-Holland\",\"Medemblik\",,\"NLD.9.35_1\",\"ChIJMzlCMPKuyEcRaSNJJgHCLf8\",,\"GM0420\",\"NL321\",52.71943649683,5.12999820238534,45101,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"b17d1f6e\",\"Oostzaan\",3,\"Noord-Holland\",\"Oostzaan\",,\"NLD.9.41_1\",\"ChIJRZyj8WH9xUcRykWMdi41eAk\",,\"GM0431\",\"NL329\",52.4510348291279,4.86939474728472,9735,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"19a17aeb\",\"Opmeer\",3,\"Noord-Holland\",\"Opmeer\",,\"NLD.9.42_1\",\"ChIJD-GmvfGsyEcR6ryO3FfSs_w\",,\"GM0432\",\"NL321\",52.7151501717641,4.94332916758265,11836,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"5fa7038b\",\"Ouder-Amstel\",3,\"Noord-Holland\",\"Ouder-Amstel\",,\"NLD.9.43_1\",\"ChIJe99NG_t5xkcRniKXJHzH-UU\",,\"GM0437\",\"NL329\",52.2945918809759,4.91645193057734,14026,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"661db8e8\",\"Purmerend\",3,\"Noord-Holland\",\"Purmerend\",,\"NLD.9.44_1\",\"ChIJYYDoQcf9xUcRi70edYw-QTs\",,\"GM0439\",\"NL329\",52.4985490655544,4.96340689900867,81249,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e7daf796\",\"Schagen\",3,\"Noord-Holland\",\"Schagen\",,\"NLD.9.45_1\",\"ChIJoYiw-svkxUcRK3tbqDt4HKc\",,\"GM0441\",\"NL321\",52.7870139913223,4.74934116258545,46483,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"b73d63a5\",\"Stede Broec\",3,\"Noord-Holland\",\"Stede Broec\",,\"NLD.9.47_1\",\"ChIJIZtqjWukyEcRXw0WIHptkvM\",,\"GM0532\",\"NL321\",52.7009212409879,5.22478388397371,21726,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"5774406d\",\"Texel\",3,\"Noord-Holland\",\"Texel\",,\"NLD.9.48_1\",\"ChIJxRpZYgbpyEcRxg4LlvIuEZM\",,\"GM0448\",\"NL321\",53.0856302559668,4.81921343221431,13575,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"8f76bce1\",\"Uitgeest\",3,\"Noord-Holland\",\"Uitgeest\",,\"NLD.9.49_1\",\"ChIJP6T_7Cr6xUcRoqQBKU2SgcA\",,\"GM0450\",\"NL323\",52.5245217206939,4.73745446152447,13666,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"8b7586b9\",\"Uithoorn\",3,\"Noord-Holland\",\"Uithoorn\",,\"NLD.9.50_1\",\"ChIJYzpuIDTexUcRY7jcPLgYSCQ\",,\"GM0451\",\"NL329\",52.232970165883,4.79545434407234,29478,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"216ed5a2\",\"Velsen\",3,\"Noord-Holland\",\"Velsen\",,\"NLD.9.51_1\",\"ChIJLWVqByrwxUcRDrZlJIQIEu4\",,\"GM0453\",\"NL323\",52.4511986682456,4.62098477177169,68648,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"10019e45\",\"Waterland\",3,\"Noord-Holland\",\"Waterland\",,\"NLD.9.53_1\",\"ChIJJd8oegoFxkcRHssmnCppNqw\",,\"GM0852\",\"NL329\",52.4548442448855,4.99909065261002,17424,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"0cb3e306\",\"Weesp\",3,\"Noord-Holland\",\"Weesp\",,\"NLD.9.54_1\",\"ChIJsdgdvTkOxkcRtmYKMCgquYY\",,\"GM0457\",\"NL327\",52.3057090517892,5.0585786337469,19738,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"33241c76\",\"Wijdemeren\",3,\"Noord-Holland\",\"Wijdemeren\",,\"NLD.9.59_1\",\"ChIJcaoQOGptxkcR1A5LWfGwxag\",,\"GM1696\",\"NL327\",52.2268639928057,5.09079397195643,24358,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"f8016894\",\"Wormerland\",3,\"Noord-Holland\",\"Wormerland\",,\"NLD.9.61_1\",\"ChIJISrKQMT9xUcRKMEmjyTqsdk\",,\"GM0880\",\"NL325\",52.5062670760023,4.86010720061709,16270,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3667b0c0\",\"Zaanstad\",3,\"Noord-Holland\",\"Zaanstad\",,\"NLD.9.62_1\",\"ChIJQ1iyHHD7xUcRsWPtaTRKxa4\",,\"GM0479\",\"NL325\",52.4688539030008,4.77359810700102,156794,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ffd7002a\",\"Zandvoort\",3,\"Noord-Holland\",\"Zandvoort\",,\"NLD.9.63_1\",\"ChIJexosJf_rxUcRB_CKUsEeuig\",,\"GM0473\",\"NL324\",52.3574068015895,4.54272737563264,17116,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"347fb688\",\"Almelo\",3,\"Overijssel\",\"Almelo\",,\"NLD.10.1_1\",\"ChIJD4tsOiAGuEcR7TQvYINpto0\",,\"GM0141\",\"NL213\",52.3445989871589,6.6573265172527,73107,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"40d62692\",\"Borne\",3,\"Overijssel\",\"Borne\",,\"NLD.10.3_1\",\"ChIJP9g2ZqQPuEcRgJq_O2HQQ8s\",,\"GM0147\",\"NL213\",52.3127853884216,6.74679091411976,23312,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"7b136108\",\"Dalfsen\",3,\"Overijssel\",\"Dalfsen\",,\"NLD.10.4_1\",\"ChIJ69nqyCLhx0cRmedgGYGwoPw\",,\"GM0148\",\"NL211\",52.5118532814253,6.25704218895655,28587,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"f0d14bef\",\"Deventer\",3,\"Overijssel\",\"Deventer\",,\"NLD.10.5_1\",\"ChIJLYgZJBLsx0cRZ3UKrNa2QAY\",,\"GM0150\",\"NL212\",52.2668324074619,6.24123189076751,100719,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"d0961348\",\"Dinkelland\",3,\"Overijssel\",\"Dinkelland\",,\"NLD.10.6_1\",\"ChIJm_qaJtdQxkcR7o4aWcx18-g\",,\"GM1774\",\"NL213\",52.3699642301261,6.91469763091835,26461,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"43b65985\",\"Enschede\",3,\"Overijssel\",\"Enschede\",,\"NLD.10.7_1\",\"ChIJh1H-gpQTuEcRkGLfBmHBMVg\",,\"GM0153\",\"NL213\",52.222242871217,6.87066659108203,159640,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3a7cf5a4\",\"Haaksbergen\",3,\"Overijssel\",\"Haaksbergen\",,\"NLD.10.8_1\",\"ChIJ2VFvKKlyuEcRukSqSMKqaM0\",,\"GM0158\",\"NL213\",52.1619540334375,6.77670781623443,24311,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"4e46853b\",\"Hardenberg\",3,\"Overijssel\",\"Hardenberg\",,\"NLD.10.9_1\",\"ChIJJ0fIbisByEcRRxLafbL5yO8\",,\"GM0160\",\"NL211\",52.5696852595483,6.63335560764011,60948,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"2f52a1c3\",\"Hellendoorn\",3,\"Overijssel\",\"Hellendoorn\",,\"NLD.10.10_1\",\"ChIJhcQ0lxf6x0cR_GBrNSuNm5E\",,\"GM0163\",\"NL213\",52.390786613506,6.4515103444225,35916,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"94d389c2\",\"Hengelo (O.)\",3,\"Overijssel\",\"Hengelo\",,\"NLD.10.11_1\",\"ChIJkYZUavgRuEcR3wbjBXNggtM\",,\"GM0164\",\"NL213\",52.2521582609853,6.79500927605242,81140,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"14512bc2\",\"Hof van Twente\",3,\"Overijssel\",\"Hof van Twente\",,\"NLD.10.12_1\",\"ChIJZcN0EUAKuEcReAZhBY669OI\",,\"GM1735\",\"NL213\",52.2345450803803,6.56747804566517,35017,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"d15cbb1b\",\"Kampen\",3,\"Overijssel\",\"Kampen\",,\"NLD.10.13_1\",\"ChIJBWSX3kR5yEcRJANXEB8757k\",,\"GM0166\",\"NL211\",52.5481745309796,5.93121799191159,54319,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"d5e8f778\",\"Losser\",3,\"Overijssel\",\"Losser\",,\"NLD.10.14_1\",\"ChIJU99eHMMXuEcRglh1qHlTz5E\",,\"GM0168\",\"NL213\",52.299591938923,6.98752735620508,22683,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"a2e3110e\",\"Oldenzaal\",3,\"Overijssel\",\"Oldenzaal\",,\"NLD.10.15_1\",\"ChIJoae8M8QQuEcR_eaT73rISVM\",,\"GM0173\",\"NL213\",52.307563347436,6.90678217926017,31836,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3be5ec78\",\"Olst-Wijhe\",3,\"Overijssel\",\"Olst-Wijhe\",,\"NLD.10.16_1\",\"ChIJ40xrzFTdx0cR2OOVrfI_JFs\",,\"GM1773\",\"NL212\",52.3752726327484,6.14557979078447,18252,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"7113cea6\",\"Ommen\",3,\"Overijssel\",\"Ommen\",,\"NLD.10.17_1\",\"ChIJ15YG0Az9x0cR-uqf_wYTcSM\",,\"GM0175\",\"NL211\",52.5109324097525,6.45126458853208,18009,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"6e64f77c\",\"Raalte\",3,\"Overijssel\",\"Raalte\",,\"NLD.10.18_1\",\"ChIJkdU59XXmx0cRFBO7zFm_RLc\",,\"GM0177\",\"NL212\",52.3881600355679,6.30914996077192,37712,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"b24392d3\",\"Rijssen-Holten\",3,\"Overijssel\",\"Rijssen-Holten\",,\"NLD.10.19_1\",\"ChIJozGJZ5_lx0cRvl9bPo2qeUs\",,\"GM1742\",\"NL213\",52.2858655361563,6.44000292112595,38177,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"db1591db\",\"Staphorst\",3,\"Overijssel\",\"Staphorst\",,\"NLD.10.20_1\",\"ChIJZ9AK1U9zyEcR5AV6LDJnNR4\",,\"GM0180\",\"NL211\",52.6384777391922,6.20932216816557,17145,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"9681915b\",\"Steenwijkerland\",3,\"Overijssel\",\"Steenwijkerland\",,\"NLD.10.21_1\",\"ChIJp2RMcaUzxkcR5b1vqOFGHYc\",,\"GM1708\",\"NL211\",52.7452358522648,6.02491665732997,44126,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"addc2344\",\"Tubbergen\",3,\"Overijssel\",\"Tubbergen\",,\"NLD.10.22_1\",\"ChIJi-hRZ7cEuEcRagnaN86fmhs\",,\"GM0183\",\"NL213\",52.4052988567936,6.77389596890588,21275,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e934ab51\",\"Twenterand\",3,\"Overijssel\",\"Twenterand\",,\"NLD.10.23_1\",\"ChIJlSYrnTX_x0cRHBtLexv99i8\",,\"GM1700\",\"NL213\",52.4392774846,6.63545942726267,33743,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"0a74727a\",\"Wierden\",3,\"Overijssel\",\"Wierden\",,\"NLD.10.24_1\",\"ChIJ6w417ZD3x0cRoyd_EP4EaOU\",,\"GM0189\",\"NL213\",52.3432476852936,6.5432453223412,24446,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e3576902\",\"Zwartewaterland\",3,\"Overijssel\",\"Zwartewaterland\",,\"NLD.10.25_1\",\"ChIJ67V0vOt2yEcRHRfmdFNsvB0\",,\"GM1896\",\"NL211\",52.6098651713686,6.04563186813911,22685,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"0f53f859\",\"Zwolle\",3,\"Overijssel\",\"Zwolle\",,\"NLD.10.26_1\",\"ChIJueNef1fcx0cRCoyLWuARNgc\",,\"GM0193\",\"NL211\",52.5158942731873,6.09657361940212,128840,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"b8ab7ab1\",\"Amersfoort\",3,\"Utrecht\",\"Amersfoort\",,\"NLD.11.3_1\",\"ChIJ8XuXeZ1axkcRmN9tyn4auu8\",,\"GM0307\",\"NL310\",52.1637323337209,5.4089068206545,157276,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"cfccc85d\",\"Baarn\",3,\"Utrecht\",\"Baarn\",,\"NLD.11.4_1\",\"ChIJmzZlQTVAxkcRPYQDly49ROk\",,\"GM0308\",\"NL310\",52.1983321652029,5.25671524513573,24868,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"bbe14186\",\"Bunnik\",3,\"Utrecht\",\"Bunnik\",,\"NLD.11.6_1\",\"ChIJR7bNNJ9nxkcR6XiFxjH_WD8\",,\"GM0312\",\"NL310\",52.0388907699512,5.22078922629897,15191,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ebedbbbe\",\"Bunschoten\",3,\"Utrecht\",\"Bunschoten\",,\"NLD.11.7_1\",\"ChIJe0T5qVg_xkcR4-eJ0zJyfkA\",,\"GM0313\",\"NL310\",52.238493706887,5.35615950105915,21866,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"6fc0caaa\",\"De Bilt\",3,\"Utrecht\",\"De Bilt\",,\"NLD.11.8_1\",\"ChIJRUuR5q5nxkcROZo2w8uP5bY\",,\"GM0310\",\"NL310\",52.1410866561622,5.17215821908777,43137,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"5603b5f5\",\"De Ronde Venen\",3,\"Utrecht\",\"De Ronde Venen\",,\"NLD.11.9_1\",\"ChIJacsjnq51xkcRauD85sKInws\",,\"GM0736\",\"NL310\",52.2338799426866,4.92210826836264,44456,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"6b689e08\",\"Eemnes\",3,\"Utrecht\",\"Eemnes\",,\"NLD.11.12_1\",\"ChIJV_cW4vw_xkcRQFmdM2onppI\",,\"GM0317\",\"NL310\",52.2491400422029,5.27673295655156,9247,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"7a5ca078\",\"Houten\",3,\"Utrecht\",\"Houten\",,\"NLD.11.13_1\",\"ChIJVfQ1sj5nxkcRpuCjw_20yko\",,\"GM0321\",\"NL310\",52.0070864651725,5.17785819715141,50146,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3ad9fc32\",\"IJsselstein\",3,\"Utrecht\",\"IJsselstein\",,\"NLD.11.14_1\",\"ChIJrRFrtjR7xkcRw1aZerwRyEc\",,\"GM0353\",\"NL310\",52.0260370136529,5.02871526430563,34109,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"c0338ad2\",\"Leusden\",3,\"Utrecht\",\"Leusden\",,\"NLD.11.16_1\",\"ChIJsbgDJrNFxkcR37SzQvU4CF4\",,\"GM0327\",\"NL310\",52.1273263437657,5.41968146049447,30401,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"549bf75d\",\"Lopik\",3,\"Utrecht\",\"Lopik\",,\"NLD.11.18_1\",\"ChIJrTGuCWV8xkcRBN6RZ3mqWjk\",,\"GM0331\",\"NL310\",51.9800872430032,4.94163125224795,14467,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"41caa8b9\",\"Montfoort\",3,\"Utrecht\",\"Montfoort\",,\"NLD.11.21_1\",\"ChIJz-R4TbN7xkcRs5Bey6T_45s\",,\"GM0335\",\"NL310\",52.0467939068489,4.95057812695411,13917,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"91ade9a1\",\"Nieuwegein\",3,\"Utrecht\",\"Nieuwegein\",,\"NLD.11.22_1\",\"ChIJC0pefzhkxkcRLmfJQXYO3w8\",,\"GM0356\",\"NL310\",52.0285770913129,5.09375891428252,63462,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"af71879f\",\"Oudewater\",3,\"Utrecht\",\"Oudewater\",,\"NLD.11.23_1\",\"ChIJ6xAkxcJ4xkcR1pEzeY8Hjxw\",,\"GM0589\",\"NL310\",52.0240339244768,4.85521223448903,10230,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"846f04d8\",\"Renswoude\",3,\"Utrecht\",\"Renswoude\",,\"NLD.11.24_1\",\"ChIJP8xn9BdOxkcRKOek2DTvezQ\",,\"GM0339\",\"NL310\",52.0727506444717,5.53174839534847,5444,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"2b992cac\",\"Rhenen\",3,\"Utrecht\",\"Rhenen\",,\"NLD.11.25_1\",\"ChIJEUnbMvFTxkcRsnN92jQJRzw\",,\"GM0340\",\"NL310\",51.9806395741739,5.55603900695411,20119,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"91e361bb\",\"Soest\",3,\"Utrecht\",\"Soest\",,\"NLD.11.26_1\",\"ChIJKdQ_9PVDxkcR4W8gusCwYwM\",,\"GM0342\",\"NL310\",52.1575475414069,5.29431378125165,46606,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"959bba7b\",\"Stichtse Vecht\",3,\"Utrecht\",\"Stichtse Vecht\",,\"NLD.11.17_1\",\"ChIJ5d_RYoRxxkcR28tAr7qXbMg\",,\"GM1904\",\"NL310\",52.2029473684524,4.99495036416238,64931,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"s225h4g2\",\"Utrecht\",3,\"Utrecht\",\"Utrecht\",,\"NLD.11.27_1\",\"ChIJA9Xkz5BoxkcRzAM9YkCZGTs\",,\"GM0344\",\"NL310\",52.08331956758,5.09882480428798,357597,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"a5eaa364\",\"Utrechtse Heuvelrug\",3,\"Utrecht\",\"Utrechtse Heuvelrug\",,\"NLD.11.15_1\",\"ChIJG6GSG-haxkcR50OeHv20oIY\",,\"GM1581\",\"NL310\",52.0282854341909,5.39514208791679,49580,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"2c9c6d0a\",\"Veenendaal\",3,\"Utrecht\",\"Veenendaal\",,\"NLD.11.28_1\",\"ChIJHbidDtRTxkcR0ONH7_lpw84\",,\"GM0345\",\"NL310\",52.0231193031867,5.55175210423242,66493,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"f23275a4\",\"Vijfheerenlanden\",3,\"Utrecht\",\"Vijfheerenlanden\",,\"NLD.11.29_1\",\"ChIJo0bEhOpixkcRZMF-IsNZkqA\",,\"GM1961\",\"NL310\",51.9855,5.0874,56811,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"33dd6206\",\"Wijk bij Duurstede\",3,\"Utrecht\",\"Wijk bij Duurstede\",,\"NLD.11.30_1\",\"ChIJobvxsQBcxkcRmD0Yg-O37HU\",,\"GM0352\",\"NL310\",51.9921584987456,5.33103510469011,23914,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"dc2d9167\",\"Woerden\",3,\"Utrecht\",\"Woerden\",,\"NLD.11.31_1\",\"ChIJec-84z53xkcR87sR_IGPysQ\",,\"GM0632\",\"NL310\",52.1176739226901,4.88827541523079,52299,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"5ae48dd5\",\"Woudenberg\",3,\"Utrecht\",\"Woudenberg\",,\"NLD.11.32_1\",\"ChIJY1IG9cFExkcR8WcRSJGqkGU\",,\"GM0351\",\"NL310\",52.0810343262694,5.40974794531811,13362,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"fa541aca\",\"Zeist\",3,\"Utrecht\",\"Zeist\",,\"NLD.11.33_1\",\"ChIJI1LXZIhCxkcR3IgumEta7x0\",,\"GM0355\",\"NL310\",52.1155007629057,5.25290515542416,64905,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"c465060f\",\"Borsele\",3,\"Zeeland\",\"Borsele\",,\"NLD.12.1_1\",\"ChIJjY5l9BKGxEcRW98CfW0G-Wg\",,\"GM0654\",\"NL342\",51.4437297754858,3.82117682170472,22739,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"6a7cb564\",\"Goes\",3,\"Zeeland\",\"Goes\",,\"NLD.12.2_1\",\"ChIJ9YZGPkFLxEcRBJ3SvcVPiCM\",,\"GM0664\",\"NL342\",51.5146622018066,3.855162986288,38082,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"b6a64b5c\",\"Hulst\",3,\"Zeeland\",\"Hulst\",,\"NLD.12.3_1\",\"ChIJ8dsMUGR3xEcRqXAC-fXPSgI\",,\"GM0677\",\"NL341\",51.3169699875302,4.07590709431271,27556,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"6b944200\",\"Kapelle\",3,\"Zeeland\",\"Kapelle\",,\"NLD.12.4_1\",\"ChIJ3VcAygdjxEcRwedOX3a9qn8\",,\"GM0678\",\"NL342\",51.4887108404149,3.96518580779898,12695,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"cf8524db\",\"Middelburg\",3,\"Zeeland\",\"Middelburg\",,\"NLD.12.5_1\",\"ChIJZ1JdBkSOxEcR3nfqRd62SsM\",,\"GM0687\",\"NL342\",51.5016950759767,3.64222517340787,48822,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"13c51024\",\"Noord-Beveland\",3,\"Zeeland\",\"Noord-Beveland\",,\"NLD.12.6_1\",\"ChIJ_w8ZPcSPxEcRSx5o6SWwTnQ\",,\"GM1695\",\"NL342\",51.5657807297682,3.79744451575875,7392,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"533083eb\",\"Reimerswaal\",3,\"Zeeland\",\"Reimerswaal\",,\"NLD.12.7_1\",\"ChIJPYizIWtoxEcRuKhB8EW4wN4\",,\"GM0703\",\"NL342\",51.4490548228144,4.05276123250328,22730,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"862bf6ed\",\"Schouwen-Duiveland\",3,\"Zeeland\",\"Schouwen-Duiveland\",,\"NLD.12.8_1\",\"ChIJ5a7eDAW8xUcRAjvaY4hugBc\",,\"GM1676\",\"NL342\",51.6862840818959,3.92032114074467,33839,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"b139025d\",\"Sluis\",3,\"Zeeland\",\"Sluis\",,\"NLD.12.9_1\",\"ChIJXRVsBuKYxEcRNCfsSS1-0j8\",,\"GM1714\",\"NL341\",51.3230104291897,3.51721797302039,23210,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"48524640\",\"Terneuzen\",3,\"Zeeland\",\"Terneuzen\",,\"NLD.12.10_1\",\"ChIJqbcIMKJaxEcRQ8FYh0brnjA\",,\"GM0715\",\"NL341\",51.2799785817832,3.83862897054021,54426,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"91f9fbbb\",\"Tholen\",3,\"Zeeland\",\"Tholen\",,\"NLD.12.11_1\",\"ChIJt4KXczhmxEcRDMVuhi32uQo\",,\"GM0716\",\"NL342\",51.5724237167667,4.11328480972656,25757,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"45151f1c\",\"Veere\",3,\"Zeeland\",\"Veere\",,\"NLD.12.12_1\",\"ChIJa7uf-GcjxEcRpGJlbS6aq8s\",,\"GM0717\",\"NL342\",51.5285553172983,3.51293475828938,21880,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"57643678\",\"Vlissingen\",3,\"Zeeland\",\"Vlissingen\",,\"NLD.12.13_1\",\"ChIJEaG1xXuaxEcRbFOSzdcn99E\",,\"GM0718\",\"NL342\",51.460520313798,3.60161103953432,44360,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"cc673ac3\",\"'s-Gravenhage\",3,\"Zuid-Holland\",\"'s-Gravenhage\",\"The Hague, South Holland\",\"NLD.14.2_1\",\"ChIJ0SObOthMxEcR25HLLqC_lgw\",,\"GM0518\",\"NL332\",52.070213008461,4.28367408641734,545838,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"8d7d9405\",\"Alblasserdam\",3,\"Zuid-Holland\",\"Alblasserdam\",,\"NLD.14.4_1\",\"ChIJ26FDOw4sxEcRsc8U4oLDLEA\",,\"GM0482\",\"NL33A\",51.8607970290628,4.66617370496488,20165,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ee7e851a\",\"Albrandswaard\",3,\"Zuid-Holland\",\"Albrandswaard\",,\"NLD.14.5_1\",\"ChIJRZ1E5yoyxEcRbAlwf9S0N0c\",,\"GM0613\",\"NL33C\",51.8527204477107,4.43517251295513,25590,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ff9edd4d\",\"Alphen aan den Rijn\",3,\"Zuid-Holland\",\"Alphen aan den Rijn\",,\"NLD.14.7_1\",\"ChIJ-w-GwH4pxkcRoBWEONXH5mg\",,\"GM0484\",\"NL33B\",52.1133753502102,4.6411566915899,111897,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"d88fd4ea\",\"Barendrecht\",3,\"Zuid-Holland\",\"Barendrecht\",,\"NLD.14.8_1\",\"ChIJUS7aPtUzxEcRsFhaPWfxYgo\",,\"GM0489\",\"NL33C\",51.8517485333055,4.52965274182318,48714,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"5881ff34\",\"Bodegraven-Reeuwijk\",3,\"Zuid-Holland\",\"Bodegraven-Reeuwijk\",,\"NLD.14.15_1\",,,\"GM1901\",\"NL33B\",52.067313674372,4.75741086736677,34872,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"16be8215\",\"Brielle\",3,\"Zuid-Holland\",\"Brielle\",,\"NLD.14.17_1\",\"ChIJW_6OcY5NxEcRGmy4RQyZu8w\",,\"GM0501\",\"NL33C\",51.890560731111,4.18888346671523,17271,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"595ca3f7\",\"Capelle aan den IJssel\",3,\"Zuid-Holland\",\"Capelle aan den IJssel\",,\"NLD.14.18_1\",\"ChIJzQP1nFPNxUcRc3U0W6IiEBQ\",,\"GM0502\",\"NL33C\",51.9348883340006,4.59033798551147,67122,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"14fa17d6\",\"Delft\",3,\"Zuid-Holland\",\"Delft\",,\"NLD.14.21_1\",\"ChIJP1_CR-q1xUcRBPa9z4ZZLLo\",,\"GM0503\",\"NL333\",51.9992892199166,4.36284012045321,103595,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"0d2b385a\",\"Dordrecht\",3,\"Zuid-Holland\",\"Dordrecht\",,\"NLD.14.23_1\",\"ChIJr_EqcCTZxUcRgv4cGjSSI7o\",,\"GM0505\",\"NL33A\",51.7691074076019,4.68694983122761,119284,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3f0745fc\",\"Goeree-Overflakkee\",3,\"Zuid-Holland\",\"Goeree-Overflakkee\",,\"NLD.14.22_1\",\"ChIJtYKQqQJbxEcRt6sziEYIf3U\",,\"GM1924\",\"NL33C\",51.7528374432527,4.12248180789969,50049,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"d5d30b72\",\"Gorinchem\",3,\"Zuid-Holland\",\"Gorinchem\",,\"NLD.14.26_1\",\"ChIJkZHw_xKGxkcR1PExx5tnYSs\",,\"GM0512\",\"NL33A\",51.8415052585062,4.97976343107923,37022,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"70fb93f4\",\"Gouda\",3,\"Zuid-Holland\",\"Gouda\",,\"NLD.14.27_1\",\"ChIJ0etwCqzWxUcRrhHMgJjcO_M\",,\"GM0513\",\"NL33B\",52.018485568669,4.71204090028094,73427,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"8ba8dec7\",\"Hardinxveld-Giessendam\",3,\"Zuid-Holland\",\"Hardinxveld-Giessendam\",,\"NLD.14.29_1\",\"ChIJmRu7PGCBxkcRAS8C6B6MFeI\",,\"GM0523\",\"NL33A\",51.8383616164358,4.82484957565692,18295,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"5225181e\",\"Hellevoetsluis\",3,\"Zuid-Holland\",\"Hellevoetsluis\",,\"NLD.14.30_1\",\"ChIJG6h_UrFRxEcRw_8srPUOFQs\",,\"GM0530\",\"NL33C\",51.8516088845009,4.13468167048767,40142,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"5e86c290\",\"Hendrik-Ido-Ambacht\",3,\"Zuid-Holland\",\"Hendrik-Ido-Ambacht\",,\"NLD.14.31_1\",\"ChIJZxadiCcsxEcR52G7pml0eDM\",,\"GM0531\",\"NL33A\",51.8448408016723,4.63496841267779,31202,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"7105080f\",\"Hillegom\",3,\"Zuid-Holland\",\"Hillegom\",,\"NLD.14.32_1\",\"ChIJTV997OnpxUcRjdq4EgbzLqw\",,\"GM0534\",\"NL337\",52.29519769512,4.57344246194392,22209,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"7a34f0ab\",\"Hoeksche Waard\",3,\"Zuid-Holland\",\"Hoeksche Waard\",,\"NLD.14.19_1\",\"ChIJ00DolSQ6xEcRoSOFAtTKX6E\",,\"GM1963\",\"NL33C\",51.77,4.47,87401,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"1f1391a3\",\"Kaag en Braassem\",3,\"Zuid-Holland\",\"Kaag en Braassem\",,\"NLD.14.6_1\",\"ChIJxX5akvcjxkcRvWrfWqidEr8\",,\"GM1884\",\"NL337\",52.1947797043979,4.62253053209,27297,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"d32d33be\",\"Katwijk\",3,\"Zuid-Holland\",\"Katwijk\",,\"NLD.14.34_1\",\"ChIJBZC3UlLHxUcRWkMCgdbL-yI\",,\"GM0537\",\"NL337\",52.1878405636223,4.41804077130916,65753,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"c809c4de\",\"Krimpen aan den IJssel\",3,\"Zuid-Holland\",\"Krimpen aan den IJssel\",,\"NLD.14.36_1\",\"ChIJY-aGJEEtxEcRzgS0ngg8Yzc\",,\"GM0542\",\"NL33C\",51.9183487587269,4.60764970153334,29526,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"c604d9e0\",\"Krimpenerwaard\",3,\"Zuid-Holland\",\"Krimpenerwaard\",,\"NLD.14.79_1\",,,\"GM1931\",\"NL33B\",51.9552039651749,4.75804696859494,56319,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"51674e80\",\"Lansingerland\",3,\"Zuid-Holland\",\"Lansingerland\",,\"NLD.14.14_1\",\"ChIJW-F8lQ_MxUcRTTQGbuRKIV8\",,\"GM1621\",\"NL33C\",52.0105730057625,4.50742183091247,62384,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ad94b198\",\"Leiden\",3,\"Zuid-Holland\",\"Leiden\",,\"NLD.14.38_1\",\"ChIJU9fJiIvGxUcR5k8dxIefnqk\",,\"GM0546\",\"NL337\",52.1509387509418,4.48155394537961,125099,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"35af7c7e\",\"Leiderdorp\",3,\"Zuid-Holland\",\"Leiderdorp\",,\"NLD.14.39_1\",\"ChIJ7aDfzEPGxUcRuzala5Z13KM\",,\"GM0547\",\"NL337\",52.1574780560455,4.54278721337802,27056,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"b980c590\",\"Leidschendam-Voorburg\",3,\"Zuid-Holland\",\"Leidschendam-Voorburg\",,\"NLD.14.40_1\",\"ChIJmYnAEwe2xUcRsWlYWkV4PZE\",,\"GM1916\",\"NL332\",52.0935597376697,4.43223767492048,76534,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"2423c104\",\"Lisse\",3,\"Zuid-Holland\",\"Lisse\",,\"NLD.14.43_1\",\"ChIJO_LgMyXCxUcRlkpNKSH_lvs\",,\"GM0553\",\"NL337\",52.2529708671267,4.54250830815537,22955,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"235b3559\",\"Maassluis\",3,\"Zuid-Holland\",\"Maassluis\",,\"NLD.14.45_1\",\"ChIJUw89BW63xkcR9ln1zLDJfwQ\",,\"GM0556\",\"NL33C\",51.9260770286185,4.24496555373018,33213,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"dda3db62\",\"Midden-Delfland\",3,\"Zuid-Holland\",\"Midden-Delfland\",,\"NLD.14.71_1\",\"ChIJ81C-5eW0xUcRB4kiaE_gJg4\",,\"GM1842\",\"NL333\",51.9705298945263,4.32292014111563,19341,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"602df0f0\",\"Molenlanden\",3,\"Zuid-Holland\",\"Molenlanden\",,\"NLD.14.42_1\",\"ChIJpbBTau6AxkcRF99t2GGbP-w\",,\"GM1978\",\"NL33A\",51.9243,4.8222,43909,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"5d909bc4\",\"Nieuwkoop\",3,\"Zuid-Holland\",\"Nieuwkoop\",,\"NLD.14.53_1\",\"ChIJh9QNHdrYxUcRExiPt6aBv1g\",,\"GM0569\",\"NL33B\",52.1703387815965,4.77779515908224,28811,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"771656c1\",\"Nissewaard\",3,\"Zuid-Holland\",\"Nissewaard\",,\"NLD.14.12_1\",\"ChIJ5xNiQ9tOxEcRWNlKlMeVsE0\",,\"GM1930\",\"NL33C\",51.8278958050802,4.28090080069326,85219,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ec9ab9db\",\"Noordwijk\",3,\"Zuid-Holland\",\"Noordwijk\",,\"NLD.14.54_1\",\"ChIJLyqQqmPqxUcR3fmP6phWBQ4\",,\"GM0575\",\"NL337\",52.2678239153222,4.4609266128137,43508,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"a2bca928\",\"Oegstgeest\",3,\"Zuid-Holland\",\"Oegstgeest\",,\"NLD.14.56_1\",\"ChIJ4wljNijHxUcRgUUMUcKq4WU\",,\"GM0579\",\"NL337\",52.1830444596506,4.47186338656069,24840,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"00e38166\",\"Papendrecht\",3,\"Zuid-Holland\",\"Papendrecht\",,\"NLD.14.60_1\",\"ChIJ0YWc2GQpxEcRpzTUoP9VcYw\",,\"GM0590\",\"NL33A\",51.8349556476602,4.70488016188538,32136,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"e81cd0b3\",\"Pijnacker-Nootdorp\",3,\"Zuid-Holland\",\"Pijnacker-Nootdorp\",,\"NLD.14.61_1\",\"ChIJs0MHSXPaxUcR0f13KBk2ed4\",,\"GM1926\",\"NL332\",52.0103552187149,4.42506385820002,55308,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"ae68778c\",\"Ridderkerk\",3,\"Zuid-Holland\",\"Ridderkerk\",,\"NLD.14.63_1\",\"ChIJ2cqJXZQtxEcRGZlpd6qumIQ\",,\"GM0597\",\"NL33C\",51.871869190401,4.59224251631623,46189,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"cc0d25cc\",\"Rijswijk\",3,\"Zuid-Holland\",\"Rijswijk\",,\"NLD.14.66_1\",\"ChIJQQCFhJq2xUcReBX_3us90DU\",,\"GM0603\",\"NL332\",52.0351813192868,4.3235537524393,54450,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"1d1f15b8\",\"Rotterdam\",3,\"Zuid-Holland\",\"Rotterdam\",\"Rotterdam, South Holland\",\"NLD.14.67_1\",\"ChIJjwoLnFS3xUcRBWuEDPANqNQ\",,\"GM0599\",\"NL33C\",51.9223142234307,4.48949810635556,651157,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"3b10248d\",\"Schiedam\",3,\"Zuid-Holland\",\"Schiedam\",,\"NLD.14.70_1\",\"ChIJCwMCRU41xEcR9cSV0KaMtOg\",,\"GM0606\",\"NL33C\",51.9303136637914,4.38631650080126,78730,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"24646892\",\"Sliedrecht\",3,\"Zuid-Holland\",\"Sliedrecht\",,\"NLD.14.73_1\",\"ChIJeYNTXBiCxkcR3brqw_9U6tk\",,\"GM0610\",\"NL33A\",51.8316056091531,4.77005015816295,25220,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"518bbe0d\",\"Teylingen\",3,\"Zuid-Holland\",\"Teylingen\",,\"NLD.14.69_1\",\"ChIJh0BJ8sjOxUcRpop4Y7gFVcY\",,\"GM1525\",\"NL337\",52.2173814342819,4.51196537536525,37440,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"0dd3609e\",\"Vlaardingen\",3,\"Zuid-Holland\",\"Vlaardingen\",,\"NLD.14.78_1\",\"ChIJf11iSCBLxEcRfShFlgP4HSM\",,\"GM0622\",\"NL33C\",51.9222444028277,4.32941975002511,73397,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"fcdc5e37\",\"Voorschoten\",3,\"Zuid-Holland\",\"Voorschoten\",,\"NLD.14.81_1\",\"ChIJm2SNpcHHxUcRvSc_Gwpbgos\",,\"GM0626\",\"NL337\",52.1256895239774,4.4409588388137,25596,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"343f81bb\",\"Waddinxveen\",3,\"Zuid-Holland\",\"Waddinxveen\",,\"NLD.14.82_1\",\"ChIJPR18pKbaxUcRZMLZy1k5ahE\",,\"GM0627\",\"NL33B\",52.0446031128571,4.64192896717944,29291,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"0bac6bca\",\"Wassenaar\",3,\"Zuid-Holland\",\"Wassenaar\",,\"NLD.14.84_1\",\"ChIJq-1ybq1uxkcRMDJ28i1oAo4\",,\"GM0629\",\"NL332\",52.1392944701638,4.37636891095265,26305,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"a86c972c\",\"Westland\",3,\"Zuid-Holland\",\"Westland\",,\"NLD.14.49_1\",\"ChIJ3zg4qtS3xUcRblB_6B097jE\",,\"GM1783\",\"NL333\",51.9988963275559,4.20199799385049,110375,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"35239ade\",\"Westvoorne\",3,\"Zuid-Holland\",\"Westvoorne\",,\"NLD.14.86_1\",\"ChIJRQoc65lSxEcRUefpMpd6IpQ\",,\"GM0614\",\"NL33C\",51.8906456337526,4.09122738145159,14731,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"2152a128\",\"Zoetermeer\",3,\"Zuid-Holland\",\"Zoetermeer\",,\"NLD.14.89_1\",\"ChIJdxVfNSbJxUcRxwBAWPBlYbg\",,\"GM0637\",\"NL332\",52.0619097053741,4.48844207345667,125285,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"04b8b58e\",\"Zoeterwoude\",3,\"Zuid-Holland\",\"Zoeterwoude\",,\"NLD.14.90_1\",\"ChIJB3MR8fzFxUcRm_SkUp5p6Ic\",,\"GM0638\",\"NL337\",52.1106020308113,4.50685887263769,8605,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"80464a30\",\"Zuidplas\",3,\"Zuid-Holland\",\"Zuidplas\",,\"NLD.14.88_1\",\"ChIJH31UY8vbxUcRQX0ZNisAEP4\",,\"GM1892\",\"NL33C\",52.0000907002985,4.61308777117255,43885,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n\"11bfcecb\",\"Zwijndrecht\",3,\"Zuid-Holland\",\"Zwijndrecht\",,\"NLD.14.91_1\",\"ChIJ5374al4uxEcRNUakiREI8G8\",,\"GM0642\",\"NL33A\",51.8239702903402,4.61436320200781,44737,\"Statistics Netherlands (2020)\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\"\n"
  },
  {
    "path": "inst/extdata/db/PAK.csv",
    "content": "\"id\",\"id_github.cssegisanddata.covid19unified\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_gadm\",\"key_google_mobility\",\"key_jhu_csse\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,\"-\",,,,,\n\"6759ffbc\",\"PKJK\",2,\"Azad Jammu and Kashmir\",,\"PAK.1_1\",\"ChIJk7BQ_z9a4DgRQl3JyvZBKyw\",\"PKJK\",,33.964946745,73.8845818296135,4045366,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"dad861df\",\"PKBA\",2,\"Balochistan\",,\"PAK.2_1\",\"ChIJ-2KAIReaMjkRssYQf8eDtJE\",\"PKBA\",,28.493040085,65.6950828084984,12344408,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"84e5f75a\",\"PKGB\",2,\"Gilgit-Baltistan\",,\"PAK.6_1\",\"ChIJtYAth63X5TgRKPCFl01igpg\",\"PKGB\",,35.80554581,74.8530162496693,1013584,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"28530f42\",\"PKIS\",2,\"Islamabad\",,\"PAK.4_1\",\"ChIJHWyVfKG_3zgRkqcUZrwNOLY\",\"PKIS\",,33.648406985,72.9084850089836,2006572,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"04ed6560\",\"PKKP\",2,\"Khyber Pakhtunkhwa\",,\"PAK.5_1\",\"ChIJm2fuN8mu3jgRcad6v070EZY\",\"PKKP\",,34.078395845,72.4471759505805,30523371,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"48449849\",\"PKPB\",2,\"Punjab\",,\"PAK.7_1\",\"ChIJy5pBdImU3zgRoOxO0hgwnjo\",\"PKPB\",,30.863492965,72.315069579151,110012442,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n\"c5600790\",\"PKSD\",2,\"Sindh\",,\"PAK.8_1\",\"ChIJK5TBa2vATDkRLeiLx6lWIC4\",\"PKSD\",,26.180321695,68.7692864434365,47886051,\"Johns Hopkins Center for Systems Science and Engineering\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\"\n"
  },
  {
    "path": "inst/extdata/db/PER.csv",
    "content": "\"id\",\"id_github.jmcastagnetto.covid19perudata\",\"id_gob.pe\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_gadm\",\"key_google_mobility\",\"key_jhu_csse\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,\"-\",,,,,\n\"29aba066\",\"PE-AMA\",\"AMAZONAS\",2,\"Amazonas\",,\"PER.1_1\",\"ChIJm2ixsmj6tZERTLSQe7l8TCc\",\"PEAMA\",\"01\",-4.985553025,-78.197341687058,472870,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"ec889289\",\"PE-ANC\",\"ANCASH\",2,\"Ancash\",,\"PER.2_1\",\"ChIJz2IrHOdoqZERrp9_isW79p0\",\"PEANC\",\"02\",-9.41972208,-77.6739451337423,1247193,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"cc1d1807\",\"PE-APU\",\"APURIMAC\",2,\"Apurimac\",,\"PER.3_1\",\"ChIJnV41gX-QbJER6Rtf-x0YMTU\",\"PEAPU\",\"03\",-14.007585045,-72.8388749869289,456233,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"e39c6ae1\",\"PE-ARE\",\"AREQUIPA\",2,\"Arequipa\",,\"PER.4_1\",\"ChIJd1xRtbwlQJERi1SQgq47onM\",\"PEARE\",\"04\",-15.959305765,-72.4442087352984,1553291,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"07057733\",\"PE-AYA\",\"AYACUCHO\",2,\"Ayacucho\",,\"PER.5_1\",\"ChIJ6b6y9Yh9EpERyfcw37G1V4M\",\"PEAYA\",\"05\",-13.898014545,-74.2320664196575,688137,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"1148e28c\",\"PE-CAJ\",\"CAJAMARCA\",2,\"Cajamarca\",,\"PER.6_1\",\"ChIJh9DHP_1aspER0EAoVr6d5RI\",\"PECAJ\",\"06\",-6.194036485,-78.839686047518,1600862,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"f82b47b9\",\"PE-CAL\",\"CALLAO\",2,\"Callao\",,\"PER.7_1\",\"ChIJJ8Z6wWvMBZERbx-CWHkHViw\",\"PECAL\",\"07\",-12.085693835,-77.22333145,1146773,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"5b8d9d19\",\"PE-CUS\",\"CUSCO\",2,\"Cusco\",,\"PER.8_1\",\"ChIJzZ7Q_vRSbJERQwZKR0cCO2I\",\"PECUS\",\"08\",-13.335417745,-71.8549449478069,1456231,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"27b28677\",\"PE-HUV\",\"HUANCAVELICA\",2,\"Huancavelica\",,\"PER.9_1\",\"ChIJEfc5HiMBDpERivN8zcj26xk\",\"PEHUV\",\"09\",-13.05706024,-75.015556068634,434592,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"4a6f629c\",\"PE-HUC\",\"HUANUCO\",2,\"Huanuco\",,\"PER.10_1\",\"ChIJne-AAMFIppERYnLTRJmbrNE\",\"PEHUC\",\"10\",-9.403588295,-76.2895996065044,861293,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"b93bdc50\",\"PE-ICA\",\"ICA\",2,\"Ica\",,\"PER.11_1\",\"ChIJtxV-iYYWEJERTRjF6eLEoxo\",\"PEICA\",\"11\",-14.203055855,-75.6345263747601,932965,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"375aca4f\",\"PE-JUN\",\"JUNIN\",2,\"Junin\",,\"PER.12_1\",\"ChIJ--_HHNtECZER25fQttIZ28A\",\"PEJUN\",\"12\",-11.668968205,-74.9063172858585,1405124,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"f3770084\",\"PE-LAL\",\"LA LIBERTAD\",2,\"La Libertad\",,\"PER.13_1\",\"ChIJtb_q012uUpARxw1viFESX04\",\"PELAL\",\"13\",-7.947777985,-78.3370880731321,2049071,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"84703012\",\"PE-LAM\",\"LAMBAYEQUE\",2,\"Lambayeque\",,\"PER.14_1\",\"ChIJV78yEaplS5ARtM8nRmdk0IQ\",\"PELAM\",\"14\",-6.3302505,-80.0122552105073,1390570,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"4ca9ba1a\",\"PE-LIM\",\"LIMA\",2,\"Lima\",,\"PER.15_1\",\"ChIJ9RRZwFDIBZERaQu5ns5XPts\",\"PELIM\",\"15\",-12.04666376,-76.8820232048182,11245182,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"97fb1069\",\"PE-LOR\",\"LORETO\",2,\"Loreto\",,\"PER.17_1\",\"ChIJT1K64sNIwJER0pp9zh0Naos\",\"PELOR\",\"16\",-4.369304655,-74.3114327490961,1156517,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"811916c4\",\"PE-MDD\",\"MADRE DE DIOS\",2,\"Madre de Dios\",,\"PER.18_1\",\"ChIJ2zyNRKNicJERHI31PpmaRxE\",\"PEMDD\",\"17\",-11.621549605,-70.7434136857456,175969,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"0f302be4\",\"PE-MOQ\",\"MOQUEGUA\",2,\"Moquegua\",,\"PER.19_1\",\"ChIJ_XUmSjJDQ5ERePk8OXx66TQ\",\"PEMOQ\",\"18\",-16.89809513,-70.9364482209536,197367,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"6b435765\",\"PE-PAS\",\"PASCO\",2,\"Pasco\",,\"PER.20_1\",\"ChIJqcfoXlptCJERuz2Oilq9d0o\",\"PEPAS\",\"19\",-10.293499945,-75.1253112993556,291509,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"4af97858\",\"PE-PIU\",\"PIURA\",2,\"Piura\",,\"PER.21_1\",\"ChIJfYkX516ANpARvsjGDQ7ZTbw\",\"PEPIU\",\"20\",-5.228751185,-80.2659513244553,2068288,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"26ebece9\",\"PE-PUN\",\"PUNO\",2,\"Puno\",,\"PER.22_1\",\"ChIJh6fRegzFXJERFpndzDDAK3c\",\"PEPUN\",\"21\",-15.14756918,-70.0939713147916,1279979,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"930ad45f\",\"PE-SAM\",\"SAN MARTIN\",2,\"San Martin\",,\"PER.23_1\",\"ChIJow3lpCOBr5ERB_--2eDwCgw\",\"PESAM\",\"22\",-7.09143114,-76.8653836193072,957992,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"71fdefdd\",\"PE-TAC\",\"TACNA\",2,\"Tacna\",,\"PER.24_1\",\"ChIJF0qsbcOvWpERCkWZRfLvB3M\",\"PETAC\",\"23\",-17.560326575,-70.2058142283495,379129,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"b8eb158f\",\"PE-TUM\",\"TUMBES\",2,\"Tumbes\",,\"PER.25_1\",\"ChIJm288OiuNM5ARhPSdKN8OT6s\",\"PETUM\",\"24\",-3.817235115,-80.48800659,247778,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n\"ac078644\",\"PE-UCA\",\"UCAYALI\",2,\"Ucayali\",,\"PER.26_1\",\"ChIJMxQ-Uf96n5ERkUi6X3IsgB4\",\"PEUCA\",\"25\",-9.37063408,-73.9211899870825,624257,\"COVID-19 Peru Data Repository (2019)\",\"https://github.com/jmcastagnetto/covid-19-peru-data\"\n"
  },
  {
    "path": "inst/extdata/db/POL.csv",
    "content": "\"id\",\"id_github.covid19euzh.covid19eudata\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"latitude\",\"longitude\",\"population\",\"key_nuts\",\"key_gadm\"\n\"30a32e9f\",\"PL51\",2,\"Dolnoslaskie\",,,,,\"PL51\",\"POL.1_1\"\n\"850d50d2\",\"PL81\",2,\"Lubelskie\",,,,,\"PL81\",\"POL.4_1\"\n\"1c040168\",\"PL82\",2,\"Podkarpackie\",,,,,\"PL82\",\"POL.9_1\"\n\"29b81fde\",\"PL41\",2,\"Wielkopolskie\",,,,,\"PL41\",\"POL.15_1\"\n\"051f3029\",\"PL92\",2,\"Mazowiecki regionalny\",,,,,\"PL92\",\n\"e6ebe9e2\",\"PL22\",2,\"Slaskie\",,,,,\"PL22\",\"POL.12_1\"\n\"9b9c1da7\",\"PL72\",2,\"Swietokrzyskie\",,,,,\"PL72\",\"POL.13_1\"\n\"b0b14e64\",\"PL42\",2,\"Zachodniopomorskie\",,,,,\"PL42\",\"POL.16_1\"\n\"9c166193\",\"PL91\",2,\"Warszawski stoleczny\",,,,,\"PL91\",\n\"7fe2b858\",\"PL21\",2,\"Malopolskie\",,,,,\"PL21\",\"POL.6_1\"\n\"02954c1d\",\"PL71\",2,\"Lódzkie\",,,,,\"PL71\",\"POL.3_1\"\n\"a9aa7f25\",\"PL52\",2,\"Opolskie\",,,,,\"PL52\",\"POL.8_1\"\n\"1b8e7d5c\",\"PL61\",2,\"Kujawsko-pomorskie\",,,,,\"PL61\",\"POL.2_1\"\n\"82872ce6\",\"PL62\",2,\"Warminsko-mazurskie\",,,,,\"PL62\",\"POL.14_1\"\n\"f567a45d\",\"PL84\",2,\"Podlaskie\",,,,,\"PL84\",\"POL.10_1\"\n\"f5801c70\",\"PL63\",2,\"Pomorskie\",,,,,\"PL63\",\"POL.11_1\"\n\"c7b67ef2\",\"PL43\",2,\"Lubuskie\",,,,,\"PL43\",\"POL.5_1\"\n\"8dda726a\",\"PL9\",2,\"Mazowieckie\",,,,,\"PL9\",\"POL.7_1\"\n"
  },
  {
    "path": "inst/extdata/db/PRT.csv",
    "content": "\"id\",\"id_github.dssgpt.covid19ptdata\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,\"-\",,,,,,\n\"259c4386\",\"PT20\",2,\"Açores\",,,\"PRT.2_1\",\"ChIJBTvkER5_RgsRHQzOS2cbkeI\",,\"PT20\",37.80757713,-25.4735232659185,246000,\"AICEP Portugal Global (2014)\",\"https://www.portugalglobal.pt/EN/InvestInPortugal/RegionsofPortugal/Pages/TheRegionsofPortugal.aspx\"\n\"006a9877\",\"PT18\",2,\"Alentejo\",,,\"PRT.8_1\",\"ChIJp4xxnIZ0Gg0ReFUhsBqUOiA\",,\"PT18\",38.49178,-8.021543,733000,\"AICEP Portugal Global (2014)\",\"https://www.portugalglobal.pt/EN/InvestInPortugal/RegionsofPortugal/Pages/TheRegionsofPortugal.aspx\"\n\"7edbe4ca\",\"PT15\",2,\"Algarve\",,,\"PRT.9_1\",\"ChIJ78_RVe5UBQ0RRQ6REi5l4oA\",,\"PT15\",37.255174635,-8.14991364061722,441000,\"AICEP Portugal Global (2014)\",\"https://www.portugalglobal.pt/EN/InvestInPortugal/RegionsofPortugal/Pages/TheRegionsofPortugal.aspx\"\n\"e7d2b570\",\"PT16\",2,\"Centro\",,,\"PRT.6_1\",\"ChIJXWZ7D3pmIg0RhcUriIRC71Q\",,\"PT16\",39.97743,-7.905126,2264000,\"AICEP Portugal Global (2014)\",\"https://www.portugalglobal.pt/EN/InvestInPortugal/RegionsofPortugal/Pages/TheRegionsofPortugal.aspx\"\n\"90d585e6\",\"PT17\",2,\"Lisboa\",,\"Lisbon\",\"PRT.12_1\",\"ChIJWxIr4ajVGA0RwCyQ5L3rAAM\",,\"PT17\",38.62758,-8.842985,2809000,\"AICEP Portugal Global (2014)\",\"https://www.portugalglobal.pt/EN/InvestInPortugal/RegionsofPortugal/Pages/TheRegionsofPortugal.aspx\"\n\"3c8772c7\",\"PT30\",2,\"Madeira\",,,\"PRT.13_1\",\"ChIJ7y75-KDpXwwRb166dGfldww\",,\"PT30\",32.75158882,-16.9818614622634,259000,\"AICEP Portugal Global (2014)\",\"https://www.portugalglobal.pt/EN/InvestInPortugal/RegionsofPortugal/Pages/TheRegionsofPortugal.aspx\"\n\"79b620d3\",\"PT11\",2,\"Norte\",,,\"PRT.19_1\",\"ChIJadR08PpkJA0RPnb8Lg60iNo\",,\"PT11\",41.45368,-7.539949,3622000,\"AICEP Portugal Global (2014)\",\"https://www.portugalglobal.pt/EN/InvestInPortugal/RegionsofPortugal/Pages/TheRegionsofPortugal.aspx\"\n"
  },
  {
    "path": "inst/extdata/db/RUS.csv",
    "content": "\"id\",\"id_github.cssegisanddata.covid19unified\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_jhu_csse\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,\"-\",,,,,\n\"31f4d6ce\",\"RUAD\",2,\"Adygea Republic\",,,\"RUS.1_1\",,\"RUAD\",,44.483425145,40.154208320965,439996,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"38a799b0\",\"RUALT\",2,\"Altai Krai\",,,\"RUS.2_1\",,\"RUALT\",,52.52986717,82.6433754262347,2419755,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"91bd2b17\",\"RUAL\",2,\"Altai Republic\",,,\"RUS.16_1\",,\"RUAL\",,50.862840655,86.9254255905699,206168,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"3b105140\",\"RUAMU\",2,\"Amur Oblast\",,,\"RUS.3_1\",,\"RUAMU\",,52.94975662,130.184923133881,830103,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"186e0985\",\"RUARK\",2,\"Arkhangelsk Oblast\",,,\"RUS.4_1\",,\"RUARK\",,63.5895195,41.5250685427319,1227626,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"0d1254dd\",\"RUAST\",2,\"Astrakhan Oblast\",,,\"RUS.5_1\",,\"RUAST\",,47.14501953,47.7110906173114,1010073,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"b64d35d9\",\"RUBA\",2,\"Bashkortostan Republic\",,,\"RUS.6_1\",\"ChIJEVOnLr032UMRLQdYy8e0LxY\",\"RUBA\",,54.071199415,56.3135484821213,4072292,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"92378303\",\"RUBEL\",2,\"Belgorod Oblast\",,,\"RUS.7_1\",,\"RUBEL\",,50.614385605,37.2844784219024,1532526,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"e435b49c\",\"RUBRY\",2,\"Bryansk Oblast\",,,\"RUS.8_1\",,\"RUBRY\",,52.93751144,33.125546962877,1278217,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"89eafcf7\",\"RUBU\",2,\"Buryatia Republic\",,,\"RUS.9_1\",,\"RUBU\",,53.593627925,111.05419795255,972021,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"b164e5a4\",\"RUCE\",2,\"Chechen Republic\",,,\"RUS.10_1\",,\"RUCE\",,43.223178865,45.8878520126373,1268989,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"76ee756f\",\"RUCHE\",2,\"Chelyabinsk Oblast\",,,\"RUS.11_1\",\"ChIJe1NZqKySxUMR9xlJLa5yWvk\",\"RUCHE\",,54.202983855,61.4710671606755,3476217,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"6a446445\",\"RUCHU\",2,\"Chukotka Autonomous Okrug\",,,\"RUS.12_1\",,\"RUCHU\",,65.93019104,169.484317435169,50526,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"12532122\",\"RUCU\",2,\"Chuvashia Republic\",,,\"RUS.13_1\",,\"RUCU\",,55.49415779,47.1709413158218,1251619,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"b8f91c3a\",\"RUDA\",2,\"Dagestan Republic\",,,\"RUS.15_1\",,\"RUDA\",,43.093149185,46.9570837791328,2910249,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"0e634190\",\"RUKR\",2,\"Ingushetia Republic\",,,\"RUS.17_1\",,\"RUKR\",,43.09539604,45.0322747162135,488043,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"658d5a7a\",\"RUIRK\",2,\"Irkutsk Oblast\",,,\"RUS.18_1\",,\"RUIRK\",,57.70221138,108.930406309966,2428750,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"d347aaa8\",\"RUIVA\",2,\"Ivanovo Oblast\",,,\"RUS.19_1\",,\"RUIVA\",,57.02930069,41.6571838213157,1014646,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"115a4ce3\",\"RUYEV\",2,\"Jewish Autonomous Okrug\",,,\"RUS.82_1\",,\"RUYEV\",,48.57537651,132.752633073236,176558,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"ba5fe7e2\",\"RUKB\",2,\"Kabardino-Balkarian Republic\",,,\"RUS.20_1\",,\"RUKB\",,43.416284565,43.5450103906724,859939,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"8671d590\",\"RUKGD\",2,\"Kaliningrad Oblast\",,,\"RUS.21_1\",,\"RUKGD\",,54.80337334,21.4226658706019,941873,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"9ccd3944\",\"RUKL\",2,\"Kalmykia Republic\",,,\"RUS.22_1\",,\"RUKL\",,46.50588608,45.4616951573855,289481,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"5fd2485e\",\"RUKLU\",2,\"Kaluga Oblast\",,,\"RUS.23_1\",,\"RUKLU\",,54.303014755,35.3489293153891,1012156,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"5f810ff5\",\"RUKAM\",2,\"Kamchatka Krai\",,,\"RUS.24_1\",,\"RUKAM\",,57.88798904,159.828077611052,322079,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"590e1a02\",\"RUKC\",2,\"Karachay-Cherkess Republic\",,,\"RUS.25_1\",,\"RUKC\",,43.836811065,41.7892453047456,477859,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"ef88d6c0\",\"RUIN\",2,\"Karelia Republic\",,,\"RUS.26_1\",,\"RUIN\",,63.650735855,33.3217752964946,643548,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"3fd3b89e\",\"RUKEM\",2,\"Kemerovo Oblast\",,,\"RUS.27_1\",,\"RUKEM\",,54.51132202,86.7847283587049,2763135,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"749cc78e\",\"RUKHA\",2,\"Khabarovsk Krai\",,,\"RUS.28_1\",,\"RUKHA\",,54.57845497,133.469209059678,1343869,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"f2f25986\",\"RUKK\",2,\"Khakassia Republic\",,,\"RUS.29_1\",,\"RUKK\",,53.35863304,90.3610089463689,532403,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"64dc4a15\",\"RUKHM\",2,\"Khanty-Mansi Autonomous Okrug\",,,\"RUS.30_1\",,\"RUKHM\",,62.13010216,71.977494634807,1532243,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"237f7f4d\",\"RUKIR\",2,\"Kirov Oblast\",,,\"RUS.31_1\",,\"RUKIR\",,58.587917325,50.1991870747727,1341312,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"116820fe\",\"RUKO\",2,\"Komi Republic\",,,\"RUS.32_1\",,\"RUKO\",,63.81896019,53.1065286331334,901189,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"0fa7a762\",\"RUKOS\",2,\"Kostroma Oblast\",,,\"RUS.33_1\",,\"RUKOS\",,58.445831295,43.8615148260447,667562,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"65e5f92e\",\"RUKYA\",2,\"Krasnodar Krai\",,,\"RUS.34_1\",\"ChIJe7gBwLhP8EAR3PUbg41Pw50\",\"RUKYA\",,45.13222313,38.1021370811966,5226647,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"caacb55b\",\"RUKDA\",2,\"Krasnoyarsk Krai\",,,\"RUS.35_1\",\"ChIJSUchYF2u11wRe-E9fD9Clfk\",\"RUKDA\",,64.721218105,95.87237527944,2828187,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"252d4be3\",\"RUKGN\",2,\"Kurgan Oblast\",,,\"RUS.36_1\",,\"RUKGN\",,55.54273605,65.4562705486466,910807,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"2ad9bcde\",\"RUKRS\",2,\"Kursk Oblast\",,,\"RUS.37_1\",,\"RUKRS\",,51.71459007,36.4715209330364,1127081,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"5c49a2e8\",\"RULEN\",2,\"Leningrad Oblast\",,,\"RUS.38_1\",,\"RULEN\",,59.879016875,32.9618037807859,1716868,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"619ca057\",\"RULIP\",2,\"Lipetsk Oblast\",,,\"RUS.39_1\",,\"RULIP\",,52.73610878,38.9329797575156,1173513,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"83b100c6\",\"RUMAG\",2,\"Magadan Oblast\",,,\"RUS.40_1\",,\"RUMAG\",,62.57283592,154.095603133423,156996,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"6ab26a0e\",\"RUME\",2,\"Mari El Republic\",,,\"RUS.41_1\",,\"RUME\",,56.59632492,47.9459285869321,696459,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"9a699588\",\"RUMO\",2,\"Mordovia Republic\",,,\"RUS.42_1\",,\"RUMO\",,54.41733551,44.5617537501211,834755,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"ee61ca91\",\"RUMOW\",2,\"Moscow\",,\"Moscow\",\"RUS.43_1\",,\"RUMOW\",,55.71176529,37.6589453315994,11503501,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"00b41f8b\",\"RUMOS\",2,\"Moscow Oblast\",,,\"RUS.44_1\",\"ChIJIQM_h_dKtUYRxj0NcT3JMqo\",\"RUMOS\",,55.584680555,38.949706047094,7095120,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"f8ebd750\",\"RUMUR\",2,\"Murmansk Oblast\",,,\"RUS.45_1\",,\"RUMUR\",,68.00416565,34.560718400171,795409,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"aab6eca2\",\"RUNEN\",2,\"Nenets Autonomous Okrug\",,,\"RUS.46_1\",,\"RUNEN\",,67.84765625,58.5907668058334,42090,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"9fcd7512\",\"RUNIZ\",2,\"Nizhny Novgorod Oblast\",,,\"RUS.47_1\",\"ChIJN_hUanoqTkERm9R39ss1R90\",\"RUNIZ\",,56.28096771,44.3050931379272,3310597,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"6b7f2601\",\"RUSE\",2,\"North Ossetia - Alania Republic\",,,\"RUS.48_1\",,\"RUSE\",,43.15807152,44.4404040125599,712980,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"8bad3080\",\"RUNGR\",2,\"Novgorod Oblast\",,,\"RUS.49_1\",,\"RUNGR\",,58.144731525,31.8619213634411,634111,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"cee34e4a\",\"RUNVS\",2,\"Novosibirsk Oblast\",,,\"RUS.50_1\",\"ChIJe2nQiGbm30IRAutmcU66Spk\",\"RUNVS\",,55.267513275,80.0447239217914,2665911,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"798829cc\",\"RUOMS\",2,\"Omsk Oblast\",,,\"RUS.51_1\",\"ChIJW7z_teMBq0MRcKna2vZ3i8U\",\"RUOMS\",,56.01184845,73.1948829905627,1977665,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"7a32c14b\",\"RUORL\",2,\"Orel Oblast\",,,\"RUS.52_1\",,\"RUORL\",,52.798986435,36.4087229525783,786935,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"8d32a361\",\"RUORE\",2,\"Orenburg Oblast\",,,\"RUS.53_1\",,\"RUORE\",,52.449762345,53.5444305046306,2033072,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"f954fa12\",\"RUPNZ\",2,\"Penza Oblast\",,,\"RUS.54_1\",,\"RUPNZ\",,53.14325714,44.7793137373899,1386186,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"d6aa5a33\",\"RUPER\",2,\"Perm Krai\",,,\"RUS.55_1\",\"ChIJ51FQeuDG6EMRjHj66opi6jU\",\"RUPER\",,58.895669935,56.4418732299013,2635276,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"bc673e3b\",\"RUPRI\",2,\"Primorsky Krai\",,,\"RUS.56_1\",,\"RUPRI\",,45.369094845,135.11855123599,1956497,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"c91700d2\",\"RUPSK\",2,\"Pskov Oblast\",,,\"RUS.57_1\",,\"RUPSK\",,57.29951286,29.2197890729902,673423,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"9a1bf66b\",\"RUROS\",2,\"Rostov Oblast\",,,\"RUS.58_1\",\"ChIJkXI-WwG540ARN8AWk4zKKZM\",\"RUROS\",,48.06903267,40.9416902206357,4277976,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"f6f102c2\",\"RURYA\",2,\"Ryazan Oblast\",,,\"RUS.59_1\",,\"RURYA\",,54.31782913,40.6670824745455,1154114,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"40e77413\",\"RUSPE\",2,\"Saint Petersburg\",,\"Saint Petersburg - Russia\",\"RUS.14_1\",\"ChIJGd0F2PI3lkYRMh-_wrlIF8M\",\"RUSPE\",,59.934720995,30.3629052535881,4879566,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"c9f90a00\",\"RUSA\",2,\"Sakha (Yakutiya) Republic\",,,\"RUS.60_1\",,\"RUSA\",,64.751766205,129.303877015026,958500,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"f02e2e89\",\"RUSAK\",2,\"Sakhalin Oblast\",,,\"RUS.61_1\",,\"RUSAK\",,50.15931129,143.026554276212,497973,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"b84ac485\",\"RUSAM\",2,\"Samara Oblast\",,,\"RUS.62_1\",\"ChIJTaJFX1QZZkERclRhcGcSTvo\",\"RUSAM\",,53.24206352,50.1471400488421,3215532,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"fa118322\",\"RUSAR\",2,\"Saratov Oblast\",,,\"RUS.63_1\",,\"RUSAR\",,51.31865501,46.6109971172426,2521892,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"dc468b79\",\"RUSMO\",2,\"Smolensk Oblast\",,,\"RUS.64_1\",,\"RUSMO\",,54.726867675,32.9275120769953,985537,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"4d3ceeea\",\"RUSTA\",2,\"Stavropol Krai\",,,\"RUS.65_1\",,\"RUSTA\",,44.931877135,43.6887186099913,2786281,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"a109c3ed\",\"RUSVE\",2,\"Sverdlovsk Oblast\",,,\"RUS.66_1\",\"ChIJn-H1sfluwUMRQjG8brc3Ipg\",\"RUSVE\",,59.02659798,62.2944514838074,4297747,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"05ffe4ca\",\"RUTAM\",2,\"Tambov Oblast\",,,\"RUS.67_1\",,\"RUTAM\",,52.67986679,41.654470410736,1091994,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"956af145\",\"RUTA\",2,\"Tatarstan Republic\",,,\"RUS.68_1\",\"ChIJ49skDp9SWUERJwGkEydw9L8\",\"RUTA\",,55.3730793,50.8450393376303,3786488,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"cea98879\",\"RUTOM\",2,\"Tomsk Oblast\",,,\"RUS.69_1\",,\"RUTOM\",,58.349918365,81.5144050544242,1078923,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"229f3a37\",\"RUTUL\",2,\"Tula Oblast\",,,\"RUS.70_1\",,\"RUTUL\",,53.881725315,37.4264761624219,1553925,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"973f01a7\",\"RUTVE\",2,\"Tver Oblast\",,,\"RUS.72_1\",,\"RUTVE\",,57.21124077,35.2668307969168,1353392,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"d0a5a1cb\",\"RUTYU\",2,\"Tyumen Oblast\",,,\"RUS.73_1\",,\"RUTYU\",,57.543605805,67.8288115735819,1537416,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"ff3a1876\",\"RUTY\",2,\"Tyva Republic\",,,\"RUS.71_1\",,\"RUTY\",,51.75539589,94.2369411705555,307930,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"2d3d0829\",\"RUUD\",2,\"Udmurt Republic\",,,\"RUS.74_1\",,\"RUUD\",,57.20734787,52.7691400221695,1521420,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"a025f962\",\"RUULY\",2,\"Ulyanovsk Oblast\",,,\"RUS.75_1\",,\"RUULY\",,53.736118315,47.4122098874715,1292799,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"351365e1\",\"RUVLA\",2,\"Vladimir Oblast\",,,\"RUS.76_1\",,\"RUVLA\",,55.954502105,40.7245074499922,1443693,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"a9ffdf3e\",\"RUVGG\",2,\"Volgograd Oblast\",,,\"RUS.77_1\",,\"RUVGG\",,49.324949265,44.4594195575058,2610161,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"0bb9681f\",\"RUVLG\",2,\"Vologda Oblast\",,,\"RUS.78_1\",,\"RUVLG\",,60.060972215,40.8863955224569,1202444,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"73f72800\",\"RUVOR\",2,\"Voronezh Oblast\",,,\"RUS.79_1\",\"ChIJrUNiyEclO0ERAKe6d163Iys\",\"RUVOR\",,50.83766556,40.1661673321703,2335380,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"520f4652\",\"RUYAN\",2,\"Yamalo-Nenets Autonomous Okrug\",,,\"RUS.80_1\",,\"RUYAN\",,67.53359222,69.3270965760476,522904,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"c0a2332f\",\"RUYAR\",2,\"Yaroslavl Oblast\",,,\"RUS.81_1\",,\"RUYAR\",,57.749061585,39.1349432821133,1271000,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n\"a42cf935\",\"RUZAB\",2,\"Zabaykalsky Krai\",,,\"RUS.83_1\",,\"RUZAB\",,53.796100615,118.136489859681,1107107,\"Wikipedia (2010)\",\"https://en.wikipedia.org/wiki/List_of_federal_subjects_of_Russia_by_population\"\n"
  },
  {
    "path": "inst/extdata/db/SWE.csv",
    "content": "\"id\",\"id_arcgis.se\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_jhu_csse\",\"key_local\",\"key_nuts\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,\"-\",,,,,,\n\"d46c7fb5\",\"Blekinge\",2,\"Blekinge\",,\"Blekinge County\",\"SWE.1_1\",\"ChIJU7cBB4IgVEYRxeATdpMgZIY\",\"SEK\",,\"SE221\",56.243473055,15.2273649960401,151436,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"45f678d9\",\"Dalarna\",2,\"Dalarna\",,\"Dalarna County\",\"SWE.2_1\",\"ChIJp9hqlA_ZZ0YRkIqM3gZFAwM\",\"SEW\",,\"SE312\",61.05875206,14.2128084429543,275711,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"d1f2852e\",\"Gävleborg\",2,\"Gävleborg\",,\"Gävleborg County\",\"SWE.3_1\",\"ChIJ39j0ZoXGYEYRC49P1AV6Cxg\",\"SEX\",,\"SE313\",61.258392335,16.3726542991675,275653,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"82e4ee0c\",\"Gotland\",2,\"Gotland\",,\"Gotland County\",\"SWE.4_1\",\"ChIJiyZCHCEC90YRYIvkQfP-AAM\",\"SEI\",,\"SE214\",57.417222975,18.537534715,57297,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"1e3623d6\",\"Halland\",2,\"Halland\",,\"Halland County\",\"SWE.5_1\",\"ChIJK_ODRKHoT0YRS8g5yI8zSmo\",\"SEN\",,\"SE231\",56.95422363,13.0268285697556,288859,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"f7f0a869\",\"Jämtland_Härjedalen\",2,\"Jämtland\",,\"Jämtland County\",\"SWE.6_1\",\"ChIJkTD51Ea4b0YRd2z75PmgOZI\",\"SEZ\",,\"SE322\",63.33733368,14.1154542129561,127020,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"1fd600c8\",\"Jönköping\",2,\"Jönköping\",,\"Jönköping County\",\"SWE.7_1\",\"ChIJ3wdvqJ6nUEYRMIsOKXiQAQM\",\"SEF\",,\"SE211\",57.526851655,14.64893881545,331539,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"0d9b81b2\",\"Kalmar\",2,\"Kalmar\",,\"Kalmar County\",\"SWE.8_1\",\"ChIJT1xycijvV0YREIvkQfP-AAM\",\"SEH\",,\"SE213\",57.21236038,15.9996031561732,233776,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"a7771a6b\",\"Kronoberg\",2,\"Kronoberg\",,\"Kronoberg County\",\"SWE.9_1\",\"ChIJb-eYz5YjV0YReztcl6qBpPA\",\"SEG\",,\"SE212\",56.792158125,14.4136907785326,179635,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"5d5b4f9e\",\"Norrbotten\",2,\"Norrbotten\",,\"Norrbotten County\",\"SWE.10_1\",\"ChIJ9eaY2YKJ4UQREOGMe_KiB3I\",\"SEBD\",,\"SE332\",67.058662415,20.0345605732214,251886,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"f44d4296\",\"Örebro\",2,\"Örebro\",,\"Örebro County\",\"SWE.11_1\",\"ChIJI4RyRY7ORUYRrX-3JHQ_fn4\",\"SET\",,\"SE124\",59.37217331,14.991595646579,275030,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"fd655365\",\"Östergötland\",2,\"Östergötland\",,\"Östergötland County\",\"SWE.12_1\",\"ChIJ027DEINYWEYR3CQ8UjRByE0\",\"SEE\",,\"SE123\",58.35277748,15.5784976035381,417966,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"862f4b30\",\"Skåne\",2,\"Skåne\",,\"Skåne County\",\"SWE.13_1\",\"ChIJP1A75D94TUYR4fC34heiR70\",\"SEM\",,\"SE224\",55.929861065,13.559166905,1184500,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"805d2749\",\"Sörmland\",2,\"Södermanland\",,\"Södermanland County\",\"SWE.14_1\",\"ChIJp2liQzTYXkYR8IrkQfP-AAM\",\"SED\",,\"SE122\",59.06777,16.5161177694256,263099,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"69a0f5e8\",\"Stockholm\",2,\"Stockholm\",,\"Stockholm County\",\"SWE.15_1\",\"ChIJPauYNIoH2EUR-vzAobVCa7M\",\"SEAB\",,\"SE110\",59.475278855,17.9494117652676,1918104,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"3f83a4a1\",\"Uppsala\",2,\"Uppsala\",,\"Uppsala County\",\"SWE.16_1\",\"ChIJ7zcyuFgQXkYRoceQrKI9PuQ\",\"SEC\",,\"SE121\",60.01865578,17.8109151424017,319925,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"22745cb1\",\"Värmland\",2,\"Värmland\",,\"Värmland County\",\"SWE.17_1\",\"ChIJh53Ud3ASQ0YRSVFDogtl63k\",\"SES\",,\"SE311\",59.887094495,13.2428321024765,273489,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"c55c84c6\",\"Västerbotten\",2,\"Västerbotten\",,\"Västerbotten County\",\"SWE.18_1\",\"ChIJMwbPXVNAeUYRD9qCNYa3TQs\",\"SEAC\",,\"SE331\",64.8833313,18.0306662706164,257581,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"784f2d1c\",\"Västernorrland\",2,\"Västernorrland\",,\"Västernorrland County\",\"SWE.19_1\",\"ChIJ1Y-qVKfZZEYRcIqM3gZFAwM\",\"SEY\",,\"SE321\",63.074739455,17.6450098139141,243978,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"886c061e\",\"Västmanland\",2,\"Västmanland\",,\"Västmanland County\",\"SWE.20_1\",\"ChIJzRXH8jBhXkYRl-My_cp5cHk\",\"SEU\",,\"SE125\",59.742420195,16.1513121129252,248489,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n\"f49b4e52\",\"Västra_Götaland\",2,\"Västra Götaland\",,\"Västra Götaland County\",\"SWE.21_1\",\"ChIJlRL-UXszRUYRcIsOKXiQAQM\",\"SEO\",,\"SE232\",58.196943285,13.1420120385432,1538284,\"Statoids (2006)\",\"http://www.statoids.com/use.html\"\n"
  },
  {
    "path": "inst/extdata/db/THA.csv",
    "content": "\"id\",\"id_go.th\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,\"-\",,,,,\n\"65254d79\",\"อำนาจเจริญ\",2,\"Amnat Charoen\",,\"Amnat Charoen Province\",\"THA.1_1\",\"37\",15.908945085,104.730609022451,283732,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"ec644437\",\"อ่างทอง\",2,\"Ang Thong\",,\"Ang Thong Province\",\"THA.2_1\",\"15\",14.618255615,100.353729582696,254292,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"eaf6ef3e\",\"กรุงเทพมหานคร\",2,\"Bangkok\",,\"Bangkok\",\"THA.3_1\",\"10\",13.72371626,100.603503271283,8305218,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"19e9965c\",\"บึงกาฬ\",2,\"Bueng Kan\",,\"Bueng Kan Province\",\"THA.4_1\",\"38\",18.10705566,103.704676556213,362754,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"c84ed26d\",\"บุรีรัมย์\",2,\"Buri Ram\",,\"Buri Ram Province\",\"THA.5_1\",\"31\",14.961830615,103.065677421309,1274921,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"83b3335b\",\"ฉะเชิงเทรา\",2,\"Chachoengsao\",,\"Chachoengsao Province\",\"THA.6_1\",\"24\",13.576500895,101.564268900379,715603,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"cef35d83\",\"ชัยนาท\",2,\"Chai Nat\",,\"Chai Nat Province\",\"THA.7_1\",\"18\",15.159755705,100.038590183212,305587,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"58191b0a\",\"ชัยภูมิ\",2,\"Chaiyaphum\",,\"Chaiyaphum Province\",\"THA.8_1\",\"36\",16.021924975,101.842337613214,963907,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"173887d6\",\"จันทบุรี\",2,\"Chanthaburi\",,\"Chanthaburi Province\",\"THA.9_1\",\"22\",12.82004118,102.176153971009,485611,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"3eb69991\",\"เชียงใหม่\",2,\"Chiang Mai\",,\"Chiang Mai Province\",\"THA.10_1\",\"50\",18.708271025,98.72501873968,1737041,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"dc8d1ce8\",\"เชียงราย\",2,\"Chiang Rai\",,\"Chiang Rai Province\",\"THA.11_1\",\"57\",19.73073578,99.8848304886179,1172928,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"95661035\",\"ชลบุรี\",2,\"Chon Buri\",,\"Chon Buri Province\",\"THA.12_1\",\"20\",13.096529005,101.226436527181,1555358,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"700c0c15\",\"ชุมพร\",2,\"Chumphon\",,\"Chumphon Province\",\"THA.13_1\",\"86\",10.316940785,99.0356917504186,467801,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"a25f44d1\",\"กาฬสินธุ์\",2,\"Kalasin\",,\"Kalasin Province\",\"THA.14_1\",\"46\",16.639864925,103.685787415205,824538,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"cf280913\",\"กำแพงเพชร\",2,\"Kamphaeng Phet\",,\"Kamphaeng Phet Province\",\"THA.15_1\",\"62\",16.382061005,99.5113442596645,797391,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"d2782c40\",\"กาญจนบุรี\",2,\"Kanchanaburi\",,\"Kanchanaburi Province\",\"THA.16_1\",\"71\",14.692010405,99.0775125497602,801519,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"af15703f\",\"ขอนแก่น\",2,\"Khon Kaen\",,\"Khon Kaen Province\",\"THA.17_1\",\"40\",16.359140395,102.679125788123,1741980,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"5b042aea\",\"กระบี่\",2,\"Krabi\",,\"Krabi Province\",\"THA.18_1\",\"81\",8.16685057,99.0212020660024,362203,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"c6166769\",\"ลำปาง\",2,\"Lampang\",,\"Lampang Province\",\"THA.19_1\",\"52\",18.31083012,99.5268925265779,743143,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"b920f2ac\",\"ลำพูน\",2,\"Lamphun\",,\"Lamphun Province\",\"THA.20_1\",\"51\",18.06552029,98.9410745125774,412741,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"fa353b66\",\"เลย\",2,\"Loei\",,\"Loei Province\",\"THA.21_1\",\"42\",17.48425102,101.644848045172,546028,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"ec035efe\",\"ลพบุรี\",2,\"Lop Buri\",,\"Lop Buri Province\",\"THA.22_1\",\"16\",15.116841315,100.942443640411,769925,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"981016e2\",\"แม่ฮ่องสอน\",2,\"Mae Hong Son\",,\"Mae Hong Son Province\",\"THA.23_1\",\"58\",18.7238512,97.9313149299914,209153,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"dee199d6\",\"มหาสารคาม\",2,\"Maha Sarakham\",,\"Maha Sarakham Province\",\"THA.24_1\",\"44\",16.02332115,103.180173422371,827639,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"d1bc47cb\",\"มุกดาหาร\",2,\"Mukdahan\",,\"Mukdahan Province\",\"THA.25_1\",\"49\",16.54398537,104.482448130175,357339,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"6c3d711c\",\"นครนายก\",2,\"Nakhon Nayok\",,\"Nakhon Nayok Province\",\"THA.26_1\",\"26\",14.235105515,101.163736726894,246868,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"a69601e8\",\"นครปฐม\",2,\"Nakhon Pathom\",,\"Nakhon Pathom Province\",\"THA.27_1\",\"73\",13.92753029,100.097617917624,943892,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"89a661c5\",\"นครพนม\",2,\"Nakhon Phanom\",,\"Nakhon Phanom Province\",\"THA.28_1\",\"48\",17.40478134,104.601900745352,583726,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"265c5a21\",\"นครราชสีมา\",2,\"Nakhon Ratchasima\",,\"Nakhon Ratchasima Province\",\"THA.29_1\",\"30\",14.96294069,102.07216460275,2525975,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"a0c08a90\",\"นครสวรรค์\",2,\"Nakhon Sawan\",,\"Nakhon Sawan Province\",\"THA.30_1\",\"60\",15.624799725,100.382304150435,992749,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"86e9d769\",\"นครศรีธรรมราช\",2,\"Nakhon Si Thammarat\",,\"Nakhon Si Thammarat Province\",\"THA.31_1\",\"80\",8.57927036,99.7188152350827,1450466,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"e0f4533d\",\"น่าน\",2,\"Nan\",,\"Nan Province\",\"THA.32_1\",\"55\",18.821559905,100.795544324176,452814,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"012af312\",\"นราธิวาส\",2,\"Narathiwat\",,\"Narathiwat Province\",\"THA.33_1\",\"96\",6.186445,101.73183575466,670002,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"2546c8b6\",\"หนองบัวลำภู\",2,\"Nong Bua Lam Phu\",,\"Nong Bua Lam Phu Province\",\"THA.34_1\",\"39\",17.22139454,102.308051530652,485974,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"386e4d5a\",\"หนองคาย\",2,\"Nong Khai\",,\"Nong Khai Province\",\"THA.35_1\",\"43\",17.946799275,103.121630574456,458772,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"92dffdff\",\"นนทบุรี\",2,\"Nonthaburi\",,\"Nonthaburi Province\",\"THA.36_1\",\"12\",13.96322012,100.384127023799,1334083,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"1d375278\",\"ปทุมธานี\",2,\"Pathum Thani\",,\"Pathum Thani Province\",\"THA.37_1\",\"13\",14.09393549,100.628758262537,1327147,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"28f6b671\",\"ปัตตานี\",2,\"Pattani\",,\"Pattani Province\",\"THA.38_1\",\"94\",6.75062203,101.321823708907,609015,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"136bdfd2\",\"พังงา\",2,\"Phangnga\",,\"Phang-nga Province\",\"THA.39_1\",\"82\",8.73915863,98.4187931685927,258535,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"6ff659c0\",\"พัทลุง\",2,\"Phatthalung\",,\"Phatthalung Province\",\"THA.40_1\",\"93\",7.491511105,100.051674891752,480976,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"6248d5f0\",\"พะเยา\",2,\"Phayao\",,\"Phayao Province\",\"THA.41_1\",\"56\",19.268546105,100.15608027677,41738,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"3005bb50\",\"เพชรบูรณ์\",2,\"Phetchabun\",,\"Phetchabun Province\",\"THA.42_1\",\"67\",16.22494888,101.036566843982,940076,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"583ca60d\",\"เพชรบุรี\",2,\"Phetchaburi\",,\"Phetchaburi Province\",\"THA.43_1\",\"76\",12.94158983,99.6025428471301,472589,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"0b8e34fe\",\"พิจิตร\",2,\"Phichit\",,\"Phichit Province\",\"THA.44_1\",\"66\",16.278190615,100.346709709851,548242,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"4cdbb7de\",\"พิษณุโลก\",2,\"Phitsanulok\",,\"Phitsanulok Province\",\"THA.45_1\",\"65\",17.024300575,100.543523126256,912827,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"533b46e9\",\"พระนครศรีอยุธยา\",2,\"Phra Nakhon Si Ayutthaya\",,\"Phra Nakhon Si Ayutthaya Province\",\"THA.46_1\",\"14\",14.3916564,100.537043980195,870671,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"46a9c5c2\",\"แพร่\",2,\"Phrae\",,\"Phrae Province\",\"THA.47_1\",\"54\",18.26870537,100.171446004245,427398,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"bdf0d134\",\"ภูเก็ต\",2,\"Phuket\",,\"Phuket Province\",\"THA.48_1\",\"83\",7.97898555,98.33548546,525709,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"a0985d67\",\"ปราจีนบุรี\",2,\"Prachin Buri\",,\"Prachin Buri Province\",\"THA.49_1\",\"25\",14.02125597,101.57424696609,546996,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"eeb82e80\",\"ประจวบคีรีขันธ์\",2,\"Prachuap Khiri Khan\",,\"Prachuap Khiri Khan Province\",\"THA.50_1\",\"77\",11.803724765,99.7244675096964,467466,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"12215557\",\"ระนอง\",2,\"Ranong\",,\"Ranong Province\",\"THA.51_1\",\"85\",10.04495525,98.7669541394924,249017,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"64c33df1\",\"ราชบุรี\",2,\"Ratchaburi\",,\"Ratchaburi Province\",\"THA.52_1\",\"70\",13.54791498,99.6169831713808,796748,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"b845a4ff\",\"ระยอง\",2,\"Rayong\",,\"Rayong Province\",\"THA.53_1\",\"21\",12.872940065,101.44863102548,821072,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"e35ededf\",\"ร้อยเอ็ด\",2,\"Roi Et\",,\"Roi Et Province\",\"THA.54_1\",\"45\",15.937180045,103.759332080084,1084985,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"ed84d6d6\",\"สระแก้ว\",2,\"Sa Kaeo\",,\"Sa Kaeo Province\",\"THA.55_1\",\"27\",13.71563673,102.279677403942,555961,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"c89d8360\",\"สกลนคร\",2,\"Sakon Nakhon\",,\"Sakon Nakhon Province\",\"THA.56_1\",\"47\",17.429456715,103.661088838735,94181,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"91743ea5\",\"สมุทรปราการ\",2,\"Samut Prakan\",,\"Samut Prakan Province\",\"THA.57_1\",\"11\",13.59808588,100.762572404657,1828694,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"b02a4dd0\",\"สมุทรสาคร\",2,\"Samut Sakhon\",,\"Samut Sakhon Province\",\"THA.58_1\",\"74\",13.5791111,100.212851978774,887191,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"6e027052\",\"สมุทรสงคราม\",2,\"Samut Songkhram\",,\"Samut Songkhram Province\",\"THA.59_1\",\"75\",13.37956476,99.9271805344535,185564,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"cfe9842a\",\"สระบุรี\",2,\"Saraburi\",,\"Saraburi Province\",\"THA.60_1\",\"19\",14.64371109,100.901249086981,717054,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"51fd6c10\",\"สตูล\",2,\"Satun\",,\"Satun Province\",\"THA.61_1\",\"91\",6.767661095,100.027373957367,274863,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"197a4e42\",\"ศรีสะเกษ\",2,\"Si Sa Ket\",,\"Si Sa Ket Province\",\"THA.62_1\",\"33\",14.954468725,104.327949265065,1055980,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"7e843dbc\",\"สิงห์บุรี\",2,\"Sing Buri\",,\"Sing Buri Province\",\"THA.63_1\",\"17\",14.910660265,100.309235215685,199982,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"e945e206\",\"สงขลา\",2,\"Songkhla\",,\"Songkhla Province\",\"THA.64_1\",\"90\",7.113058565,100.366106731896,1481021,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"fd70baa1\",\"สุโขทัย\",2,\"Sukhothai\",,\"Sukhothai Province\",\"THA.65_1\",\"64\",17.25030422,99.7104060531203,629707,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"a3db2b27\",\"สุพรรณบุรี\",2,\"Suphan Buri\",,\"Suphan Buri Province\",\"THA.66_1\",\"72\",14.569625375,100.013734079803,845561,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"15ff78a2\",\"สุราษฎร์ธานี\",2,\"Surat Thani\",,\"Surat Thani Province\",\"THA.67_1\",\"84\",9.017766,99.1139440797727,1009351,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"f077d283\",\"สุรินทร์\",2,\"Surin\",,\"Surin Province\",\"THA.68_1\",\"32\",14.903591155,103.667568179907,1122900,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"6cd096c5\",\"ตาก\",2,\"Tak\",,\"Tak Province\",\"THA.69_1\",\"63\",16.522780415,98.8912749718059,526382,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"13624cc6\",\"ตรัง\",2,\"Trang\",,\"Trang Province\",\"THA.70_1\",\"92\",7.54099989,99.5784761609688,598877,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"8569a2f6\",\"ตราด\",2,\"Trat\",,\"Trat Province\",\"THA.71_1\",\"23\",12.200800895,102.4195971475,247876,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"3d4a9c32\",\"อุบลราชธานี\",2,\"Ubon Ratchathani\",,\"Ubon Ratchathani Province\",\"THA.72_1\",\"34\",15.152111055,105.105126621219,1746790,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"fbf42d5e\",\"อุดรธานี\",2,\"Udon Thani\",,\"Udon Thani Province\",\"THA.73_1\",\"41\",17.441490175,102.834075583592,1288365,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"bf64fa29\",\"อุทัยธานี\",2,\"Uthai Thani\",,\"Uthai Thani Province\",\"THA.74_1\",\"61\",15.36686945,99.5609888880751,297493,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"4ccd9884\",\"อุตรดิตถ์\",2,\"Uttaradit\",,\"Uttaradit Province\",\"THA.75_1\",\"53\",17.771154405,100.462037226084,438578,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"46b3573f\",\"ยะลา\",2,\"Yala\",,\"Yala Province\",\"THA.76_1\",\"95\",6.14949441,101.236396910454,433167,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n\"0042529a\",\"ยโสธร\",2,\"Yasothon\",,\"Yasothon Province\",\"THA.77_1\",\"35\",15.8180151,104.275452488023,487976,\"Statoids (2010)\",\"http://www.statoids.com/uth.html\"\n"
  },
  {
    "path": "inst/extdata/db/TWN.csv",
    "content": "\"id\",\"id_gov.tw\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,\"-\",,,,,\n\"ae932284\",\"彰化縣\",2,\"Changhua\",,\"Changhua County\",\"TWN.7.1_1\",,23.989444732666,120.498424015052,1287100,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"5372c81d\",\"嘉義市\",2,\"Chiayi City\",,,\"TWN.7.2_1\",,23.4755983352661,120.454863265121,270254,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"1c9f0c2d\",\"嘉義縣\",2,\"Chiayi County\",,,\"TWN.7.3_1\",,23.4258346557618,120.515406947318,524783,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"ba974906\",\"新竹市\",2,\"Hsinchu City\",,,\"TWN.7.4_1\",,24.7800016403199,120.974467555737,437300,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"f57a8d36\",\"新竹縣\",2,\"Hsinchu County\",,\"Hsinchu metropolitan area\",\"TWN.7.5_1\",,24.680591583252,121.160920562335,563104,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"1d1257c0\",\"花蓮縣\",2,\"Hualien\",,,\"TWN.7.6_1\",,23.728750228882,121.399483719606,333392,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"1ede4e0a\",\"高雄市\",2,\"Kaohsiung\",,\"Kaohsiung City\",\"TWN.2_1\",,22.97037792,120.639736888319,2773000,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"36262917\",\"基隆市\",2,\"Keelung\",,,\"TWN.7.7_1\",,25.1126804351807,121.71220849575,372100,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"a274507c\",\"連江縣\",2,\"Lienchiang\",,,\"TWN.1_1\",,24.458055495,118.38222122,12600,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"2c7d4ff5\",\"苗栗縣\",2,\"Miaoli\",,,\"TWN.7.8_1\",,24.5094432830811,120.876524753708,567132,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"3a255e0b\",\"南投縣\",2,\"Nantou\",,,\"TWN.7.9_1\",,23.8354358673095,120.940785157521,505200,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"c453c314\",\"新北市\",2,\"New Taipei\",,\"New Taipei City\",\"TWN.3_1\",,24.98472309,121.787499685483,3979200,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"0e9882f5\",\"澎湖縣\",2,\"Penghu\",,,\"TWN.7.10_1\",,23.5586690902711,119.609972849488,101758,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"41e6b96b\",\"屏東縣\",2,\"Pingtung\",,,\"TWN.7.11_1\",,22.3886108398439,120.656772613525,839001,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"9e4100f7\",\"台中市\",2,\"Taichung\",,\"Taichung City\",\"TWN.4_1\",,24.220833775,120.860187685182,2767200,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"a34afc61\",\"台南市\",2,\"Tainan\",,\"Tainan City\",\"TWN.5_1\",,23.14847279,120.350795926891,1886000,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"9e2ad5d1\",\"台北市\",2,\"Taipei\",,\"Taipei City\",\"TWN.6_1\",,25.07865524,121.56838470706,2695700,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"8f8a2d9f\",\"台東縣\",2,\"Taitung\",,,\"TWN.7.12_1\",,22.8341674804689,121.027072370275,224470,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"85ee410f\",\"桃園市\",2,\"Taoyuan\",,\"Taoyuan City\",\"TWN.7.13_1\",,24.8498277664185,121.262771033577,2147800,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"5a6e1a98\",\"宜蘭縣\",2,\"Yilan\",,,\"TWN.7.14_1\",,24.6465282440186,121.649488973201,454287,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n\"c4297a41\",\"雲林縣\",2,\"Yunlin\",,,\"TWN.7.15_1\",,23.6686115264893,120.402821354989,682066,\"City populations worldwide (2016)\",\"http://population.city/taiwan/adm/\"\n"
  },
  {
    "path": "inst/extdata/db/UKR.csv",
    "content": "\"id\",\"id_github.cssegisanddata.covid19unified\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_gadm\",\"key_google_mobility\",\"key_jhu_csse\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,\"-\",,,,,\n\"1833a23c\",\"UA71\",2,\"Cherkasy\",,\"UKR.1_1\",,\"UA71\",\"71\",49.337007525,31.6360403713358,1402969,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"621c46de\",\"UA74\",2,\"Chernihiv\",,\"UKR.2_1\",,\"UA74\",\"74\",51.35041046,31.861756968899,1245260,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"82d1db41\",\"UA77\",2,\"Chernivtsi\",,\"UKR.3_1\",,\"UA77\",\"77\",48.20103645,25.7730957629639,922817,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"1f139840\",\"UA43\",2,\"Crimea Republic\",,\"UKR.4_1\",,\"UA43\",\"43\",45.290555955,34.26958275,2033736,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"3168b751\",\"UA12\",2,\"Dnipropetrovsk\",,\"UKR.5_1\",,\"UA12\",\"12\",48.29689598,35.1863313482148,3567567,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"5f7158f1\",\"UA14\",2,\"Donetsk\",,\"UKR.6_1\",,\"UA14\",\"14\",48.062837605,37.8484836124495,4841074,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"ec659fe3\",\"UA26\",2,\"Ivano-Frankivsk\",,\"UKR.7_1\",,\"UA26\",\"26\",48.637607575,24.6770444145289,1409760,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"893a9216\",\"UA63\",2,\"Kharkiv\",,\"UKR.8_1\",,\"UA63\",\"63\",49.49019432,36.6856176953092,2914212,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"62013b61\",\"UA65\",2,\"Kherson\",,\"UKR.9_1\",,\"UA65\",\"65\",46.73925209,33.4823113226784,1175122,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"dcdc55b5\",\"UA68\",2,\"Khmelnytskyi\",,\"UKR.10_1\",,\"UA68\",\"68\",49.5208931,26.9423809198479,1430775,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"604bfe6f\",\"UA32\",2,\"Kiev\",,\"UKR.12_1\",,\"UA32\",\"32\",50.3540287,31.407628806693,1827894,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"bff46897\",\"UA30\",2,\"Kiev City\",,\"UKR.11_1\",\"ChIJzYwQhKf_1EAR5PjP6COXiNw\",\"UA30\",\"30\",50.41329193,30.6067454819308,2611327,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"2d16e9d7\",\"UA35\",2,\"Kirovohrad\",,\"UKR.13_1\",,\"UA35\",\"35\",48.483940125,31.8346498579371,1133052,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"8d184178\",\"UA09\",2,\"Luhansk\",,\"UKR.15_1\",,\"UA09\",\"09\",48.951986315,38.9068834210165,2546178,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"79e1c29d\",\"UA46\",2,\"Lviv\",,\"UKR.14_1\",,\"UA46\",\"46\",49.69259644,23.8913199938248,2626543,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"af594831\",\"UA48\",2,\"Mykolaiv\",,\"UKR.16_1\",,\"UA48\",\"48\",47.41157913,31.9635359651712,1264743,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"4a86ecc0\",\"UA51\",2,\"Odessa\",,\"UKR.17_1\",,\"UA51\",\"51\",46.73082733,30.582051918502,2469057,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"b9fc7d39\",\"UA53\",2,\"Poltava\",,\"UKR.18_1\",,\"UA53\",\"53\",49.623823165,34.1095102677593,1630092,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"d54c0720\",\"UA56\",2,\"Rivne\",,\"UKR.19_1\",,\"UA56\",\"56\",50.9849205,26.6484443481818,1173304,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"1fa2e2f1\",\"UA40\",2,\"Sevastopol\",,\"UKR.20_1\",,\"UA40\",\"40\",44.61361122,33.6680347314715,379492,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"2b140a33\",\"UA59\",2,\"Sumy\",,\"UKR.21_1\",,\"UA59\",\"59\",51.22935295,33.8669261771094,1299746,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"c5cc2c39\",\"UA61\",2,\"Ternopil\",,\"UKR.22_1\",,\"UA61\",\"61\",49.39126015,25.4919301059131,1142416,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"92ce95e0\",\"UA05\",2,\"Vinnytsia\",,\"UKR.24_1\",,\"UA05\",\"05\",48.97852325,28.54893238843,1772371,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"9bb8d4d3\",\"UA07\",2,\"Volyn\",,\"UKR.25_1\",,\"UA07\",\"07\",51.137931825,24.9367717298484,1060694,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"3e25cee2\",\"UA21\",2,\"Zakarpattia\",,\"UKR.23_1\",,\"UA21\",\"21\",48.497472765,23.0281217650125,1258264,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"7cde9a16\",\"UA23\",2,\"Zaporizhia\",,\"UKR.26_1\",,\"UA23\",\"23\",47.0953331,35.7598334542428,1929171,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n\"89029519\",\"UA18\",2,\"Zhytomyr\",,\"UKR.27_1\",,\"UA18\",\"18\",50.64296532,28.3634879097196,1389466,\"Statoids (2001)\",\"http://www.statoids.com/uua.html\"\n"
  },
  {
    "path": "inst/extdata/db/USA.csv",
    "content": "\"id\",\"id_cdc.gov\",\"id_covidtracking.com\",\"id_github.cssegisanddata.covid19\",\"id_github.nytimes.covid19data\",\"id_github.oxcgrt.covidpolicytracker\",\"id_healthdata.gov\",\"id_ourworldindata.org\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_jhu_csse\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,,,,,,,,\"-\",,,,,\n\"50a7f84e\",\"AL\",\"AL\",,1,\"US_AL\",\"AL\",\"Alabama\",2,\"Alabama\",,\"Alabama\",\"USA.1_1\",\"ChIJdf5LHzR_hogR6czIUzU0VV4\",\"US01\",\"01\",32.615686415,-86.7325950053083,4903185,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cec36ded\",\"AK\",\"AK\",,2,\"US_AK\",\"AK\",\"Alaska\",2,\"Alaska\",,\"Alaska\",\"USA.2_1\",\"ChIJG8CuwJzfAFQRNduKqSde27w\",\"US02\",\"02\",63.04973984,-152.036095522913,731545,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"696a2a68\",\"AS\",\"AS\",,60,\"US_AS\",\"AS\",\"American Samoa\",2,\"American Samoa\",,\"American Samoa\",\"ASM\",,\"US60\",\"60\",-14.301737785,-170.751183201739,55641,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a4734d1f\",\"AZ\",\"AZ\",,4,\"US_AZ\",\"AZ\",\"Arizona\",2,\"Arizona\",,\"Arizona\",\"USA.3_1\",\"ChIJaxhMy-sIK4cRcc3Bf7EnOUI\",\"US04\",\"04\",34.163978575,-111.671984684379,7278717,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aaa8c52d\",\"AR\",\"AR\",,5,\"US_AR\",\"AR\",\"Arkansas\",2,\"Arkansas\",,\"Arkansas\",\"USA.4_1\",\"ChIJYSc_dD-e0ocR0NLf_z5pBaQ\",\"US05\",\"05\",34.75175476,-92.4967442260693,3017804,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1c20e671\",\"CA\",\"CA\",,6,\"US_CA\",\"CA\",\"California\",2,\"California\",,\"California\",\"USA.5_1\",\"ChIJPV4oX_65j4ARVW8IJ6IJUYs\",\"US06\",\"06\",37.270418165,-119.989637716364,39512223,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fb98cb76\",\"CO\",\"CO\",,8,\"US_CO\",\"CO\",\"Colorado\",2,\"Colorado\",,\"Colorado\",\"USA.6_1\",\"ChIJt1YYm3QUQIcR_6eQSTGDVMc\",\"US08\",\"08\",38.98493004,-105.55003907873,5758736,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"71fd029a\",\"CT\",\"CT\",,9,\"US_CT\",\"CT\",\"Connecticut\",2,\"Connecticut\",,\"Connecticut\",\"USA.7_1\",\"ChIJpVER8hFT5okR5XBhBVttmq4\",\"US09\",\"09\",41.51819611,-72.8054444615535,3565287,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"540cb4af\",\"DE\",\"DE\",,10,\"US_DE\",\"DE\",\"Delaware\",2,\"Delaware\",,\"Delaware\",\"USA.8_1\",\"ChIJO9YMTXYFx4kReOgEjBItHZQ\",\"US10\",\"10\",39.136318205,-75.5776711885548,973764,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bd6f119a\",\"DC\",\"DC\",,11,\"US_DC\",\"DC\",\"District of Columbia\",2,\"District of Columbia\",,\"Washington DC\",\"USA.9_1\",\"ChIJW-T2Wt7Gt4kRmKFUAsCO4tY\",\"US11\",\"11\",38.90190506,-76.9998438545198,705749,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1fe66e89\",\"FL\",\"FL\",,12,\"US_FL\",\"FL\",\"Florida\",2,\"Florida\",,\"Florida\",\"USA.10_1\",\"ChIJvypWkWV2wYgR0E7HW9MTLvc\",\"US12\",\"12\",28.059181215,-81.6840370324094,21477737,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"784c2375\",\"GA\",\"GA\",,13,\"US_GA\",\"GA\",\"Georgia\",2,\"Georgia\",,\"Georgia\",\"USA.11_1\",\"ChIJV4FfHcU28YgR5xBP7BC8hGY\",\"US13\",\"13\",32.68049049,-83.2523996122632,10617423,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6296f708\",\"GU\",\"GU\",,66,\"US_GU\",\"GU\",\"Guam\",2,\"Guam\",,\"Guam\",\"GUM\",,\"US66\",\"66\",13.450396535,144.757865016605,164229,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f10fb788\",\"HI\",\"HI\",,15,\"US_HI\",\"HI\",\"Hawaii\",2,\"Hawaii\",,\"Hawaii\",\"USA.12_1\",\"ChIJBeB5Twbb_3sRKIbMdNKCd0s\",\"US15\",\"15\",19.588890075,-155.448616025,1415872,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"96a5fa74\",\"ID\",\"ID\",,16,\"US_ID\",\"ID\",\"Idaho\",2,\"Idaho\",,\"Idaho\",\"USA.13_1\",\"ChIJ6Znkhaj_WFMRWIf3FQUwa9A\",\"US16\",\"16\",45.4961853,-115.46368883575,1787065,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"987e7246\",\"IL\",\"IL\",,17,\"US_IL\",\"IL\",\"Illinois\",2,\"Illinois\",,\"Illinois\",\"USA.14_1\",\"ChIJGSZubzgtC4gRVlkRZFCCFX8\",\"US17\",\"17\",39.739204405,-89.4504423308279,12671821,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7670136a\",\"IN\",\"IN\",,18,\"US_IN\",\"IN\",\"Indiana\",2,\"Indiana\",,\"Indiana\",\"USA.15_1\",\"ChIJHRv42bxQa4gRcuwyy84vEH4\",\"US18\",\"18\",39.7871151,-86.1730849724349,6732219,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e6cf0efb\",\"IA\",\"IA\",,19,\"US_IA\",\"IA\",\"Iowa\",2,\"Iowa\",,\"Iowa\",\"USA.16_1\",\"ChIJGWD48W9e7ocR2VnHV0pj78Y\",\"US19\",\"19\",41.938634875,-93.1507584216114,3155070,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"27401d31\",\"KS\",\"KS\",,20,\"US_KS\",\"KS\",\"Kansas\",2,\"Kansas\",,\"Kansas\",\"USA.17_1\",\"ChIJawF8cXEXo4cRXwk-S6m0wmg\",\"US20\",\"20\",38.54479599,-98.3284664145695,2913314,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c795f42f\",\"KY\",\"KY\",,21,\"US_KY\",\"KY\",\"Kentucky\",2,\"Kentucky\",,\"Kentucky\",\"USA.18_1\",\"ChIJyVMZi0xzQogR_N_MxU5vH3c\",\"US21\",\"21\",37.8228302,-84.729234531504,4467673,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9bb8fabe\",\"LA\",\"LA\",,22,\"US_LA\",\"LA\",\"Louisiana\",2,\"Louisiana\",,\"Louisiana\",\"USA.19_1\",\"ChIJZYIRslSkIIYRA0flgTL3Vck\",\"US22\",\"22\",31.008045195,-92.5886084715467,4648794,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"85ce0fe6\",\"ME\",\"ME\",,23,\"US_ME\",\"ME\",\"Maine\",2,\"Maine\",,\"Maine\",\"USA.20_1\",\"ChIJ1YpTHd4dsEwR0KggZ2_MedY\",\"US23\",\"23\",45.260894775,-69.1586899462276,1344212,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f2c93f70\",\"MD\",\"MD\",,24,\"US_MD\",\"MD\",\"Maryland\",2,\"Maryland\",,\"Maryland\",\"USA.21_1\",\"ChIJ35Dx6etNtokRsfZVdmU3r_I\",\"US24\",\"24\",38.236120225,-75.5411541372942,6045680,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"82a3cbff\",\"MA\",\"MA\",,25,\"US_MA\",\"MA\",\"Massachusetts\",2,\"Massachusetts\",,\"Massachusetts\",\"USA.22_1\",\"ChIJ_b9z6W1l44kRHA2DVTbQxkU\",\"US25\",\"25\",42.18399239,-72.0963413310755,6892503,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8c7843cd\",\"MI\",\"MI\",,26,\"US_MI\",\"MI\",\"Michigan\",2,\"Michigan\",,\"Michigan\",\"USA.23_1\",\"ChIJEQTKxz2qTE0Rs8liellI3Zc\",\"US26\",\"26\",45.000974655,-84.5111019801633,9986857,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"121cd66e\",\"MN\",\"MN\",,27,\"US_MN\",\"MN\",\"Minnesota\",2,\"Minnesota\",,\"Minnesota\",\"USA.24_1\",\"ChIJmwt4YJpbWE0RD6L-EJvJogI\",\"US27\",\"27\",46.443416595,-94.5024317772894,5639632,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"711abab7\",\"MS\",\"MS\",,28,\"US_MS\",\"MS\",\"Mississippi\",2,\"Mississippi\",,\"Mississippi\",\"USA.25_1\",\"ChIJGdRK5OQyKIYR2qbc6X8XDWI\",\"US28\",\"28\",32.586549755,-89.7089729366256,2976149,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"651be6f8\",\"MO\",\"MO\",,29,\"US_MO\",\"MO\",\"Missouri\",2,\"Missouri\",,\"Missouri\",\"USA.26_1\",\"ChIJfeMiSNXmwIcRcr1mBFnEW7U\",\"US29\",\"29\",38.30405426,-92.49333199925,6626371,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ef7e2f14\",\"MT\",\"MT\",,30,\"US_MT\",\"MT\",\"Montana\",2,\"Montana\",,\"Montana\",\"USA.27_1\",\"ChIJ04p7LZwrQVMRGGwqz1jWcfU\",\"US30\",\"30\",46.679843905,-109.343779193184,1068778,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aee35c25\",\"NE\",\"NE\",,31,\"US_NE\",\"NE\",\"Nebraska\",2,\"Nebraska\",,\"Nebraska\",\"USA.28_1\",\"ChIJ7fwMtciNk4cRxArzDwyQJ6E\",\"US31\",\"31\",41.50078011,-100.026981554905,1934408,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2a5d1dfb\",\"NV\",\"NV\",,32,\"US_NV\",\"NV\",\"Nevada\",2,\"Nevada\",,\"Nevada\",\"USA.29_1\",\"ChIJcbTe-KEKmYARs5X8qooDR88\",\"US32\",\"32\",38.50432396,-116.666938759844,3080156,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d0522098\",\"NH\",\"NH\",,33,\"US_NH\",\"NH\",\"New Hampshire\",2,\"New Hampshire\",,\"New Hampshire\",\"USA.30_1\",\"ChIJ66bAnUtEs0wR64CmJa8CyNc\",\"US33\",\"33\",44.003269195,-71.5521347941011,1359711,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3e5c41b4\",\"NJ\",\"NJ\",,34,\"US_NJ\",\"NJ\",\"New Jersey\",2,\"New Jersey\",,\"New Jersey\",\"USA.31_1\",\"ChIJn0AAnpX7wIkRjW0_-Ad70iw\",\"US34\",\"34\",40.143938065,-74.3785818258103,8882190,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a038d417\",\"NM\",\"NM\",,35,\"US_NM\",\"NM\",\"New Mexico\",2,\"New Mexico\",,\"New Mexico\",\"USA.32_1\",\"ChIJqVKY50NQGIcRup41Yxpuv0Y\",\"US35\",\"35\",34.175519945,-106.044615445711,2096829,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bae2006a\",\"NY\",\"NY\",,36,\"US_NY\",\"NY\",\"New York State\",2,\"New York\",,\"New York\",\"USA.33_1\",\"ChIJqaUj8fBLzEwRZ5UY3sHGz90\",\"US36\",\"36\",42.85902977,-76.0757881416891,19453561,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4780f910\",\"NC\",\"NC\",,37,\"US_NC\",\"NC\",\"North Carolina\",2,\"North Carolina\",,\"North Carolina\",\"USA.34_1\",\"ChIJgRo4_MQfVIgRGa4i6fUwP60\",\"US37\",\"37\",35.22685814,-80.440321686012,10488084,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d9e46cb3\",\"ND\",\"ND\",,38,\"US_ND\",\"ND\",\"North Dakota\",2,\"North Dakota\",,\"North Dakota\",\"USA.35_1\",\"ChIJY-nYVxKD11IRyc9egzmahA0\",\"US38\",\"38\",47.468580245,-100.451446147488,762062,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"10b692cc\",\"MP\",\"MP\",,69,\"US_MP\",\"MP\",\"Northern Mariana Islands\",2,\"Northern Mariana Islands\",,\"Northern Mariana Islands\",\"MNP\",,\"US69\",\"69\",14.155694965,145.211943843509,55144,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c94911d9\",\"OH\",\"OH\",,39,\"US_OH\",\"OH\",\"Ohio\",2,\"Ohio\",,\"Ohio\",\"USA.36_1\",\"ChIJwY5NtXrpNogRFtmfnDlkzeU\",\"US39\",\"39\",40.687206265,-82.6606030269776,11689100,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"50404063\",\"OK\",\"OK\",,40,\"US_OK\",\"OK\",\"Oklahoma\",2,\"Oklahoma\",,\"Oklahoma\",\"USA.37_1\",\"ChIJnU-ssRE5rIcRSOoKQDPPHF0\",\"US40\",\"40\",35.329574585,-97.2172413942913,3956971,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"342be8a3\",\"OR\",\"OR\",,41,\"US_OR\",\"OR\",\"Oregon\",2,\"Oregon\",,\"Oregon\",\"USA.38_1\",\"ChIJVWqfm3xuk1QRdrgLettlTH0\",\"US41\",\"41\",44.13347244,-120.518425622952,4217737,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7dcfa7e3\",\"PA\",\"PA\",,42,\"US_PA\",\"PA\",\"Pennsylvania\",2,\"Pennsylvania\",,\"Pennsylvania\",\"USA.39_1\",\"ChIJieUyHiaALYgRPbQiUEchRsI\",\"US42\",\"42\",40.994535445,-77.821727543867,12801989,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f971e63d\",\"PR\",\"PR\",,72,\"US_PR\",\"PR\",\"Puerto Rico\",2,\"Puerto Rico\",,\"Puerto Rico\",\"PRI\",\"ChIJ-aeSGyaWAowRGpsEGCjsNvM\",\"US72\",\"72\",18.218610765,-66.4011116,2933408,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"41224d53\",\"RI\",\"RI\",,44,\"US_RI\",\"RI\",\"Rhode Island\",2,\"Rhode Island\",,\"Rhode Island\",\"USA.40_1\",\"ChIJD9cOYhQ15IkR5wbB57wYTh4\",\"US44\",\"44\",41.660654065,-71.5992447292136,1059361,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b8ec950c\",\"SC\",\"SC\",,45,\"US_SC\",\"SC\",\"South Carolina\",2,\"South Carolina\",,\"South Carolina\",\"USA.41_1\",\"ChIJ49ExeWml-IgRnhcF9TKh_7k\",\"US45\",\"45\",33.64515114,-80.5662820812433,5148714,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"268800af\",\"SD\",\"SD\",,46,\"US_SD\",\"SD\",\"South Dakota\",2,\"South Dakota\",,\"South Dakota\",\"USA.42_1\",\"ChIJpTjphS1DfYcRt6SGMSnW8Ac\",\"US46\",\"46\",44.336194995,-100.254551656802,884659,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"891c7f76\",\"TN\",\"TN\",,47,\"US_TN\",\"TN\",\"Tennessee\",2,\"Tennessee\",,\"Tennessee\",\"USA.43_1\",\"ChIJA8-XniNLYYgRVpGBpcEgPgM\",\"US47\",\"47\",35.82987022,-86.316915978964,6829174,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7dc8ca27\",\"TX\",\"TX\",,48,\"US_TX\",\"TX\",\"Texas\",2,\"Texas\",,\"Texas\",\"USA.44_1\",\"ChIJSTKCCzZwQIYRPN4IGI8c6xY\",\"US48\",\"48\",31.170604705,-99.6843408554231,28995881,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6d65b74d\",\"UT\",\"UT\",,49,\"US_UT\",\"UT\",\"Utah\",2,\"Utah\",,\"Utah\",\"USA.45_1\",\"ChIJzfkTj8drTIcRP0bXbKVK370\",\"US49\",\"49\",39.50698471,-111.549883145901,3205958,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4648e48e\",\"VT\",\"VT\",,50,\"US_VT\",\"VT\",\"Vermont\",2,\"Vermont\",,\"Vermont\",\"USA.46_1\",\"ChIJ_87aSGzctEwRtGtUNnSJTSY\",\"US50\",\"50\",43.871875765,-72.7730186264143,623989,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"254e8857\",\"VI\",\"VI\",,78,\"US_VI\",\"VI\",\"Virgin Islands\",2,\"Virgin Islands\",,\"Virgin Islands\",\"VIR\",,\"US78\",\"78\",17.728889465,-64.75861359,107268,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2b950065\",\"VA\",\"VA\",,51,\"US_VA\",\"VA\",\"Virginia\",2,\"Virginia\",,\"Virginia\",\"USA.47_1\",\"ChIJzbK8vXDWTIgRlaZGt0lBTsA\",\"US51\",\"51\",38.002859115,-78.4596702352435,8535519,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"328e3124\",\"WA\",\"WA\",,53,\"US_WA\",\"WA\",\"Washington\",2,\"Washington\",,\"Washington\",\"USA.48_1\",\"ChIJ-bDD5__lhVQRuvNfbGh4QpQ\",\"US53\",\"53\",47.281549455,-119.721448095596,7614893,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b15db4e3\",\"WV\",\"WV\",,54,\"US_WV\",\"WV\",\"West Virginia\",2,\"West Virginia\",,\"West Virginia\",\"USA.49_1\",\"ChIJRQnL1KVUSogRQzrN3mjHALs\",\"US54\",\"54\",38.920450215,-80.2941904436487,1792147,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3c55b916\",\"WI\",\"WI\",,55,\"US_WI\",\"WI\",\"Wisconsin\",2,\"Wisconsin\",,\"Wisconsin\",\"USA.50_1\",\"ChIJr-OEkw_0qFIR1kmG-LjV1fI\",\"US55\",\"55\",44.899574275,-89.721948775175,5822434,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"21e2a972\",\"WY\",\"WY\",,56,\"US_WY\",\"WY\",\"Wyoming\",2,\"Wyoming\",,\"Wyoming\",\"USA.51_1\",\"ChIJaS7hSDTiXocRLzh90nkisCY\",\"US56\",\"56\",42.967414855,-107.548510597614,578759,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fe5db3f0\",\"1001\",,84001001,1001,\"US_AL\",,,3,\"Alabama\",\"Autauga\",\"Autauga County, Alabama\",\"USA.1.1_1\",\"ChIJg9z7ewWPjogRA_8QrB0va7o\",\"US01001\",\"01001\",32.5077056884767,-86.6511170292639,55869,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1053d2dc\",\"1003\",,84001003,1003,\"US_AL\",,,3,\"Alabama\",\"Baldwin\",\"Baldwin County, Alabama\",\"USA.1.2_1\",\"ChIJMRERvxBnmogR0K_9O08dxDw\",\"US01003\",\"01003\",30.7716360092163,-87.7703796807958,223234,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f93077e9\",\"1005\",,84001005,1005,\"US_AL\",,,3,\"Alabama\",\"Barbour\",\"Barbour County, Alabama\",\"USA.1.3_1\",\"ChIJtUJfgR1tjYgRAjFO7yq2nuI\",\"US01005\",\"01005\",31.8835334777832,-85.3949492139558,24686,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"173e16c5\",\"1007\",,84001007,1007,\"US_AL\",,,3,\"Alabama\",\"Bibb\",\"Bibb County, Alabama\",\"USA.1.4_1\",\"ChIJEdvIA8szj4gRU_XpIL_1cSw\",\"US01007\",\"01007\",33.0393352508546,-87.0965019023462,22394,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f0863bc2\",\"1009\",,84001009,1009,\"US_AL\",,,3,\"Alabama\",\"Blount\",\"Blount County, Alabama\",\"USA.1.5_1\",\"ChIJdcUJhYeXiYgRERpotPlZFfs\",\"US01009\",\"01009\",34.0129146575928,-86.5343449978012,57826,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e74682b1\",\"1011\",,84001011,1011,\"US_AL\",,,3,\"Alabama\",\"Bullock\",,\"USA.1.6_1\",\"ChIJcXKpowinjYgR2bm-CFekO9E\",\"US01011\",\"01011\",32.1067657470704,-85.7127794794879,10101,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0948e39d\",\"1013\",,84001013,1013,\"US_AL\",,,3,\"Alabama\",\"Butler\",\"Butler County, Alabama\",\"USA.1.7_1\",\"ChIJvwuytCw6jogR94Yjx8idafg\",\"US01013\",\"01013\",31.7355756759644,-86.6753666723544,19448,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e02b46a8\",\"1015\",,84001015,1015,\"US_AL\",,,3,\"Alabama\",\"Calhoun\",\"Calhoun County, Alabama\",\"USA.1.8_1\",\"ChIJGyBy4YNNiogRE-jfYYjjehM\",\"US01015\",\"01015\",33.7626953125,-85.8463191819607,113605,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0e252784\",\"1017\",,84001017,1017,\"US_AL\",,,3,\"Alabama\",\"Chambers\",\"Chambers County, Alabama\",\"USA.1.9_1\",\"ChIJ8wq7d0SgjIgR7dF0tFV4YxI\",\"US01017\",\"01017\",32.9390048980713,-85.3970539696572,33254,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e99d0a83\",\"1019\",,84001019,1019,\"US_AL\",,,3,\"Alabama\",\"Cherokee\",\"Cherokee County, Alabama\",\"USA.1.10_1\",\"ChIJW8evmPRiiogROnAqHB76oCA\",\"US01019\",\"01019\",34.2292995452881,-85.6474460920451,26196,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cc6bd172\",\"1021\",,84001021,1021,\"US_AL\",,,3,\"Alabama\",\"Chilton\",\"Chilton County, Alabama\",\"USA.1.11_1\",\"ChIJS3kV4bHJjogROXThhEVi6WQ\",\"US01021\",\"01021\",32.8649654388428,-86.6659492842657,44428,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2265b05e\",\"1023\",,84001023,1023,\"US_AL\",,,3,\"Alabama\",\"Choctaw\",,\"USA.1.12_1\",\"ChIJudf5RKvhhIgRL_9Xfo0IOS8\",\"US01023\",\"01023\",32.002745628357,-88.2838764441833,12589,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cb06156b\",\"1025\",,84001025,1025,\"US_AL\",,,3,\"Alabama\",\"Clarke\",\"Clarke County, Alabama\",\"USA.1.13_1\",\"ChIJQZySLbnLmogRyygQkshn9-Q\",\"US01025\",\"01025\",31.5917806625367,-87.8158254409153,23622,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"25087447\",\"1027\",,84001027,1027,\"US_AL\",,,3,\"Alabama\",\"Clay\",,\"USA.1.14_1\",\"ChIJ7SnMwYOTi4gRQ2Kp7tU2TTU\",\"US01027\",\"01027\",33.2946147918702,-85.815378220784,13235,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c2b05940\",\"1029\",,84001029,1029,\"US_AL\",,,3,\"Alabama\",\"Cleburne\",\"Cleburne County, Alabama\",\"USA.1.15_1\",\"ChIJMbmDk2T_iogREnEFcAKu3co\",\"US01029\",\"01029\",33.731014251709,-85.4957244346073,14910,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d570e033\",\"1031\",,84001031,1031,\"US_AL\",,,3,\"Alabama\",\"Coffee\",\"Coffee County, Alabama\",\"USA.1.16_1\",\"ChIJY8xZwLgTkogRzT0BJZXvy-A\",\"US01031\",\"01031\",31.4099502563477,-85.9916281857597,52342,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3b7e811f\",\"1033\",,84001033,1033,\"US_AL\",,,3,\"Alabama\",\"Colbert\",\"Colbert County, Alabama\",\"USA.1.17_1\",\"ChIJx9RdR4pDfYgRwXFUhyjJkjI\",\"US01033\",\"01033\",34.7305850982666,-87.7763473711538,55241,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d21d242a\",\"1035\",,84001035,1035,\"US_AL\",,,3,\"Alabama\",\"Conecuh\",\"Conecuh County, Alabama\",\"USA.1.18_1\",\"ChIJ-cexfRYwkIgRKRXsDVi20AM\",\"US01035\",\"01035\",31.466814994812,-86.9522916669734,12067,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3c134506\",\"1037\",,84001037,1037,\"US_AL\",,,3,\"Alabama\",\"Coosa\",,\"USA.1.19_1\",\"ChIJO38NpV-qjogR_DGYR1a7hfg\",\"US01037\",\"01037\",32.9293956756593,-86.2607038254132,10663,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dbab6801\",\"1039\",,84001039,1039,\"US_AL\",,,3,\"Alabama\",\"Covington\",\"Covington County, Alabama\",\"USA.1.20_1\",\"ChIJL6eZvYO9kYgR8JpPeJgyi8I\",\"US01039\",\"01039\",31.2758655548096,-86.4465005213381,37049,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9a3176f4\",\"1041\",,84001041,1041,\"US_AL\",,,3,\"Alabama\",\"Crenshaw\",,\"USA.1.21_1\",\"ChIJazOdWMQHjogRss6g43wnKB0\",\"US01041\",\"01041\",31.738676071167,-86.2962532040517,13772,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"743f17d8\",\"1043\",,84001043,1043,\"US_AL\",,,3,\"Alabama\",\"Cullman\",\"Cullman County, Alabama\",\"USA.1.22_1\",\"ChIJ80bNgkhOiIgR2OiZAIYFOOI\",\"US01043\",\"01043\",34.0861854553223,-86.9044245906584,83768,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9d5cb2ed\",\"1045\",,84001045,1045,\"US_AL\",,,3,\"Alabama\",\"Dale\",\"Dale County, Alabama\",\"USA.1.23_1\",\"ChIJdZZpSW99kogR5F9J6CBlYd0\",\"US01045\",\"01045\",31.4121055603028,-85.6031822150614,49172,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7352d3c1\",\"1047\",,84001047,1047,\"US_AL\",,,3,\"Alabama\",\"Dallas\",\"Dallas County, Alabama\",\"USA.1.24_1\",\"ChIJ9xTUS0kIj4gR5H8RrvN7U5A\",\"US01047\",\"01047\",32.3876152038575,-87.1285830901067,37196,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"94eafec6\",\"1049\",,84001049,1049,\"US_AL\",,,3,\"Alabama\",\"DeKalb\",\"DeKalb County, Alabama\",\"USA.1.25_1\",\"ChIJxy4_RT7ZYYgR6zftJTvIIBU\",\"US01049\",\"01049\",34.5309143066407,-85.7221079642363,71513,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"832a47b5\",\"1051\",,84001051,1051,\"US_AL\",,,3,\"Alabama\",\"Elmore\",\"Elmore County, Alabama\",\"USA.1.26_1\",\"ChIJ6aOPm3OcjogRrQGwkMQLNAA\",\"US01051\",\"01051\",32.587610244751,-86.1523375347126,81209,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6d242699\",\"1053\",,84001053,1053,\"US_AL\",,,3,\"Alabama\",\"Escambia\",\"Escambia County, Alabama\",\"USA.1.27_1\",\"ChIJzY1jedVekIgRMfynHUnNNPY\",\"US01053\",\"01053\",31.1345052719117,-87.15778693024,36633,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"844783ac\",\"1055\",,84001055,1055,\"US_AL\",,,3,\"Alabama\",\"Etowah\",\"Etowah County, Alabama\",\"USA.1.28_1\",\"ChIJATNm2KgQiogR8kdQnflzDDQ\",\"US01055\",\"01055\",34.0257453918458,-86.0444694107081,102268,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6a49e280\",\"1057\",,84001057,1057,\"US_AL\",,,3,\"Alabama\",\"Fayette\",,\"USA.1.29_1\",\"ChIJrWUdBMbAh4gRpBTF8Lnhl2A\",\"US01057\",\"01057\",33.7410411834717,-87.7388177115795,16302,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8df1cf87\",\"1059\",,84001059,1059,\"US_AL\",,,3,\"Alabama\",\"Franklin\",\"Franklin County, Alabama\",\"USA.1.30_1\",\"ChIJx1BvLiP7h4gR2XnrF_6toLc\",\"US01059\",\"01059\",34.4542312622071,-87.8439675396911,31362,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a8071476\",\"1061\",,84001061,1061,\"US_AL\",,,3,\"Alabama\",\"Geneva\",\"Geneva County, Alabama\",\"USA.1.31_1\",\"ChIJA1lA4f9CkogRQJ4ZtfB9S7Q\",\"US01061\",\"01061\",31.0896158218384,-85.8388449279819,26271,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4609755a\",\"1063\",,84001063,1063,\"US_AL\",,,3,\"Alabama\",\"Greene\",\"Greene County, Alabama\",\"USA.1.32_1\",\"ChIJB6-ELJvIhYgR5dROx5dmh3I\",\"US01063\",\"01063\",32.8370552062988,-87.9942521539707,8111,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"af6ad06f\",\"1065\",,84001065,1065,\"US_AL\",,,3,\"Alabama\",\"Hale\",,\"USA.1.33_1\",\"ChIJSxtmelHzhYgRBcDVwPeW7Y0\",\"US01065\",\"01065\",32.7455558776856,-87.6380417418662,14651,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4164b143\",\"1067\",,84001067,1067,\"US_AL\",,,3,\"Alabama\",\"Henry\",,\"USA.1.34_1\",\"ChIJAQQDmdWEkogRVy_0qKujBUI\",\"US01067\",\"01067\",31.5424909591675,-85.2305291438743,17205,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a6dc9c44\",\"1069\",,84001069,1069,\"US_AL\",,,3,\"Alabama\",\"Houston\",\"Houston County, Alabama\",\"USA.1.35_1\",\"ChIJxctXypKIkogR-g9j2PSoOBw\",\"US01069\",\"01069\",31.1567649841309,-85.2819899004837,105882,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b11c2537\",\"1071\",,84001071,1071,\"US_AL\",,,3,\"Alabama\",\"Jackson\",\"Jackson County, Alabama\",\"USA.1.36_1\",\"ChIJoVwm-RjqYYgRsdNo4UCkfeI\",\"US01071\",\"01071\",34.7228698730469,-86.0335007944343,51626,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5f12441b\",\"1073\",,84001073,1073,\"US_AL\",,,3,\"Alabama\",\"Jefferson\",\"Jefferson County, Alabama\",\"USA.1.37_1\",\"ChIJI3NHUAHeiIgRjEYySwpu1Zg\",\"US01073\",\"01073\",33.5429649353028,-86.8618016247117,658573,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b671e12e\",\"1075\",,84001075,1075,\"US_AL\",,,3,\"Alabama\",\"Lamar\",,\"USA.1.38_1\",\"ChIJsW6IsdGsh4gRB47NLHyT1b4\",\"US01075\",\"01075\",33.8331203460695,-88.0938470617074,13805,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"587f8002\",\"1077\",,84001077,1077,\"US_AL\",,,3,\"Alabama\",\"Lauderdale\",\"Lauderdale County, Alabama\",\"USA.1.39_1\",\"ChIJF6ndq7w3fYgR9E3GhltzBZE\",\"US01077\",\"01077\",34.8732795715332,-87.5865375213876,92729,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bfc7ad05\",\"1079\",,84001079,1079,\"US_AL\",,,3,\"Alabama\",\"Lawrence\",\"Lawrence County, Alabama\",\"USA.1.40_1\",\"ChIJ5-nPAWihYogRqk5W1HBMkXA\",\"US01079\",\"01079\",34.5520839691162,-87.3178253446332,32924,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"368439f8\",\"1081\",,84001081,1081,\"US_AL\",,,3,\"Alabama\",\"Lee\",\"Lee County, Alabama\",\"USA.1.41_1\",\"ChIJ52OyZFxYjIgRKmFPDzRWuFk\",\"US01081\",\"01081\",32.5779552459718,-85.3621566479022,164542,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d88a58d4\",\"1083\",,84001083,1083,\"US_AL\",,,3,\"Alabama\",\"Limestone\",\"Limestone County, Alabama\",\"USA.1.42_1\",\"ChIJdaslZmNhYogRJltxufJfYmA\",\"US01083\",\"01083\",34.7777404785156,-87.0311612525605,98915,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"31e9fde1\",\"1085\",,84001085,1085,\"US_AL\",,,3,\"Alabama\",\"Lowndes\",\"Lowndes County, Alabama\",\"USA.1.43_1\",\"ChIJbwCwdcxdjogRoLZlaxo7X14\",\"US01085\",\"01085\",32.1442451477051,-86.6573938584287,9726,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dfe79ccd\",\"1087\",,84001087,1087,\"US_AL\",,,3,\"Alabama\",\"Macon\",\"Macon County, Alabama\",\"USA.1.44_1\",\"ChIJMaX_VbNVjIgRP0NEpma8y8w\",\"US01087\",\"01087\",32.4124355316162,-85.7276411559261,18068,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"385fb1ca\",\"1089\",,84001089,1089,\"US_AL\",,,3,\"Alabama\",\"Madison\",\"Madison County, Alabama\",\"USA.1.45_1\",\"ChIJD42VzuAUYogRzlLGpknYs44\",\"US01089\",\"01089\",34.7184600830078,-86.5722533606722,372909,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2f9f08b9\",\"1091\",,84001091,1091,\"US_AL\",,,3,\"Alabama\",\"Marengo\",\"Marengo County, Alabama\",\"USA.1.46_1\",\"ChIJS2WYEO11hYgR3lA_VhrYavM\",\"US01091\",\"01091\",32.2705898284912,-87.7454629613701,18863,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c1916995\",\"1093\",,84001093,1093,\"US_AL\",,,3,\"Alabama\",\"Marion\",\"Marion County, Alabama\",\"USA.1.47_1\",\"ChIJE7W8GHrdh4gRnkiMvyBu85Y\",\"US01093\",\"01093\",34.1085014343262,-87.9176552171749,29709,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"28f2cca0\",\"1095\",,84001095,1095,\"US_AL\",,,3,\"Alabama\",\"Marshall\",\"Marshall County, Alabama\",\"USA.1.48_1\",\"ChIJcxIcvTAAiogRu8l5JunPtSs\",\"US01095\",\"01095\",34.3462944030762,-86.3452519779542,96774,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c6fcad8c\",\"1097\",,84001097,1097,\"US_AL\",,,3,\"Alabama\",\"Mobile\",\"Mobile County, Alabama\",\"USA.1.49_1\",\"ChIJK6FDUmGym4gRO0XgJVIpkUY\",\"US01097\",\"01097\",30.7414407730102,-88.2154969129243,413210,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2144808b\",\"1099\",,84001099,1099,\"US_AL\",,,3,\"Alabama\",\"Monroe\",\"Monroe County, Alabama\",\"USA.1.50_1\",\"ChIJCQvCHRohkIgRs3ZdtiYokfg\",\"US01099\",\"01099\",31.530035018921,-87.3835791944324,20733,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ff9fd9c7\",\"1101\",,84001101,1101,\"US_AL\",,,3,\"Alabama\",\"Montgomery\",\"Montgomery County, Alabama\",\"USA.1.51_1\",\"ChIJ-YHUsJSBjogRwWSetWNBBsQ\",\"US01101\",\"01101\",32.2176361083986,-86.203629705135,226486,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1191b8eb\",\"1103\",,84001103,1103,\"US_AL\",,,3,\"Alabama\",\"Morgan\",\"Morgan County, Alabama\",\"USA.1.52_1\",\"ChIJSfZjE7ooiIgRfGKcLi3wy24\",\"US01103\",\"01103\",34.4944953918458,-86.8337758228194,119679,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f8f21dde\",\"1105\",,84001105,1105,\"US_AL\",,,3,\"Alabama\",\"Perry\",,\"USA.1.53_1\",\"ChIJXwPkJ9Fuj4gRE6mFCNBDUTA\",\"US01105\",\"01105\",32.5878505706788,-87.293017217864,8923,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"16fc7cf2\",\"1107\",,84001107,1107,\"US_AL\",,,3,\"Alabama\",\"Pickens\",\"Pickens County, Alabama\",\"USA.1.54_1\",\"ChIJwfbgMF1lhogRp3yT3z9v17g\",\"US01107\",\"01107\",33.2690544128418,-88.0716307345211,19930,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f14451f5\",\"1109\",,84001109,1109,\"US_AL\",,,3,\"Alabama\",\"Pike\",\"Pike County, Alabama\",\"USA.1.55_1\",\"ChIJo1VtB2aPjYgRJdXJgNo6f0s\",\"US01109\",\"01109\",31.8385801315308,-85.9278419882321,33114,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e684e886\",\"1111\",,84001111,1111,\"US_AL\",,,3,\"Alabama\",\"Randolph\",\"Randolph County, Alabama\",\"USA.1.56_1\",\"ChIJpR9fanFxi4gRXTBYhiqTREM\",\"US01111\",\"01111\",33.2842311859132,-85.4595370201486,22722,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"088a89aa\",\"1113\",,84001113,1113,\"US_AL\",,,3,\"Alabama\",\"Russell\",\"Russell County, Alabama\",\"USA.1.57_1\",\"ChIJ87jB5LPfjIgRp8-2hTWWOvI\",\"US01113\",\"01113\",32.2898254394532,-85.1816657602313,57961,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0fe74db3\",\"1117\",,84001117,1117,\"US_AL\",,,3,\"Alabama\",\"Shelby\",\"Shelby County, Alabama\",\"USA.1.59_1\",\"ChIJIw3ADV7jiIgRP6sugMWjQVM\",\"US01117\",\"01117\",33.2834358215333,-86.6555911608639,217702,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e1e92c9f\",\"1115\",,84001115,1115,\"US_AL\",,,3,\"Alabama\",\"St. Clair\",\"St. Clair County, Alabama\",\"USA.1.58_1\",\"ChIJoYfspOpyiYgRp3p1wsSvlSo\",\"US01115\",\"01115\",33.6933555603028,-86.3636629552726,89512,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e85f60b4\",\"1119\",,84001119,1119,\"US_AL\",,,3,\"Alabama\",\"Sumter\",\"Sumter County, Alabama\",\"USA.1.60_1\",\"ChIJBaj-z6azhYgReMa-IhlPLB4\",\"US01119\",\"01119\",32.6535396575928,-88.2162703638616,12427,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cda9bb45\",\"1121\",,84001121,1121,\"US_AL\",,,3,\"Alabama\",\"Talladega\",\"Talladega County, Alabama\",\"USA.1.61_1\",\"ChIJcbiXho1EiYgRZvIqb_vG6Wg\",\"US01121\",\"01121\",33.4001407623291,-86.1488760459026,79978,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"23a7da69\",\"1123\",,84001123,1123,\"US_AL\",,,3,\"Alabama\",\"Tallapoosa\",\"Tallapoosa County, Alabama\",\"USA.1.62_1\",\"ChIJ0cO6TY0SjIgRXJQOsRghdwk\",\"US01123\",\"01123\",32.7937908172607,-85.8002395988379,40367,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cac47f5c\",\"1125\",,84001125,1125,\"US_AL\",,,3,\"Alabama\",\"Tuscaloosa\",\"Tuscaloosa County, Alabama\",\"USA.1.63_1\",\"ChIJjdSpZDmmiIgRDAgZKOVU9-k\",\"US01125\",\"01125\",33.3140506744385,-87.5000583524325,209355,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"24ca1e70\",\"1127\",,84001127,1127,\"US_AL\",,,3,\"Alabama\",\"Walker\",\"Walker County, Alabama\",\"USA.1.64_1\",\"ChIJRw-ktuNuiIgRQxFsc0hfgNw\",\"US01127\",\"01127\",33.7582893371582,-87.2761914896951,63521,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c3723377\",\"1129\",,84001129,1129,\"US_AL\",,,3,\"Alabama\",\"Washington\",,\"USA.1.65_1\",\"ChIJv80muBoom4gRBR6CIjX5v_Y\",\"US01129\",\"01129\",31.4066553115846,-88.1878370261556,16326,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d4b28a04\",\"1131\",,84001131,1131,\"US_AL\",,,3,\"Alabama\",\"Wilcox\",,\"USA.1.66_1\",\"ChIJcVgSd5e_j4gR_y7gQAPE6Hs\",\"US01131\",\"01131\",32.0538711547852,-87.4004292982219,10373,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3abceb28\",\"1133\",,84001133,1133,\"US_AL\",,,3,\"Alabama\",\"Winston\",\"Winston County, Alabama\",\"USA.1.67_1\",\"ChIJiS7o5xoMiIgR87QJwv9ayJ8\",\"US01133\",\"01133\",34.1577491760255,-87.3731427101811,23629,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1bfd4c73\",\"2013\",,84002013,2013,\"US_AK\",,,3,\"Alaska\",\"Aleutians East\",,\"USA.2.1_1\",,\"US02013\",\"02013\",55.6506938934326,-161.360230717992,3337,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6b97b8fc\",\"2016\",,84002016,2016,\"US_AK\",,,3,\"Alaska\",\"Aleutians West\",,\"USA.2.2_1\",,\"US02016\",\"02016\",52.0881862640382,-173.647630691528,5634,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a9d94e0a\",\"2020\",,84002020,2020,\"US_AK\",,,3,\"Alaska\",\"Anchorage\",\"Anchorage, Alaska\",\"USA.2.3_1\",\"ChIJQT-zBHaRyFYRI1oVnNskwlo\",\"US02020\",\"02020\",61.1059894561769,-149.201481911727,288000,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e698d8cd\",\"2050\",,84002050,2050,\"US_AK\",,,3,\"Alaska\",\"Bethel\",,\"USA.2.4_1\",\"ChIJAzKaLtLCIVcR4HXf_qNNZmk\",\"US02050\",\"02050\",60.4393215179444,-160.866570261209,18386,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cb1a2520\",\"2997\",,84002164,2997,\"US_AK\",,,3,\"Alaska\",\"Bristol Bay plus Lake and Peninsula\",,\"USA.2.14_1\",,\"US02164\",\"02997\",58.2725677490235,-156.284636094385,2428,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c36e033c\",\"2068\",,84002068,2068,\"US_AK\",,,3,\"Alaska\",\"Denali\",,\"USA.2.6_1\",,\"US02068\",\"02068\",63.553560256958,-150.201488995781,2097,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d4aeba4f\",\"2070\",,84002070,2070,\"US_AK\",,,3,\"Alaska\",\"Dillingham\",,\"USA.2.7_1\",,\"US02070\",\"02070\",59.6711769104004,-158.206499210814,4916,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4a2d97c1\",\"2090\",,84002090,2090,\"US_AK\",,,3,\"Alaska\",\"Fairbanks North Star\",,\"USA.2.8_1\",\"ChIJh1hyQyV_M1ERYrNgULUBLpA\",\"US02090\",\"02090\",64.8561935424805,-146.367087113313,96849,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9a2d46bf\",\"2100\",,84002100,2100,\"US_AK\",,,3,\"Alaska\",\"Haines\",,\"USA.2.9_1\",,\"US02100\",\"02100\",59.1575565338136,-134.939425379651,2530,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"833677fe\",\"2110\",,84002110,2110,\"US_AK\",,,3,\"Alaska\",\"Juneau\",,\"USA.2.10_1\",\"ChIJA2cM6jjmAFQRkFQg812-7fU\",\"US02110\",\"02110\",58.3895950317383,-134.407788768568,31974,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"46154511\",\"2122\",,84002122,2122,\"US_AK\",,,3,\"Alaska\",\"Kenai Peninsula\",,\"USA.2.11_1\",\"ChIJFfW41gNZwVYRamRfTxj0RdY\",\"US02122\",\"02122\",60.096872329712,-150.525866296297,58708,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b100157c\",\"2130\",,84002130,2130,\"US_AK\",,,3,\"Alaska\",\"Ketchikan Gateway\",,\"USA.2.12_1\",\"ChIJBc4nwh-fDlQRwEQtwhZU1CI\",\"US02130\",\"02130\",55.5817890167236,-131.155820632326,13901,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e75ab2fa\",\"2150\",,84002150,2150,\"US_AK\",,,3,\"Alaska\",\"Kodiak Island\",,\"USA.2.13_1\",\"ChIJ84Wen1SV61YR2LqkcZiadvc\",\"US02150\",\"02150\",57.3706951141357,-153.190317333254,12998,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e9813ac8\",\"2158\",,84002158,2158,\"US_AK\",,,3,\"Alaska\",\"Kusilvak\",,\"USA.2.24_1\",,\"US02158\",\"02158\",62.0906276702881,-163.332966879829,8314,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d56cd078\",\"2170\",,84002170,2170,\"US_AK\",,,3,\"Alaska\",\"Matanuska-Susitna\",,\"USA.2.15_1\",\"ChIJxT0fZPkfzFYReC4g704O-_c\",\"US02170\",\"02170\",62.3351554870606,-148.281324298355,108317,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"52f4ccb7\",\"2180\",,84002180,2180,\"US_AK\",,,3,\"Alaska\",\"Nome\",,\"USA.2.16_1\",\"ChIJ6ftI2sg4MVcRD6MakZY-GXk\",\"US02180\",\"02180\",64.796875,-164.095054626465,10004,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"229e3838\",\"2185\",,84002185,2185,\"US_AK\",,,3,\"Alaska\",\"North Slope\",,\"USA.2.17_1\",\"ChIJB9NjWeWd2VARx-Cy8uG2nZc\",\"US02185\",\"02185\",69.6677055358887,-152.233596801758,9832,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5c2f4485\",\"2188\",,84002188,2188,\"US_AK\",,,3,\"Alaska\",\"Northwest Arctic\",,\"USA.2.18_1\",,\"US02188\",\"02188\",66.8656272888184,-157.962041250929,7621,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3b850979\",\"2195\",,84002195,2195,\"US_AK\",,,3,\"Alaska\",\"Petersburg\",,\"USA.2.25.1_0\",,\"US02195\",\"02195\",57.13978948,-132.9540995,3266,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"453475c4\",\"2198\",,84002198,2198,\"US_AK\",,,3,\"Alaska\",\"Prince of Wales-Hyder\",,\"USA.2.19_1\",,\"US02198\",\"02198\",55.5209922790528,-132.847170916217,6203,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aa5d9a64\",\"2220\",,84002220,2220,\"US_AK\",,,3,\"Alaska\",\"Sitka\",,\"USA.2.20_1\",\"ChIJuWN1b4NmBFQRvbOuxMPRMYE\",\"US02220\",\"02220\",57.6884536743165,-135.253147796827,8493,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b346ab25\",\"2230\",,84002230,2230,\"US_AK\",,,3,\"Alaska\",\"Skagway\",,\"USA.2.21.2_0\",,\"US02230\",\"02230\",59.56149996,-135.3337748,1183,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fc073de2\",\"2240\",,84002240,2240,\"US_AK\",,,3,\"Alaska\",\"Southeast Fairbanks\",,\"USA.2.22_1\",\"ChIJc2MxnobtNFERV6pifSHbErk\",\"US02240\",\"02240\",63.8666610717774,-144.297654873642,6893,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b9366ff6\",\"2261\",,84002261,2261,\"US_AK\",,,3,\"Alaska\",\"Valdez-Cordova\",,\"USA.2.23_1\",\"ChIJm71NzxtdtVYRIe1goGgIC-g\",\"US02261\",\"02261\",61.489709854126,-143.972250043835,9202,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a7409aae\",\"2275\",,84002275,2275,\"US_AK\",,,3,\"Alaska\",\"Wrangell\",,\"USA.2.25.2_0\",,\"US02275\",\"02275\",56.3202004,-132.0583731,2502,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ea47b230\",\"2998\",,84002105,2998,\"US_AK\",,,3,\"Alaska\",\"Yakutat plus Hoonah-Angoon\",,\"USA.2.21.1_0\",,\"US02282\",\"02998\",58.29307365,-135.6424424,2727,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"49a943af\",\"2290\",,84002290,2290,\"US_AK\",,,3,\"Alaska\",\"Yukon-Koyukuk\",,\"USA.2.26_1\",,\"US02290\",\"02290\",65.192684173584,-154.121973866888,5230,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c98343c2\",\"4001\",,84004001,4001,\"US_AZ\",,,3,\"Arizona\",\"Apache\",\"Apache County, Arizona\",\"USA.3.1_1\",\"ChIJ-WDLw6lhJYcRcrSQ4ttk6sE\",\"US04001\",\"04001\",35.2945213317872,-109.441044694702,71887,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"278d22ee\",\"4003\",,84004003,4003,\"US_AZ\",,,3,\"Arizona\",\"Cochise\",\"Cochise County, Arizona\",\"USA.3.2_1\",\"ChIJ30PnwuKo14YRUhvNr6Cpals\",\"US04003\",\"04003\",31.8406295776368,-109.748184517242,125922,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ceee87db\",\"4005\",,84004005,4005,\"US_AZ\",,,3,\"Arizona\",\"Coconino\",\"Coconino County, Arizona\",\"USA.3.3_1\",\"ChIJK-gFlwP2MocR8iCzue8_fJs\",\"US04005\",\"04005\",35.6750392913818,-112.042664195468,143476,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"20e0e6f7\",\"4007\",,84004007,4007,\"US_AZ\",,,3,\"Arizona\",\"Gila\",\"Gila County, Arizona\",\"USA.3.4_1\",\"ChIJC_SEqrZtKYcR4nCmBCLykDk\",\"US04007\",\"04007\",33.7441406250001,-110.685070963798,54018,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c758cbf0\",\"4009\",,84004009,4009,\"US_AZ\",,,3,\"Arizona\",\"Graham\",\"Graham County, Arizona\",\"USA.3.5_1\",\"ChIJgQ7I6CrP14YRk0G0iIo41EE\",\"US04009\",\"04009\",33.0306797027588,-109.955484595739,38837,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d0987283\",\"4011\",,84004011,4011,\"US_AZ\",,,3,\"Arizona\",\"Greenlee\",,\"USA.3.6_1\",\"ChIJyZ2fsDqYJ4cRpzR6yoL0rWQ\",\"US04011\",\"04011\",33.1409358978272,-109.268708975241,9498,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"49912339\",\"4012\",,84004012,4012,\"US_AZ\",,,3,\"Arizona\",\"La Paz\",\"La Paz County, Arizona\",\"USA.3.7_1\",\"ChIJ3f7Q5PTk04ARcPUqZ1wzDcg\",\"US04012\",\"04012\",33.6724300384522,-113.930798961004,21108,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3e9613af\",\"4013\",,84004013,4013,\"US_AZ\",,,3,\"Arizona\",\"Maricopa\",\"Maricopa County, Arizona\",\"USA.3.8_1\",\"ChIJ_6JyBQxdK4cRgEgsf9Ec7Eo\",\"US04013\",\"04013\",33.2758464813233,-112.764661440054,4485414,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d7f5b69a\",\"4015\",,84004015,4015,\"US_AZ\",,,3,\"Arizona\",\"Mohave\",\"Mohave County, Arizona\",\"USA.3.9_1\",\"ChIJy3P6phi5zYARF6xUkrx2XF8\",\"US04015\",\"04015\",35.6051464080811,-113.994929005008,212181,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"39fbd7b6\",\"4017\",,84004017,4017,\"US_AZ\",,,3,\"Arizona\",\"Navajo\",\"Navajo County, Arizona\",\"USA.3.10_1\",\"ChIJP_zwFUXbL4cR1fe46GC9yJU\",\"US04017\",\"04017\",35.3441104888916,-110.293466740615,110924,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"de43fab1\",\"4019\",,84004019,4019,\"US_AZ\",,,3,\"Arizona\",\"Pima\",\"Pima County, Arizona\",\"USA.3.11_1\",\"ChIJe8JyMI_h1YYR2CMgyPALEJc\",\"US04019\",\"04019\",31.9777002334595,-111.790256435268,1047279,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fbb52140\",\"4021\",,84004021,4021,\"US_AZ\",,,3,\"Arizona\",\"Pinal\",\"Pinal County, Arizona\",\"USA.3.12_1\",\"ChIJ-0CVcqRcKocRs7hv5vsqLVs\",\"US04021\",\"04021\",32.9652309417726,-111.325258675835,462789,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"15bb406c\",\"4023\",,84004023,4023,\"US_AZ\",,,3,\"Arizona\",\"Santa Cruz\",\"Santa Cruz County, Arizona\",\"USA.3.13_1\",\"ChIJE5kN7zy91oYRStPdMS-VcFw\",\"US04023\",\"04023\",31.5311555862427,-110.808010110546,46498,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fcd8e559\",\"4025\",,84004025,4025,\"US_AZ\",,,3,\"Arizona\",\"Yavapai\",\"Yavapai County, Arizona\",\"USA.3.14_1\",\"ChIJ_9Wg9ndHLYcRSpqrnWA24FQ\",\"US04025\",\"04025\",34.7030258178711,-112.441034352625,235099,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"12d68475\",\"4027\",,84004027,4027,\"US_AZ\",,,3,\"Arizona\",\"Yuma\",\"Yuma County, Arizona\",\"USA.3.15_1\",\"ChIJ0RQL4sIy1IARGb_Oo87I-Y4\",\"US04027\",\"04027\",32.7543144226075,-113.935066721112,213787,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"713f24a7\",\"5001\",,84005001,5001,\"US_AR\",,,3,\"Arkansas\",\"Arkansas\",\"Arkansas County, Arkansas\",\"USA.4.1_1\",\"ChIJvSk16WO6LIYRMx6AWly-cBo\",\"US05001\",\"05001\",34.2520713806153,-91.3939020481956,17486,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9f31458b\",\"5003\",,84005003,5003,\"US_AR\",,,3,\"Arkansas\",\"Ashley\",\"Ashley County, Arkansas\",\"USA.4.2_1\",\"ChIJuaxeEvTSLYYRJM_hnM1AUwc\",\"US05003\",\"05003\",33.2008094787598,-91.7958395587925,19657,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7652e0be\",\"5005\",,84005005,5005,\"US_AR\",,,3,\"Arkansas\",\"Baxter\",\"Baxter County, Arkansas\",\"USA.4.3_1\",\"ChIJm107bODf0YcRoicDpbkyp-g\",\"US05005\",\"05005\",36.2347259521486,-92.3181708496692,41932,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"985c8192\",\"5007\",,84005007,5007,\"US_AR\",,,3,\"Arkansas\",\"Benton\",\"Benton County, Arkansas\",\"USA.4.4_1\",\"ChIJxRvBH49xyYcR7YJdSf4HSJM\",\"US05007\",\"05007\",36.2995357513428,-94.2266035720426,279141,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7fe4ac95\",\"5009\",,84005009,5009,\"US_AR\",,,3,\"Arkansas\",\"Boone\",\"Boone County, Arkansas\",\"USA.4.5_1\",\"ChIJKzPHROoqzIcRtNDFXNCe1ao\",\"US05009\",\"05009\",36.2720565795899,-93.094665999664,37432,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"682415e6\",\"5011\",,84005011,5011,\"US_AR\",,,3,\"Arkansas\",\"Bradley\",,\"USA.4.6_1\",\"ChIJfw_4ag6VLYYRAKrvQIcfx0g\",\"US05011\",\"05011\",33.4339694976807,-92.1654932922022,10763,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"862a74ca\",\"5013\",,84005013,5013,\"US_AR\",,,3,\"Arkansas\",\"Calhoun\",,\"USA.4.7_1\",,\"US05013\",\"05013\",33.5361614227296,-92.5474895540827,5189,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6f49d1ff\",\"5015\",,84005015,5015,\"US_AR\",,,3,\"Arkansas\",\"Carroll\",\"Carroll County, Arkansas\",\"USA.4.8_1\",\"ChIJl3hv9Ly4zocRU59xTL7PAkU\",\"US05015\",\"05015\",36.3269863128662,-93.5843908241382,28380,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8147b0d3\",\"5017\",,84005017,5017,\"US_AR\",,,3,\"Arkansas\",\"Chicot\",\"Chicot County, Arkansas\",\"USA.4.9_1\",\"ChIJnSw6Ldr3K4YRxM36sXi0N3Y\",\"US05017\",\"05017\",33.2852954864503,-91.2950980721737,10118,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"66ff9dd4\",\"5019\",,84005019,5019,\"US_AR\",,,3,\"Arkansas\",\"Clark\",\"Clark County, Arkansas\",\"USA.4.10_1\",\"ChIJbarlDHIXM4YRJLZot_52KBk\",\"US05019\",\"05019\",34.0569095611572,-93.1627520417745,22320,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"43094625\",\"5021\",,84005021,5021,\"US_AR\",,,3,\"Arkansas\",\"Clay\",,\"USA.4.11_1\",\"ChIJL7rQc0ND1ocRvg6iXyvk2Xo\",\"US05021\",\"05021\",36.3495655059815,-90.4133548028693,14551,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ad072709\",\"5023\",,84005023,5023,\"US_AR\",,,3,\"Arkansas\",\"Cleburne\",\"Cleburne County, Arkansas\",\"USA.4.12_1\",\"ChIJMSY7uRg_0ocR3dN0BPE2WWg\",\"US05023\",\"05023\",35.5358657836914,-92.0199727836232,24919,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4464823c\",\"5025\",,84005025,5025,\"US_AR\",,,3,\"Arkansas\",\"Cleveland\",,\"USA.4.13_1\",\"ChIJ3zPsP8ZzLYYR4wtGlsPB9jk\",\"US05025\",\"05025\",33.8826065063477,-92.1858698244299,7956,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aa6ae310\",\"5027\",,84005027,5027,\"US_AR\",,,3,\"Arkansas\",\"Columbia\",\"Columbia County, Arkansas\",\"USA.4.14_1\",\"ChIJ22wGmZPFM4YR79oIEnfcgiw\",\"US05027\",\"05027\",33.2268447875977,-93.2335254486741,23457,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4dd2ce17\",\"5029\",,84005029,5029,\"US_AR\",,,3,\"Arkansas\",\"Conway\",\"Conway County, Arkansas\",\"USA.4.15_1\",\"ChIJ7YbQsmCXzYcRJcAPOi3YcFk\",\"US05029\",\"05029\",35.2656803131104,-92.6740693970594,20846,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5a127764\",\"5031\",,84005031,5031,\"US_AR\",,,3,\"Arkansas\",\"Craighead\",\"Craighead County, Arkansas\",\"USA.4.16_1\",\"ChIJZ2l6Hd0t1IcRxj4A35oPQDM\",\"US05031\",\"05031\",35.8567504882813,-90.6582879012291,110332,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b41c1648\",\"5033\",,84005033,5033,\"US_AR\",,,3,\"Arkansas\",\"Crawford\",\"Crawford County, Arkansas\",\"USA.4.17_1\",\"ChIJOaLq1WPGy4cR4ZXBPXSgN3k\",\"US05033\",\"05033\",35.5557384490967,-94.2431875129661,63257,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5d7fb37d\",\"5035\",,84005035,5035,\"US_AR\",,,3,\"Arkansas\",\"Crittenden\",\"Crittenden County, Arkansas\",\"USA.4.18_1\",\"ChIJnUxd7K4Y1YcRPbFNzRqi6e0\",\"US05035\",\"05035\",35.1348705291748,-90.2765018265366,47955,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b371d251\",\"5037\",,84005037,5037,\"US_AR\",,,3,\"Arkansas\",\"Cross\",\"Cross County, Arkansas\",\"USA.4.19_1\",\"ChIJcd2qMSZX1IcRgJMy0O-U4-I\",\"US05037\",\"05037\",35.3251609802247,-90.7718711182336,16419,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"54c9ff56\",\"5039\",,84005039,5039,\"US_AR\",,,3,\"Arkansas\",\"Dallas\",,\"USA.4.20_1\",\"ChIJj3kvgkaQMoYRksgLT0ixHPQ\",\"US05039\",\"05039\",33.9754409790039,-92.7175200620857,7009,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1553e1a3\",\"5041\",,84005041,5041,\"US_AR\",,,3,\"Arkansas\",\"Desha\",\"Desha County, Arkansas\",\"USA.4.21_1\",\"ChIJ03eVbUSHLIYRlaBFg-IdWyg\",\"US05041\",\"05041\",33.8269996643067,-91.3060240283869,11361,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fb5d808f\",\"5043\",,84005043,5043,\"US_AR\",,,3,\"Arkansas\",\"Drew\",\"Drew County, Arkansas\",\"USA.4.22_1\",\"ChIJqTr0OEVaLIYR6Ky8g-J7E5A\",\"US05043\",\"05043\",33.5959663391113,-91.71491002288,18219,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"123e25ba\",\"5045\",,84005045,5045,\"US_AR\",,,3,\"Arkansas\",\"Faulkner\",\"Faulkner County, Arkansas\",\"USA.4.23_1\",\"ChIJmSL6xEJizYcR5y8CctThs7s\",\"US05045\",\"05045\",35.1115703582764,-92.3391399234507,126007,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fc304496\",\"5047\",,84005047,5047,\"US_AR\",,,3,\"Arkansas\",\"Franklin\",\"Franklin County, Arkansas\",\"USA.4.24_1\",\"ChIJ-w-2uMmay4cRypizgqaZKnM\",\"US05047\",\"05047\",35.4876861572267,-93.871220256367,17715,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1b886991\",\"5049\",,84005049,5049,\"US_AR\",,,3,\"Arkansas\",\"Fulton\",,\"USA.4.25_1\",\"ChIJkY_H_5cJ0YcRKIKXsbCmQOk\",\"US05049\",\"05049\",36.3754749298097,-91.8044347248991,12477,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0c48d0e2\",\"5051\",,84005051,5051,\"US_AR\",,,3,\"Arkansas\",\"Garland\",\"Garland County, Arkansas\",\"USA.4.26_1\",\"ChIJgQcUsO7UzIcRbzaTkDVIW8E\",\"US05051\",\"05051\",34.5810203552247,-93.106304901462,99386,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e246b1ce\",\"5053\",,84005053,5053,\"US_AR\",,,3,\"Arkansas\",\"Grant\",\"Grant County, Arkansas\",\"USA.4.27_1\",\"ChIJr-5xnGuq0ocR_sIJjzw_LRY\",\"US05053\",\"05053\",34.285816192627,-92.4419355646082,18265,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0b2514fb\",\"5055\",,84005055,5055,\"US_AR\",,,3,\"Arkansas\",\"Greene\",\"Greene County, Arkansas\",\"USA.4.28_1\",\"ChIJJT0qofBk1ocRvXmLqv-Zhzw\",\"US05055\",\"05055\",36.1139850616456,-90.5315790554198,45325,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e52b75d7\",\"5057\",,84005057,5057,\"US_AR\",,,3,\"Arkansas\",\"Hempstead\",\"Hempstead County, Arkansas\",\"USA.4.29_1\",\"ChIJsRNK65CBM4YRCGzUaS34WMU\",\"US05057\",\"05057\",33.7423152923584,-93.714618967216,21532,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"029358d0\",\"5059\",,84005059,5059,\"US_AR\",,,3,\"Arkansas\",\"Hot Spring\",\"Hot Spring County, Arkansas\",\"USA.4.30_1\",\"ChIJW-WD6GDbMoYRabA96YPRPYo\",\"US05059\",\"05059\",34.3094158172608,-93.0139437430221,33771,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"27658321\",\"5061\",,84005061,5061,\"US_AR\",,,3,\"Arkansas\",\"Howard\",,\"USA.4.31_1\",\"ChIJF4Raf6GZNIYRgc8h1BORXFo\",\"US05061\",\"05061\",34.0506401062012,-93.955300702058,13202,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c96be20d\",\"5063\",,84005063,5063,\"US_AR\",,,3,\"Arkansas\",\"Independence\",\"Independence County, Arkansas\",\"USA.4.32_1\",\"ChIJw6I2bc_g04cRTttbxCcdd-c\",\"US05063\",\"05063\",35.7338562011719,-91.5833397782881,37825,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"20084738\",\"5065\",,84005065,5065,\"US_AR\",,,3,\"Arkansas\",\"Izard\",,\"USA.4.33_1\",\"ChIJcea82A-Q0YcROtoyGdRfT-Y\",\"US05065\",\"05065\",36.0689640045167,-91.8974122416616,13629,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ce062614\",\"5067\",,84005067,5067,\"US_AR\",,,3,\"Arkansas\",\"Jackson\",\"Jackson County, Arkansas\",\"USA.4.34_1\",\"ChIJs1-kW4P004cRKYiAbymBn10\",\"US05067\",\"05067\",35.6147556304933,-91.2033082325665,16719,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"29be0b13\",\"5069\",,84005069,5069,\"US_AR\",,,3,\"Arkansas\",\"Jefferson\",\"Jefferson County, Arkansas\",\"USA.4.35_1\",\"ChIJTylBlRPYLIYRuNproa7ZAW0\",\"US05069\",\"05069\",34.2684307098389,-91.9613567021923,66824,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3e7eb260\",\"5071\",,84005071,5071,\"US_AR\",,,3,\"Arkansas\",\"Johnson\",\"Johnson County, Arkansas\",\"USA.4.36_1\",\"ChIJfWYWNGE6zIcRu9FxdYnRlD8\",\"US05071\",\"05071\",35.5535907745362,-93.4624636522899,26578,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d070d34c\",\"5073\",,84005073,5073,\"US_AR\",,,3,\"Arkansas\",\"Lafayette\",,\"USA.4.37_1\",\"ChIJ4-QRpy3wM4YRtpbKiijErQE\",\"US05073\",\"05073\",33.2488689422608,-93.593979483134,6624,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"39137679\",\"5075\",,84005075,5075,\"US_AR\",,,3,\"Arkansas\",\"Lawrence\",\"Lawrence County, Arkansas\",\"USA.4.38_1\",\"ChIJPfbgG8u71ocRQEvPnZLAzG8\",\"US05075\",\"05075\",36.0697460174561,-91.0895355306106,16406,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d71d1755\",\"5077\",,84005077,5077,\"US_AR\",,,3,\"Arkansas\",\"Lee\",,\"USA.4.39_1\",\"ChIJrY8RsurE1IcRMpUTUcpaH7A\",\"US05077\",\"05077\",34.7688350677491,-90.823301654696,8857,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"30a53a52\",\"5079\",,84005079,5079,\"US_AR\",,,3,\"Arkansas\",\"Lincoln\",,\"USA.4.40_1\",\"ChIJdyBSqwHjLIYR-l46BBdW5lw\",\"US05079\",\"05079\",33.9819355010987,-91.7096844604158,13024,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b9e6aeaf\",\"5081\",,84005081,5081,\"US_AR\",,,3,\"Arkansas\",\"Little River\",,\"USA.4.41_1\",\"ChIJnacqgP31NIYRttQe7mpDo7o\",\"US05081\",\"05081\",33.7423152923584,-94.2193606481385,12259,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"57e8cf83\",\"5083\",,84005083,5083,\"US_AR\",,,3,\"Arkansas\",\"Logan\",,\"USA.4.42_1\",\"ChIJ0xQhmdt3zIcRz5ow_Mzo_Ug\",\"US05083\",\"05083\",35.2228202819824,-93.6549253200094,21466,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"be8b6ab6\",\"5085\",,84005085,5085,\"US_AR\",,,3,\"Arkansas\",\"Lonoke\",\"Lonoke County, Arkansas\",\"USA.4.43_1\",\"ChIJaxfA5Azn0ocRfjVvSMI2W24\",\"US05085\",\"05085\",34.7616653442384,-91.8872983554463,73309,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"50850b9a\",\"5087\",,84005087,5087,\"US_AR\",,,3,\"Arkansas\",\"Madison\",\"Madison County, Arkansas\",\"USA.4.44_1\",\"ChIJizOPjaIBzIcR_n5YNdqPmQk\",\"US05087\",\"05087\",36.01762008667,-93.697622459378,16576,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b73d269d\",\"5089\",,84005089,5089,\"US_AR\",,,3,\"Arkansas\",\"Marion\",,\"USA.4.45_1\",\"ChIJ5fy245wUzocRSBWJKCVLOCI\",\"US05089\",\"05089\",36.2755203247071,-92.7126749749423,16694,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a0fd9fee\",\"5091\",,84005091,5091,\"US_AR\",,,3,\"Arkansas\",\"Miller\",\"Miller County, Arkansas\",\"USA.4.46_1\",\"ChIJCU2b_0oKNIYRuiDrvCsk5gA\",\"US05091\",\"05091\",33.3181400299073,-93.8666805028659,43257,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4ef3fec2\",\"5093\",,84005093,5093,\"US_AR\",,,3,\"Arkansas\",\"Mississippi\",\"Mississippi County, Arkansas\",\"USA.4.47_1\",\"ChIJ86DhFR1bf4gR8wi7Cg8YkMU\",\"US05093\",\"05093\",35.6969299316407,-90.1209081442292,40651,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a7905bf7\",\"5095\",,84005095,5095,\"US_AR\",,,3,\"Arkansas\",\"Monroe\",\"Monroe County, Arkansas\",\"USA.4.48_1\",\"ChIJjUzVDBBY04cR-GOvmQpuO-U\",\"US05095\",\"05095\",34.6820411682129,-91.2125361169089,6701,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"499e3adb\",\"5097\",,84005097,5097,\"US_AR\",,,3,\"Arkansas\",\"Montgomery\",,\"USA.4.49_1\",\"ChIJX7nWsiuszIcREFgOi8X3U8Y\",\"US05097\",\"05097\",34.5520153045655,-93.6691484628646,8986,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ae2617dc\",\"5099\",,84005099,5099,\"US_AR\",,,3,\"Arkansas\",\"Nevada\",,\"USA.4.50_1\",\"ChIJ9z85fhGkM4YRJAxzlKP4YCA\",\"US05099\",\"05099\",33.704475402832,-93.292029732425,8252,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"70fd4e90\",\"5101\",,84005101,5101,\"US_AR\",,,3,\"Arkansas\",\"Newton\",,\"USA.4.51_1\",\"ChIJA1e4xj4mzIcRsoXt6AzmCK4\",\"US05101\",\"05101\",35.9180717468262,-93.2222051688185,7753,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9ef32fbc\",\"5103\",,84005103,5103,\"US_AR\",,,3,\"Arkansas\",\"Ouachita\",\"Ouachita County, Arkansas\",\"USA.4.52_1\",\"ChIJK2Xfwq9cMoYRyi1XGpZpSa0\",\"US05103\",\"05103\",33.5898399353027,-92.9121516719102,23382,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"77908a89\",\"5105\",,84005105,5105,\"US_AR\",,,3,\"Arkansas\",\"Perry\",,\"USA.4.53_1\",\"ChIJE_s4hqptzYcRiq4xxczX1XQ\",\"US05105\",\"05105\",34.9421405792237,-92.8811460132709,10455,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"999eeba5\",\"5107\",,84005107,5107,\"US_AR\",,,3,\"Arkansas\",\"Phillips\",,\"USA.4.54_1\",\"ChIJQ_LCVfUzK4YRVqPfV_xXXJE\",\"US05107\",\"05107\",34.3815097808839,-90.8280003813782,17782,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7e26c6a2\",\"5109\",,84005109,5109,\"US_AR\",,,3,\"Arkansas\",\"Pike\",,\"USA.4.55_1\",\"ChIJuVM5ck2sNIYRMMMjYhRIPW0\",\"US05109\",\"05109\",34.1468009948731,-93.6326876241674,10718,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"69e67fd1\",\"5111\",,84005111,5111,\"US_AR\",,,3,\"Arkansas\",\"Poinsett\",\"Poinsett County, Arkansas\",\"USA.4.56_1\",\"ChIJCRy4FoBK1IcRzs7w6RoxJ60\",\"US05111\",\"05111\",35.5869350433351,-90.6626871788282,23528,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"87e81efd\",\"5113\",,84005113,5113,\"US_AR\",,,3,\"Arkansas\",\"Polk\",,\"USA.4.57_1\",\"ChIJFfuHYjQyy4cRGVBZEJjRSy4\",\"US05113\",\"05113\",34.4514350891113,-94.1999965916387,19964,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6e8bbbc8\",\"5115\",,84005115,5115,\"US_AR\",,,3,\"Arkansas\",\"Pope\",\"Pope County, Arkansas\",\"USA.4.58_1\",\"ChIJXUQWO8a1zYcR451IlhuqMBg\",\"US05115\",\"05115\",35.405029296875,-93.0748219150865,64072,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8085dae4\",\"5117\",,84005117,5117,\"US_AR\",,,3,\"Arkansas\",\"Prairie\",\"Prairie County, Arkansas\",\"USA.4.59_1\",\"ChIJdyIro0FB04cRbSWGZo5t4Z4\",\"US05117\",\"05117\",34.7920894622804,-91.5335786811402,8062,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"673df7e3\",\"5119\",,84005119,5119,\"US_AR\",,,3,\"Arkansas\",\"Pulaski\",\"Pulaski County, Arkansas\",\"USA.4.60_1\",\"ChIJs_V_pr-f0ocRWdyUuGRsFpc\",\"US05119\",\"05119\",34.7548542022705,-92.3136617550497,391911,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"42cb2c12\",\"5121\",,84005121,5121,\"US_AR\",,,3,\"Arkansas\",\"Randolph\",,\"USA.4.61_1\",\"ChIJm9cOHlHH1ocR_rvu3h2BPpI\",\"US05121\",\"05121\",36.3154907226563,-91.0062758107797,17958,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"45a6e80b\",\"5125\",,84005125,5125,\"US_AR\",,,3,\"Arkansas\",\"Saline\",\"Saline County, Arkansas\",\"USA.4.63_1\",\"ChIJMXj__bZRzYcRCjDnhVtSZxM\",\"US05125\",\"05125\",34.6360359191895,-92.6820421598838,122437,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aba88927\",\"5127\",,84005127,5127,\"US_AR\",,,3,\"Arkansas\",\"Scott\",,\"USA.4.64_1\",\"ChIJr48CbDIVy4cRyVAmZ30PxqE\",\"US05127\",\"05127\",34.8829097747804,-94.0784665287426,10281,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4c10a420\",\"5129\",,84005129,5129,\"US_AR\",,,3,\"Arkansas\",\"Searcy\",,\"USA.4.65_1\",\"ChIJT_vmAoXYzYcRXWU5v08DHQw\",\"US05129\",\"05129\",35.9336853027344,-92.6789507866136,7881,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5bd01d53\",\"5131\",,84005131,5131,\"US_AR\",,,3,\"Arkansas\",\"Sebastian\",\"Sebastian County, Arkansas\",\"USA.4.66_1\",\"ChIJcXv500Wvy4cRJdvvd0hia84\",\"US05131\",\"05131\",35.1923694610597,-94.234582055025,127827,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b5de7c7f\",\"5133\",,84005133,5133,\"US_AR\",,,3,\"Arkansas\",\"Sevier\",,\"USA.4.67_1\",\"ChIJm91JPQDmNIYR6cj-RaP3KZY\",\"US05133\",\"05133\",33.9717102050781,-94.2712907223238,17007,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5cbdd94a\",\"5135\",,84005135,5135,\"US_AR\",,,3,\"Arkansas\",\"Sharp\",,\"USA.4.68_1\",\"ChIJl3N0MGVB0YcRj9g0zQFDFJQ\",\"US05135\",\"05135\",36.1855659484863,-91.5159209511712,17442,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"acc54d3e\",\"5123\",,84005123,5123,\"US_AR\",,,3,\"Arkansas\",\"St. Francis\",\"St. Francis County, Arkansas\",\"USA.4.62_1\",\"ChIJY19V7Uz61IcR4wrfWGF7ZxQ\",\"US05123\",\"05123\",35.0100307464601,-90.7224747387447,24994,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b2b3b866\",\"5137\",,84005137,5137,\"US_AR\",,,3,\"Arkansas\",\"Stone\",,\"USA.4.69_1\",\"ChIJkR-FIdwD0ocRqYOTKrNofzk\",\"US05137\",\"05137\",35.916093826294,-92.2160330919739,12506,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"550b9561\",\"5139\",,84005139,5139,\"US_AR\",,,3,\"Arkansas\",\"Union\",\"Union County, Arkansas\",\"USA.4.70_1\",\"ChIJu8Sy4FUBMoYRZvJs1yXueYc\",\"US05139\",\"05139\",33.1990661621094,-92.5809612170065,38682,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"14918b94\",\"5141\",,84005141,5141,\"US_AR\",,,3,\"Arkansas\",\"Van Buren\",\"Van Buren County, Arkansas\",\"USA.4.71_1\",\"ChIJ_aH1L4TzzYcR4gkTRJf5cXk\",\"US05141\",\"05141\",35.5776748657227,-92.5277365182795,16545,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fa9feab8\",\"5143\",,84005143,5143,\"US_AR\",,,3,\"Arkansas\",\"Washington\",\"Washington County, Arkansas\",\"USA.4.72_1\",\"ChIJ29VSGF5DyYcR2uRJ0-eIZ8g\",\"US05143\",\"05143\",35.9976806640626,-94.2396213853956,239187,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"13fc4f8d\",\"5145\",,84005145,5145,\"US_AR\",,,3,\"Arkansas\",\"White\",\"White County, Arkansas\",\"USA.4.73_1\",\"ChIJew8toMFU0ocR4Meb0nJoeRc\",\"US05145\",\"05145\",35.2731895446777,-91.7623168358265,78753,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fdf22ea1\",\"5147\",,84005147,5147,\"US_AR\",,,3,\"Arkansas\",\"Woodruff\",,\"USA.4.74_1\",\"ChIJ99In2VN604cR8561DOtbXSA\",\"US05147\",\"05147\",35.1783905029298,-91.2343964700961,6320,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1a4a03a6\",\"5149\",,84005149,5149,\"US_AR\",,,3,\"Arkansas\",\"Yell\",\"Yell County, Arkansas\",\"USA.4.75_1\",\"ChIJKWW2vMtHzIcRvqHbsk-N0uo\",\"US05149\",\"05149\",35.0267848968507,-93.4051687098031,21341,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"638a8b49\",\"6001\",,84006001,6001,\"US_CA\",,,3,\"California\",\"Alameda\",\"Alameda County, California\",\"USA.5.1_1\",\"ChIJWRd5NDfyj4ARc30TGxHHxmg\",\"US06001\",\"06001\",37.6794452667236,-121.865083694115,1671329,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8d84ea65\",\"6003\",,84006003,6003,\"US_CA\",,,3,\"California\",\"Alpine\",,\"USA.5.2_1\",,\"US06003\",\"06003\",38.6299457550048,-119.845467346735,1129,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"64e74f50\",\"6005\",,84006005,6005,\"US_CA\",,,3,\"California\",\"Amador\",\"Amador County, California\",\"USA.5.3_1\",\"ChIJo-0fEllAmoAReviEN7sDX08\",\"US06005\",\"06005\",38.4628410339356,-120.730057547667,39752,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8ae92e7c\",\"6007\",,84006007,6007,\"US_CA\",,,3,\"California\",\"Butte\",\"Butte County, California\",\"USA.5.4_1\",\"ChIJq3N-WwHWnIARk_kVDHE2boU\",\"US06007\",\"06007\",39.7215042114259,-121.581779649327,219186,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6d51037b\",\"6009\",,84006009,6009,\"US_CA\",,,3,\"California\",\"Calaveras\",\"Calaveras County, California\",\"USA.5.5_1\",\"ChIJgQMawEWokIARUF3VYX30ANw\",\"US06009\",\"06009\",38.1730060577394,-120.656275525369,45905,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7a91ba08\",\"6011\",,84006011,6011,\"US_CA\",,,3,\"California\",\"Colusa\",\"Colusa County, California\",\"USA.5.6_1\",\"ChIJRT5Nfet-g4ARNOrX07hzqyk\",\"US06011\",\"06011\",39.1684360504151,-122.206092710632,21547,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"949fdb24\",\"6013\",,84006013,6013,\"US_CA\",,,3,\"California\",\"Contra Costa\",\"Contra Costa County, California\",\"USA.5.7_1\",\"ChIJ3QQ6ifNuhYAR4fM4Ln-yyVk\",\"US06013\",\"06013\",37.9130153656006,-121.96233737712,1153526,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7dfc7e11\",\"6015\",,84006015,6015,\"US_CA\",,,3,\"California\",\"Del Norte\",\"Del Norte County, California\",\"USA.5.8_1\",\"ChIJx4WyaQlE0FQR8JxYKlKaNGQ\",\"US06015\",\"06015\",41.6902770996095,-123.905010124863,27812,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"93f21f3d\",\"6017\",,84006017,6017,\"US_CA\",,,3,\"California\",\"El Dorado\",\"El Dorado County, California\",\"USA.5.9_1\",\"ChIJhQd-sopHmoARt9CBUcuaJB4\",\"US06017\",\"06017\",38.786470413208,-120.525586017262,192843,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"744a323a\",\"6019\",,84006019,6019,\"US_CA\",,,3,\"California\",\"Fresno\",\"Fresno County, California\",\"USA.5.10_1\",\"ChIJb4MUvgDhlIAR17RXLUdHFN0\",\"US06019\",\"06019\",36.7449398040771,-119.734677594429,999101,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"51bce9cb\",\"6021\",,84006021,6021,\"US_CA\",,,3,\"California\",\"Glenn\",\"Glenn County, California\",\"USA.5.11_1\",\"ChIJjzDEVhZXgoAR7htH6c13W8w\",\"US06021\",\"06021\",39.5882644653321,-122.441363408308,28393,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bfb288e7\",\"6023\",,84006023,6023,\"US_CA\",,,3,\"California\",\"Humboldt\",\"Humboldt County, California\",\"USA.5.12_1\",\"ChIJsVTwdfTf01QRfyaxfTR5OjQ\",\"US06023\",\"06023\",40.7340469360352,-123.878947435386,135558,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"56d12dd2\",\"6025\",,84006025,6025,\"US_CA\",,,3,\"California\",\"Imperial\",\"Imperial County, California\",\"USA.5.13_1\",\"ChIJhdiTJCJU14ARgIVgGBtq0Ok\",\"US06025\",\"06025\",33.0264549255372,-115.306611689647,181215,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b8df4cfe\",\"6027\",,84006027,6027,\"US_CA\",,,3,\"California\",\"Inyo\",\"Inyo County, California\",\"USA.5.14_1\",\"ChIJZ9qUJCZdv4ARXoUOFIxjZpY\",\"US06027\",\"06027\",36.6265392303468,-117.51172659454,18039,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5f6761f9\",\"6029\",,84006029,6029,\"US_CA\",,,3,\"California\",\"Kern\",\"Kern County, California\",\"USA.5.15_1\",\"ChIJay370_YE64AR-iOuuhZv_Hk\",\"US06029\",\"06029\",35.2951145172119,-118.722953582361,900202,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"48a7d88a\",\"6031\",,84006031,6031,\"US_CA\",,,3,\"California\",\"Kings\",\"Kings County, California\",\"USA.5.16_1\",\"ChIJN7r1HUGolIAR515hBXl1zFQ\",\"US06031\",\"06031\",36.1597595214844,-119.758337415034,152940,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a6a9b9a6\",\"6033\",,84006033,6033,\"US_CA\",,,3,\"California\",\"Lake\",\"Lake County, California\",\"USA.5.17_1\",\"ChIJk1dBm5ndg4AR_76GSNuh_ok\",\"US06033\",\"06033\",39.1290855407715,-122.792397603883,64386,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4fca1c93\",\"6035\",,84006035,6035,\"US_CA\",,,3,\"California\",\"Lassen\",\"Lassen County, California\",\"USA.5.18_1\",\"ChIJy-T-M8DVzFQRDULlruqWmao\",\"US06035\",\"06035\",40.4502296447755,-120.661465129725,30573,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a1c47dbf\",\"6037\",,84006037,6037,\"US_CA\",,,3,\"California\",\"Los Angeles\",\"Los Angeles County, California\",\"USA.5.19_1\",\"ChIJMc1kAdMq3YARKjm9z9YofYM\",\"US06037\",\"06037\",34.2535686492921,-118.145206421379,10039107,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"467c50b8\",\"6039\",,84006039,6039,\"US_CA\",,,3,\"California\",\"Madera\",\"Madera County, California\",\"USA.5.20_1\",\"ChIJJ0RmN7I4lIARWvI1ivl5FfA\",\"US06039\",\"06039\",37.2713851928712,-119.636236166985,157327,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"07e64e4d\",\"6041\",,84006041,6041,\"US_CA\",,,3,\"California\",\"Marin\",\"Marin County, California\",\"USA.5.21_1\",\"ChIJ82aOMnyhhYARHLRVUdyH0As\",\"US06041\",\"06041\",38.0668048858643,-122.703956604004,258826,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e9e82f61\",\"6043\",,84006043,6043,\"US_CA\",,,3,\"California\",\"Mariposa\",\"Mariposa County, California\",\"USA.5.22_1\",\"ChIJey7XBpaFloARsZQNIKqDzZo\",\"US06043\",\"06043\",37.5453758239747,-119.957961232833,17203,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"008b8a54\",\"6045\",,84006045,6045,\"US_CA\",,,3,\"California\",\"Mendocino\",\"Mendocino County, California\",\"USA.5.23_1\",\"ChIJh-hRvjCOgYARFQFu8mmzZyM\",\"US06045\",\"06045\",39.3816757202148,-123.439213206201,86749,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ee85eb78\",\"6047\",,84006047,6047,\"US_CA\",,,3,\"California\",\"Merced\",\"Merced County, California\",\"USA.5.24_1\",\"ChIJV3GZ91BAkYARa-nZLEDidHY\",\"US06047\",\"06047\",37.1877460479736,-120.611195406138,277680,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"093dc67f\",\"6049\",,84006049,6049,\"US_CA\",,,3,\"California\",\"Modoc\",,\"USA.5.25_1\",\"ChIJe1A5AGiLy1QRjshRZUaYFuU\",\"US06049\",\"06049\",41.5822792053223,-120.723985289497,8841,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1efd7f0c\",\"6051\",,84006051,6051,\"US_CA\",,,3,\"California\",\"Mono\",\"Mono County, California\",\"USA.5.26_1\",\"ChIJ2ZngE-r2lYARS4EQzITgoYg\",\"US06051\",\"06051\",38.0881252288818,-119.033347016738,14444,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f0f31e20\",\"6053\",,84006053,6053,\"US_CA\",,,3,\"California\",\"Monterey\",\"Monterey County, California\",\"USA.5.27_1\",\"ChIJUV7XWK6z7IARFNInOyD3gBc\",\"US06053\",\"06053\",36.3534717559816,-121.491596672421,434061,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1990bb15\",\"6055\",,84006055,6055,\"US_CA\",,,3,\"California\",\"Napa\",\"Napa County, California\",\"USA.5.28_1\",\"ChIJMU8qI_lPhIARfMUQoxvSFP4\",\"US06055\",\"06055\",38.5120792388916,-122.32337941654,137744,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f79eda39\",\"6057\",,84006057,6057,\"US_CA\",,,3,\"California\",\"Nevada\",\"Nevada County, California\",\"USA.5.29_1\",\"ChIJX_aX8TOFm4ARgtETUAvolo8\",\"US06057\",\"06057\",39.2643013000489,-121.009676658144,99755,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1026f73e\",\"6059\",,84006059,6059,\"US_CA\",,,3,\"California\",\"Orange\",\"Orange County, California\",\"USA.5.30_1\",\"ChIJz_fVVFyS3IARB9bwj2HDpt4\",\"US06059\",\"06059\",33.6665287017823,-117.720084426918,3175692,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"35d02ccf\",\"6061\",,84006061,6061,\"US_CA\",,,3,\"California\",\"Placer\",\"Placer County, California\",\"USA.5.31_1\",\"ChIJk-ZOZm4Sm4AR8eQ1nDcJNKA\",\"US06061\",\"06061\",39.0142307281494,-120.744190700082,398329,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dbde4de3\",\"6063\",,84006063,6063,\"US_CA\",,,3,\"California\",\"Plumas\",,\"USA.5.32_1\",\"ChIJF3qkksP-nIARU6eCGxhifsY\",\"US06063\",\"06063\",40.021074295044,-120.806867459509,18807,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"32bde8d6\",\"6065\",,84006065,6065,\"US_CA\",,,3,\"California\",\"Riverside\",\"Riverside County, California\",\"USA.5.33_1\",\"ChIJr3EqHoH12oARjSkNIFgUKF8\",\"US06065\",\"06065\",33.7563095092774,-116.018635906268,2470546,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dcb389fa\",\"6067\",,84006067,6067,\"US_CA\",,,3,\"California\",\"Sacramento\",\"Sacramento County, California\",\"USA.5.34_1\",\"ChIJ2YAlNVPHmoARfxR2QbW1CPI\",\"US06067\",\"06067\",38.3738403320313,-121.273099812883,1552058,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3b0ba4fd\",\"6069\",,84006069,6069,\"US_CA\",,,3,\"California\",\"San Benito\",\"San Benito County, California\",\"USA.5.35_1\",\"ChIJ_8VcLuc7koARQXmgrXGnQxc\",\"US06069\",\"06069\",36.5929107666016,-121.027198565627,62808,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2ccb1d8e\",\"6071\",,84006071,6071,\"US_CA\",,,3,\"California\",\"San Bernardino\",\"San Bernardino County, California\",\"USA.5.36_1\",\"ChIJ5Rsx6IoqxYARyu0YyduLQwo\",\"US06071\",\"06071\",34.8423004150391,-116.112013558041,2180085,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c2c57ca2\",\"6073\",,84006073,6073,\"US_CA\",,,3,\"California\",\"San Diego\",\"San Diego County, California\",\"USA.5.37_1\",\"ChIJHWD_IzDr24ARKAeA6yv9DTU\",\"US06073\",\"06073\",33.0181827545167,-116.693127374892,3338330,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2ba6d997\",\"6075\",,84006075,6075,\"US_CA\",,,3,\"California\",\"San Francisco\",\"San Francisco County, California\",\"USA.5.38_1\",\"ChIJIQBpAG2ahYARUksNqd0_1h8\",\"US06075\",\"06075\",37.7593059539796,-122.445693733766,881549,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c5a8b8bb\",\"6077\",,84006077,6077,\"US_CA\",,,3,\"California\",\"San Joaquin\",\"San Joaquin County, California\",\"USA.5.39_1\",\"ChIJ31ZZ5gY-kIAR0dtYpsEqJEc\",\"US06077\",\"06077\",37.8912200927734,-121.247117909508,762148,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"221095bc\",\"6079\",,84006079,6079,\"US_CA\",,,3,\"California\",\"San Luis Obispo\",\"San Luis Obispo County, California\",\"USA.5.40_1\",\"ChIJX3PwOP2E7IAR9ToVLk_oEGY\",\"US06079\",\"06079\",35.3487491607666,-120.328018906093,283111,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ab530141\",\"6081\",,84006081,6081,\"US_CA\",,,3,\"California\",\"San Mateo\",\"San Mateo County, California\",\"USA.5.41_1\",\"ChIJiUYt5gF4j4AR3OQX5ii4s1c\",\"US06081\",\"06081\",37.4080543518066,-122.309773348951,766573,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"455d606d\",\"6083\",,84006083,6083,\"US_CA\",,,3,\"California\",\"Santa Barbara\",\"Santa Barbara County, California\",\"USA.5.42_1\",\"ChIJXxfrQWYM7IAR_9ACRVau1Wo\",\"US06083\",\"06083\",34.745969772339,-120.037563284539,446499,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ac3ec558\",\"6085\",,84006085,6085,\"US_CA\",,,3,\"California\",\"Santa Clara\",\"Santa Clara County, California\",\"USA.5.43_1\",\"ChIJd_Y0eVIvkIARuQyDN0F1LBA\",\"US06085\",\"06085\",37.1884803771974,-121.724214365735,1927852,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4230a474\",\"6087\",,84006087,6087,\"US_CA\",,,3,\"California\",\"Santa Cruz\",\"Santa Cruz County, California\",\"USA.5.44_1\",\"ChIJfzsx1n8TjoARGbNHDCbAPhU\",\"US06087\",\"06087\",37.0693054199219,-122.032306623578,273213,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a5888973\",\"6089\",,84006089,6089,\"US_CA\",,,3,\"California\",\"Shasta\",\"Shasta County, California\",\"USA.5.45_1\",\"ChIJuTsbyAyZ0lQRqcLKtOn5yus\",\"US06089\",\"06089\",40.7346096038819,-122.019313050076,180080,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b2483000\",\"6091\",,84006091,6091,\"US_CA\",,,3,\"California\",\"Sierra\",,\"USA.5.46_1\",,\"US06091\",\"06091\",39.5780754089356,-120.511611094895,3005,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5c46512c\",\"6093\",,84006093,6093,\"US_CA\",,,3,\"California\",\"Siskiyou\",\"Siskiyou County, California\",\"USA.5.47_1\",\"ChIJ4zDVKb3ZzVQRTEgV1H5pDrI\",\"US06093\",\"06093\",41.5001296997071,-122.544024049029,43539,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b525f419\",\"6095\",,84006095,6095,\"US_CA\",,,3,\"California\",\"Solano\",\"Solano County, California\",\"USA.5.48_1\",\"ChIJB_R9n88XhYAR-L8fjKYikj0\",\"US06095\",\"06095\",38.2914104461671,-121.903623572697,447643,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5b2b9535\",\"6097\",,84006097,6097,\"US_CA\",,,3,\"California\",\"Sonoma\",\"Sonoma County, California\",\"USA.5.49_1\",\"ChIJj7atfV0ihIAR_qYnBSATSUk\",\"US06097\",\"06097\",38.4820671081543,-122.858220107328,494336,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bc93b832\",\"6099\",,84006099,6099,\"US_CA\",,,3,\"California\",\"Stanislaus\",\"Stanislaus County, California\",\"USA.5.50_1\",\"ChIJfZBHmyBKkIARSB3-AYJIs68\",\"US06099\",\"06099\",37.5932312011719,-120.911097901993,550660,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6248e17e\",\"6101\",,84006101,6101,\"US_CA\",,,3,\"California\",\"Sutter\",\"Sutter County, California\",\"USA.5.51_1\",\"ChIJCRlcH4ezhIARAFpUT3LUXyQ\",\"US06101\",\"06101\",39.0200557708741,-121.708100173208,96971,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8c468052\",\"6103\",,84006103,6103,\"US_CA\",,,3,\"California\",\"Tehama\",\"Tehama County, California\",\"USA.5.52_1\",\"ChIJ6_8ezximgoARGaPfZ5WDxqo\",\"US06103\",\"06103\",40.1252460479737,-122.212177939394,65084,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"65252567\",\"6105\",,84006105,6105,\"US_CA\",,,3,\"California\",\"Trinity\",,\"USA.5.53_1\",\"ChIJtVJxfI4U0lQRpq67G10ZLkk\",\"US06105\",\"06105\",40.6717548370362,-123.143027619355,12285,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8b2b444b\",\"6107\",,84006107,6107,\"US_CA\",,,3,\"California\",\"Tulare\",\"Tulare County, California\",\"USA.5.54_1\",\"ChIJ1_-qb3ovlYAR5-g1FwCi4EQ\",\"US06107\",\"06107\",36.2668762207032,-118.824369002397,466195,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6c93694c\",\"6109\",,84006109,6109,\"US_CA\",,,3,\"California\",\"Tuolumne\",\"Tuolumne County, California\",\"USA.5.55_1\",\"ChIJUXsaVaYxl4ARpyB7IpcuWGU\",\"US06109\",\"06109\",38.0341606140138,-119.881057225885,54478,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7b53d03f\",\"6111\",,84006111,6111,\"US_CA\",,,3,\"California\",\"Ventura\",\"Ventura County, California\",\"USA.5.56_1\",\"ChIJqXcAstJi6YARs7DDR_CQld0\",\"US06111\",\"06111\",34.459321975708,-119.082975155267,846006,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"955db113\",\"6113\",,84006113,6113,\"US_CA\",,,3,\"California\",\"Yolo\",\"Yolo County, California\",\"USA.5.57_1\",\"ChIJ69wnuncnhYAR4jxmM3iXoXE\",\"US06113\",\"06113\",38.6198539733887,-121.863049203487,220500,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7c3e1426\",\"6115\",,84006115,6115,\"US_CA\",,,3,\"California\",\"Yuba\",\"Yuba County, California\",\"USA.5.58_1\",\"ChIJIV5ELCiJnIAR6qkoCKN843U\",\"US06115\",\"06115\",39.2778491973877,-121.438585712365,78668,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8355fc7a\",\"8001\",,84008001,8001,\"US_CO\",,,3,\"Colorado\",\"Adams\",\"Adams County, Colorado\",\"USA.6.1_1\",\"ChIJB6GazydAbIcRWmr4AmHfJ_A\",\"US08001\",\"08001\",39.8586139678955,-104.16192477832,517421,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6d5b9d56\",\"8003\",,84008003,8003,\"US_CO\",,,3,\"Colorado\",\"Alamosa\",\"Alamosa County, Colorado\",\"USA.6.2_1\",\"ChIJpfn5D4DVFYcRS4Lbt0g3BkY\",\"US08003\",\"08003\",37.5432395935059,-105.78058685093,16233,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"84383863\",\"8005\",,84008005,8005,\"US_CO\",,,3,\"Colorado\",\"Arapahoe\",\"Arapahoe County, Colorado\",\"USA.6.3_1\",\"ChIJDYo7vUlebIcRfni-5Dcedpo\",\"US08005\",\"08005\",39.6516609191895,-104.27943234395,656590,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6a36594f\",\"8007\",,84008007,8007,\"US_CO\",,,3,\"Colorado\",\"Archuleta\",\"Archuleta County, Colorado\",\"USA.6.4_1\",\"ChIJyedJHVoLPocRsr3Gw72FpBk\",\"US08007\",\"08007\",37.2019805908204,-107.044576201376,14029,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8d8e7448\",\"8009\",,84008009,8009,\"US_CO\",,,3,\"Colorado\",\"Baca\",,\"USA.6.5_1\",,\"US08009\",\"08009\",37.3252754211426,-102.562100527573,3581,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9a4ecd3b\",\"8011\",,84008011,8011,\"US_CO\",,,3,\"Colorado\",\"Bent\",,\"USA.6.6_1\",\"ChIJIcJGzccUDocRhlZ_e14CyHg\",\"US08011\",\"08011\",37.951021194458,-103.069265714306,5577,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7440ac17\",\"8013\",,84008013,8013,\"US_CO\",,,3,\"Colorado\",\"Boulder\",\"Boulder County, Colorado\",\"USA.6.7_1\",\"ChIJxXGuYuzba4cRzUewqXMASX8\",\"US08013\",\"08013\",40.0838699340821,-105.345195908883,326196,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ea2439b4\",\"8014\",,84008014,8014,\"US_CO\",,,3,\"Colorado\",\"Broomfield\",\"Broomfield County, Colorado\",\"USA.6.8_1\",\"ChIJJflQ5p_1a4cR07Jtsi8Xw1Y\",\"US08014\",\"08014\",39.9713363647462,-105.035546050896,70465,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9d230922\",\"8015\",,84008015,8015,\"US_CO\",,,3,\"Colorado\",\"Chaffee\",\"Chaffee County, Colorado\",\"USA.6.9_1\",\"ChIJNaOtETj-FIcRupOoGYAIuuQ\",\"US08015\",\"08015\",38.7397403717042,-106.181025589939,20356,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"732d680e\",\"8017\",,84008017,8017,\"US_CO\",,,3,\"Colorado\",\"Cheyenne\",,\"USA.6.10_1\",,\"US08017\",\"08017\",38.8197460174561,-102.604440055499,1831,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"94954509\",\"8019\",,84008019,8019,\"US_CO\",,,3,\"Colorado\",\"Clear Creek\",\"Clear Creek County, Colorado\",\"USA.6.11_1\",\"ChIJr3DC7TOla4cRP3Q6xF1Y7wU\",\"US08019\",\"08019\",39.7089099884034,-105.656307054899,9700,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b1639ef8\",\"8021\",,84008021,8021,\"US_CO\",,,3,\"Colorado\",\"Conejos\",,\"USA.6.12_1\",\"ChIJ2cRqZdY_FocRIt5NwatZNf8\",\"US08021\",\"08021\",37.2019805908204,-106.174471496124,8205,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5f6dffd4\",\"8023\",,84008023,8023,\"US_CO\",,,3,\"Colorado\",\"Costilla\",,\"USA.6.13_1\",,\"US08023\",\"08023\",37.3250255584717,-105.456010446931,3887,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b60e5ae1\",\"8025\",,84008025,8025,\"US_CO\",,,3,\"Colorado\",\"Crowley\",,\"USA.6.14_1\",,\"US08025\",\"08025\",38.3027744293214,-103.77842032651,6061,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"58003bcd\",\"8027\",,84008027,8027,\"US_CO\",,,3,\"Colorado\",\"Custer\",,\"USA.6.15_1\",,\"US08027\",\"08027\",38.0759906768799,-105.341582910679,5068,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bfb816ca\",\"8029\",,84008029,8029,\"US_CO\",,,3,\"Colorado\",\"Delta\",\"Delta County, Colorado\",\"USA.6.16_1\",\"ChIJ0fgy9kaWQIcR3seegoTZYek\",\"US08029\",\"08029\",38.9445514678955,-107.801213654428,31162,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a878afb9\",\"8031\",,84008031,8031,\"US_CO\",,,3,\"Colorado\",\"Denver\",\"Denver County, Colorado\",\"USA.6.17_1\",\"ChIJzWww5uJfbIcRBvfuO6cAtKY\",\"US08031\",\"08031\",39.7616462707519,-104.954171069647,727211,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4676ce95\",\"8033\",,84008033,8033,\"US_CO\",,,3,\"Colorado\",\"Dolores\",,\"USA.6.18_1\",,\"US08033\",\"08033\",37.688289642334,-108.506418745867,2055,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"af156ba0\",\"8035\",,84008035,8035,\"US_CO\",,,3,\"Colorado\",\"Douglas\",\"Douglas County, Colorado\",\"USA.6.19_1\",\"ChIJxyXdfv2-bIcRWOQrqaUIXjI\",\"US08035\",\"08035\",39.3451347351075,-104.918883160298,351154,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"411b0a8c\",\"8037\",,84008037,8037,\"US_CO\",,,3,\"Colorado\",\"Eagle\",\"Eagle County, Colorado\",\"USA.6.20_1\",\"ChIJVyxbSAS3QYcRWopZf0qZ0ug\",\"US08037\",\"08037\",39.6374053955079,-106.645249514273,55127,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e739397e\",\"8041\",,84008041,8041,\"US_CO\",,,3,\"Colorado\",\"El Paso\",\"El Paso County, Colorado\",\"USA.6.21_1\",\"ChIJiSma4fAWE4cRaCZHd0WP_RA\",\"US08041\",\"08041\",38.8306903839111,-104.560833703538,720403,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a6a3278b\",\"8039\",,84008039,8039,\"US_CO\",,,3,\"Colorado\",\"Elbert\",\"Elbert County, Colorado\",\"USA.6.22_1\",\"ChIJO6_9uyIjbYcRd5v-9MpmWX4\",\"US08039\",\"08039\",39.2150249481201,-104.188703028364,26729,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"09375852\",\"8043\",,84008043,8043,\"US_CO\",,,3,\"Colorado\",\"Fremont\",\"Fremont County, Colorado\",\"USA.6.23_1\",\"ChIJvTUeCdn-FIcRLcE9pRPo_bI\",\"US08043\",\"08043\",38.4810409545898,-105.45241714707,47839,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e054fd67\",\"8045\",,84008045,8045,\"US_CO\",,,3,\"Colorado\",\"Garfield\",\"Garfield County, Colorado\",\"USA.6.24_1\",\"ChIJzSTYCxNxQYcRk_KseUv7X-0\",\"US08045\",\"08045\",39.7255401611328,-107.524985406184,60061,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0e5a9c4b\",\"8047\",,84008047,8047,\"US_CO\",,,3,\"Colorado\",\"Gilpin\",,\"USA.6.25_1\",\"ChIJl3J4eE28a4cRJaznG0rc18k\",\"US08047\",\"08047\",39.8407707214356,-105.513014789543,6243,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e9e2b14c\",\"8049\",,84008049,8049,\"US_CO\",,,3,\"Colorado\",\"Grand\",\"Grand County, Colorado\",\"USA.6.26_1\",\"ChIJe9U-Gc9qaocRSOj8GQXWLbs\",\"US08049\",\"08049\",40.0844707489014,-106.135696439323,15734,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fe22083f\",\"8051\",,84008051,8051,\"US_CO\",,,3,\"Colorado\",\"Gunnison\",\"Gunnison County, Colorado\",\"USA.6.27_1\",\"ChIJobWkQaxrQIcRyBHlBMbqZRM\",\"US08051\",\"08051\",38.7002754211426,-106.975923538208,17462,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"102c6913\",\"8053\",,84008053,8053,\"US_CO\",,,3,\"Colorado\",\"Hinsdale\",,\"USA.6.28_1\",,\"US08053\",\"08053\",37.7820644378663,-107.299717802375,820,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f94fcc26\",\"8055\",,84008055,8055,\"US_CO\",,,3,\"Colorado\",\"Huerfano\",,\"USA.6.29_1\",\"ChIJoUCmAChgFIcR22ODFYlGPxc\",\"US08055\",\"08055\",37.6521205902101,-104.905496257031,6897,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1741ad0a\",\"8057\",,84008057,8057,\"US_CO\",,,3,\"Colorado\",\"Jackson\",,\"USA.6.30_1\",,\"US08057\",\"08057\",40.6640701293946,-106.324456136318,1392,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f0f9800d\",\"8059\",,84008059,8059,\"US_CO\",,,3,\"Colorado\",\"Jefferson\",\"Jefferson County, Colorado\",\"USA.6.31_1\",\"ChIJyxAXZg2va4cRgQv02X4ue50\",\"US08059\",\"08059\",39.5216903686524,-105.236495085166,582881,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d50f5bfc\",\"8061\",,84008061,8061,\"US_CO\",,,3,\"Colorado\",\"Kiowa\",,\"USA.6.32_1\",\"ChIJLcoE0RBTDIcRezAMPhDRSFg\",\"US08061\",\"08061\",38.4762554168701,-102.776708172314,1406,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3b013ad0\",\"8063\",,84008063,8063,\"US_CO\",,,3,\"Colorado\",\"Kit Carson\",\"Kit Carson County, Colorado\",\"USA.6.33_1\",\"ChIJbRvUnmYtc4cR6vyHhrnsEk8\",\"US08063\",\"08063\",39.3444004058839,-102.600435184141,7097,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3c6cfec9\",\"8067\",,84008067,8067,\"US_CO\",,,3,\"Colorado\",\"La Plata\",\"La Plata County, Colorado\",\"USA.6.34_1\",\"ChIJuc5xfeCiPocRfcZyScmGsxs\",\"US08067\",\"08067\",37.3162059783936,-107.844638287481,56221,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d2629fe5\",\"8065\",,84008065,8065,\"US_CO\",,,3,\"Colorado\",\"Lake\",,\"USA.6.35_1\",\"ChIJmal-dhuaaocRMOFAC0S-1CE\",\"US08065\",\"08065\",39.2181453704834,-106.333463248507,8127,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dbd4d3ce\",\"8069\",,84008069,8069,\"US_CO\",,,3,\"Colorado\",\"Larimer\",\"Larimer County, Colorado\",\"USA.6.36_1\",\"ChIJ03t0qaJuaYcRZBCHlq3SC70\",\"US08069\",\"08069\",40.6302947998048,-105.445557187487,356899,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cc146abd\",\"8071\",,84008071,8071,\"US_CO\",,,3,\"Colorado\",\"Las Animas\",\"Las Animas County, Colorado\",\"USA.6.37_1\",\"ChIJsWC_d9WREYcRRIJH9L7cAkw\",\"US08071\",\"08071\",37.4038410186768,-103.913310958448,14506,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"221a0b91\",\"8073\",,84008073,8073,\"US_CO\",,,3,\"Colorado\",\"Lincoln\",\"Lincoln County, Colorado\",\"USA.6.38_1\",\"ChIJR2MHDYWrEocR5cwO8AN8tE8\",\"US08073\",\"08073\",39.0828018188477,-103.44141168851,5701,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cb79aea4\",\"8075\",,84008075,8075,\"US_CO\",,,3,\"Colorado\",\"Logan\",\"Logan County, Colorado\",\"USA.6.39_1\",\"ChIJKw6ag78ncocRTKB7AP51HbQ\",\"US08075\",\"08075\",40.7272262573242,-103.111666650336,22409,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2577cf88\",\"8077\",,84008077,8077,\"US_CO\",,,3,\"Colorado\",\"Mesa\",\"Mesa County, Colorado\",\"USA.6.40_1\",\"ChIJv-6LuAEuRocRNF1lhEcz1-0\",\"US08077\",\"08077\",38.9355869293214,-108.582676838525,154210,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c2cfe28f\",\"8079\",,84008079,8079,\"US_CO\",,,3,\"Colorado\",\"Mineral\",,\"USA.6.41_1\",,\"US08079\",\"08079\",37.7132854461671,-106.918252775996,769,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4b8c7672\",\"8081\",,84008081,8081,\"US_CO\",,,3,\"Colorado\",\"Moffat\",,\"USA.6.42_1\",\"ChIJ5ZYoAkOhQ4cRIWH9Vr3aV1c\",\"US08081\",\"08081\",40.611909866333,-108.181096549034,13283,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a582175e\",\"8083\",,84008083,8083,\"US_CO\",,,3,\"Colorado\",\"Montezuma\",\"Montezuma County, Colorado\",\"USA.6.43_1\",\"ChIJ-cZF_Mk9OYcRew3Hwdox50Y\",\"US08083\",\"08083\",37.3162059783936,-108.627391030317,26183,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4ce1b26b\",\"8085\",,84008085,8085,\"US_CO\",,,3,\"Colorado\",\"Montrose\",\"Montrose County, Colorado\",\"USA.6.44_1\",\"ChIJ1aUiMv9JP4cRPhYDwhgWXO0\",\"US08085\",\"08085\",38.4146347045899,-108.279973326037,42758,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a2efd347\",\"8087\",,84008087,8087,\"US_CO\",,,3,\"Colorado\",\"Morgan\",\"Morgan County, Colorado\",\"USA.6.45_1\",\"ChIJU9EWMs32bYcRNh3Sk8RP7JU\",\"US08087\",\"08087\",40.3030853271485,-103.809549307341,29068,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4557fe40\",\"8089\",,84008089,8089,\"US_CO\",,,3,\"Colorado\",\"Otero\",,\"USA.6.46_1\",\"ChIJddvwpowZDocRoWa2QdZLKRU\",\"US08089\",\"08089\",37.950330734253,-103.729375799824,18278,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"52974733\",\"8091\",,84008091,8091,\"US_CO\",,,3,\"Colorado\",\"Ouray\",,\"USA.6.47_1\",\"ChIJEStbgeS0OIcRQJgULWW52WQ\",\"US08091\",\"08091\",38.1111965179445,-107.726018208521,4952,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bc99261f\",\"8093\",,84008093,8093,\"US_CO\",,,3,\"Colorado\",\"Park\",\"Park County, Colorado\",\"USA.6.48_1\",\"ChIJU5Ko564ha4cRi1ywfW51ffg\",\"US08093\",\"08093\",39.1276798248292,-105.757080999756,18845,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"55fa832a\",\"8095\",,84008095,8095,\"US_CO\",,,3,\"Colorado\",\"Phillips\",,\"USA.6.49_1\",\"ChIJkcgyhgvVc4cR0lHcKWCJ890\",\"US08095\",\"08095\",40.5689601898194,-102.356849338224,4265,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bbf4e206\",\"8097\",,84008097,8097,\"US_CO\",,,3,\"Colorado\",\"Pitkin\",\"Pitkin County, Colorado\",\"USA.6.50_1\",\"ChIJVyxbSAS3QYcRUtO4yC-Bohw\",\"US08097\",\"08097\",39.1706562042238,-106.927338166093,17767,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5c4ccf01\",\"8099\",,84008099,8099,\"US_CO\",,,3,\"Colorado\",\"Prowers\",,\"USA.6.51_1\",\"ChIJMY_io4KfDocR8yD7iWJPkwE\",\"US08099\",\"08099\",37.9524097442627,-102.391345319685,12172,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8297964d\",\"8101\",,84008101,8101,\"US_CO\",,,3,\"Colorado\",\"Pueblo\",\"Pueblo County, Colorado\",\"USA.6.52_1\",\"ChIJbSRz_4WvE4cRLsrDtfjKNkI\",\"US08101\",\"08101\",38.1168651580811,-104.553367693336,168424,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6c99f761\",\"8103\",,84008103,8103,\"US_CO\",,,3,\"Colorado\",\"Rio Blanco\",,\"USA.6.53_1\",\"ChIJS_ltJV_WQ4cRoQDIpgcxwLg\",\"US08103\",\"08103\",39.9433250427247,-108.184825842865,6324,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"85fa5254\",\"8105\",,84008105,8105,\"US_CO\",,,3,\"Colorado\",\"Rio Grande\",,\"USA.6.54_1\",\"ChIJPS7BiHv2FYcRq_u9j6Kpvpw\",\"US08105\",\"08105\",37.6180553436279,-106.375199890726,11267,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6bf43378\",\"8107\",,84008107,8107,\"US_CO\",,,3,\"Colorado\",\"Routt\",\"Routt County, Colorado\",\"USA.6.55_1\",\"ChIJ-dGew1EYQocRZA3rearTJXE\",\"US08107\",\"08107\",40.4658946990967,-107.04233541173,25638,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8c4c1e7f\",\"8109\",,84008109,8109,\"US_CO\",,,3,\"Colorado\",\"Saguache\",,\"USA.6.56_1\",\"ChIJSfDdiHv2FYcRqG_V9wALwHY\",\"US08109\",\"08109\",38.0998497009278,-106.326971530406,6824,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9b8ca70c\",\"8111\",,84008111,8111,\"US_CO\",,,3,\"Colorado\",\"San Juan\",,\"USA.6.57_1\",,\"US08111\",\"08111\",37.7999801635742,-107.642613774183,728,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7582c620\",\"8113\",,84008113,8113,\"US_CO\",,,3,\"Colorado\",\"San Miguel\",\"San Miguel County, Colorado\",\"USA.6.58_1\",\"ChIJkZS2D5W2OIcRnCDJ-x92fYs\",\"US08113\",\"08113\",37.9640808105469,-108.412081219105,8179,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9ce16315\",\"8115\",,84008115,8115,\"US_CO\",,,3,\"Colorado\",\"Sedgwick\",,\"USA.6.59_1\",,\"US08115\",\"08115\",40.8366355895997,-102.350795869118,2248,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"72ef0239\",\"8117\",,84008117,8117,\"US_CO\",,,3,\"Colorado\",\"Summit\",\"Summit County, Colorado\",\"USA.6.60_1\",\"ChIJu4HI4ohcaocRaP8eOJik0GI\",\"US08117\",\"08117\",39.6419563293458,-106.011164929275,31011,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"95572f3e\",\"8119\",,84008119,8119,\"US_CO\",,,3,\"Colorado\",\"Teller\",\"Teller County, Colorado\",\"USA.6.61_1\",\"ChIJZfzYnp7KFIcRoA2ASNibwDk\",\"US08119\",\"08119\",38.910255432129,-105.179040564824,25388,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b0a1f4cf\",\"8121\",,84008121,8121,\"US_CO\",,,3,\"Colorado\",\"Washington\",,\"USA.6.62_1\",\"ChIJwYuR4ZYUcocRubogihL3NfM\",\"US08121\",\"08121\",40.0013198852539,-103.136218237246,4908,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5eaf95e3\",\"8123\",,84008123,8123,\"US_CO\",,,3,\"Colorado\",\"Weld\",\"Weld County, Colorado\",\"USA.6.63_1\",\"ChIJCxObk9oHbIcR-vkuHPq7yHk\",\"US08123\",\"08123\",40.4793109893799,-104.545511974799,324492,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b7cc30d6\",\"8125\",,84008125,8125,\"US_CO\",,,3,\"Colorado\",\"Yuma\",,\"USA.6.64_1\",\"ChIJUZ28w7WYc4cRsoMbAMMbpPI\",\"US08125\",\"08125\",40.0035152435303,-102.421049622911,10019,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3be99b1f\",\"9001\",,84009001,9001,\"US_CT\",,,3,\"Connecticut\",\"Fairfield\",\"Fairfield County, Connecticut\",\"USA.7.1_1\",\"ChIJmeTbuDYH6IkR3xgeNvszpgg\",\"US09001\",\"09001\",41.326810836792,-73.3267463443019,943332,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d5e7fa33\",\"9003\",,84009003,9003,\"US_CT\",,,3,\"Connecticut\",\"Hartford\",\"Hartford County, Connecticut\",\"USA.7.2_1\",\"ChIJtxC3p6qs54kRIvK-2bctar0\",\"US09003\",\"09003\",41.7945194244385,-72.7442935847694,891720,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3c845f06\",\"9005\",,84009005,9005,\"US_CT\",,,3,\"Connecticut\",\"Litchfield\",\"Litchfield County, Connecticut\",\"USA.7.3_1\",\"ChIJvYe7N7eQ54kRL6nZaXRwPkI\",\"US09005\",\"09005\",41.7636737823486,-73.2606998836647,180333,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d28a3e2a\",\"9007\",,84009007,9007,\"US_CT\",,,3,\"Connecticut\",\"Middlesex\",\"Middlesex County, Connecticut\",\"USA.7.4_1\",\"ChIJWRM2Nakw5okRoTCxHvz_5xw\",\"US09007\",\"09007\",41.4586105346681,-72.5228092191383,162436,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3532132d\",\"9009\",,84009009,9009,\"US_CT\",,,3,\"Connecticut\",\"New Haven\",\"New Haven County, Connecticut\",\"USA.7.5_1\",\"ChIJiT24cvvP54kR2fSPHkp0Akc\",\"US09009\",\"09009\",41.405595779419,-72.9080972066903,854757,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"22f2aa5e\",\"9011\",,84009011,9011,\"US_CT\",,,3,\"Connecticut\",\"New London\",\"New London County, Connecticut\",\"USA.7.6_1\",\"ChIJwTIQbvVv5okRU5_gSJczUTQ\",\"US09011\",\"09011\",41.4959735870361,-71.9365821263362,265206,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ccfccb72\",\"9013\",,84009013,9013,\"US_CT\",,,3,\"Connecticut\",\"Tolland\",\"Tolland County, Connecticut\",\"USA.7.7_1\",\"ChIJj-lvZQli5okRGCuGRd6xKt0\",\"US09013\",\"09013\",41.8121299743653,-72.3187358880152,150721,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"259f6e47\",\"9015\",,84009015,9015,\"US_CT\",,,3,\"Connecticut\",\"Windham\",\"Windham County, Connecticut\",\"USA.7.8_1\",\"ChIJRWKqeLdi5okRLXWDlSEGeTY\",\"US09015\",\"09015\",41.8252449035645,-71.9786843553432,116782,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7b81fd25\",\"10001\",,84010001,10001,\"US_DE\",,,3,\"Delaware\",\"Kent\",\"Kent County, Delaware\",\"USA.8.1_1\",\"ChIJ04r5Mk5hx4kRANs7LoMEe3U\",\"US10001\",\"10001\",39.0981159210206,-75.5717726322351,180786,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"958f9c09\",\"10003\",,84010003,10003,\"US_DE\",,,3,\"Delaware\",\"New Castle\",\"New Castle County, Delaware\",\"USA.8.2_1\",\"ChIJh7_kg3Ybx4kR6L5mDoWESqw\",\"US10003\",\"10003\",39.5657196044922,-75.6473024147745,558753,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7cec393c\",\"10005\",,84010005,10005,\"US_DE\",,,3,\"Delaware\",\"Sussex\",\"Sussex County, Delaware\",\"USA.8.3_1\",\"ChIJaWUVnA-PuIkRzxJPFm9RUIg\",\"US10005\",\"10005\",38.6962490081787,-75.4345298825364,234225,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c33d9a40\",\"11001\",,84011001,11001,\"US_DC\",,,3,\"District of Columbia\",\"District of Columbia\",,\"USA.9.1_1\",,\"US11001\",\"11001\",38.9019050598145,-76.9998438531712,705749,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d18835ae\",\"12001\",,84012001,12001,\"US_FL\",,,3,\"Florida\",\"Alachua\",\"Alachua County, Florida\",\"USA.10.1_1\",\"ChIJackTQW6i6IgRfhtwPpmP_N4\",\"US12001\",\"12001\",29.6863803863526,-82.355113506275,269043,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3f865482\",\"12003\",,84012003,12003,\"US_FL\",,,3,\"Florida\",\"Baker\",\"Baker County, Florida\",\"USA.10.2_1\",\"ChIJGd4S2yln74gRkECwSZYvrB8\",\"US12003\",\"12003\",30.3601093292237,-82.3129584482868,29210,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d6e5f1b7\",\"12005\",,84012005,12005,\"US_FL\",,,3,\"Florida\",\"Bay\",\"Bay County, Florida\",\"USA.10.3_1\",\"ChIJh98c1IWck4gRDyqJy1D_miU\",\"US12005\",\"12005\",30.29847240448,-85.4792803102092,174705,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"38eb909b\",\"12007\",,84012007,12007,\"US_FL\",,,3,\"Florida\",\"Bradford\",\"Bradford County, Florida\",\"USA.10.4_1\",\"ChIJTeIXRrz95YgRF704pXGzURE\",\"US12007\",\"12007\",29.92959690094,-82.2141176147802,28201,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"df53bd9c\",\"12009\",,84012009,12009,\"US_FL\",,,3,\"Florida\",\"Brevard\",\"Brevard County, Florida\",\"USA.10.5_1\",\"ChIJbXb9O7z93YgRkWvSibvwmzI\",\"US12009\",\"12009\",28.3131933212281,-80.7840947444819,601942,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c89304ef\",\"12011\",,84012011,12011,\"US_FL\",,,3,\"Florida\",\"Broward\",\"Broward County, Florida\",\"USA.10.6_1\",\"ChIJFUaCG35_2YgRFNYLv44fMaA\",\"US12011\",\"12011\",26.1475000381471,-80.4895811801874,1952778,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"269d65c3\",\"12013\",,84012013,12013,\"US_FL\",,,3,\"Florida\",\"Calhoun\",,\"USA.10.7_1\",\"ChIJ_5SOctEUk4gRqfDjBFOj_S8\",\"US12013\",\"12013\",30.4029560089112,-85.2087659700678,14105,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cffec0f6\",\"12015\",,84012015,12015,\"US_FL\",,,3,\"Florida\",\"Charlotte\",\"Charlotte County, Florida\",\"USA.10.8_1\",\"ChIJ5wqKc4dY24gRmeFqag0029I\",\"US12015\",\"12015\",26.9078569412232,-81.829600995159,188910,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"21f0a1da\",\"12017\",,84012017,12017,\"US_FL\",,,3,\"Florida\",\"Citrus\",\"Citrus County, Florida\",\"USA.10.9_1\",\"ChIJfVwIG9UM6IgRgkKDcCpQRbk\",\"US12017\",\"12017\",28.859224319458,-82.4428009472211,149657,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c6488cdd\",\"12019\",,84012019,12019,\"US_FL\",,,3,\"Florida\",\"Clay\",\"Clay County, Florida\",\"USA.10.10_1\",\"ChIJwRfmWjoP5ogRABDrfgS0MSc\",\"US12019\",\"12019\",29.9632215499878,-81.821580047503,219252,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e3be572c\",\"12021\",,84012021,12021,\"US_FL\",,,3,\"Florida\",\"Collier\",\"Collier County, Florida\",\"USA.10.11_1\",\"ChIJobBYdXKs24gRmut-Oyvi-mw\",\"US12021\",\"12021\",26.1598615646362,-81.3447839950355,384902,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0db03600\",\"12023\",,84012023,12023,\"US_FL\",,,3,\"Florida\",\"Columbia\",\"Columbia County, Florida\",\"USA.10.12_1\",\"ChIJe5s0tool74gRqIRd0q8jiHU\",\"US12023\",\"12023\",30.260446548462,-82.6266048015186,71686,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0addf219\",\"12027\",,84012027,12027,\"US_FL\",,,3,\"Florida\",\"DeSoto\",\"DeSoto County, Florida\",\"USA.10.13_1\",\"ChIJTzXJ8vi93IgRv-olrJIBS5M\",\"US12027\",\"12027\",27.1277399063111,-81.8098372531945,38001,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ed65df1e\",\"12029\",,84012029,12029,\"US_FL\",,,3,\"Florida\",\"Dixie\",,\"USA.10.14_1\",\"ChIJA2zQ9mNB6YgRUpYPBe2GbpI\",\"US12029\",\"12029\",29.5685195922852,-83.1761323701679,16826,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"faa5666d\",\"12031\",,84012031,12031,\"US_FL\",,,3,\"Florida\",\"Duval\",\"Duval County, Florida\",\"USA.10.15_1\",\"ChIJi2OkTHOZ5YgRAx47esLB8vs\",\"US12031\",\"12031\",30.3449954986572,-81.6825676917287,957755,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"14ab0741\",\"12033\",,84012033,12033,\"US_FL\",,,3,\"Florida\",\"Escambia\",\"Escambia County, Florida\",\"USA.10.16_1\",\"ChIJseTBcm1lkIgRNUELOhQhLts\",\"US12033\",\"12033\",30.6539058685304,-87.3307664222324,318316,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fdc8a274\",\"12035\",,84012035,12035,\"US_FL\",,,3,\"Florida\",\"Flagler\",\"Flagler County, Florida\",\"USA.10.17_1\",\"ChIJ_1RVZTjt5ogRva_K8GwyO2U\",\"US12035\",\"12035\",29.4656944274903,-81.3163499785662,115081,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"13c6c358\",\"12037\",,84012037,12037,\"US_FL\",,,3,\"Florida\",\"Franklin\",,\"USA.10.18_1\",\"ChIJP-lGaEhW64gRPXs_qZELjME\",\"US12037\",\"12037\",29.8520812988282,-84.8359690751021,12125,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f47eee5f\",\"12039\",,84012039,12039,\"US_FL\",,,3,\"Florida\",\"Gadsden\",\"Gadsden County, Florida\",\"USA.10.19_1\",\"ChIJ9ZzF0Q7C7IgRpibXdrVNPtM\",\"US12039\",\"12039\",30.5470304489136,-84.6358599219758,45660,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b5e4f0aa\",\"12041\",,84012041,12041,\"US_FL\",,,3,\"Florida\",\"Gilchrist\",\"Gilchrist County, Florida\",\"USA.10.20_1\",\"ChIJ72sWtiEg6YgR14_EOL-cwIc\",\"US12041\",\"12041\",29.7486295700074,-82.7980612023093,18582,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5bea9186\",\"12043\",,84012043,12043,\"US_FL\",,,3,\"Florida\",\"Glades\",\"Glades County, Florida\",\"USA.10.21_1\",\"ChIJpUP3Sfs93IgRW_uBhDIjAOg\",\"US12043\",\"12043\",26.994701385498,-81.2225663317334,13811,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b28934b3\",\"12045\",,84012045,12045,\"US_FL\",,,3,\"Florida\",\"Gulf\",\"Gulf County, Florida\",\"USA.10.22_1\",\"ChIJ45m-JEtgk4gRhYy6hxni0cg\",\"US12045\",\"12045\",29.9356298446656,-85.2013570981824,13639,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5c87559f\",\"12047\",,84012047,12047,\"US_FL\",,,3,\"Florida\",\"Hamilton\",\"Hamilton County, Florida\",\"USA.10.23_1\",\"ChIJi8W08dFE74gRPW2hefO7n7M\",\"US12047\",\"12047\",30.4737358093262,-82.9642996857742,14428,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bb3f7898\",\"12049\",,84012049,12049,\"US_FL\",,,3,\"Florida\",\"Hardee\",\"Hardee County, Florida\",\"USA.10.24_1\",\"ChIJEewZJFLD3IgR7MDdgOV_dsw\",\"US12049\",\"12049\",27.5227556228638,-81.8095788444845,26937,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"acffc1eb\",\"12051\",,84012051,12051,\"US_FL\",,,3,\"Florida\",\"Hendry\",\"Hendry County, Florida\",\"USA.10.25_1\",\"ChIJc0HRaC_l24gRPNP7XzXH24A\",\"US12051\",\"12051\",26.6132564544678,-81.224403407426,42022,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"42f1a0c7\",\"12053\",,84012053,12053,\"US_FL\",,,3,\"Florida\",\"Hernando\",\"Hernando County, Florida\",\"USA.10.26_1\",\"ChIJYW9IKOH754gR_4iRE0VRW9o\",\"US12053\",\"12053\",28.5639257431031,-82.3930978481579,193920,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ab9205f2\",\"12055\",,84012055,12055,\"US_FL\",,,3,\"Florida\",\"Highlands\",\"Highlands County, Florida\",\"USA.10.27_1\",\"ChIJdQYWJcda3IgRrSEaqxjStTM\",\"US12055\",\"12055\",27.3393211364746,-81.3041840470152,106221,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"459c64de\",\"12057\",,84012057,12057,\"US_FL\",,,3,\"Florida\",\"Hillsborough\",\"Hillsborough County, Florida\",\"USA.10.28_1\",\"ChIJlY4KVxI13YgRDPMa3yohOts\",\"US12057\",\"12057\",27.9094848632813,-82.2419585910558,1471968,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a22449d9\",\"12059\",,84012059,12059,\"US_FL\",,,3,\"Florida\",\"Holmes\",\"Holmes County, Florida\",\"USA.10.29_1\",\"ChIJHbV_dTK3k4gR2mrWL_AIRMQ\",\"US12059\",\"12059\",30.8513650894165,-85.8164718320055,19617,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"87d29228\",\"12061\",,84012061,12061,\"US_FL\",,,3,\"Florida\",\"Indian River\",\"Indian River County, Florida\",\"USA.10.30_1\",\"ChIJkfXeA2dk3ogR5H4ds095lLU\",\"US12061\",\"12061\",27.7050485610963,-80.6364879771414,159923,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"69dcf304\",\"12063\",,84012063,12063,\"US_FL\",,,3,\"Florida\",\"Jackson\",\"Jackson County, Florida\",\"USA.10.31_1\",\"ChIJGWTSWiAak4gRQPoM1WXww-s\",\"US12063\",\"12063\",30.7812652587891,-85.177919969948,46414,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"80bf5631\",\"12065\",,84012065,12065,\"US_FL\",,,3,\"Florida\",\"Jefferson\",\"Jefferson County, Florida\",\"USA.10.32_1\",\"ChIJN09z7uJs7IgRlBPNx4hndVg\",\"US12065\",\"12065\",30.3785400390626,-83.9379781708764,14246,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6eb1371d\",\"12067\",,84012067,12067,\"US_FL\",,,3,\"Florida\",\"Lafayette\",,\"USA.10.33_1\",\"ChIJgcketiYz6YgR5oQe9Dio1l4\",\"US12067\",\"12067\",30.0389852523804,-83.1959389725939,8422,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"89091a1a\",\"12069\",,84012069,12069,\"US_FL\",,,3,\"Florida\",\"Lake\",\"Lake County, Florida\",\"USA.10.34_1\",\"ChIJA8J8CSaM54gRMs9XFunb7ng\",\"US12069\",\"12069\",28.8401460647584,-81.6764709947766,367118,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9ec9a369\",\"12071\",,84012071,12071,\"US_FL\",,,3,\"Florida\",\"Lee\",\"Lee County, Florida\",\"USA.10.35_1\",\"ChIJ47t3hVRu24gRQF8fhs0Ftik\",\"US12071\",\"12071\",26.5430555343629,-81.807787415404,770577,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"70c7c245\",\"12073\",,84012073,12073,\"US_FL\",,,3,\"Florida\",\"Leon\",\"Leon County, Florida\",\"USA.10.36_1\",\"ChIJU0sSh1GK7IgRd8C1aGi7b8g\",\"US12073\",\"12073\",30.4825153350831,-84.2208866824202,293582,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"99a46770\",\"12075\",,84012075,12075,\"US_FL\",,,3,\"Florida\",\"Levy\",\"Levy County, Florida\",\"USA.10.37_1\",\"ChIJ7908BbD26IgRFinrUKJ6BFA\",\"US12075\",\"12075\",29.2923011779786,-82.7764144714566,41503,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"77aa065c\",\"12077\",,84012077,12077,\"US_FL\",,,3,\"Florida\",\"Liberty\",,\"USA.10.38_1\",\"ChIJk8MU9fmu7IgRFbOO4hfqNwQ\",\"US12077\",\"12077\",30.2892351150514,-84.8909102198738,8354,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"90122b5b\",\"12079\",,84012079,12079,\"US_FL\",,,3,\"Florida\",\"Madison\",\"Madison County, Florida\",\"USA.10.39_1\",\"ChIJXdNH1SMD7IgRpy7AgOTZCGk\",\"US12079\",\"12079\",30.4549446105957,-83.4733177470386,18493,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1951bfa6\",\"12081\",,84012081,12081,\"US_FL\",,,3,\"Florida\",\"Manatee\",\"Manatee County, Florida\",\"USA.10.40_1\",\"ChIJO3wisEEuw4gRJkeIhpCVu-Q\",\"US12081\",\"12081\",27.4270877838136,-82.3330189153106,403253,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f75fde8a\",\"12083\",,84012083,12083,\"US_FL\",,,3,\"Florida\",\"Marion\",\"Marion County, Florida\",\"USA.10.41_1\",\"ChIJaQaVRVXQ54gRCht5zsSwoNI\",\"US12083\",\"12083\",29.2346267700195,-82.0226619194045,365579,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1e3c7bbf\",\"12085\",,84012085,12085,\"US_FL\",,,3,\"Florida\",\"Martin\",\"Martin County, Florida\",\"USA.10.42_1\",\"ChIJ-V-yPH7H3ogRstggZi-Szls\",\"US12085\",\"12085\",27.0830173492432,-80.4242035686852,161000,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"87352a05\",\"12086\",,84012086,12086,\"US_FL\",,,3,\"Florida\",\"Miami-Dade\",\"Miami-Dade County, Florida\",\"USA.10.43_1\",\"ChIJORjpTQWL2YgRi2OVgXQeaUk\",\"US12086\",\"12086\",25.5580568313599,-80.5905958188433,2716940,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f0321a93\",\"12087\",,84012087,12087,\"US_FL\",,,3,\"Florida\",\"Monroe\",\"Monroe County, Florida\",\"USA.10.44_1\",\"ChIJmxojnNyG2ogRIGAhTf-Tm3I\",\"US12087\",\"12087\",25.4608325958253,-81.0208335105232,74228,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"178a3794\",\"12089\",,84012089,12089,\"US_FL\",,,3,\"Florida\",\"Nassau\",\"Nassau County, Florida\",\"USA.10.45_1\",\"ChIJqbrwpti85YgRwPnj3RzwMuE\",\"US12089\",\"12089\",30.5517559051514,-81.8743325189366,88625,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"004a8ee7\",\"12091\",,84012091,12091,\"US_FL\",,,3,\"Florida\",\"Okaloosa\",\"Okaloosa County, Florida\",\"USA.10.46_1\",\"ChIJ3dz0mGtskYgRHAGiUBwb5GI\",\"US12091\",\"12091\",30.674735069275,-86.5927273958033,210738,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ee44efcb\",\"12093\",,84012093,12093,\"US_FL\",,,3,\"Florida\",\"Okeechobee\",\"Okeechobee County, Florida\",\"USA.10.47_1\",\"ChIJTwto7i8h3IgRwUNzWnROsEU\",\"US12093\",\"12093\",27.3012056350708,-80.8470974249613,42168,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"07274afe\",\"12095\",,84012095,12095,\"US_FL\",,,3,\"Florida\",\"Orange\",\"Orange County, Florida\",\"USA.10.48_1\",\"ChIJLUsuoVaY54gRS_Ma3ZvbwUQ\",\"US12095\",\"12095\",28.5665998458863,-81.2950164104647,1393452,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e9292bd2\",\"12097\",,84012097,12097,\"US_FL\",,,3,\"Florida\",\"Osceola\",\"Osceola County, Florida\",\"USA.10.49_1\",\"ChIJpdRpwtGX3YgRX3_mBdXs8Y0\",\"US12097\",\"12097\",27.991276741028,-81.124813079834,375751,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0e9106d5\",\"12099\",,84012099,12099,\"US_FL\",,,3,\"Florida\",\"Palm Beach\",\"Palm Beach County, Florida\",\"USA.10.50_1\",\"ChIJ89agzq663ogRA5AghqgXmok\",\"US12099\",\"12099\",26.6459722518921,-80.4638963530011,1496770,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d04a5f99\",\"12101\",,84012101,12101,\"US_FL\",,,3,\"Florida\",\"Pasco\",\"Pasco County, Florida\",\"USA.10.51_1\",\"ChIJ39F9Y7uuwogR7V0K7CtewiY\",\"US12101\",\"12101\",28.3227415084839,-82.3940619493386,553947,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3e443eb5\",\"12103\",,84012103,12103,\"US_FL\",,,3,\"Florida\",\"Pinellas\",\"Pinellas County, Florida\",\"USA.10.52_1\",\"ChIJmU1R49GXwogREBL8gkBLFZ8\",\"US12103\",\"12103\",27.9339590072632,-82.7664890289306,974996,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d7279b80\",\"12105\",,84012105,12105,\"US_FL\",,,3,\"Florida\",\"Polk\",\"Polk County, Florida\",\"USA.10.53_1\",\"ChIJD0-pOcNq3YgRmOvtrrA4vjg\",\"US12105\",\"12105\",28.0012655258178,-81.7379851774658,724777,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3929faac\",\"12107\",,84012107,12107,\"US_FL\",,,3,\"Florida\",\"Putnam\",\"Putnam County, Florida\",\"USA.10.54_1\",\"ChIJe5dTbJIS5ogRjoZqmROFwdQ\",\"US12107\",\"12107\",29.5770597457887,-81.7893624560882,74521,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"275f0ff4\",\"12113\",,84012113,12113,\"US_FL\",,,3,\"Florida\",\"Santa Rosa\",\"Santa Rosa County, Florida\",\"USA.10.57_1\",\"ChIJKZ5dCqXkkIgRnxtBMJwndvA\",\"US12113\",\"12113\",30.6708202362061,-87.0306434193961,184313,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ce3caac1\",\"12115\",,84012115,12115,\"US_FL\",,,3,\"Florida\",\"Sarasota\",\"Sarasota County, Florida\",\"USA.10.58_1\",\"ChIJuRKBBt-t3IgRVZgMC9epEtI\",\"US12115\",\"12115\",27.166527748108,-82.2711750646805,433742,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2032cbed\",\"12117\",,84012117,12117,\"US_FL\",,,3,\"Florida\",\"Seminole\",\"Seminole County, Florida\",\"USA.10.59_1\",\"ChIJMZgld-Nq54gRAdgUl-UK_d0\",\"US12117\",\"12117\",28.7464809417726,-81.2386419561626,471826,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"de91d7ab\",\"12109\",,84012109,12109,\"US_FL\",,,3,\"Florida\",\"St. Johns\",\"St. Johns County, Florida\",\"USA.10.55_1\",\"ChIJsx8LGrjh5YgRRLOselY_NPE\",\"US12109\",\"12109\",29.9377756118775,-81.4462946623122,264672,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c9516ed8\",\"12111\",,84012111,12111,\"US_FL\",,,3,\"Florida\",\"St. Lucie\",\"St. Lucie County, Florida\",\"USA.10.56_1\",\"ChIJo4hoBJiT3ogR29cIVGIFp_M\",\"US12111\",\"12111\",27.3824100494385,-80.4866295526945,328297,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c78ae6ea\",\"12119\",,84012119,12119,\"US_FL\",,,3,\"Florida\",\"Sumter\",\"Sumter County, Florida\",\"USA.10.60_1\",\"ChIJD8Uf1uni54gRjsPSegwTL08\",\"US12119\",\"12119\",28.6333599090577,-82.1060142922288,132420,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e27c3d1b\",\"12121\",,84012121,12121,\"US_FL\",,,3,\"Florida\",\"Suwannee\",\"Suwannee County, Florida\",\"USA.10.61_1\",\"ChIJz43VOa4q74gRooJQfmjTCl8\",\"US12121\",\"12121\",30.1642370223999,-83.0132483625987,44417,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0c725c37\",\"12123\",,84012123,12123,\"US_FL\",,,3,\"Florida\",\"Taylor\",\"Taylor County, Florida\",\"USA.10.62_1\",\"ChIJM-1A5pZT6YgRt7pAufOghoM\",\"US12123\",\"12123\",29.9848613739014,-83.5976522366206,21569,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e511f902\",\"12125\",,84012125,12125,\"US_FL\",,,3,\"Florida\",\"Union\",,\"USA.10.63_1\",\"ChIJc_JKxwhV74gRI-1kdp7Ewps\",\"US12125\",\"12125\",30.0324306488037,-82.3843179044813,15237,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0b1f982e\",\"12127\",,84012127,12127,\"US_FL\",,,3,\"Florida\",\"Volusia\",\"Volusia County, Florida\",\"USA.10.64_1\",\"ChIJnaCQPsIF54gRfVd-Mdz2z9w\",\"US12127\",\"12127\",29.0163888931276,-81.1520975248346,553284,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"eca7b529\",\"12129\",,84012129,12129,\"US_FL\",,,3,\"Florida\",\"Wakulla\",\"Wakulla County, Florida\",\"USA.10.65_1\",\"ChIJpY4MDq2Y7IgR6Hejj0RDNlo\",\"US12129\",\"12129\",30.1367807388306,-84.4383912492835,33739,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fb670c5a\",\"12131\",,84012131,12131,\"US_FL\",,,3,\"Florida\",\"Walton\",\"Walton County, Florida\",\"USA.10.66_1\",\"ChIJR7MhsZFjkYgRy21szaJzyW0\",\"US12131\",\"12131\",30.6318349838258,-86.1525045348209,74071,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"15696d76\",\"12133\",,84012133,12133,\"US_FL\",,,3,\"Florida\",\"Washington\",\"Washington County, Florida\",\"USA.10.67_1\",\"ChIJVcKAT5q8k4gRGjo4syS8Z_M\",\"US12133\",\"12133\",30.6121006011963,-85.6726823808888,25473,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"693452cb\",\"13001\",,84013001,13001,\"US_GA\",,,3,\"Georgia\",\"Appling\",\"Appling County, Georgia\",\"USA.11.1_1\",\"ChIJWd_sKIoL8IgRB1z6BhwL-9w\",\"US13001\",\"13001\",31.7218856811523,-82.3270944698626,18386,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"873a33e7\",\"13003\",,84013003,13003,\"US_GA\",,,3,\"Georgia\",\"Atkinson\",,\"USA.11.2_1\",\"ChIJJYXPzC7T74gRLtfYYbXhcmk\",\"US13003\",\"13003\",31.3046998977661,-82.8422165076499,8165,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6e5996d2\",\"13005\",,84013005,13005,\"US_GA\",,,3,\"Georgia\",\"Bacon\",,\"USA.11.3_1\",\"ChIJIddJjP4a8IgR9Qa9hkdv_lc\",\"US13005\",\"13005\",31.564061164856,-82.4458148692872,11164,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8057f7fe\",\"13007\",,84013007,13007,\"US_GA\",,,3,\"Georgia\",\"Baker\",,\"USA.11.4_1\",,\"US13007\",\"13007\",31.2637920379639,-84.4986877449572,3038,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"67efdaf9\",\"13009\",,84013009,13009,\"US_GA\",,,3,\"Georgia\",\"Baldwin\",\"Baldwin County, Georgia\",\"USA.11.5_1\",\"ChIJy4bc6AfI9ogRkfdoqTq9cG4\",\"US13009\",\"13009\",33.0581951141358,-83.2520632522804,44890,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"702f638a\",\"13011\",,84013011,13011,\"US_GA\",,,3,\"Georgia\",\"Banks\",\"Banks County, Georgia\",\"USA.11.6_1\",\"ChIJ2QARvNAG9ogR3gwXQOI1lkg\",\"US13011\",\"13011\",34.3442115783691,-83.5212001292917,19234,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9e2102a6\",\"13013\",,84013013,13013,\"US_GA\",,,3,\"Georgia\",\"Barrow\",\"Barrow County, Georgia\",\"USA.11.7_1\",\"ChIJL5Yi-MNS9IgR5XSs82e5OEg\",\"US13013\",\"13013\",34.0112705230713,-83.7103732304019,83240,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7742a793\",\"13015\",,84013015,13015,\"US_GA\",,,3,\"Georgia\",\"Bartow\",\"Bartow County, Georgia\",\"USA.11.8_1\",\"ChIJVeF10MtP9YgRZzpsh823RrE\",\"US13015\",\"13015\",34.2307205200196,-84.8387266993695,107738,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"994cc6bf\",\"13017\",,84013017,13017,\"US_GA\",,,3,\"Georgia\",\"Ben Hill\",,\"USA.11.9_1\",\"ChIJAbZPDA7j8YgRFv71ZBzRWdE\",\"US13017\",\"13017\",31.753254890442,-83.1606254212703,16700,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7ef4ebb8\",\"13019\",,84013019,13019,\"US_GA\",,,3,\"Georgia\",\"Berrien\",,\"USA.11.10_1\",\"ChIJlfABwOwW7ogR9U0JYvFP4wo\",\"US13019\",\"13019\",31.2507753372192,-83.1935021644976,19397,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5b023049\",\"13021\",,84013021,13021,\"US_GA\",,,3,\"Georgia\",\"Bibb\",\"Bibb County, Georgia\",\"USA.11.11_1\",\"ChIJA6qg2xv884gRO0GDLTiICVc\",\"US13021\",\"13021\",32.8076400756837,-83.6869645846541,153159,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b50c5165\",\"13023\",,84013023,13023,\"US_GA\",,,3,\"Georgia\",\"Bleckley\",,\"USA.11.12_1\",\"ChIJKVxd_W9r8YgRxt1vFh91Xow\",\"US13023\",\"13023\",32.4282855987549,-83.3446942755933,12873,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5c6ff450\",\"13025\",,84013025,13025,\"US_GA\",,,3,\"Georgia\",\"Brantley\",,\"USA.11.13_1\",\"ChIJz01Jk3Sx-ogRvVeSQD76jIc\",\"US13025\",\"13025\",31.1919145584108,-82.0257597469271,19109,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b261957c\",\"13027\",,84013027,13027,\"US_GA\",,,3,\"Georgia\",\"Brooks\",\"Brooks County, Georgia\",\"USA.11.14_1\",\"ChIJjwS9eW9_7ogRPiYWVjcGobk\",\"US13027\",\"13027\",30.8569955825806,-83.5454253767575,15457,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"55d9b87b\",\"13029\",,84013029,13029,\"US_GA\",,,3,\"Georgia\",\"Bryan\",\"Bryan County, Georgia\",\"USA.11.15_1\",\"ChIJpfrgQQwB-4gRB-0UjvO6CYs\",\"US13029\",\"13029\",31.9841814041138,-81.4513832457689,39627,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"42190108\",\"13031\",,84013031,13031,\"US_GA\",,,3,\"Georgia\",\"Bulloch\",\"Bulloch County, Georgia\",\"USA.11.16_1\",\"ChIJBd-WbTbM-4gR5tAduBItg-c\",\"US13031\",\"13031\",32.4025764465333,-81.7290114705009,79608,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ac176024\",\"13033\",,84013033,13033,\"US_GA\",,,3,\"Georgia\",\"Burke\",\"Burke County, Georgia\",\"USA.11.17_1\",\"ChIJ_QPB62jl-YgRyIDJ3AlDmtI\",\"US13033\",\"13033\",33.0505409240723,-81.9256680753236,22383,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4574c511\",\"13035\",,84013035,13035,\"US_GA\",,,3,\"Georgia\",\"Butts\",\"Butts County, Georgia\",\"USA.11.18_1\",\"ChIJVyz8gVEU9IgRjDcmwwfSqm4\",\"US13035\",\"13035\",33.3145103454591,-83.9562423457587,24936,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ab7aa43d\",\"13037\",,84013037,13037,\"US_GA\",,,3,\"Georgia\",\"Calhoun\",,\"USA.11.19_1\",,\"US13037\",\"13037\",31.5358905792237,-84.6321356760671,6189,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4cc2893a\",\"13039\",,84013039,13039,\"US_GA\",,,3,\"Georgia\",\"Camden\",\"Camden County, Georgia\",\"USA.11.20_1\",\"ChIJl6NPkwkb5YgRwGvHFXP6tYY\",\"US13039\",\"13039\",30.9409694671631,-81.7009168485312,54666,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e356f6e3\",\"13043\",,84013043,13043,\"US_GA\",,,3,\"Georgia\",\"Candler\",\"Candler County, Georgia\",\"USA.11.21_1\",\"ChIJv-w-sjRy-ogRx9CtWY9dWN0\",\"US13043\",\"13043\",32.4112701416016,-82.062515307967,10803,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0a3553d6\",\"13045\",,84013045,13045,\"US_GA\",,,3,\"Georgia\",\"Carroll\",\"Carroll County, Georgia\",\"USA.11.22_1\",\"ChIJtTUY4anR9IgRMOc0ombPUao\",\"US13045\",\"13045\",33.6232604980469,-85.1182788586498,119992,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e43b32fa\",\"13047\",,84013047,13047,\"US_GA\",,,3,\"Georgia\",\"Catoosa\",\"Catoosa County, Georgia\",\"USA.11.23_1\",\"ChIJv62PgHlCYIgRH8JovNqZEqA\",\"US13047\",\"13047\",34.8766403198243,-85.1445397512022,67580,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"03831ffd\",\"13049\",,84013049,13049,\"US_GA\",,,3,\"Georgia\",\"Charlton\",,\"USA.11.24_1\",\"ChIJeULSyliH74gRPj1VuL_qsNI\",\"US13049\",\"13049\",30.712314605713,-82.1054913393084,13392,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1443a68e\",\"13051\",,84013051,13051,\"US_GA\",,,3,\"Georgia\",\"Chatham\",\"Chatham County, Georgia\",\"USA.11.25_1\",\"ChIJ2573Ov8G-4gRx8O0nAEHB7w\",\"US13051\",\"13051\",32.0472221374513,-81.2007477249707,289430,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fa4dc7a2\",\"13053\",,84013053,13053,\"US_GA\",,,3,\"Georgia\",\"Chattahoochee\",\"Chattahoochee County, Georgia\",\"USA.11.26_1\",\"ChIJ8YiD4iAv84gRWxk-M6yGMoE\",\"US13053\",\"13053\",32.3782291412354,-84.8004917401605,10907,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"132e6297\",\"13055\",,84013055,13055,\"US_GA\",,,3,\"Georgia\",\"Chattooga\",\"Chattooga County, Georgia\",\"USA.11.27_1\",\"ChIJ7a3KrTMjYIgR8GMTa9-uDss\",\"US13055\",\"13055\",34.4371604919434,-85.337308391582,24789,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fd2003bb\",\"13057\",,84013057,13057,\"US_GA\",,,3,\"Georgia\",\"Cherokee\",\"Cherokee County, Georgia\",\"USA.11.28_1\",\"ChIJry_bg_AP9YgRBn2fER26lB4\",\"US13057\",\"13057\",34.2383556365967,-84.456229094383,258773,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1a982ebc\",\"13059\",,84013059,13059,\"US_GA\",,,3,\"Georgia\",\"Clarke\",\"Clarke County, Georgia\",\"USA.11.29_1\",\"ChIJpanlw2lz9ogRCsqksj28Gyg\",\"US13059\",\"13059\",33.9448547363282,-83.3979468518497,128331,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3f6ef54d\",\"13061\",,84013061,13061,\"US_GA\",,,3,\"Georgia\",\"Clay\",,\"USA.11.30_1\",,\"US13061\",\"13061\",31.6332120895386,-85.0110546687474,2834,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d1609461\",\"13063\",,84013063,13063,\"US_GA\",,,3,\"Georgia\",\"Clayton\",\"Clayton County, Georgia\",\"USA.11.31_1\",\"ChIJr0GPU4Lv9IgR6_oFujYLkWQ\",\"US13063\",\"13063\",33.5013618469238,-84.3519618398513,292256,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"38033154\",\"13065\",,84013065,13065,\"US_GA\",,,3,\"Georgia\",\"Clinch\",,\"USA.11.32_1\",\"ChIJgQU0OeS974gRvxLkH4IK0-E\",\"US13065\",\"13065\",30.8909139633179,-82.731319971673,6618,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d60d5078\",\"13067\",,84013067,13067,\"US_GA\",,,3,\"Georgia\",\"Cobb\",\"Cobb County, Georgia\",\"USA.11.33_1\",\"ChIJJcT9L38a9YgR-t-ZWzIExEg\",\"US13067\",\"13067\",33.9162197113038,-84.5810009595017,760141,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"31b57d7f\",\"13069\",,84013069,13069,\"US_GA\",,,3,\"Georgia\",\"Coffee\",\"Coffee County, Georgia\",\"USA.11.34_1\",\"ChIJadDi3k8u8IgRjLuFYXH82FE\",\"US13069\",\"13069\",31.5919303894043,-82.8436033779957,43273,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2675c40c\",\"13071\",,84013071,13071,\"US_GA\",,,3,\"Georgia\",\"Colquitt\",\"Colquitt County, Georgia\",\"USA.11.35_1\",\"ChIJmcR5Wg7m7YgRPxieQUHBCjE\",\"US13071\",\"13071\",31.1805610656739,-83.7696382484061,45600,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c87ba520\",\"13073\",,84013073,13073,\"US_GA\",,,3,\"Georgia\",\"Columbia\",\"Columbia County, Georgia\",\"USA.11.36_1\",\"ChIJb-tXOcN_94gRErWZzObFSrA\",\"US13073\",\"13073\",33.5275115966798,-82.221255648996,156714,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"21180015\",\"13075\",,84013075,13075,\"US_GA\",,,3,\"Georgia\",\"Cook\",\"Cook County, Georgia\",\"USA.11.37_1\",\"ChIJ7ZmmdIQN7ogRQFNXFoVFftg\",\"US13075\",\"13075\",31.1888456344605,-83.4290338463761,17270,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cf166139\",\"13077\",,84013077,13077,\"US_GA\",,,3,\"Georgia\",\"Coweta\",\"Coweta County, Georgia\",\"USA.11.38_1\",\"ChIJgdeQSujG9IgRIMIrH0rYYFA\",\"US13077\",\"13077\",33.3504905700684,-84.7793220110787,148509,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"28ae4c3e\",\"13079\",,84013079,13079,\"US_GA\",,,3,\"Georgia\",\"Crawford\",,\"USA.11.39_1\",\"ChIJQRopeAyS84gR5KN-ZB5mj8o\",\"US13079\",\"13079\",32.6954936981202,-83.9686452352895,12404,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a1edd8c3\",\"13081\",,84013081,13081,\"US_GA\",,,3,\"Georgia\",\"Crisp\",\"Crisp County, Georgia\",\"USA.11.40_1\",\"ChIJSbKoRtQ88ogRCIVGhddLQz0\",\"US13081\",\"13081\",31.9173450469971,-83.7664106613133,22372,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4fe3b9ef\",\"13083\",,84013083,13083,\"US_GA\",,,3,\"Georgia\",\"Dade\",\"Dade County, Georgia\",\"USA.11.41_1\",\"ChIJt_S9dupHYIgREvBPHy0P5kU\",\"US13083\",\"13083\",34.8173751831055,-85.5131925576975,16116,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a6801cda\",\"13085\",,84013085,13085,\"US_GA\",,,3,\"Georgia\",\"Dawson\",\"Dawson County, Georgia\",\"USA.11.42_1\",\"ChIJCdyaM46B9YgRRGn6aS0YOzE\",\"US13085\",\"13085\",34.4857940673829,-84.227556285483,26108,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"488e7df6\",\"13087\",,84013087,13087,\"US_GA\",,,3,\"Georgia\",\"Decatur\",\"Decatur County, Georgia\",\"USA.11.43_1\",\"ChIJoyop_Roi7YgRvaDqcgRdeBE\",\"US13087\",\"13087\",30.8808097839356,-84.5721086138462,26404,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"af3650f1\",\"13089\",,84013089,13089,\"US_GA\",,,3,\"Georgia\",\"DeKalb\",\"DeKalb County, Georgia\",\"USA.11.44_1\",\"ChIJW8Aub0YI9YgRR06nEDs3MzE\",\"US13089\",\"13089\",33.7933902740479,-84.2204598399252,759297,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b8f6e982\",\"13091\",,84013091,13091,\"US_GA\",,,3,\"Georgia\",\"Dodge\",,\"USA.11.45_1\",\"ChIJBewVNS118YgRUeumr9-JYlg\",\"US13091\",\"13091\",32.1746196746827,-83.150674830908,20605,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"56f888ae\",\"13093\",,84013093,13093,\"US_GA\",,,3,\"Georgia\",\"Dooly\",\"Dooly County, Georgia\",\"USA.11.46_1\",\"ChIJLXlRZfcy8ogRUYiKEnOhixw\",\"US13093\",\"13093\",32.1595764160157,-83.8195079714452,13390,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bf9b2d9b\",\"13095\",,84013095,13095,\"US_GA\",,,3,\"Georgia\",\"Dougherty\",\"Dougherty County, Georgia\",\"USA.11.47_1\",\"ChIJUXPGJaJ48ogR3EGn6-3LTPo\",\"US13095\",\"13095\",31.5428237915039,-84.2220346751309,87956,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"51954cb7\",\"13097\",,84013097,13097,\"US_GA\",,,3,\"Georgia\",\"Douglas\",\"Douglas County, Georgia\",\"USA.11.48_1\",\"ChIJy2LhqZEV9YgRz9Q9-VydU-0\",\"US13097\",\"13097\",33.6899490356446,-84.7665747233204,146343,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b62d61b0\",\"13099\",,84013099,13099,\"US_GA\",,,3,\"Georgia\",\"Early\",,\"USA.11.49_1\",\"ChIJXyrot2JO7YgRFFHek6xQRlw\",\"US13099\",\"13099\",31.2962646484376,-84.8673643651494,10190,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"68f638fc\",\"13101\",,84013101,13101,\"US_GA\",,,3,\"Georgia\",\"Echols\",,\"USA.11.50_1\",,\"US13101\",\"13101\",30.7319307327271,-82.9458673917066,4006,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"86f859d0\",\"13103\",,84013103,13103,\"US_GA\",,,3,\"Georgia\",\"Effingham\",\"Effingham County, Georgia\",\"USA.11.51_1\",\"ChIJX9hygw-0-4gRm_B--SYhHAc\",\"US13103\",\"13103\",32.3488845825196,-81.3228522116469,64296,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6f9bfce5\",\"13105\",,84013105,13105,\"US_GA\",,,3,\"Georgia\",\"Elbert\",\"Elbert County, Georgia\",\"USA.11.52_1\",\"ChIJrSElh3nS94gRIJ0jxuK08Fs\",\"US13105\",\"13105\",34.1229057312012,-82.8605199429526,19194,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"81959dc9\",\"13107\",,84013107,13107,\"US_GA\",,,3,\"Georgia\",\"Emanuel\",\"Emanuel County, Georgia\",\"USA.11.53_1\",\"ChIJJyyCFHKm8IgRT_8QtN1x4VU\",\"US13107\",\"13107\",32.5667362213135,-82.3083676018977,22646,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"662db0ce\",\"13109\",,84013109,13109,\"US_GA\",,,3,\"Georgia\",\"Evans\",,\"USA.11.54_1\",\"ChIJc4pD_Zhg-ogR71XeJQ_0_IQ\",\"US13109\",\"13109\",32.1634693145753,-81.8892046855046,10654,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"71ed09bd\",\"13111\",,84013111,13111,\"US_GA\",,,3,\"Georgia\",\"Fannin\",\"Fannin County, Georgia\",\"USA.11.55_1\",\"ChIJmUkMlOijX4gR7dXnPZaSi_U\",\"US13111\",\"13111\",34.7969417572022,-84.2169468984115,26188,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9fe36891\",\"13113\",,84013113,13113,\"US_GA\",,,3,\"Georgia\",\"Fayette\",\"Fayette County, Georgia\",\"USA.11.56_1\",\"ChIJqd4EQV_q9IgRTK9KzAUfj8w\",\"US13113\",\"13113\",33.4037151336671,-84.500345568199,114421,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7680cda4\",\"13115\",,84013115,13115,\"US_GA\",,,3,\"Georgia\",\"Floyd\",\"Floyd County, Georgia\",\"USA.11.57_1\",\"ChIJTYiTwCuiiogRgzQoygq43p0\",\"US13115\",\"13115\",34.3324146270752,-85.1946092504605,98498,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"988eac88\",\"13117\",,84013117,13117,\"US_GA\",,,3,\"Georgia\",\"Forsyth\",\"Forsyth County, Georgia\",\"USA.11.58_1\",\"ChIJIxgglkKX9YgR10aUyAP4dTM\",\"US13117\",\"13117\",34.1921157836914,-84.1525894016149,244252,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7f36818f\",\"13119\",,84013119,13119,\"US_GA\",,,3,\"Georgia\",\"Franklin\",\"Franklin County, Georgia\",\"USA.11.59_1\",\"ChIJaz3Oyh6ZWIgR_AMXOpTFehc\",\"US13119\",\"13119\",34.3677310943604,-83.2454791070597,23349,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5ac05a7e\",\"13121\",,84013121,13121,\"US_GA\",,,3,\"Georgia\",\"Fulton\",\"Fulton County, Georgia\",\"USA.11.60_1\",\"ChIJ0dNnmHCr9YgRE8XXDotB0tc\",\"US13121\",\"13121\",33.8452739715577,-84.4035335936593,1063937,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b4ce3b52\",\"13123\",,84013123,13123,\"US_GA\",,,3,\"Georgia\",\"Gilmer\",\"Gilmer County, Georgia\",\"USA.11.61_1\",\"ChIJATrjG5m9X4gRijSL3LQvjCM\",\"US13123\",\"13123\",34.699670791626,-84.4545874642003,31369,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5dad9e67\",\"13125\",,84013125,13125,\"US_GA\",,,3,\"Georgia\",\"Glascock\",,\"USA.11.62_1\",,\"US13125\",\"13125\",33.2228946685792,-82.6244601447268,2971,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b3a3ff4b\",\"13127\",,84013127,13127,\"US_GA\",,,3,\"Georgia\",\"Glynn\",\"Glynn County, Georgia\",\"USA.11.63_1\",\"ChIJ5-YQylrW5IgRz7CKYMzszNg\",\"US13127\",\"13127\",31.2411880493164,-81.5914061146827,85292,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"541bd24c\",\"13129\",,84013129,13129,\"US_GA\",,,3,\"Georgia\",\"Gordon\",\"Gordon County, Georgia\",\"USA.11.64_1\",\"ChIJx-LaLmj5X4gRiTd9pvQP-Q4\",\"US13129\",\"13129\",34.5181903839112,-84.8725862237674,57963,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"43db6b3f\",\"13131\",,84013131,13131,\"US_GA\",,,3,\"Georgia\",\"Grady\",\"Grady County, Georgia\",\"USA.11.65_1\",\"ChIJB_xC95io7YgRBFvsMlKozng\",\"US13131\",\"13131\",30.8781003952027,-84.228477950173,24633,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"add50a13\",\"13133\",,84013133,13133,\"US_GA\",,,3,\"Georgia\",\"Greene\",\"Greene County, Georgia\",\"USA.11.66_1\",\"ChIJER39S06Q9ogRhKjrgRPFTog\",\"US13133\",\"13133\",33.5585250854493,-83.152319137517,18324,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"44b6af26\",\"13135\",,84013135,13135,\"US_GA\",,,3,\"Georgia\",\"Gwinnett\",\"Gwinnett County, Georgia\",\"USA.11.67_1\",\"ChIJXZiNz0Wd9YgRfV8GDoGIrlo\",\"US13135\",\"13135\",33.9575157165528,-84.0425209741335,936250,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aab8ce0a\",\"13137\",,84013137,13137,\"US_GA\",,,3,\"Georgia\",\"Habersham\",\"Habersham County, Georgia\",\"USA.11.68_1\",\"ChIJxZH_pFFIX4gRVY9HP52Y-2A\",\"US13137\",\"13137\",34.6295509338379,-83.5155662239516,45328,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4d00e30d\",\"13139\",,84013139,13139,\"US_GA\",,,3,\"Georgia\",\"Hall\",\"Hall County, Georgia\",\"USA.11.69_1\",\"ChIJSfLT2x1iX4gRnhERRzXOyJM\",\"US13139\",\"13139\",34.3060092926026,-83.7846929740588,204441,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0c9afdf8\",\"13141\",,84013141,13141,\"US_GA\",,,3,\"Georgia\",\"Hancock\",,\"USA.11.70_1\",\"ChIJTXzAX4Xh9ogRUJdgCc_mHMc\",\"US13141\",\"13141\",33.2593498229981,-82.9965737324239,8457,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e2949cd4\",\"13143\",,84013143,13143,\"US_GA\",,,3,\"Georgia\",\"Haralson\",\"Haralson County, Georgia\",\"USA.11.71_1\",\"ChIJ311E9LQgi4gRGeVTqmu7vTo\",\"US13143\",\"13143\",33.7862758636476,-85.206881106606,29792,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0bf739e1\",\"13145\",,84013145,13145,\"US_GA\",,,3,\"Georgia\",\"Harris\",\"Harris County, Georgia\",\"USA.11.72_1\",\"ChIJxzfX3sBN84gRJbSa83uVdb4\",\"US13145\",\"13145\",32.72633934021,-84.90012837832,35236,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e5f958cd\",\"13147\",,84013147,13147,\"US_GA\",,,3,\"Georgia\",\"Hart\",\"Hart County, Georgia\",\"USA.11.73_1\",\"ChIJZfe6VZ2BWIgRncSbJzFzsL4\",\"US13147\",\"13147\",34.3524703979493,-82.9593415736081,26205,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"024175ca\",\"13149\",,84013149,13149,\"US_GA\",,,3,\"Georgia\",\"Heard\",,\"USA.11.74_1\",\"ChIJt6_6EiRGi4gRb2G-84Ga4NM\",\"US13149\",\"13149\",33.2740745544434,-85.1074306904423,11923,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1581ccb9\",\"13151\",,84013151,13151,\"US_GA\",,,3,\"Georgia\",\"Henry\",\"Henry County, Georgia\",\"USA.11.75_1\",\"ChIJNypgd2P89IgRCWWgD-u6JrI\",\"US13151\",\"13151\",33.4731407165527,-84.11978802208,234561,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fb8fad95\",\"13153\",,84013153,13153,\"US_GA\",,,3,\"Georgia\",\"Houston\",\"Houston County, Georgia\",\"USA.11.76_1\",\"ChIJD-c8tw_o84gR_Ul0wM8fXfM\",\"US13153\",\"13153\",32.4874858856201,-83.6448764244468,157863,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"12ec08a0\",\"13155\",,84013155,13155,\"US_GA\",,,3,\"Georgia\",\"Irwin\",,\"USA.11.77_1\",\"ChIJgYhVbvrn8YgR8CztAGEXq_U\",\"US13155\",\"13155\",31.621584892273,-83.2679071412297,9416,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fce2698c\",\"13157\",,84013157,13157,\"US_GA\",,,3,\"Georgia\",\"Jackson\",\"Jackson County, Georgia\",\"USA.11.78_1\",\"ChIJcSKOF1T99YgR-jW5_1TuDHQ\",\"US13157\",\"13157\",34.131425857544,-83.5853491351298,72977,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1b5a448b\",\"13159\",,84013159,13159,\"US_GA\",,,3,\"Georgia\",\"Jasper\",\"Jasper County, Georgia\",\"USA.11.79_1\",\"ChIJX-07LF8m9IgRa2zAZTigLoE\",\"US13159\",\"13159\",33.3295097351074,-83.6909045398017,14219,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3eac9f7a\",\"13161\",,84013161,13161,\"US_GA\",,,3,\"Georgia\",\"Jeff Davis\",,\"USA.11.80_1\",\"ChIJbTPCJIBB8IgR2K5TsAU7Z14\",\"US13161\",\"13161\",31.8220052719117,-82.6658457774681,15115,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d0a2fe56\",\"13163\",,84013163,13163,\"US_GA\",,,3,\"Georgia\",\"Jefferson\",,\"USA.11.81_1\",\"ChIJacdJe5xF94gRW_BN9lfjo74\",\"US13163\",\"13163\",33.0377254486085,-82.4448426222133,15362,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"39c15b63\",\"13165\",,84013165,13165,\"US_GA\",,,3,\"Georgia\",\"Jenkins\",,\"USA.11.82_1\",\"ChIJ_fD0g8sd-ogRAqEtoitt0Zw\",\"US13165\",\"13165\",32.7687454223634,-81.9781189197875,8676,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d7cf3a4f\",\"13167\",,84013167,13167,\"US_GA\",,,3,\"Georgia\",\"Johnson\",,\"USA.11.83_1\",\"ChIJYexk_E_E8IgROfs9j96OPZQ\",\"US13167\",\"13167\",32.6662197113038,-82.642812732717,9643,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"30771748\",\"13169\",,84013169,13169,\"US_GA\",,,3,\"Georgia\",\"Jones\",\"Jones County, Georgia\",\"USA.11.84_1\",\"ChIJBxtGfOKY9ogRT8pEzZE5jj4\",\"US13169\",\"13169\",33.0121746063233,-83.5570686527682,28735,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"27b7ae3b\",\"13171\",,84013171,13171,\"US_GA\",,,3,\"Georgia\",\"Lamar\",\"Lamar County, Georgia\",\"USA.11.85_1\",\"ChIJX3aTTPZl9IgRxQFUe8DqmWo\",\"US13171\",\"13171\",33.0691261291505,-84.1452658821766,19077,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c9b9cf17\",\"13173\",,84013173,13173,\"US_GA\",,,3,\"Georgia\",\"Lanier\",,\"USA.11.86_1\",\"ChIJhQGxR2hI7ogR0F_KFWtWqo0\",\"US13173\",\"13173\",31.0123701095581,-83.0788463260867,10423,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"20da6a22\",\"13175\",,84013175,13175,\"US_GA\",,,3,\"Georgia\",\"Laurens\",\"Laurens County, Georgia\",\"USA.11.87_1\",\"ChIJOW94LB4d8YgRfceUteWCJvQ\",\"US13175\",\"13175\",32.4316959381104,-82.9230497027427,47546,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ced40b0e\",\"13177\",,84013177,13177,\"US_GA\",,,3,\"Georgia\",\"Lee\",\"Lee County, Georgia\",\"USA.11.88_1\",\"ChIJf1nu6Vdm8ogRqfMtu6VBxFg\",\"US13177\",\"13177\",31.768780708313,-84.1365105050974,29992,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"296c2609\",\"13179\",,84013179,13179,\"US_GA\",,,3,\"Georgia\",\"Liberty\",\"Liberty County, Georgia\",\"USA.11.89_1\",\"ChIJRdfQ9ECL-ogRRfbU9D-WflI\",\"US13179\",\"13179\",31.8247604370118,-81.5249016109194,61435,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a02fb2f4\",\"13181\",,84013181,13181,\"US_GA\",,,3,\"Georgia\",\"Lincoln\",,\"USA.11.90_1\",\"ChIJzcyrWXWR94gRPFUdc9QaUjk\",\"US13181\",\"13181\",33.8128299713135,-82.4522646398154,7921,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4e21d3d8\",\"13183\",,84013183,13183,\"US_GA\",,,3,\"Georgia\",\"Long\",,\"USA.11.91_1\",\"ChIJqzNEOQLp-ogR3rluIr1WxAk\",\"US13183\",\"13183\",31.7787446975709,-81.7972698727757,19559,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a74276ed\",\"13185\",,84013185,13185,\"US_GA\",,,3,\"Georgia\",\"Lowndes\",\"Lowndes County, Georgia\",\"USA.11.92_1\",\"ChIJh4ZfRQNd7ogRgqv4l0FQxqM\",\"US13185\",\"13185\",30.8273649215699,-83.2474216981395,117406,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"494c17c1\",\"13187\",,84013187,13187,\"US_GA\",,,3,\"Georgia\",\"Lumpkin\",\"Lumpkin County, Georgia\",\"USA.11.93_1\",\"ChIJca_aWCtNX4gRw0K-S5eHqdU\",\"US13187\",\"13187\",34.5742092132568,-84.0268342629786,33610,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"573ae299\",\"13193\",,84013193,13193,\"US_GA\",,,3,\"Georgia\",\"Macon\",,\"USA.11.94_1\",\"ChIJ_RcPTGK384gRsOgjK7EA4do\",\"US13193\",\"13193\",32.3471946716309,-84.0510840249004,12947,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"be5947ac\",\"13195\",,84013195,13195,\"US_GA\",,,3,\"Georgia\",\"Madison\",\"Madison County, Georgia\",\"USA.11.95_1\",\"ChIJO7b1Mso99ogRteZPDbEHQ6w\",\"US13195\",\"13195\",34.1365356445313,-83.2065774452004,29880,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"50572680\",\"13197\",,84013197,13197,\"US_GA\",,,3,\"Georgia\",\"Marion\",,\"USA.11.96_1\",\"ChIJ5fX047Yb84gRV1pN2rlKkiE\",\"US13197\",\"13197\",32.3505897521973,-84.5254072723128,8359,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aef43ac6\",\"13189\",,84013189,13189,\"US_GA\",,,3,\"Georgia\",\"McDuffie\",\"McDuffie County, Georgia\",\"USA.11.97_1\",\"ChIJXzWxFKl294gRvmy_mjAa7cs\",\"US13189\",\"13189\",33.4849948883056,-82.4953028026228,21312,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b93483b5\",\"13191\",,84013191,13191,\"US_GA\",,,3,\"Georgia\",\"McIntosh\",\"McIntosh County, Georgia\",\"USA.11.98_1\",\"ChIJN7KqIl8u-4gRmjuitsfp_PQ\",\"US13191\",\"13191\",31.4960660934449,-81.4923833018114,14378,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b7ef0b87\",\"13199\",,84013199,13199,\"US_GA\",,,3,\"Georgia\",\"Meriwether\",\"Meriwether County, Georgia\",\"USA.11.99_1\",\"ChIJ3TwgQCKh9IgRD-fdP3tPpQ8\",\"US13199\",\"13199\",33.037919998169,-84.7000749866361,21167,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6ab086a5\",\"13201\",,84013201,13201,\"US_GA\",,,3,\"Georgia\",\"Miller\",,\"USA.11.100_1\",\"ChIJR-0wj5E47YgREC-JDoAtqsQ\",\"US13201\",\"13201\",31.162525177002,-84.7303467921758,5718,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6ddd42bc\",\"13205\",,84013205,13205,\"US_GA\",,,3,\"Georgia\",\"Mitchell\",\"Mitchell County, Georgia\",\"USA.11.101_1\",\"ChIJ5Xr4gIOe7YgRCCblJNbk_4g\",\"US13205\",\"13205\",31.2605657577516,-84.1796721950011,21863,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"83d32390\",\"13207\",,84013207,13207,\"US_GA\",,,3,\"Georgia\",\"Monroe\",\"Monroe County, Georgia\",\"USA.11.102_1\",\"ChIJ8cEB9m8Z9IgRNMAGAoNVKL4\",\"US13207\",\"13207\",33.0261001586914,-83.8828530012814,27578,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"646b0e97\",\"13209\",,84013209,13209,\"US_GA\",,,3,\"Georgia\",\"Montgomery\",,\"USA.11.103_1\",\"ChIJdfVL1XaL8IgR1baV8urMmNo\",\"US13209\",\"13209\",32.1516151428223,-82.5335076688633,9172,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"73abb7e4\",\"13211\",,84013211,13211,\"US_GA\",,,3,\"Georgia\",\"Morgan\",\"Morgan County, Georgia\",\"USA.11.104_1\",\"ChIJMfGs2ZZ99ogREnWb97r-BUw\",\"US13211\",\"13211\",33.6258945465088,-83.5086586704473,19276,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9da5d6c8\",\"13213\",,84013213,13213,\"US_GA\",,,3,\"Georgia\",\"Murray\",\"Murray County, Georgia\",\"USA.11.105_1\",\"ChIJc0shFb7fX4gRe7WArmQeifg\",\"US13213\",\"13213\",34.7872657775879,-84.7430791355029,40096,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"74c673fd\",\"13215\",,84013215,13215,\"US_GA\",,,3,\"Georgia\",\"Muscogee\",\"Muscogee County, Georgia\",\"USA.11.106_1\",\"ChIJ612uy8Mz84gRJVyTU6V41lo\",\"US13215\",\"13215\",32.4909858703614,-84.8651645592784,195769,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9ac812d1\",\"13217\",,84013217,13217,\"US_GA\",,,3,\"Georgia\",\"Newton\",\"Newton County, Georgia\",\"USA.11.107_1\",\"ChIJwQaR9LHM9YgRTcrj0h_h-mw\",\"US13217\",\"13217\",33.5612316131592,-83.8460190492401,111744,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7d703fd6\",\"13219\",,84013219,13219,\"US_GA\",,,3,\"Georgia\",\"Oconee\",\"Oconee County, Georgia\",\"USA.11.108_1\",\"ChIJzbZ4tGhw9ogRP1zd_tJilfs\",\"US13219\",\"13219\",33.8320751190186,-83.4160974836292,40280,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5886e427\",\"13221\",,84013221,13221,\"US_GA\",,,3,\"Georgia\",\"Oglethorpe\",,\"USA.11.109_1\",\"ChIJDTdhit5A9ogRYohu7ZBWnaE\",\"US13221\",\"13221\",33.8687858581544,-83.0902180387328,15259,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b688850b\",\"13223\",,84013223,13223,\"US_GA\",,,3,\"Georgia\",\"Paulding\",\"Paulding County, Georgia\",\"USA.11.110_1\",\"ChIJwwM4kAEn9YgRBV3j9FtiDwE\",\"US13223\",\"13223\",33.9350757598877,-84.8865528603684,168667,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5feb203e\",\"13225\",,84013225,13225,\"US_GA\",,,3,\"Georgia\",\"Peach\",\"Peach County, Georgia\",\"USA.11.111_1\",\"ChIJd8hP9Sbq84gRmVgRE1FuGd4\",\"US13225\",\"13225\",32.5655803680421,-83.8325232812252,27546,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b1e54112\",\"13227\",,84013227,13227,\"US_GA\",,,3,\"Georgia\",\"Pickens\",\"Pickens County, Georgia\",\"USA.11.112_1\",\"ChIJyWrjvzxk9YgRWbe85k9D2Y8\",\"US13227\",\"13227\",34.4772701263428,-84.488065837155,32591,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"565d6c15\",\"13229\",,84013229,13229,\"US_GA\",,,3,\"Georgia\",\"Pierce\",\"Pierce County, Georgia\",\"USA.11.113_1\",\"ChIJtYSexMxU5YgR2DifraAc03E\",\"US13229\",\"13229\",31.3661041259767,-82.2221960342504,19465,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"419dd566\",\"13231\",,84013231,13231,\"US_GA\",,,3,\"Georgia\",\"Pike\",\"Pike County, Georgia\",\"USA.11.114_1\",\"ChIJ8x6RORhe9IgRTsaoPio4pEA\",\"US13231\",\"13231\",33.0875301361084,-84.3815679750102,18962,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"af93b44a\",\"13233\",,84013233,13233,\"US_GA\",,,3,\"Georgia\",\"Polk\",\"Polk County, Georgia\",\"USA.11.115_1\",\"ChIJDyJBVRO2iogRJeQ8QxtLUMw\",\"US13233\",\"13233\",33.9821300506592,-85.1838194646291,42613,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"46f0117f\",\"13235\",,84013235,13235,\"US_GA\",,,3,\"Georgia\",\"Pulaski\",,\"USA.11.116_1\",\"ChIJnwKxxCJ58YgRBUP0LBjzJUk\",\"US13235\",\"13235\",32.2541656494141,-83.4874637147049,11137,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a8fe7053\",\"13237\",,84013237,13237,\"US_GA\",,,3,\"Georgia\",\"Putnam\",\"Putnam County, Georgia\",\"USA.11.117_1\",\"ChIJSV5U3puW9ogREoRjbSJhMhQ\",\"US13237\",\"13237\",33.3252391815186,-83.3433098925285,22119,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4f465d54\",\"13239\",,84013239,13239,\"US_GA\",,,3,\"Georgia\",\"Quitman\",,\"USA.11.118_1\",,\"US13239\",\"13239\",31.882140159607,-85.0204231121107,2299,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0edc43a1\",\"13241\",,84013241,13241,\"US_GA\",,,3,\"Georgia\",\"Rabun\",\"Rabun County, Georgia\",\"USA.11.119_1\",\"ChIJF9se7CnFWIgRxfuq4ctlomk\",\"US13241\",\"13241\",34.858829498291,-83.4529465846011,17137,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e0d2228d\",\"13243\",,84013243,13243,\"US_GA\",,,3,\"Georgia\",\"Randolph\",,\"USA.11.120_1\",\"ChIJ3_o4qkS68ogRX-W1fSrAEzg\",\"US13243\",\"13243\",31.7743034362794,-84.7802874948596,6778,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"09b187b8\",\"13245\",,84013245,13245,\"US_GA\",,,3,\"Georgia\",\"Richmond\",\"Richmond County, Georgia\",\"USA.11.121_1\",\"ChIJSQgXSnLa-YgRaWbENS7kAnI\",\"US13245\",\"13245\",33.3860149383546,-82.0922002088893,202518,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e7bfe694\",\"13247\",,84013247,13247,\"US_GA\",,,3,\"Georgia\",\"Rockdale\",\"Rockdale County, Georgia\",\"USA.11.122_1\",\"ChIJ03GQ_spV9IgR9GtCdoFEGxE\",\"US13247\",\"13247\",33.6554393768312,-84.0119963266192,90896,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0007cb93\",\"13249\",,84013249,13249,\"US_GA\",,,3,\"Georgia\",\"Schley\",,\"USA.11.123_1\",\"ChIJzXKpmryy84gRdueJavHVBtk\",\"US13249\",\"13249\",32.2920150756836,-84.3160445226859,5257,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"17c772e0\",\"13251\",,84013251,13251,\"US_GA\",,,3,\"Georgia\",\"Screven\",,\"USA.11.124_1\",\"ChIJoTJrQ9Im-ogRJya5eE8JHc4\",\"US13251\",\"13251\",32.7692012786866,-81.6256703781602,13966,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f9c913cc\",\"13253\",,84013253,13253,\"US_GA\",,,3,\"Georgia\",\"Seminole\",,\"USA.11.125_1\",\"ChIJCXzNqEcs7YgRe1dAQWMJz-c\",\"US13253\",\"13253\",30.8926000595093,-84.8492153637412,8090,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"10aab6f9\",\"13255\",,84013255,13255,\"US_GA\",,,3,\"Georgia\",\"Spalding\",\"Spalding County, Georgia\",\"USA.11.126_1\",\"ChIJIetGkwWN9IgRwEJTaAORaAs\",\"US13255\",\"13255\",33.2651844024659,-84.2709232308209,66703,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fea4d7d5\",\"13257\",,84013257,13257,\"US_GA\",,,3,\"Georgia\",\"Stephens\",\"Stephens County, Georgia\",\"USA.11.127_1\",\"ChIJU_EI3iqqWIgRjIbr0C4z-70\",\"US13257\",\"13257\",34.5724411010742,-83.2785517948208,25925,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"191cfad2\",\"13259\",,84013259,13259,\"US_GA\",,,3,\"Georgia\",\"Stewart\",,\"USA.11.128_1\",,\"US13259\",\"13259\",32.0766792297364,-84.85161021487,6621,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3cea2123\",\"13261\",,84013261,13261,\"US_GA\",,,3,\"Georgia\",\"Sumter\",\"Sumter County, Georgia\",\"USA.11.129_1\",\"ChIJPwlL9uNZ8ogRPkGrfuYIwSo\",\"US13261\",\"13261\",32.0516014099121,-84.2056678974038,29524,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d2e4400f\",\"13263\",,84013263,13263,\"US_GA\",,,3,\"Georgia\",\"Talbot\",,\"USA.11.130_1\",\"ChIJszxz-mVp84gR_4SU62XDGGQ\",\"US13263\",\"13263\",32.7030296325684,-84.5191821102628,6195,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3b87e53a\",\"13265\",,84013265,13265,\"US_GA\",,,3,\"Georgia\",\"Taliaferro\",,\"USA.11.131_1\",,\"US13265\",\"13265\",33.5857944488526,-82.8573025265941,1537,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d5898416\",\"13267\",,84013267,13267,\"US_GA\",,,3,\"Georgia\",\"Tattnall\",\"Tattnall County, Georgia\",\"USA.11.132_1\",\"ChIJBZ2zCHWa-ogRQ5HHdyLG6jU\",\"US13267\",\"13267\",32.052885055542,-82.0521972176232,25286,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3231a911\",\"13269\",,84013269,13269,\"US_GA\",,,3,\"Georgia\",\"Taylor\",,\"USA.11.133_1\",\"ChIJJ2TUTPcK84gR14ENqlqCqeo\",\"US13269\",\"13269\",32.5602645874024,-84.2449612001483,8020,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"25f11062\",\"13271\",,84013271,13271,\"US_GA\",,,3,\"Georgia\",\"Telfair\",,\"USA.11.134_1\",\"ChIJadrIxD618YgRCCKCdqIpYtk\",\"US13271\",\"13271\",31.9644956588745,-82.9136710177473,15860,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cbff714e\",\"13273\",,84013273,13273,\"US_GA\",,,3,\"Georgia\",\"Terrell\",,\"USA.11.135_1\",\"ChIJWUYTqemR8ogRmSdN7RXXYBY\",\"US13273\",\"13273\",31.7940797805787,-84.4318914443585,8531,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"229cd47b\",\"13275\",,84013275,13275,\"US_GA\",,,3,\"Georgia\",\"Thomas\",\"Thomas County, Georgia\",\"USA.11.136_1\",\"ChIJNXrclwbI7YgRQlPWwf-cUas\",\"US13275\",\"13275\",30.8685541152955,-83.9071719760753,44451,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cc92b557\",\"13277\",,84013277,13277,\"US_GA\",,,3,\"Georgia\",\"Tift\",\"Tift County, Georgia\",\"USA.11.137_1\",\"ChIJA_4UOS_-8YgR6vaCJJR-SlU\",\"US13277\",\"13277\",31.4588251113893,-83.5179296832626,40644,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2b2a9850\",\"13279\",,84013279,13279,\"US_GA\",,,3,\"Georgia\",\"Toombs\",\"Toombs County, Georgia\",\"USA.11.138_1\",\"ChIJKRuhUFWG8IgRyzhI7Jlm4l4\",\"US13279\",\"13279\",32.1341400146485,-82.3252427935551,26830,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a2690cad\",\"13281\",,84013281,13281,\"US_GA\",,,3,\"Georgia\",\"Towns\",,\"USA.11.139_1\",\"ChIJiSjmQ60lX4gRR8EPSChF8sQ\",\"US13281\",\"13281\",34.891830444336,-83.7246660288407,12037,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4c676d81\",\"13283\",,84013283,13283,\"US_GA\",,,3,\"Georgia\",\"Treutlen\",,\"USA.11.140_1\",\"ChIJjbp4Rl6T8IgRPCnc1WZR2OA\",\"US13283\",\"13283\",32.40305519104,-82.5476116509823,6901,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a504c8b4\",\"13285\",,84013285,13285,\"US_GA\",,,3,\"Georgia\",\"Troup\",\"Troup County, Georgia\",\"USA.11.141_1\",\"ChIJJ81M42lUi4gROmCH-QNfAho\",\"US13285\",\"13285\",33.0468654632569,-85.0421369625012,69922,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4b0aa998\",\"13287\",,84013287,13287,\"US_GA\",,,3,\"Georgia\",\"Turner\",\"Turner County, Georgia\",\"USA.11.142_1\",\"ChIJuUOFrMwd8ogRqPj63o9aWIs\",\"US13287\",\"13287\",31.7099447250366,-83.6251773246489,7985,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"acb2849f\",\"13289\",,84013289,13289,\"US_GA\",,,3,\"Georgia\",\"Twiggs\",\"Twiggs County, Georgia\",\"USA.11.143_1\",\"ChIJ79sYF4VF8YgRuXs8O6sspT4\",\"US13289\",\"13289\",32.6766548156739,-83.4435362013028,8120,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bb723dec\",\"13291\",,84013291,13291,\"US_GA\",,,3,\"Georgia\",\"Union\",\"Union County, Georgia\",\"USA.11.144_1\",\"ChIJj-xKCpsWX4gR-fTZW8lU2oY\",\"US13291\",\"13291\",34.8148193359375,-83.9606238380423,24511,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"557c5cc0\",\"13293\",,84013293,13293,\"US_GA\",,,3,\"Georgia\",\"Upson\",\"Upson County, Georgia\",\"USA.11.145_1\",\"ChIJj0Uxk_1-84gRULKHhYqffxo\",\"US13293\",\"13293\",32.8426246643067,-84.2957593369376,26320,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bc1ff9f5\",\"13295\",,84013295,13295,\"US_GA\",,,3,\"Georgia\",\"Walker\",\"Walker County, Georgia\",\"USA.11.146_1\",\"ChIJ_wvb69ZtYIgRmjjnW7Bu5IA\",\"US13295\",\"13295\",34.7902297973634,-85.3266018689248,69761,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"521198d9\",\"13297\",,84013297,13297,\"US_GA\",,,3,\"Georgia\",\"Walton\",\"Walton County, Georgia\",\"USA.11.147_1\",\"ChIJc7xmjg3J9YgRgR4XSxO_aX4\",\"US13297\",\"13297\",33.7613410949708,-83.7462327489826,94593,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b5a9b5de\",\"13299\",,84013299,13299,\"US_GA\",,,3,\"Georgia\",\"Ware\",\"Ware County, Georgia\",\"USA.11.148_1\",\"ChIJx_MSxXlU5YgRvu0v2DBH0-E\",\"US13299\",\"13299\",31.0187807083131,-82.3652388036796,35734,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6b72ec92\",\"13301\",,84013301,13301,\"US_GA\",,,3,\"Georgia\",\"Warren\",,\"USA.11.149_1\",\"ChIJBQn2r8AN94gR_Uey_Z_OEXQ\",\"US13301\",\"13301\",33.4323558807373,-82.7000085046809,5254,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"857c8dbe\",\"13303\",,84013303,13303,\"US_GA\",,,3,\"Georgia\",\"Washington\",\"Washington County, Georgia\",\"USA.11.150_1\",\"ChIJLwJtNfYv94gRozqQf0nDF64\",\"US13303\",\"13303\",32.9990291595459,-82.7988594069553,20374,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6c1f288b\",\"13305\",,84013305,13305,\"US_GA\",,,3,\"Georgia\",\"Wayne\",\"Wayne County, Georgia\",\"USA.11.151_1\",\"ChIJW7AkHTWl-ogRE2a7VLsP4ck\",\"US13305\",\"13305\",31.5797100067139,-81.9169267472328,29927,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"821149a7\",\"13307\",,84013307,13307,\"US_GA\",,,3,\"Georgia\",\"Webster\",,\"USA.11.152_1\",,\"US13307\",\"13307\",32.073715209961,-84.5377152624506,2607,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"65a964a0\",\"13309\",,84013309,13309,\"US_GA\",,,3,\"Georgia\",\"Wheeler\",,\"USA.11.153_1\",,\"US13309\",\"13309\",32.114336013794,-82.7644372956002,7855,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7269ddd3\",\"13311\",,84013311,13311,\"US_GA\",,,3,\"Georgia\",\"White\",\"White County, Georgia\",\"USA.11.154_1\",\"ChIJc2y6bU9GX4gR1390JFcqz50\",\"US13311\",\"13311\",34.6523761749268,-83.7671835671908,30798,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9c67bcff\",\"13313\",,84013313,13313,\"US_GA\",,,3,\"Georgia\",\"Whitfield\",\"Whitfield County, Georgia\",\"USA.11.155_1\",\"ChIJ9X63-gxzYIgR5r2bC8Akfo0\",\"US13313\",\"13313\",34.802604675293,-84.9891325534541,104628,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"750419ca\",\"13315\",,84013315,13315,\"US_GA\",,,3,\"Georgia\",\"Wilcox\",,\"USA.11.156_1\",\"ChIJ8wZIp4eQ8YgRx42ofP8prFw\",\"US13315\",\"13315\",31.9896097183227,-83.4503307307512,8635,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9b0a78e6\",\"13317\",,84013317,13317,\"US_GA\",,,3,\"Georgia\",\"Wilkes\",,\"USA.11.157_1\",\"ChIJobk1GTqw94gRLd0ximqytys\",\"US13317\",\"13317\",33.7960720062256,-82.7790774262838,9777,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7cb255e1\",\"13319\",,84013319,13319,\"US_GA\",,,3,\"Georgia\",\"Wilkinson\",,\"USA.11.158_1\",\"ChIJkZKXfyY38YgRsNAGEXPgShI\",\"US13319\",\"13319\",32.7964000701905,-83.1532433812398,8954,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"59448e10\",\"13321\",,84013321,13321,\"US_GA\",,,3,\"Georgia\",\"Worth\",\"Worth County, Georgia\",\"USA.11.159_1\",\"ChIJx3zQ2XoM8ogRVKVnnEtOAac\",\"US13321\",\"13321\",31.5840711593629,-83.8330727108038,20247,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4c5f0d17\",\"15001\",,84015001,15001,\"US_HI\",,,3,\"Hawaii\",\"Hawaii\",\"Hawaii County, Hawaii\",\"USA.12.1_1\",\"ChIJV6HcMi_CU3kRyTEx69fyK7A\",\"US15001\",\"15001\",19.5888900756837,-155.448616027832,201513,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a2516c3b\",\"15003\",,84015003,15003,\"US_HI\",,,3,\"Hawaii\",\"Honolulu\",\"Honolulu County, Hawaii\",\"USA.12.2_1\",\"ChIJbweGsupCe3wRr22F3XdfxHg\",\"US15003\",\"15003\",21.4840269088745,-158.036257262923,974563,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4b32c90e\",\"15005\",,84015005,15005,\"US_HI\",,,3,\"Hawaii\",\"Kalawao\",,\"USA.12.3_1\",,\"US15005\",\"15005\",21.1685953140259,-156.950974835928,86,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a53ca822\",\"15007\",,84015007,15007,\"US_HI\",,,3,\"Hawaii\",\"Kauai\",\"Kauai County, Hawaii\",\"USA.12.4_1\",\"ChIJG519pu2wB3wR4biEhFb5pg0\",\"US15007\",\"15007\",22.0519189834595,-159.557098835073,72293,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"42848525\",\"15009\",,84015009,15009,\"US_HI\",,,3,\"Hawaii\",\"Maui\",\"Maui County, Hawaii\",\"USA.12.5_1\",\"ChIJ0Y34pUAqVXkR7ayieeGRlm4\",\"US15009\",\"15009\",20.8029174804688,-156.310559140386,167417,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5eeaa2f9\",\"16001\",,84016001,16001,\"US_ID\",,,3,\"Idaho\",\"Ada\",\"Ada County, Idaho\",\"USA.13.1_1\",\"ChIJySzGOs_0rlQRA33YPY5VCsM\",\"US16001\",\"16001\",43.4958896636964,-116.222392370567,481587,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b0e4c3d5\",\"16003\",,84016003,16003,\"US_ID\",,,3,\"Idaho\",\"Adams\",,\"USA.13.2_1\",,\"US16003\",\"16003\",44.8577651977539,-116.539269334526,4294,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"598766e0\",\"16005\",,84016005,16005,\"US_ID\",,,3,\"Idaho\",\"Bannock\",\"Bannock County, Idaho\",\"USA.13.3_1\",\"ChIJD4tHcZw4VVMR_DrBv39dTTQ\",\"US16005\",\"16005\",42.6387310028077,-112.163433064181,87808,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b78907cc\",\"16007\",,84016007,16007,\"US_ID\",,,3,\"Idaho\",\"Bear Lake\",,\"USA.13.4_1\",\"ChIJi-10UgPGVYcR-WxqTZ5MwBo\",\"US16007\",\"16007\",42.2995052337647,-111.315198265854,6125,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"50312acb\",\"16009\",,84016009,16009,\"US_ID\",,,3,\"Idaho\",\"Benewah\",,\"USA.13.5_1\",\"ChIJ3_EqrnMYYFMRAQ9aKGcuEAI\",\"US16009\",\"16009\",47.2247543334961,-116.683355138596,9298,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"47f193b8\",\"16011\",,84016011,16011,\"US_ID\",,,3,\"Idaho\",\"Bingham\",\"Bingham County, Idaho\",\"USA.13.6_1\",\"ChIJC96h0OOkVVMRw8mHhmNBGno\",\"US16011\",\"16011\",43.2386589050293,-112.29706519027,46811,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a9fff294\",\"16013\",,84016013,16013,\"US_ID\",,,3,\"Idaho\",\"Blaine\",\"Blaine County, Idaho\",\"USA.13.7_1\",\"ChIJuYu0yYhKqlQR-N15TSEoSRU\",\"US16013\",\"16013\",43.3000049591064,-113.879794173125,23021,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"409c57a1\",\"16015\",,84016015,16015,\"US_ID\",,,3,\"Idaho\",\"Boise\",\"Boise, Idaho\",\"USA.13.8_1\",\"ChIJ74cV_d_OqFQRgW2lWKvYnJI\",\"US16015\",\"16015\",43.9686069488526,-115.771872763749,7831,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ae92368d\",\"16017\",,84016017,16017,\"US_ID\",,,3,\"Idaho\",\"Bonner\",\"Bonner County, Idaho\",\"USA.13.9_1\",\"ChIJ3yj1n4LZY1MR2wl9Ma5gO9I\",\"US16017\",\"16017\",48.411304473877,-116.544644291363,45739,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"492a1b8a\",\"16019\",,84016019,16019,\"US_ID\",,,3,\"Idaho\",\"Bonneville\",\"Bonneville County, Idaho\",\"USA.13.10_1\",\"ChIJc0MpwbGMVFMR75Pt4oU__cs\",\"US16019\",\"16019\",43.3399448394776,-111.433458432868,119062,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6cdcc07b\",\"16021\",,84016021,16021,\"US_ID\",,,3,\"Idaho\",\"Boundary\",,\"USA.13.11_1\",\"ChIJaclTNZeZY1MRKbiwGcr1N4U\",\"US16021\",\"16021\",48.7582588195801,-116.417916981485,12245,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"82d2a157\",\"16023\",,84016023,16023,\"US_ID\",,,3,\"Idaho\",\"Butte\",,\"USA.13.12_1\",,\"US16023\",\"16023\",43.7620449066163,-113.079118430729,2597,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6bb10462\",\"16025\",,84016025,16025,\"US_ID\",,,3,\"Idaho\",\"Camas\",,\"USA.13.13_1\",,\"US16025\",\"16025\",43.5282306671143,-114.837114344598,1106,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"85bf654e\",\"16027\",,84016027,16027,\"US_ID\",,,3,\"Idaho\",\"Canyon\",\"Canyon County, Idaho\",\"USA.13.14_1\",\"ChIJK0VLMORLrlQRpTfpDcwi73c\",\"US16027\",\"16027\",43.5833454132081,-116.646828062934,229849,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"62074849\",\"16029\",,84016029,16029,\"US_ID\",,,3,\"Idaho\",\"Caribou\",,\"USA.13.15_1\",\"ChIJeQRypBiiVYcRcolZf4r2W18\",\"US16029\",\"16029\",42.7214889526368,-111.579684978568,7155,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"75c7f13a\",\"16031\",,84016031,16031,\"US_ID\",,,3,\"Idaho\",\"Cassia\",\"Cassia County, Idaho\",\"USA.13.16_1\",\"ChIJEQ6X5NN7qoARqHTteyqmCZA\",\"US16031\",\"16031\",42.3387756347656,-113.643787903598,24030,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9bc99016\",\"16033\",,84016033,16033,\"US_ID\",,,3,\"Idaho\",\"Clark\",,\"USA.13.17_1\",,\"US16033\",\"16033\",44.2729854583741,-112.331066330444,845,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"72aa3523\",\"16035\",,84016035,16035,\"US_ID\",,,3,\"Idaho\",\"Clearwater\",,\"USA.13.18_1\",\"ChIJD1NOG66iX1MRpvg49dnJ3eA\",\"US16035\",\"16035\",46.599723815918,-115.648218563016,8756,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9ca4540f\",\"16037\",,84016037,16037,\"US_ID\",,,3,\"Idaho\",\"Custer\",,\"USA.13.19_1\",,\"US16037\",\"16037\",44.2175102233888,-114.289985508624,4315,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7b1c7908\",\"16039\",,84016039,16039,\"US_ID\",,,3,\"Idaho\",\"Elmore\",\"Elmore County, Idaho\",\"USA.13.20_1\",\"ChIJTcVb5q0oqVQRKCtHjAZ1RDs\",\"US16039\",\"16039\",43.4454307556153,-115.528978061023,27511,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3a8667fd\",\"16041\",,84016041,16041,\"US_ID\",,,3,\"Idaho\",\"Franklin\",,\"USA.13.21_1\",\"ChIJmarPWsNVVIcR2K9iYzR3OCc\",\"US16041\",\"16041\",42.2170867919923,-111.845656843003,13876,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d48806d1\",\"16043\",,84016043,16043,\"US_ID\",,,3,\"Idaho\",\"Fremont\",,\"USA.13.22_1\",\"ChIJ5ZIrK4MEVFMRU8iCQsZ3ynE\",\"US16043\",\"16043\",44.323980331421,-111.419089066086,13099,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3deba3e4\",\"16045\",,84016045,16045,\"US_ID\",,,3,\"Idaho\",\"Gem\",,\"USA.13.23_1\",\"ChIJPVoo3No1r1QRkxZUTOyHF5Q\",\"US16045\",\"16045\",44.1683940887452,-116.284460637082,18112,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d3e5c2c8\",\"16047\",,84016047,16047,\"US_ID\",,,3,\"Idaho\",\"Gooding\",,\"USA.13.24_1\",\"ChIJZcDS4yR7rFQRmbeCA4RP3_4\",\"US16047\",\"16047\",42.9316387176514,-114.839622071644,15179,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"345defcf\",\"16049\",,84016049,16049,\"US_ID\",,,3,\"Idaho\",\"Idaho\",,\"USA.13.25_1\",\"ChIJBwIiFFY4p1QRt_jTB6wF4P0\",\"US16049\",\"16049\",45.8898448944092,-115.560020334721,16667,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"239d56bc\",\"16051\",,84016051,16051,\"US_ID\",,,3,\"Idaho\",\"Jefferson\",\"Jefferson County, Idaho\",\"USA.13.26_1\",\"ChIJXTISHMsZVFMRxLC5as8Z8GE\",\"US16051\",\"16051\",43.8474712371827,-112.334334211236,29871,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cd933790\",\"16053\",,84016053,16053,\"US_ID\",,,3,\"Idaho\",\"Jerome\",\"Jerome County, Idaho\",\"USA.13.27_1\",\"ChIJe3b7Xlxoq1QRRHZra-CeBqw\",\"US16053\",\"16053\",42.6696643829346,-114.273401314472,24412,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"24f092a5\",\"16055\",,84016055,16055,\"US_ID\",,,3,\"Idaho\",\"Kootenai\",\"Kootenai County, Idaho\",\"USA.13.28_1\",\"ChIJdZIOfB6eYVMRssfXghVAmPQ\",\"US16055\",\"16055\",47.7638263702393,-116.682830362375,165697,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cafef389\",\"16057\",,84016057,16057,\"US_ID\",,,3,\"Idaho\",\"Latah\",\"Latah County, Idaho\",\"USA.13.29_1\",\"ChIJu4UvpPP3n1QRjXaMHIRO7TI\",\"US16057\",\"16057\",46.8323287963868,-116.683357790291,40108,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2d46de8e\",\"16059\",,84016059,16059,\"US_ID\",,,3,\"Idaho\",\"Lemhi\",,\"USA.13.30_1\",\"ChIJ0792dKEnWFMR9q9wjunaUDo\",\"US16059\",\"16059\",44.9707412719727,-114.09001019805,8027,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"08b0057f\",\"16061\",,84016061,16061,\"US_ID\",,,3,\"Idaho\",\"Lewis\",,\"USA.13.31_1\",,\"US16061\",\"16061\",46.2305049896241,-116.359035937527,3838,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e6be6453\",\"16063\",,84016063,16063,\"US_ID\",,,3,\"Idaho\",\"Lincoln\",,\"USA.13.32_1\",\"ChIJnWhIRK-mq1QRYwMkkGZsW70\",\"US16063\",\"16063\",42.987705230713,-114.153870564424,5366,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0fddc166\",\"16065\",,84016065,16065,\"US_ID\",,,3,\"Idaho\",\"Madison\",\"Madison County, Idaho\",\"USA.13.33_1\",\"ChIJaV9tfl6LU1MRyXRq8DUdjIM\",\"US16065\",\"16065\",43.7821254730225,-111.687525985296,39907,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e1d3a04a\",\"16067\",,84016067,16067,\"US_ID\",,,3,\"Idaho\",\"Minidoka\",\"Minidoka County, Idaho\",\"USA.13.34_1\",\"ChIJ__pB5p0Hq1QROlHw1eZofA4\",\"US16067\",\"16067\",42.8568096160889,-113.565143145346,21039,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"066b8d4d\",\"16069\",,84016069,16069,\"US_ID\",,,3,\"Idaho\",\"Nez Perce\",\"Nez Perce County, Idaho\",\"USA.13.35_1\",\"ChIJoZlDBN9QoFQRaW8YAeS3l3M\",\"US16069\",\"16069\",46.2438201904297,-116.823067988795,40408,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"11ab343e\",\"16071\",,84016071,16071,\"US_ID\",,,3,\"Idaho\",\"Oneida\",,\"USA.13.36_1\",\"ChIJHZEmc7ktVYcRj3AHsUQxCAs\",\"US16071\",\"16071\",42.251579284668,-112.546581922511,4531,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ffa55512\",\"16073\",,84016073,16073,\"US_ID\",,,3,\"Idaho\",\"Owyhee\",,\"USA.13.37_1\",\"ChIJ9zBmZ86UrVQRNr9Ti-qUfaw\",\"US16073\",\"16073\",42.8346004486085,-116.24073626758,11823,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"16c6f027\",\"16075\",,84016075,16075,\"US_ID\",,,3,\"Idaho\",\"Payette\",\"Payette County, Idaho\",\"USA.13.38_1\",\"ChIJN9W_maCer1QRw3uxOSeprIw\",\"US16075\",\"16075\",43.9741497039796,-116.835688046695,23951,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f8c8910b\",\"16077\",,84016077,16077,\"US_ID\",,,3,\"Idaho\",\"Power\",,\"USA.13.39_1\",\"ChIJuaYZYTmQqlQRtW9LUqobUSg\",\"US16077\",\"16077\",42.7147350311279,-112.816250413133,7681,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1f70bc0c\",\"16079\",,84016079,16079,\"US_ID\",,,3,\"Idaho\",\"Shoshone\",,\"USA.13.40_1\",\"ChIJndluNcH4YFMR028OiSZKQ_0\",\"US16079\",\"16079\",47.4980792999268,-116.008134083946,12882,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"963328f1\",\"16081\",,84016081,16081,\"US_ID\",,,3,\"Idaho\",\"Teton\",,\"USA.13.41_1\",\"ChIJYQTMBgOiU1MRjYn2mcR_cmM\",\"US16081\",\"16081\",43.7474002838136,-111.222407057455,12142,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"783d49dd\",\"16083\",,84016083,16083,\"US_ID\",,,3,\"Idaho\",\"Twin Falls\",\"Twin Falls County, Idaho\",\"USA.13.42_1\",\"ChIJFYXqZRDDrFQRERxx5AfnZwI\",\"US16083\",\"16083\",42.4583358764649,-114.553838014091,86878,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"915eece8\",\"16085\",,84016085,16085,\"US_ID\",,,3,\"Idaho\",\"Valley\",,\"USA.13.43_1\",\"ChIJ5396UwTDp1QRzDpfk0uSgfE\",\"US16085\",\"16085\",44.6842098236084,-115.657646449506,11392,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7f508dc4\",\"16087\",,84016087,16087,\"US_ID\",,,3,\"Idaho\",\"Washington\",,\"USA.13.44_1\",\"ChIJYU-5aC_lpVQRwnQMVD_vhkk\",\"US16087\",\"16087\",44.5002059936523,-116.86018544354,10194,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e656c59c\",\"17001\",,84017001,17001,\"US_IL\",,,3,\"Illinois\",\"Adams\",\"Adams County, Illinois\",\"USA.14.1_1\",\"ChIJsdzXkH-s4IcRBDTdeT-x9v0\",\"US17001\",\"17001\",39.9778652191163,-91.1877145663551,65435,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0858a4b0\",\"17003\",,84017003,17003,\"US_IL\",,,3,\"Illinois\",\"Alexander\",,\"USA.14.2_1\",\"ChIJ27fcUdPVeYgRnrqyQ8MosgM\",\"US17003\",\"17003\",37.1531200408936,-89.3473913507791,5761,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e13b0185\",\"17005\",,84017005,17005,\"US_IL\",,,3,\"Illinois\",\"Bond\",\"Bond County, Illinois\",\"USA.14.3_1\",\"ChIJr9mz77HMdYgRxHwVsvb_P-k\",\"US17005\",\"17005\",38.8944301605225,-89.4472232122567,16426,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0f3560a9\",\"17007\",,84017007,17007,\"US_IL\",,,3,\"Illinois\",\"Boone\",\"Boone County, Illinois\",\"USA.14.4_1\",\"ChIJPXbhbKNOD4gR53JkWKQVzIc\",\"US17007\",\"17007\",42.2851257324219,-88.8227239994863,53544,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e88d4dae\",\"17009\",,84017009,17009,\"US_IL\",,,3,\"Illinois\",\"Brown\",,\"USA.14.5_1\",,\"US17009\",\"17009\",39.9750156402589,-90.7142116816147,6578,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ff4df4dd\",\"17011\",,84017011,17011,\"US_IL\",,,3,\"Illinois\",\"Bureau\",\"Bureau County, Illinois\",\"USA.14.6_1\",\"ChIJsZxijf6DCYgRnUJLc3G2mGU\",\"US17011\",\"17011\",41.3870296478272,-89.5110336933709,32628,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"114395f1\",\"17013\",,84017013,17013,\"US_IL\",,,3,\"Illinois\",\"Calhoun\",,\"USA.14.7_1\",,\"US17013\",\"17013\",39.1357555389405,-90.6562958153691,4739,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f82030c4\",\"17015\",,84017015,17015,\"US_IL\",,,3,\"Illinois\",\"Carroll\",,\"USA.14.8_1\",\"ChIJw--WnyUqCIgRFPJRpsqtzuw\",\"US17015\",\"17015\",42.0689392089844,-89.9262995125361,14305,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"162e51e8\",\"17017\",,84017017,17017,\"US_IL\",,,3,\"Illinois\",\"Cass\",,\"USA.14.9_1\",\"ChIJk1k9mire34cRmimHJr9to88\",\"US17017\",\"17017\",39.9977397918702,-90.2503827440827,12147,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f1967cef\",\"17019\",,84017019,17019,\"US_IL\",,,3,\"Illinois\",\"Champaign\",\"Champaign County, Illinois\",\"USA.14.10_1\",\"ChIJFaw55h3aDIgRG1WtmPFBk6Y\",\"US17019\",\"17019\",40.1283702850342,-88.2027892900185,209689,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d460a71e\",\"17021\",,84017021,17021,\"US_IL\",,,3,\"Illinois\",\"Christian\",\"Christian County, Illinois\",\"USA.14.11_1\",\"ChIJ-f-4NfLodIgRXsUKy9WVeD0\",\"US17021\",\"17021\",39.5753803253174,-89.2795333435606,32304,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3a6ec632\",\"17023\",,84017023,17023,\"US_IL\",,,3,\"Illinois\",\"Clark\",\"Clark County, Illinois\",\"USA.14.12_1\",\"ChIJvzdFsV2KcogRX71D0fcd-dI\",\"US17023\",\"17023\",39.3242301940919,-87.8048085562831,15441,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d30d6307\",\"17025\",,84017025,17025,\"US_IL\",,,3,\"Illinois\",\"Clay\",,\"USA.14.13_1\",\"ChIJ0cfX2nrec4gRb61075cZ1ww\",\"US17025\",\"17025\",38.7813701629639,-88.4782878739152,13184,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3d03022b\",\"17027\",,84017027,17027,\"US_IL\",,,3,\"Illinois\",\"Clinton\",\"Clinton County, Illinois\",\"USA.14.14_1\",\"ChIJT1oudq93dogRCuZmt4SST9Y\",\"US17027\",\"17027\",38.6091346740724,-89.4240616416916,37562,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dabb2f2c\",\"17029\",,84017029,17029,\"US_IL\",,,3,\"Illinois\",\"Coles\",\"Coles County, Illinois\",\"USA.14.15_1\",\"ChIJZaKnLzkDc4gRlUI9Q1egHVE\",\"US17029\",\"17029\",39.5676250457765,-88.2182213271851,50621,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cd7b965f\",\"17031\",,84017031,17031,\"US_IL\",,,3,\"Illinois\",\"Cook\",\"Cook County, Illinois\",\"USA.14.16_1\",\"ChIJdRNDZqqxD4gRPOAOIwnX2Yo\",\"US17031\",\"17031\",41.8147296905518,-87.7521778463238,5150233,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2375f773\",\"17033\",,84017033,17033,\"US_IL\",,,3,\"Illinois\",\"Crawford\",,\"USA.14.17_1\",\"ChIJo7lPTEdscogR1Q_ajxZz-5k\",\"US17033\",\"17033\",39.0135555267335,-87.758747064169,18667,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ca165246\",\"17035\",,84017035,17035,\"US_IL\",,,3,\"Illinois\",\"Cumberland\",\"Cumberland County, Illinois\",\"USA.14.18_1\",\"ChIJ92XKZR-pc4gRTWw39fe_uYg\",\"US17035\",\"17035\",39.301649093628,-88.2418409990077,10766,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c3a01e6d\",\"17039\",,84017039,17039,\"US_IL\",,,3,\"Illinois\",\"De Witt\",\"De Witt County, Illinois\",\"USA.14.20_1\",\"ChIJ6Uy9e0lnC4gRJ2c0tld1iAs\",\"US17039\",\"17039\",40.1840610504151,-88.9017818120369,15638,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2418336a\",\"17037\",,84017037,17037,\"US_IL\",,,3,\"Illinois\",\"DeKalb\",\"DeKalb County, Illinois\",\"USA.14.19_1\",\"ChIJu2p0rxfXDogRwoAC0THMpTc\",\"US17037\",\"17037\",41.8930454254151,-88.7713286734027,104897,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"823a0098\",\"17041\",,84017041,17041,\"US_IL\",,,3,\"Illinois\",\"Douglas\",\"Douglas County, Illinois\",\"USA.14.21_1\",\"ChIJeeRUXSQpc4gREZQiMnWfEn8\",\"US17041\",\"17041\",39.7434005737305,-88.2203249608231,19465,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6c3461b4\",\"17043\",,84017043,17043,\"US_IL\",,,3,\"Illinois\",\"DuPage\",\"DuPage County, Illinois\",\"USA.14.22_1\",\"ChIJa_8YHt6oD4gRaux4XvaID0k\",\"US17043\",\"17043\",41.8403949737549,-88.0905289931995,922921,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8557c481\",\"17045\",,84017045,17045,\"US_IL\",,,3,\"Illinois\",\"Edgar\",,\"USA.14.23_1\",\"ChIJkST6Ms69cogRCAPGWoBqOUQ\",\"US17045\",\"17045\",39.6505146026612,-87.748248285349,17161,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6b59a5ad\",\"17047\",,84017047,17047,\"US_IL\",,,3,\"Illinois\",\"Edwards\",,\"USA.14.24_1\",\"ChIJpz62yymacYgR8Di1PFaS7w8\",\"US17047\",\"17047\",38.4120807647705,-88.0573683869466,6395,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8ce188aa\",\"17049\",,84017049,17049,\"US_IL\",,,3,\"Illinois\",\"Effingham\",\"Effingham County, Illinois\",\"USA.14.25_1\",\"ChIJycd85FWQc4gR67B8YoIrrs8\",\"US17049\",\"17049\",39.0437355041504,-88.5846287387672,34008,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9b2131d9\",\"17051\",,84017051,17051,\"US_IL\",,,3,\"Illinois\",\"Fayette\",\"Fayette County, Illinois\",\"USA.14.26_1\",\"ChIJG231YyZtdIgRdAw-JR72GCE\",\"US17051\",\"17051\",38.9847450256348,-89.0310183017424,21336,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"752f50f5\",\"17053\",,84017053,17053,\"US_IL\",,,3,\"Illinois\",\"Ford\",,\"USA.14.27_1\",\"ChIJxROAa08CDYgRaejlJlqk4vs\",\"US17053\",\"17053\",40.7190952301026,-88.1812855821157,12961,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9c4cf5c0\",\"17055\",,84017055,17055,\"US_IL\",,,3,\"Illinois\",\"Franklin\",\"Franklin County, Illinois\",\"USA.14.28_1\",\"ChIJVepyV9rQdogRg0PlzAok3RI\",\"US17055\",\"17055\",37.9932556152344,-88.9261388193494,38469,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"724294ec\",\"17057\",,84017057,17057,\"US_IL\",,,3,\"Illinois\",\"Fulton\",\"Fulton County, Illinois\",\"USA.14.29_1\",\"ChIJU2k49As64IcRYTBtqtBmlAM\",\"US17057\",\"17057\",40.4454650878907,-90.1785687010234,34340,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"95fab9eb\",\"17059\",,84017059,17059,\"US_IL\",,,3,\"Illinois\",\"Gallatin\",,\"USA.14.30_1\",\"ChIJmTv36S33cIgRDxlRqb5qbS4\",\"US17059\",\"17059\",37.7405090332032,-88.2158745308883,4828,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b00c621a\",\"17061\",,84017061,17061,\"US_IL\",,,3,\"Illinois\",\"Greene\",,\"USA.14.31_1\",\"ChIJ1UPh71yg34cRh_oq4Z7u6u0\",\"US17061\",\"17061\",39.3179397583009,-90.381247114471,12969,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5e020336\",\"17063\",,84017063,17063,\"US_IL\",,,3,\"Illinois\",\"Grundy\",\"Grundy County, Illinois\",\"USA.14.32_1\",\"ChIJ9xEZKr6VDogRoNizCFgmcOE\",\"US17063\",\"17063\",41.2863464355469,-88.4184652800604,51054,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b761a603\",\"17065\",,84017065,17065,\"US_IL\",,,3,\"Illinois\",\"Hamilton\",,\"USA.14.33_1\",\"ChIJxTTYW50jcYgRkTdceUpDl3w\",\"US17065\",\"17065\",38.0830898284913,-88.5398491656293,8116,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"596fc72f\",\"17067\",,84017067,17067,\"US_IL\",,,3,\"Illinois\",\"Hancock\",,\"USA.14.34_1\",\"ChIJCbK0hcjO4IcRVn_sFsIjLRQ\",\"US17067\",\"17067\",40.4190788269044,-91.1402591145674,17708,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bed7ea28\",\"17069\",,84017069,17069,\"US_IL\",,,3,\"Illinois\",\"Hardin\",,\"USA.14.35_1\",,\"US17069\",\"17069\",37.5008659362794,-88.24048091779,3821,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a917535b\",\"17071\",,84017071,17071,\"US_IL\",,,3,\"Illinois\",\"Henderson\",,\"USA.14.36_1\",\"ChIJgb4Ct-Uk4YcRYFKldeJPY2U\",\"US17071\",\"17071\",40.8539352416993,-90.9198108028948,6646,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"47193277\",\"17073\",,84017073,17073,\"US_IL\",,,3,\"Illinois\",\"Henry\",\"Henry County, Illinois\",\"USA.14.37_1\",\"ChIJPbDq2L0c4ocRx2uaeoXVEAw\",\"US17073\",\"17073\",41.3680458068849,-90.1451304825679,48913,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ae7a9742\",\"17075\",,84017075,17075,\"US_IL\",,,3,\"Illinois\",\"Iroquois\",\"Iroquois County, Illinois\",\"USA.14.38_1\",\"ChIJQd5V1dmiDYgRgNXq21Ht1TY\",\"US17075\",\"17075\",40.7522239685059,-87.8257655239842,27114,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4074f66e\",\"17077\",,84017077,17077,\"US_IL\",,,3,\"Illinois\",\"Jackson\",\"Jackson County, Illinois\",\"USA.14.39_1\",\"ChIJ1WJkfj4Jd4gR9R3Up6pTtrc\",\"US17077\",\"17077\",37.7593154907227,-89.4111698574259,56750,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a7ccdb69\",\"17079\",,84017079,17079,\"US_IL\",,,3,\"Illinois\",\"Jasper\",,\"USA.14.40_1\",\"ChIJ8aZnuWdJcogRB8Kc1N5aE80\",\"US17079\",\"17079\",39.0489311218262,-88.1544101038397,9610,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2e8f4f94\",\"17081\",,84017081,17081,\"US_IL\",,,3,\"Illinois\",\"Jefferson\",\"Jefferson County, Illinois\",\"USA.14.41_1\",\"ChIJA0a7WCDIdogRXdhR-h_oaK0\",\"US17081\",\"17081\",38.3004245758057,-88.9253989547678,37684,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c0812eb8\",\"17083\",,84017083,17083,\"US_IL\",,,3,\"Illinois\",\"Jersey\",\"Jersey County, Illinois\",\"USA.14.42_1\",\"ChIJqWBzwAkT34cRExV0iD6-xDY\",\"US17083\",\"17083\",39.0943851470948,-90.3710147011457,21773,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"29e28b8d\",\"17085\",,84017085,17085,\"US_IL\",,,3,\"Illinois\",\"Jo Daviess\",\"Jo Daviess County, Illinois\",\"USA.14.43_1\",\"ChIJ30pmCv284ocRnkh4NymGGZg\",\"US17085\",\"17085\",42.3540897369385,-90.1836962929234,21235,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c7eceaa1\",\"17087\",,84017087,17087,\"US_IL\",,,3,\"Illinois\",\"Johnson\",,\"USA.14.44_1\",\"ChIJcxvGEXFOd4gRniVweG8q3Kc\",\"US17087\",\"17087\",37.4549198150635,-88.875543251189,12417,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2054c7a6\",\"17089\",,84017089,17089,\"US_IL\",,,3,\"Illinois\",\"Kane\",\"Kane County, Illinois\",\"USA.14.45_1\",\"ChIJnfjNX8UcD4gR2rRf04RfHSw\",\"US17089\",\"17089\",41.9408702850342,-88.4326791639932,532403,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"37947ed5\",\"17091\",,84017091,17091,\"US_IL\",,,3,\"Illinois\",\"Kankakee\",\"Kankakee County, Illinois\",\"USA.14.46_1\",\"ChIJrQhp-IfEDYgRiAaxfXA-a6w\",\"US17091\",\"17091\",41.1445903778077,-87.8843608081198,109862,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d99a1ff9\",\"17093\",,84017093,17093,\"US_IL\",,,3,\"Illinois\",\"Kendall\",\"Kendall County, Illinois\",\"USA.14.47_1\",\"ChIJw2tLtG3nDogRuLL5GTTuXmo\",\"US17093\",\"17093\",41.5925807952881,-88.4295174110828,128990,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"30f9bacc\",\"17095\",,84017095,17095,\"US_IL\",,,3,\"Illinois\",\"Knox\",\"Knox County, Illinois\",\"USA.14.48_1\",\"ChIJ5YJ-ge_B4YcRxmumfFzTKXo\",\"US17095\",\"17095\",40.9317512512208,-90.2129424982854,49699,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"def7dbe0\",\"17097\",,84017097,17097,\"US_IL\",,,3,\"Illinois\",\"Lake\",\"Lake County, Illinois\",\"USA.14.50_1\",\"ChIJKdUvmscAD4gRZsVGNFFqkhs\",\"US17097\",\"17097\",42.3268451690674,-88.0131052023517,696535,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"394ff6e7\",\"17099\",,84017099,17099,\"US_IL\",,,3,\"Illinois\",\"LaSalle\",\"LaSalle County, Illinois\",\"USA.14.49_1\",\"ChIJbROyPvVWCYgR59pvQDH4k5w\",\"US17099\",\"17099\",41.2379150390626,-88.8768690747938,108669,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e794afab\",\"17101\",,84017101,17101,\"US_IL\",,,3,\"Illinois\",\"Lawrence\",,\"USA.14.52_1\",\"ChIJVwzfpXYZcogRVvBLXITyJRQ\",\"US17101\",\"17101\",38.7091846466065,-87.7144039648128,15678,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"099ace87\",\"17103\",,84017103,17103,\"US_IL\",,,3,\"Illinois\",\"Lee\",\"Lee County, Illinois\",\"USA.14.53_1\",\"ChIJI9KqpU2oCYgRuLFiqhq7Qg4\",\"US17103\",\"17103\",41.7478141784668,-89.2850749471666,34096,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e0f96bb2\",\"17105\",,84017105,17105,\"US_IL\",,,3,\"Illinois\",\"Livingston\",\"Livingston County, Illinois\",\"USA.14.54_1\",\"ChIJt6x97f5kDIgRZM1i1O0I3YQ\",\"US17105\",\"17105\",40.8673763275147,-88.5871740822468,35648,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0ef70a9e\",\"17107\",,84017107,17107,\"US_IL\",,,3,\"Illinois\",\"Logan\",\"Logan County, Illinois\",\"USA.14.55_1\",\"ChIJrfmrABDXCogRZF_dn6jVX6k\",\"US17107\",\"17107\",40.107370376587,-89.3739468225561,28618,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f9e25af3\",\"17115\",,84017115,17115,\"US_IL\",,,3,\"Illinois\",\"Macon\",\"Macon County, Illinois\",\"USA.14.56_1\",\"ChIJDbBjlSC5dIgRFBUBHiuLODk\",\"US17115\",\"17115\",39.8657455444336,-88.9823122962197,104009,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"17ec3bdf\",\"17117\",,84017117,17117,\"US_IL\",,,3,\"Illinois\",\"Macoupin\",\"Macoupin County, Illinois\",\"USA.14.57_1\",\"ChIJL1_AUVCDdYgRcdRWuts_TzI\",\"US17117\",\"17117\",39.2187652587891,-89.9257322164657,44926,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f05416d8\",\"17119\",,84017119,17119,\"US_IL\",,,3,\"Illinois\",\"Madison\",\"Madison County, Illinois\",\"USA.14.58_1\",\"ChIJCbty6Ib3dYgR05bPn6vNj2M\",\"US17119\",\"17119\",38.8251304626465,-89.855387207406,262966,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d5a2cd29\",\"17121\",,84017121,17121,\"US_IL\",,,3,\"Illinois\",\"Marion\",\"Marion County, Illinois\",\"USA.14.59_1\",\"ChIJc2hkB46kdogR_DH0u_ru0vw\",\"US17121\",\"17121\",38.6928062438965,-88.9189997934057,37205,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3bacac05\",\"17123\",,84017123,17123,\"US_IL\",,,3,\"Illinois\",\"Marshall\",,\"USA.14.60_1\",\"ChIJ7dl5HdDOC4gRE26pzxQfeug\",\"US17123\",\"17123\",41.037504196167,-89.3453799965584,11438,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d2cf0930\",\"17125\",,84017125,17125,\"US_IL\",,,3,\"Illinois\",\"Mason\",,\"USA.14.61_1\",\"ChIJq33dQ-ueCogRFBi3TjKh7cc\",\"US17125\",\"17125\",40.2482852935791,-89.8580337458058,13359,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3cc1681c\",\"17127\",,84017127,17127,\"US_IL\",,,3,\"Illinois\",\"Massac\",\"Massac County, Illinois\",\"USA.14.62_1\",\"ChIJFRKYg8oGeogR-UPFFW-sguM\",\"US17127\",\"17127\",37.2021846771241,-88.7005986848027,13772,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e94f2799\",\"17109\",,84017109,17109,\"US_IL\",,,3,\"Illinois\",\"McDonough\",\"McDonough County, Illinois\",\"USA.14.63_1\",\"ChIJfajiWFDw4IcReV5_fBLgkbA\",\"US17109\",\"17109\",40.456995010376,-90.6782622008144,29682,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fe8f9eea\",\"17111\",,84017111,17111,\"US_IL\",,,3,\"Illinois\",\"McHenry\",\"McHenry County, Illinois\",\"USA.14.64_1\",\"ChIJx34ElHw-D4gRBCCaMuI0H2o\",\"US17111\",\"17111\",42.2858657836914,-88.4514443021791,307774,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1081ffc6\",\"17113\",,84017113,17113,\"US_IL\",,,3,\"Illinois\",\"McLean\",\"McLean County, Illinois\",\"USA.14.65_1\",\"ChIJE-_tJB9AC4gR9RpRq3ADUkM\",\"US17113\",\"17113\",40.5286808013916,-88.8632593214133,171517,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"db79451b\",\"17129\",,84017129,17129,\"US_IL\",,,3,\"Illinois\",\"Menard\",,\"USA.14.66_1\",\"ChIJyUtWhQS3CogR-U6F5ycwpb0\",\"US17129\",\"17129\",40.0096340179444,-89.7865080914144,12196,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ccb9fc68\",\"17131\",,84017131,17131,\"US_IL\",,,3,\"Illinois\",\"Mercer\",,\"USA.14.67_1\",\"ChIJlY8fULRk4YcRxl-0DK-LD0M\",\"US17131\",\"17131\",41.1979503631592,-90.761070996609,15437,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"22b79d44\",\"17133\",,84017133,17133,\"US_IL\",,,3,\"Illinois\",\"Monroe\",\"Monroe County, Illinois\",\"USA.14.68_1\",\"ChIJv0u1_T-m2IcR9-UTgfKc6Rs\",\"US17133\",\"17133\",38.3054847717286,-90.1423353698015,34637,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cbd43871\",\"17135\",,84017135,17135,\"US_IL\",,,3,\"Illinois\",\"Montgomery\",\"Montgomery County, Illinois\",\"USA.14.69_1\",\"ChIJMacrbdGrdYgRJ1ia7Mbu1iY\",\"US17135\",\"17135\",39.2618160247803,-89.4219473038613,28414,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"25da595d\",\"17137\",,84017137,17137,\"US_IL\",,,3,\"Illinois\",\"Morgan\",\"Morgan County, Illinois\",\"USA.14.70_1\",\"ChIJl00IDEjp34cRMgb8L5m42Ok\",\"US17137\",\"17137\",39.6923904418945,-90.1734982838934,33658,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c262745a\",\"17139\",,84017139,17139,\"US_IL\",,,3,\"Illinois\",\"Moultrie\",,\"USA.14.71_1\",\"ChIJedLzUXF5c4gRVfTsaQeroVM\",\"US17139\",\"17139\",39.6303405761719,-88.6422863133081,14501,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"83f86aaf\",\"17141\",,84017141,17141,\"US_IL\",,,3,\"Illinois\",\"Ogle\",\"Ogle County, Illinois\",\"USA.14.72_1\",\"ChIJT5AG73H7CIgRnYGHvXyzq18\",\"US17141\",\"17141\",42.0450801849366,-89.3144751842406,50643,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6df60b83\",\"17143\",,84017143,17143,\"US_IL\",,,3,\"Illinois\",\"Peoria\",\"Peoria County, Illinois\",\"USA.14.73_1\",\"ChIJPb2t9l1nCogR0U7BdDBgWgQ\",\"US17143\",\"17143\",40.7438755035401,-89.7677628134027,179179,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8495aeb6\",\"17145\",,84017145,17145,\"US_IL\",,,3,\"Illinois\",\"Perry\",\"Perry County, Illinois\",\"USA.14.74_1\",\"ChIJOzyYV4j4dogROqJd9oluTWo\",\"US17145\",\"17145\",38.0865497589112,-89.3582991428302,20916,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6a9bcf9a\",\"17147\",,84017147,17147,\"US_IL\",,,3,\"Illinois\",\"Piatt\",\"Piatt County, Illinois\",\"USA.14.75_1\",\"ChIJ_Y8rRkOyDIgRyJEhal22DNI\",\"US17147\",\"17147\",40.0104942321779,-88.6047229052405,16344,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8d23e29d\",\"17149\",,84017149,17149,\"US_IL\",,,3,\"Illinois\",\"Pike\",\"Pike County, Illinois\",\"USA.14.76_1\",\"ChIJVSNvkkYS3ocRLB1MrUshm2Y\",\"US17149\",\"17149\",39.6182250976563,-90.9142871336836,15561,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9ae35bee\",\"17151\",,84017151,17151,\"US_IL\",,,3,\"Illinois\",\"Pope\",,\"USA.14.77_1\",,\"US17151\",\"17151\",37.3284854888917,-88.5930449164159,4177,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"74ed3ac2\",\"17153\",,84017153,17153,\"US_IL\",,,3,\"Illinois\",\"Pulaski\",,\"USA.14.78_1\",\"ChIJRQFKIvXdeYgRAJLx_P0z_wk\",\"US17153\",\"17153\",37.2023105621338,-89.1514733274416,5335,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9d8e9ff7\",\"17155\",,84017155,17155,\"US_IL\",,,3,\"Illinois\",\"Putnam\",,\"USA.14.79_1\",\"ChIJG9cxK6TWC4gR8j5YJ22SRm0\",\"US17155\",\"17155\",41.2131748199463,-89.3151395548866,5739,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7380fedb\",\"17157\",,84017157,17157,\"US_IL\",,,3,\"Illinois\",\"Randolph\",\"Randolph County, Illinois\",\"USA.14.80_1\",\"ChIJexX88wnTd4gRWFfIUTRlLsA\",\"US17157\",\"17157\",38.0116806030275,-89.8299983067744,31782,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9438d3dc\",\"17159\",,84017159,17159,\"US_IL\",,,3,\"Illinois\",\"Richland\",,\"USA.14.81_1\",\"ChIJgah15sErcogRzucAy5jFA8k\",\"US17159\",\"17159\",38.7096004486084,-88.0986533325948,15513,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b1ce082d\",\"17161\",,84017161,17161,\"US_IL\",,,3,\"Illinois\",\"Rock Island\",\"Rock Island County, Illinois\",\"USA.14.82_1\",\"ChIJT0_DY9P04YcR8iWu9ev5Ero\",\"US17161\",\"17161\",41.5566902160645,-90.3048091466083,141879,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b6a3cc34\",\"17165\",,84017165,17165,\"US_IL\",,,3,\"Illinois\",\"Saline\",\"Saline County, Illinois\",\"USA.14.84_1\",\"ChIJL0_yRhrEcIgRRtIhzkZKa8s\",\"US17165\",\"17165\",37.7396640777588,-88.5394433336986,23491,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"58adad18\",\"17167\",,84017167,17167,\"US_IL\",,,3,\"Illinois\",\"Sangamon\",\"Sangamon County, Illinois\",\"USA.14.85_1\",\"ChIJjQBm7XBqdYgRe4_c2pUEMSQ\",\"US17167\",\"17167\",39.7485256195068,-89.7048214299776,194672,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bf15801f\",\"17169\",,84017169,17169,\"US_IL\",,,3,\"Illinois\",\"Schuyler\",,\"USA.14.86_1\",\"ChIJIa8K1lZ84IcRGpu5Pt5GNDI\",\"US17169\",\"17169\",40.1315498352051,-90.6279236403038,6768,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a8d5396c\",\"17171\",,84017171,17171,\"US_IL\",,,3,\"Illinois\",\"Scott\",,\"USA.14.87_1\",\"ChIJiXWYiqnJ34cRKr9oz5ge5Rw\",\"US17171\",\"17171\",39.6582946777345,-90.4802009552482,4951,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"46db5840\",\"17173\",,84017173,17173,\"US_IL\",,,3,\"Illinois\",\"Shelby\",\"Shelby County, Illinois\",\"USA.14.88_1\",\"ChIJp5sPPtt9c4gRVvA_ht2b_rY\",\"US17173\",\"17173\",39.4041805267334,-88.7488657892395,21634,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5fc06901\",\"17163\",,84017163,17163,\"US_IL\",,,3,\"Illinois\",\"St. Clair\",\"St. Clair County, Illinois\",\"USA.14.83_1\",\"ChIJeRbja679dYgR3ASXSadGyno\",\"US17163\",\"17163\",38.4533252716065,-89.9433772213169,259686,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"afb8fd75\",\"17175\",,84017175,17175,\"US_IL\",,,3,\"Illinois\",\"Stark\",,\"USA.14.89_1\",\"ChIJNXWbCLsQCogRRM_KkznC5e8\",\"US17175\",\"17175\",41.1054000854493,-89.8128730965359,5342,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"41b69c59\",\"17177\",,84017177,17177,\"US_IL\",,,3,\"Illinois\",\"Stephenson\",\"Stephenson County, Illinois\",\"USA.14.90_1\",\"ChIJEYki0GFsCIgRnNBz7U6hd_4\",\"US17177\",\"17177\",42.332790374756,-89.6609975948482,44498,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a60eb15e\",\"17179\",,84017179,17179,\"US_IL\",,,3,\"Illinois\",\"Tazewell\",\"Tazewell County, Illinois\",\"USA.14.91_1\",\"ChIJGc6_KBVWCogRL7UsjS2LAYA\",\"US17179\",\"17179\",40.5318698883057,-89.548375213236,131803,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2f4d25a3\",\"17181\",,84017181,17181,\"US_IL\",,,3,\"Illinois\",\"Union\",\"Union County, Illinois\",\"USA.14.92_1\",\"ChIJm2QNRoZ6d4gRteAbpK0yHSI\",\"US17181\",\"17181\",37.4670600891114,-89.2575774246807,16653,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c143448f\",\"17183\",,84017183,17183,\"US_IL\",,,3,\"Illinois\",\"Vermilion\",\"Vermilion County, Illinois\",\"USA.14.93_1\",\"ChIJUweC53REDYgRGbrgYhqtJQs\",\"US17183\",\"17183\",40.1878147125244,-87.7371509670439,75758,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2820e1ba\",\"17185\",,84017185,17185,\"US_IL\",,,3,\"Illinois\",\"Wabash\",,\"USA.14.94_1\",\"ChIJeS0hIFWScYgRCHIrugAzRaw\",\"US17185\",\"17185\",38.4053249359131,-87.8599238343291,11520,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c62e8096\",\"17187\",,84017187,17187,\"US_IL\",,,3,\"Illinois\",\"Warren\",,\"USA.14.95_1\",\"ChIJ8zdPVUah4YcRzFGPigaK-nc\",\"US17187\",\"17187\",40.8475303649904,-90.6145527958848,16844,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2196ad91\",\"17189\",,84017189,17189,\"US_IL\",,,3,\"Illinois\",\"Washington\",\"Washington County, Illinois\",\"USA.14.96_1\",\"ChIJswCZaI2KdogRG1k5MlLMm7Q\",\"US17189\",\"17189\",38.3476295471192,-89.4259982375222,13887,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"365614e2\",\"17191\",,84017191,17191,\"US_IL\",,,3,\"Illinois\",\"Wayne\",,\"USA.14.97_1\",\"ChIJ-Yc-aj1pcYgRh9aQHOU5fQU\",\"US17191\",\"17191\",38.4279460906983,-88.4248858940699,16215,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d85875ce\",\"17193\",,84017193,17193,\"US_IL\",,,3,\"Illinois\",\"White\",,\"USA.14.98_1\",\"ChIJIyo5lH0HcYgRFQT90_dHTEA\",\"US17193\",\"17193\",38.0762004852296,-88.1655457822179,13537,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"313bd0fb\",\"17195\",,84017195,17195,\"US_IL\",,,3,\"Illinois\",\"Whiteside\",\"Whiteside County, Illinois\",\"USA.14.99_1\",\"ChIJ00XrpMTbCYgR4cwLAD2byNs\",\"US17195\",\"17195\",41.7592544555664,-89.9375272708549,55175,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"df35b1d7\",\"17197\",,84017197,17197,\"US_IL\",,,3,\"Illinois\",\"Will\",\"Will County, Illinois\",\"USA.14.100_1\",\"ChIJuwvCvgOLDogRSNhOfXa7wKA\",\"US17197\",\"17197\",41.4673957824708,-87.8895462486852,690743,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"388d9cd0\",\"17199\",,84017199,17199,\"US_IL\",,,3,\"Illinois\",\"Williamson\",\"Williamson County, Illinois\",\"USA.14.101_1\",\"ChIJpdle5XhJd4gRB2Y2AzHpNAo\",\"US17199\",\"17199\",37.7376308441163,-88.9294411329705,66597,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e5d211f2\",\"17201\",,84017201,17201,\"US_IL\",,,3,\"Illinois\",\"Winnebago\",\"Winnebago County, Illinois\",\"USA.14.102_1\",\"ChIJxYXYGxWUCIgROTb8F7OTk3Q\",\"US17201\",\"17201\",42.3083553314209,-89.1703116624805,282572,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0bdc70de\",\"17203\",,84017203,17203,\"US_IL\",,,3,\"Illinois\",\"Woodford\",\"Woodford County, Illinois\",\"USA.14.103_1\",\"ChIJ2bWJo5dUCogR4hKI2Rdp5sU\",\"US17203\",\"17203\",40.7615604400635,-89.2424569693425,38459,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"be35d5ca\",\"18001\",,84018001,18001,\"US_IN\",,,3,\"Indiana\",\"Adams\",\"Adams County, Indiana\",\"USA.15.1_1\",\"ChIJMxfyXJSJFYgR_Os-rIRVt-U\",\"US18001\",\"18001\",40.817756652832,-84.9374762454778,35777,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"503bb4e6\",\"18003\",,84018003,18003,\"US_IN\",,,3,\"Indiana\",\"Allen\",\"Allen County, Indiana\",\"USA.15.2_1\",\"ChIJMat8EGz7FYgRxC2O0LCaDJk\",\"US18003\",\"18003\",41.134090423584,-85.0715245037188,379299,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b95811d3\",\"18005\",,84018005,18005,\"US_IN\",,,3,\"Indiana\",\"Bartholomew\",\"Bartholomew County, Indiana\",\"USA.15.3_1\",\"ChIJi3hKRYmBbIgRjFdTSWzskJY\",\"US18005\",\"18005\",39.1877746582032,-85.8852807203928,83779,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"575670ff\",\"18007\",,84018007,18007,\"US_IN\",,,3,\"Indiana\",\"Benton\",,\"USA.15.4_1\",\"ChIJEZ8gJLiLEogRd_m-6mk6zkQ\",\"US18007\",\"18007\",40.6294345855713,-87.3112213857772,8748,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b0ee5df8\",\"18009\",,84018009,18009,\"US_IN\",,,3,\"Indiana\",\"Blackford\",,\"USA.15.5_1\",\"ChIJ95RQtSMLFYgRnPXwoVvKkW4\",\"US18009\",\"18009\",40.4366245269776,-85.3260087480251,11758,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a72ee48b\",\"18011\",,84018011,18011,\"US_IN\",,,3,\"Indiana\",\"Boone\",\"Boone County, Indiana\",\"USA.15.6_1\",\"ChIJ34nMCXFhE4gRTuCSB6YlDJw\",\"US18011\",\"18011\",40.0850696563721,-86.4685968466828,67843,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"492085a7\",\"18013\",,84018013,18013,\"US_IN\",,,3,\"Indiana\",\"Brown\",\"Brown County, Indiana\",\"USA.15.7_1\",\"ChIJfTLsqCeHa4gRlIYscYvH96w\",\"US18013\",\"18013\",39.1723651885988,-86.2264561729755,15092,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a0432092\",\"18015\",,84018015,18015,\"US_IN\",,,3,\"Indiana\",\"Carroll\",\"Carroll County, Indiana\",\"USA.15.8_1\",\"ChIJoRLOfH12E4gRvKfOBFOxEnc\",\"US18015\",\"18015\",40.6145000457764,-86.5731427949236,20257,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4e4d41be\",\"18017\",,84018017,18017,\"US_IN\",,,3,\"Indiana\",\"Cass\",\"Cass County, Indiana\",\"USA.15.9_1\",\"ChIJlRJKfvuHE4gRyFRCLkaZmh0\",\"US18017\",\"18017\",40.7390060424805,-86.3757006032946,37689,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a9f56cb9\",\"18019\",,84018019,18019,\"US_IN\",,,3,\"Indiana\",\"Clark\",\"Clark County, Indiana\",\"USA.15.10_1\",\"ChIJdUX_FN97aYgRBpoPyt4tU0Y\",\"US18019\",\"18019\",38.4392318725586,-85.7992354218739,118302,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8c03b748\",\"18021\",,84018021,18021,\"US_IN\",,,3,\"Indiana\",\"Clay\",\"Clay County, Indiana\",\"USA.15.11_1\",\"ChIJn7wj81AFbYgR6HOU7dWZYuo\",\"US18021\",\"18021\",39.3908557891846,-87.0892040034661,26225,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"620dd664\",\"18023\",,84018023,18023,\"US_IN\",,,3,\"Indiana\",\"Clinton\",\"Clinton County, Indiana\",\"USA.15.12_1\",\"ChIJD6U9Qu-fE4gRa8_d75DFrZg\",\"US18023\",\"18023\",40.3374156951904,-86.4683574125429,32399,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8b6e7351\",\"18025\",,84018025,18025,\"US_IN\",,,3,\"Indiana\",\"Crawford\",,\"USA.15.13_1\",\"ChIJh_w17U6kbogR0pBg52WYo4o\",\"US18025\",\"18025\",38.2639446258546,-86.4233958002963,10577,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6560127d\",\"18027\",,84018027,18027,\"US_IN\",,,3,\"Indiana\",\"Daviess\",\"Daviess County, Indiana\",\"USA.15.14_1\",\"ChIJE_9QATrabYgRL8NN1vVVlj8\",\"US18027\",\"18027\",38.6969108581543,-87.0982841927343,33351,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"82d83f7a\",\"18029\",,84018029,18029,\"US_IN\",,,3,\"Indiana\",\"Dearborn\",\"Dearborn County, Indiana\",\"USA.15.16_1\",\"ChIJV-WR6EXVQYgRYeP4QzGM3AY\",\"US18029\",\"18029\",39.1197700500489,-84.9598758323761,49458,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"95188609\",\"18031\",,84018031,18031,\"US_IN\",,,3,\"Indiana\",\"Decatur\",\"Decatur County, Indiana\",\"USA.15.17_1\",\"ChIJK1w7VRD5aogRxSWQ7CO4WBk\",\"US18031\",\"18031\",39.2938404083253,-85.4914542419487,26559,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7b16e725\",\"18033\",,84018033,18033,\"US_IN\",,,3,\"Indiana\",\"DeKalb\",\"DeKalb County, Indiana\",\"USA.15.15_1\",\"ChIJM30iaRz2PYgRYSKhYsP5Sy4\",\"US18033\",\"18033\",41.3889961242676,-85.0000562380865,43475,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"92754210\",\"18035\",,84018035,18035,\"US_IN\",,,3,\"Indiana\",\"Delaware\",\"Delaware County, Indiana\",\"USA.15.18_1\",\"ChIJ6xQPZS0WFYgRbDEilmvtxbc\",\"US18035\",\"18035\",40.2635498046875,-85.3975564337913,114135,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7c7b233c\",\"18037\",,84018037,18037,\"US_IN\",,,3,\"Indiana\",\"Dubois\",\"Dubois County, Indiana\",\"USA.15.19_1\",\"ChIJT7CtB4RdbogRRpkPKhdVUjs\",\"US18037\",\"18037\",38.3570194244385,-86.876848372672,42736,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9bc30e3b\",\"18039\",,84018039,18039,\"US_IN\",,,3,\"Indiana\",\"Elkhart\",\"Elkhart County, Indiana\",\"USA.15.20_1\",\"ChIJHWkKPnXrFogR3u0vklO67mc\",\"US18039\",\"18039\",41.5686454772949,-85.8584665093166,206341,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"da5910ce\",\"18041\",,84018041,18041,\"US_IN\",,,3,\"Indiana\",\"Fayette\",,\"USA.15.21_1\",\"ChIJz5yzipy7aogRcAGQXTlPjnk\",\"US18041\",\"18041\",39.62087059021,-85.1676445927213,23102,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"345771e2\",\"18043\",,84018043,18043,\"US_IN\",,,3,\"Indiana\",\"Floyd\",\"Floyd County, Indiana\",\"USA.15.22_1\",\"ChIJ95L83iRqaYgRssa1Bo-NY1Y\",\"US18043\",\"18043\",38.296199798584,-85.8932198481813,78522,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dd34d4d7\",\"18045\",,84018045,18045,\"US_IN\",,,3,\"Indiana\",\"Fountain\",\"Fountain County, Indiana\",\"USA.15.23_1\",\"ChIJ_8SGuFG4EogRRN2QX-rMy3I\",\"US18045\",\"18045\",40.1595802307129,-87.2631721582756,16346,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"333ab5fb\",\"18047\",,84018047,18047,\"US_IN\",,,3,\"Indiana\",\"Franklin\",\"Franklin County, Indiana\",\"USA.15.24_1\",\"ChIJA72-c9WaaogRK0d79gpNEVw\",\"US18047\",\"18047\",39.3903808593751,-85.0573274814631,22758,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d48298fc\",\"18049\",,84018049,18049,\"US_IN\",,,3,\"Indiana\",\"Fulton\",\"Fulton County, Indiana\",\"USA.15.25_1\",\"ChIJkSNYshn4E4gR7U05dSk3Bbs\",\"US18049\",\"18049\",41.0203361511231,-86.2064976711471,19974,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c342218f\",\"18051\",,84018051,18051,\"US_IN\",,,3,\"Indiana\",\"Gibson\",\"Gibson County, Indiana\",\"USA.15.26_1\",\"ChIJfwz5VGHecYgR30TbEUcrKlM\",\"US18051\",\"18051\",38.3485794067384,-87.5681607608866,33659,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2d4c40a3\",\"18053\",,84018053,18053,\"US_IN\",,,3,\"Indiana\",\"Grant\",\"Grant County, Indiana\",\"USA.15.27_1\",\"ChIJxZVZICz_FIgR0_8n-ftQTi0\",\"US18053\",\"18053\",40.5232887268067,-85.6544780799859,65769,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c42fe596\",\"18055\",,84018055,18055,\"US_IN\",,,3,\"Indiana\",\"Greene\",\"Greene County, Indiana\",\"USA.15.28_1\",\"ChIJreJqfgHKbYgRkz4jTH8WdY0\",\"US18055\",\"18055\",39.0389957427979,-86.9614728991142,31922,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2a2184ba\",\"18057\",,84018057,18057,\"US_IN\",,,3,\"Indiana\",\"Hamilton\",\"Hamilton County, Indiana\",\"USA.15.29_1\",\"ChIJ8ylPYRTAFIgRel9tI4yNmro\",\"US18057\",\"18057\",40.0861492156983,-86.0523470921939,338011,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cd99a9bd\",\"18059\",,84018059,18059,\"US_IN\",,,3,\"Indiana\",\"Hancock\",\"Hancock County, Indiana\",\"USA.15.30_1\",\"ChIJRZsSY-0ta4gRktnyomOxr4U\",\"US18059\",\"18059\",39.8279399871827,-85.7752048118357,78168,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e86f724c\",\"18061\",,84018061,18061,\"US_IN\",,,3,\"Indiana\",\"Harrison\",\"Harrison County, Indiana\",\"USA.15.31_1\",\"ChIJDW4aUPQ2aYgRyzNmCgKSIVQ\",\"US18061\",\"18061\",38.1952095031739,-86.1306028606815,40515,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"06611360\",\"18063\",,84018063,18063,\"US_IN\",,,3,\"Indiana\",\"Hendricks\",\"Hendricks County, Indiana\",\"USA.15.32_1\",\"ChIJI6pWc2u7bIgRS1mX03_Jx20\",\"US18063\",\"18063\",39.732879638672,-86.5062448036433,170311,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ef02b655\",\"18065\",,84018065,18065,\"US_IN\",,,3,\"Indiana\",\"Henry\",\"Henry County, Indiana\",\"USA.15.33_1\",\"ChIJ9_8CahwzFYgRGUcQiqEWRpc\",\"US18065\",\"18065\",39.9105091094971,-85.389017068216,47972,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"010cd779\",\"18067\",,84018067,18067,\"US_IN\",,,3,\"Indiana\",\"Howard\",\"Howard County, Indiana\",\"USA.15.34_1\",\"ChIJ-b_12smFFIgRlfaHKZShgxk\",\"US18067\",\"18067\",40.4965057373047,-86.1192598561785,82544,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e6b4fa7e\",\"18069\",,84018069,18069,\"US_IN\",,,3,\"Indiana\",\"Huntington\",\"Huntington County, Indiana\",\"USA.15.35_1\",\"ChIJfQ0XNGu3FYgREKxUE3oTYfU\",\"US18069\",\"18069\",40.8736152648926,-85.4883305633593,36520,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f174430d\",\"18071\",,84018071,18071,\"US_IN\",,,3,\"Indiana\",\"Jackson\",\"Jackson County, Indiana\",\"USA.15.36_1\",\"ChIJxdAoVZasbogRQ-Ffxk0sZvU\",\"US18071\",\"18071\",38.8997097015381,-86.0370681251826,44231,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1f7a2221\",\"18073\",,84018073,18073,\"US_IN\",,,3,\"Indiana\",\"Jasper\",\"Jasper County, Indiana\",\"USA.15.37_1\",\"ChIJBaILgf82EogRd3MlR4FWrvg\",\"US18073\",\"18073\",41.0425338745118,-87.1029284793056,33562,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f6198714\",\"18075\",,84018075,18075,\"US_IN\",,,3,\"Indiana\",\"Jay\",\"Jay County, Indiana\",\"USA.15.38_1\",\"ChIJdzpaqd97FYgRRLJMlLup3q4\",\"US18075\",\"18075\",40.4298648834229,-85.0060435656364,20436,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1817e638\",\"18077\",,84018077,18077,\"US_IN\",,,3,\"Indiana\",\"Jefferson\",\"Jefferson County, Indiana\",\"USA.15.39_1\",\"ChIJBbYDREQ6aogRHM1QHC44fkI\",\"US18077\",\"18077\",38.7778396606446,-85.4435770922884,32308,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ffafcb3f\",\"18079\",,84018079,18079,\"US_IN\",,,3,\"Indiana\",\"Jennings\",\"Jennings County, Indiana\",\"USA.15.40_1\",\"ChIJJ2pBeIKza4gRD4IHXifSCKE\",\"US18079\",\"18079\",39.0256061553956,-85.6207446739433,27735,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"76ec5fc2\",\"18081\",,84018081,18081,\"US_IN\",,,3,\"Indiana\",\"Johnson\",\"Johnson County, Indiana\",\"USA.15.41_1\",\"ChIJfZXKGBs9a4gRJh2KojuVgLQ\",\"US18081\",\"18081\",39.4739246368409,-86.1009372631476,158167,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"98e23eee\",\"18083\",,84018083,18083,\"US_IN\",,,3,\"Indiana\",\"Knox\",\"Knox County, Indiana\",\"USA.15.42_1\",\"ChIJ7ZEoduz8bYgRyoJOMfVLHr8\",\"US18083\",\"18083\",38.6626949310304,-87.4289777747756,36594,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"71819bdb\",\"18085\",,84018085,18085,\"US_IN\",,,3,\"Indiana\",\"Kosciusko\",\"Kosciusko County, Indiana\",\"USA.15.43_1\",\"ChIJ86HCfzUnFIgRxu_HvFterL8\",\"US18085\",\"18085\",41.2228813171388,-85.8536074523024,79456,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9f8ffaf7\",\"18087\",,84018087,18087,\"US_IN\",,,3,\"Indiana\",\"LaGrange\",\"LaGrange County, Indiana\",\"USA.15.44_1\",\"ChIJVVqCpClFFogRGss69-idxro\",\"US18087\",\"18087\",41.6561603546142,-85.4270797754256,39614,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7837d7f0\",\"18089\",,84018089,18089,\"US_IN\",,,3,\"Indiana\",\"Lake\",\"Lake County, Indiana\",\"USA.15.45_1\",\"ChIJKTKCiIXlEYgRjHbHHioYjbU\",\"US18089\",\"18089\",41.4358844757081,-87.3733834451376,485493,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6ff76e83\",\"18091\",,84018091,18091,\"US_IN\",,,3,\"Indiana\",\"LaPorte\",\"LaPorte County, Indiana\",\"USA.15.47_1\",\"ChIJB2TwW1CfEYgRGzuBfi3N99I\",\"US18091\",\"18091\",41.4764995574952,-86.7270983986511,109888,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"81f90faf\",\"18093\",,84018093,18093,\"US_IN\",,,3,\"Indiana\",\"Lawrence\",\"Lawrence County, Indiana\",\"USA.15.48_1\",\"ChIJt_0uoAUWbIgRcfpwkrNuS7k\",\"US18093\",\"18093\",38.835844039917,-86.4804914702482,45370,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"689aaa9a\",\"18095\",,84018095,18095,\"US_IN\",,,3,\"Indiana\",\"Madison\",\"Madison County, Indiana\",\"USA.15.49_1\",\"ChIJr9pl7cLeFIgRxPrDI46GklE\",\"US18095\",\"18095\",40.1795692443848,-85.7196992856561,129569,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8694cbb6\",\"18097\",,84018097,18097,\"US_IN\",,,3,\"Indiana\",\"Marion\",\"Marion County, Indiana\",\"USA.15.50_1\",\"ChIJsUwSvKZVa4gR8O_1nsKeIbc\",\"US18097\",\"18097\",39.7747459411621,-86.140232513578,964582,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"612ce6b1\",\"18099\",,84018099,18099,\"US_IN\",,,3,\"Indiana\",\"Marshall\",\"Marshall County, Indiana\",\"USA.15.51_1\",\"ChIJz9VYt9ZSEYgR3DXWZMAeD_s\",\"US18099\",\"18099\",41.3198108673096,-86.2619638613224,46258,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bff7bffd\",\"18101\",,84018101,18101,\"US_IN\",,,3,\"Indiana\",\"Martin\",,\"USA.15.52_1\",\"ChIJlVf6RNItbIgRoA6nE7btVxI\",\"US18101\",\"18101\",38.7528400421143,-86.8035923466191,10255,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"51f9ded1\",\"18103\",,84018103,18103,\"US_IN\",,,3,\"Indiana\",\"Miami\",\"Miami County, Indiana\",\"USA.15.53_1\",\"ChIJ_YQ75pJwFIgRZaRGnODdLY8\",\"US18103\",\"18103\",40.8261260986329,-86.0562274128016,35516,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b89a7be4\",\"18105\",,84018105,18105,\"US_IN\",,,3,\"Indiana\",\"Monroe\",\"Monroe County, Indiana\",\"USA.15.54_1\",\"ChIJw2ImVN1jbIgRbDFcaTDhamU\",\"US18105\",\"18105\",39.2093601226807,-86.5268076551266,148431,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"56941ac8\",\"18107\",,84018107,18107,\"US_IN\",,,3,\"Indiana\",\"Montgomery\",\"Montgomery County, Indiana\",\"USA.15.55_1\",\"ChIJoejihATWEogRfT4mHCJVNt0\",\"US18107\",\"18107\",40.0842247009278,-86.8933673378166,38338,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b12c37cf\",\"18109\",,84018109,18109,\"US_IN\",,,3,\"Indiana\",\"Morgan\",\"Morgan County, Indiana\",\"USA.15.56_1\",\"ChIJI_JuDtObbIgRFB8B1JTcnuw\",\"US18109\",\"18109\",39.4921703338624,-86.4678105868293,70489,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a6ec8ebc\",\"18111\",,84018111,18111,\"US_IN\",,,3,\"Indiana\",\"Newton\",\"Newton County, Indiana\",\"USA.15.57_1\",\"ChIJLxzD5hMNEogRzCKmh1WJt-Y\",\"US18111\",\"18111\",40.960750579834,-87.401190223372,13984,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"48e2ef90\",\"18113\",,84018113,18113,\"US_IN\",,,3,\"Indiana\",\"Noble\",\"Noble County, Indiana\",\"USA.15.58_1\",\"ChIJ2T0o4K5oFogR7ts1Zlp2DVM\",\"US18113\",\"18113\",41.3952445983887,-85.4243269536454,47744,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a1814aa5\",\"18115\",,84018115,18115,\"US_IN\",,,3,\"Indiana\",\"Ohio\",,\"USA.15.59_1\",\"ChIJCy51dyx0aogRQlMv7Oh7CVI\",\"US18115\",\"18115\",38.9670104980469,-84.9416023522534,5875,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4f8f2b89\",\"18117\",,84018117,18117,\"US_IN\",,,3,\"Indiana\",\"Orange\",,\"USA.15.60_1\",\"ChIJ3cfwHtyEbogRmniKNbbQOsw\",\"US18117\",\"18117\",38.5419311523438,-86.49557841833,19646,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a837068e\",\"18119\",,84018119,18119,\"US_IN\",,,3,\"Indiana\",\"Owen\",\"Owen County, Indiana\",\"USA.15.61_1\",\"ChIJRdtiIyf5bIgRcgv23oex6Dw\",\"US18119\",\"18119\",39.2925167083741,-86.8686757114122,20799,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8dc1dd7f\",\"18121\",,84018121,18121,\"US_IN\",,,3,\"Indiana\",\"Parke\",,\"USA.15.62_1\",\"ChIJoz_poCFIbYgRoXBL_yN113A\",\"US18121\",\"18121\",39.7784748077393,-87.1914007118871,16937,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"63cfbc53\",\"18123\",,84018123,18123,\"US_IN\",,,3,\"Indiana\",\"Perry\",,\"USA.15.63_1\",\"ChIJYdeDGInmbogRkaFLkOB8xxw\",\"US18123\",\"18123\",38.051404953003,-86.615522612306,19169,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8aac1966\",\"18125\",,84018125,18125,\"US_IN\",,,3,\"Indiana\",\"Pike\",,\"USA.15.64_1\",\"ChIJQ5onYJ1obogRTxRCwFwP_20\",\"US18125\",\"18125\",38.4097652435304,-87.2399332783992,12389,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"64a2784a\",\"18127\",,84018127,18127,\"US_IN\",,,3,\"Indiana\",\"Porter\",\"Porter County, Indiana\",\"USA.15.65_1\",\"ChIJM28S1P6TEYgRAeaaObSLSbc\",\"US18127\",\"18127\",41.4910545349122,-87.0750248287148,170389,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"831a554d\",\"18129\",,84018129,18129,\"US_IN\",,,3,\"Indiana\",\"Posey\",\"Posey County, Indiana\",\"USA.15.66_1\",\"ChIJybTWkt6zcYgRHjMrgEFGF4Y\",\"US18129\",\"18129\",38.0021057128906,-87.8612137356435,25427,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"94daec3e\",\"18131\",,84018131,18131,\"US_IN\",,,3,\"Indiana\",\"Pulaski\",,\"USA.15.67_1\",\"ChIJWx1otEbDE4gRX7URurWdKE4\",\"US18131\",\"18131\",41.0412197113037,-86.6988970343477,12353,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7ad48d12\",\"18133\",,84018133,18133,\"US_IN\",,,3,\"Indiana\",\"Putnam\",\"Putnam County, Indiana\",\"USA.15.68_1\",\"ChIJ05EYYTLnbIgRBdFbAFyOkUQ\",\"US18133\",\"18133\",39.6594696044922,-86.8479254759767,37576,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"93b72827\",\"18135\",,84018135,18135,\"US_IN\",,,3,\"Indiana\",\"Randolph\",\"Randolph County, Indiana\",\"USA.15.69_1\",\"ChIJiSME_cldFYgR2wqc2zacceU\",\"US18135\",\"18135\",40.1546249389649,-85.0129062783005,24665,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7db9490b\",\"18137\",,84018137,18137,\"US_IN\",,,3,\"Indiana\",\"Ripley\",\"Ripley County, Indiana\",\"USA.15.70_1\",\"ChIJucoWu6JeaogRZhKgwiyGrjw\",\"US18137\",\"18137\",39.1116352081299,-85.2721200105505,28324,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9a01640c\",\"18139\",,84018139,18139,\"US_IN\",,,3,\"Indiana\",\"Rush\",\"Rush County, Indiana\",\"USA.15.71_1\",\"ChIJo7BN4nHmaogRw_Id9Q4lI_8\",\"US18139\",\"18139\",39.612590789795,-85.4661430449924,16581,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"35951bd5\",\"18143\",,84018143,18143,\"US_IN\",,,3,\"Indiana\",\"Scott\",\"Scott County, Indiana\",\"USA.15.73_1\",\"ChIJaYr6Es7ba4gRc2kFHKBDPKQ\",\"US18143\",\"18143\",38.6931858062745,-85.7482454362842,23873,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dcf6bee0\",\"18145\",,84018145,18145,\"US_IN\",,,3,\"Indiana\",\"Shelby\",\"Shelby County, Indiana\",\"USA.15.74_1\",\"ChIJdz_jeSYXa4gRtbwM2WdW4dk\",\"US18145\",\"18145\",39.5455017089844,-85.7918663891072,44729,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"32f8dfcc\",\"18147\",,84018147,18147,\"US_IN\",,,3,\"Indiana\",\"Spencer\",\"Spencer County, Indiana\",\"USA.15.75_1\",\"ChIJrbDOAF5QbogR5M7syHO4xEM\",\"US18147\",\"18147\",37.9943256378174,-87.0118231271181,20277,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"db9b7af9\",\"18141\",,84018141,18141,\"US_IN\",,,3,\"Indiana\",\"St. Joseph\",\"St. Joseph County, Indiana\",\"USA.15.72_1\",\"ChIJ8YY3te1LEYgRvxj0oskckKU\",\"US18141\",\"18141\",41.6129398345948,-86.2738729797989,271826,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d540f2cb\",\"18149\",,84018149,18149,\"US_IN\",,,3,\"Indiana\",\"Starke\",\"Starke County, Indiana\",\"USA.15.76_1\",\"ChIJIzIMH4FkEYgRiowucG2VEmk\",\"US18149\",\"18149\",41.3003959655762,-86.6178533003248,22995,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c2804bb8\",\"18151\",,84018151,18151,\"US_IN\",,,3,\"Indiana\",\"Steuben\",\"Steuben County, Indiana\",\"USA.15.77_1\",\"ChIJxSp9DtklFogRmp4VfPrSZi0\",\"US18151\",\"18151\",41.6545848846436,-85.0012816083526,34594,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2c8e2a94\",\"18153\",,84018153,18153,\"US_IN\",,,3,\"Indiana\",\"Sullivan\",\"Sullivan County, Indiana\",\"USA.15.78_1\",\"ChIJv7Iy-AKPbYgR73hk9ONsvUg\",\"US18153\",\"18153\",39.0826454162599,-87.4179909508362,20669,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c5ed8fa1\",\"18155\",,84018155,18155,\"US_IN\",,,3,\"Indiana\",\"Switzerland\",,\"USA.15.79_1\",\"ChIJIQwQJo0LaogR9qLaVhVAGNw\",\"US18155\",\"18155\",38.810806274414,-85.0116607228885,10751,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2be3ee8d\",\"18157\",,84018157,18157,\"US_IN\",,,3,\"Indiana\",\"Tippecanoe\",\"Tippecanoe County, Indiana\",\"USA.15.80_1\",\"ChIJ67vJPNT_EogRxiZSAMRus8A\",\"US18157\",\"18157\",40.410026550293,-86.8936204170358,195732,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cc5bc38a\",\"18159\",,84018159,18159,\"US_IN\",,,3,\"Indiana\",\"Tipton\",\"Tipton County, Indiana\",\"USA.15.81_1\",\"ChIJ285swNaQFIgRU6b_Qak-1d0\",\"US18159\",\"18159\",40.33736038208,-86.0520753964606,15148,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e9ad187b\",\"18161\",,84018161,18161,\"US_IN\",,,3,\"Indiana\",\"Union\",,\"USA.15.82_1\",\"ChIJMRSO-qygaogRXej1fi24ZXA\",\"US18161\",\"18161\",39.6410808563232,-84.9250116970397,7054,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"07a37957\",\"18163\",,84018163,18163,\"US_IN\",,,3,\"Indiana\",\"Vanderburgh\",\"Vanderburgh County, Indiana\",\"USA.15.83_1\",\"ChIJVZnHOE_UcYgRPAFx3I2TglY\",\"US18163\",\"18163\",38.0053405761719,-87.5750839900573,181451,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"eec0dc62\",\"18165\",,84018165,18165,\"US_IN\",,,3,\"Indiana\",\"Vermillion\",\"Vermillion County, Indiana\",\"USA.15.84_1\",\"ChIJf7cNitdTbYgRhOluUCvxi5k\",\"US18165\",\"18165\",39.8798961639405,-87.4538007253828,15498,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"00cebd4e\",\"18167\",,84018167,18167,\"US_IN\",,,3,\"Indiana\",\"Vigo\",\"Vigo County, Indiana\",\"USA.15.85_1\",\"ChIJveL7SYV6bYgRR1s_-JcPP3U\",\"US18167\",\"18167\",39.4361267089844,-87.3834630764688,107038,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e7769049\",\"18169\",,84018169,18169,\"US_IN\",,,3,\"Indiana\",\"Wabash\",\"Wabash County, Indiana\",\"USA.15.86_1\",\"ChIJxYJ9jJZHFIgR6ivzrISyl94\",\"US18169\",\"18169\",40.891414642334,-85.793356578538,30996,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f0b6293a\",\"18171\",,84018171,18171,\"US_IN\",,,3,\"Indiana\",\"Warren\",,\"USA.15.87_1\",\"ChIJAY2Pv_uTEogR1kw7WDLcH_c\",\"US18171\",\"18171\",40.3023052215577,-87.3890219662258,8265,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1eb84816\",\"18173\",,84018173,18173,\"US_IN\",,,3,\"Indiana\",\"Warrick\",\"Warrick County, Indiana\",\"USA.15.88_1\",\"ChIJpaqNNQdJbogRs_rV4JB22tE\",\"US18173\",\"18173\",38.0600509643555,-87.2849649122873,62998,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f7dbed23\",\"18175\",,84018175,18175,\"US_IN\",,,3,\"Indiana\",\"Washington\",\"Washington County, Indiana\",\"USA.15.89_1\",\"ChIJnUuy0EKsbogRuunlsWnk5nk\",\"US18175\",\"18175\",38.6320095062256,-86.0975972371089,28036,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"19d58c0f\",\"18177\",,84018177,18177,\"US_IN\",,,3,\"Indiana\",\"Wayne\",\"Wayne County, Indiana\",\"USA.15.90_1\",\"ChIJszPNqZ3_P4gR67MemRKO-3o\",\"US18177\",\"18177\",39.8321361541748,-85.0175656710926,65884,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fe6da108\",\"18179\",,84018179,18179,\"US_IN\",,,3,\"Indiana\",\"Wells\",\"Wells County, Indiana\",\"USA.15.91_1\",\"ChIJATsP3Y2WFYgRStcVcN_E-o0\",\"US18179\",\"18179\",40.7862796783448,-85.2031803014059,28296,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"772e35f5\",\"18181\",,84018181,18181,\"US_IN\",,,3,\"Indiana\",\"White\",\"White County, Indiana\",\"USA.15.92_1\",\"ChIJsx7GWv62E4gRyLNz3qxa5rE\",\"US18181\",\"18181\",40.7379398345948,-86.8402525125713,24102,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"992054d9\",\"18183\",,84018183,18183,\"US_IN\",,,3,\"Indiana\",\"Whitley\",\"Whitley County, Indiana\",\"USA.15.93_1\",\"ChIJC87Qi7LXFYgRsK0cVrcvO6o\",\"US18183\",\"18183\",41.134090423584,-85.5127828093107,33964,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0689b2af\",\"19001\",,84019001,19001,\"US_IA\",,,3,\"Iowa\",\"Adair\",\"Adair County, Iowa\",\"USA.16.1_1\",\"ChIJX4bpCNeO7IcRXFCYJ7iDBvA\",\"US19001\",\"19001\",41.3292999267579,-94.4721318672175,7152,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e887d383\",\"19003\",,84019003,19003,\"US_IA\",,,3,\"Iowa\",\"Adams\",,\"USA.16.2_1\",,\"US19003\",\"19003\",41.028305053711,-94.7009671009192,3602,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"01e476b6\",\"19005\",,84019005,19005,\"US_IA\",,,3,\"Iowa\",\"Allamakee\",,\"USA.16.3_1\",\"ChIJycp_Gs-c-4cRqD2pL6cny6U\",\"US19005\",\"19005\",43.2890949249269,-91.3430216329495,13687,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"efea179a\",\"19007\",,84019007,19007,\"US_IA\",,,3,\"Iowa\",\"Appanoose\",,\"USA.16.4_1\",\"ChIJ9ZAEVojt6IcRJhtVX_kf5zM\",\"US19007\",\"19007\",40.7677097320558,-92.8688318304271,12426,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"08523a9d\",\"19009\",,84019009,19009,\"US_IA\",,,3,\"Iowa\",\"Audubon\",,\"USA.16.5_1\",\"ChIJB0MvRkDQ7IcRWWlid0ewL8w\",\"US19009\",\"19009\",41.6436405181885,-94.9199533435101,5496,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1f9283ee\",\"19011\",,84019011,19011,\"US_IA\",,,3,\"Iowa\",\"Benton\",\"Benton County, Iowa\",\"USA.16.6_1\",\"ChIJOxhi6vwN5YcRwsXex8AcLrI\",\"US19011\",\"19011\",42.0795764923096,-92.0665179315931,25645,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f19ce2c2\",\"19013\",,84019013,19013,\"US_IA\",,,3,\"Iowa\",\"Black Hawk\",\"Black Hawk County, Iowa\",\"USA.16.7_1\",\"ChIJWWMk_e5R5YcRD53J42_-5as\",\"US19013\",\"19013\",42.4686698913575,-92.3087389501289,131228,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"18ff47f7\",\"19015\",,84019015,19015,\"US_IA\",,,3,\"Iowa\",\"Boone\",\"Boone County, Iowa\",\"USA.16.8_1\",\"ChIJ66-6GOfT7YcRjVoobpqLYmk\",\"US19015\",\"19015\",42.0781555175782,-93.9329598352274,26234,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f6f126db\",\"19017\",,84019017,19017,\"US_IA\",,,3,\"Iowa\",\"Bremer\",\"Bremer County, Iowa\",\"USA.16.9_1\",\"ChIJZ5Twy1a8-ocRCakNfEHRgP0\",\"US19017\",\"19017\",42.7735958099366,-92.318784869007,25062,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"11490bdc\",\"19019\",,84019019,19019,\"US_IA\",,,3,\"Iowa\",\"Buchanan\",\"Buchanan County, Iowa\",\"USA.16.10_1\",\"ChIJi32SaLAr5YcRjrw65i91jvU\",\"US19019\",\"19019\",42.5114459991455,-91.8451386595317,21175,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"34bfd02d\",\"19021\",,84019021,19021,\"US_IA\",,,3,\"Iowa\",\"Buena Vista\",\"Buena Vista County, Iowa\",\"USA.16.11_1\",\"ChIJVT2g8-s1jYcRMrOHMiDnUjg\",\"US19021\",\"19021\",42.7772693634034,-95.1521454729475,19620,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dab1b101\",\"19023\",,84019023,19023,\"US_IA\",,,3,\"Iowa\",\"Butler\",,\"USA.16.12_1\",\"ChIJmV1SI7M98IcRXaTuP-6ppqM\",\"US19023\",\"19023\",42.7735958099366,-92.7910251564903,14439,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"33d21434\",\"19025\",,84019025,19025,\"US_IA\",,,3,\"Iowa\",\"Calhoun\",,\"USA.16.13_1\",\"ChIJhXXRwRJh7YcRhyF6RyCCUw0\",\"US19025\",\"19025\",42.3992748260498,-94.6277674274832,9668,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dddc7518\",\"19027\",,84019027,19027,\"US_IA\",,,3,\"Iowa\",\"Carroll\",\"Carroll County, Iowa\",\"USA.16.14_1\",\"ChIJgZD7VMA67YcRBzTfhD6_a84\",\"US19027\",\"19027\",42.0349349975586,-94.8613310481521,20165,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3a64581f\",\"19029\",,84019029,19029,\"US_IA\",,,3,\"Iowa\",\"Cass\",\"Cass County, Iowa\",\"USA.16.15_1\",\"ChIJQYEbtwSy7IcR-QlIaLAIkc0\",\"US19029\",\"19029\",41.3733558654786,-94.9288937892346,12836,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2da4e16c\",\"19031\",,84019031,19031,\"US_IA\",,,3,\"Iowa\",\"Cedar\",\"Cedar County, Iowa\",\"USA.16.16_1\",\"ChIJx08AQYeF44cRhM19SDyDzGE\",\"US19031\",\"19031\",41.7733688354492,-91.1336371171336,18627,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c3aa8040\",\"19033\",,84019033,19033,\"US_IA\",,,3,\"Iowa\",\"Cerro Gordo\",\"Cerro Gordo County, Iowa\",\"USA.16.17_1\",\"ChIJB_n8tL6o8YcR-4A5erP8nug\",\"US19033\",\"19033\",43.0823650360108,-93.2612333685533,42450,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2ac92575\",\"19035\",,84019035,19035,\"US_IA\",,,3,\"Iowa\",\"Cherokee\",,\"USA.16.18_1\",\"ChIJKcOQzKd0jYcRI5fYgtBn2bA\",\"US19035\",\"19035\",42.7779750823976,-95.6233956278766,11235,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c4c74459\",\"19037\",,84019037,19037,\"US_IA\",,,3,\"Iowa\",\"Chickasaw\",,\"USA.16.19_1\",\"ChIJfcq2K1uP-ocRahsTCacO4cU\",\"US19037\",\"19037\",43.0382785797119,-92.3178482268166,11933,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"237f695e\",\"19039\",,84019039,19039,\"US_IA\",,,3,\"Iowa\",\"Clarke\",,\"USA.16.20_1\",\"ChIJW1ZqSlXi64cRg54QiSHqaaI\",\"US19039\",\"19039\",41.0261611938477,-93.7872078777411,9395,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"62e577ab\",\"19041\",,84019041,19041,\"US_IA\",,,3,\"Iowa\",\"Clay\",,\"USA.16.21_1\",\"ChIJxcCRxRjWjIcRcI1Uhwf9gVo\",\"US19041\",\"19041\",43.0828762054444,-95.1511619147559,16016,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8ceb1687\",\"19043\",,84019043,19043,\"US_IA\",,,3,\"Iowa\",\"Clayton\",,\"USA.16.22_1\",\"ChIJ8xTV--Jg-4cRSVijZ_jE7ds\",\"US19043\",\"19043\",42.8637046813965,-91.3502462428201,17549,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6588b3b2\",\"19045\",,84019045,19045,\"US_IA\",,,3,\"Iowa\",\"Clinton\",\"Clinton County, Iowa\",\"USA.16.23_1\",\"ChIJg2VzNU7_4ocRdiPRoeNbfrM\",\"US19045\",\"19045\",41.8853988647462,-90.5337830060529,46429,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8b86d29e\",\"19047\",,84019047,19047,\"US_IA\",,,3,\"Iowa\",\"Crawford\",,\"USA.16.24_1\",\"ChIJDR4x_YXBkocR2MlPycpHmqE\",\"US19047\",\"19047\",42.079294204712,-95.3812560836025,16820,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6c3eff99\",\"19049\",,84019049,19049,\"US_IA\",,,3,\"Iowa\",\"Dallas\",\"Dallas County, Iowa\",\"USA.16.25_1\",\"ChIJ8TDSFcMk7IcRi_YdYSi3G6I\",\"US19049\",\"19049\",41.6431751251221,-94.0483958726303,93453,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7bfe46ea\",\"19051\",,84019051,19051,\"US_IA\",,,3,\"Iowa\",\"Davis\",,\"USA.16.26_1\",\"ChIJX0nk1mkv5ocRGKEThr3h4I4\",\"US19051\",\"19051\",40.7689113616943,-92.4095917518087,9000,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"95f027c6\",\"19053\",,84019053,19053,\"US_IA\",,,3,\"Iowa\",\"Decatur\",,\"USA.16.27_1\",\"ChIJR20MHHjc64cRiuED8TPC-Pk\",\"US19053\",\"19053\",40.7666740417481,-93.7866191229592,7870,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7c9382f3\",\"19055\",,84019055,19055,\"US_IA\",,,3,\"Iowa\",\"Delaware\",,\"USA.16.28_1\",\"ChIJ87l-hoqt5IcRXt9Vj-kU5lw\",\"US19055\",\"19055\",42.4693012237549,-91.369214706073,17011,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"929de3df\",\"19057\",,84019057,19057,\"US_IA\",,,3,\"Iowa\",\"Des Moines\",\"Des Moines County, Iowa\",\"USA.16.29_1\",\"ChIJyQ2JTNrK5ocRklbH4o2UalY\",\"US19057\",\"19057\",40.8856601715088,-91.1990442097124,38967,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7525ced8\",\"19059\",,84019059,19059,\"US_IA\",,,3,\"Iowa\",\"Dickinson\",\"Dickinson County, Iowa\",\"USA.16.30_1\",\"ChIJwycC_vrfjIcRlFNLTTU8aXM\",\"US19059\",\"19059\",43.3874950408936,-95.1501388569991,17258,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"50d31529\",\"19061\",,84019061,19061,\"US_IA\",,,3,\"Iowa\",\"Dubuque\",\"Dubuque County, Iowa\",\"USA.16.31_1\",\"ChIJbSlBIvc244cRtQKi9je3zRM\",\"US19061\",\"19061\",42.4849605560303,-90.8933216634305,97311,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bedd7405\",\"19063\",,84019063,19063,\"US_IA\",,,3,\"Iowa\",\"Emmet\",,\"USA.16.32_1\",\"ChIJET1RsPMU84cRog1_0v9rzQU\",\"US19063\",\"19063\",43.3887042999268,-94.6780660404697,9208,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"57bed130\",\"19065\",,84019065,19065,\"US_IA\",,,3,\"Iowa\",\"Fayette\",,\"USA.16.33_1\",\"ChIJ0SmASiUe-4cRiQUC4eijodw\",\"US19065\",\"19065\",42.8615436553955,-91.8436230760238,19650,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b9b0b01c\",\"19067\",,84019067,19067,\"US_IA\",,,3,\"Iowa\",\"Floyd\",\"Floyd County, Iowa\",\"USA.16.34_1\",\"ChIJnXjQIJFe8IcR5EUr6Rvo5ME\",\"US19067\",\"19067\",43.0382747650147,-92.7892379971628,15642,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5e089d1b\",\"19069\",,84019069,19069,\"US_IA\",,,3,\"Iowa\",\"Franklin\",\"Franklin County, Iowa\",\"USA.16.35_1\",\"ChIJnTCcNNnP8YcRFoyu_vAfbgg\",\"US19069\",\"19069\",42.7743110656739,-93.2633972731005,10070,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"49c82468\",\"19071\",,84019071,19071,\"US_IA\",,,3,\"Iowa\",\"Fremont\",,\"USA.16.36_1\",\"ChIJkZsfxBLulIcRX5dJpCSZgHI\",\"US19071\",\"19071\",40.743314743042,-95.6349814535866,6960,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a7c64544\",\"19073\",,84019073,19073,\"US_IA\",,,3,\"Iowa\",\"Greene\",,\"USA.16.37_1\",\"ChIJwzKuwlem7YcR38FSW6B42Pk\",\"US19073\",\"19073\",42.0782642364503,-94.3980131055064,8888,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4ea5e071\",\"19075\",,84019075,19075,\"US_IA\",,,3,\"Iowa\",\"Grundy\",\"Grundy County, Iowa\",\"USA.16.38_1\",\"ChIJTb5ieLPg74cRik5P0c48zSM\",\"US19075\",\"19075\",42.3980293273926,-92.7690888152106,12232,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a0ab815d\",\"19077\",,84019077,19077,\"US_IA\",,,3,\"Iowa\",\"Guthrie\",,\"USA.16.39_1\",\"ChIJP6el1IdX7IcRwB7-WW2YpMM\",\"US19077\",\"19077\",41.6439895629883,-94.5133523182722,10689,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4713ac5a\",\"19079\",,84019079,19079,\"US_IA\",,,3,\"Iowa\",\"Hamilton\",\"Hamilton County, Iowa\",\"USA.16.40_1\",\"ChIJ3TawlgHl7YcRYJEWXxZ_fsc\",\"US19079\",\"19079\",42.3824005126954,-93.6982879908091,14773,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ce5038a7\",\"19081\",,84019081,19081,\"US_IA\",,,3,\"Iowa\",\"Hancock\",,\"USA.16.41_1\",\"ChIJG2_jHXAq8ocRwOvTPsPGyC8\",\"US19081\",\"19081\",43.0377712249756,-93.7349471712956,10630,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"205e598b\",\"19083\",,84019083,19083,\"US_IA\",,,3,\"Iowa\",\"Hardin\",\"Hardin County, Iowa\",\"USA.16.42_1\",\"ChIJ37Utn9Mu7ocRaVM9AM-Fp2c\",\"US19083\",\"19083\",42.3982791900635,-93.2335300445556,16846,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c93dfcbe\",\"19085\",,84019085,19085,\"US_IA\",,,3,\"Iowa\",\"Harrison\",\"Harrison County, Iowa\",\"USA.16.43_1\",\"ChIJ48XNeJWrk4cR3UCYP8M4DSk\",\"US19085\",\"19085\",41.6856441497804,-95.8388115808671,14049,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"27339d92\",\"19087\",,84019087,19087,\"US_IA\",,,3,\"Iowa\",\"Henry\",\"Henry County, Iowa\",\"USA.16.44_1\",\"ChIJJ3UvvXGV5ocRaCg1fNfgLLA\",\"US19087\",\"19087\",41.0300598144531,-91.545167866432,19954,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c08bb095\",\"19089\",,84019089,19089,\"US_IA\",,,3,\"Iowa\",\"Howard\",,\"USA.16.45_1\",\"ChIJOQTk9at6-ocRnxVDCLfUJq4\",\"US19089\",\"19089\",43.3873004913331,-92.3176592059506,9158,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d74b09e6\",\"19091\",,84019091,19091,\"US_IA\",,,3,\"Iowa\",\"Humboldt\",,\"USA.16.46_1\",\"ChIJmRmDgXFC8ocR7s9H6B42GwM\",\"US19091\",\"19091\",42.7744216918945,-94.2084808085088,9558,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"394568ca\",\"19093\",,84019093,19093,\"US_IA\",,,3,\"Iowa\",\"Ida\",,\"USA.16.47_1\",\"ChIJrYO3mZ-dkocRBqiyD_OKuTI\",\"US19093\",\"19093\",42.3993949890137,-95.495409330249,6860,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d026cdff\",\"19095\",,84019095,19095,\"US_IA\",,,3,\"Iowa\",\"Iowa\",\"Iowa County, Iowa\",\"USA.16.48_1\",\"ChIJiUrN7ZG75YcR5nJcopyn1Pc\",\"US19095\",\"19095\",41.6436500549316,-92.0675810771079,16184,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3e28acd3\",\"19097\",,84019097,19097,\"US_IA\",,,3,\"Iowa\",\"Jackson\",,\"USA.16.49_1\",\"ChIJf-N-0wPh4ocRDTv9OnbjDsA\",\"US19097\",\"19097\",42.2071247100831,-90.6286158549989,19439,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d99081d4\",\"19099\",,84019099,19099,\"US_IA\",,,3,\"Iowa\",\"Jasper\",\"Jasper County, Iowa\",\"USA.16.50_1\",\"ChIJ825dY9Ub74cR_i8wSsfwx94\",\"US19099\",\"19099\",41.6444911956787,-93.0590805328339,37185,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"074bd898\",\"19101\",,84019101,19101,\"US_IA\",,,3,\"Iowa\",\"Jefferson\",,\"USA.16.51_1\",\"ChIJq-a0k-Bl5ocRYjgQyXBEarY\",\"US19101\",\"19101\",41.0305404663087,-91.9493360802117,18295,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e945b9b4\",\"19103\",,84019103,19103,\"US_IA\",,,3,\"Iowa\",\"Johnson\",\"Johnson County, Iowa\",\"USA.16.52_1\",\"ChIJdUQ6gWEV5IcRvrK3vFPhxt4\",\"US19103\",\"19103\",41.6430549621583,-91.6004706079933,151140,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"00261c81\",\"19105\",,84019105,19105,\"US_IA\",,,3,\"Iowa\",\"Jones\",\"Jones County, Iowa\",\"USA.16.53_1\",\"ChIJ0-2-vAFk44cRmcIvClQ-_PM\",\"US19105\",\"19105\",42.1644496917725,-91.1319689763438,20681,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ee287dad\",\"19107\",,84019107,19107,\"US_IA\",,,3,\"Iowa\",\"Keokuk\",,\"USA.16.54_1\",\"ChIJ16S4dUre5YcR1BM5XQnIY74\",\"US19107\",\"19107\",41.3354949951173,-92.1795323333751,10246,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"099050aa\",\"19109\",,84019109,19109,\"US_IA\",,,3,\"Iowa\",\"Kossuth\",,\"USA.16.55_1\",\"ChIJyTmjgQ6y84cRBf6iCvbyP6w\",\"US19109\",\"19109\",43.2123603820802,-94.206868674079,14813,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1e50e9d9\",\"19111\",,84019111,19111,\"US_IA\",,,3,\"Iowa\",\"Lee\",\"Lee County, Iowa\",\"USA.16.56_1\",\"ChIJW3_CKy4m54cRRU0CpIhrPO8\",\"US19111\",\"19111\",40.5935707092286,-91.5356517191461,33657,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f05e88f5\",\"19113\",,84019113,19113,\"US_IA\",,,3,\"Iowa\",\"Linn\",\"Linn County, Iowa\",\"USA.16.57_1\",\"ChIJUUIvoHpf5IcRWB5OHYxMshw\",\"US19113\",\"19113\",42.0790157318116,-91.5998698502417,226706,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"193d2dc0\",\"19115\",,84019115,19115,\"US_IA\",,,3,\"Iowa\",\"Louisa\",,\"USA.16.58_1\",\"ChIJQQc9KiYA5IcRL28oIb9RmFM\",\"US19115\",\"19115\",41.2465896606446,-91.3003203761139,11035,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f7334cec\",\"19117\",,84019117,19117,\"US_IA\",,,3,\"Iowa\",\"Lucas\",,\"USA.16.59_1\",\"ChIJJa909VQ76YcRPkx2AkmTI8k\",\"US19117\",\"19117\",41.0277309417725,-93.3290779327012,8600,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"108b61eb\",\"19119\",,84019119,19119,\"US_IA\",,,3,\"Iowa\",\"Lyon\",,\"USA.16.60_1\",\"ChIJaZvZGzQXjIcRhIHeIaAk99c\",\"US19119\",\"19119\",43.3847999572754,-96.1903193443743,11755,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"357dba1a\",\"19121\",,84019121,19121,\"US_IA\",,,3,\"Iowa\",\"Madison\",\"Madison County, Iowa\",\"USA.16.61_1\",\"ChIJOaNSfTAO7IcRRy8qy5nOtfU\",\"US19121\",\"19121\",41.3317203521729,-94.017355876839,16338,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"db73db36\",\"19123\",,84019123,19123,\"US_IA\",,,3,\"Iowa\",\"Mahaska\",\"Mahaska County, Iowa\",\"USA.16.62_1\",\"ChIJScYuIh1O74cRP2QPSKgx6VQ\",\"US19123\",\"19123\",41.3335247039795,-92.641711957431,22095,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"32107e03\",\"19125\",,84019125,19125,\"US_IA\",,,3,\"Iowa\",\"Marion\",\"Marion County, Iowa\",\"USA.16.63_1\",\"ChIJMRefcPMo74cRfqaOplxKBmA\",\"US19125\",\"19125\",41.3761959075928,-93.1009988124348,33253,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dc1e1f2f\",\"19127\",,84019127,19127,\"US_IA\",,,3,\"Iowa\",\"Marshall\",\"Marshall County, Iowa\",\"USA.16.64_1\",\"ChIJ4RJx0oav74cRdSAKDXlUaJI\",\"US19127\",\"19127\",42.0783653259278,-92.999305023904,39369,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3ba63228\",\"19129\",,84019129,19129,\"US_IA\",,,3,\"Iowa\",\"Mills\",\"Mills County, Iowa\",\"USA.16.65_1\",\"ChIJRdjYbKSElIcR4eLo7sLpMd8\",\"US19129\",\"19129\",41.0296897888184,-95.6212148183168,15109,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2c668b5b\",\"19131\",,84019131,19131,\"US_IA\",,,3,\"Iowa\",\"Mitchell\",,\"USA.16.66_1\",\"ChIJvX-m7lfs8IcRp_geBCs5Nxg\",\"US19131\",\"19131\",43.387285232544,-92.7892416550752,10586,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c268ea77\",\"19133\",,84019133,19133,\"US_IA\",,,3,\"Iowa\",\"Monona\",,\"USA.16.67_1\",\"ChIJCYNCLKFGkocRd6BoGHM97uQ\",\"US19133\",\"19133\",42.0381202697755,-95.9515000614307,8615,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2b0b4f42\",\"19135\",,84019135,19135,\"US_IA\",,,3,\"Iowa\",\"Monroe\",,\"USA.16.68_1\",\"ChIJi_cM9v7G6IcRimopwNchJEc\",\"US19135\",\"19135\",41.0274295806885,-92.8695583742304,7707,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c5052e6e\",\"19137\",,84019137,19137,\"US_IA\",,,3,\"Iowa\",\"Montgomery\",,\"USA.16.69_1\",\"ChIJx6QQvHaulIcR2pyfasz7Brg\",\"US19137\",\"19137\",41.0291042327881,-95.1567586486217,9917,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"22bd0369\",\"19139\",,84019139,19139,\"US_IA\",,,3,\"Iowa\",\"Muscatine\",\"Muscatine County, Iowa\",\"USA.16.70_1\",\"ChIJu9rUGNDw44cRGzo8MSTSxpE\",\"US19139\",\"19139\",41.4810256958008,-91.0775553282195,42664,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"63271d9c\",\"19141\",,84019141,19141,\"US_IA\",,,3,\"Iowa\",\"O'Brien\",,\"USA.16.71_1\",\"ChIJLfRyOTP5jIcRcLofWsETcJc\",\"US19141\",\"19141\",43.1270313262939,-95.6239761184462,13753,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8d297cb0\",\"19143\",,84019143,19143,\"US_IA\",,,3,\"Iowa\",\"Osceola\",,\"USA.16.72_1\",\"ChIJczuf_KT0jIcRYT_q5BO97Ao\",\"US19143\",\"19143\",43.3891353607178,-95.6232742608613,5958,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"644ad985\",\"19145\",,84019145,19145,\"US_IA\",,,3,\"Iowa\",\"Page\",,\"USA.16.73_1\",\"ChIJv1wSAwrGlIcRNg0AQeSAVnM\",\"US19145\",\"19145\",40.770694732666,-95.1578700402747,15107,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8a44b8a9\",\"19147\",,84019147,19147,\"US_IA\",,,3,\"Iowa\",\"Palo Alto\",,\"USA.16.74_1\",\"ChIJ7X2ERPsd84cR-d30OYl5Jm8\",\"US19147\",\"19147\",43.038314819336,-94.6799200579208,8886,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6dfc95ae\",\"19149\",,84019149,19149,\"US_IA\",,,3,\"Iowa\",\"Plymouth\",\"Plymouth County, Iowa\",\"USA.16.75_1\",\"ChIJPdAlqOvdjYcRonLUvepA1NQ\",\"US19149\",\"19149\",42.7351741790771,-96.2477763477282,25177,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7a3c2cdd\",\"19151\",,84019151,19151,\"US_IA\",,,3,\"Iowa\",\"Pocahontas\",,\"USA.16.76_1\",\"ChIJkceSd5OT8ocRVWzfpxjFsLk\",\"US19151\",\"19151\",42.7319049835206,-94.681261524579,6619,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"94324df1\",\"19153\",,84019153,19153,\"US_IA\",,,3,\"Iowa\",\"Polk\",\"Polk County, Iowa\",\"USA.16.77_1\",\"ChIJu8uF2zgl7IcR6oIsamzvHr4\",\"US19153\",\"19153\",41.643409729004,-93.5828510794822,490161,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7d51e8c4\",\"19155\",,84019155,19155,\"US_IA\",,,3,\"Iowa\",\"Pottawattamie\",\"Pottawattamie County, Iowa\",\"USA.16.78_1\",\"ChIJK7wDzyNwk4cR4Lgo_Lx6zNc\",\"US19155\",\"19155\",41.3329944610597,-95.5498691473013,93206,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"935f89e8\",\"19157\",,84019157,19157,\"US_IA\",,,3,\"Iowa\",\"Poweshiek\",\"Poweshiek County, Iowa\",\"USA.16.79_1\",\"ChIJ2Rtb-YRj74cRoDQaj8Jlfnw\",\"US19157\",\"19157\",41.6444911956787,-92.5348418245962,18504,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"74e7a4ef\",\"19159\",,84019159,19159,\"US_IA\",,,3,\"Iowa\",\"Ringgold\",,\"USA.16.80_1\",,\"US19159\",\"19159\",40.7673091888428,-94.2443086345759,4894,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"51117f1e\",\"19161\",,84019161,19161,\"US_IA\",,,3,\"Iowa\",\"Sac\",,\"USA.16.81_1\",\"ChIJWegCdoaykocRy8DraJmJVo4\",\"US19161\",\"19161\",42.3993949890137,-95.089787939414,9721,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bf1f1e32\",\"19163\",,84019163,19163,\"US_IA\",,,3,\"Iowa\",\"Scott\",\"Scott County, Iowa\",\"USA.16.82_1\",\"ChIJX6krtf004ocRs8GD4WR_Ux8\",\"US19163\",\"19163\",41.6110496520996,-90.6217697902622,172943,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"567cbb07\",\"19165\",,84019165,19165,\"US_IA\",,,3,\"Iowa\",\"Shelby\",,\"USA.16.83_1\",\"ChIJs0NGmIMkk4cRF-97Mev-3x4\",\"US19165\",\"19165\",41.6435260772705,-95.3262723710598,11454,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b872da2b\",\"19167\",,84019167,19167,\"US_IA\",,,3,\"Iowa\",\"Sioux\",\"Sioux County, Iowa\",\"USA.16.84_1\",\"ChIJYcZMbELMjYcRU7HTo5t5PwY\",\"US19167\",\"19167\",43.0860004425049,-96.1555031539512,34855,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5fcaf72c\",\"19169\",,84019169,19169,\"US_IA\",,,3,\"Iowa\",\"Story\",\"Story County, Iowa\",\"USA.16.85_1\",\"ChIJ0e1zPZt97ocR4gqhaE8Gmbk\",\"US19169\",\"19169\",42.0780315399171,-93.465903997989,97117,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"480a4e5f\",\"19171\",,84019171,19171,\"US_IA\",,,3,\"Iowa\",\"Tama\",,\"USA.16.86_1\",\"ChIJj5E7uoiI74cR9OF7yAHYeds\",\"US19171\",\"19171\",42.0789756774902,-92.5328536329536,16854,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a6042f73\",\"19173\",,84019173,19173,\"US_IA\",,,3,\"Iowa\",\"Taylor\",,\"USA.16.87_1\",\"ChIJy4wJ4wYU64cRzrgcu6Q-N_0\",\"US19173\",\"19173\",40.769781112671,-94.7015935402024,6121,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4f678a46\",\"19175\",,84019175,19175,\"US_IA\",,,3,\"Iowa\",\"Union\",,\"USA.16.88_1\",\"ChIJjc5_RuWc64cR9Sf1LN1mMus\",\"US19175\",\"19175\",41.0258960723877,-94.2436794199661,12241,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a169eb6a\",\"19177\",,84019177,19177,\"US_IA\",,,3,\"Iowa\",\"Van Buren\",,\"USA.16.89_1\",\"ChIJB7QFZMms54cROrzWByuMxWM\",\"US19177\",\"19177\",40.7692108154297,-91.949424880667,7044,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"46d1c66d\",\"19179\",,84019179,19179,\"US_IA\",,,3,\"Iowa\",\"Wapello\",\"Wapello County, Iowa\",\"USA.16.90_1\",\"ChIJQ1Vf0min6IcRcaEcFmdTbg4\",\"US19179\",\"19179\",41.028419494629,-92.4101542083319,34969,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cf925290\",\"19181\",,84019181,19181,\"US_IA\",,,3,\"Iowa\",\"Warren\",\"Warren County, Iowa\",\"USA.16.91_1\",\"ChIJeSYuu7Kv7ocRv6438SF7Ah8\",\"US19181\",\"19181\",41.3769912719727,-93.561264628665,51466,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"219c33bc\",\"19183\",,84019183,19183,\"US_IA\",,,3,\"Iowa\",\"Washington\",\"Washington County, Iowa\",\"USA.16.92_1\",\"ChIJ6SaAK18p5IcRZh166ahKPWY\",\"US19183\",\"19183\",41.3362503051758,-91.7163967687103,21965,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c8ff9689\",\"19185\",,84019185,19185,\"US_IA\",,,3,\"Iowa\",\"Wayne\",,\"USA.16.93_1\",\"ChIJ1-fIlAES6YcRUcuR1Y_M2oU\",\"US19185\",\"19185\",40.7671089172364,-93.3274344681478,6441,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"26f1f7a5\",\"19187\",,84019187,19187,\"US_IA\",,,3,\"Iowa\",\"Webster\",\"Webster County, Iowa\",\"USA.16.94_1\",\"ChIJ3cj6yqx38ocRdajiBfxR1AM\",\"US19187\",\"19187\",42.4426746368408,-94.1648562902146,35904,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c149daa2\",\"19189\",,84019189,19189,\"US_IA\",,,3,\"Iowa\",\"Winnebago\",,\"USA.16.95_1\",\"ChIJd2avnSxi8YcR2J8u3sJOKoU\",\"US19189\",\"19189\",43.3890209197998,-93.7336387634277,10354,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d68963d1\",\"19191\",,84019191,19191,\"US_IA\",,,3,\"Iowa\",\"Winneshiek\",\"Winneshiek County, Iowa\",\"USA.16.96_1\",\"ChIJRxD1G55U-ocRj906wI6aURU\",\"US19191\",\"19191\",43.2977504730225,-91.8418907135121,19991,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"388702fd\",\"19193\",,84019193,19193,\"US_IA\",,,3,\"Iowa\",\"Woodbury\",\"Woodbury County, Iowa\",\"USA.16.97_1\",\"ChIJcdV7yguXjYcRWFSAXf3Zdw8\",\"US19193\",\"19193\",42.3881359100343,-96.041635990951,103107,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d1e4a7c8\",\"19195\",,84019195,19195,\"US_IA\",,,3,\"Iowa\",\"Worth\",,\"USA.16.98_1\",\"ChIJ8-OmtFoX8YcR6tsoWKY4ioo\",\"US19195\",\"19195\",43.3882961273194,-93.2606487530173,7381,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3feac6e4\",\"19197\",,84019197,19197,\"US_IA\",,,3,\"Iowa\",\"Wright\",,\"USA.16.99_1\",\"ChIJ95fFAIf28YcRvG1t1o4rEy8\",\"US19197\",\"19197\",42.7745399475098,-93.7354641000498,12562,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3c2187f5\",\"20001\",,84020001,20001,\"US_KS\",,,3,\"Kansas\",\"Allen\",,\"USA.17.1_1\",\"ChIJdZyMHQ1huIcRPHKRSqcUfBk\",\"US20001\",\"20001\",37.9294052124024,-95.298629767962,12369,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d22fe6d9\",\"20003\",,84020003,20003,\"US_KS\",,,3,\"Kansas\",\"Anderson\",,\"USA.17.2_1\",\"ChIJRbLp0HSWuIcRpQMArBN-MVA\",\"US20003\",\"20003\",38.1440200805665,-95.2955709912658,7858,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3b4c43ec\",\"20005\",,84020005,20005,\"US_KS\",,,3,\"Kansas\",\"Atchison\",\"Atchison County, Kansas\",\"USA.17.3_1\",\"ChIJXY83dd_sv4cR6dSLveLTH30\",\"US20005\",\"20005\",39.5404243469239,-95.3387962314883,16073,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d54222c0\",\"20007\",,84020007,20007,\"US_KS\",,,3,\"Kansas\",\"Barber\",,\"USA.17.4_1\",\"ChIJ0XpfTbiXpYcRdd5zjGd-EKM\",\"US20007\",\"20007\",37.1928195953369,-98.6749781222458,4427,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"32fa0fc7\",\"20009\",,84020009,20009,\"US_KS\",,,3,\"Kansas\",\"Barton\",\"Barton County, Kansas\",\"USA.17.5_1\",\"ChIJN6Yc7e6Oo4cRPxdI4V1TMU8\",\"US20009\",\"20009\",38.4348945617676,-98.7573897654961,25779,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"253ab6b4\",\"20011\",,84020011,20011,\"US_KS\",,,3,\"Kansas\",\"Bourbon\",\"Bourbon County, Kansas\",\"USA.17.6_1\",\"ChIJFT-_oQudx4cRXJBSjKL3wmI\",\"US20011\",\"20011\",37.9288349151611,-94.8465133682121,14534,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cb34d798\",\"20013\",,84020013,20013,\"US_KS\",,,3,\"Kansas\",\"Brown\",,\"USA.17.7_1\",\"ChIJj3wwfubWv4cRih-P5f11hlM\",\"US20013\",\"20013\",39.8101558685303,-95.5637278278232,9564,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"225772ad\",\"20015\",,84020015,20015,\"US_KS\",,,3,\"Kansas\",\"Butler\",\"Butler County, Kansas\",\"USA.17.8_1\",\"ChIJG-mbtg5RuocR6he4ZC926EM\",\"US20015\",\"20015\",37.7604389190675,-96.8386532467878,66911,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cc591381\",\"20017\",,84020017,20017,\"US_KS\",,,3,\"Kansas\",\"Chase\",,\"USA.17.9_1\",,\"US20017\",\"20017\",38.261459350586,-96.599173929113,2648,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2be13e86\",\"20019\",,84020019,20019,\"US_KS\",,,3,\"Kansas\",\"Chautauqua\",,\"USA.17.10_1\",,\"US20019\",\"20019\",37.1690368652344,-96.2457653520675,3250,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0e17e577\",\"20021\",,84020021,20021,\"US_KS\",,,3,\"Kansas\",\"Cherokee\",\"Cherokee County, Kansas\",\"USA.17.11_1\",\"ChIJyfFSm3jhx4cR1_UTDVv6alk\",\"US20021\",\"20021\",37.198434829712,-94.8456434423482,19939,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e019845b\",\"20023\",,84020023,20023,\"US_KS\",,,3,\"Kansas\",\"Cheyenne\",,\"USA.17.12_1\",,\"US20023\",\"20023\",39.7850952148438,-101.729287648031,2657,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"097a216e\",\"20025\",,84020025,20025,\"US_KS\",,,3,\"Kansas\",\"Clark\",,\"USA.17.13_1\",,\"US20025\",\"20025\",37.1912956237794,-99.8158534599508,1994,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e7744042\",\"20027\",,84020027,20027,\"US_KS\",,,3,\"Kansas\",\"Clay\",,\"USA.17.14_1\",\"ChIJ5cdMUzGgvYcR2YVcteMWoSU\",\"US20027\",\"20027\",39.4374256134034,-97.1657544483752,8002,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"00cc6d45\",\"20029\",,84020029,20029,\"US_KS\",,,3,\"Kansas\",\"Cloud\",,\"USA.17.15_1\",\"ChIJkZPtt_NFvYcR6CCNXkovR4w\",\"US20029\",\"20029\",39.4374294281006,-97.6485520586617,8786,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"170cd436\",\"20031\",,84020031,20031,\"US_KS\",,,3,\"Kansas\",\"Coffey\",,\"USA.17.16_1\",\"ChIJvWrBkjEnuYcRLpVsKGCxdMo\",\"US20031\",\"20031\",38.2108612060548,-95.7363569577183,8179,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f902b51a\",\"20033\",,84020033,20033,\"US_KS\",,,3,\"Kansas\",\"Comanche\",,\"USA.17.17_1\",,\"US20033\",\"20033\",37.1915645599366,-99.2711857612345,1700,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1061102f\",\"20035\",,84020035,20035,\"US_KS\",,,3,\"Kansas\",\"Cowley\",\"Cowley County, Kansas\",\"USA.17.18_1\",\"ChIJv4MUH3RuuocRTjFJjIY2hIk\",\"US20035\",\"20035\",37.1520309448243,-96.8378923235526,34908,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fe6f7103\",\"20037\",,84020037,20037,\"US_KS\",,,3,\"Kansas\",\"Crawford\",\"Crawford County, Kansas\",\"USA.17.19_1\",\"ChIJbyEYrrntx4cR4rzUsxSSlxI\",\"US20037\",\"20037\",37.5103645324707,-94.8520298650258,38818,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"19d75c04\",\"20039\",,84020039,20039,\"US_KS\",,,3,\"Kansas\",\"Decatur\",,\"USA.17.20_1\",,\"US20039\",\"20039\",39.784185409546,-100.46035458745,2827,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"584d42f1\",\"20041\",,84020041,20041,\"US_KS\",,,3,\"Kansas\",\"Dickinson\",\"Dickinson County, Kansas\",\"USA.17.21_1\",\"ChIJwR4xSrH1vIcRr7rcudH0yRg\",\"US20041\",\"20041\",38.8426837921143,-97.1326051506138,18466,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b64323dd\",\"20043\",,84020043,20043,\"US_KS\",,,3,\"Kansas\",\"Doniphan\",,\"USA.17.22_1\",\"ChIJOduz0ET8v4cRnpWFQznHNiM\",\"US20043\",\"20043\",39.8135147094727,-95.1093212812429,7600,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5f2086e8\",\"20045\",,84020045,20045,\"US_KS\",,,3,\"Kansas\",\"Douglas\",\"Douglas County, Kansas\",\"USA.17.23_1\",\"ChIJ_ZHW2GlJv4cRZxh5fFv330E\",\"US20045\",\"20045\",38.9106941223145,-95.2791401250642,122259,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b12ee7c4\",\"20047\",,84020047,20047,\"US_KS\",,,3,\"Kansas\",\"Edwards\",,\"USA.17.24_1\",,\"US20047\",\"20047\",37.870834350586,-99.2953215695084,2798,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5696cac3\",\"20049\",,84020049,20049,\"US_KS\",,,3,\"Kansas\",\"Elk\",,\"USA.17.25_1\",,\"US20049\",\"20049\",37.4320259094239,-96.2444400710551,2530,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"415673b0\",\"20051\",,84020051,20051,\"US_KS\",,,3,\"Kansas\",\"Ellis\",\"Ellis County, Kansas\",\"USA.17.26_1\",\"ChIJYTmDRo93oYcRaZDwE6gUNwY\",\"US20051\",\"20051\",38.9146957397462,-99.3168985235441,28553,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"af58129c\",\"20053\",,84020053,20053,\"US_KS\",,,3,\"Kansas\",\"Ellsworth\",,\"USA.17.27_1\",\"ChIJx0tjp8Zso4cRevNzYe3w0fM\",\"US20053\",\"20053\",38.653491973877,-98.2037701947696,6102,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"463bb7a9\",\"20055\",,84020055,20055,\"US_KS\",,,3,\"Kansas\",\"Finney\",\"Finney County, Kansas\",\"USA.17.28_1\",\"ChIJ3UYTJUoACocRgCeCdmb2p5w\",\"US20055\",\"20055\",37.9150943756104,-100.883552220708,36467,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a835d685\",\"20057\",,84020057,20057,\"US_KS\",,,3,\"Kansas\",\"Ford\",\"Ford County, Kansas\",\"USA.17.29_1\",\"ChIJURBxJT7-pocRgrMz2DjZ7EE\",\"US20057\",\"20057\",37.6056156158448,-99.8869448169275,33619,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4f8dfb82\",\"20059\",,84020059,20059,\"US_KS\",,,3,\"Kansas\",\"Franklin\",\"Franklin County, Kansas\",\"USA.17.30_1\",\"ChIJq2K_WtPOuIcRT5XqhcGD1_g\",\"US20059\",\"20059\",38.5643501281739,-95.2875284604669,25544,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6a7b2073\",\"20061\",,84020061,20061,\"US_KS\",,,3,\"Kansas\",\"Geary\",\"Geary County, Kansas\",\"USA.17.31_1\",\"ChIJL6uclBxMvIcR9z0xoumfuKI\",\"US20061\",\"20061\",39.0564346313478,-96.7336208061133,31670,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8475415f\",\"20063\",,84020063,20063,\"US_KS\",,,3,\"Kansas\",\"Gove\",,\"USA.17.32_1\",,\"US20063\",\"20063\",38.917766571045,-100.482956275631,2636,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6d16e46a\",\"20065\",,84020065,20065,\"US_KS\",,,3,\"Kansas\",\"Graham\",,\"USA.17.33_1\",,\"US20065\",\"20065\",39.3500709533691,-99.8836246914338,2482,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"83188546\",\"20067\",,84020067,20067,\"US_KS\",,,3,\"Kansas\",\"Grant\",,\"USA.17.34_1\",\"ChIJjedl8kumCYcRjZR3Hl6IO0s\",\"US20067\",\"20067\",37.5625438690187,-101.307515783953,7150,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"64a0a841\",\"20069\",,84020069,20069,\"US_KS\",,,3,\"Kansas\",\"Gray\",,\"USA.17.35_1\",\"ChIJO0D7GONnp4cRQO3QF5s52nc\",\"US20069\",\"20069\",37.7822570800782,-100.434080741675,5988,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"73601132\",\"20071\",,84020071,20071,\"US_KS\",,,3,\"Kansas\",\"Greeley\",,\"USA.17.36_1\",,\"US20071\",\"20071\",38.4406852722168,-101.806375371611,1232,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9d6e701e\",\"20073\",,84020073,20073,\"US_KS\",,,3,\"Kansas\",\"Greenwood\",,\"USA.17.37_1\",\"ChIJYVmpJARjuYcRk8aNE18Bko4\",\"US20073\",\"20073\",37.9132766723633,-96.2422880039349,5982,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"740dd52b\",\"20075\",,84020075,20075,\"US_KS\",,,3,\"Kansas\",\"Hamilton\",,\"USA.17.38_1\",,\"US20075\",\"20075\",38.0454349517823,-101.79209629991,2539,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9a03b407\",\"20077\",,84020077,20077,\"US_KS\",,,3,\"Kansas\",\"Harper\",,\"USA.17.39_1\",\"ChIJgc_lK11DpYcRX05dKGAv9XY\",\"US20077\",\"20077\",37.1928806304931,-98.0761605990001,5436,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7dbb9900\",\"20079\",,84020079,20079,\"US_KS\",,,3,\"Kansas\",\"Harvey\",\"Harvey County, Kansas\",\"USA.17.40_1\",\"ChIJt9hj__OnvIcR26kVqlNeOUE\",\"US20079\",\"20079\",38.0004386901856,-97.4274903992951,34429,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f4f80dfd\",\"20081\",,84020081,20081,\"US_KS\",,,3,\"Kansas\",\"Haskell\",,\"USA.17.41_1\",,\"US20081\",\"20081\",37.6060657501221,-100.870943032792,3968,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1af66cd1\",\"20083\",,84020083,20083,\"US_KS\",,,3,\"Kansas\",\"Hodgeman\",,\"USA.17.42_1\",,\"US20083\",\"20083\",38.1741905212404,-99.8980155322597,1794,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f395c9e4\",\"20085\",,84020085,20085,\"US_KS\",,,3,\"Kansas\",\"Jackson\",,\"USA.17.43_1\",\"ChIJeTHpM6xLvocRmqBddgOMnj8\",\"US20085\",\"20085\",39.4931640625001,-95.8032714273138,13171,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1d9ba8c8\",\"20087\",,84020087,20087,\"US_KS\",,,3,\"Kansas\",\"Jefferson\",\"Jefferson County, Kansas\",\"USA.17.44_1\",\"ChIJuYEqX3Smv4cRguJuNVVa2Vg\",\"US20087\",\"20087\",39.3180446624756,-95.3846789686387,19043,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fa2385cf\",\"20089\",,84020089,20089,\"US_KS\",,,3,\"Kansas\",\"Jewell\",,\"USA.17.45_1\",,\"US20089\",\"20089\",39.7848510742188,-98.2179801181861,2879,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ede33cbc\",\"20091\",,84020091,20091,\"US_KS\",,,3,\"Kansas\",\"Johnson\",\"Johnson County, Kansas\",\"USA.17.46_1\",\"ChIJn-fdmaS9wIcR2dm40uN4ICo\",\"US20091\",\"20091\",38.9116744995118,-94.8320851429698,602401,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"03ed5d90\",\"20093\",,84020093,20093,\"US_KS\",,,3,\"Kansas\",\"Kearny\",,\"USA.17.47_1\",,\"US20093\",\"20093\",38.0463542938233,-101.321838507209,3838,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ea8ef8a5\",\"20095\",,84020095,20095,\"US_KS\",,,3,\"Kansas\",\"Kingman\",,\"USA.17.48_1\",\"ChIJMfg1XGTYpIcRz6CvNnsizgc\",\"US20095\",\"20095\",37.5927200317384,-98.1367421518283,7152,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"04809989\",\"20097\",,84020097,20097,\"US_KS\",,,3,\"Kansas\",\"Kiowa\",,\"USA.17.49_1\",,\"US20097\",\"20097\",37.6024551391602,-99.2854725683162,2475,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e338b48e\",\"20099\",,84020099,20099,\"US_KS\",,,3,\"Kansas\",\"Labette\",\"Labette County, Kansas\",\"USA.17.50_1\",\"ChIJk_vMVcEBuIcRQGcwwqMjHlw\",\"US20099\",\"20099\",37.1713199615478,-95.2977713718935,19618,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3de3edc2\",\"20101\",,84020101,20101,\"US_KS\",,,3,\"Kansas\",\"Lane\",,\"USA.17.51_1\",,\"US20101\",\"20101\",38.4801101684571,-100.466352887067,1535,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d3ed8cee\",\"20103\",,84020103,20103,\"US_KS\",,,3,\"Kansas\",\"Leavenworth\",\"Leavenworth County, Kansas\",\"USA.17.52_1\",\"ChIJzbPTZL6GwIcRqQ9Bc0zzo7A\",\"US20103\",\"20103\",39.1646499633789,-95.0407928094532,81758,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3a8e29db\",\"20105\",,84020105,20105,\"US_KS\",,,3,\"Kansas\",\"Lincoln\",,\"USA.17.53_1\",,\"US20105\",\"20105\",39.0460014343262,-98.2067868974132,2962,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d48048f7\",\"20107\",,84020107,20107,\"US_KS\",,,3,\"Kansas\",\"Linn\",,\"USA.17.54_1\",\"ChIJWQjcAYpCx4cRMC_YjR7wNPI\",\"US20107\",\"20107\",38.1834259033204,-94.844299044843,9703,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"333865f0\",\"20109\",,84020109,20109,\"US_KS\",,,3,\"Kansas\",\"Logan\",,\"USA.17.55_1\",,\"US20109\",\"20109\",38.9181098937989,-101.147923086745,2794,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"24f8dc83\",\"20111\",,84020111,20111,\"US_KS\",,,3,\"Kansas\",\"Lyon\",\"Lyon County, Kansas\",\"USA.17.56_1\",\"ChIJ5QbNJb5OuYcREig5oay-M9Y\",\"US20111\",\"20111\",38.4791202545166,-96.1526261506963,33195,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2395189a\",\"20115\",,84020115,20115,\"US_KS\",,,3,\"Kansas\",\"Marion\",,\"USA.17.57_1\",\"ChIJJydLycicu4cRsnnnW9bM19Y\",\"US20115\",\"20115\",38.2616806030274,-97.1069629353733,11884,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cd9b79b6\",\"20117\",,84020117,20117,\"US_KS\",,,3,\"Kansas\",\"Marshall\",,\"USA.17.58_1\",\"ChIJ4-8pfVsClocRyAjDeLDW3s4\",\"US20117\",\"20117\",39.7841396331787,-96.5227074334588,9707,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"caf6bdaf\",\"20113\",,84020113,20113,\"US_KS\",,,3,\"Kansas\",\"McPherson\",\"McPherson County, Kansas\",\"USA.17.59_1\",\"ChIJPZ_gGp2pvIcRqdVQm1HfaQk\",\"US20113\",\"20113\",38.3917503356934,-97.6486531771403,28542,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2a2354b1\",\"20119\",,84020119,20119,\"US_KS\",,,3,\"Kansas\",\"Meade\",,\"USA.17.60_1\",,\"US20119\",\"20119\",37.1920890808106,-100.362184231017,4033,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0fd58f40\",\"20121\",,84020121,20121,\"US_KS\",,,3,\"Kansas\",\"Miami\",\"Miami County, Kansas\",\"USA.17.61_1\",\"ChIJ3dA2yXCxwIcRuNQA9ORSJfU\",\"US20121\",\"20121\",38.5853404998779,-94.8386502420174,34237,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e1dbee6c\",\"20123\",,84020123,20123,\"US_KS\",,,3,\"Kansas\",\"Mitchell\",,\"USA.17.62_1\",\"ChIJo24A43-VoocRko_kFDhkhNA\",\"US20123\",\"20123\",39.4371852874757,-98.2080576046164,5979,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"08b84b59\",\"20125\",,84020125,20125,\"US_KS\",,,3,\"Kansas\",\"Montgomery\",\"Montgomery County, Kansas\",\"USA.17.63_1\",\"ChIJdRuxnD7WuYcRj4OeRtXCC1Q\",\"US20125\",\"20125\",37.1690368652344,-95.7432958913465,31829,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e6b62a75\",\"20127\",,84020127,20127,\"US_KS\",,,3,\"Kansas\",\"Morris\",,\"USA.17.64_1\",\"ChIJrZn8jx0UvIcRW6rVcPE36sM\",\"US20127\",\"20127\",38.7182655334474,-96.6401250108907,5620,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"010e0772\",\"20129\",,84020129,20129,\"US_KS\",,,3,\"Kansas\",\"Morton\",,\"USA.17.65_1\",,\"US20129\",\"20129\",37.1839294433594,-101.799319580741,2587,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"16cebe01\",\"20131\",,84020131,20131,\"US_KS\",,,3,\"Kansas\",\"Nemaha\",,\"USA.17.66_1\",\"ChIJ962nfCghvocRfPOBasIXwco\",\"US20131\",\"20131\",39.8275012969971,-96.013080424206,10231,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f8c0df2d\",\"20133\",,84020133,20133,\"US_KS\",,,3,\"Kansas\",\"Neosho\",,\"USA.17.67_1\",\"ChIJ3_pSLR9puIcRsSIoOPnjDJ0\",\"US20133\",\"20133\",37.5295200347901,-95.3067338918354,16007,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"11a37a18\",\"20135\",,84020135,20135,\"US_KS\",,,3,\"Kansas\",\"Ness\",,\"USA.17.68_1\",,\"US20135\",\"20135\",38.5224914550782,-99.9158794596806,2750,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ffad1b34\",\"20137\",,84020137,20137,\"US_KS\",,,3,\"Kansas\",\"Norton\",,\"USA.17.69_1\",,\"US20137\",\"20137\",39.7850055694581,-99.9036449181136,5361,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"18153633\",\"20139\",,84020139,20139,\"US_KS\",,,3,\"Kansas\",\"Osage\",\"Osage County, Kansas\",\"USA.17.70_1\",\"ChIJQUpt9pQov4cRl88FO90N4Gs\",\"US20139\",\"20139\",38.5655307769776,-95.7302279569204,15949,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"598f28c6\",\"20141\",,84020141,20141,\"US_KS\",,,3,\"Kansas\",\"Osborne\",,\"USA.17.71_1\",,\"US20141\",\"20141\",39.3505115509034,-98.7686151113416,3421,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b78149ea\",\"20143\",,84020143,20143,\"US_KS\",,,3,\"Kansas\",\"Ottawa\",,\"USA.17.72_1\",\"ChIJkejyjCYovYcRQgXIJmGKMEQ\",\"US20143\",\"20143\",39.0465202331543,-97.650615885123,5704,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5ee2ecdf\",\"20145\",,84020145,20145,\"US_KS\",,,3,\"Kansas\",\"Pawnee\",,\"USA.17.73_1\",\"ChIJGYYAuLeupocRRvPEoiB5R4k\",\"US20145\",\"20145\",38.1742954254151,-99.2416135585685,6414,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b0ec8df3\",\"20147\",,84020147,20147,\"US_KS\",,,3,\"Kansas\",\"Phillips\",,\"USA.17.74_1\",,\"US20147\",\"20147\",39.7850055694581,-99.3471279924248,5234,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5754a0f4\",\"20149\",,84020149,20149,\"US_KS\",,,3,\"Kansas\",\"Pottawatomie\",\"Pottawatomie County, Kansas\",\"USA.17.75_1\",\"ChIJ-_SW8iOKvocRF3WKMmlOBkM\",\"US20149\",\"20149\",39.3410263061525,-96.3537098663711,24383,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"40941987\",\"20151\",,84020151,20151,\"US_KS\",,,3,\"Kansas\",\"Pratt\",,\"USA.17.76_1\",\"ChIJY_D6OuOypYcRwDBBVN9Lnqo\",\"US20151\",\"20151\",37.6027698516846,-98.7401334088138,9164,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ae9a78ab\",\"20153\",,84020153,20153,\"US_KS\",,,3,\"Kansas\",\"Rawlins\",,\"USA.17.77_1\",,\"US20153\",\"20153\",39.7844867706299,-101.075521258165,2530,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"47f9dd9e\",\"20155\",,84020155,20155,\"US_KS\",,,3,\"Kansas\",\"Reno\",\"Reno County, Kansas\",\"USA.17.78_1\",\"ChIJ8Z28CKeXpIcR7D3waqYIh-0\",\"US20155\",\"20155\",37.9899940490723,-98.0873460471305,61998,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a9f7bcb2\",\"20157\",,84020157,20157,\"US_KS\",,,3,\"Kansas\",\"Republic\",,\"USA.17.79_1\",,\"US20157\",\"20157\",39.8288440704347,-97.649313055434,4636,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4e4f91b5\",\"20159\",,84020159,20159,\"US_KS\",,,3,\"Kansas\",\"Rice\",,\"USA.17.80_1\",\"ChIJZVCMa_Nho4cRlOnTzGhrxXI\",\"US20159\",\"20159\",38.3910598754884,-98.2033873765611,9537,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6bb94a44\",\"20161\",,84020161,20161,\"US_KS\",,,3,\"Kansas\",\"Riley\",\"Riley County, Kansas\",\"USA.17.81_1\",\"ChIJLWPDRO-3vYcR2I0x8SjEITk\",\"US20161\",\"20161\",39.3030147552491,-96.8003997582576,74232,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"85b72b68\",\"20163\",,84020163,20163,\"US_KS\",,,3,\"Kansas\",\"Rooks\",,\"USA.17.82_1\",,\"US20163\",\"20163\",39.3507118225097,-99.3258340694305,4920,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6cd48e5d\",\"20165\",,84020165,20165,\"US_KS\",,,3,\"Kansas\",\"Rush\",,\"USA.17.83_1\",,\"US20165\",\"20165\",38.5224914550782,-99.3091525457418,3036,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"82daef71\",\"20167\",,84020167,20167,\"US_KS\",,,3,\"Kansas\",\"Russell\",,\"USA.17.84_1\",\"ChIJy-U6m2qzo4cRux1S6uff0VA\",\"US20167\",\"20167\",39.0235462188721,-98.7614651285023,6856,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6562c276\",\"20169\",,84020169,20169,\"US_KS\",,,3,\"Kansas\",\"Saline\",\"Saline County, Kansas\",\"USA.17.85_1\",\"ChIJT1BSz2DAvIcRVmQB_0faOrY\",\"US20169\",\"20169\",38.7407569885254,-97.6498891764363,54224,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"72a27b05\",\"20171\",,84020171,20171,\"US_KS\",,,3,\"Kansas\",\"Scott\",,\"USA.17.86_1\",\"ChIJXb_OmDZACocRzsQZCjItS0M\",\"US20171\",\"20171\",38.4820499420167,-100.906828845286,4823,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9cac1a29\",\"20173\",,84020173,20173,\"US_KS\",,,3,\"Kansas\",\"Sedgwick\",\"Sedgwick County, Kansas\",\"USA.17.87_1\",\"ChIJYdTfu-7fuocR5CnuybPf61c\",\"US20173\",\"20173\",37.5935955047608,-97.4794554037053,516042,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"75cfbf1c\",\"20175\",,84020175,20175,\"US_KS\",,,3,\"Kansas\",\"Seward\",\"Seward County, Kansas\",\"USA.17.88_1\",\"ChIJ31NZhiY8CIcRB7Ur_WiaEHM\",\"US20175\",\"20175\",37.1932945251465,-100.851064993202,21428,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9bc1de30\",\"20177\",,84020177,20177,\"US_KS\",,,3,\"Kansas\",\"Shawnee\",\"Shawnee County, Kansas\",\"USA.17.89_1\",\"ChIJlwNz_ZwCv4cRwvBvqnt9K48\",\"US20177\",\"20177\",38.9869651794434,-95.7238236593615,176875,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7c79f337\",\"20179\",,84020179,20179,\"US_KS\",,,3,\"Kansas\",\"Sheridan\",,\"USA.17.90_1\",,\"US20179\",\"20179\",39.3498802185059,-100.441896642983,2521,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f53a67ca\",\"20181\",,84020181,20181,\"US_KS\",,,3,\"Kansas\",\"Sherman\",,\"USA.17.91_1\",\"ChIJM1saDlK1dIcRU0ppstwQb7A\",\"US20181\",\"20181\",39.3515300750733,-101.718984811358,5917,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1b3406e6\",\"20183\",,84020183,20183,\"US_KS\",,,3,\"Kansas\",\"Smith\",,\"USA.17.92_1\",,\"US20183\",\"20183\",39.7848510742188,-98.786440007592,3583,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f257a3d3\",\"20185\",,84020185,20185,\"US_KS\",,,3,\"Kansas\",\"Stafford\",,\"USA.17.93_1\",,\"US20185\",\"20185\",38.0342540740967,-98.6937766047292,4156,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1c59c2ff\",\"20187\",,84020187,20187,\"US_KS\",,,3,\"Kansas\",\"Stanton\",,\"USA.17.94_1\",,\"US20187\",\"20187\",37.5158061981202,-101.784101142601,2006,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fbe1eff8\",\"20189\",,84020189,20189,\"US_KS\",,,3,\"Kansas\",\"Stevens\",,\"USA.17.95_1\",\"ChIJ2Vup2-lYCIcRbpbGaQKg6uM\",\"US20189\",\"20189\",37.147689819336,-101.311946930615,5485,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ec21568b\",\"20191\",,84020191,20191,\"US_KS\",,,3,\"Kansas\",\"Sumner\",\"Sumner County, Kansas\",\"USA.17.96_1\",\"ChIJb2Nlw8q_uocRpAMP89jrDH8\",\"US20191\",\"20191\",37.1935157775879,-97.4758525918873,22836,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"022f37a7\",\"20193\",,84020193,20193,\"US_KS\",,,3,\"Kansas\",\"Thomas\",\"Thomas County, Kansas\",\"USA.17.97_1\",\"ChIJ3TbfSsDGCocRASarpIKdVq8\",\"US20193\",\"20193\",39.350685119629,-101.055631235989,7777,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"eb4c9292\",\"20195\",,84020195,20195,\"US_KS\",,,3,\"Kansas\",\"Trego\",,\"USA.17.98_1\",\"ChIJPerenrwGoYcRPe9IsIzl2Qs\",\"US20195\",\"20195\",38.9142055511475,-99.8732662628876,2803,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0542f3be\",\"20197\",,84020197,20197,\"US_KS\",,,3,\"Kansas\",\"Wabaunsee\",,\"USA.17.99_1\",\"ChIJQ66yOAuQvocRhvbTFPIKGyw\",\"US20197\",\"20197\",38.9571456909181,-96.2238864642357,6931,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e2fadeb9\",\"20199\",,84020199,20199,\"US_KS\",,,3,\"Kansas\",\"Wallace\",,\"USA.17.100_1\",,\"US20199\",\"20199\",38.8730010986328,-101.763971683902,1518,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3fa5539b\",\"20201\",,84020201,20201,\"US_KS\",,,3,\"Kansas\",\"Washington\",,\"USA.17.101_1\",\"ChIJRz6OWwiAvYcRkpxGOzSWGZ8\",\"US20201\",\"20201\",39.8280448913575,-97.0874666948915,5406,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d1ab32b7\",\"20203\",,84020203,20203,\"US_KS\",,,3,\"Kansas\",\"Wichita\",\"Wichita, Kansas\",\"USA.17.102_1\",,\"US20203\",\"20203\",38.4820499420167,-101.347736953412,2119,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"38c89782\",\"20205\",,84020205,20205,\"US_KS\",,,3,\"Kansas\",\"Wilson\",,\"USA.17.103_1\",\"ChIJdRawkLK1uYcRNAMLRHzivY8\",\"US20205\",\"20205\",37.4952564239503,-95.7440849752557,8525,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d6c6f6ae\",\"20207\",,84020207,20207,\"US_KS\",,,3,\"Kansas\",\"Woodson\",,\"USA.17.104_1\",,\"US20207\",\"20207\",37.9294738769531,-95.7397687838972,3138,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"317edba9\",\"20209\",,84020209,20209,\"US_KS\",,,3,\"Kansas\",\"Wyandotte\",\"Wyandotte County, Kansas\",\"USA.17.105_1\",\"ChIJtWTKqTSMwIcRfuGD2LoDgYk\",\"US20209\",\"20209\",39.0862445831299,-94.7582236229598,165429,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"849de090\",\"21001\",,84021001,21001,\"US_KY\",,,3,\"Kentucky\",\"Adair\",\"Adair County, Kentucky\",\"USA.18.1_1\",\"ChIJ40RQVA7eZ4gRrIHgjYfUvBM\",\"US21001\",\"21001\",37.117395401001,-85.3017121442846,19202,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6a9381bc\",\"21003\",,84021003,21003,\"US_KY\",,,3,\"Kentucky\",\"Allen\",\"Allen County, Kentucky\",\"USA.18.2_1\",\"ChIJ_Wta7ch2ZogRK4KVcqKL1KE\",\"US21003\",\"21003\",36.7828407287598,-86.2156305645442,21315,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"83f02489\",\"21005\",,84021005,21005,\"US_KY\",,,3,\"Kentucky\",\"Anderson\",\"Anderson County, Kentucky\",\"USA.18.3_1\",\"ChIJXS9xuwnXaYgRQobZeo6-E30\",\"US21005\",\"21005\",38.0055103302003,-84.9778751482975,22747,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6dfe45a5\",\"21007\",,84021007,21007,\"US_KY\",,,3,\"Kentucky\",\"Ballard\",,\"USA.18.4_1\",\"ChIJWwTUbYvueYgR4DNlYWX35I8\",\"US21007\",\"21007\",37.0737743377686,-89.0171224875623,7888,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8a4668a2\",\"21009\",,84021009,21009,\"US_KY\",,,3,\"Kentucky\",\"Barren\",\"Barren County, Kentucky\",\"USA.18.5_1\",\"ChIJ8TEh6LkTZogRp8-NzH9crRk\",\"US21009\",\"21009\",36.9672946929932,-85.949870163564,44249,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9d86d1d1\",\"21011\",,84021011,21011,\"US_KY\",,,3,\"Kentucky\",\"Bath\",,\"USA.18.6_1\",\"ChIJ__XykjDyQ4gRyancf3uGWSU\",\"US21011\",\"21011\",38.1475162506104,-83.7756107146946,12500,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7388b0fd\",\"21013\",,84021013,21013,\"US_KY\",,,3,\"Kentucky\",\"Bell\",\"Bell County, Kentucky\",\"USA.18.7_1\",\"ChIJka5I0dGiXIgRrT8ryCgcKC0\",\"US21013\",\"21013\",36.7762241363526,-83.6431842719609,26032,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9aeb15c8\",\"21015\",,84021015,21015,\"US_KY\",,,3,\"Kentucky\",\"Boone\",\"Boone County, Kentucky\",\"USA.18.8_1\",\"ChIJNXQjdMHDQYgR6Hx1OhDzSdw\",\"US21015\",\"21015\",38.9625644683838,-84.7213366791409,133581,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"74e574e4\",\"21017\",,84021017,21017,\"US_KY\",,,3,\"Kentucky\",\"Bourbon\",\"Bourbon County, Kentucky\",\"USA.18.9_1\",\"ChIJWQvDhMfLQ4gRzxDgt2OFS08\",\"US21017\",\"21017\",38.2189407348633,-84.2237492382938,19788,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"935d59e3\",\"21019\",,84021019,21019,\"US_KY\",,,3,\"Kentucky\",\"Boyd\",\"Boyd County, Kentucky\",\"USA.18.10_1\",\"ChIJJ_bRrvTZRYgRIoNAxQHOlEU\",\"US21019\",\"21019\",38.3712615966797,-82.6999185174613,46718,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b6ab8212\",\"21021\",,84021021,21021,\"US_KY\",,,3,\"Kentucky\",\"Boyle\",\"Boyle County, Kentucky\",\"USA.18.11_1\",\"ChIJw9R675meQogR0Zldm-7Q4QA\",\"US21021\",\"21021\",37.6246662139893,-84.8416764082136,30060,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"58a5e33e\",\"21023\",,84021023,21023,\"US_KY\",,,3,\"Kentucky\",\"Bracken\",,\"USA.18.12_1\",\"ChIJtXMbB_FvQYgRDo2i66v4rGc\",\"US21023\",\"21023\",38.6837959289552,-84.0830760907523,8303,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b1c6460b\",\"21025\",,84021025,21025,\"US_KY\",,,3,\"Kentucky\",\"Breathitt\",,\"USA.18.13_1\",\"ChIJTTVIL_-WRIgR5b0D021Z9-M\",\"US21025\",\"21025\",37.5163917541505,-83.3340766108315,12630,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5fc82727\",\"21027\",,84021027,21027,\"US_KY\",,,3,\"Kentucky\",\"Breckinridge\",,\"USA.18.14_1\",\"ChIJMcKh8L4tb4gRSxxC4xrs_XE\",\"US21027\",\"21027\",37.8173999786378,-86.4222761477963,20477,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b8700a20\",\"21029\",,84021029,21029,\"US_KY\",,,3,\"Kentucky\",\"Bullitt\",\"Bullitt County, Kentucky\",\"USA.18.15_1\",\"ChIJn5PBuWIBaYgR9eeWaXNLr7o\",\"US21029\",\"21029\",37.9637203216554,-85.716881055643,81676,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"afb0b353\",\"21031\",,84021031,21031,\"US_KY\",,,3,\"Kentucky\",\"Butler\",,\"USA.18.16_1\",\"ChIJpxfhUXCFZYgRzbT79rPV3HQ\",\"US21031\",\"21031\",37.2002563476563,-86.6590017639286,12879,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"41bed27f\",\"21033\",,84021033,21033,\"US_KY\",,,3,\"Kentucky\",\"Caldwell\",,\"USA.18.17_1\",\"ChIJR4Hv-v2YeogRaQa8SO0sa84\",\"US21033\",\"21033\",37.1616306304932,-87.8676887500207,12747,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a8dd774a\",\"21035\",,84021035,21035,\"US_KY\",,,3,\"Kentucky\",\"Calloway\",\"Calloway County, Kentucky\",\"USA.18.18_1\",\"ChIJeXqfsKVTeogR0qm5IytcdvI\",\"US21035\",\"21035\",36.6064453125,-88.267705178364,39001,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"46d31666\",\"21037\",,84021037,21037,\"US_KY\",,,3,\"Kentucky\",\"Campbell\",\"Campbell County, Kentucky\",\"USA.18.19_1\",\"ChIJvTJkb5WkQYgR2Z8MxRfWzgU\",\"US21037\",\"21037\",38.9613952636719,-84.3665630069311,93584,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a16b3b61\",\"21039\",,84021039,21039,\"US_KY\",,,3,\"Kentucky\",\"Carlisle\",,\"USA.18.20_1\",\"ChIJNSfEqgCReYgRgrDx9sUvF1E\",\"US21039\",\"21039\",36.8620491027832,-88.9716244112718,4760,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e0f12594\",\"21041\",,84021041,21041,\"US_KY\",,,3,\"Kentucky\",\"Carroll\",\"Carroll County, Kentucky\",\"USA.18.21_1\",\"ChIJ2X4E8o4baogRUtURhyymduE\",\"US21041\",\"21041\",38.6707801818848,-85.1112302855334,10631,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0eff44b8\",\"21043\",,84021043,21043,\"US_KY\",,,3,\"Kentucky\",\"Carter\",\"Carter County, Kentucky\",\"USA.18.22_1\",\"ChIJQyHopBQvRIgRgSInOmz7s9Y\",\"US21043\",\"21043\",38.337739944458,-83.0081893168543,26797,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e79ce18d\",\"21045\",,84021045,21045,\"US_KY\",,,3,\"Kentucky\",\"Casey\",,\"USA.18.23_1\",\"ChIJzZ293EWoQogRljli2Ne2shc\",\"US21045\",\"21045\",37.3253402709961,-84.9338782796668,16159,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"099280a1\",\"21047\",,84021047,21047,\"US_KY\",,,3,\"Kentucky\",\"Christian\",\"Christian County, Kentucky\",\"USA.18.24_1\",\"ChIJ7ardAP00ZYgRJW3uFxm2tVc\",\"US21047\",\"21047\",36.9223709106445,-87.4756586687802,70461,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ee2aada6\",\"21049\",,84021049,21049,\"US_KY\",,,3,\"Kentucky\",\"Clark\",\"Clark County, Kentucky\",\"USA.18.25_1\",\"ChIJxQpvZFmuQ4gRPxWpU3kHqUo\",\"US21049\",\"21049\",37.9767608642578,-84.1589807728953,36263,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f9ea14d5\",\"21051\",,84021051,21051,\"US_KY\",,,3,\"Kentucky\",\"Clay\",,\"USA.18.26_1\",\"ChIJ9aW_dbxUQ4gRRWkknENPIVI\",\"US21051\",\"21051\",37.1470050811767,-83.7483439127204,19901,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"17e475f9\",\"21053\",,84021053,21053,\"US_KY\",,,3,\"Kentucky\",\"Clinton\",,\"USA.18.27_1\",\"ChIJxevdjgm-Z4gRaJXTaAaXPbY\",\"US21053\",\"21053\",36.7531051635742,-85.1243484010111,10218,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fe87d0cc\",\"21055\",,84021055,21055,\"US_KY\",,,3,\"Kentucky\",\"Crittenden\",,\"USA.18.28_1\",\"ChIJre-NOCZ5cIgRz6Yy6IfdWNs\",\"US21055\",\"21055\",37.3452510833741,-88.0797232949632,8806,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1089b1e0\",\"21057\",,84021057,21057,\"US_KY\",,,3,\"Kentucky\",\"Cumberland\",,\"USA.18.29_1\",,\"US21057\",\"21057\",36.7982902526856,-85.411424124473,6614,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f7319ce7\",\"21059\",,84021059,21059,\"US_KY\",,,3,\"Kentucky\",\"Daviess\",\"Daviess County, Kentucky\",\"USA.18.30_1\",\"ChIJQ7r8y-O6b4gRGEJQSzgRL-A\",\"US21059\",\"21059\",37.7449493408204,-87.0698123616169,101511,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d2c74716\",\"21061\",,84021061,21061,\"US_KY\",,,3,\"Kentucky\",\"Edmonson\",,\"USA.18.31_1\",\"ChIJR47b7QX-ZYgRuJ_q4ma7Jh0\",\"US21061\",\"21061\",37.1922817230225,-86.2312922616321,12150,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3cc9263a\",\"21063\",,84021063,21063,\"US_KY\",,,3,\"Kentucky\",\"Elliott\",,\"USA.18.32_1\",,\"US21063\",\"21063\",38.1322860717774,-83.0636284613651,7517,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d5aa830f\",\"21065\",,84021065,21065,\"US_KY\",,,3,\"Kentucky\",\"Estill\",,\"USA.18.33_1\",\"ChIJHfynVNZyQ4gRf0d4V7Jg8Ys\",\"US21065\",\"21065\",37.7013397216798,-83.9297612521948,14106,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3ba4e223\",\"21067\",,84021067,21067,\"US_KY\",,,3,\"Kentucky\",\"Fayette\",\"Fayette County, Kentucky\",\"USA.18.34_1\",\"ChIJJeuczClEQogRk9RIRApp7DA\",\"US21067\",\"21067\",38.0299301147461,-84.4717040950969,323152,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dc1ccf24\",\"21069\",,84021069,21069,\"US_KY\",,,3,\"Kentucky\",\"Fleming\",,\"USA.18.35_1\",\"ChIJsWKaGFj6Q4gR3oZdRXPh3Mk\",\"US21069\",\"21069\",38.348445892334,-83.6783033752581,14581,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cbdc7657\",\"21071\",,84021071,21071,\"US_KY\",,,3,\"Kentucky\",\"Floyd\",\"Floyd County, Kentucky\",\"USA.18.36_1\",\"ChIJg3oQoV0CRYgRT5pvfMJQ12E\",\"US21071\",\"21071\",37.5204048156739,-82.7574274924407,35589,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"25d2177b\",\"21073\",,84021073,21073,\"US_KY\",,,3,\"Kentucky\",\"Franklin\",\"Franklin County, Kentucky\",\"USA.18.37_1\",\"ChIJF8RiuL8KQogRfc6uNXIKFZc\",\"US21073\",\"21073\",38.2370319366456,-84.8665436232127,50991,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ccb1b24e\",\"21075\",,84021075,21075,\"US_KY\",,,3,\"Kentucky\",\"Fulton\",,\"USA.18.38_1\",\"ChIJ3XuFydoKeYgRJff5johqTpE\",\"US21075\",\"21075\",36.5752506256104,-89.0601336905077,5969,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"22bfd362\",\"21077\",,84021077,21077,\"US_KY\",,,3,\"Kentucky\",\"Gallatin\",\"Gallatin County, Kentucky\",\"USA.18.39_1\",\"ChIJO_d69STjQYgRvdu2vO34G5Q\",\"US21077\",\"21077\",38.7580547332765,-84.9009694892451,8869,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c507fe65\",\"21079\",,84021079,21079,\"US_KY\",,,3,\"Kentucky\",\"Garrard\",,\"USA.18.40_1\",\"ChIJ1Y9kq6jtQogR0LSUAKu564Y\",\"US21079\",\"21079\",37.6514759063721,-84.5425721018451,17666,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4c446a98\",\"21081\",,84021081,21081,\"US_KY\",,,3,\"Kentucky\",\"Grant\",\"Grant County, Kentucky\",\"USA.18.41_1\",\"ChIJAYhk1kDzQYgR7fwcFpjuJ5s\",\"US21081\",\"21081\",38.6692352294922,-84.6424916062924,25069,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a24a0bb4\",\"21083\",,84021083,21083,\"US_KY\",,,3,\"Kentucky\",\"Graves\",\"Graves County, Kentucky\",\"USA.18.42_1\",\"ChIJDadAMAcveogRQzt0RPaNTQQ\",\"US21083\",\"21083\",36.7353649139405,-88.6525741476256,37266,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4b29ae81\",\"21085\",,84021085,21085,\"US_KY\",,,3,\"Kentucky\",\"Grayson\",\"Grayson County, Kentucky\",\"USA.18.43_1\",\"ChIJ75QJSFNJb4gR4mL0fmE6des\",\"US21085\",\"21085\",37.4679946899414,-86.3495772341803,26427,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a527cfad\",\"21087\",,84021087,21087,\"US_KY\",,,3,\"Kentucky\",\"Green\",,\"USA.18.44_1\",\"ChIJs16ijB18aIgRnHzyI_B8IrU\",\"US21087\",\"21087\",37.2894153594971,-85.5524419538607,10941,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"429fe2aa\",\"21089\",,84021089,21089,\"US_KY\",,,3,\"Kentucky\",\"Greenup\",\"Greenup County, Kentucky\",\"USA.18.45_1\",\"ChIJJ6ZOdJ17RogRmx0XqqbNfs4\",\"US21089\",\"21089\",38.5645713806153,-82.9498373967595,35098,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"555f5bd9\",\"21091\",,84021091,21091,\"US_KY\",,,3,\"Kentucky\",\"Hancock\",,\"USA.18.46_1\",\"ChIJO-GtCDcEb4gR0HefHcZOAP8\",\"US21091\",\"21091\",37.8242549896241,-86.7569944092373,8722,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bb513af5\",\"21093\",,84021093,21093,\"US_KY\",,,3,\"Kentucky\",\"Hardin\",\"Hardin County, Kentucky\",\"USA.18.47_1\",\"ChIJI7l0GFqVaIgRhTGT6aEbAew\",\"US21093\",\"21093\",37.6944065093995,-85.9611841886254,110958,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"52329fc0\",\"21095\",,84021095,21095,\"US_KY\",,,3,\"Kentucky\",\"Harlan\",,\"USA.18.48_1\",\"ChIJv-fwAcc4W4gRX2GkZvQ9C5U\",\"US21095\",\"21095\",36.8449211120605,-83.2785269394641,26010,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bc3cfeec\",\"21097\",,84021097,21097,\"US_KY\",,,3,\"Kentucky\",\"Harrison\",,\"USA.18.49_1\",\"ChIJNTLneYwrQogR_fzaGZdxUSA\",\"US21097\",\"21097\",38.4306659698486,-84.328852766692,18886,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5b84d3eb\",\"21099\",,84021099,21099,\"US_KY\",,,3,\"Kentucky\",\"Hart\",\"Hart County, Kentucky\",\"USA.18.50_1\",\"ChIJc8qEiCafaIgRVZKfb4kIrz0\",\"US21099\",\"21099\",37.295524597168,-85.905832057318,19035,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"855f8aa7\",\"21101\",,84021101,21101,\"US_KY\",,,3,\"Kentucky\",\"Henderson\",\"Henderson County, Kentucky\",\"USA.18.51_1\",\"ChIJ3SBkzwkhcIgRwigEybGQbwc\",\"US21101\",\"21101\",37.8074550628662,-87.5782155828917,45210,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6b51eb8b\",\"21103\",,84021103,21103,\"US_KY\",,,3,\"Kentucky\",\"Henry\",\"Henry County, Kentucky\",\"USA.18.52_1\",\"ChIJLTMdeE_5aYgRjlPATv_GIcs\",\"US21103\",\"21103\",38.4667701721191,-85.1460289648802,16126,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"82324ebe\",\"21105\",,84021105,21105,\"US_KY\",,,3,\"Kentucky\",\"Hickman\",,\"USA.18.53_1\",,\"US21105\",\"21105\",36.6500205993652,-88.9898179767656,4380,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6c3c2f92\",\"21107\",,84021107,21107,\"US_KY\",,,3,\"Kentucky\",\"Hopkins\",\"Hopkins County, Kentucky\",\"USA.18.54_1\",\"ChIJ2ePWuDcbcIgRS8RptoFLjGQ\",\"US21107\",\"21107\",37.3393459320069,-87.5856663456963,44686,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8b840295\",\"21109\",,84021109,21109,\"US_KY\",,,3,\"Kentucky\",\"Jackson\",,\"USA.18.55_1\",\"ChIJJax439kXQ4gRPnhcU1_toMM\",\"US21109\",\"21109\",37.4150104522705,-83.996070097264,13329,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9c44bbe6\",\"21111\",,84021111,21111,\"US_KY\",,,3,\"Kentucky\",\"Jefferson\",\"Jefferson County, Kentucky\",\"USA.18.56_1\",\"ChIJCROGK48KaYgR_WSJcx2vTro\",\"US21111\",\"21111\",38.193099975586,-85.6516104700305,766757,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"724adaca\",\"21113\",,84021113,21113,\"US_KY\",,,3,\"Kentucky\",\"Jessamine\",\"Jessamine County, Kentucky\",\"USA.18.57_1\",\"ChIJP9R04DjtQogRpGDdYBasj2U\",\"US21113\",\"21113\",37.865385055542,-84.5723043067438,54115,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9b297fff\",\"21115\",,84021115,21115,\"US_KY\",,,3,\"Kentucky\",\"Johnson\",,\"USA.18.58_1\",\"ChIJe5nBerauRYgR6O4RESZR49Y\",\"US21115\",\"21115\",37.8531303405761,-82.8333624217046,22188,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"75271ed3\",\"21117\",,84021117,21117,\"US_KY\",,,3,\"Kentucky\",\"Kenton\",\"Kenton County, Kentucky\",\"USA.18.59_1\",\"ChIJ2Q9miBf0QYgRdF2IF6v8Nkc\",\"US21117\",\"21117\",38.9425506591797,-84.5339477564865,166998,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"929f33d4\",\"21119\",,84021119,21119,\"US_KY\",,,3,\"Kentucky\",\"Knott\",,\"USA.18.60_1\",\"ChIJ3Y2b9WvfRIgRNNRsK3Hk_aA\",\"US21119\",\"21119\",37.348798751831,-82.9376727171937,14806,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b769e825\",\"21121\",,84021121,21121,\"US_KY\",,,3,\"Kentucky\",\"Knox\",\"Knox County, Kentucky\",\"USA.18.61_1\",\"ChIJaQH6wdq-XIgRThiJqa3DL-w\",\"US21121\",\"21121\",36.871898651123,-83.8516708333304,31145,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"59678909\",\"21123\",,84021123,21123,\"US_KY\",,,3,\"Kentucky\",\"Larue\",,\"USA.18.62_1\",\"ChIJl1Fss4aLaIgRcd0TjbE6Zp0\",\"US21123\",\"21123\",37.5773696899414,-85.7128622893485,14398,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b0042c3c\",\"21125\",,84021125,21125,\"US_KY\",,,3,\"Kentucky\",\"Laurel\",\"Laurel County, Kentucky\",\"USA.18.63_1\",\"ChIJJax439kXQ4gR-YTZwzx3EQk\",\"US21125\",\"21125\",37.1373710632325,-84.1147553197179,60813,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5e0a4d10\",\"21127\",,84021127,21127,\"US_KY\",,,3,\"Kentucky\",\"Lawrence\",,\"USA.18.64_1\",\"ChIJj8c4sum3RYgRmpoRHYFUZgo\",\"US21127\",\"21127\",38.073434829712,-82.7476690893774,15317,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b9b26017\",\"21129\",,84021129,21129,\"US_KY\",,,3,\"Kentucky\",\"Lee\",,\"USA.18.65_1\",,\"US21129\",\"21129\",37.5787105560303,-83.7144322629106,7403,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ae72d964\",\"21131\",,84021131,21131,\"US_KY\",,,3,\"Kentucky\",\"Leslie\",,\"USA.18.66_1\",,\"US21131\",\"21131\",37.0984497070313,-83.353312591627,9877,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"407cb848\",\"21133\",,84021133,21133,\"US_KY\",,,3,\"Kentucky\",\"Letcher\",,\"USA.18.67_1\",\"ChIJq8H_S4zgRIgR8rxI29aM6Qc\",\"US21133\",\"21133\",37.1119861602784,-82.8903226027283,21553,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a91f1d7d\",\"21135\",,84021135,21135,\"US_KY\",,,3,\"Kentucky\",\"Lewis\",,\"USA.18.68_1\",\"ChIJYyxwvEkZRIgRi48x-3KpYvE\",\"US21135\",\"21135\",38.5209045410156,-83.3887604786858,13275,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"47117c51\",\"21137\",,84021137,21137,\"US_KY\",,,3,\"Kentucky\",\"Lincoln\",\"Lincoln County, Kentucky\",\"USA.18.69_1\",\"ChIJgUp3ILK-QogRonx_i6KBMLw\",\"US21137\",\"21137\",37.4469814300537,-84.6582383037675,24549,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a0a95156\",\"21139\",,84021139,21139,\"US_KY\",,,3,\"Kentucky\",\"Livingston\",,\"USA.18.70_1\",\"ChIJTYORbtJ2eogR03PdXP374wM\",\"US21139\",\"21139\",37.2031555175781,-88.3281747176178,9194,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e1334fa3\",\"21141\",,84021141,21141,\"US_KY\",,,3,\"Kentucky\",\"Logan\",\"Logan County, Kentucky\",\"USA.18.71_1\",\"ChIJm2hM5SugZYgR_YYYAenSRbY\",\"US21141\",\"21141\",36.8654460906983,-86.86154759668,27102,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0f3d2e8f\",\"21143\",,84021143,21143,\"US_KY\",,,3,\"Kentucky\",\"Lyon\",\"Lyon County, Kentucky\",\"USA.18.72_1\",\"ChIJjaIu4zv0eogRFcwLVwV1voU\",\"US21143\",\"21143\",37.0215358734131,-88.0783848519347,8210,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f8287ee2\",\"21151\",,84021151,21151,\"US_KY\",,,3,\"Kentucky\",\"Madison\",\"Madison County, Kentucky\",\"USA.18.73_1\",\"ChIJodMOu4_hQogRKRR7Xp5Vt9Y\",\"US21151\",\"21151\",37.7155361175537,-84.2904290667082,92987,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"16261fce\",\"21153\",,84021153,21153,\"US_KY\",,,3,\"Kentucky\",\"Magoffin\",,\"USA.18.74_1\",,\"US21153\",\"21153\",37.6906394958496,-83.0973117396128,12161,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ff45bafb\",\"21155\",,84021155,21155,\"US_KY\",,,3,\"Kentucky\",\"Marion\",\"Marion County, Kentucky\",\"USA.18.75_1\",\"ChIJc8py72EUaIgRw2zatNaL61g\",\"US21155\",\"21155\",37.592929840088,-85.2671596923441,19273,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"114bdbd7\",\"21157\",,84021157,21157,\"US_KY\",,,3,\"Kentucky\",\"Marshall\",\"Marshall County, Kentucky\",\"USA.18.76_1\",\"ChIJvUzZFNxceogRmHIiCvsnHCI\",\"US21157\",\"21157\",36.9075756072999,-88.3331615392407,31100,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f6f3f6d0\",\"21159\",,84021159,21159,\"US_KY\",,,3,\"Kentucky\",\"Martin\",,\"USA.18.77_1\",,\"US21159\",\"21159\",37.8160514831544,-82.5276466269776,11195,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d3052d21\",\"21161\",,84021161,21161,\"US_KY\",,,3,\"Kentucky\",\"Mason\",\"Mason County, Kentucky\",\"USA.18.78_1\",\"ChIJ56HEJr5QQYgRigJFzC4V0Xc\",\"US21161\",\"21161\",38.6162567138672,-83.804443431561,17070,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e65e8bba\",\"21145\",,84021145,21145,\"US_KY\",,,3,\"Kentucky\",\"McCracken\",\"McCracken County, Kentucky\",\"USA.18.79_1\",\"ChIJ8cQHg6YdeogRGhZ_qBG_GMI\",\"US21145\",\"21145\",37.0923404693604,-88.7296598847344,65418,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0850ea96\",\"21147\",,84021147,21147,\"US_KY\",,,3,\"Kentucky\",\"McCreary\",,\"USA.18.80_1\",\"ChIJv22878QjXYgRBQAPh_0qhWc\",\"US21147\",\"21147\",36.7781810760499,-84.4917880030122,17231,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"efe8c791\",\"21149\",,84021149,21149,\"US_KY\",,,3,\"Kentucky\",\"McLean\",,\"USA.18.81_1\",\"ChIJQ1aTHoTsb4gRRQEQm8qYpV0\",\"US21149\",\"21149\",37.5299091339112,-87.2115247191066,9207,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3d0b4c0d\",\"21163\",,84021163,21163,\"US_KY\",,,3,\"Kentucky\",\"Meade\",\"Meade County, Kentucky\",\"USA.18.82_1\",\"ChIJA69NksUraYgRnbtFb_RLcdw\",\"US21163\",\"21163\",37.9984703063965,-86.2537372998501,28572,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d468e938\",\"21165\",,84021165,21165,\"US_KY\",,,3,\"Kentucky\",\"Menifee\",,\"USA.18.83_1\",\"ChIJqzIwuihzRIgR2oO8-Qdp6pQ\",\"US21165\",\"21165\",37.9360389709474,-83.6124353334325,6489,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3a668814\",\"21167\",,84021167,21167,\"US_KY\",,,3,\"Kentucky\",\"Mercer\",\"Mercer County, Kentucky\",\"USA.18.84_1\",\"ChIJ2wb4LuOAQogRqCPRVURMS2Q\",\"US21167\",\"21167\",37.8281192779542,-84.8668699655714,21933,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dddea513\",\"21169\",,84021169,21169,\"US_KY\",,,3,\"Kentucky\",\"Metcalfe\",,\"USA.18.85_1\",\"ChIJEWdgZ9EtZogR_v2CkgwzTZU\",\"US21169\",\"21169\",37.0030002593994,-85.6240657505236,10071,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ca1e1c60\",\"21171\",,84021171,21171,\"US_KY\",,,3,\"Kentucky\",\"Monroe\",,\"USA.18.86_1\",\"ChIJmfTnLpRHZogRaFdDB9vdBzs\",\"US21171\",\"21171\",36.7298545837404,-85.7173203067194,10650,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"24107d4c\",\"21173\",,84021173,21173,\"US_KY\",,,3,\"Kentucky\",\"Montgomery\",\"Montgomery County, Kentucky\",\"USA.18.87_1\",\"ChIJC9sP8oa9Q4gR6ODSQcU6sbg\",\"US21173\",\"21173\",38.0612087249757,-83.928622578312,28157,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cd73d879\",\"21175\",,84021175,21175,\"US_KY\",,,3,\"Kentucky\",\"Morgan\",,\"USA.18.88_1\",\"ChIJwSuPznVdRIgRO2YPP85hQho\",\"US21175\",\"21175\",37.9167404174805,-83.2173957420337,13309,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"237db955\",\"21177\",,84021177,21177,\"US_KY\",,,3,\"Kentucky\",\"Muhlenberg\",\"Muhlenberg County, Kentucky\",\"USA.18.89_1\",\"ChIJPxsqYO-Jb4gRF92hz3PXTI4\",\"US21177\",\"21177\",37.2284450531006,-87.1361789649792,30622,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c4c59452\",\"21179\",,84021179,21179,\"US_KY\",,,3,\"Kentucky\",\"Nelson\",\"Nelson County, Kentucky\",\"USA.18.90_1\",\"ChIJgXKDlhBSaIgRKGQi7rgCRTU\",\"US21179\",\"21179\",37.7565650939942,-85.5321887448612,46233,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4d8600af\",\"21181\",,84021181,21181,\"US_KY\",,,3,\"Kentucky\",\"Nicholas\",,\"USA.18.91_1\",\"ChIJa1W8T0zDQ4gRhrLnbwLaRdc\",\"US21181\",\"21181\",38.3279914855957,-83.996857285065,7269,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a3886183\",\"21183\",,84021183,21183,\"US_KY\",,,3,\"Kentucky\",\"Ohio\",\"Ohio County, Kentucky\",\"USA.18.92_1\",\"ChIJyWzigbttb4gR9DPu4249zwE\",\"US21183\",\"21183\",37.4745712280273,-86.8744159770727,23994,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4aebc4b6\",\"21185\",,84021185,21185,\"US_KY\",,,3,\"Kentucky\",\"Oldham\",\"Oldham County, Kentucky\",\"USA.18.93_1\",\"ChIJ2xlgmB6QaYgRgqdC2XbWvVw\",\"US21185\",\"21185\",38.4131450653076,-85.4750697752697,66799,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a4e5a59a\",\"21187\",,84021187,21187,\"US_KY\",,,3,\"Kentucky\",\"Owen\",,\"USA.18.94_1\",\"ChIJmQaUWx4AQogRB94BCweCXTk\",\"US21187\",\"21187\",38.5314311981201,-84.8466114475351,10901,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"435d889d\",\"21189\",,84021189,21189,\"US_KY\",,,3,\"Kentucky\",\"Owsley\",,\"USA.18.95_1\",,\"US21189\",\"21189\",37.3987255096436,-83.6844260962876,4415,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"549d31ee\",\"21191\",,84021191,21191,\"US_KY\",,,3,\"Kentucky\",\"Pendleton\",,\"USA.18.96_1\",\"ChIJQ29dwFybQYgRW_WcpPES_SI\",\"US21191\",\"21191\",38.6968460083007,-84.3655770706747,14590,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ba9350c2\",\"21193\",,84021193,21193,\"US_KY\",,,3,\"Kentucky\",\"Perry\",\"Perry County, Kentucky\",\"USA.18.97_1\",\"ChIJzU3-Mcm3RIgRC-22fsYPANw\",\"US21193\",\"21193\",37.2182006835937,-83.1800232543593,25758,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"53f0f5f7\",\"21195\",,84021195,21195,\"US_KY\",,,3,\"Kentucky\",\"Pike\",\"Pike County, Kentucky\",\"USA.18.98_1\",\"ChIJZVoNvLVlRYgRw62onBS_BEA\",\"US21195\",\"21195\",37.4684505462647,-82.3266840272689,57876,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bdfe94db\",\"21197\",,84021197,21197,\"US_KY\",,,3,\"Kentucky\",\"Powell\",,\"USA.18.99_1\",\"ChIJj5r6-PSdQ4gRxCTGax_h5gE\",\"US21197\",\"21197\",37.8231391906739,-83.7980334408644,12359,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5a46b9dc\",\"21199\",,84021199,21199,\"US_KY\",,,3,\"Kentucky\",\"Pulaski\",\"Pulaski County, Kentucky\",\"USA.18.100_1\",\"ChIJq-RDKfrIQogRSTapYRjXqOQ\",\"US21199\",\"21199\",37.107370376587,-84.5948064791841,64979,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"871934fe\",\"21201\",,84021201,21201,\"US_KY\",,,3,\"Kentucky\",\"Robertson\",,\"USA.18.101_1\",,\"US21201\",\"21201\",38.5117511749268,-84.0652115330392,2108,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"691755d2\",\"21203\",,84021203,21203,\"US_KY\",,,3,\"Kentucky\",\"Rockcastle\",\"Rockcastle County, Kentucky\",\"USA.18.102_1\",\"ChIJpZomznDYQogRdXEb65zGXFM\",\"US21203\",\"21203\",37.3472194671631,-84.3152627652354,16695,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8074f0e7\",\"21205\",,84021205,21205,\"US_KY\",,,3,\"Kentucky\",\"Rowan\",\"Rowan County, Kentucky\",\"USA.18.103_1\",\"ChIJf-AwcY0RRIgRuGVEwC3w6-4\",\"US21205\",\"21205\",38.2077751159668,-83.4421941147459,24460,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6e7a91cb\",\"21207\",,84021207,21207,\"US_KY\",,,3,\"Kentucky\",\"Russell\",,\"USA.18.104_1\",\"ChIJ-eSwTJv3Z4gRmFaK3lw9ir8\",\"US21207\",\"21207\",37.0042896270752,-85.0254887335482,17923,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"89c2bccc\",\"21209\",,84021209,21209,\"US_KY\",,,3,\"Kentucky\",\"Scott\",\"Scott County, Kentucky\",\"USA.18.105_1\",\"ChIJOZ9N364jQogRaGUAZ0l4wgw\",\"US21209\",\"21209\",38.3039417266846,-84.5882175807998,57004,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9e0205bf\",\"21211\",,84021211,21211,\"US_KY\",,,3,\"Kentucky\",\"Shelby\",\"Shelby County, Kentucky\",\"USA.18.106_1\",\"ChIJRwBxtkG4aYgRWdd_OLZhWTQ\",\"US21211\",\"21211\",38.1998805999757,-85.209821014999,49024,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"700c6493\",\"21213\",,84021213,21213,\"US_KY\",,,3,\"Kentucky\",\"Simpson\",\"Simpson County, Kentucky\",\"USA.18.107_1\",\"ChIJRcnrypXHZYgR1H7UKYbtZr4\",\"US21213\",\"21213\",36.7632446289064,-86.5711109073108,18572,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"996fc1a6\",\"21215\",,84021215,21215,\"US_KY\",,,3,\"Kentucky\",\"Spencer\",\"Spencer County, Kentucky\",\"USA.18.108_1\",\"ChIJWZ6CDq25aYgR6tDZr5xaQyA\",\"US21215\",\"21215\",38.0632991790772,-85.3268010101128,19351,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7761a08a\",\"21217\",,84021217,21217,\"US_KY\",,,3,\"Kentucky\",\"Taylor\",\"Taylor County, Kentucky\",\"USA.18.109_1\",\"ChIJXbQYYcxxaIgRPPL6QC6DQfY\",\"US21217\",\"21217\",37.3450298309327,-85.304088143238,25769,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"90d98d8d\",\"21219\",,84021219,21219,\"US_KY\",,,3,\"Kentucky\",\"Todd\",,\"USA.18.110_1\",\"ChIJJVPnSsoVZYgRRKBzBUd4CM0\",\"US21219\",\"21219\",36.9020709991456,-87.1728579510988,12294,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b52f567c\",\"21221\",,84021221,21221,\"US_KY\",,,3,\"Kentucky\",\"Trigg\",\"Trigg County, Kentucky\",\"USA.18.111_1\",\"ChIJQeArZgDBeogRd77dUle_87U\",\"US21221\",\"21221\",36.8375606536866,-87.9083111681402,14651,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5b213750\",\"21223\",,84021223,21223,\"US_KY\",,,3,\"Kentucky\",\"Trimble\",,\"USA.18.112_1\",\"ChIJXaaRCVYgaogRQoYK_aMORkk\",\"US21223\",\"21223\",38.6150455474854,-85.3313615182397,8471,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b2429265\",\"21225\",,84021225,21225,\"US_KY\",,,3,\"Kentucky\",\"Union\",,\"USA.18.113_1\",\"ChIJsVKpfs9DcIgRTntt5YkHqpY\",\"US21225\",\"21225\",37.6881046295167,-87.9457637179895,14381,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5c4cf349\",\"21227\",,84021227,21227,\"US_KY\",,,3,\"Kentucky\",\"Warren\",\"Warren County, Kentucky\",\"USA.18.114_1\",\"ChIJg_FXx4jwZYgRUqp56onlUME\",\"US21227\",\"21227\",36.9676494598389,-86.4046551356889,132896,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bbf4de4e\",\"21229\",,84021229,21229,\"US_KY\",,,3,\"Kentucky\",\"Washington\",,\"USA.18.115_1\",\"ChIJV-hX_Nc2aIgRwnEUsFcAkq8\",\"US21229\",\"21229\",37.7717800140381,-85.1827390597258,12095,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ac34673d\",\"21231\",,84021231,21231,\"US_KY\",,,3,\"Kentucky\",\"Wayne\",,\"USA.18.116_1\",\"ChIJ0xWBzJZGXYgR6UYaVKSMr_8\",\"US21231\",\"21231\",36.8013591766358,-84.8166245353557,20333,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"423a0611\",\"21233\",,84021233,21233,\"US_KY\",,,3,\"Kentucky\",\"Webster\",,\"USA.18.117_1\",\"ChIJjUuS5QUbcIgRgrjNM1tTbM8\",\"US21233\",\"21233\",37.4945049285888,-87.7011700219048,12942,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ab59a324\",\"21235\",,84021235,21235,\"US_KY\",,,3,\"Kentucky\",\"Whitley\",\"Whitley County, Kentucky\",\"USA.18.118_1\",\"ChIJLzIZHtgXQ4gRTmQxq3iGf08\",\"US21235\",\"21235\",36.7810401916505,-84.1632838296017,36264,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4557c208\",\"21237\",,84021237,21237,\"US_KY\",,,3,\"Kentucky\",\"Wolfe\",,\"USA.18.119_1\",\"ChIJN1VioviGRIgRA3FNRiR5szo\",\"US21237\",\"21237\",37.7397804260255,-83.4880281995195,7157,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a2efef0f\",\"21239\",,84021239,21239,\"US_KY\",,,3,\"Kentucky\",\"Woodford\",\"Woodford County, Kentucky\",\"USA.18.120_1\",\"ChIJL1gwbhlkQogRtZRRasTodbY\",\"US21239\",\"21239\",38.0197200775146,-84.7443754185502,26734,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"96284f7e\",\"22001\",,84022001,22001,\"US_LA\",,,3,\"Louisiana\",\"Acadia\",\"Acadia Parish, Louisiana\",\"USA.19.1_1\",\"ChIJHWEAP1GtJIYRPs6kwwTWnMI\",\"US22001\",\"22001\",30.2682600021363,-92.401080983307,62045,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"78262e52\",\"22003\",,84022003,22003,\"US_LA\",,,3,\"Louisiana\",\"Allen\",\"Allen Parish, Louisiana\",\"USA.19.2_1\",\"ChIJcdHRXy8YO4YRbTnVO_bQD-o\",\"US22003\",\"22003\",30.686975479126,-92.7880457650613,25627,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"91458b67\",\"22005\",,84022005,22005,\"US_LA\",,,3,\"Louisiana\",\"Ascension\",\"Ascension Parish, Louisiana\",\"USA.19.3_1\",\"ChIJJUDYe_nKJoYREKejGuImN-w\",\"US22005\",\"22005\",30.2018203735352,-90.8897893551925,126604,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7f4bea4b\",\"22007\",,84022007,22007,\"US_LA\",,,3,\"Louisiana\",\"Assumption\",\"Assumption Parish, Louisiana\",\"USA.19.4_1\",\"ChIJ_fJws4pcIYYRIVAZSmIjJQs\",\"US22007\",\"22007\",29.8540706634522,-91.0547596392789,21891,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"98f3c74c\",\"22009\",,84022009,22009,\"US_LA\",,,3,\"Louisiana\",\"Avoyelles\",\"Avoyelles Parish, Louisiana\",\"USA.19.5_1\",\"ChIJeT6oK9saJYYRPXAfqgTnDAo\",\"US22009\",\"22009\",31.0963716506959,-91.9699619659484,40144,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8f337e3f\",\"22011\",,84022011,22011,\"US_LA\",,,3,\"Louisiana\",\"Beauregard\",\"Beauregard Parish, Louisiana\",\"USA.19.6_1\",\"ChIJne2kz1OmO4YRY3CVcmli9gU\",\"US22011\",\"22011\",30.6439657211304,-93.3292530485898,37497,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"613d1f13\",\"22013\",,84022013,22013,\"US_LA\",,,3,\"Louisiana\",\"Bienville\",\"Bienville Parish, Louisiana\",\"USA.19.7_1\",\"ChIJCZQLRBQDMYYRJktcr4tSsrQ\",\"US22013\",\"22013\",32.367639541626,-93.0894373133482,13241,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"885eba26\",\"22015\",,84022015,22015,\"US_LA\",,,3,\"Louisiana\",\"Bossier\",\"Bossier Parish, Louisiana\",\"USA.19.8_1\",\"ChIJe11Rm_gfMYYRwyhdY2YgxX8\",\"US22015\",\"22015\",32.6296195983888,-93.6003749400086,127039,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6650db0a\",\"22017\",,84022017,22017,\"US_LA\",,,3,\"Louisiana\",\"Caddo\",\"Caddo Parish, Louisiana\",\"USA.19.9_1\",\"ChIJnWXrR_IqMYYRgjlaPQWLnNg\",\"US22017\",\"22017\",32.6068897247316,-93.9034486971628,240204,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"81e8f60d\",\"22019\",,84022019,22019,\"US_LA\",,,3,\"Louisiana\",\"Calcasieu\",\"Calcasieu Parish, Louisiana\",\"USA.19.10_1\",\"ChIJH4HcM4SFO4YRdGgQO4Kq6Xs\",\"US22019\",\"22019\",30.2644453048706,-93.3693245512873,203436,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a41e2dfc\",\"22021\",,84022021,22021,\"US_LA\",,,3,\"Louisiana\",\"Caldwell\",,\"USA.19.11_1\",\"ChIJtycEqK2-L4YRld5MXzSv0KA\",\"US22021\",\"22021\",32.1025199890138,-92.091017236994,9918,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4a104cd0\",\"22023\",,84022023,22023,\"US_LA\",,,3,\"Louisiana\",\"Cameron\",,\"USA.19.12_1\",\"ChIJ0ZPy0P9lPIYRNZDd6P_rRpM\",\"US22023\",\"22023\",29.8190002441406,-93.2688434994253,6973,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a373e9e5\",\"22025\",,84022025,22025,\"US_LA\",,,3,\"Louisiana\",\"Catahoula\",,\"USA.19.13_1\",\"ChIJA7IO35KBL4YRZjgWO4ApQQo\",\"US22025\",\"22025\",31.5932302474976,-91.9166280298102,9494,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4d7d88c9\",\"22027\",,84022027,22027,\"US_LA\",,,3,\"Louisiana\",\"Claiborne\",,\"USA.19.14_1\",\"ChIJR9sV6eFdMIYRjHCj1utvijk\",\"US22027\",\"22027\",32.7883949279785,-92.981681156421,15670,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aac5a5ce\",\"22029\",,84022029,22029,\"US_LA\",,,3,\"Louisiana\",\"Concordia\",,\"USA.19.15_1\",\"ChIJ8dNEo7iaJYYRfMYC0PCpbok\",\"US22029\",\"22029\",31.3654470443726,-91.7056637142126,19259,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bd051cbd\",\"22031\",,84022031,22031,\"US_LA\",,,3,\"Louisiana\",\"De Soto\",\"De Soto Parish, Louisiana\",\"USA.19.16_1\",\"ChIJw431P4fNMIYRNcjETSDWsuQ\",\"US22031\",\"22031\",32.0940189361573,-93.7853745703321,27463,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"530b7d91\",\"22033\",,84022033,22033,\"US_LA\",,,3,\"Louisiana\",\"East Baton Rouge\",\"East Baton Rouge Parish, Louisiana\",\"USA.19.17_1\",\"ChIJy3RfMmc4JIYRUlLwR_RnY9k\",\"US22033\",\"22033\",30.5167951583863,-91.0898166245362,440059,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ba68d8a4\",\"22035\",,84022035,22035,\"US_LA\",,,3,\"Louisiana\",\"East Carroll\",,\"USA.19.18_1\",\"ChIJyfZVfMG0LoYRzdsT22Hw1dw\",\"US22035\",\"22035\",32.7715759277344,-91.2533963320222,6861,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5466b988\",\"22037\",,84022037,22037,\"US_LA\",,,3,\"Louisiana\",\"East Feliciana\",\"East Feliciana Parish, Louisiana\",\"USA.19.19_1\",\"ChIJmb5OKaiLJoYRtKQGWSuxxa0\",\"US22037\",\"22037\",30.8232803344727,-91.0369696402892,19135,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b3de948f\",\"22039\",,84022039,22039,\"US_LA\",,,3,\"Louisiana\",\"Evangeline\",\"Evangeline Parish, Louisiana\",\"USA.19.20_1\",\"ChIJr11F2q3TJIYRMBq6nv5znhs\",\"US22039\",\"22039\",30.7219352722167,-92.3846683854214,33395,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f2448a7a\",\"22041\",,84022041,22041,\"US_LA\",,,3,\"Louisiana\",\"Franklin\",\"Franklin Parish, Louisiana\",\"USA.19.21_1\",\"ChIJB0JWhi4OL4YRhiOyM7JGFwE\",\"US22041\",\"22041\",32.1394844055176,-91.6991503133452,20015,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1c4aeb56\",\"22043\",,84022043,22043,\"US_LA\",,,3,\"Louisiana\",\"Grant\",\"Grant Parish, Louisiana\",\"USA.19.22_1\",\"ChIJRbLMIJEHMIYRMmbDHHRCbR4\",\"US22043\",\"22043\",31.5936250686646,-92.5662037688705,22389,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f5294e63\",\"22045\",,84022045,22045,\"US_LA\",,,3,\"Louisiana\",\"Iberia\",\"Iberia Parish, Louisiana\",\"USA.19.23_1\",\"ChIJr1oum0Z-I4YR2AA4qhY6eSE\",\"US22045\",\"22045\",29.8927545547486,-91.8256363590908,69830,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1b272f4f\",\"22047\",,84022047,22047,\"US_LA\",,,3,\"Louisiana\",\"Iberville\",\"Iberville Parish, Louisiana\",\"USA.19.24_1\",\"ChIJvYPZxEGrJoYRMZh8THViNiw\",\"US22047\",\"22047\",30.2604713439942,-91.3157827626669,32511,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fc9f0248\",\"22049\",,84022049,22049,\"US_LA\",,,3,\"Louisiana\",\"Jackson\",,\"USA.19.25_1\",\"ChIJd0bIqf3SMYYRm4-LVlN2t8U\",\"US22049\",\"22049\",32.3404693603516,-92.555209701907,15744,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"eb5fbb3b\",\"22051\",,84022051,22051,\"US_LA\",,,3,\"Louisiana\",\"Jefferson\",\"Jefferson Parish, Louisiana\",\"USA.19.26_1\",\"ChIJM9Ld2kBeIYYRgG51YN66XG8\",\"US22051\",\"22051\",29.8438758850098,-90.1267278924258,432493,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0551da17\",\"22053\",,84022053,22053,\"US_LA\",,,3,\"Louisiana\",\"Jefferson Davis\",\"Jefferson Davis Parish, Louisiana\",\"USA.19.27_1\",\"ChIJRy2Kd71mO4YRqJpMHyeEDgw\",\"US22053\",\"22053\",30.2641458511353,-92.8277300273565,31368,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ec327f22\",\"22055\",,84022055,22055,\"US_LA\",,,3,\"Louisiana\",\"Lafayette\",\"Lafayette Parish, Louisiana\",\"USA.19.29_1\",\"ChIJ5cBAxmqDJIYRbDKIJckJam8\",\"US22055\",\"22055\",30.2083854675294,-92.1130650509716,244390,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"023c1e0e\",\"22057\",,84022057,22057,\"US_LA\",,,3,\"Louisiana\",\"Lafourche\",\"Lafourche Parish, Louisiana\",\"USA.19.30_1\",\"ChIJJ_RjnRn5IIYRLGHAQ3juGOc\",\"US22057\",\"22057\",29.5006923675538,-90.382280997559,97614,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e5843309\",\"22059\",,84022059,22059,\"US_LA\",,,3,\"Louisiana\",\"LaSalle\",,\"USA.19.28_1\",\"ChIJLa86eQv0L4YRzfNX82AZWsY\",\"US22059\",\"22059\",31.6254949569702,-92.1796062757377,14892,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c072e8f8\",\"22061\",,84022061,22061,\"US_LA\",,,3,\"Louisiana\",\"Lincoln\",\"Lincoln Parish, Louisiana\",\"USA.19.31_1\",\"ChIJzUs1fb_EMYYRCYKLnWkcJ6A\",\"US22061\",\"22061\",32.612325668335,-92.640036809913,46742,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2e7c89d4\",\"22063\",,84022063,22063,\"US_LA\",,,3,\"Louisiana\",\"Livingston\",\"Livingston Parish, Louisiana\",\"USA.19.32_1\",\"ChIJi8YzDO_XJoYR9jhF2ILMmrk\",\"US22063\",\"22063\",30.4138946533203,-90.7432654139778,140789,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c71f2ce1\",\"22065\",,84022065,22065,\"US_LA\",,,3,\"Louisiana\",\"Madison\",\"Madison Parish, Louisiana\",\"USA.19.33_1\",\"ChIJ_T3UH4TVLoYRvz2gUQac35w\",\"US22065\",\"22065\",32.3807258605957,-91.2366908648396,10951,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"29114dcd\",\"22067\",,84022067,22067,\"US_LA\",,,3,\"Louisiana\",\"Morehouse\",\"Morehouse Parish, Louisiana\",\"USA.19.34_1\",\"ChIJs9jVYHeLLoYRejQE3GrczJU\",\"US22067\",\"22067\",32.7598552703859,-91.8287460627107,24874,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cea960ca\",\"22069\",,84022069,22069,\"US_LA\",,,3,\"Louisiana\",\"Natchitoches\",\"Natchitoches Parish, Louisiana\",\"USA.19.35_1\",\"ChIJyTwkpQVqMIYRGWf1oZyDK4Q\",\"US22069\",\"22069\",31.7492446899415,-93.2062465990012,38158,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d969d9b9\",\"22071\",,84022071,22071,\"US_LA\",,,3,\"Louisiana\",\"Orleans\",\"Orleans Parish, Louisiana\",\"USA.19.36_1\",\"ChIJkTRNv98GnogRcN0jfs1gpz8\",\"US22071\",\"22071\",30.0323610305787,-89.9758622430042,390144,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3767b895\",\"22073\",,84022073,22073,\"US_LA\",,,3,\"Louisiana\",\"Ouachita\",\"Ouachita Parish, Louisiana\",\"USA.19.37_1\",\"ChIJL1hax53ML4YROqGTQpbqTEI\",\"US22073\",\"22073\",32.4918651580811,-92.1736278269227,153279,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"de041da0\",\"22075\",,84022075,22075,\"US_LA\",,,3,\"Louisiana\",\"Plaquemines\",\"Plaquemines Parish, Louisiana\",\"USA.19.38_1\",\"ChIJ6ZWKBiRNnogRjKC5_s4Anjw\",\"US22075\",\"22075\",29.4501390457154,-89.6238899230957,23197,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"300a7c8c\",\"22077\",,84022077,22077,\"US_LA\",,,3,\"Louisiana\",\"Pointe Coupee\",\"Pointe Coupee Parish, Louisiana\",\"USA.19.39_1\",\"ChIJVfUKc4dIJIYRZkOhDo-IvY0\",\"US22077\",\"22077\",30.7513303756714,-91.6754573645159,21730,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d7b2518b\",\"22079\",,84022079,22079,\"US_LA\",,,3,\"Louisiana\",\"Rapides\",\"Rapides Parish, Louisiana\",\"USA.19.40_1\",\"ChIJE8mlPf60OoYReAljMHTucxc\",\"US22079\",\"22079\",31.2003240585327,-92.5307580978976,129648,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5ef1c576\",\"22081\",,84022081,22081,\"US_LA\",,,3,\"Louisiana\",\"Red River\",,\"USA.19.41_1\",\"ChIJld0CuVzpMIYRb8xsGAB2J4A\",\"US22081\",\"22081\",32.0627307891847,-93.3197025370052,8442,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b0ffa45a\",\"22083\",,84022083,22083,\"US_LA\",,,3,\"Louisiana\",\"Richland\",\"Richland Parish, Louisiana\",\"USA.19.42_1\",\"ChIJNW1aqAqrL4YRy2dlp3XJsZc\",\"US22083\",\"22083\",32.4095458984376,-91.734950859088,20122,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"599c016f\",\"22085\",,84022085,22085,\"US_LA\",,,3,\"Louisiana\",\"Sabine\",\"Sabine Parish, Louisiana\",\"USA.19.43_1\",\"ChIJ7WCOFmP7OYYR6K17_rjZwBQ\",\"US22085\",\"22085\",31.5073204040527,-93.4788076868222,23884,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b7926043\",\"22087\",,84022087,22087,\"US_LA\",,,3,\"Louisiana\",\"St. Bernard\",\"St. Bernard Parish, Louisiana\",\"USA.19.44_1\",\"ChIJFVClfPJ7nogR0GC53lquJAU\",\"US22087\",\"22087\",29.8581943511964,-89.6722082334144,47244,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"502a4d44\",\"22089\",,84022089,22089,\"US_LA\",,,3,\"Louisiana\",\"St. Charles\",\"St. Charles Parish, Louisiana\",\"USA.19.45_1\",\"ChIJOScLyCS7IIYREuYXuQK4tH0\",\"US22089\",\"22089\",29.9445657730103,-90.4040663281882,53100,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"47eaf437\",\"22091\",,84022091,22091,\"US_LA\",,,3,\"Louisiana\",\"St. Helena\",,\"USA.19.46_1\",\"ChIJWb_9yowdJ4YRUUM4qf6rpgw\",\"US22091\",\"22091\",30.8259801864625,-90.7043032058858,10132,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a9e4951b\",\"22093\",,84022093,22093,\"US_LA\",,,3,\"Louisiana\",\"St. James\",\"St. James Parish, Louisiana\",\"USA.19.47_1\",\"ChIJQ7x_dic7IYYR-1OMwiyz0uI\",\"US22093\",\"22093\",30.0178947448731,-90.8177898193242,21096,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4087302e\",\"22095\",,84022095,22095,\"US_LA\",,,3,\"Louisiana\",\"St. John the Baptist\",\"St. John the Baptist Parish, Louisiana\",\"USA.19.48_1\",\"ChIJwRWewMUsJ4YRUzcXlluoYiE\",\"US22095\",\"22095\",30.0893154144288,-90.5359476207466,42837,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ae895102\",\"22097\",,84022097,22097,\"US_LA\",,,3,\"Louisiana\",\"St. Landry\",\"St. Landry Parish, Louisiana\",\"USA.19.49_1\",\"ChIJ-zZ9XenrJIYRTeDsJEbxzAY\",\"US22097\",\"22097\",30.580141067505,-91.983008125403,82124,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"49317c05\",\"22099\",,84022099,22099,\"US_LA\",,,3,\"Louisiana\",\"St. Martin\",\"St. Martin Parish, Louisiana\",\"USA.19.50_1\",\"ChIJp_PFGWjzI4YRfmXetcGzu-Y\",\"US22099\",\"22099\",30.2655057907105,-91.7808520397766,53431,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"97ea2549\",\"22101\",,84022101,22101,\"US_LA\",,,3,\"Louisiana\",\"St. Mary\",\"St. Mary Parish, Louisiana\",\"USA.19.51_1\",\"ChIJu52ZXSjGI4YRx02Ec_tMop8\",\"US22101\",\"22101\",29.7168064117432,-91.3718935784419,49348,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"79e44465\",\"22103\",,84022103,22103,\"US_LA\",,,3,\"Louisiana\",\"St. Tammany\",\"St. Tammany Parish, Louisiana\",\"USA.19.52_1\",\"ChIJnUNaEnjxnYgR32xPGdaY5Hk\",\"US22103\",\"22103\",30.4305200576783,-89.9626943936619,260419,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9087e150\",\"22105\",,84022105,22105,\"US_LA\",,,3,\"Louisiana\",\"Tangipahoa\",\"Tangipahoa Parish, Louisiana\",\"USA.19.53_1\",\"ChIJEe3OrWQZJ4YRTnaD6-VVUiQ\",\"US22105\",\"22105\",30.6119346618654,-90.4068555688882,134758,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7e89807c\",\"22107\",,84022107,22107,\"US_LA\",,,3,\"Louisiana\",\"Tensas\",,\"USA.19.54_1\",,\"US22107\",\"22107\",31.9958906173706,-91.2944382115291,4334,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9931ad7b\",\"22109\",,84022109,22109,\"US_LA\",,,3,\"Louisiana\",\"Terrebonne\",\"Terrebonne Parish, Louisiana\",\"USA.19.55_1\",\"ChIJs9U9QuigIYYRUA4WGWGx6-M\",\"US22109\",\"22109\",29.4483318328859,-90.8614243061763,110461,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8ef11408\",\"22111\",,84022111,22111,\"US_LA\",,,3,\"Louisiana\",\"Union\",\"Union Parish, Louisiana\",\"USA.19.56_1\",\"ChIJ1xERBF0XLoYRSiIMR9PKcC4\",\"US22111\",\"22111\",32.7961044311524,-92.3895624898872,22108,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"60ff7524\",\"22113\",,84022113,22113,\"US_LA\",,,3,\"Louisiana\",\"Vermilion\",\"Vermilion Parish, Louisiana\",\"USA.19.57_1\",\"ChIJ6T11TFlFI4YRMErZY0uw4FE\",\"US22113\",\"22113\",29.8818197250367,-92.2971107292491,59511,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"899cd011\",\"22115\",,84022115,22115,\"US_LA\",,,3,\"Louisiana\",\"Vernon\",\"Vernon Parish, Louisiana\",\"USA.19.58_1\",\"ChIJe0qnCsBZOoYR38PTR_GBlgo\",\"US22115\",\"22115\",31.1157064437866,-93.1854859242673,47429,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6792b13d\",\"22117\",,84022117,22117,\"US_LA\",,,3,\"Louisiana\",\"Washington\",\"Washington Parish, Louisiana\",\"USA.19.59_1\",\"ChIJvynQi31-J4YRFHDyyOlY2Xg\",\"US22117\",\"22117\",30.8335447311402,-90.04235369167,46194,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"802a9c3a\",\"22119\",,84022119,22119,\"US_LA\",,,3,\"Louisiana\",\"Webster\",\"Webster Parish, Louisiana\",\"USA.19.60_1\",\"ChIJAc7D1CZrMYYRQpZUsW8B7Dg\",\"US22119\",\"22119\",32.6955261230469,-93.3169026760973,38340,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a5dc47cb\",\"22121\",,84022121,22121,\"US_LA\",,,3,\"Louisiana\",\"West Baton Rouge\",\"West Baton Rouge Parish, Louisiana\",\"USA.19.61_1\",\"ChIJG0fF5OMYJIYRIutaruui2-A\",\"US22121\",\"22121\",30.4862394332886,-91.3359161713334,26465,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4bd226e7\",\"22123\",,84022123,22123,\"US_LA\",,,3,\"Louisiana\",\"West Carroll\",,\"USA.19.62_1\",\"ChIJI-3fDdm4LoYRD63NOgoCrhQ\",\"US22123\",\"22123\",32.7932758331299,-91.470107591705,10830,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a2b183d2\",\"22125\",,84022125,22125,\"US_LA\",,,3,\"Louisiana\",\"West Feliciana\",,\"USA.19.63_1\",\"ChIJL3Hb9ow0JIYR7GaPYIobsF8\",\"US22125\",\"22125\",30.8294496536255,-91.378446438014,15568,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4cbfe2fe\",\"22127\",,84022127,22127,\"US_LA\",,,3,\"Louisiana\",\"Winn\",,\"USA.19.64_1\",\"ChIJF0ItuZdqMIYRhFqK5nWg4qE\",\"US22127\",\"22127\",31.9326944351197,-92.5989053390173,13904,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2e94281b\",\"23001\",,84023001,23001,\"US_ME\",,,3,\"Maine\",\"Androscoggin\",\"Androscoggin County, Maine\",\"USA.20.1_1\",\"ChIJB7YSINI_skwR_IwloFODoQ8\",\"US23001\",\"23001\",44.1954460144044,-70.2037581633346,108277,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c09a4937\",\"23003\",,84023003,23003,\"US_ME\",,,3,\"Maine\",\"Aroostook\",\"Aroostook County, Maine\",\"USA.20.2_1\",\"ChIJR0o-4wB0u0wR-XN_UxJDe7A\",\"US23003\",\"23003\",46.4941120147705,-68.3027673720614,67055,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"29f9ec02\",\"23005\",,84023005,23005,\"US_ME\",,,3,\"Maine\",\"Cumberland\",\"Cumberland County, Maine\",\"USA.20.3_1\",\"ChIJGfsVYqflrUwR7Wk7LavnyfY\",\"US23005\",\"23005\",43.8490352630616,-70.4128666054023,295003,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c7f78d2e\",\"23007\",,84023007,23007,\"US_ME\",,,3,\"Maine\",\"Franklin\",\"Franklin County, Maine\",\"USA.20.4_1\",\"ChIJpUQ9qcIesUwRu-Iv7iDRimg\",\"US23007\",\"23007\",45.0641460418702,-70.465534891429,30199,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"204fa029\",\"23009\",,84023009,23009,\"US_ME\",,,3,\"Maine\",\"Hancock\",\"Hancock County, Maine\",\"USA.20.5_1\",\"ChIJgfo2CbH7rkwRFLK0XPWyeS0\",\"US23009\",\"23009\",44.7417163848877,-68.332787448399,54987,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"378f195a\",\"23011\",,84023011,23011,\"US_ME\",,,3,\"Maine\",\"Kennebec\",\"Kennebec County, Maine\",\"USA.20.6_1\",\"ChIJia7iVdb-sUwRniJilSIaVKc\",\"US23011\",\"23011\",44.4204406738282,-69.789399932658,122302,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d9817876\",\"23013\",,84023013,23013,\"US_ME\",,,3,\"Maine\",\"Knox\",\"Knox County, Maine\",\"USA.20.7_1\",\"ChIJgdVgSIclrEwRJeaGbsZcqpw\",\"US23013\",\"23013\",44.1408233642579,-69.194369106679,39772,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"30e2dd43\",\"23015\",,84023015,23015,\"US_ME\",,,3,\"Maine\",\"Lincoln\",\"Lincoln County, Maine\",\"USA.20.8_1\",\"ChIJSUvWWNeUrUwR422SzQQcQdw\",\"US23015\",\"23015\",44.0776424407959,-69.5830617306837,34634,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"deecbc6f\",\"23017\",,84023017,23017,\"US_ME\",,,3,\"Maine\",\"Oxford\",\"Oxford County, Maine\",\"USA.20.9_1\",\"ChIJlbVzcXnXs0wRDP5oun1qgUE\",\"US23017\",\"23017\",44.5549812316895,-70.6601916123822,57975,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"39549168\",\"23019\",,84023019,23019,\"US_ME\",,,3,\"Maine\",\"Penobscot\",\"Penobscot County, Maine\",\"USA.20.10_1\",\"ChIJh1l1O2RRpUwRnj2tZ3JEDnA\",\"US23019\",\"23019\",45.5196857452393,-68.4330100140866,152148,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1ca24a99\",\"23021\",,84023021,23021,\"US_ME\",,,3,\"Maine\",\"Piscataquis\",,\"USA.20.11_1\",\"ChIJQU6bPbXlukwRu-ZqHqKIWkM\",\"US23021\",\"23021\",45.7942295074464,-69.2712925379079,16785,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f2ac2bb5\",\"23023\",,84023023,23023,\"US_ME\",,,3,\"Maine\",\"Sagadahoc\",\"Sagadahoc County, Maine\",\"USA.20.12_1\",\"ChIJh5f7eTOErUwR8k1T3G6nY3Y\",\"US23023\",\"23023\",44.0286788940431,-69.9170263103996,35856,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1bcf8e80\",\"23025\",,84023025,23025,\"US_ME\",,,3,\"Maine\",\"Somerset\",\"Somerset County, Maine\",\"USA.20.13_1\",\"ChIJt6TWqE-DsEwRgFfqclJtrPw\",\"US23025\",\"23025\",45.5751399993898,-70.1259920378795,50484,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f5c1efac\",\"23027\",,84023027,23027,\"US_ME\",,,3,\"Maine\",\"Waldo\",\"Waldo County, Maine\",\"USA.20.14_1\",\"ChIJcxZYhrBsrkwRLdf2fJzpyOk\",\"US23027\",\"23027\",44.5016174316407,-69.095960998668,39715,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1279c2ab\",\"23029\",,84023029,23029,\"US_ME\",,,3,\"Maine\",\"Washington\",,\"USA.20.15_1\",\"ChIJCwHHaXFQr0wR-mbm1kv_hVY\",\"US23029\",\"23029\",45.0412044525147,-67.5497648066118,31379,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"05b97bd8\",\"23031\",,84023031,23031,\"US_ME\",,,3,\"Maine\",\"York\",\"York County, Maine\",\"USA.20.16_1\",\"ChIJiT2Nwn2yskwRaplto06yC0U\",\"US23031\",\"23031\",43.4395618438721,-70.6618179434499,207641,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b34310a2\",\"24001\",,84024001,24001,\"US_MD\",,,3,\"Maryland\",\"Allegany\",\"Allegany County, Maryland\",\"USA.21.1_1\",\"ChIJdYfnJvmHyokRUTa6xzpLLdM\",\"US24001\",\"24001\",39.5813293457031,-78.5954014854765,70416,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5d4d718e\",\"24003\",,84024003,24003,\"US_MD\",,,3,\"Maryland\",\"Anne Arundel\",\"Anne Arundel County, Maryland\",\"USA.21.2_1\",\"ChIJe-j7owgdyIkR8YrzzqpahWQ\",\"US24003\",\"24003\",38.9754161834718,-76.6541331424853,579234,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b42ed4bb\",\"24005\",,84024005,24005,\"US_MD\",,,3,\"Maryland\",\"Baltimore\",\"Baltimore County, Maryland\",\"USA.21.3.1_0\",\"ChIJt4P01q4DyIkRGShgcajgdCc\",\"US24005\",\"24005\",39.45784712,-76.62911955,827370,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"db94d39e\",\"24510\",,84024510,24510,\"US_MD\",,,3,\"Maryland\",\"Baltimore City\",\"Baltimore City, Maryland\",\"USA.21.3.2_0\",\"ChIJt4P01q4DyIkRWOcjQqiWSAQ\",\"US24510\",\"24510\",39.30211911,-76.61151012,593490,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bd989890\",\"24009\",,84024009,24009,\"US_MD\",,,3,\"Maryland\",\"Calvert\",\"Calvert County, Maryland\",\"USA.21.4_1\",\"ChIJN1hNwZZ-t4kRofeKG08N4zc\",\"US24009\",\"24009\",38.5418052673341,-76.5922236475451,92525,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aa5821e3\",\"24011\",,84024011,24011,\"US_MD\",,,3,\"Maryland\",\"Caroline\",\"Caroline County, Maryland\",\"USA.21.5_1\",\"ChIJITWtO65luIkR9XoMjpi3O5U\",\"US24011\",\"24011\",38.8905429840089,-75.8882872001412,33406,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"445640cf\",\"24013\",,84024013,24013,\"US_MD\",,,3,\"Maryland\",\"Carroll\",\"Carroll County, Maryland\",\"USA.21.6_1\",\"ChIJg_-_ysIeyIkRUCeawzpwNrA\",\"US24013\",\"24013\",39.5350646972657,-77.0112223289778,168447,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ad35e5fa\",\"24015\",,84024015,24015,\"US_MD\",,,3,\"Maryland\",\"Cecil\",\"Cecil County, Maryland\",\"USA.21.7_1\",\"ChIJTWb7GUy8x4kR_Qiq2RVzjtE\",\"US24015\",\"24015\",39.542428970337,-75.9241619801568,102855,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"433b84d6\",\"24017\",,84024017,24017,\"US_MD\",,,3,\"Maryland\",\"Charles\",\"Charles County, Maryland\",\"USA.21.8_1\",\"ChIJH-7gtegPt4kRSuCHc6gCWbE\",\"US24017\",\"24017\",38.4780998229981,-76.9108177198467,163257,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a483a9d1\",\"24019\",,84024019,24019,\"US_MD\",,,3,\"Maryland\",\"Dorchester\",\"Dorchester County, Maryland\",\"USA.21.9_1\",\"ChIJTwXEtTKsuYkRIgIIAR-QVa4\",\"US24019\",\"24019\",38.4609737396241,-76.0565233361981,31929,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"81757220\",\"24021\",,84024021,24021,\"US_MD\",,,3,\"Maryland\",\"Frederick\",\"Frederick County, Maryland\",\"USA.21.10_1\",\"ChIJswGodJnVyokRGeb1hydgsnc\",\"US24021\",\"24021\",39.469934463501,-77.3677843208902,259547,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6f7b130c\",\"24023\",,84024023,24023,\"US_MD\",,,3,\"Maryland\",\"Garrett\",\"Garrett County, Maryland\",\"USA.21.11_1\",\"ChIJn4u1fhBYtYkR-DfT3USMc8s\",\"US24023\",\"24023\",39.4638004302979,-79.2894477969174,29014,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8618b639\",\"24025\",,84024025,24025,\"US_MD\",,,3,\"Maryland\",\"Harford\",\"Harford County, Maryland\",\"USA.21.12_1\",\"ChIJ-TfZvkTnx4kRgIG5NP-f8_4\",\"US24025\",\"24025\",39.5106887817384,-76.2851029993072,255441,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6816d715\",\"24027\",,84024027,24027,\"US_MD\",,,3,\"Maryland\",\"Howard\",\"Howard County, Maryland\",\"USA.21.13_1\",\"ChIJH5jhq5AmyIkRktjkA__Uilo\",\"US24027\",\"24027\",39.2352561950685,-76.8956237957318,325690,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8faefa12\",\"24029\",,84024029,24029,\"US_MD\",,,3,\"Maryland\",\"Kent\",\"Kent County, Maryland\",\"USA.21.14_1\",\"ChIJ44K7zlphx4kRXcFy39IYyik\",\"US24029\",\"24029\",39.2179794311523,-76.1446104620257,19422,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"986e4361\",\"24031\",,84024031,24031,\"US_MD\",,,3,\"Maryland\",\"Montgomery\",\"Montgomery County, Maryland\",\"USA.21.15_1\",\"ChIJh6O4gzUytokRc2ipdwYZC3g\",\"US24031\",\"24031\",39.1413249969483,-77.2379480290636,1050688,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7660224d\",\"24033\",,84024033,24033,\"US_MD\",,,3,\"Maryland\",\"Prince George's\",\"Prince George's County, Maryland\",\"USA.21.16_1\",\"ChIJp_ap_s1LtokR_Lf7mF9L8mg\",\"US24033\",\"24033\",38.8338851928712,-76.8426690483033,909327,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9f038778\",\"24035\",,84024035,24035,\"US_MD\",,,3,\"Maryland\",\"Queen Anne's\",\"Queen Anne's County, Maryland\",\"USA.21.17_1\",\"ChIJ8XWoaqoMuIkRQCW6f0dYLWA\",\"US24035\",\"24035\",39.0572013854982,-75.9718923331674,50381,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"96b5cb53\",\"24039\",,84024039,24039,\"US_MD\",,,3,\"Maryland\",\"Somerset\",\"Somerset County, Maryland\",\"USA.21.19_1\",\"ChIJ1W4mdJmpuYkR--Qa1QZzp3M\",\"US24039\",\"24039\",38.1057224273682,-75.6877086461303,25616,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"710de654\",\"24037\",,84024037,24037,\"US_MD\",,,3,\"Maryland\",\"St. Mary's\",\"St. Mary's County, Maryland\",\"USA.21.18_1\",\"ChIJWea2v-1dt4kR7U59V07xdkc\",\"US24037\",\"24037\",38.2758560180664,-76.5118199551875,113510,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d72fd5a6\",\"24041\",,84024041,24041,\"US_MD\",,,3,\"Maryland\",\"Talbot\",\"Talbot County, Maryland\",\"USA.21.20_1\",\"ChIJUc5BDB08uIkRxmR5E2xFSus\",\"US24041\",\"24041\",38.7639274597169,-76.0374236795246,37181,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3921b48a\",\"24043\",,84024043,24043,\"US_MD\",,,3,\"Maryland\",\"Washington\",\"Washington County, Maryland\",\"USA.21.21_1\",\"ChIJ5W-Kkev3yYkRRi6fquUOrYE\",\"US24043\",\"24043\",39.5227203369141,-77.7200333931834,151049,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d04211bf\",\"24045\",,84024045,24045,\"US_MD\",,,3,\"Maryland\",\"Wicomico\",\"Wicomico County, Maryland\",\"USA.21.22_1\",\"ChIJcZZnckmquYkRruOgnCAfhaE\",\"US24045\",\"24045\",38.3938884735109,-75.5795728860725,103609,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3e4c7093\",\"24047\",,84024047,24047,\"US_MD\",,,3,\"Maryland\",\"Worcester\",\"Worcester County, Maryland\",\"USA.21.23_1\",\"ChIJX2ImBGsEuYkR32-GGFykvqo\",\"US24047\",\"24047\",38.223394393921,-75.4144463907931,52276,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0bff77c7\",\"25001\",,84025001,25001,\"US_MA\",,,3,\"Massachusetts\",\"Barnstable\",\"Barnstable County, Massachusetts\",\"USA.22.1_1\",\"ChIJNznEmus2-4kR1XIbb_9HhCY\",\"US25001\",\"25001\",41.7829647064209,-70.5404185901758,212990,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e5f116eb\",\"25003\",,84025003,25003,\"US_MA\",,,3,\"Massachusetts\",\"Berkshire\",\"Berkshire County, Massachusetts\",\"USA.22.2_1\",\"ChIJrwJQrTUP5IkRCymWEwxQmxY\",\"US25003\",\"25003\",42.393159866333,-73.202423047134,124944,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0c92b3de\",\"25005\",,84025005,25005,\"US_MA\",,,3,\"Massachusetts\",\"Bristol\",\"Bristol County, Massachusetts\",\"USA.22.3_1\",\"ChIJhYThEwkS5IkRYeaL-tf7h5M\",\"US25005\",\"25005\",41.7886104583741,-71.22839590994,565217,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e29cd2f2\",\"25007\",,84025007,25007,\"US_MA\",,,3,\"Massachusetts\",\"Dukes\",\"Dukes County, Massachusetts\",\"USA.22.4_1\",\"ChIJ5XjbKEAl5YkR3LgllJt1C08\",\"US25007\",\"25007\",41.3920841217042,-70.6195456161719,17332,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0524fff5\",\"25009\",,84025009,25009,\"US_MA\",,,3,\"Massachusetts\",\"Essex\",\"Essex County, Massachusetts\",\"USA.22.5_1\",\"ChIJtTxVCm8B5IkRdQoXNfYjl6Q\",\"US25009\",\"25009\",42.6505775451661,-71.0057541815858,789034,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"12e44686\",\"25011\",,84025011,25011,\"US_MA\",,,3,\"Massachusetts\",\"Franklin\",\"Franklin County, Massachusetts\",\"USA.22.6_1\",\"ChIJaVmtyhXU5okR-8mXYJbqHGQ\",\"US25011\",\"25011\",42.5189456939697,-72.5617983169824,70180,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fcea27aa\",\"25013\",,84025013,25013,\"US_MA\",,,3,\"Massachusetts\",\"Hampden\",\"Hampden County, Massachusetts\",\"USA.22.7_1\",\"ChIJmQwtQe4L5IkRQwTgvlGywCY\",\"US25013\",\"25013\",42.1703491210938,-72.6268287628104,466372,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1589829f\",\"25015\",,84025015,25015,\"US_MA\",,,3,\"Massachusetts\",\"Hampshire\",\"Hampshire County, Massachusetts\",\"USA.22.8_1\",\"ChIJbe_a8p3W5okR7DabUz5DByk\",\"US25015\",\"25015\",42.369010925293,-72.7136900262707,160830,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fb87e3b3\",\"25017\",,84025017,25017,\"US_MA\",,,3,\"Massachusetts\",\"Middlesex\",\"Middlesex County, Massachusetts\",\"USA.22.9_1\",\"ChIJmQwtQe4L5IkRCLDyk1MVcOI\",\"US25017\",\"25017\",42.4557189941407,-71.2910155070489,1611699,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1c3fceb4\",\"25019\",,84025019,25019,\"US_MA\",,,3,\"Massachusetts\",\"Nantucket\",,\"USA.22.10_1\",\"ChIJq6fh-wHb-okRQ5hUVHnxwRM\",\"US25019\",\"25019\",41.3142871856689,-70.0081971551285,11399,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"39c91545\",\"25021\",,84025021,25021,\"US_MA\",,,3,\"Massachusetts\",\"Norfolk\",\"Norfolk County, Massachusetts\",\"USA.22.11_1\",\"ChIJmQwtQe4L5IkR_XElq-CRdoo\",\"US25021\",\"25021\",42.165849685669,-71.1893854318292,706775,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d7c77469\",\"25023\",,84025023,25023,\"US_MA\",,,3,\"Massachusetts\",\"Plymouth\",\"Plymouth County, Massachusetts\",\"USA.22.12_1\",\"ChIJgZI3cb8O5IkRWOr57wXcX00\",\"US25023\",\"25023\",41.9674377441407,-70.8607990717651,521202,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3ea4d15c\",\"25025\",,84025025,25025,\"US_MA\",,,3,\"Massachusetts\",\"Suffolk\",\"Suffolk County, Massachusetts\",\"USA.22.13_1\",\"ChIJ6TarW9Sc44kR4nUWuotzEyI\",\"US25025\",\"25025\",42.3006954193116,-71.0923893887552,803907,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d0aab070\",\"25027\",,84025027,25027,\"US_MA\",,,3,\"Massachusetts\",\"Worcester\",\"Worcester County, Massachusetts\",\"USA.22.14_1\",\"ChIJvzRXoh0M5IkRfk1iMRL05dk\",\"US25027\",\"25027\",42.365125656128,-71.9584479516161,830622,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"194ad829\",\"26001\",,84026001,26001,\"US_MI\",,,3,\"Michigan\",\"Alcona\",,\"USA.23.1_1\",\"ChIJKzxm1NmnNE0RFTwG-1Vky98\",\"US26001\",\"26001\",44.6833801269531,-83.5845081436132,10405,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f744b905\",\"26003\",,84026003,26003,\"US_MI\",,,3,\"Michigan\",\"Alger\",,\"USA.23.2_1\",\"ChIJIxabVRvaTk0R2REJ6yBBg0U\",\"US26003\",\"26003\",46.4247760772706,-86.8903725452997,9108,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1e271c30\",\"26005\",,84026005,26005,\"US_MI\",,,3,\"Michigan\",\"Allegan\",\"Allegan County, Michigan\",\"USA.23.3_1\",\"ChIJVRRGdfv2GYgRCvLi-oUFp_8\",\"US26005\",\"26005\",42.5933704376221,-85.8859444353318,118081,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f0297d1c\",\"26007\",,84026007,26007,\"US_MI\",,,3,\"Michigan\",\"Alpena\",\"Alpena County, Michigan\",\"USA.23.4_1\",\"ChIJReRUyw1kM00RtWcMCVRcZ4A\",\"US26007\",\"26007\",45.0317401885987,-83.6673739400522,28405,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1791501b\",\"26009\",,84026009,26009,\"US_MI\",,,3,\"Michigan\",\"Antrim\",\"Antrim County, Michigan\",\"USA.23.5_1\",\"ChIJE0nogdy5Sk0RYk2OtEXN7lI\",\"US26009\",\"26009\",45.0120449066163,-85.1160064327403,23324,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0051e968\",\"26011\",,84026011,26011,\"US_MI\",,,3,\"Michigan\",\"Arenac\",,\"USA.23.6_1\",\"ChIJD1NxC7ENIYgRE4J6rKLo1ZA\",\"US26011\",\"26011\",44.0380859375001,-83.9222433952692,14883,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ee5f8844\",\"26013\",,84026013,26013,\"US_MI\",,,3,\"Michigan\",\"Baraga\",,\"USA.23.7_1\",\"ChIJxU35nhcsUU0RnxY3XRaEYTk\",\"US26013\",\"26013\",46.7009296417236,-88.3358266274214,8209,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"073c2d71\",\"26015\",,84026015,26015,\"US_MI\",,,3,\"Michigan\",\"Barry\",\"Barry County, Michigan\",\"USA.23.8_1\",\"ChIJER5N0rMkGIgRx1xTF7tq8vc\",\"US26015\",\"26015\",42.594841003418,-85.3092058362691,61550,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e9324c5d\",\"26017\",,84026017,26017,\"US_MI\",,,3,\"Michigan\",\"Bay\",\"Bay County, Michigan\",\"USA.23.9_1\",\"ChIJffdp7u5mIYgRg_dwzQ3UV8k\",\"US26017\",\"26017\",43.7373600006104,-84.0565892648373,103126,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0e8a615a\",\"26019\",,84026019,26019,\"US_MI\",,,3,\"Michigan\",\"Benzie\",\"Benzie County, Michigan\",\"USA.23.10_1\",\"ChIJqxY7o4c7HogR6x-lbU8aVTw\",\"US26019\",\"26019\",44.644329071045,-86.0350783652165,17766,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2b7cbaab\",\"26021\",,84026021,26021,\"US_MI\",,,3,\"Michigan\",\"Berrien\",\"Berrien County, Michigan\",\"USA.23.11_1\",\"ChIJ6XkNtPXFEIgRqbxusYn2818\",\"US26021\",\"26021\",42.0061206817627,-86.3877697375834,153401,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c572db87\",\"26023\",,84026023,26023,\"US_MI\",,,3,\"Michigan\",\"Branch\",\"Branch County, Michigan\",\"USA.23.12_1\",\"ChIJ6Ur1H8SLF4gR6CMqQVKXNPg\",\"US26023\",\"26023\",41.9417304992676,-85.060506484519,43517,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2c117eb2\",\"26025\",,84026025,26025,\"US_MI\",,,3,\"Michigan\",\"Calhoun\",\"Calhoun County, Michigan\",\"USA.23.13_1\",\"ChIJqek9tX30F4gRvbOSImk7Dao\",\"US26025\",\"26025\",42.259220123291,-85.0079926171626,134159,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c21f1f9e\",\"26027\",,84026027,26027,\"US_MI\",,,3,\"Michigan\",\"Cass\",\"Cass County, Michigan\",\"USA.23.14_1\",\"ChIJ0bDlcNojF4gRwH0Sv2LlMn0\",\"US26027\",\"26027\",41.9410305023194,-85.9919972946831,51787,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"25a73299\",\"26029\",,84026029,26029,\"US_MI\",,,3,\"Michigan\",\"Charlevoix\",\"Charlevoix County, Michigan\",\"USA.23.15_1\",\"ChIJJwwY0vbsSk0RmZ1u0oqQ0lU\",\"US26029\",\"26029\",45.2450008392335,-85.0596850805179,26143,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"32678bea\",\"26031\",,84026031,26031,\"US_MI\",,,3,\"Michigan\",\"Cheboygan\",\"Cheboygan County, Michigan\",\"USA.23.16_1\",\"ChIJBSNW_8ENNU0Rx7XmT6kLfP4\",\"US26031\",\"26031\",45.4999389648438,-84.4904011872157,25276,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dc69eac6\",\"26033\",,84026033,26033,\"US_MI\",,,3,\"Michigan\",\"Chippewa\",\"Chippewa County, Michigan\",\"USA.23.17_1\",\"ChIJO7EXaomeSU0Rfy5ZyVZdjxw\",\"US26033\",\"26033\",46.3613986968995,-84.7343316138436,37349,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"350a4ff3\",\"26035\",,84026035,26035,\"US_MI\",,,3,\"Michigan\",\"Clare\",\"Clare County, Michigan\",\"USA.23.18_1\",\"ChIJKaTYZthbH4gRGi_zhNuGnxM\",\"US26035\",\"26035\",44.0296211242677,-84.8469063035466,30950,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"db042edf\",\"26037\",,84026037,26037,\"US_MI\",,,3,\"Michigan\",\"Clinton\",\"Clinton County, Michigan\",\"USA.23.19_1\",\"ChIJmRdjtXz0IogRf2GUtAcUgQU\",\"US26037\",\"26037\",42.9499855041505,-84.6034606779548,79595,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3cbc03d8\",\"26039\",,84026039,26039,\"US_MI\",,,3,\"Michigan\",\"Crawford\",\"Crawford County, Michigan\",\"USA.23.20_1\",\"ChIJ2y6esGoSIIgR2WYIVmBm4c4\",\"US26039\",\"26039\",44.679084777832,-84.6111179535152,14029,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7d261d2d\",\"26041\",,84026041,26041,\"US_MI\",,,3,\"Michigan\",\"Delta\",\"Delta County, Michigan\",\"USA.23.21_1\",\"ChIJrVBE2G4lTE0RX6cEO1nDg4w\",\"US26041\",\"26041\",45.8540859222413,-87.1734372765197,35784,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"93287c01\",\"26043\",,84026043,26043,\"US_MI\",,,3,\"Michigan\",\"Dickinson\",\"Dickinson County, Michigan\",\"USA.23.22_1\",\"ChIJQ7puWS47Uk0RnXgZt7IlBn8\",\"US26043\",\"26043\",45.9538555145264,-87.8689291291204,25239,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7a4bd934\",\"26045\",,84026045,26045,\"US_MI\",,,3,\"Michigan\",\"Eaton\",\"Eaton County, Michigan\",\"USA.23.23_1\",\"ChIJRaIBqYWlIogRL45m2Moubu0\",\"US26045\",\"26045\",42.5960521697998,-84.8385869768872,110268,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9445b818\",\"26047\",,84026047,26047,\"US_MI\",,,3,\"Michigan\",\"Emmet\",\"Emmet County, Michigan\",\"USA.23.24_1\",\"ChIJr4sBRWSDSk0R23iTvfSNjzo\",\"US26047\",\"26047\",45.5287990570069,-84.9234374615515,33415,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"73fd951f\",\"26049\",,84026049,26049,\"US_MI\",,,3,\"Michigan\",\"Genesee\",\"Genesee County, Michigan\",\"USA.23.25_1\",\"ChIJZxlEtTp5I4gRjxdqahrBdfU\",\"US26049\",\"26049\",43.0066051483154,-83.6926808444637,405813,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"643d2c6c\",\"26051\",,84026051,26051,\"US_MI\",,,3,\"Michigan\",\"Gladwin\",,\"USA.23.26_1\",\"ChIJ7yWStnWhIYgRKsP6ZTFfl38\",\"US26051\",\"26051\",43.9539890289307,-84.3873915956034,25449,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8a334d40\",\"26053\",,84026053,26053,\"US_MI\",,,3,\"Michigan\",\"Gogebic\",,\"USA.23.27_1\",\"ChIJ1ZQarcSSVk0RB8yPXgUTEeM\",\"US26053\",\"26053\",46.4320964813232,-89.7627404227258,13975,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6350e875\",\"26055\",,84026055,26055,\"US_MI\",,,3,\"Michigan\",\"Grand Traverse\",\"Grand Traverse County, Michigan\",\"USA.23.28_1\",\"ChIJLRa531OwH4gR9Fe-8QP9uQ8\",\"US26055\",\"26055\",44.7506160736084,-85.6838452876914,93088,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8d5e8959\",\"26057\",,84026057,26057,\"US_MI\",,,3,\"Michigan\",\"Gratiot\",\"Gratiot County, Michigan\",\"USA.23.29_1\",\"ChIJsWXjEqBsIogRD2RLRLFiGgg\",\"US26057\",\"26057\",43.2538814544678,-84.6039466286303,40711,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6ae6a45e\",\"26059\",,84026059,26059,\"US_MI\",,,3,\"Michigan\",\"Hillsdale\",\"Hillsdale County, Michigan\",\"USA.23.30_1\",\"ChIJzxlwWNAMPYgRZTr7fneoup0\",\"US26059\",\"26059\",41.8544349670411,-84.5957499946959,45605,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4f107faf\",\"26061\",,84026061,26061,\"US_MI\",,,3,\"Michigan\",\"Houghton\",\"Houghton County, Michigan\",\"USA.23.31_1\",\"ChIJTfO5_mQ7UU0RWG667XtdKyc\",\"US26061\",\"26061\",46.8078689575196,-88.8065773393126,35684,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a11e1e83\",\"26063\",,84026063,26063,\"US_MI\",,,3,\"Michigan\",\"Huron\",\"Huron County, Michigan\",\"USA.23.32_1\",\"ChIJF3UQ3Br7JogRYRLmLfk3pfI\",\"US26063\",\"26063\",43.8679504394532,-83.0026744128533,30981,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"487dbbb6\",\"26065\",,84026065,26065,\"US_MI\",,,3,\"Michigan\",\"Ingham\",\"Ingham County, Michigan\",\"USA.23.33_1\",\"ChIJD9W2LEnaIogRAyhZlrTppyY\",\"US26065\",\"26065\",42.5981807708741,-84.3747066571673,292406,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a673da9a\",\"26067\",,84026067,26067,\"US_MI\",,,3,\"Michigan\",\"Ionia\",\"Ionia County, Michigan\",\"USA.23.34_1\",\"ChIJtTiltsyfIogRlfEtt9j4TTQ\",\"US26067\",\"26067\",42.9869956970215,-85.0762145391125,64697,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"41cbf79d\",\"26069\",,84026069,26069,\"US_MI\",,,3,\"Michigan\",\"Iosco\",,\"USA.23.35_1\",\"ChIJIUGqBt0rIYgRfh9yYWU4aCE\",\"US26069\",\"26069\",44.3370361328125,-83.6099166457572,25127,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"560b4eee\",\"26071\",,84026071,26071,\"US_MI\",,,3,\"Michigan\",\"Iron\",,\"USA.23.36_1\",\"ChIJs8m_RuziU00RSryFleVOUYo\",\"US26071\",\"26071\",46.1578807830811,-88.5538819263973,11066,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b8052fc2\",\"26073\",,84026073,26073,\"US_MI\",,,3,\"Michigan\",\"Isabella\",\"Isabella County, Michigan\",\"USA.23.37_1\",\"ChIJiVwjNcwDIogR16fnxhyjLyo\",\"US26073\",\"26073\",43.6837158203126,-84.8480651126525,69872,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"51668af7\",\"26075\",,84026075,26075,\"US_MI\",,,3,\"Michigan\",\"Jackson\",\"Jackson County, Michigan\",\"USA.23.38_1\",\"ChIJQc6iKWHfPIgRUve3SJMFTvk\",\"US26075\",\"26075\",42.24733543396,-84.4257238833622,158510,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bf68ebdb\",\"26077\",,84026077,26077,\"US_MI\",,,3,\"Michigan\",\"Kalamazoo\",\"Kalamazoo County, Michigan\",\"USA.23.39_1\",\"ChIJuf0n9q6eF4gR_Y1LA3Eg7go\",\"US26077\",\"26077\",42.2584495544433,-85.5310529765751,265066,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"58d0c6dc\",\"26079\",,84026079,26079,\"US_MI\",,,3,\"Michigan\",\"Kalkaska\",\"Kalkaska County, Michigan\",\"USA.23.40_1\",\"ChIJz7sWS7vvH4gRzdzJ4ayV2Po\",\"US26079\",\"26079\",44.690034866333,-85.0914467932946,18038,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d1935221\",\"26081\",,84026081,26081,\"US_MI\",,,3,\"Michigan\",\"Kent\",\"Kent County, Michigan\",\"USA.23.41_1\",\"ChIJueNwOGzfGIgR5Y5vLirvnxQ\",\"US26081\",\"26081\",43.0743160247803,-85.5508762056883,656955,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3f9d330d\",\"26083\",,84026083,26083,\"US_MI\",,,3,\"Michigan\",\"Keweenaw\",,\"USA.23.42_1\",,\"US26083\",\"26083\",47.3399543762208,-88.1981520550328,2116,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d6fe9638\",\"26085\",,84026085,26085,\"US_MI\",,,3,\"Michigan\",\"Lake\",,\"USA.23.43_1\",\"ChIJSdga63bZHogRM0DIxowXvms\",\"US26085\",\"26085\",44.0528602600098,-85.8013517080334,11853,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"38f0f714\",\"26087\",,84026087,26087,\"US_MI\",,,3,\"Michigan\",\"Lapeer\",\"Lapeer County, Michigan\",\"USA.23.48_1\",\"ChIJzaGfYluMJIgRvCzzEmsbmbQ\",\"US26087\",\"26087\",43.0589561462403,-83.2237220510559,87607,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"df48da13\",\"26089\",,84026089,26089,\"US_MI\",,,3,\"Michigan\",\"Leelanau\",\"Leelanau County, Michigan\",\"USA.23.49_1\",\"ChIJwQVFc8IyS00R-SPbq47jjxY\",\"US26089\",\"26089\",44.992546081543,-85.7066760020994,21761,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c8886360\",\"26091\",,84026091,26091,\"US_MI\",,,3,\"Michigan\",\"Lenawee\",\"Lenawee County, Michigan\",\"USA.23.50_1\",\"ChIJpVJfhPb5PIgRqPN19hz2xN8\",\"US26091\",\"26091\",41.8148612976075,-84.0661911288058,98451,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2686024c\",\"26093\",,84026093,26093,\"US_MI\",,,3,\"Michigan\",\"Livingston\",\"Livingston County, Michigan\",\"USA.23.51_1\",\"ChIJYW9RfTBHI4gRHXrtLIsR864\",\"US26093\",\"26093\",42.6424655914308,-83.9141473903112,191995,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cfe5a779\",\"26095\",,84026095,26095,\"US_MI\",,,3,\"Michigan\",\"Luce\",,\"USA.23.52_1\",\"ChIJt7sYO8r9SE0R7e5VZGnvdoA\",\"US26095\",\"26095\",46.4175968170167,-85.5515673720902,6229,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"21ebc655\",\"26097\",,84026097,26097,\"US_MI\",,,3,\"Michigan\",\"Mackinac\",,\"USA.23.53_1\",\"ChIJ1xM7aBxPSk0RATSzCI_u15U\",\"US26097\",\"26097\",46.0413608551026,-84.9032810210411,10799,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c653eb52\",\"26099\",,84026099,26099,\"US_MI\",,,3,\"Michigan\",\"Macomb\",\"Macomb County, Michigan\",\"USA.23.54_1\",\"ChIJI5_BOQ_OJIgRZ1Bcmc7XXIs\",\"US26099\",\"26099\",42.669361114502,-82.9225795548526,873972,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1888b21e\",\"26101\",,84026101,26101,\"US_MI\",,,3,\"Michigan\",\"Manistee\",,\"USA.23.55_1\",\"ChIJRWp_YrpCHogRPxUSaocrMSM\",\"US26101\",\"26101\",44.3417205810547,-86.0453891534325,24558,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f686d332\",\"26103\",,84026103,26103,\"US_MI\",,,3,\"Michigan\",\"Marquette\",\"Marquette County, Michigan\",\"USA.23.56_1\",\"ChIJk7EPuTXEUU0R54RXYiR8OBE\",\"US26103\",\"26103\",46.4533596038818,-87.6183368149726,66699,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1fe57607\",\"26105\",,84026105,26105,\"US_MI\",,,3,\"Michigan\",\"Mason\",\"Mason County, Michigan\",\"USA.23.57_1\",\"ChIJYxH9iSMUHIgRFW2Lv6ozBaA\",\"US26105\",\"26105\",44.0015945434571,-86.2622913556659,29144,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f1eb172b\",\"26107\",,84026107,26107,\"US_MI\",,,3,\"Michigan\",\"Mecosta\",\"Mecosta County, Michigan\",\"USA.23.58_1\",\"ChIJGQJQyqrGGIgRNx1OO8SdkS8\",\"US26107\",\"26107\",43.6402912139893,-85.3254770225662,43453,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"16533a2c\",\"26109\",,84026109,26109,\"US_MI\",,,3,\"Michigan\",\"Menominee\",,\"USA.23.59_1\",\"ChIJA1DaGn-AUk0RrExH-oHLJ3o\",\"US26109\",\"26109\",45.5425357818604,-87.5400738906463,22780,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0193835f\",\"26111\",,84026111,26111,\"US_MI\",,,3,\"Michigan\",\"Midland\",\"Midland County, Michigan\",\"USA.23.60_1\",\"ChIJ_1_Cz1k6IogRq9uhRYxRo7I\",\"US26111\",\"26111\",43.6475563049317,-84.388321167,83156,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ef9de273\",\"26113\",,84026113,26113,\"US_MI\",,,3,\"Michigan\",\"Missaukee\",,\"USA.23.61_1\",\"ChIJXyvW_UQMH4gRO9Pk2fo-wvI\",\"US26113\",\"26113\",44.2954387664796,-85.0960374989077,15118,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"06fe4746\",\"26115\",,84026115,26115,\"US_MI\",,,3,\"Michigan\",\"Monroe\",\"Monroe County, Michigan\",\"USA.23.62_1\",\"ChIJ0yMoNdhmO4gR5ZubrvcyyZM\",\"US26115\",\"26115\",41.9083499908448,-83.5505742263793,150500,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e8f0266a\",\"26117\",,84026117,26117,\"US_MI\",,,3,\"Michigan\",\"Montcalm\",\"Montcalm County, Michigan\",\"USA.23.63_1\",\"ChIJ3wtUfRbzGIgRFa43Qh1oe_4\",\"US26117\",\"26117\",43.2494640350342,-85.0759823504161,63888,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0f480b6d\",\"26119\",,84026119,26119,\"US_MI\",,,3,\"Michigan\",\"Montmorency\",,\"USA.23.64_1\",\"ChIJkR7VZiHbNE0Rin4livsRy1Y\",\"US26119\",\"26119\",44.9889488220215,-84.1297022913583,9328,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2abed09c\",\"26121\",,84026121,26121,\"US_MI\",,,3,\"Michigan\",\"Muskegon\",\"Muskegon County, Michigan\",\"USA.23.65_1\",\"ChIJG_DdiT_cG4gRf6y3qKVa8fw\",\"US26121\",\"26121\",43.2957706451416,-86.2105041652147,173566,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c4b0b1b0\",\"26123\",,84026123,26123,\"US_MI\",,,3,\"Michigan\",\"Newaygo\",\"Newaygo County, Michigan\",\"USA.23.66_1\",\"ChIJC6ndsmEZGYgR-4VzGiNqDhU\",\"US26123\",\"26123\",43.5530757904053,-85.8022103520102,48980,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2dd31485\",\"26125\",,84026125,26125,\"US_MI\",,,3,\"Michigan\",\"Oakland\",\"Oakland County, Michigan\",\"USA.23.67_1\",\"ChIJ2S-UKKSNJIgRO9LSPL-n88Y\",\"US26125\",\"26125\",42.7030296325684,-83.3882394234254,1257584,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c3dd75a9\",\"26127\",,84026127,26127,\"US_MI\",,,3,\"Michigan\",\"Oceana\",\"Oceana County, Michigan\",\"USA.23.68_1\",\"ChIJIUZfB8fzG4gRHSqMbCV0uXg\",\"US26127\",\"26127\",43.6414394378662,-86.2885005321381,26467,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"246558ae\",\"26129\",,84026129,26129,\"US_MI\",,,3,\"Michigan\",\"Ogemaw\",,\"USA.23.69_1\",\"ChIJe2TeI8TtIIgR_27gean5m7Q\",\"US26129\",\"26129\",44.3774452209474,-84.1281718224871,20997,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"33a5e1dd\",\"26131\",,84026131,26131,\"US_MI\",,,3,\"Michigan\",\"Ontonagon\",,\"USA.23.70_1\",\"ChIJU9jqgLYhV00R3S5CiZBfda0\",\"US26131\",\"26131\",46.695146560669,-89.3641341624363,5720,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ddab80f1\",\"26133\",,84026133,26133,\"US_MI\",,,3,\"Michigan\",\"Osceola\",\"Osceola County, Michigan\",\"USA.23.71_1\",\"ChIJK2uE5T0_H4gRf2eQgmhgCf4\",\"US26133\",\"26133\",44.0296211242677,-85.3248553223675,23460,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"34c825c4\",\"26135\",,84026135,26135,\"US_MI\",,,3,\"Michigan\",\"Oscoda\",,\"USA.23.72_1\",\"ChIJ80YfTdnPNE0RPSljqUtR_uA\",\"US26135\",\"26135\",44.7028102874756,-84.1310572653416,8241,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dac644e8\",\"26137\",,84026137,26137,\"US_MI\",,,3,\"Michigan\",\"Otsego\",\"Otsego County, Michigan\",\"USA.23.73_1\",\"ChIJub9HR30WNU0RRSY1VwqC-qg\",\"US26137\",\"26137\",44.987419128418,-84.6115384498966,24668,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3d7e69ef\",\"26139\",,84026139,26139,\"US_MI\",,,3,\"Michigan\",\"Ottawa\",\"Ottawa County, Michigan\",\"USA.23.74_1\",\"ChIJ7X2iC_iIGYgRBPwpw5yTx1c\",\"US26139\",\"26139\",42.9663753509522,-86.0051911068547,291830,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7ce4771a\",\"26141\",,84026141,26141,\"US_MI\",,,3,\"Michigan\",\"Presque Isle\",,\"USA.23.75_1\",\"ChIJpexosVX6NE0R2sru8qUpY_Y\",\"US26141\",\"26141\",45.4215049743653,-84.0309704944401,12592,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"92ea1636\",\"26143\",,84026143,26143,\"US_MI\",,,3,\"Michigan\",\"Roscommon\",\"Roscommon County, Michigan\",\"USA.23.76_1\",\"ChIJA9jWuxg2IIgR_dNWieMs1Ms\",\"US26143\",\"26143\",44.3339195251465,-84.6130732608969,24019,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7b89b303\",\"26145\",,84026145,26145,\"US_MI\",,,3,\"Michigan\",\"Saginaw\",\"Saginaw County, Michigan\",\"USA.23.77_1\",\"ChIJzakSEePAI4gRERAGr9F7HeA\",\"US26145\",\"26145\",43.360055923462,-84.0358308487682,190539,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"65ff465b\",\"26151\",,84026151,26151,\"US_MI\",,,3,\"Michigan\",\"Sanilac\",\"Sanilac County, Michigan\",\"USA.23.80_1\",\"ChIJ0_YoibvcJYgRyx7sDtOEhZU\",\"US26151\",\"26151\",43.4231491088867,-82.8235788059932,41170,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8bf12777\",\"26153\",,84026153,26153,\"US_MI\",,,3,\"Michigan\",\"Schoolcraft\",,\"USA.23.81_1\",\"ChIJFxqbOZEBTE0RFkj7ESy5Mlo\",\"US26153\",\"26153\",46.1146907806396,-86.1782680232025,8094,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"62928242\",\"26155\",,84026155,26155,\"US_MI\",,,3,\"Michigan\",\"Shiawassee\",\"Shiawassee County, Michigan\",\"USA.23.82_1\",\"ChIJLbZUtkJrI4gRGiUiYETeFIw\",\"US26155\",\"26155\",42.9499855041505,-84.1491681482615,68122,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9587d22f\",\"26147\",,84026147,26147,\"US_MI\",,,3,\"Michigan\",\"St. Clair\",\"St. Clair County, Michigan\",\"USA.23.78_1\",\"ChIJ2ztKkloEJYgRAUoOzUD3jF0\",\"US26147\",\"26147\",42.886085510254,-82.6066305583835,159128,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"723fff28\",\"26149\",,84026149,26149,\"US_MI\",,,3,\"Michigan\",\"St. Joseph\",\"St. Joseph County, Michigan\",\"USA.23.79_1\",\"ChIJB_ywuOirF4gRKE3yRl5EVQQ\",\"US26149\",\"26149\",41.9413166046143,-85.526558577678,60964,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8c9ce36e\",\"26157\",,84026157,26157,\"US_MI\",,,3,\"Michigan\",\"Tuscola\",\"Tuscola County, Michigan\",\"USA.23.83_1\",\"ChIJ7691BuQPJIgRlXq82U-4uK8\",\"US26157\",\"26157\",43.4893493652344,-83.4057365262496,52245,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6b24ce69\",\"26159\",,84026159,26159,\"US_MI\",,,3,\"Michigan\",\"Van Buren\",\"Van Buren County, Michigan\",\"USA.23.84_1\",\"ChIJa5TvHySxEIgRp6j3qZmVF6M\",\"US26159\",\"26159\",42.2009353637696,-85.9953071764604,75677,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4ed21598\",\"26161\",,84026161,26161,\"US_MI\",,,3,\"Michigan\",\"Washtenaw\",\"Washtenaw County, Michigan\",\"USA.23.85_1\",\"ChIJMx9D1A2wPIgRuLFVuZmuyW4\",\"US26161\",\"26161\",42.2919349670411,-83.8393460123496,367601,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a0dc74b4\",\"26163\",,84026163,26163,\"US_MI\",,,3,\"Michigan\",\"Wayne\",\"Wayne County, Michigan\",\"USA.23.86_1\",\"ChIJDZ6VuYPKJIgR15xhPzwyGyw\",\"US26163\",\"26163\",42.2426204681398,-83.3440993859645,1749343,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"49bfd181\",\"26165\",,84026165,26165,\"US_MI\",,,3,\"Michigan\",\"Wexford\",\"Wexford County, Michigan\",\"USA.23.87_1\",\"ChIJA5ySNHAhH4gRfpB2RxGRCSQ\",\"US26165\",\"26165\",44.3376903533936,-85.5788544655607,33631,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a1f6bf4c\",\"27001\",,84027001,27001,\"US_MN\",,,3,\"Minnesota\",\"Aitkin\",,\"USA.24.1_1\",\"ChIJJ4hmahgGsVIR9EY9qBOgIZg\",\"US27001\",\"27001\",46.5911293029785,-93.4158913396019,15886,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4ff8de60\",\"27003\",,84027003,27003,\"US_MN\",,,3,\"Minnesota\",\"Anoka\",\"Anoka County, Minnesota\",\"USA.24.2_1\",\"ChIJv_1lwIhEs1IRs0feqjA_JsI\",\"US27003\",\"27003\",45.2264251708986,-93.2529351517573,356921,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a69b7b55\",\"27005\",,84027005,27005,\"US_MN\",,,3,\"Minnesota\",\"Becker\",\"Becker County, Minnesota\",\"USA.24.3_1\",\"ChIJnSU43utpyFIR5ikVbAFI5sM\",\"US27005\",\"27005\",46.8920001983643,-95.6692092037791,34423,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"48951a79\",\"27007\",,84027007,27007,\"US_MN\",,,3,\"Minnesota\",\"Beltrami\",\"Beltrami County, Minnesota\",\"USA.24.4_1\",\"ChIJX93tDeEFuVIRo7ysnozzgoU\",\"US27007\",\"27007\",47.9748115539552,-94.8406917466079,47188,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"af2d377e\",\"27009\",,84027009,27009,\"US_MN\",,,3,\"Minnesota\",\"Benton\",\"Benton County, Minnesota\",\"USA.24.5_1\",\"ChIJceDzrNhrtFIRNqYktw82iwY\",\"US27009\",\"27009\",45.6937503814698,-93.9831329569346,40889,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b8ed8e0d\",\"27011\",,84027011,27011,\"US_MN\",,,3,\"Minnesota\",\"Big Stone\",,\"USA.24.6_1\",\"ChIJRWF4dn-By1IREvCWf_S99GM\",\"US27011\",\"27011\",45.3822956085206,-96.3338538813562,4991,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"56e3ef21\",\"27013\",,84027013,27013,\"US_MN\",,,3,\"Minnesota\",\"Blue Earth\",\"Blue Earth County, Minnesota\",\"USA.24.7_1\",\"ChIJZ0INuV4V9IcRqEVB10xeEqw\",\"US27013\",\"27013\",44.0443496704102,-94.0691594039851,67653,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bf804a14\",\"27015\",,84027015,27015,\"US_MN\",,,3,\"Minnesota\",\"Brown\",\"Brown County, Minnesota\",\"USA.24.8_1\",\"ChIJ5b9XZBw-9YcRL5bVrsrmvmQ\",\"US27015\",\"27015\",44.3042011260987,-94.6488391494893,25008,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"518e2b38\",\"27017\",,84027017,27017,\"US_MN\",,,3,\"Minnesota\",\"Carlton\",\"Carlton County, Minnesota\",\"USA.24.9_1\",\"ChIJRz-jXIwrrlIRROgu_mXNK40\",\"US27017\",\"27017\",46.5933990478517,-92.6728307142149,35871,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b636063f\",\"27019\",,84027019,27019,\"US_MN\",,,3,\"Minnesota\",\"Carver\",\"Carver County, Minnesota\",\"USA.24.10_1\",\"ChIJZYcz1Xv99YcRuaaY0AH_6HQ\",\"US27019\",\"27019\",44.8125705718994,-93.766044042225,105089,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"93c0ddce\",\"27021\",,84027021,27021,\"US_MN\",,,3,\"Minnesota\",\"Cass\",\"Cass County, Minnesota\",\"USA.24.11_1\",\"ChIJ7SSeiyM-t1IRjkugTsuxmZ0\",\"US27021\",\"27021\",46.8915557861328,-94.216595228509,29779,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7dcebce2\",\"27023\",,84027023,27023,\"US_MN\",,,3,\"Minnesota\",\"Chippewa\",,\"USA.24.12_1\",\"ChIJ8WOMnxnRylIR4I9IKO4RWwU\",\"US27023\",\"27023\",44.9557094573976,-95.5261960730296,11800,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"94ad19d7\",\"27025\",,84027025,27025,\"US_MN\",,,3,\"Minnesota\",\"Chisago\",\"Chisago County, Minnesota\",\"USA.24.13_1\",\"ChIJ29yPf38MrVIRO4Jz9jgnyj8\",\"US27025\",\"27025\",45.5143547058106,-92.8730068267235,56579,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7aa378fb\",\"27027\",,84027027,27027,\"US_MN\",,,3,\"Minnesota\",\"Clay\",\"Clay County, Minnesota\",\"USA.24.14_1\",\"ChIJ5RcS3T6FyFIR9zcWg_OsdIc\",\"US27027\",\"27027\",46.8915691375733,-96.4727444797948,64222,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9d1b55fc\",\"27029\",,84027029,27029,\"US_MN\",,,3,\"Minnesota\",\"Clearwater\",,\"USA.24.15_1\",\"ChIJNUfWr70EuFIRgoKBwhM9OG0\",\"US27029\",\"27029\",47.5868759155274,-95.3677975276092,8818,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8adbec8f\",\"27031\",,84027031,27031,\"US_MN\",,,3,\"Minnesota\",\"Cook\",,\"USA.24.16_1\",\"ChIJaavuQD7rp1IRM6QLOyW9oQE\",\"US27031\",\"27031\",47.8511962890625,-90.4803985859907,5463,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"64d58da3\",\"27033\",,84027033,27033,\"US_MN\",,,3,\"Minnesota\",\"Cottonwood\",,\"USA.24.17_1\",\"ChIJcwGPD2NHi4cRQ3fLel6FBT0\",\"US27033\",\"27033\",43.979829788208,-95.1612373441683,11196,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8db62896\",\"27035\",,84027035,27035,\"US_MN\",,,3,\"Minnesota\",\"Crow Wing\",\"Crow Wing County, Minnesota\",\"USA.24.18_1\",\"ChIJEdk9mzjktlIRH0n3ps6xBY8\",\"US27035\",\"27035\",46.4575748443604,-94.0705967566512,65055,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"63b849ba\",\"27037\",,84027037,27037,\"US_MN\",,,3,\"Minnesota\",\"Dakota\",\"Dakota County, Minnesota\",\"USA.24.19_1\",\"ChIJySsC0AvL94cRdzZ2o7jAuWE\",\"US27037\",\"27037\",44.6868743896485,-93.0277117602579,429021,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"840064bd\",\"27039\",,84027039,27039,\"US_MN\",,,3,\"Minnesota\",\"Dodge\",\"Dodge County, Minnesota\",\"USA.24.20_1\",\"ChIJL95tYbM994cRUxGpyeyKixM\",\"US27039\",\"27039\",44.0244846343995,-92.8625600519436,20934,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c59a7a48\",\"27041\",,84027041,27041,\"US_MN\",,,3,\"Minnesota\",\"Douglas\",\"Douglas County, Minnesota\",\"USA.24.21_1\",\"ChIJTfsW-FEaylIRLahc9CV-u-Q\",\"US27041\",\"27041\",45.9340400695801,-95.4554991041918,38141,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2b941b64\",\"27043\",,84027043,27043,\"US_MN\",,,3,\"Minnesota\",\"Faribault\",,\"USA.24.22_1\",\"ChIJyRfkC9kI9IcRx9r4iRqX61o\",\"US27043\",\"27043\",43.6773109436036,-93.9483107641925,13653,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c2f7be51\",\"27045\",,84027045,27045,\"US_MN\",,,3,\"Minnesota\",\"Fillmore\",\"Fillmore County, Minnesota\",\"USA.24.23_1\",\"ChIJ3-PZozEn-ocROeCKpjUWyDc\",\"US27045\",\"27045\",43.6693401336671,-92.0906160727812,21067,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2cf9df7d\",\"27047\",,84027047,27047,\"US_MN\",,,3,\"Minnesota\",\"Freeborn\",\"Freeborn County, Minnesota\",\"USA.24.24_1\",\"ChIJJauksfcz8YcRuQQWHlxvv1Q\",\"US27047\",\"27047\",43.6771450042725,-93.3493177104639,30281,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cb41f27a\",\"27049\",,84027049,27049,\"US_MN\",,,3,\"Minnesota\",\"Goodhue\",\"Goodhue County, Minnesota\",\"USA.24.25_1\",\"ChIJuYG8uD9294cRygH6R6i3lWE\",\"US27049\",\"27049\",44.4572353363038,-92.6429014966633,46340,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dc814b09\",\"27051\",,84027051,27051,\"US_MN\",,,3,\"Minnesota\",\"Grant\",,\"USA.24.26_1\",\"ChIJhc-LlpbRy1IRGMqOc9lZh3s\",\"US27051\",\"27051\",45.9348545074463,-96.0121172577321,5972,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"328f2a25\",\"27053\",,84027053,27053,\"US_MN\",,,3,\"Minnesota\",\"Hennepin\",\"Hennepin County, Minnesota\",\"USA.24.27_1\",\"ChIJpe7ZFZId9ocRnkR32F9xAcw\",\"US27053\",\"27053\",45.0080852508545,-93.4877499562974,1265843,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dbec8f10\",\"27055\",,84027055,27055,\"US_MN\",,,3,\"Minnesota\",\"Houston\",,\"USA.24.28_1\",\"ChIJb5Hi5drg-4cReyUQpO3sXVM\",\"US27055\",\"27055\",43.6767406463624,-91.502033121587,18600,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"35e2ee3c\",\"27057\",,84027057,27057,\"US_MN\",,,3,\"Minnesota\",\"Hubbard\",\"Hubbard County, Minnesota\",\"USA.24.29_1\",\"ChIJ-feQRteQt1IR8E2DpaYsjwU\",\"US27057\",\"27057\",47.0959644317628,-94.9169402404457,21491,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d25ac33b\",\"27059\",,84027059,27059,\"US_MN\",,,3,\"Minnesota\",\"Isanti\",\"Isanti County, Minnesota\",\"USA.24.30_1\",\"ChIJ9cUkAS6hs1IRjO0HIWFGQvA\",\"US27059\",\"27059\",45.645715713501,-93.3259816264796,40596,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f7ac18ca\",\"27061\",,84027061,27061,\"US_MN\",,,3,\"Minnesota\",\"Itasca\",\"Itasca County, Minnesota\",\"USA.24.31_1\",\"ChIJfQYRjml4ulIRU-9TvbZsloU\",\"US27061\",\"27061\",47.465280532837,-93.5737264692996,45130,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"19a279e6\",\"27063\",,84027063,27063,\"US_MN\",,,3,\"Minnesota\",\"Jackson\",,\"USA.24.32_1\",\"ChIJrTmVKENRi4cRYehVnj6_L3E\",\"US27063\",\"27063\",43.6766300201417,-95.155064528545,9846,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f0c1dcd3\",\"27065\",,84027065,27065,\"US_MN\",,,3,\"Minnesota\",\"Kanabec\",,\"USA.24.33_1\",\"ChIJ49NupfjNs1IRoCUPt-jr0hA\",\"US27065\",\"27065\",45.8568267822266,-93.3290290396414,16337,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1ecfbdff\",\"27067\",,84027067,27067,\"US_MN\",,,3,\"Minnesota\",\"Kandiyohi\",\"Kandiyohi County, Minnesota\",\"USA.24.34_1\",\"ChIJB8oY1opltVIRY69fDPMUwB8\",\"US27067\",\"27067\",45.0233039855958,-95.0021677686317,43199,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f97790f8\",\"27069\",,84027069,27069,\"US_MN\",,,3,\"Minnesota\",\"Kittson\",,\"USA.24.35_1\",,\"US27069\",\"27069\",48.7717056274415,-96.7801218358215,4298,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"eeb7298b\",\"27071\",,84027071,27071,\"US_MN\",,,3,\"Minnesota\",\"Koochiching\",,\"USA.24.36_1\",\"ChIJgcEIzLDepFIRNxd0zNJFQSs\",\"US27071\",\"27071\",48.2773799896241,-93.7602742943694,12229,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"00b948a7\",\"27073\",,84027073,27073,\"US_MN\",,,3,\"Minnesota\",\"Lac qui Parle\",,\"USA.24.37_1\",\"ChIJ07J6k146y1IRAd3pBUTzzMU\",\"US27073\",\"27073\",45.0408096313478,-96.1767032142942,6623,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e9daed92\",\"27075\",,84027075,27075,\"US_MN\",,,3,\"Minnesota\",\"Lake\",,\"USA.24.38_1\",\"ChIJTbAJ23weplIRYb6p4g2HdNU\",\"US27075\",\"27075\",47.6848449707032,-91.4104776028347,10641,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"07d48cbe\",\"27077\",,84027077,27077,\"US_MN\",,,3,\"Minnesota\",\"Lake of the Woods\",,\"USA.24.39_1\",\"ChIJKSs5hDQtuVIRUj7ANrRy0u8\",\"US27077\",\"27077\",48.8768901824952,-94.8859038756424,3740,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e06ca1b9\",\"27079\",,84027079,27079,\"US_MN\",,,3,\"Minnesota\",\"Le Sueur\",\"Le Sueur County, Minnesota\",\"USA.24.41_1\",\"ChIJpSIy1CyH9ocRckAuQtqlMGk\",\"US27079\",\"27079\",44.3691596984864,-93.7395784457329,28887,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"692f3544\",\"27081\",,84027081,27081,\"US_MN\",,,3,\"Minnesota\",\"Lincoln\",,\"USA.24.42_1\",\"ChIJQ8t63nkyiocRCCav9rgKgHY\",\"US27081\",\"27081\",44.3718738555909,-96.2651376813184,5639,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"87215468\",\"27083\",,84027083,27083,\"US_MN\",,,3,\"Minnesota\",\"Lyon\",\"Lyon County, Minnesota\",\"USA.24.43_1\",\"ChIJ0avT1ddFiocRCV6NOZyt20M\",\"US27083\",\"27083\",44.3712902069093,-95.8348431627553,25474,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"804c9071\",\"27087\",,84027087,27087,\"US_MN\",,,3,\"Minnesota\",\"Mahnomen\",,\"USA.24.44_1\",\"ChIJV1XZze4IyFIRikzVSebddyc\",\"US27087\",\"27087\",47.3270492553712,-95.8082000368629,5527,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"67f4bd76\",\"27089\",,84027089,27089,\"US_MN\",,,3,\"Minnesota\",\"Marshall\",,\"USA.24.45_1\",\"ChIJ3-5Gpg1Ox1IRnYJ30B-kxpI\",\"US27089\",\"27089\",48.3588352203369,-96.3717115147291,9336,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"70340405\",\"27091\",,84027091,27091,\"US_MN\",,,3,\"Minnesota\",\"Martin\",\"Martin County, Minnesota\",\"USA.24.46_1\",\"ChIJfz9h57GC9IcRY7LE9UuwIUw\",\"US27091\",\"27091\",43.6766452789308,-94.5523738016132,19683,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6e42f15d\",\"27085\",,84027085,27085,\"US_MN\",,,3,\"Minnesota\",\"McLeod\",\"McLeod County, Minnesota\",\"USA.24.47_1\",\"ChIJN6yZKFCC9YcRsBdH8ZHGEBs\",\"US27085\",\"27085\",44.8066062927247,-94.2522461043357,35893,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9e3a6529\",\"27093\",,84027093,27093,\"US_MN\",,,3,\"Minnesota\",\"Meeker\",\"Meeker County, Minnesota\",\"USA.24.48_1\",\"ChIJ-bB0vdQgtVIRp6JMMx-9ka4\",\"US27093\",\"27093\",45.1039752960206,-94.5062238699292,23222,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7759c01c\",\"27095\",,84027095,27095,\"US_MN\",,,3,\"Minnesota\",\"Mille Lacs\",\"Mille Lacs County, Minnesota\",\"USA.24.49_1\",\"ChIJ6aDbQdnBs1IRPTeOuyWKiIg\",\"US27095\",\"27095\",45.9001560211182,-93.6420053591347,26277,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9957a130\",\"27097\",,84027097,27097,\"US_MN\",,,3,\"Minnesota\",\"Morrison\",\"Morrison County, Minnesota\",\"USA.24.50_1\",\"ChIJSySYQ0eftlIRwC6i6qFRT8A\",\"US27097\",\"27097\",46.0681743621827,-94.228806357389,33386,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7eef8c37\",\"27099\",,84027099,27099,\"US_MN\",,,3,\"Minnesota\",\"Mower\",\"Mower County, Minnesota\",\"USA.24.51_1\",\"ChIJe8xmnMK38IcR7_ESo0awubU\",\"US27099\",\"27099\",43.6697750091554,-92.7505311933553,40062,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a034d57b\",\"27101\",,84027101,27101,\"US_MN\",,,3,\"Minnesota\",\"Murray\",,\"USA.24.52_1\",\"ChIJ6bNltJMKi4cRHE1f6SUwJM4\",\"US27101\",\"27101\",44.024585723877,-95.7634849581303,8194,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4e3ab457\",\"27103\",,84027103,27103,\"US_MN\",,,3,\"Minnesota\",\"Nicollet\",\"Nicollet County, Minnesota\",\"USA.24.53_1\",\"ChIJH7Caf-NT9IcRPniHkZM03VM\",\"US27103\",\"27103\",44.306806564331,-94.1998518130218,34274,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a7591162\",\"27105\",,84027105,27105,\"US_MN\",,,3,\"Minnesota\",\"Nobles\",\"Nobles County, Minnesota\",\"USA.24.54_1\",\"ChIJUb66LEV_i4cRJFURhz6nzwo\",\"US27105\",\"27105\",43.6771697998047,-95.7532494686816,21629,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4957704e\",\"27107\",,84027107,27107,\"US_MN\",,,3,\"Minnesota\",\"Norman\",,\"USA.24.55_1\",\"ChIJ0-5JvcUnxlIRB2p_CtETZnk\",\"US27107\",\"27107\",47.3265037536621,-96.4501731586602,6375,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aeef5d49\",\"27109\",,84027109,27109,\"US_MN\",,,3,\"Minnesota\",\"Olmsted\",\"Olmsted County, Minnesota\",\"USA.24.56_1\",\"ChIJp2BpCw7k-YcR57Y_V8-Or0Q\",\"US27109\",\"27109\",43.9802608489991,-92.3795253467236,158293,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b92fe43a\",\"27111\",,84027111,27111,\"US_MN\",,,3,\"Minnesota\",\"Otter Tail\",\"Otter Tail County, Minnesota\",\"USA.24.57_1\",\"ChIJFTrS1rmjyVIR4o6I4LmeIsc\",\"US27111\",\"27111\",46.5005207061768,-95.7186943751129,58746,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"57218516\",\"27113\",,84027113,27113,\"US_MN\",,,3,\"Minnesota\",\"Pennington\",,\"USA.24.58_1\",\"ChIJcRe64uhzx1IRy8OCM-JaVlk\",\"US27113\",\"27113\",48.0974006652833,-96.0481094771682,14119,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"be422023\",\"27115\",,84027115,27115,\"US_MN\",,,3,\"Minnesota\",\"Pine\",\"Pine County, Minnesota\",\"USA.24.59_1\",\"ChIJFfuO40saslIRhYx-cZ6u1RE\",\"US27115\",\"27115\",46.0776004791261,-92.6707908942243,29579,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"504c410f\",\"27117\",,84027117,27117,\"US_MN\",,,3,\"Minnesota\",\"Pipestone\",,\"USA.24.60_1\",\"ChIJN3TySqPEi4cRcQ4XLlOEqUg\",\"US27117\",\"27117\",44.0255298614502,-96.2588399247166,9126,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b7f46c08\",\"27119\",,84027119,27119,\"US_MN\",,,3,\"Minnesota\",\"Polk\",\"Polk County, Minnesota\",\"USA.24.61_1\",\"ChIJFTdx5tq1x1IR28y7zOVUfjU\",\"US27119\",\"27119\",47.8377361297607,-96.6700910027601,31364,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9202b7f9\",\"27121\",,84027121,27121,\"US_MN\",,,3,\"Minnesota\",\"Pope\",,\"USA.24.62_1\",\"ChIJSXpEj1ZvylIRcIrBOZXlNqA\",\"US27121\",\"27121\",45.586015701294,-95.4463008810064,11249,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7c0cd6d5\",\"27123\",,84027123,27123,\"US_MN\",,,3,\"Minnesota\",\"Ramsey\",\"Ramsey County, Minnesota\",\"USA.24.63_1\",\"ChIJfyBkuQrV94cRJQ5Uv1531bM\",\"US27123\",\"27123\",44.9977912902832,-93.0959455515445,550321,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"956f73e0\",\"27125\",,84027125,27125,\"US_MN\",,,3,\"Minnesota\",\"Red Lake\",,\"USA.24.64_1\",\"ChIJ65ZsuTWnx1IRB2gXap2uh4E\",\"US27125\",\"27125\",47.8917942047119,-96.0984138021998,4055,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7b6112cc\",\"27127\",,84027127,27127,\"US_MN\",,,3,\"Minnesota\",\"Redwood\",\"Redwood County, Minnesota\",\"USA.24.65_1\",\"ChIJl3SlWffQiocR0IOPNQz78Qc\",\"US27127\",\"27127\",44.3903465270997,-95.228040959925,15170,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9cd93fcb\",\"27129\",,84027129,27129,\"US_MN\",,,3,\"Minnesota\",\"Renville\",,\"USA.24.66_1\",\"ChIJXek99vJL9YcRp_q_zlLCgF4\",\"US27129\",\"27129\",44.6722106933593,-94.9647514258385,14548,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8b1986b8\",\"27131\",,84027131,27131,\"US_MN\",,,3,\"Minnesota\",\"Rice\",\"Rice County, Minnesota\",\"USA.24.67_1\",\"ChIJL9Fi4rFZ9ocRLszCJpE1754\",\"US27131\",\"27131\",44.3356647491455,-93.2829911639664,66972,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6517e794\",\"27133\",,84027133,27133,\"US_MN\",,,3,\"Minnesota\",\"Rock\",,\"USA.24.68_1\",\"ChIJDx4MTFH3i4cRFxtQqT6sBnU\",\"US27133\",\"27133\",43.6811714172363,-96.2532388080751,9315,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8c7442a1\",\"27135\",,84027135,27135,\"US_MN\",,,3,\"Minnesota\",\"Roseau\",,\"USA.24.69_1\",\"ChIJJ4KgrC9Lv1IRfnlm6Vq7siE\",\"US27135\",\"27135\",48.798740386963,-95.7497516774072,15165,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"85c20e8a\",\"27139\",,84027139,27139,\"US_MN\",,,3,\"Minnesota\",\"Scott\",\"Scott County, Minnesota\",\"USA.24.71_1\",\"ChIJLym6qK0b9ocROVQtWfTPN7A\",\"US27139\",\"27139\",44.6805801391602,-93.5039581475915,149013,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c458107f\",\"27141\",,84027141,27141,\"US_MN\",,,3,\"Minnesota\",\"Sherburne\",\"Sherburne County, Minnesota\",\"USA.24.72_1\",\"ChIJI5Bu5mp9s1IR7Wk4zB8jpD0\",\"US27141\",\"27141\",45.4027042388916,-93.7639401155861,97238,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2a567153\",\"27143\",,84027143,27143,\"US_MN\",,,3,\"Minnesota\",\"Sibley\",,\"USA.24.73_1\",\"ChIJ5ygCaLm89YcRAXiG_kWmPkI\",\"US27143\",\"27143\",44.588665008545,-94.260731229456,14865,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"627a238d\",\"27137\",,84027137,27137,\"US_MN\",,,3,\"Minnesota\",\"St. Louis\",\"St. Louis County, Minnesota\",\"USA.24.70_1\",\"ChIJvyoH84qNpVIRt3pjGNnS1VQ\",\"US27137\",\"27137\",47.6439037322998,-92.430165534354,199070,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c335d466\",\"27145\",,84027145,27145,\"US_MN\",,,3,\"Minnesota\",\"Stearns\",\"Stearns County, Minnesota\",\"USA.24.74_1\",\"ChIJ6VQcyH5BtFIRnleWaEY1Fcg\",\"US27145\",\"27145\",45.530574798584,-94.6394660656074,161075,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2d3bb54a\",\"27147\",,84027147,27147,\"US_MN\",,,3,\"Minnesota\",\"Steele\",\"Steele County, Minnesota\",\"USA.24.75_1\",\"ChIJB4miB5ne9ocRWxu7JDGhUtI\",\"US27147\",\"27147\",44.0248050689698,-93.2256624119096,36649,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ca83984d\",\"27149\",,84027149,27149,\"US_MN\",,,3,\"Minnesota\",\"Stevens\",,\"USA.24.76_1\",\"ChIJP0_C35Kty1IRXlH9FaeUBgk\",\"US27149\",\"27149\",45.6731910705566,-96.006172768396,9805,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dd43213e\",\"27151\",,84027151,27151,\"US_MN\",,,3,\"Minnesota\",\"Swift\",,\"USA.24.77_1\",\"ChIJnde5PWzvylIRQSP2L7H3ziQ\",\"US27151\",\"27151\",45.3265647888184,-95.6864725338343,9266,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"334d4012\",\"27153\",,84027153,27153,\"US_MN\",,,3,\"Minnesota\",\"Todd\",\"Todd County, Minnesota\",\"USA.24.78_1\",\"ChIJI3MsnNkMtlIRvVKoyb0GAoM\",\"US27153\",\"27153\",46.0203762054443,-94.8968226366903,24664,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"da2ee527\",\"27155\",,84027155,27155,\"US_MN\",,,3,\"Minnesota\",\"Traverse\",,\"USA.24.79_1\",,\"US27155\",\"27155\",45.8071460723878,-96.4264319695642,3259,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3420840b\",\"27157\",,84027157,27157,\"US_MN\",,,3,\"Minnesota\",\"Wabasha\",\"Wabasha County, Minnesota\",\"USA.24.80_1\",\"ChIJYw0rLim8-YcRonswvqM9rp8\",\"US27157\",\"27157\",44.2835903167725,-92.2323075312061,21627,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d398a90c\",\"27159\",,84027159,27159,\"US_MN\",,,3,\"Minnesota\",\"Wadena\",,\"USA.24.81_1\",\"ChIJXztPezM4tlIRAhxdJUzrMAs\",\"US27159\",\"27159\",46.522840499878,-94.9684319138498,13682,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f66e72fd\",\"27161\",,84027161,27161,\"US_MN\",,,3,\"Minnesota\",\"Waseca\",\"Waseca County, Minnesota\",\"USA.24.82_1\",\"ChIJmzdsy_yi9ocRkG1GfEdBpjo\",\"US27161\",\"27161\",44.0880146026612,-93.5867228681396,18612,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"186013d1\",\"27163\",,84027163,27163,\"US_MN\",,,3,\"Minnesota\",\"Washington\",\"Washington County, Minnesota\",\"USA.24.83_1\",\"ChIJ_UOxZ3vCslIR_TDTigqnRuU\",\"US27163\",\"27163\",45.0151901245118,-92.8751700753381,262440,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f103b6e4\",\"27165\",,84027165,27165,\"US_MN\",,,3,\"Minnesota\",\"Watonwan\",,\"USA.24.84_1\",\"ChIJoUYUGQWT9IcRO7ZGX1plFtc\",\"US27165\",\"27165\",43.9797401428223,-94.6148824570647,10897,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1f0dd7c8\",\"27167\",,84027167,27167,\"US_MN\",,,3,\"Minnesota\",\"Wilkin\",,\"USA.24.85_1\",\"ChIJtV1HZytByVIRIKJ8P5KFqnY\",\"US27167\",\"27167\",46.3266696929932,-96.4426914015544,6207,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f8b5facf\",\"27169\",,84027169,27169,\"US_MN\",,,3,\"Minnesota\",\"Winona\",\"Winona County, Minnesota\",\"USA.24.86_1\",\"ChIJjbtn1ea9-YcR6tX3keOHDC0\",\"US27169\",\"27169\",44.0228309631348,-91.7974191886838,50484,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ef7543bc\",\"27171\",,84027171,27171,\"US_MN\",,,3,\"Minnesota\",\"Wright\",\"Wright County, Minnesota\",\"USA.24.87_1\",\"ChIJP5pjKIyetFIRf-rFeby3CCY\",\"US27171\",\"27171\",45.2032852172852,-93.9537895701512,138377,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"017b2290\",\"27173\",,84027173,27173,\"US_MN\",,,3,\"Minnesota\",\"Yellow Medicine\",,\"USA.24.88_1\",\"ChIJd6pTMY1viocRXvuoid_oaLw\",\"US27173\",\"27173\",44.7396965026856,-95.9391570856551,9709,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f995af1a\",\"28001\",,84028001,28001,\"US_MS\",,,3,\"Mississippi\",\"Adams\",\"Adams County, Mississippi\",\"USA.25.1_1\",\"ChIJRRKSipXwJYYRwUMfKKrt37w\",\"US28001\",\"28001\",31.470030784607,-91.3372523498917,30693,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"179bce36\",\"28003\",,84028003,28003,\"US_MS\",,,3,\"Mississippi\",\"Alcorn\",\"Alcorn County, Mississippi\",\"USA.25.2_1\",\"ChIJc6pJGwzefYgRBRjzzlx6CuE\",\"US28003\",\"28003\",34.9287700653077,-88.5949624542123,36953,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fef86b03\",\"28005\",,84028005,28005,\"US_MS\",,,3,\"Mississippi\",\"Amite\",,\"USA.25.3_1\",\"ChIJyw2QjH1IJoYR7NQfQZPDcpI\",\"US28005\",\"28005\",31.1171798706056,-90.8052463279853,12297,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"10f60a2f\",\"28007\",,84028007,28007,\"US_MS\",,,3,\"Mississippi\",\"Attala\",\"Attala County, Mississippi\",\"USA.25.4_1\",\"ChIJgeJmEAIegYgRsbgFIXG9Ono\",\"US28007\",\"28007\",33.0801010131837,-89.570974963228,18174,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f74e2728\",\"28009\",,84028009,28009,\"US_MS\",,,3,\"Mississippi\",\"Benton\",,\"USA.25.5_1\",\"ChIJuVOuzmd-gIgRbN5TVuKBZng\",\"US28009\",\"28009\",34.7966899871827,-89.1937571076099,8259,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e08e9e5b\",\"28011\",,84028011,28011,\"US_MS\",,,3,\"Mississippi\",\"Bolivar\",\"Bolivar County, Mississippi\",\"USA.25.6_1\",\"ChIJzQl8yH2fK4YRB5Uc0kHdiyQ\",\"US28011\",\"28011\",33.8269996643067,-90.8574159487664,30628,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0e80ff77\",\"28013\",,84028013,28013,\"US_MS\",,,3,\"Mississippi\",\"Calhoun\",,\"USA.25.7_1\",\"ChIJufoFQIzlgIgREjDagcaUs4U\",\"US28013\",\"28013\",34.0063457489014,-89.3225907686905,14361,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e7e35a42\",\"28015\",,84028015,28015,\"US_MS\",,,3,\"Mississippi\",\"Carroll\",,\"USA.25.8_1\",\"ChIJLXGSJG7egYgRL9_FPAaFJZE\",\"US28015\",\"28015\",33.4383449554444,-89.9617324082284,9947,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"09ed3b6e\",\"28017\",,84028017,28017,\"US_MS\",,,3,\"Mississippi\",\"Chickasaw\",\"Chickasaw County, Mississippi\",\"USA.25.9_1\",\"ChIJZ3C69n8vgYgRP1W_VSLiTpo\",\"US28017\",\"28017\",33.9443702697754,-88.9294972191068,17103,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ee551669\",\"28019\",,84028019,28019,\"US_MS\",,,3,\"Mississippi\",\"Choctaw\",,\"USA.25.10_1\",,\"US28019\",\"28019\",33.3090591430664,-89.2701861819645,8210,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cba3cd98\",\"28021\",,84028021,28021,\"US_MS\",,,3,\"Mississippi\",\"Claiborne\",,\"USA.25.11_1\",\"ChIJS_5IT0SLKIYRknQ1hakNKis\",\"US28021\",\"28021\",32.0036659240723,-90.9010318375944,8988,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"25adacb4\",\"28023\",,84028023,28023,\"US_MS\",,,3,\"Mississippi\",\"Clarke\",\"Clarke County, Mississippi\",\"USA.25.12_1\",\"ChIJVSQPihOfhIgR8JqCpMq9FdY\",\"US28023\",\"28023\",32.0388956069947,-88.6825731857562,15541,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ccce0981\",\"28025\",,84028025,28025,\"US_MS\",,,3,\"Mississippi\",\"Clay\",\"Clay County, Mississippi\",\"USA.25.13_1\",\"ChIJqcOHvg7ThogR6l3BKmaOt6I\",\"US28025\",\"28025\",33.660270690918,-88.7762861021692,19316,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"22c068ad\",\"28027\",,84028027,28027,\"US_MS\",,,3,\"Mississippi\",\"Coahoma\",\"Coahoma County, Mississippi\",\"USA.25.14_1\",\"ChIJE4EonbUmK4YRfLwysXC4gsA\",\"US28027\",\"28027\",34.2596206665039,-90.6424417772518,22124,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c57845aa\",\"28029\",,84028029,28029,\"US_MS\",,,3,\"Mississippi\",\"Copiah\",\"Copiah County, Mississippi\",\"USA.25.15_1\",\"ChIJ48uaw29nKIYRPyvCb5XqzUo\",\"US28029\",\"28029\",31.8756046295167,-90.4273717824335,28065,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d2b8fcd9\",\"28031\",,84028031,28031,\"US_MS\",,,3,\"Mississippi\",\"Covington\",\"Covington County, Mississippi\",\"USA.25.16_1\",\"ChIJh4EtP4jLgogRz9fqXYUqO7M\",\"US28031\",\"28031\",31.6913719177246,-89.5781726321454,18636,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3cb69df5\",\"28033\",,84028033,28033,\"US_MS\",,,3,\"Mississippi\",\"DeSoto\",\"DeSoto County, Mississippi\",\"USA.25.17_1\",\"ChIJ2QPCM3dR1YcRVGbyYq2XnvY\",\"US28033\",\"28033\",34.8185348510743,-89.9632712339785,184945,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d5d538c0\",\"28035\",,84028035,28035,\"US_MS\",,,3,\"Mississippi\",\"Forrest\",\"Forrest County, Mississippi\",\"USA.25.18_1\",\"ChIJf8mEfdLonIgRkCk6zB-jx08\",\"US28035\",\"28035\",31.1500043869019,-89.2473004022712,74897,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3bdb59ec\",\"28037\",,84028037,28037,\"US_MS\",,,3,\"Mississippi\",\"Franklin\",,\"USA.25.19_1\",,\"US28037\",\"28037\",31.4529361724854,-90.895999817221,7713,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dc6374eb\",\"28039\",,84028039,28039,\"US_MS\",,,3,\"Mississippi\",\"George\",\"George County, Mississippi\",\"USA.25.20_1\",\"ChIJB2Znc_V5m4gRggzEJQT9wGs\",\"US28039\",\"28039\",30.8808307647705,-88.6523439983134,24500,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9df96a1e\",\"28041\",,84028041,28041,\"US_MS\",,,3,\"Mississippi\",\"Greene\",,\"USA.25.21_1\",\"ChIJl4lkYKVnm4gRI2YxYbG2aCo\",\"US28041\",\"28041\",31.2218751907348,-88.6386246247435,13586,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"73f70b32\",\"28043\",,84028043,28043,\"US_MS\",,,3,\"Mississippi\",\"Grenada\",\"Grenada County, Mississippi\",\"USA.25.22_1\",\"ChIJTdSd54TLgYgR1rfb0JksgqQ\",\"US28043\",\"28043\",33.7941360473633,-89.8223012978531,20758,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9a94ae07\",\"28045\",,84028045,28045,\"US_MS\",,,3,\"Mississippi\",\"Hancock\",\"Hancock County, Mississippi\",\"USA.25.23_1\",\"ChIJoR-iou7OnYgR2pR23Kyt8Mk\",\"US28045\",\"28045\",30.4115657806397,-89.5122268074339,47632,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"749acf2b\",\"28047\",,84028047,28047,\"US_MS\",,,3,\"Mississippi\",\"Harrison\",\"Harrison County, Mississippi\",\"USA.25.24_1\",\"ChIJv5Sk26ZYnIgRQgAVlhf_dP8\",\"US28047\",\"28047\",30.5503177642823,-89.1121655701635,208080,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9322e22c\",\"28049\",,84028049,28049,\"US_MS\",,,3,\"Mississippi\",\"Hinds\",\"Hinds County, Mississippi\",\"USA.25.25_1\",\"ChIJI2rqGA5OKIYRvsgsniCjZ1o\",\"US28049\",\"28049\",32.3110313415528,-90.4309225707022,231840,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"84e25b5f\",\"28051\",,84028051,28051,\"US_MS\",,,3,\"Mississippi\",\"Holmes\",\"Holmes County, Mississippi\",\"USA.25.26_1\",\"ChIJgeJmEAIegYgRFqKxlo2VoIs\",\"US28051\",\"28051\",33.1258144378663,-90.0739268107111,17010,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6aec3a73\",\"28053\",,84028053,28053,\"US_MS\",,,3,\"Mississippi\",\"Humphreys\",,\"USA.25.27_1\",\"ChIJAXVu1FopKoYRk1adlnn5ZAc\",\"US28053\",\"28053\",33.1261997222901,-90.5377282781297,8064,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"838f9f46\",\"28055\",,84028055,28055,\"US_MS\",,,3,\"Mississippi\",\"Issaquena\",,\"USA.25.28_1\",,\"US28055\",\"28055\",32.7115859985352,-91.0084931457434,1327,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6d81fe6a\",\"28057\",,84028057,28057,\"US_MS\",,,3,\"Mississippi\",\"Itawamba\",\"Itawamba County, Mississippi\",\"USA.25.29_1\",\"ChIJmZEjB25lh4gRuPuzOmATQQM\",\"US28057\",\"28057\",34.2573757171631,-88.3622741105866,23390,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8a39d36d\",\"28059\",,84028059,28059,\"US_MS\",,,3,\"Mississippi\",\"Jackson\",\"Jackson County, Mississippi\",\"USA.25.30_1\",\"ChIJj6rgU4BYmogRWO1Lr8TYCLM\",\"US28059\",\"28059\",30.5342254638672,-88.6441178760408,143617,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"afcf089c\",\"28061\",,84028061,28061,\"US_MS\",,,3,\"Mississippi\",\"Jasper\",\"Jasper County, Mississippi\",\"USA.25.31_1\",\"ChIJC7wY7fw_g4gRzIThGPu62KE\",\"US28061\",\"28061\",31.9903764724732,-89.1166437935136,16383,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"41c169b0\",\"28063\",,84028063,28063,\"US_MS\",,,3,\"Mississippi\",\"Jefferson\",,\"USA.25.32_1\",\"ChIJRxWT-B2wKIYR2It5NonIDJY\",\"US28063\",\"28063\",31.7373056411744,-91.0274746023877,6990,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a8a2cc85\",\"28065\",,84028065,28065,\"US_MS\",,,3,\"Mississippi\",\"Jefferson Davis\",,\"USA.25.33_1\",\"ChIJ3VJifiGugogRkW4Q-utVK1A\",\"US28065\",\"28065\",31.5785465240479,-89.8367962647648,11128,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"46acada9\",\"28067\",,84028067,28067,\"US_MS\",,,3,\"Mississippi\",\"Jones\",\"Jones County, Mississippi\",\"USA.25.34_1\",\"ChIJCbL-F9k9g4gRFOTAzCzaZdc\",\"US28067\",\"28067\",31.7015752792358,-89.1730894420939,68098,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a11480ae\",\"28069\",,84028069,28069,\"US_MS\",,,3,\"Mississippi\",\"Kemper\",,\"USA.25.35_1\",\"ChIJHX_XtF0MhIgRswOEUl7n0k8\",\"US28069\",\"28069\",32.7656803131104,-88.6405197825625,9742,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b6d439dd\",\"28071\",,84028071,28071,\"US_MS\",,,3,\"Mississippi\",\"Lafayette\",\"Lafayette County, Mississippi\",\"USA.25.36_1\",\"ChIJY14XtI2PgIgR7G2ym-a21dc\",\"US28071\",\"28071\",34.3624057769775,-89.4829200276727,54019,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"58da58f1\",\"28073\",,84028073,28073,\"US_MS\",,,3,\"Mississippi\",\"Lamar\",\"Lamar County, Mississippi\",\"USA.25.37_1\",\"ChIJa1B7ygEcnYgRd_YPM1ZL4Ck\",\"US28073\",\"28073\",31.2146558761597,-89.5012261261274,63343,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b1b9fdc4\",\"28075\",,84028075,28075,\"US_MS\",,,3,\"Mississippi\",\"Lauderdale\",\"Lauderdale County, Mississippi\",\"USA.25.38_1\",\"ChIJCUyvgXd8hIgRUcxs7EZcH9c\",\"US28075\",\"28075\",32.3589096069336,-88.6635044275346,74125,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5fb79ce8\",\"28077\",,84028077,28077,\"US_MS\",,,3,\"Mississippi\",\"Lawrence\",,\"USA.25.39_1\",\"ChIJ721kY_37J4YRPvix7N1Qzns\",\"US28077\",\"28077\",31.6178159713745,-90.1113359957085,12586,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b80fb1ef\",\"28079\",,84028079,28079,\"US_MS\",,,3,\"Mississippi\",\"Leake\",\"Leake County, Mississippi\",\"USA.25.40_1\",\"ChIJb2QfwzNbgogR6jecr4dhV3Y\",\"US28079\",\"28079\",32.781499862671,-89.5254234535343,22786,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"314c2512\",\"28081\",,84028081,28081,\"US_MS\",,,3,\"Mississippi\",\"Lee\",\"Lee County, Mississippi\",\"USA.25.41_1\",\"ChIJy877p8JPh4gRjcM_c4XLE9I\",\"US28081\",\"28081\",34.2775897979737,-88.6851960357662,85436,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"df42443e\",\"28083\",,84028083,28083,\"US_MS\",,,3,\"Mississippi\",\"Leflore\",\"Leflore County, Mississippi\",\"USA.25.42_1\",\"ChIJV6E1LjVhKoYRcLQDlfgJk0o\",\"US28083\",\"28083\",33.5319900512696,-90.2784595065573,28183,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3621e10b\",\"28085\",,84028085,28085,\"US_MS\",,,3,\"Mississippi\",\"Lincoln\",\"Lincoln County, Mississippi\",\"USA.25.43_1\",\"ChIJe2etGRvaJ4YRp-gUhVO6R7o\",\"US28085\",\"28085\",31.4717206954957,-90.4411244179908,34153,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d82f8027\",\"28087\",,84028087,28087,\"US_MS\",,,3,\"Mississippi\",\"Lowndes\",\"Lowndes County, Mississippi\",\"USA.25.44_1\",\"ChIJwct3cYnEhogRc4P7VVHq6ok\",\"US28087\",\"28087\",33.5194206237793,-88.4283506066178,58595,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3f97ad20\",\"28089\",,84028089,28089,\"US_MS\",,,3,\"Mississippi\",\"Madison\",\"Madison County, Mississippi\",\"USA.25.45_1\",\"ChIJQ7Wxx-zZKYYRD4HtUfpaT8k\",\"US28089\",\"28089\",32.6413898468018,-90.0200054002809,106272,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"28571453\",\"28091\",,84028091,28091,\"US_MS\",,,3,\"Mississippi\",\"Marion\",\"Marion County, Mississippi\",\"USA.25.46_1\",\"ChIJr3-VHNtnnYgRLsmH69uLW_Q\",\"US28091\",\"28091\",31.2041959762574,-89.8445310218757,24573,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c659757f\",\"28093\",,84028093,28093,\"US_MS\",,,3,\"Mississippi\",\"Marshall\",\"Marshall County, Mississippi\",\"USA.25.47_1\",\"ChIJv0AWRgXPf4gRDB-aesyDY8g\",\"US28093\",\"28093\",34.7311153411866,-89.5108488852674,35294,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2f3ad04a\",\"28095\",,84028095,28095,\"US_MS\",,,3,\"Mississippi\",\"Monroe\",\"Monroe County, Mississippi\",\"USA.25.48_1\",\"ChIJQWLAsl4zh4gRE_8RP_akfvE\",\"US28095\",\"28095\",33.8545818328858,-88.4778041953313,35252,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c134b166\",\"28097\",,84028097,28097,\"US_MS\",,,3,\"Mississippi\",\"Montgomery\",\"Montgomery County, Mississippi\",\"USA.25.49_1\",\"ChIJhXaLcoi-gYgRb3pPTk_rfZw\",\"US28097\",\"28097\",33.5697555541992,-89.646103308742,9775,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"268c9c61\",\"28099\",,84028099,28099,\"US_MS\",,,3,\"Mississippi\",\"Neshoba\",\"Neshoba County, Mississippi\",\"USA.25.50_1\",\"ChIJ6f1CjwbAg4gREviDjnnG1es\",\"US28099\",\"28099\",32.7017097473146,-89.1171274823978,29118,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f857c52d\",\"28101\",,84028101,28101,\"US_MS\",,,3,\"Mississippi\",\"Newton\",\"Newton County, Mississippi\",\"USA.25.51_1\",\"ChIJeZNTE_ahg4gRUxIK9i5J7CU\",\"US28101\",\"28101\",32.4429740905763,-89.1187347576173,21018,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1659a401\",\"28103\",,84028103,28103,\"US_MS\",,,3,\"Mississippi\",\"Noxubee\",,\"USA.25.52_1\",\"ChIJ61vgkxunhogRCchve2QrJ5A\",\"US28103\",\"28103\",33.1176452636719,-88.5694845128823,10417,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ff3a0134\",\"28105\",,84028105,28105,\"US_MS\",,,3,\"Mississippi\",\"Oktibbeha\",\"Oktibbeha County, Mississippi\",\"USA.25.53_1\",\"ChIJPbrN9dwvgYgRG1ZglcuDFmU\",\"US28105\",\"28105\",33.4186038970948,-88.8816048825532,49587,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"11346018\",\"28107\",,84028107,28107,\"US_MS\",,,3,\"Mississippi\",\"Panola\",\"Panola County, Mississippi\",\"USA.25.54_1\",\"ChIJNSJSZuIEgIgR3xHhJLfk-R4\",\"US28107\",\"28107\",34.3793697357179,-89.9603109179383,34192,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f68c4d1f\",\"28109\",,84028109,28109,\"US_MS\",,,3,\"Mississippi\",\"Pearl River\",\"Pearl River County, Mississippi\",\"USA.25.55_1\",\"ChIJ78v8mVEKnYgRxBGpx55j-SU\",\"US28109\",\"28109\",30.7358064651489,-89.5834406275741,55535,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e14cf46c\",\"28111\",,84028111,28111,\"US_MS\",,,3,\"Mississippi\",\"Perry\",,\"USA.25.56_1\",\"ChIJbZInDAuOnIgRMsUJPIm_yas\",\"US28111\",\"28111\",31.1789894104004,-88.9928729069905,11973,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0f429540\",\"28113\",,84028113,28113,\"US_MS\",,,3,\"Mississippi\",\"Pike\",\"Pike County, Mississippi\",\"USA.25.57_1\",\"ChIJ_YgGUcK2J4YRA6Y2yX0iXUY\",\"US28113\",\"28113\",31.1751346588135,-90.4068506361235,39288,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e6213075\",\"28115\",,84028115,28115,\"US_MS\",,,3,\"Mississippi\",\"Pontotoc\",\"Pontotoc County, Mississippi\",\"USA.25.58_1\",\"ChIJSaA0XN7BgIgRswdAYXbBHYA\",\"US28115\",\"28115\",34.2643356323243,-89.0360024060825,32174,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"082f5159\",\"28117\",,84028117,28117,\"US_MS\",,,3,\"Mississippi\",\"Prentiss\",\"Prentiss County, Mississippi\",\"USA.25.59_1\",\"ChIJEdIYay2LfYgR7gYekyUbrRo\",\"US28117\",\"28117\",34.6702938079834,-88.5256419441139,25126,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ef977c5e\",\"28119\",,84028119,28119,\"US_MS\",,,3,\"Mississippi\",\"Quitman\",,\"USA.25.60_1\",\"ChIJAfvF2Z7cKoYRZnyqXrpVa0s\",\"US28119\",\"28119\",34.2865848541261,-90.2829557088091,6792,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ca61a7af\",\"28121\",,84028121,28121,\"US_MS\",,,3,\"Mississippi\",\"Rankin\",\"Rankin County, Mississippi\",\"USA.25.61_1\",\"ChIJBdaWCaRHKIYR7zdhhtyReXc\",\"US28121\",\"28121\",32.31982421875,-89.9428441911459,155271,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"246fc683\",\"28123\",,84028123,28123,\"US_MS\",,,3,\"Mississippi\",\"Scott\",\"Scott County, Mississippi\",\"USA.25.62_1\",\"ChIJvVc5iHlYgogRouKtH0Lb21Q\",\"US28123\",\"28123\",32.4668407440186,-89.541279938152,28124,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cd0c63b6\",\"28125\",,84028125,28125,\"US_MS\",,,3,\"Mississippi\",\"Sharkey\",,\"USA.25.63_1\",,\"US28125\",\"28125\",32.8806438446046,-90.8204415511395,4321,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2302029a\",\"28127\",,84028127,28127,\"US_MS\",,,3,\"Mississippi\",\"Simpson\",\"Simpson County, Mississippi\",\"USA.25.64_1\",\"ChIJ67iWQimZgogRW0fTUN5CiZE\",\"US28127\",\"28127\",31.8997564315796,-89.9037825725513,26658,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c4ba2f9d\",\"28129\",,84028129,28129,\"US_MS\",,,3,\"Mississippi\",\"Smith\",,\"USA.25.65_1\",\"ChIJF3Moi4vlgogRh8tqN9jPUTY\",\"US28129\",\"28129\",31.9389257431031,-89.4880527623276,15916,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d37a96ee\",\"28131\",,84028131,28131,\"US_MS\",,,3,\"Mississippi\",\"Stone\",\"Stone County, Mississippi\",\"USA.25.66_1\",\"ChIJRUJvZXONnIgRGpKJDAWp8Tk\",\"US28131\",\"28131\",30.7868995666504,-89.113050636158,18336,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3d74f7c2\",\"28133\",,84028133,28133,\"US_MS\",,,3,\"Mississippi\",\"Sunflower\",\"Sunflower County, Mississippi\",\"USA.25.67_1\",\"ChIJbUwE4oeqK4YR_SKzrKplNsY\",\"US28133\",\"28133\",33.7138271331787,-90.5562208538795,25110,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d41752f7\",\"28135\",,84028135,28135,\"US_MS\",,,3,\"Mississippi\",\"Tallahatchie\",,\"USA.25.68_1\",\"ChIJL6fDplSMKoYRbIvoB0SKF1o\",\"US28135\",\"28135\",33.940601348877,-90.1893120483517,13809,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3a1933db\",\"28137\",,84028137,28137,\"US_MS\",,,3,\"Mississippi\",\"Tate\",\"Tate County, Mississippi\",\"USA.25.69_1\",\"ChIJ4yp8l7f5f4gRB9Qv_1eLAKM\",\"US28137\",\"28137\",34.6667404174806,-89.9448252764346,28321,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dda11edc\",\"28139\",,84028139,28139,\"US_MS\",,,3,\"Mississippi\",\"Tippah\",\"Tippah County, Mississippi\",\"USA.25.70_1\",\"ChIJ89ZSBf0NfogRRHveFVj-MIA\",\"US28139\",\"28139\",34.7966899871827,-88.9206022746618,22015,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9c3b0029\",\"28141\",,84028141,28141,\"US_MS\",,,3,\"Mississippi\",\"Tishomingo\",\"Tishomingo County, Mississippi\",\"USA.25.71_1\",\"ChIJJyd9LpmEfYgR_BNY8IWNDG4\",\"US28141\",\"28141\",34.7095890045166,-88.2273896219431,19383,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"72356105\",\"28143\",,84028143,28143,\"US_MS\",,,3,\"Mississippi\",\"Tunica\",\"Tunica County, Mississippi\",\"USA.25.72_1\",\"ChIJ8W80tQ8x1YcRNCEeMc1xf7s\",\"US28143\",\"28143\",34.6592197418214,-90.3524935145894,9632,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9b56c430\",\"28145\",,84028145,28145,\"US_MS\",,,3,\"Mississippi\",\"Union\",\"Union County, Mississippi\",\"USA.25.73_1\",\"ChIJc2eCIjYcfogR9mM-APEHROk\",\"US28145\",\"28145\",34.4474506378175,-89.0177507763909,28815,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7558a51c\",\"28147\",,84028147,28147,\"US_MS\",,,3,\"Mississippi\",\"Walthall\",,\"USA.25.74_1\",\"ChIJ_Ws3ryGKJ4YRwSFYC4EWOAU\",\"US28147\",\"28147\",31.1551113128662,-90.1368297425668,14286,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"92e0881b\",\"28149\",,84028149,28149,\"US_MS\",,,3,\"Mississippi\",\"Warren\",\"Warren County, Mississippi\",\"USA.25.75_1\",\"ChIJo_cXjCseKYYRgJt8XmVVyZk\",\"US28149\",\"28149\",32.3508319854737,-90.7928275829002,45381,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"85203168\",\"28151\",,84028151,28151,\"US_MS\",,,3,\"Mississippi\",\"Washington\",\"Washington County, Mississippi\",\"USA.25.76_1\",\"ChIJo_jQcb-9K4YRiLgoHJtcQ7w\",\"US28151\",\"28151\",33.2680397033692,-90.8827498171217,43909,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6b2e5044\",\"28153\",,84028153,28153,\"US_MS\",,,3,\"Mississippi\",\"Wayne\",\"Wayne County, Mississippi\",\"USA.25.77_1\",\"ChIJeduQ4weYnIgR9ztNZM26NnY\",\"US28153\",\"28153\",31.6530952453614,-88.7022367256892,20183,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"824df571\",\"28155\",,84028155,28155,\"US_MS\",,,3,\"Mississippi\",\"Webster\",,\"USA.25.78_1\",\"ChIJdRFh_EsPgYgRCN8nXIhRSMs\",\"US28155\",\"28155\",33.6000308990479,-89.2631904667468,9689,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6c43945d\",\"28157\",,84028157,28157,\"US_MS\",,,3,\"Mississippi\",\"Wilkinson\",,\"USA.25.79_1\",\"ChIJNSThkiwJJoYRHQxayjEqEq4\",\"US28157\",\"28157\",31.1866455078126,-91.3263258605468,8630,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8bfbb95a\",\"28159\",,84028159,28159,\"US_MS\",,,3,\"Mississippi\",\"Winston\",\"Winston County, Mississippi\",\"USA.25.80_1\",\"ChIJFXziuRhygYgRSLmqJAQ8Vf8\",\"US28159\",\"28159\",33.0973205566407,-89.0678376578072,17955,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ae0d62ab\",\"28161\",,84028161,28161,\"US_MS\",,,3,\"Mississippi\",\"Yalobusha\",\"Yalobusha County, Mississippi\",\"USA.25.81_1\",\"ChIJ_0G2MVB6gIgRXQc0scLiLGc\",\"US28161\",\"28161\",34.0400600433351,-89.7163865178131,12108,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"40030387\",\"28163\",,84028163,28163,\"US_MS\",,,3,\"Mississippi\",\"Yazoo\",\"Yazoo County, Mississippi\",\"USA.25.82_1\",\"ChIJnZhQNx2XKYYRVHyE9R1ebTE\",\"US28163\",\"28163\",32.7610950469971,-90.36209067122,29690,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4129c87f\",\"29001\",,84029001,29001,\"US_MO\",,,3,\"Missouri\",\"Adair\",\"Adair County, Missouri\",\"USA.26.1_1\",\"ChIJx4XcWkQM6IcRTMBpXv55KZ0\",\"US29001\",\"29001\",40.1300315856934,-92.6006821568459,25343,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"af27a953\",\"29003\",,84029003,29003,\"US_MO\",,,3,\"Missouri\",\"Andrew\",\"Andrew County, Missouri\",\"USA.26.2_1\",\"ChIJw1rTzxMswocRpopTQLAYLZY\",\"US29003\",\"29003\",39.9728450775146,-94.8032691777853,17712,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"46440c66\",\"29005\",,84029005,29005,\"US_MO\",,,3,\"Missouri\",\"Atchison\",,\"USA.26.3_1\",,\"US29005\",\"29005\",40.4204597473145,-95.4185283447049,5143,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a84a6d4a\",\"29007\",,84029007,29007,\"US_MO\",,,3,\"Missouri\",\"Audrain\",\"Audrain County, Missouri\",\"USA.26.4_1\",\"ChIJzcntDTb_3IcRF8jo6NwtoFE\",\"US29007\",\"29007\",39.1946506500244,-91.7624008756124,25388,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4ff2404d\",\"29009\",,84029009,29009,\"US_MO\",,,3,\"Missouri\",\"Barry\",\"Barry County, Missouri\",\"USA.26.5_1\",\"ChIJt5rxOQTMyIcRKgwSQ5c_2jA\",\"US29009\",\"29009\",36.7187919616699,-93.822496228853,35789,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5832f93e\",\"29011\",,84029011,29011,\"US_MO\",,,3,\"Missouri\",\"Barton\",,\"USA.26.6_1\",\"ChIJ_67osuUzxocRKwHSpzytWgQ\",\"US29011\",\"29011\",37.4823150634766,-94.3484568119433,11754,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b63c9812\",\"29013\",,84029013,29013,\"US_MO\",,,3,\"Missouri\",\"Bates\",\"Bates County, Missouri\",\"USA.26.7_1\",\"ChIJVVb3YvOXxocRkOy6bDTgyoc\",\"US29013\",\"29013\",38.3019351959229,-94.3426885755053,16172,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5f5f3d27\",\"29015\",,84029015,29015,\"US_MO\",,,3,\"Missouri\",\"Benton\",,\"USA.26.8_1\",\"ChIJd2Lsl1YVxIcR9Pg72SDNyFs\",\"US29015\",\"29015\",38.3048057556153,-93.297033458485,19443,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b1515c0b\",\"29017\",,84029017,29017,\"US_MO\",,,3,\"Missouri\",\"Bollinger\",,\"USA.26.9_1\",\"ChIJCx-SlaIC2IcRdzI9q4zgY-A\",\"US29017\",\"29017\",37.3622398376465,-90.0048263559706,12133,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"56e9710c\",\"29019\",,84029019,29019,\"US_MO\",,,3,\"Missouri\",\"Boone\",\"Boone County, Missouri\",\"USA.26.10_1\",\"ChIJJYH0pyWf3IcRR7g9tbBfVNs\",\"US29019\",\"29019\",38.9458160400391,-92.3401391397022,180463,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"731faafd\",\"29021\",,84029021,29021,\"US_MO\",,,3,\"Missouri\",\"Buchanan\",\"Buchanan County, Missouri\",\"USA.26.11_1\",\"ChIJB-1FnA4UwIcRcPCfoLnRjZY\",\"US29021\",\"29021\",39.6725502014161,-94.812009548924,87364,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9d11cbd1\",\"29023\",,84029023,29023,\"US_MO\",,,3,\"Missouri\",\"Butler\",\"Butler County, Missouri\",\"USA.26.12_1\",\"ChIJ4XD797nJ14cR_BBKTxFdXI0\",\"US29023\",\"29023\",36.7138404846192,-90.3899451941376,42478,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"74726ee4\",\"29025\",,84029025,29025,\"US_MO\",,,3,\"Missouri\",\"Caldwell\",,\"USA.26.13_1\",\"ChIJT9WP9qXtwYcRa2HsedTczcA\",\"US29025\",\"29025\",39.6549510955811,-93.9866201577253,9020,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9a7c0fc8\",\"29027\",,84029027,29027,\"US_MO\",,,3,\"Missouri\",\"Callaway\",\"Callaway County, Missouri\",\"USA.26.14_1\",\"ChIJwW7F7wSxw4cR3_IDVcX9V0U\",\"US29027\",\"29027\",38.8102550506592,-91.8933933625095,44743,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7dc422cf\",\"29029\",,84029029,29029,\"US_MO\",,,3,\"Missouri\",\"Camden\",\"Camden County, Missouri\",\"USA.26.15_1\",\"ChIJbyufMCvexIcRHxvKR4nJ2bE\",\"US29029\",\"29029\",38.0332412719727,-92.7912323321609,46305,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6a049bbc\",\"29031\",,84029031,29031,\"US_MO\",,,3,\"Missouri\",\"Cape Girardeau\",\"Cape Girardeau County, Missouri\",\"USA.26.16_1\",\"ChIJ7Q-pZvyOd4gRAb-nUYfMqhM\",\"US29031\",\"29031\",37.3686714172364,-89.6447114509734,78871,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"840afa90\",\"29033\",,84029033,29033,\"US_MO\",,,3,\"Missouri\",\"Carroll\",,\"USA.26.17_1\",\"ChIJucowtQAxwocRHg7aV9Ql6zI\",\"US29033\",\"29033\",39.4101448059083,-93.476724127356,8679,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6d695fa5\",\"29035\",,84029035,29035,\"US_MO\",,,3,\"Missouri\",\"Carter\",,\"USA.26.18_1\",\"ChIJtXKvxXBO14cRHdffLime0ds\",\"US29035\",\"29035\",36.9492855072022,-90.9582386718355,5982,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"83673e89\",\"29037\",,84029037,29037,\"US_MO\",,,3,\"Missouri\",\"Cass\",\"Cass County, Missouri\",\"USA.26.19_1\",\"ChIJ60VnSicnwYcRCxOFL2boo3I\",\"US29037\",\"29037\",38.6122455596925,-94.3659417367552,105780,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"64df138e\",\"29039\",,84029039,29039,\"US_MO\",,,3,\"Missouri\",\"Cedar\",,\"USA.26.20_1\",\"ChIJcU34DF9lxocRRXURsQNMVsE\",\"US29039\",\"29039\",37.6909103393555,-93.8422066661613,14349,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"25450d7b\",\"29041\",,84029041,29041,\"US_MO\",,,3,\"Missouri\",\"Chariton\",,\"USA.26.21_1\",\"ChIJ6RgyfO31wocR_6ky0I8zswc\",\"US29041\",\"29041\",39.4641799926758,-92.9676657332146,7426,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cb4b6c57\",\"29043\",,84029043,29043,\"US_MO\",,,3,\"Missouri\",\"Christian\",\"Christian County, Missouri\",\"USA.26.22_1\",\"ChIJk9Zo3vRtz4cRyn6489lNhGs\",\"US29043\",\"29043\",36.9101848602296,-93.1220268856489,88595,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6ka7j29d\",\"29592\",,,29592,\"US_MO\",,,3,\"Missouri\",\"City of Joplin\",,\"USA.26.49.1_0\",,\"US29592\",\"29592\",37.0842,-94.5133,50925,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2228c962\",\"29045\",,84029045,29045,\"US_MO\",,,3,\"Missouri\",\"Clark\",,\"USA.26.23_1\",\"ChIJGyhNN6IN54cR8vAHwwvEvJs\",\"US29045\",\"29045\",40.4320011138917,-91.7336865274081,6797,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cc26a84e\",\"29047\",,84029047,29047,\"US_MO\",,,3,\"Missouri\",\"Clay\",\"Clay County, Missouri\",\"USA.26.24_1\",\"ChIJdVxCUHpLwIcRSNjdePaajZg\",\"US29047\",\"29047\",39.2949752807618,-94.4086662973507,249948,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2b9e8549\",\"29049\",,84029049,29049,\"US_MO\",,,3,\"Missouri\",\"Clinton\",\"Clinton County, Missouri\",\"USA.26.25_1\",\"ChIJi7df4Y80wIcRUmERgsBHSxs\",\"US29049\",\"29049\",39.6364192962647,-94.4080490388107,20387,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3c5e3c3a\",\"29051\",,84029051,29051,\"US_MO\",,,3,\"Missouri\",\"Cole\",\"Cole County, Missouri\",\"USA.26.26_1\",\"ChIJOdEOjp7Iw4cRKs70YYIi9Ko\",\"US29051\",\"29051\",38.5332012176515,-92.2435053660346,76745,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d2505d16\",\"29053\",,84029053,29053,\"US_MO\",,,3,\"Missouri\",\"Cooper\",\"Cooper County, Missouri\",\"USA.26.27_1\",\"ChIJxTAIXxVCw4cR3yKzWFOSSOM\",\"US29053\",\"29053\",38.8114757537843,-92.8075041665406,17709,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3b33f823\",\"29055\",,84029055,29055,\"US_MO\",,,3,\"Missouri\",\"Crawford\",\"Crawford County, Missouri\",\"USA.26.28_1\",\"ChIJw1roeLsm2ocRiJ5DM7XurYA\",\"US29055\",\"29055\",37.8980941772461,-91.3115818341885,23920,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d53d990f\",\"29057\",,84029057,29057,\"US_MO\",,,3,\"Missouri\",\"Dade\",,\"USA.26.29_1\",\"ChIJf4HdznAIxocRh97hJP-fG8M\",\"US29057\",\"29057\",37.4828109741211,-93.8498935214169,7561,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3285b408\",\"29059\",,84029059,29059,\"US_MO\",,,3,\"Missouri\",\"Dallas\",,\"USA.26.30_1\",\"ChIJnwMsTfMLxYcR5drL3Ztt7qA\",\"US29059\",\"29059\",37.6058063507081,-93.0131400114109,16878,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"17736ff9\",\"29061\",,84029061,29061,\"US_MO\",,,3,\"Missouri\",\"Daviess\",,\"USA.26.31_1\",\"ChIJo8ac7sQL6ocREpg6rENAqgQ\",\"US29061\",\"29061\",39.9613056182861,-93.9849729879833,8278,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f97d0ed5\",\"29063\",,84029063,29063,\"US_MO\",,,3,\"Missouri\",\"DeKalb\",,\"USA.26.32_1\",\"ChIJh5bQHB2A6ocRBsx4C3jgIBQ\",\"US29063\",\"29063\",39.9194355010987,-94.40762452189,12547,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"101eabe0\",\"29065\",,84029065,29065,\"US_MO\",,,3,\"Missouri\",\"Dent\",,\"USA.26.33_1\",\"ChIJ-_MFO4IV2ocR3o7GXRZcsLQ\",\"US29065\",\"29065\",37.6502952575684,-91.4807181360536,15573,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fe10cacc\",\"29067\",,84029067,29067,\"US_MO\",,,3,\"Missouri\",\"Douglas\",,\"USA.26.34_1\",\"ChIJG4D2UIroz4cRQhL3hdwyKqI\",\"US29067\",\"29067\",36.9330711364746,-92.4982608748487,13185,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"19a8e7cb\",\"29069\",,84029069,29069,\"US_MO\",,,3,\"Missouri\",\"Dunklin\",\"Dunklin County, Missouri\",\"USA.26.35_1\",\"ChIJPYAw5iUk1ocR3rwrJ4xNBrE\",\"US29069\",\"29069\",36.3115596771241,-90.0154218589156,29131,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0e685eb8\",\"29071\",,84029071,29071,\"US_MO\",,,3,\"Missouri\",\"Franklin\",\"Franklin County, Missouri\",\"USA.26.36_1\",\"ChIJlZYgiy4R2YcRdXW341H_0jY\",\"US29071\",\"29071\",38.4507713317871,-91.0525888747081,103967,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e0663f94\",\"29073\",,84029073,29073,\"US_MO\",,,3,\"Missouri\",\"Gasconade\",,\"USA.26.37_1\",\"ChIJxZflweyS24cRXcGWmGURgtk\",\"US29073\",\"29073\",38.4845409393311,-91.5050910817195,14706,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"09059aa1\",\"29075\",,84029075,29075,\"US_MO\",,,3,\"Missouri\",\"Gentry\",,\"USA.26.38_1\",\"ChIJtQ9WoDhg6ocRH11tJfQ2lnY\",\"US29075\",\"29075\",40.2583103179933,-94.4108473197987,6571,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e70bfb8d\",\"29077\",,84029077,29077,\"US_MO\",,,3,\"Missouri\",\"Greene\",\"Greene County, Missouri\",\"USA.26.39_1\",\"ChIJJRE2VCSKxYcRtd6Sq3JiUdg\",\"US29077\",\"29077\",37.2173957824708,-93.3337588347668,293086,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"00b3d68a\",\"29079\",,84029079,29079,\"US_MO\",,,3,\"Missouri\",\"Grundy\",,\"USA.26.40_1\",\"ChIJic9kuL_w6YcRXtl2KPAhfNE\",\"US29079\",\"29079\",40.0830554962158,-93.5670845281336,9850,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"89f04277\",\"29081\",,84029081,29081,\"US_MO\",,,3,\"Missouri\",\"Harrison\",,\"USA.26.41_1\",\"ChIJjaKvEVU56ocRwTjGuuaWWf0\",\"US29081\",\"29081\",40.3219299316407,-93.9899877165408,8352,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"67fe235b\",\"29083\",,84029083,29083,\"US_MO\",,,3,\"Missouri\",\"Henry\",\"Henry County, Missouri\",\"USA.26.42_1\",\"ChIJQ5R_EUUexIcRA-u2J7mJYF0\",\"US29083\",\"29083\",38.3789463043214,-93.7916682751423,21824,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8e9d866e\",\"29085\",,84029085,29085,\"US_MO\",,,3,\"Missouri\",\"Hickory\",,\"USA.26.43_1\",\"ChIJGQVhCyc1xIcRGLmTbKZGAME\",\"US29085\",\"29085\",37.989694595337,-93.2882473556027,9544,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6093e742\",\"29087\",,84029087,29087,\"US_MO\",,,3,\"Missouri\",\"Holt\",,\"USA.26.44_1\",,\"US29087\",\"29087\",40.0624809265137,-95.2312406009396,4403,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"872bca45\",\"29089\",,84029089,29089,\"US_MO\",,,3,\"Missouri\",\"Howard\",,\"USA.26.45_1\",\"ChIJYbLlFB49w4cR8sQ9Mk73eOI\",\"US29089\",\"29089\",39.1568355560303,-92.6931782136533,10001,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"90eb7336\",\"29091\",,84029091,29091,\"US_MO\",,,3,\"Missouri\",\"Howell\",\"Howell County, Missouri\",\"USA.26.46_1\",\"ChIJaUil5gST0IcR0hRzyye0F7M\",\"US29091\",\"29091\",36.7447814941407,-91.8951776969263,40117,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7ee5121a\",\"29093\",,84029093,29093,\"US_MO\",,,3,\"Missouri\",\"Iron\",,\"USA.26.47_1\",\"ChIJ1ZIvCdjR2YcR__2qeQ2tOh0\",\"US29093\",\"29093\",37.4978561401367,-90.6589489913493,10125,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9786b72f\",\"29095\",,84029095,29095,\"US_MO\",,,3,\"Missouri\",\"Jackson\",\"Jackson County, Missouri\",\"USA.26.48.1_0\",\"ChIJ1ROsTw1swYcRCr5MOFp61_0\",\"US29095\",\"29095\",39.01002188,-94.34724536,703011,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7988d603\",\"29097\",,84029097,29097,\"US_MO\",,,3,\"Missouri\",\"Jasper\",\"Jasper County, Missouri\",\"USA.26.49.2_0\",\"ChIJQbU6TfIoxocRTrzoDWs-CLc\",\"US29097\",\"29097\",37.20351921,-94.34050458,121328,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9e30fb04\",\"29099\",,84029099,29099,\"US_MO\",,,3,\"Missouri\",\"Jefferson\",\"Jefferson County, Missouri\",\"USA.26.50_1\",\"ChIJYdYCyp_c2IcRh4w_joxIqR0\",\"US29099\",\"29099\",38.2585792541505,-90.5681429910652,225081,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"40eba248\",\"29101\",,84029101,29101,\"US_MO\",,,3,\"Missouri\",\"Johnson\",\"Johnson County, Missouri\",\"USA.26.51_1\",\"ChIJ2Y_NTLD8w4cRA14JzmUgtbM\",\"US29101\",\"29101\",38.7440700531006,-93.815382728793,54062,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4h8hg8sd\",\"29901\",,,29901,\"US_MO\",,,3,\"Missouri\",\"Kansas City\",\"Kansas City, Missouri\",\"USA.26.48.2_0\",,\"US29901\",\"29901\",39.0997,-94.5786,491918,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aee5c364\",\"29103\",,84029103,29103,\"US_MO\",,,3,\"Missouri\",\"Knox\",,\"USA.26.52_1\",,\"US29103\",\"29103\",40.1294708251954,-92.1485554415565,3959,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"47866651\",\"29105\",,84029105,29105,\"US_MO\",,,3,\"Missouri\",\"Laclede\",\"Laclede County, Missouri\",\"USA.26.53_1\",\"ChIJpegg-Ck4xYcRpNyOXIcoGgw\",\"US29105\",\"29105\",37.6745433807373,-92.5789539412041,35723,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a988077d\",\"29107\",,84029107,29107,\"US_MO\",,,3,\"Missouri\",\"Lafayette\",\"Lafayette County, Missouri\",\"USA.26.54_1\",\"ChIJS91ARFN8wYcR0iyqHbG5ufg\",\"US29107\",\"29107\",39.1044692993165,-93.8009885589632,32708,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4e302a7a\",\"29109\",,84029109,29109,\"US_MO\",,,3,\"Missouri\",\"Lawrence\",\"Lawrence County, Missouri\",\"USA.26.55_1\",\"ChIJH4NjDC2yyIcRg5jJ8-ekhwg\",\"US29109\",\"29109\",37.1900711059571,-93.8320207600205,38355,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"59f09309\",\"29111\",,84029111,29111,\"US_MO\",,,3,\"Missouri\",\"Lewis\",,\"USA.26.56_1\",\"ChIJofT_Vypy54cRe6QXbBzELd4\",\"US29111\",\"29111\",40.1057395935059,-91.7284009217806,9776,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b7fef225\",\"29113\",,84029113,29113,\"US_MO\",,,3,\"Missouri\",\"Lincoln\",\"Lincoln County, Missouri\",\"USA.26.57_1\",\"ChIJ0zFN5hjA3ocRICgMLP-f8dI\",\"US29113\",\"29113\",39.0530986785889,-90.9882601362814,59013,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5e9d5710\",\"29115\",,84029115,29115,\"US_MO\",,,3,\"Missouri\",\"Linn\",,\"USA.26.58_1\",\"ChIJSU1dyuaGwocRaGVyPputtJc\",\"US29115\",\"29115\",39.8373203277588,-93.1107787705165,11920,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b093363c\",\"29117\",,84029117,29117,\"US_MO\",,,3,\"Missouri\",\"Livingston\",,\"USA.26.59_1\",\"ChIJ-1Dee5N1wocRQMVqIjG9rY0\",\"US29117\",\"29117\",39.8313007354737,-93.5651224693795,15227,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"72ddc0ca\",\"29121\",,84029121,29121,\"US_MO\",,,3,\"Missouri\",\"Macon\",,\"USA.26.60_1\",\"ChIJY6fORrauwocRU9_cud9EHWc\",\"US29121\",\"29121\",39.8234653472901,-92.575170501308,15117,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9cd3a1e6\",\"29123\",,84029123,29123,\"US_MO\",,,3,\"Missouri\",\"Madison\",,\"USA.26.61_1\",\"ChIJfXLr3uAX2IcRGHR16qogDsY\",\"US29123\",\"29123\",37.4603595733643,-90.3453085929503,12088,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"75b004d3\",\"29125\",,84029125,29125,\"US_MO\",,,3,\"Missouri\",\"Maries\",,\"USA.26.62_1\",\"ChIJn3VcgJMF24cRGxPnXvu4Ono\",\"US29125\",\"29125\",38.1075649261476,-91.9070208252644,8697,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9bbe65ff\",\"29127\",,84029127,29127,\"US_MO\",,,3,\"Missouri\",\"Marion\",\"Marion County, Missouri\",\"USA.26.63_1\",\"ChIJsbQIHYiR3YcRT2lONmxYNIM\",\"US29127\",\"29127\",39.8035850524903,-91.6078911123087,28530,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"572b1b3b\",\"29119\",,84029119,29119,\"US_MO\",,,3,\"Missouri\",\"McDonald\",\"McDonald County, Missouri\",\"USA.26.64_1\",\"ChIJzVtC6zX5yIcRbelvUkuWoSQ\",\"US29119\",\"29119\",36.6349105834962,-94.3449511984304,22837,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7c0648f8\",\"29129\",,84029129,29129,\"US_MO\",,,3,\"Missouri\",\"Mercer\",,\"USA.26.65_1\",,\"US29129\",\"29129\",40.4274940490723,-93.5676163209527,3617,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6bc6f18b\",\"29131\",,84029131,29131,\"US_MO\",,,3,\"Missouri\",\"Miller\",\"Miller County, Missouri\",\"USA.26.66_1\",\"ChIJJYzgFA7LxIcR02lKNSg_eFc\",\"US29131\",\"29131\",38.2270698547364,-92.4460361830282,25619,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"85c890a7\",\"29133\",,84029133,29133,\"US_MO\",,,3,\"Missouri\",\"Mississippi\",,\"USA.26.67_1\",\"ChIJA8yVBmmweYgRUuJG5q-bCZg\",\"US29133\",\"29133\",36.8146457672119,-89.3275821112749,13180,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6cab3592\",\"29135\",,84029135,29135,\"US_MO\",,,3,\"Missouri\",\"Moniteau\",,\"USA.26.68_1\",\"ChIJ69j_dzNaw4cRr7lTuMHWdko\",\"US29135\",\"29135\",38.6412048339844,-92.6330994416438,16132,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"82a554be\",\"29137\",,84029137,29137,\"US_MO\",,,3,\"Missouri\",\"Monroe\",,\"USA.26.69_1\",\"ChIJOV2qxv0M3YcRAKucv30D33c\",\"US29137\",\"29137\",39.5029602050782,-92.0113258605225,8644,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"651d79b9\",\"29139\",,84029139,29139,\"US_MO\",,,3,\"Missouri\",\"Montgomery\",\"Montgomery County, Missouri\",\"USA.26.70_1\",\"ChIJTRZaG4EN3IcR8WeRgBVDefo\",\"US29139\",\"29139\",38.9061508178711,-91.4510055691497,11551,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2487674c\",\"29141\",,84029141,29141,\"US_MO\",,,3,\"Missouri\",\"Morgan\",,\"USA.26.71_1\",\"ChIJhaNIffSXxIcR6vlPGkDRS18\",\"US29141\",\"29141\",38.4409103393556,-92.8501424449228,20627,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ca890660\",\"29143\",,84029143,29143,\"US_MO\",,,3,\"Missouri\",\"New Madrid\",\"New Madrid County, Missouri\",\"USA.26.72_1\",\"ChIJU873ak_0eIgRXZB5koCqJXw\",\"US29143\",\"29143\",36.6031703948975,-89.6723246724982,17076,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"23eaa355\",\"29145\",,84029145,29145,\"US_MO\",,,3,\"Missouri\",\"Newton\",\"Newton County, Missouri\",\"USA.26.73_1\",\"ChIJJ7md1O6MyIcRLT7Ck4pJhW8\",\"US29145\",\"29145\",36.8819351196289,-94.3424819809785,58236,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cde4c279\",\"29147\",,84029147,29147,\"US_MO\",,,3,\"Missouri\",\"Nodaway\",\"Nodaway County, Missouri\",\"USA.26.74_1\",\"ChIJJTflPxzF6ocR8bF2TAPBcWU\",\"US29147\",\"29147\",40.3234252929688,-94.8914674115556,22092,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2a5cef7e\",\"29149\",,84029149,29149,\"US_MO\",,,3,\"Missouri\",\"Oregon\",,\"USA.26.75_1\",\"ChIJbf3opBnc0IcRnBEzu6lkwIQ\",\"US29149\",\"29149\",36.6909904479981,-91.3989732475324,10529,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3d9c560d\",\"29151\",,84029151,29151,\"US_MO\",,,3,\"Missouri\",\"Osage\",,\"USA.26.76_1\",\"ChIJp00BNk5324cRuYK3cLVgA-Q\",\"US29151\",\"29151\",38.5005798339844,-91.8252567802777,13615,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d3923721\",\"29153\",,84029153,29153,\"US_MO\",,,3,\"Missouri\",\"Ozark\",,\"USA.26.77_1\",\"ChIJVaEHqb5K24cRvfQQjdPhsgo\",\"US29153\",\"29153\",36.662841796875,-92.4445696358308,9174,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3af19214\",\"29155\",,84029155,29155,\"US_MO\",,,3,\"Missouri\",\"Pemiscot\",\"Pemiscot County, Missouri\",\"USA.26.78_1\",\"ChIJsTiJHm2VeIgRvL22cyrUaBw\",\"US29155\",\"29155\",36.2159099578858,-89.8190674203007,15805,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d4fff338\",\"29157\",,84029157,29157,\"US_MO\",,,3,\"Missouri\",\"Perry\",\"Perry County, Missouri\",\"USA.26.79_1\",\"ChIJN5vYwLzpd4gRIhTgU4nRkGo\",\"US29157\",\"29157\",37.7332000732422,-89.8375247909977,19136,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3347de3f\",\"29159\",,84029159,29159,\"US_MO\",,,3,\"Missouri\",\"Pettis\",\"Pettis County, Missouri\",\"USA.26.80_1\",\"ChIJeQHJrlyBw4cRiVX7xOeheeE\",\"US29159\",\"29159\",38.7990455627442,-93.2802374509385,42339,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"16b105ce\",\"29161\",,84029161,29161,\"US_MO\",,,3,\"Missouri\",\"Phelps\",\"Phelps County, Missouri\",\"USA.26.81_1\",\"ChIJe1LS3UXl2ocRVz2BiXKqQgU\",\"US29161\",\"29161\",37.8600044250489,-91.775692007027,44573,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f8bf64e2\",\"29163\",,84029163,29163,\"US_MO\",,,3,\"Missouri\",\"Pike\",,\"USA.26.82_1\",\"ChIJ--AcKoV93ocRvdNVa_DBzBs\",\"US29163\",\"29163\",39.372470855713,-91.1730142057257,18302,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"11dcc1d7\",\"29165\",,84029165,29165,\"US_MO\",,,3,\"Missouri\",\"Platte\",\"Platte County, Missouri\",\"USA.26.83_1\",\"ChIJ6W6-vQpmwIcRBSNNlMCLTTU\",\"US29165\",\"29165\",39.342269897461,-94.7568892293623,104418,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ffd2a0fb\",\"29167\",,84029167,29167,\"US_MO\",,,3,\"Missouri\",\"Polk\",\"Polk County, Missouri\",\"USA.26.84_1\",\"ChIJYz4T6_y_xYcRl7j_-EnOR7Y\",\"US29167\",\"29167\",37.6524143218994,-93.3941820625343,32149,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"186a8dfc\",\"29169\",,84029169,29169,\"US_MO\",,,3,\"Missouri\",\"Pulaski\",\"Pulaski County, Missouri\",\"USA.26.85_1\",\"ChIJ0Wcyog_u2ocRjKHdnE2Z6jo\",\"US29169\",\"29169\",37.8084011077881,-92.2175277974031,52607,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0faa348f\",\"29171\",,84029171,29171,\"US_MO\",,,3,\"Missouri\",\"Putnam\",,\"USA.26.86_1\",\"ChIJm6OVf4JS6IcREFo3x786H_k\",\"US29171\",\"29171\",40.4671058654786,-93.0354089424232,4696,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e1a455a3\",\"29173\",,84029173,29173,\"US_MO\",,,3,\"Missouri\",\"Ralls\",,\"USA.26.87_1\",\"ChIJ6-bdpTfH3YcRfPErVUPQVEs\",\"US29173\",\"29173\",39.5095157623291,-91.5397901031109,10309,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"08c7f096\",\"29175\",,84029175,29175,\"US_MO\",,,3,\"Missouri\",\"Randolph\",\"Randolph County, Missouri\",\"USA.26.88_1\",\"ChIJdwGDsdXRwocRxuvjxPLj22c\",\"US29175\",\"29175\",39.4646759033204,-92.5060093118934,24748,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e6c991ba\",\"29177\",,84029177,29177,\"US_MO\",,,3,\"Missouri\",\"Ray\",\"Ray County, Missouri\",\"USA.26.89_1\",\"ChIJcc0uoI2ewYcRdrnCp_gKrdU\",\"US29177\",\"29177\",39.3081798553467,-93.9877748981642,23018,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0171bcbd\",\"29179\",,84029179,29179,\"US_MO\",,,3,\"Missouri\",\"Reynolds\",,\"USA.26.90_1\",,\"US29179\",\"29179\",37.3227653503418,-90.9651882034752,6270,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"88322840\",\"29181\",,84029181,29181,\"US_MO\",,,3,\"Missouri\",\"Ripley\",,\"USA.26.91_1\",\"ChIJBQBN33Ef14cRiE64PRj4PXo\",\"US29181\",\"29181\",36.6404399871827,-90.857253900129,13288,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9644dd18\",\"29195\",,84029195,29195,\"US_MO\",,,3,\"Missouri\",\"Saline\",\"Saline County, Missouri\",\"USA.26.97_1\",\"ChIJV16SvL6vw4cRPtjDn9sOByU\",\"US29195\",\"29195\",39.1727142333985,-93.193566047947,22761,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"784abc34\",\"29197\",,84029197,29197,\"US_MO\",,,3,\"Missouri\",\"Schuyler\",,\"USA.26.98_1\",\"ChIJM3DreG936IcRJsountzPer8\",\"US29197\",\"29197\",40.469825744629,-92.528828726899,4660,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9ff29133\",\"29199\",,84029199,29199,\"US_MO\",,,3,\"Missouri\",\"Scotland\",,\"USA.26.99_1\",\"ChIJP-flNmC454cRUgSmET7CK5M\",\"US29199\",\"29199\",40.4719409942627,-92.1503249126886,4902,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"42ad1c11\",\"29201\",,84029201,29201,\"US_MO\",,,3,\"Missouri\",\"Scott\",\"Scott County, Missouri\",\"USA.26.100_1\",\"ChIJz0KWAH45eIgRh4StwsS0ARo\",\"US29201\",\"29201\",37.0559406280518,-89.5774621895689,38280,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aca37d3d\",\"29203\",,84029203,29203,\"US_MO\",,,3,\"Missouri\",\"Shannon\",,\"USA.26.101_1\",\"ChIJHdGK0oul0IcREsDLLAAGJQY\",\"US29203\",\"29203\",37.1553001403809,-91.3448702806726,8166,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"45c0d808\",\"29205\",,84029205,29205,\"US_MO\",,,3,\"Missouri\",\"Shelby\",,\"USA.26.102_1\",\"ChIJBYmfPiNv3YcR1tWLLHt7ljQ\",\"US29205\",\"29205\",39.8234653472901,-92.0693618938357,5930,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"663c496c\",\"29183\",,84029183,29183,\"US_MO\",,,3,\"Missouri\",\"St. Charles\",\"St. Charles County, Missouri\",\"USA.26.92_1\",\"ChIJ8_ejCwAp34cR6jFA8VaN-pA\",\"US29183\",\"29183\",38.7515411376954,-90.7291124063767,402022,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8f5fec59\",\"29185\",,84029185,29185,\"US_MO\",,,3,\"Missouri\",\"St. Clair\",\"St. Clair County, Missouri\",\"USA.26.93_1\",\"ChIJwUvDUv6CxocR0e9MR3fAhRQ\",\"US29185\",\"29185\",37.9756450653077,-93.7857924365377,9397,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"61518d75\",\"29187\",,84029187,29187,\"US_MO\",,,3,\"Missouri\",\"St. Francois\",\"St. Francois County, Missouri\",\"USA.26.94_1\",\"ChIJnzj9Zdvw2IcRH1imZdP37PE\",\"US29187\",\"29187\",37.809404373169,-90.5072984559393,67215,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"86e9a072\",\"29189\",,84029189,29189,\"US_MO\",,,3,\"Missouri\",\"St. Louis\",\"St. Louis County, Missouri\",\"USA.26.95.1_0\",\"ChIJBe3muPnK2IcRO8QfrOB9Xn0\",\"US29189\",\"29189\",38.6377004,-90.4458375,994205,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"29fe0b43\",\"29510\",,84029510,29510,\"US_MO\",,,3,\"Missouri\",\"St. Louis City\",\"St. Louis City, Missouri\",\"USA.26.95.2_0\",\"ChIJ-Y7t-qm02IcRW-C7IsrqOb4\",\"US29510\",\"29510\",38.63555736,-90.24349225,300576,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1656bde3\",\"29186\",,84029186,29186,\"US_MO\",,,3,\"Missouri\",\"Ste. Genevieve\",\"Ste. Genevieve County, Missouri\",\"USA.26.96_1\",\"ChIJy-NIAHBj2IcR4zzrOO9UU4w\",\"US29186\",\"29186\",37.8983745574952,-90.1988614770301,17894,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"abceb924\",\"29207\",,84029207,29207,\"US_MO\",,,3,\"Missouri\",\"Stoddard\",\"Stoddard County, Missouri\",\"USA.26.103_1\",\"ChIJkwsEpPdzeIgRwPs8LT1k6wA\",\"US29207\",\"29207\",36.8758850097657,-89.9760014191961,29025,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4c769423\",\"29209\",,84029209,29209,\"US_MO\",,,3,\"Missouri\",\"Stone\",\"Stone County, Missouri\",\"USA.26.104_1\",\"ChIJAQbAA-ARz4cRJDUB1ZHj-a8\",\"US29209\",\"29209\",36.776180267334,-93.4414191957304,31952,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5bb62d50\",\"29211\",,84029211,29211,\"US_MO\",,,3,\"Missouri\",\"Sullivan\",,\"USA.26.105_1\",\"ChIJ5QnqTczK6YcRLAFVxvERhHg\",\"US29211\",\"29211\",40.1526260375977,-93.1121316099768,6089,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b5b84c7c\",\"29213\",,84029213,29213,\"US_MO\",,,3,\"Missouri\",\"Taney\",\"Taney County, Missouri\",\"USA.26.106_1\",\"ChIJDzzoO7erz4cRlTYzs1cakPc\",\"US29213\",\"29213\",36.6675300598145,-93.0406028937024,55928,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5cdbe949\",\"29215\",,84029215,29215,\"US_MO\",,,3,\"Missouri\",\"Texas\",,\"USA.26.107_1\",\"ChIJ63Wwi4N_2ocRwP0YRdnmVfc\",\"US29215\",\"29215\",37.3084297180176,-91.9495150629097,25398,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b2d58865\",\"29217\",,84029217,29217,\"US_MO\",,,3,\"Missouri\",\"Vernon\",\"Vernon County, Missouri\",\"USA.26.108_1\",\"ChIJcbCR4N73xocRgxIZU5gt0I8\",\"US29217\",\"29217\",37.8294048309327,-94.3428022415211,20563,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"556da562\",\"29219\",,84029219,29219,\"US_MO\",,,3,\"Missouri\",\"Warren\",\"Warren County, Missouri\",\"USA.26.109_1\",\"ChIJn724bO2r3ocRQJ8l38mlPY0\",\"US29219\",\"29219\",38.7788105010987,-91.1874134487174,35649,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"709b7e93\",\"29221\",,84029221,29221,\"US_MO\",,,3,\"Missouri\",\"Washington\",,\"USA.26.110_1\",\"ChIJxzTasOWC2YcR5M2ywIWRMgA\",\"US29221\",\"29221\",37.8740291595459,-90.8697622857006,24730,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9e951fbf\",\"29223\",,84029223,29223,\"US_MO\",,,3,\"Missouri\",\"Wayne\",,\"USA.26.111_1\",\"ChIJmUJ-IZ2c14cRMrLHmUh6VoA\",\"US29223\",\"29223\",37.1098251342774,-90.5007054100542,12873,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"77f6ba8a\",\"29225\",,84029225,29225,\"US_MO\",,,3,\"Missouri\",\"Webster\",\"Webster County, Missouri\",\"USA.26.112_1\",\"ChIJj_YYXDBixYcRcGR0cjKs_mE\",\"US29225\",\"29225\",37.3456268310548,-92.8818830574754,39592,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"99f8dba6\",\"29227\",,84029227,29227,\"US_MO\",,,3,\"Missouri\",\"Worth\",,\"USA.26.113_1\",,\"US29227\",\"29227\",40.5213356018067,-94.4328239372227,2013,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7e40f6a1\",\"29229\",,84029229,29229,\"US_MO\",,,3,\"Missouri\",\"Wright\",,\"USA.26.114_1\",\"ChIJZXWHQasB0IcRpyWDpj1cPUM\",\"US29229\",\"29229\",37.3123455047608,-92.4705639386691,18289,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0141ae45\",\"30001\",,84030001,30001,\"US_MT\",,,3,\"Montana\",\"Beaverhead\",\"Beaverhead County, Montana\",\"USA.27.1_1\",\"ChIJPTr8oob2WVMRrzHpYhZMzHY\",\"US30001\",\"30001\",45.1512413024903,-113.020254915564,9453,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ef4fcf69\",\"30003\",,84030003,30003,\"US_MT\",,,3,\"Montana\",\"Big Horn\",,\"USA.27.2_1\",\"ChIJOSWX9i8qNlMR1Vjkl7FBJY0\",\"US30003\",\"30003\",45.5200939178467,-107.425350732179,13319,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"062c6a5c\",\"30005\",,84030005,30005,\"US_MT\",,,3,\"Montana\",\"Blaine\",,\"USA.27.3_1\",\"ChIJi-sY6wPcP1MRrSxpGm5awEI\",\"US30005\",\"30005\",48.3501319885255,-108.964744757662,6681,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e8220b70\",\"30007\",,84030007,30007,\"US_MT\",,,3,\"Montana\",\"Broadwater\",,\"USA.27.4_1\",\"ChIJ6VVvlBSsRFMR9L7JdoXwUk4\",\"US30007\",\"30007\",46.3126411437988,-111.451870132765,6237,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0f9a2677\",\"30009\",,84030009,30009,\"US_MT\",,,3,\"Montana\",\"Carbon\",,\"USA.27.5_1\",\"ChIJ4wRsUFFrT1MRzmINzr5CkhI\",\"US30009\",\"30009\",45.3248996734619,-109.141487262417,10725,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"185a9f04\",\"30011\",,84030011,30011,\"US_MT\",,,3,\"Montana\",\"Carter\",,\"USA.27.6_1\",,\"US30011\",\"30011\",45.5654087066652,-104.511820552802,1252,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f654fe28\",\"30013\",,84030013,30013,\"US_MT\",,,3,\"Montana\",\"Cascade\",\"Cascade County, Montana\",\"USA.27.7_1\",\"ChIJPX17Vw22Q1MRvsl6Vj9wDAc\",\"US30013\",\"30013\",47.2722053527832,-111.416651128111,81366,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1f375b1d\",\"30015\",,84030015,30015,\"US_MT\",,,3,\"Montana\",\"Chouteau\",,\"USA.27.8_1\",,\"US30015\",\"30015\",47.8643589019776,-110.475885504466,5635,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f1393a31\",\"30017\",,84030017,30017,\"US_MT\",,,3,\"Montana\",\"Custer\",,\"USA.27.9_1\",\"ChIJebZ-WNYOOlMRQyj-3vPg45U\",\"US30017\",\"30017\",46.3275947570801,-105.529278471616,11402,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"16811736\",\"30019\",,84030019,30019,\"US_MT\",,,3,\"Montana\",\"Daniels\",,\"USA.27.10_1\",,\"US30019\",\"30019\",48.7802505493164,-105.531001838073,1690,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3377ccc7\",\"30021\",,84030021,30021,\"US_MT\",,,3,\"Montana\",\"Dawson\",,\"USA.27.11_1\",\"ChIJdzy-br7DJFMRn2c8WbK0Hm4\",\"US30021\",\"30021\",47.3275012969972,-104.923095713866,8613,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dd79adeb\",\"30023\",,84030023,30023,\"US_MT\",,,3,\"Montana\",\"Deer Lodge\",,\"USA.27.12_1\",\"ChIJOUX-xVyYW1MR3zmtHvimLPc\",\"US30023\",\"30023\",46.0091857910156,-113.10243735309,9140,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"341a08de\",\"30025\",,84030025,30025,\"US_MT\",,,3,\"Montana\",\"Fallon\",,\"USA.27.13_1\",,\"US30025\",\"30025\",46.2952518463135,-104.46350680026,2846,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"da1469f2\",\"30027\",,84030027,30027,\"US_MT\",,,3,\"Montana\",\"Fergus\",,\"USA.27.14_1\",\"ChIJ1_baK6LOQFMRDstEwodq6w4\",\"US30027\",\"30027\",47.2497138977052,-109.356071112332,11050,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3dac44f5\",\"30029\",,84030029,30029,\"US_MT\",,,3,\"Montana\",\"Flathead\",\"Flathead County, Montana\",\"USA.27.15_1\",\"ChIJacBRae9qZ1MRlYomqUEYN78\",\"US30029\",\"30029\",48.300901412964,-114.090545071039,103806,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2a6cfd86\",\"30031\",,84030031,30031,\"US_MT\",,,3,\"Montana\",\"Gallatin\",\"Gallatin County, Montana\",\"USA.27.16_1\",\"ChIJsW6fDclmRVMRzNAJoKrV4A8\",\"US30031\",\"30031\",45.3399639129639,-111.204048055305,114434,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c4629caa\",\"30033\",,84030033,30033,\"US_MT\",,,3,\"Montana\",\"Garfield\",,\"USA.27.17_1\",,\"US30033\",\"30033\",47.4126949310303,-107.108455020507,1258,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2d01399f\",\"30035\",,84030035,30035,\"US_MT\",,,3,\"Montana\",\"Glacier\",,\"USA.27.18_1\",\"ChIJ60NJMDDvaFMRO-9JWoK2DMo\",\"US30035\",\"30035\",48.6552658081056,-112.966908690521,13753,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c30f58b3\",\"30037\",,84030037,30037,\"US_MT\",,,3,\"Montana\",\"Golden Valley\",,\"USA.27.19_1\",,\"US30037\",\"30037\",46.3899002075196,-109.131693555272,821,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"24b775b4\",\"30039\",,84030039,30039,\"US_MT\",,,3,\"Montana\",\"Granite\",,\"USA.27.20_1\",,\"US30039\",\"30039\",46.3852005004883,-113.419786148889,3379,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"652d6b41\",\"30041\",,84030041,30041,\"US_MT\",,,3,\"Montana\",\"Hill\",,\"USA.27.21_1\",\"ChIJCYP8DL4cQFMR60Ud8oIGlrs\",\"US30041\",\"30041\",48.5663909912111,-110.129600706281,16484,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8b230a6d\",\"30043\",,84030043,30043,\"US_MT\",,,3,\"Montana\",\"Jefferson\",,\"USA.27.22_1\",\"ChIJDYfeDEpnW1MRTDga0sMOTBY\",\"US30043\",\"30043\",46.1625251770019,-112.15023575647,12221,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6240af58\",\"30045\",,84030045,30045,\"US_MT\",,,3,\"Montana\",\"Judith Basin\",,\"USA.27.23_1\",,\"US30045\",\"30045\",47.055326461792,-110.198510261127,2007,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8c4ece74\",\"30047\",,84030047,30047,\"US_MT\",,,3,\"Montana\",\"Lake\",\"Lake County, Montana\",\"USA.27.24_1\",\"ChIJrxyj8lCkZ1MRep1pUUfm-BU\",\"US30047\",\"30047\",47.595495223999,-114.128803482497,30458,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6bf6e373\",\"30049\",,84030049,30049,\"US_MT\",,,3,\"Montana\",\"Lewis and Clark\",\"Lewis and Clark County, Montana\",\"USA.27.25_1\",\"ChIJnX_g1e1aQ1MRarxsCdNgsv4\",\"US30049\",\"30049\",47.183734893799,-112.535397953424,69432,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7c365a00\",\"30051\",,84030051,30051,\"US_MT\",,,3,\"Montana\",\"Liberty\",,\"USA.27.26_1\",,\"US30051\",\"30051\",48.5663909912111,-111.013301699586,2337,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"92383b2c\",\"30053\",,84030053,30053,\"US_MT\",,,3,\"Montana\",\"Lincoln\",,\"USA.27.27_1\",\"ChIJ-f_hJNj7ZlMRl1iM080-20A\",\"US30053\",\"30053\",48.4495105743409,-115.449054631439,19980,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9555ff35\",\"30057\",,84030057,30057,\"US_MT\",,,3,\"Montana\",\"Madison\",\"Madison County, Montana\",\"USA.27.28_1\",\"ChIJ8yGmxGaHWlMRK_HUH7YfMjI\",\"US30057\",\"30057\",45.2966098785401,-111.915487730103,8600,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7b5b9e19\",\"30055\",,84030055,30055,\"US_MT\",,,3,\"Montana\",\"McCone\",,\"USA.27.29_1\",,\"US30055\",\"30055\",47.6036186218262,-105.812193720826,1664,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"72edd232\",\"30059\",,84030059,30059,\"US_MT\",,,3,\"Montana\",\"Meagher\",,\"USA.27.30_1\",,\"US30059\",\"30059\",46.6367950439454,-110.820389231687,1862,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"571b09c3\",\"30061\",,84030061,30061,\"US_MT\",,,3,\"Montana\",\"Mineral\",,\"USA.27.31_1\",\"ChIJj5mttNDuXVMRzkUOTkpg98U\",\"US30061\",\"30061\",47.0990447998048,-114.864052595518,4397,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b91568ef\",\"30063\",,84030063,30063,\"US_MT\",,,3,\"Montana\",\"Missoula\",\"Missoula County, Montana\",\"USA.27.32_1\",\"ChIJe50wzPyAXlMRvfF17xgQ5B8\",\"US30063\",\"30063\",47.115110397339,-113.946594324881,119600,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5076cdda\",\"30065\",,84030065,30065,\"US_MT\",,,3,\"Montana\",\"Musselshell\",,\"USA.27.33_1\",,\"US30065\",\"30065\",46.4228458404542,-108.322726551307,4633,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"be78acf6\",\"30067\",,84030067,30067,\"US_MT\",,,3,\"Montana\",\"Park\",,\"USA.27.34_1\",\"ChIJR06D-Ym8T1MRglk57taSa4M\",\"US30067\",\"30067\",45.598711013794,-110.505859150921,16606,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"59c081f1\",\"30069\",,84030069,30069,\"US_MT\",,,3,\"Montana\",\"Petroleum\",,\"USA.27.35_1\",,\"US30069\",\"30069\",47.1716213226319,-108.338581328342,487,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4e003882\",\"30071\",,84030071,30071,\"US_MT\",,,3,\"Montana\",\"Phillips\",,\"USA.27.36_1\",,\"US30071\",\"30071\",48.2276706695558,-107.887691408416,3954,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a00e59ae\",\"30073\",,84030073,30073,\"US_MT\",,,3,\"Montana\",\"Pondera\",,\"USA.27.37_1\",\"ChIJZ_VQHqu3aVMRPs0rENYQ8Mg\",\"US30073\",\"30073\",48.2322463989258,-112.448200305396,5911,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"496dfc9b\",\"30075\",,84030075,30075,\"US_MT\",,,3,\"Montana\",\"Powder River\",,\"USA.27.38_1\",,\"US30075\",\"30075\",45.3958702087402,-105.611423077058,1682,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a7639db7\",\"30077\",,84030077,30077,\"US_MT\",,,3,\"Montana\",\"Powell\",,\"USA.27.39_1\",\"ChIJMR6EsyRRXFMRkLiqMzTAid0\",\"US30077\",\"30077\",46.9317665100099,-113.047285199358,6890,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"40dbb0b0\",\"30079\",,84030079,30079,\"US_MT\",,,3,\"Montana\",\"Prairie\",,\"USA.27.40_1\",,\"US30079\",\"30079\",46.8744449615479,-105.557751527082,1077,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c998244d\",\"30081\",,84030081,30081,\"US_MT\",,,3,\"Montana\",\"Ravalli\",\"Ravalli County, Montana\",\"USA.27.41_1\",\"ChIJLw8VWU_IXlMR5J-NyoMhKGA\",\"US30081\",\"30081\",46.0607299804688,-114.136107610034,43806,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"27964561\",\"30083\",,84030083,30083,\"US_MT\",,,3,\"Montana\",\"Richland\",,\"USA.27.42_1\",\"ChIJY9kyZqScJFMR4OxmijVAvRM\",\"US30083\",\"30083\",47.7468299865723,-104.636841638992,10803,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cef5e054\",\"30085\",,84030085,30085,\"US_MT\",,,3,\"Montana\",\"Roosevelt\",,\"USA.27.43_1\",\"ChIJp0zOMvYjI1MRpu5R3uhO77w\",\"US30085\",\"30085\",48.2620391845704,-104.924462576073,11004,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"20fb8178\",\"30087\",,84030087,30087,\"US_MT\",,,3,\"Montana\",\"Rosebud\",,\"USA.27.44_1\",\"ChIJt2ttd_JqN1MR8sV-rp2EWvo\",\"US30087\",\"30087\",46.0150756835938,-106.563239871398,8937,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c743ac7f\",\"30089\",,84030089,30089,\"US_MT\",,,3,\"Montana\",\"Sanders\",,\"USA.27.45_1\",\"ChIJGRAiC9HNYFMRTLFtoWEz4CQ\",\"US30089\",\"30089\",47.6923065185548,-115.155226971475,12113,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d083150c\",\"30091\",,84030091,30091,\"US_MT\",,,3,\"Montana\",\"Sheridan\",,\"USA.27.46_1\",,\"US30091\",\"30091\",48.6942596435547,-104.543905408814,3309,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3e8d7420\",\"30093\",,84030093,30093,\"US_MT\",,,3,\"Montana\",\"Silver Bow\",\"Silver Bow County, Montana\",\"USA.27.47_1\",\"ChIJ0Tzv0DY_WlMRfmeoeTh7GeQ\",\"US30093\",\"30093\",45.905065536499,-112.692555155917,34915,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d7eed115\",\"30095\",,84030095,30095,\"US_MT\",,,3,\"Montana\",\"Stillwater\",,\"USA.27.48_1\",\"ChIJndWCP42vSFMRzaNpgVO3dS0\",\"US30095\",\"30095\",45.6463851928712,-109.211166112325,9642,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"39e0b039\",\"30097\",,84030097,30097,\"US_MT\",,,3,\"Montana\",\"Sweet Grass\",,\"USA.27.49_1\",,\"US30097\",\"30097\",45.7388954162599,-109.890593921819,3737,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"de589d3e\",\"30099\",,84030099,30099,\"US_MT\",,,3,\"Montana\",\"Teton\",,\"USA.27.50_1\",\"ChIJ-4-XBCi-QlMRmU5m5y4kYvg\",\"US30099\",\"30099\",47.8151359558105,-112.162998571284,6147,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0083c472\",\"30101\",,84030101,30101,\"US_MT\",,,3,\"Montana\",\"Toole\",,\"USA.27.51_1\",,\"US30101\",\"30101\",48.6090965270996,-111.732712789988,4736,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ee8da55e\",\"30103\",,84030103,30103,\"US_MT\",,,3,\"Montana\",\"Treasure\",,\"USA.27.52_1\",,\"US30103\",\"30103\",46.1697502136231,-107.237418652255,696,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"07ee006b\",\"30105\",,84030105,30105,\"US_MT\",,,3,\"Montana\",\"Valley\",,\"USA.27.53_1\",\"ChIJkx1f0yQfPVMRdybaMv6V4CQ\",\"US30105\",\"30105\",48.3205795288087,-106.531224913809,7396,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e9e06147\",\"30107\",,84030107,30107,\"US_MT\",,,3,\"Montana\",\"Wheatland\",,\"USA.27.54_1\",,\"US30107\",\"30107\",46.4448947906494,-109.840311188471,2126,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0e584c40\",\"30109\",,84030109,30109,\"US_MT\",,,3,\"Montana\",\"Wibaux\",,\"USA.27.55_1\",,\"US30109\",\"30109\",47.0252590179444,-104.187351767571,969,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1998f533\",\"30111\",,84030111,30111,\"US_MT\",,,3,\"Montana\",\"Yellowstone\",\"Yellowstone County, Montana\",\"USA.27.56_1\",\"ChIJQ73Ga4J0SFMRBPZ-37yjMww\",\"US30111\",\"30111\",45.9741706848145,-108.359551349648,161300,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b9fdc920\",\"31001\",,84031001,31001,\"US_NE\",,,3,\"Nebraska\",\"Adams\",\"Adams County, Nebraska\",\"USA.28.1_1\",\"ChIJaQ9vMlmfmYcRYVYSmz7A-RU\",\"US31001\",\"31001\",40.5258560180664,-98.5025209929159,31363,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"57f3a80c\",\"31003\",,84031003,31003,\"US_NE\",,,3,\"Nebraska\",\"Antelope\",,\"USA.28.2_1\",\"ChIJ_2yQeY2zmocRFHQKP0W835k\",\"US31003\",\"31003\",42.2214088439942,-98.0667252131021,6298,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"be900d39\",\"31005\",,84031005,31005,\"US_NE\",,,3,\"Nebraska\",\"Arthur\",,\"USA.28.3_1\",,\"US31005\",\"31005\",41.5685596466065,-101.695456053207,463,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"509e6c15\",\"31007\",,84031007,31007,\"US_NE\",,,3,\"Nebraska\",\"Banner\",,\"USA.28.4_1\",,\"US31007\",\"31007\",41.5007400512696,-103.710640023568,745,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b7264112\",\"31009\",,84031009,31009,\"US_NE\",,,3,\"Nebraska\",\"Blaine\",,\"USA.28.5_1\",,\"US31009\",\"31009\",41.9988708496094,-99.9755502180142,465,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a0e6f861\",\"31011\",,84031011,31011,\"US_NE\",,,3,\"Nebraska\",\"Boone\",,\"USA.28.6_1\",,\"US31011\",\"31011\",41.6561203002931,-98.0602747483708,5192,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4ee8994d\",\"31013\",,84031013,31013,\"US_NE\",,,3,\"Nebraska\",\"Box Butte\",,\"USA.28.7_1\",\"ChIJQcGEZXbreocRF4F7blRr2U8\",\"US31013\",\"31013\",42.2227802276611,-103.094264723976,10783,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a78b3c78\",\"31015\",,84031015,31015,\"US_NE\",,,3,\"Nebraska\",\"Boyd\",,\"USA.28.8_1\",,\"US31015\",\"31015\",42.8806018829347,-98.6235668586803,1919,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"49855d54\",\"31017\",,84031017,31017,\"US_NE\",,,3,\"Nebraska\",\"Brown\",,\"USA.28.9_1\",,\"US31017\",\"31017\",42.5818958282471,-99.9303826349421,2955,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ae3d7053\",\"31019\",,84031019,31019,\"US_NE\",,,3,\"Nebraska\",\"Buffalo\",\"Buffalo County, Nebraska\",\"USA.28.10_1\",\"ChIJ1bCXp8BWmYcR2rlMZogkiJw\",\"US31019\",\"31019\",40.7867889404297,-99.073985615829,49659,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8bcbaba2\",\"31021\",,84031021,31021,\"US_NE\",,,3,\"Nebraska\",\"Burt\",,\"USA.28.11_1\",\"ChIJ2ymZu9wokocRU9GHk6SoDjs\",\"US31021\",\"31021\",41.8669109344483,-96.3462586928378,6459,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"65c5ca8e\",\"31023\",,84031023,31023,\"US_NE\",,,3,\"Nebraska\",\"Butler\",,\"USA.28.12_1\",\"ChIJId_NSz_YkIcR9jOVcMh-L1A\",\"US31023\",\"31023\",41.1783714294434,-97.1379752044011,8016,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8ca66fbb\",\"31025\",,84031025,31025,\"US_NE\",,,3,\"Nebraska\",\"Cass\",\"Cass County, Nebraska\",\"USA.28.13_1\",\"ChIJQUxLZEAOlIcRfHBCP2mWL-w\",\"US31025\",\"31025\",40.9222946166992,-96.1489987120253,26248,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"62a80e97\",\"31027\",,84031027,31027,\"US_NE\",,,3,\"Nebraska\",\"Cedar\",,\"USA.28.14_1\",\"ChIJg_Xwv42Nj4cRpY9SIHA7FMo\",\"US31027\",\"31027\",42.5705947875976,-97.2512519051338,8402,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"85102390\",\"31029\",,84031029,31029,\"US_NE\",,,3,\"Nebraska\",\"Chase\",,\"USA.28.15_1\",,\"US31029\",\"31029\",40.5687160491944,-101.696290411986,3924,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"92d09ae3\",\"31031\",,84031031,31031,\"US_NE\",,,3,\"Nebraska\",\"Cherry\",,\"USA.28.16_1\",\"ChIJ-6ryQSy3eYcRmlMy7yYHnzg\",\"US31031\",\"31031\",42.6560955047607,-101.125167557426,5689,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7cdefbcf\",\"31033\",,84031033,31033,\"US_NE\",,,3,\"Nebraska\",\"Cheyenne\",,\"USA.28.17_1\",\"ChIJxfkXJuZNcIcRAoTZFg4IOmY\",\"US31033\",\"31033\",41.1348514556885,-102.993708704084,8910,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"95bd5efa\",\"31035\",,84031035,31035,\"US_NE\",,,3,\"Nebraska\",\"Clay\",,\"USA.28.18_1\",\"ChIJDdEOjBm2mYcRb3uv56SjLQM\",\"US31035\",\"31035\",40.5259952545166,-98.0526831464334,6203,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7bb33fd6\",\"31037\",,84031037,31037,\"US_NE\",,,3,\"Nebraska\",\"Colfax\",,\"USA.28.19_1\",\"ChIJt3O5GjH8kIcRzHjDMGOwDFw\",\"US31037\",\"31037\",41.6146507263184,-97.0781054239154,10709,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9c0b12d1\",\"31039\",,84031039,31039,\"US_NE\",,,3,\"Nebraska\",\"Cuming\",,\"USA.28.20_1\",\"ChIJZcmBCVOikYcRmaPj1kfe4rw\",\"US31039\",\"31039\",41.8325347900391,-96.7871203402732,8846,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dd910c24\",\"31041\",,84031041,31041,\"US_NE\",,,3,\"Nebraska\",\"Custer\",,\"USA.28.21_1\",\"ChIJUScL51pWnIcRGjIAoP831vs\",\"US31041\",\"31041\",41.3934001922608,-99.718937004423,10777,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"339f6d08\",\"31043\",,84031043,31043,\"US_NE\",,,3,\"Nebraska\",\"Dakota\",\"Dakota County, Nebraska\",\"USA.28.22_1\",\"ChIJUThsZqjikYcR-AqcIXaUh24\",\"US31043\",\"31043\",42.4005355834962,-96.5713224201955,20026,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dafcc83d\",\"31045\",,84031045,31045,\"US_NE\",,,3,\"Nebraska\",\"Dawes\",,\"USA.28.23_1\",\"ChIJI42WwpmEeYcRmD_Sfc11ECg\",\"US31045\",\"31045\",42.722770690918,-103.126469910951,8589,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"34f2a911\",\"31047\",,84031047,31047,\"US_NE\",,,3,\"Nebraska\",\"Dawson\",\"Dawson County, Nebraska\",\"USA.28.24_1\",\"ChIJZ1vQ_t4snIcRpC5QUxCOeeg\",\"US31047\",\"31047\",40.7870407104493,-99.8243762132935,23595,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d34a8416\",\"31049\",,84031049,31049,\"US_NE\",,,3,\"Nebraska\",\"Deuel\",,\"USA.28.25_1\",\"ChIJQ86jOYElcYcRiU2nPU7430c\",\"US31049\",\"31049\",41.1347255706787,-102.332194558283,1794,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c48a3d65\",\"31051\",,84031051,31051,\"US_NE\",,,3,\"Nebraska\",\"Dixon\",,\"USA.28.26_1\",\"ChIJnz8ESrySj4cRCt1fhuEBcRw\",\"US31051\",\"31051\",42.4832000732422,-96.8694132048569,5636,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2a845c49\",\"31053\",,84031053,31053,\"US_NE\",,,3,\"Nebraska\",\"Dodge\",\"Dodge County, Nebraska\",\"USA.28.27_1\",\"ChIJlak9O6dNkYcROmoDBYjQsHE\",\"US31053\",\"31053\",41.6099491119385,-96.6743515124558,36565,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c3e7f97c\",\"31055\",,84031055,31055,\"US_NE\",,,3,\"Nebraska\",\"Douglas\",\"Douglas County, Nebraska\",\"USA.28.28_1\",\"ChIJC0RFNDPik4cR6q2GEvMovcw\",\"US31055\",\"31055\",41.2907161712646,-96.1498743281466,571327,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2de99850\",\"31057\",,84031057,31057,\"US_NE\",,,3,\"Nebraska\",\"Dundy\",,\"USA.28.29_1\",,\"US31057\",\"31057\",40.1598339080811,-101.686479926863,1693,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ca51b557\",\"31059\",,84031059,31059,\"US_NE\",,,3,\"Nebraska\",\"Fillmore\",,\"USA.28.30_1\",\"ChIJacLw4QNwl4cRwYLn-3qRxqg\",\"US31059\",\"31059\",40.5674190521241,-97.5969666518517,5462,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"efa76ea6\",\"31061\",,84031061,31061,\"US_NE\",,,3,\"Nebraska\",\"Franklin\",,\"USA.28.31_1\",,\"US31061\",\"31061\",40.133394241333,-98.9539458322696,2979,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"01a90f8a\",\"31063\",,84031063,31063,\"US_NE\",,,3,\"Nebraska\",\"Frontier\",,\"USA.28.32_1\",,\"US31063\",\"31063\",40.6050395965577,-100.381785180203,2627,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e8caaabf\",\"31065\",,84031065,31065,\"US_NE\",,,3,\"Nebraska\",\"Furnas\",,\"USA.28.33_1\",\"ChIJTc441d1VnocR3ARX2LKCW4o\",\"US31065\",\"31065\",40.1763057708741,-99.9116415052926,4676,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"06c4cb93\",\"31067\",,84031067,31067,\"US_NE\",,,3,\"Nebraska\",\"Gage\",\"Gage County, Nebraska\",\"USA.28.34_1\",\"ChIJTY5Y3B1klocRN8Vm--9EoCg\",\"US31067\",\"31067\",40.3063907623291,-96.6896662650585,21513,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e17ce694\",\"31069\",,84031069,31069,\"US_NE\",,,3,\"Nebraska\",\"Garden\",,\"USA.28.35_1\",,\"US31069\",\"31069\",41.589584350586,-102.311731240029,1837,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f6bc5fe7\",\"31071\",,84031071,31071,\"US_NE\",,,3,\"Nebraska\",\"Garfield\",,\"USA.28.36_1\",,\"US31071\",\"31071\",41.8271808624268,-98.9907795131349,1969,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"18b23ecb\",\"31073\",,84031073,31073,\"US_NE\",,,3,\"Nebraska\",\"Gosper\",,\"USA.28.37_1\",,\"US31073\",\"31073\",40.5678958892823,-99.8128963036078,1990,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f1d19bfe\",\"31075\",,84031075,31075,\"US_NE\",,,3,\"Nebraska\",\"Grant\",,\"USA.28.38_1\",,\"US31075\",\"31075\",41.8758411407472,-101.746306878432,623,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1fdffad2\",\"31077\",,84031077,31077,\"US_NE\",,,3,\"Nebraska\",\"Greeley\",,\"USA.28.39_1\",,\"US31077\",\"31077\",41.6100559234619,-98.5211564529547,2356,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f867d7d5\",\"31079\",,84031079,31079,\"US_NE\",,,3,\"Nebraska\",\"Hall\",\"Hall County, Nebraska\",\"USA.28.40_1\",\"ChIJAX4VDgGdmYcRcRhlFDWxgtQ\",\"US31079\",\"31079\",40.9160499572755,-98.5026223219941,61353,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"71244328\",\"31081\",,84031081,31081,\"US_NE\",,,3,\"Nebraska\",\"Hamilton\",,\"USA.28.41_1\",\"ChIJ-wPnslbxmYcRKLe7d8qwKfo\",\"US31081\",\"31081\",40.9376010894775,-98.0159882998333,9324,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9f2a2204\",\"31083\",,84031083,31083,\"US_NE\",,,3,\"Nebraska\",\"Harlan\",,\"USA.28.42_1\",,\"US31083\",\"31083\",40.1760654449463,-99.4043114673733,3380,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"76498731\",\"31085\",,84031085,31085,\"US_NE\",,,3,\"Nebraska\",\"Hayes\",,\"USA.28.43_1\",,\"US31085\",\"31085\",40.5187091827393,-101.061108323968,922,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9847e61d\",\"31087\",,84031087,31087,\"US_NE\",,,3,\"Nebraska\",\"Hitchcock\",,\"USA.28.44_1\",,\"US31087\",\"31087\",40.1597042083741,-101.040474577905,2762,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7fffcb1a\",\"31089\",,84031089,31089,\"US_NE\",,,3,\"Nebraska\",\"Holt\",,\"USA.28.45_1\",\"ChIJ5Qu6nrrchIcRYyg2ULnwVqE\",\"US31089\",\"31089\",42.5680809020996,-98.7737126567833,10067,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"683f7269\",\"31091\",,84031091,31091,\"US_NE\",,,3,\"Nebraska\",\"Hooker\",,\"USA.28.46_1\",,\"US31091\",\"31091\",41.9574203491211,-101.134351313704,682,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"86311345\",\"31093\",,84031093,31093,\"US_NE\",,,3,\"Nebraska\",\"Howard\",,\"USA.28.47_1\",\"ChIJSW0rvNM0mocRBadObG27AyE\",\"US31093\",\"31093\",41.1671257019044,-98.5165233116243,6445,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6f52b670\",\"31095\",,84031095,31095,\"US_NE\",,,3,\"Nebraska\",\"Jefferson\",,\"USA.28.48_1\",\"ChIJox2JQMawl4cRS4OVQvTm3SY\",\"US31095\",\"31095\",40.1768951416016,-97.1435192901813,7046,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"815cd75c\",\"31097\",,84031097,31097,\"US_NE\",,,3,\"Nebraska\",\"Johnson\",,\"USA.28.49_1\",\"ChIJvVNx4nrSlYcRpdN8VX3_xzk\",\"US31097\",\"31097\",40.4361400604248,-96.2655914470048,5071,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"66e4fa5b\",\"31099\",,84031099,31099,\"US_NE\",,,3,\"Nebraska\",\"Kearney\",,\"USA.28.50_1\",\"ChIJFSGfBgUlmYcRut-n11T8C-g\",\"US31099\",\"31099\",40.5246143341065,-98.952698769158,6495,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b83fa317\",\"31101\",,84031101,31101,\"US_NE\",,,3,\"Nebraska\",\"Keith\",\"Keith County, Nebraska\",\"USA.28.51_1\",\"ChIJ57Xss9_jdocR8RKCPEFwPzM\",\"US31101\",\"31101\",41.1351146697998,-101.662026873263,8034,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5631c23b\",\"31103\",,84031103,31103,\"US_NE\",,,3,\"Nebraska\",\"Keya Paha\",,\"USA.28.52_1\",,\"US31103\",\"31103\",42.8766651153565,-99.7270883190036,806,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bf52670e\",\"31105\",,84031105,31105,\"US_NE\",,,3,\"Nebraska\",\"Kimball\",,\"USA.28.53_1\",\"ChIJqTDTu7fab4cRY5ciwYn34x0\",\"US31105\",\"31105\",41.2200164794923,-103.715096429357,3632,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"515c0622\",\"31107\",,84031107,31107,\"US_NE\",,,3,\"Nebraska\",\"Knox\",,\"USA.28.54_1\",\"ChIJ9UBwFSWOj4cRfT2nzB1V8WQ\",\"US31107\",\"31107\",42.5696411132812,-97.8952369244077,8332,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b6e42b25\",\"31109\",,84031109,31109,\"US_NE\",,,3,\"Nebraska\",\"Lancaster\",\"Lancaster County, Nebraska\",\"USA.28.55_1\",\"ChIJBdssjYmUlocR1ZV20RKqO90\",\"US31109\",\"31109\",40.8267803192139,-96.6875718243592,319090,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a1249256\",\"31111\",,84031111,31111,\"US_NE\",,,3,\"Nebraska\",\"Lincoln\",\"Lincoln County, Nebraska\",\"USA.28.56_1\",\"ChIJw4zfwTwWdocRJDfy6guOB28\",\"US31111\",\"31111\",41.026315689087,-100.735288921432,34914,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4f2af37a\",\"31113\",,84031113,31113,\"US_NE\",,,3,\"Nebraska\",\"Logan\",,\"USA.28.57_1\",,\"US31113\",\"31113\",41.6100997924805,-100.482006621849,748,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a649564f\",\"31115\",,84031115,31115,\"US_NE\",,,3,\"Nebraska\",\"Loup\",,\"USA.28.58_1\",,\"US31115\",\"31115\",41.9134063720704,-99.4527243054586,664,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"afff1a64\",\"31119\",,84031119,31119,\"US_NE\",,,3,\"Nebraska\",\"Madison\",\"Madison County, Nebraska\",\"USA.28.59_1\",\"ChIJj1SKBcFtkIcRx9yzHisigIA\",\"US31119\",\"31119\",41.8884048461915,-97.6007070633145,35099,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"48473763\",\"31117\",,84031117,31117,\"US_NE\",,,3,\"Nebraska\",\"McPherson\",,\"USA.28.60_1\",,\"US31117\",\"31117\",41.6102504730225,-101.05834366547,494,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8a09c195\",\"31121\",,84031121,31121,\"US_NE\",,,3,\"Nebraska\",\"Merrick\",,\"USA.28.61_1\",\"ChIJM1oz-fIEmocRb0zPHxZJN4c\",\"US31121\",\"31121\",41.1229248046875,-98.0817803809188,7755,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6407a0b9\",\"31123\",,84031123,31123,\"US_NE\",,,3,\"Nebraska\",\"Morrill\",,\"USA.28.62_1\",\"ChIJqaIV1Vh6cIcR0C-_lRfKAtA\",\"US31123\",\"31123\",41.7209243774415,-103.002407615164,4642,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8d64058c\",\"31125\",,84031125,31125,\"US_NE\",,,3,\"Nebraska\",\"Nance\",,\"USA.28.63_1\",,\"US31125\",\"31125\",41.4376106262208,-97.9979523099172,3519,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"636a64a0\",\"31127\",,84031127,31127,\"US_NE\",,,3,\"Nebraska\",\"Nemaha\",,\"USA.28.64_1\",\"ChIJvdOoCoeplYcR5tyDIn_UYzc\",\"US31127\",\"31127\",40.4122943878175,-95.8638180387555,6972,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"84d249a7\",\"31129\",,84031129,31129,\"US_NE\",,,3,\"Nebraska\",\"Nuckolls\",,\"USA.28.65_1\",,\"US31129\",\"31129\",40.1771659851075,-98.0479967527113,4148,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9312f0d4\",\"31131\",,84031131,31131,\"US_NE\",,,3,\"Nebraska\",\"Otoe\",\"Otoe County, Nebraska\",\"USA.28.66_1\",\"ChIJschIq1cwlIcRuFRrQDvYaz4\",\"US31131\",\"31131\",40.6547565460205,-96.1245370145539,16012,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7d1c91f8\",\"31133\",,84031133,31133,\"US_NE\",,,3,\"Nebraska\",\"Pawnee\",,\"USA.28.67_1\",,\"US31133\",\"31133\",40.1745605468751,-96.236296497208,2613,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"947f34cd\",\"31135\",,84031135,31135,\"US_NE\",,,3,\"Nebraska\",\"Perkins\",,\"USA.28.68_1\",,\"US31135\",\"31135\",40.8922939300537,-101.648318430244,2891,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7a7155e1\",\"31137\",,84031137,31137,\"US_NE\",,,3,\"Nebraska\",\"Phelps\",,\"USA.28.69_1\",\"ChIJTRldU5vDnocRAHJzDF5TG8k\",\"US31137\",\"31137\",40.4803409576416,-99.4120363961904,9034,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9dc978e6\",\"31139\",,84031139,31139,\"US_NE\",,,3,\"Nebraska\",\"Pierce\",,\"USA.28.70_1\",\"ChIJ85UtqxAQkIcRS2PPXlUn8j0\",\"US31139\",\"31139\",42.2220897674561,-97.6012108601807,7148,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dc536613\",\"31141\",,84031141,31141,\"US_NE\",,,3,\"Nebraska\",\"Platte\",\"Platte County, Nebraska\",\"USA.28.71_1\",\"ChIJdfcCSL7ZkIcRr_fKU3bOcvc\",\"US31141\",\"31141\",41.5489406585694,-97.540181451453,33470,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"325d073f\",\"31143\",,84031143,31143,\"US_NE\",,,3,\"Nebraska\",\"Polk\",,\"USA.28.72_1\",\"ChIJNxzIv5mwkIcRVsd2x7BDFUk\",\"US31143\",\"31143\",41.2210350036622,-97.5727504971419,5213,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"db3ea20a\",\"31145\",,84031145,31145,\"US_NE\",,,3,\"Nebraska\",\"Red Willow\",,\"USA.28.73_1\",\"ChIJz4I9sO4unocRAyPKuLP5_IY\",\"US31145\",\"31145\",40.1761054992677,-100.475522808345,10724,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3530c326\",\"31147\",,84031147,31147,\"US_NE\",,,3,\"Nebraska\",\"Richardson\",,\"USA.28.74_1\",\"ChIJY2Wvd-J0lYcRXPNvT5J5D14\",\"US31147\",\"31147\",40.1304550170899,-95.7129214353153,7865,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d288ee21\",\"31149\",,84031149,31149,\"US_NE\",,,3,\"Nebraska\",\"Rock\",,\"USA.28.75_1\",,\"US31149\",\"31149\",42.5758247375489,-99.4597936108009,1357,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c5485752\",\"31151\",,84031151,31151,\"US_NE\",,,3,\"Nebraska\",\"Saline\",,\"USA.28.76_1\",\"ChIJDyajSd9Al4cRuZwFj8Hu3jU\",\"US31151\",\"31151\",40.566614151001,-97.1405695621161,14224,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2b46367e\",\"31153\",,84031153,31153,\"US_NE\",,,3,\"Nebraska\",\"Sarpy\",\"Sarpy County, Nebraska\",\"USA.28.77_1\",\"ChIJF8HFSLsFlIcR59Ty8ZW9Cd4\",\"US31153\",\"31153\",41.0932197570801,-96.0997850375276,187196,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c225934b\",\"31155\",,84031155,31155,\"US_NE\",,,3,\"Nebraska\",\"Saunders\",\"Saunders County, Nebraska\",\"USA.28.78_1\",\"ChIJOyWwKDqylocRuXNg68HxtJo\",\"US31155\",\"31155\",41.2304992675781,-96.6358365274098,21578,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2c2bf267\",\"31157\",,84031157,31157,\"US_NE\",,,3,\"Nebraska\",\"Scotts Bluff\",\"Scotts Bluff County, Nebraska\",\"USA.28.79_1\",\"ChIJlZzhmsUwZYcRw2_TnqzH5zo\",\"US31157\",\"31157\",41.8711204528809,-103.706571574918,35618,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cb93df60\",\"31159\",,84031159,31159,\"US_NE\",,,3,\"Nebraska\",\"Seward\",\"Seward County, Nebraska\",\"USA.28.80_1\",\"ChIJ7TK8k5Mnl4cR9df9IR0bDkQ\",\"US31159\",\"31159\",40.8289451599121,-97.1390030825199,17284,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ee650491\",\"31161\",,84031161,31161,\"US_NE\",,,3,\"Nebraska\",\"Sheridan\",,\"USA.28.81_1\",,\"US31161\",\"31161\",42.4875106811523,-102.42016741341,5246,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"006b65bd\",\"31163\",,84031163,31163,\"US_NE\",,,3,\"Nebraska\",\"Sherman\",,\"USA.28.82_1\",,\"US31163\",\"31163\",41.2200603485108,-98.9748121747004,3001,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e908c088\",\"31165\",,84031165,31165,\"US_NE\",,,3,\"Nebraska\",\"Sioux\",,\"USA.28.83_1\",,\"US31165\",\"31165\",42.4823951721191,-103.765212460632,1166,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0706a1a4\",\"31167\",,84031167,31167,\"US_NE\",,,3,\"Nebraska\",\"Stanton\",,\"USA.28.84_1\",\"ChIJjRbLQK9OkIcRbSO9BCcZo-A\",\"US31167\",\"31167\",42.0048389434815,-97.1937403711054,5920,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e0be8ca3\",\"31169\",,84031169,31169,\"US_NE\",,,3,\"Nebraska\",\"Thayer\",,\"USA.28.85_1\",\"ChIJ4fj9KyqOl4cR6yGqpUuZoVw\",\"US31169\",\"31169\",40.1770496368408,-97.5954760329953,5003,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f77e35d0\",\"31171\",,84031171,31171,\"US_NE\",,,3,\"Nebraska\",\"Thomas\",,\"USA.28.86_1\",,\"US31171\",\"31171\",41.9574203491211,-100.555369569144,722,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"197054fc\",\"31173\",,84031173,31173,\"US_NE\",,,3,\"Nebraska\",\"Thurston\",,\"USA.28.87_1\",\"ChIJrShy0M76kYcRsKz9rfF7bUo\",\"US31173\",\"31173\",42.1502094268799,-96.5728932575679,7224,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f013f1c9\",\"31175\",,84031175,31175,\"US_NE\",,,3,\"Nebraska\",\"Valley\",,\"USA.28.88_1\",,\"US31175\",\"31175\",41.6098613739014,-98.982081214138,4158,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1e1d90e5\",\"31177\",,84031177,31177,\"US_NE\",,,3,\"Nebraska\",\"Washington\",\"Washington County, Nebraska\",\"USA.28.89_1\",\"ChIJbQYEfuHEk4cR5Ic2VlDx24E\",\"US31177\",\"31177\",41.5384159088135,-96.2677274432105,20729,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f9a5bde2\",\"31179\",,84031179,31179,\"US_NE\",,,3,\"Nebraska\",\"Wayne\",,\"USA.28.90_1\",\"ChIJGXpgL9EskIcRkoP2g2pgMOw\",\"US31179\",\"31179\",42.2139949798584,-97.0966322182923,9385,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"70e6291f\",\"31181\",,84031181,31181,\"US_NE\",,,3,\"Nebraska\",\"Webster\",,\"USA.28.91_1\",,\"US31181\",\"31181\",40.133680343628,-98.5016901572516,3487,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9ee84833\",\"31183\",,84031183,31183,\"US_NE\",,,3,\"Nebraska\",\"Wheeler\",,\"USA.28.92_1\",,\"US31183\",\"31183\",41.914571762085,-98.5278306955861,783,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"778bed06\",\"31185\",,84031185,31185,\"US_NE\",,,3,\"Nebraska\",\"York\",\"York County, Nebraska\",\"USA.28.93_1\",\"ChIJLcNMqXhFl4cRl_HkEUbkSb0\",\"US31185\",\"31185\",40.8289451599121,-97.5966395324103,13679,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c39fa5f2\",\"32510\",,84032510,32510,\"US_NV\",,,3,\"Nevada\",\"Carson City\",\"Carson City, Nevada\",\"USA.29.1_1\",\"ChIJcbTe-KEKmYARKDjivYJsnPc\",\"US32510\",\"32510\",39.1650753021241,-119.73193357905,55916,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ab4866ce\",\"32001\",,84032001,32001,\"US_NV\",,,3,\"Nevada\",\"Churchill\",\"Churchill County, Nevada\",\"USA.29.2_1\",\"ChIJ12R2YqF9ooARvSfwK1_31Ek\",\"US32001\",\"32001\",39.5404109954834,-118.291342535684,24909,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"454607e2\",\"32003\",,84032003,32003,\"US_NV\",,,3,\"Nevada\",\"Clark\",\"Clark County, Nevada\",\"USA.29.3_1\",\"ChIJHao3aEnWuIAR-DZSqgPUFzM\",\"US32003\",\"32003\",35.9283447265626,-115.255964628405,2266715,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ac25a2d7\",\"32005\",,84032005,32005,\"US_NV\",,,3,\"Nevada\",\"Douglas\",\"Douglas County, Nevada\",\"USA.29.4_1\",\"ChIJl7GtMaPMmYARnw1czsRFRFo\",\"US32005\",\"32005\",38.8265991210938,-119.583350656166,48905,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"422bc3fb\",\"32007\",,84032007,32007,\"US_NV\",,,3,\"Nevada\",\"Elko\",\"Elko County, Nevada\",\"USA.29.5_1\",\"ChIJs_aoUQijqIARzzYB-p7ydrY\",\"US32007\",\"32007\",41.0578746795655,-115.528521680478,52778,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a593eefc\",\"32009\",,84032009,32009,\"US_NV\",,,3,\"Nevada\",\"Esmeralda\",,\"USA.29.6_1\",,\"US32009\",\"32009\",37.7246799468994,-117.678022768922,873,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b253578f\",\"32011\",,84032011,32011,\"US_NV\",,,3,\"Nevada\",\"Eureka\",,\"USA.29.7_1\",,\"US32011\",\"32011\",40.0827503204346,-116.21833872745,2029,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5c5d36a3\",\"32013\",,84032013,32013,\"US_NV\",,,3,\"Nevada\",\"Humboldt\",\"Humboldt County, Nevada\",\"USA.29.8_1\",\"ChIJC-bDQcdxoIAR6IYD0nhO0Cs\",\"US32013\",\"32013\",41.2514743804932,-118.160740834888,16831,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b53e9396\",\"32015\",,84032015,32015,\"US_NV\",,,3,\"Nevada\",\"Lander\",,\"USA.29.9_1\",\"ChIJ7S6Vr9CJo4ARRUTXK4cIvV0\",\"US32015\",\"32015\",40.0377044677735,-117.056876069873,5532,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5b30f2ba\",\"32017\",,84032017,32017,\"US_NV\",,,3,\"Nevada\",\"Lincoln\",,\"USA.29.10_1\",,\"US32017\",\"32017\",37.7572898864747,-114.973511337705,5183,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bc88dfbd\",\"32019\",,84032019,32019,\"US_NV\",,,3,\"Nevada\",\"Lyon\",\"Lyon County, Nevada\",\"USA.29.11_1\",\"ChIJWRrlR5SSmIARghY0ZET3wl8\",\"US32019\",\"32019\",39.0749454498292,-119.117431481945,57510,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"997e044c\",\"32021\",,84032021,32021,\"US_NV\",,,3,\"Nevada\",\"Mineral\",,\"USA.29.12_1\",\"ChIJp6leETNpvYARV-sPeNL2COs\",\"US32021\",\"32021\",38.4877300262452,-118.306303993638,4505,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"77706560\",\"32023\",,84032023,32023,\"US_NV\",,,3,\"Nevada\",\"Nye\",\"Nye County, Nevada\",\"USA.29.13_1\",\"ChIJJcLL_DeWvoARQyqHFcY2se4\",\"US32023\",\"32023\",37.6246852874756,-116.530835879722,46523,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"701da179\",\"32027\",,84032027,32027,\"US_NV\",,,3,\"Nevada\",\"Pershing\",,\"USA.29.14_1\",\"ChIJDYH5waDqoYARpuD7AQL94ug\",\"US32027\",\"32027\",40.4280509948731,-118.34108719918,6725,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"97a58c7e\",\"32029\",,84032029,32029,\"US_NV\",,,3,\"Nevada\",\"Storey\",,\"USA.29.15_1\",\"ChIJhaeiwvQbmYAR6_pmeV-ns7c\",\"US32029\",\"32029\",39.4256954193116,-119.537324931563,4123,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8065350d\",\"32031\",,84032031,32031,\"US_NV\",,,3,\"Nevada\",\"Washoe\",\"Washoe County, Nevada\",\"USA.29.16_1\",\"ChIJ4fdsvIAuo4ARgBhifeuEby4\",\"US32031\",\"32031\",40.5683345794678,-119.655121576993,471519,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6e6b5421\",\"32033\",,84032033,32033,\"US_NV\",,,3,\"Nevada\",\"White Pine\",,\"USA.29.17_1\",\"ChIJT0dsM3dlpYARsqdrf0iJCRQ\",\"US32033\",\"32033\",39.3941841125489,-114.97696621521,9580,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"13f401ab\",\"33001\",,84033001,33001,\"US_NH\",,,3,\"New Hampshire\",\"Belknap\",\"Belknap County, New Hampshire\",\"USA.30.1_1\",\"ChIJf2WyB4ozs0wRNRVemyAOedA\",\"US33001\",\"33001\",43.5209751129151,-71.435486813292,61303,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fdfa6087\",\"33003\",,84033003,33003,\"US_NH\",,,3,\"New Hampshire\",\"Carroll\",\"Carroll County, New Hampshire\",\"USA.30.2_1\",\"ChIJL4j8uf0Ss0wR-WWdErh_dF8\",\"US33003\",\"33003\",43.8748455047608,-71.2755792613208,48910,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1499c5b2\",\"33005\",,84033005,33005,\"US_NH\",,,3,\"New Hampshire\",\"Cheshire\",\"Cheshire County, New Hampshire\",\"USA.30.3_1\",\"ChIJ4xjGzvh14YkRtwt0ynXMmnI\",\"US33005\",\"33005\",42.947229385376,-72.2973178404472,76085,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fa97a49e\",\"33007\",,84033007,33007,\"US_NH\",,,3,\"New Hampshire\",\"Coos\",\"Coos County, New Hampshire\",\"USA.30.4_1\",\"ChIJIxSuu1kGtEwR3bLpp08_hp4\",\"US33007\",\"33007\",44.696590423584,-71.3162789493252,31563,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1d2f8999\",\"33009\",,84033009,33009,\"US_NH\",,,3,\"New Hampshire\",\"Grafton\",\"Grafton County, New Hampshire\",\"USA.30.5_1\",\"ChIJzThguhF_s0wRPG8XeyZNifk\",\"US33009\",\"33009\",43.9662246704102,-71.7315801409926,89886,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0aef30ea\",\"33011\",,84033011,33011,\"US_NH\",,,3,\"New Hampshire\",\"Hillsborough\",\"Hillsborough County, New Hampshire\",\"USA.30.6_1\",\"ChIJFyK5pH0z4okRLFpNBZm3El8\",\"US33011\",\"33011\",42.9744396209717,-71.7224102808588,417025,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e4e151c6\",\"33013\",,84033013,33013,\"US_NH\",,,3,\"New Hampshire\",\"Merrimack\",\"Merrimack County, New Hampshire\",\"USA.30.7_1\",\"ChIJr5Mqu9kT4okRpTU0iWQBYWE\",\"US33013\",\"33013\",43.3002967834473,-71.6732134283863,151391,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0d82f4f3\",\"33015\",,84033015,33015,\"US_NH\",,,3,\"New Hampshire\",\"Rockingham\",\"Rockingham County, New Hampshire\",\"USA.30.8_1\",\"ChIJfbhY9-fx4okRG0Ob6F11-Qw\",\"US33015\",\"33015\",43.005693435669,-71.068006040417,309769,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e38c95df\",\"33017\",,84033017,33017,\"US_NH\",,,3,\"New Hampshire\",\"Strafford\",\"Strafford County, New Hampshire\",\"USA.30.9_1\",\"ChIJ6VJRvkKC4okRDLUGGUHWCNE\",\"US33017\",\"33017\",43.326910018921,-71.0577216841462,130633,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0434b8d8\",\"33019\",,84033019,33019,\"US_NH\",,,3,\"New Hampshire\",\"Sullivan\",\"Sullivan County, New Hampshire\",\"USA.30.10_1\",\"ChIJwVdrFo3y4YkRKsoVaUOl5ag\",\"US33019\",\"33019\",43.3657112121582,-72.2358567509891,43146,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8e233912\",\"34001\",,84034001,34001,\"US_NJ\",,,3,\"New Jersey\",\"Atlantic\",\"Atlantic County, New Jersey\",\"USA.31.1_1\",\"ChIJ1QoSk33fwIkRe269C6wfLcA\",\"US34001\",\"34001\",39.5108699798585,-74.6939753035393,263670,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"602d583e\",\"34003\",,84034003,34003,\"US_NJ\",,,3,\"New Jersey\",\"Bergen\",\"Bergen County, New Jersey\",\"USA.31.2_1\",\"ChIJi82Epg0Aw4kRBYbf88CH42w\",\"US34003\",\"34003\",40.9497146606446,-74.0265053627459,932202,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"894efd0b\",\"34005\",,84034005,34005,\"US_NJ\",,,3,\"New Jersey\",\"Burlington\",\"Burlington County, New Jersey\",\"USA.31.3_1\",\"ChIJe3N0AJddwYkRACBgX3eEhqw\",\"US34005\",\"34005\",39.8598194122315,-74.6795354268085,445349,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"67409c27\",\"34007\",,84034007,34007,\"US_NJ\",,,3,\"New Jersey\",\"Camden\",\"Camden County, New Jersey\",\"USA.31.4_1\",\"ChIJ7VrEU68wwYkRrv6SNMgvyrk\",\"US34007\",\"34007\",39.8020801544191,-74.9890992701693,506471,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"80f8b120\",\"34009\",,84034009,34009,\"US_NJ\",,,3,\"New Jersey\",\"Cape May\",\"Cape May County, New Jersey\",\"USA.31.5_1\",\"ChIJh1y-gZKxwIkRn21Sr3qExCU\",\"US34009\",\"34009\",39.1285800933838,-74.8244386225778,92039,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"97380853\",\"34011\",,84034011,34011,\"US_NJ\",,,3,\"New Jersey\",\"Cumberland\",\"Cumberland County, New Jersey\",\"USA.31.6_1\",\"ChIJ1dp_HiUxx4kR9LbwHVK8Vl4\",\"US34011\",\"34011\",39.3755340576173,-75.1252239937529,149527,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7936697f\",\"34013\",,84034013,34013,\"US_NJ\",,,3,\"New Jersey\",\"Essex\",\"Essex County, New Jersey\",\"USA.31.7_1\",\"ChIJbeL7NKG8w4kRrh3vCNK0Vck\",\"US34013\",\"34013\",40.7930145263672,-74.2552051657099,798975,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9055cc4a\",\"34015\",,84034015,34015,\"US_NJ\",,,3,\"New Jersey\",\"Gloucester\",\"Gloucester County, New Jersey\",\"USA.31.8_1\",\"ChIJVVAjAg_XwIkRmC0fZge5sfE\",\"US34015\",\"34015\",39.702060699463,-75.1517195339151,291636,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7e5bad66\",\"34017\",,84034017,34017,\"US_NJ\",,,3,\"New Jersey\",\"Hudson\",\"Hudson County, New Jersey\",\"USA.31.9_1\",\"ChIJ0UrHnkGrw4kRhaap0swA39s\",\"US34017\",\"34017\",40.7315273284913,-74.0575684941211,672391,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"99e38061\",\"34019\",,84034019,34019,\"US_NJ\",,,3,\"New Jersey\",\"Hunterdon\",\"Hunterdon County, New Jersey\",\"USA.31.10_1\",\"ChIJJ5ltyj6Tw4kRUrGazR0XLgo\",\"US34019\",\"34019\",40.5633563995362,-74.909304811088,124371,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bc155b90\",\"34021\",,84034021,34021,\"US_NJ\",,,3,\"New Jersey\",\"Mercer\",\"Mercer County, New Jersey\",\"USA.31.11_1\",\"ChIJDX6oD-ZgwYkR7p55mCOiTMo\",\"US34021\",\"34021\",40.2812004089356,-74.6830170572591,367430,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"521b3abc\",\"34023\",,84034023,34023,\"US_NJ\",,,3,\"New Jersey\",\"Middlesex\",\"Middlesex County, New Jersey\",\"USA.31.12_1\",\"ChIJ4blltancw4kR0ZwQkSoA__s\",\"US34023\",\"34023\",40.4302101135254,-74.3996770281005,825062,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bb789f89\",\"34025\",,84034025,34025,\"US_NJ\",,,3,\"New Jersey\",\"Monmouth\",\"Monmouth County, New Jersey\",\"USA.31.13_1\",\"ChIJs-wyjgfPw4kRpyM0wCxA5CQ\",\"US34025\",\"34025\",40.2775020599366,-74.1905732503504,618795,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5576fea5\",\"34027\",,84034027,34027,\"US_NJ\",,,3,\"New Jersey\",\"Morris\",\"Morris County, New Jersey\",\"USA.31.14_1\",\"ChIJye24g0OWw4kRa6osNwPLVyM\",\"US34027\",\"34027\",40.8674564361573,-74.5684610978461,491845,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b2ced3a2\",\"34029\",,84034029,34029,\"US_NJ\",,,3,\"New Jersey\",\"Ocean\",\"Ocean County, New Jersey\",\"USA.31.15_1\",\"ChIJh7ZJcChswYkRWgFmCdLUJYw\",\"US34029\",\"34029\",39.839511871338,-74.2848262103599,607186,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a50e6ad1\",\"34031\",,84034031,34031,\"US_NJ\",,,3,\"New Jersey\",\"Passaic\",\"Passaic County, New Jersey\",\"USA.31.16_1\",\"ChIJaRba7DIQw4kR1PxZFBmoKZE\",\"US34031\",\"34031\",41.0100746154786,-74.3087331954325,501826,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4b000bfd\",\"34033\",,84034033,34033,\"US_NJ\",,,3,\"New Jersey\",\"Salem\",\"Salem County, New Jersey\",\"USA.31.17_1\",\"ChIJCf2wV9kjx4kR1h2X5UgqTco\",\"US34033\",\"34033\",39.5803146362305,-75.2953010820324,62385,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a263aec8\",\"34035\",,84034035,34035,\"US_NJ\",,,3,\"New Jersey\",\"Somerset\",\"Somerset County, New Jersey\",\"USA.31.18_1\",\"ChIJSU4MpbK_w4kRscwSKQMFq7o\",\"US34035\",\"34035\",40.5655097961426,-74.6248777507909,328934,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4c6dcfe4\",\"34037\",,84034037,34037,\"US_NJ\",,,3,\"New Jersey\",\"Sussex\",\"Sussex County, New Jersey\",\"USA.31.19_1\",\"ChIJw9ucntdww4kRYBHfSAlyyNY\",\"US34037\",\"34037\",41.1285305023194,-74.6997911736852,140488,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"abd5e2e3\",\"34039\",,84034039,34039,\"US_NJ\",,,3,\"New Jersey\",\"Union\",\"Union County, New Jersey\",\"USA.31.20_1\",\"ChIJE1ZD4HK6w4kRXelsizO4rG4\",\"US34039\",\"34039\",40.6636104583741,-74.2756761374593,556341,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ea4ffc16\",\"34041\",,84034041,34041,\"US_NJ\",,,3,\"New Jersey\",\"Warren\",\"Warren County, New Jersey\",\"USA.31.21_1\",\"ChIJBT-KStmCw4kRT-qWiF6ja1Q\",\"US34041\",\"34041\",40.8434600830079,-74.9575663934656,105267,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"369f5e77\",\"35001\",,84035001,35001,\"US_NM\",,,3,\"New Mexico\",\"Bernalillo\",\"Bernalillo County, New Mexico\",\"USA.32.1_1\",\"ChIJUX79BuYMIocR61XjFX3dWVg\",\"US35001\",\"35001\",35.0430755615236,-106.67219091934,679121,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d8913f5b\",\"35003\",,84035003,35003,\"US_NM\",,,3,\"New Mexico\",\"Catron\",,\"USA.32.2_1\",,\"US35003\",\"35003\",33.9337005615235,-108.380960718908,3527,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"31f29a6e\",\"35005\",,84035005,35005,\"US_NM\",,,3,\"New Mexico\",\"Chaves\",\"Chaves County, New Mexico\",\"USA.32.3_1\",\"ChIJsYIv2gJq4oYRusXulHhzwn8\",\"US35005\",\"35005\",33.3023490905762,-104.333172889867,64615,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a8fbcbd4\",\"35006\",,84035006,35006,\"US_NM\",,,3,\"New Mexico\",\"Cibola\",\"Cibola County, New Mexico\",\"USA.32.4_1\",\"ChIJu55NKDiGI4cRygyykelguDc\",\"US35006\",\"35006\",35.0006160736084,-107.775817456344,26675,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dffcfb42\",\"35007\",,84035007,35007,\"US_NM\",,,3,\"New Mexico\",\"Colfax\",\"Colfax County, New Mexico\",\"USA.32.5_1\",\"ChIJ9VbYdKe9EIcRu081sf_5jeM\",\"US35007\",\"35007\",36.6110706329346,-104.689088500824,11941,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3844d645\",\"35009\",,84035009,35009,\"US_NM\",,,3,\"New Mexico\",\"Curry\",\"Curry County, New Mexico\",\"USA.32.6_1\",\"ChIJH895Wq8zA4cRmggYePcWJkw\",\"US35009\",\"35009\",34.6500549316407,-103.372899153969,48954,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2f846f36\",\"35011\",,84035011,35011,\"US_NM\",,,3,\"New Mexico\",\"De Baca\",,\"USA.32.7_1\",,\"US35011\",\"35011\",34.4911460876465,-104.418246809372,1748,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c18a0e1a\",\"35013\",,84035013,35013,\"US_NM\",,,3,\"New Mexico\",\"Dona Ana\",,\"USA.32.8_1\",\"ChIJT2CwBJ493oYRilykcpQvyJA\",\"US35013\",\"35013\",32.4046611785889,-106.834178452781,218195,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"28e9ab2f\",\"35015\",,84035015,35015,\"US_NM\",,,3,\"New Mexico\",\"Eddy\",\"Eddy County, New Mexico\",\"USA.32.9_1\",\"ChIJi3hqPPmW44YRPVEJo1r5eZw\",\"US35015\",\"35015\",32.4672355651856,-104.282726990192,58460,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c6e7ca03\",\"35017\",,84035017,35017,\"US_NM\",,,3,\"New Mexico\",\"Grant\",\"Grant County, New Mexico\",\"USA.32.10_1\",\"ChIJ678Pt4a72IYR5q6ufQjAkf0\",\"US35017\",\"35017\",32.5405158996583,-108.281387644076,26998,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"215fe704\",\"35019\",,84035019,35019,\"US_NM\",,,3,\"New Mexico\",\"Guadalupe\",\"Guadalupe County, New Mexico\",\"USA.32.11_1\",\"ChIJKXn4_EgSHIcRw0MFvRBayDE\",\"US35019\",\"35019\",34.8686103820801,-104.708076801386,4300,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"04a93cf5\",\"35021\",,84035021,35021,\"US_NM\",,,3,\"New Mexico\",\"Harding\",,\"USA.32.12_1\",,\"US35021\",\"35021\",35.8057403564453,-103.871768347934,625,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"eaa75dd9\",\"35023\",,84035023,35023,\"US_NM\",,,3,\"New Mexico\",\"Hidalgo\",\"Hidalgo County, New Mexico\",\"USA.32.13_1\",\"ChIJxcpqqxUN2YYRCZLV8w7cpRA\",\"US35023\",\"35023\",32.0646400451661,-108.784858440492,4198,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"03c4f8ec\",\"35025\",,84035025,35025,\"US_NM\",,,3,\"New Mexico\",\"Lea\",\"Lea County, New Mexico\",\"USA.32.14_1\",\"ChIJ1VQcCIjN_IYRJ3n8dy7Foig\",\"US35025\",\"35025\",32.7898445129396,-103.43734563434,71070,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"edca99c0\",\"35027\",,84035027,35027,\"US_NM\",,,3,\"New Mexico\",\"Lincoln\",\"Lincoln County, New Mexico\",\"USA.32.15_1\",\"ChIJvawgY4TD4YYRAG9ckXRT-Co\",\"US35027\",\"35027\",33.7402896881104,-105.468755110734,19572,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7d758451\",\"35028\",,84035028,35028,\"US_NM\",,,3,\"New Mexico\",\"Los Alamos\",,\"USA.32.16_1\",\"ChIJF8D-ZnagIocRjlWg9BxeH6k\",\"US35028\",\"35028\",35.8602199554443,-106.320911800364,19369,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0a72b4c7\",\"35029\",,84035029,35029,\"US_NM\",,,3,\"New Mexico\",\"Luna\",\"Luna County, New Mexico\",\"USA.32.17_1\",\"ChIJafRyfC7H3oYRu1PfUUHDyXo\",\"US35029\",\"35029\",32.1927452087403,-107.761296305822,23709,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1db20db4\",\"35031\",,84035031,35031,\"US_NM\",,,3,\"New Mexico\",\"McKinley\",\"McKinley County, New Mexico\",\"USA.32.18_1\",\"ChIJ9eMG_q01IocRK1VfU_s3GvY\",\"US35031\",\"35031\",35.5032005310059,-108.174481134344,71367,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f3bc6c98\",\"35033\",,84035033,35033,\"US_NM\",,,3,\"New Mexico\",\"Mora\",,\"USA.32.19_1\",,\"US35033\",\"35033\",36.0081157684327,-104.942687870906,4521,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1adfc9ad\",\"35035\",,84035035,35035,\"US_NM\",,,3,\"New Mexico\",\"Otero\",\"Otero County, New Mexico\",\"USA.32.20_1\",\"ChIJpes6ZYqm4YYR9_BF1GXkUs0\",\"US35035\",\"35035\",32.7667541503907,-105.863058770125,67490,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f4d1a881\",\"35037\",,84035037,35037,\"US_NM\",,,3,\"New Mexico\",\"Quay\",\"Quay County, New Mexico\",\"USA.32.21_1\",\"ChIJXasEsYJIG4cR_7u9CRsLBrc\",\"US35037\",\"35037\",35.1636600494385,-103.560218077064,8253,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"13698586\",\"35039\",,84035039,35039,\"US_NM\",,,3,\"New Mexico\",\"Rio Arriba\",\"Rio Arriba County, New Mexico\",\"USA.32.22_1\",\"ChIJiY5DiCerIocRRwqPk9axzOg\",\"US35039\",\"35039\",36.4745502471924,-106.778742360088,38921,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"52f39b73\",\"35041\",,84035041,35041,\"US_NM\",,,3,\"New Mexico\",\"Roosevelt\",\"Roosevelt County, New Mexico\",\"USA.32.23_1\",\"ChIJRY-GcTUuHYcRVWuUkJBo3Ok\",\"US35041\",\"35041\",34.0882453918457,-103.494224418115,18500,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"559e5f6a\",\"35045\",,84035045,35045,\"US_NM\",,,3,\"New Mexico\",\"San Juan\",\"San Juan County, New Mexico\",\"USA.32.24_1\",\"ChIJD7sZvTIjPYcRJ_GnKTTsve8\",\"US35045\",\"35045\",36.4886455535889,-108.331514939666,123958,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bb903e46\",\"35047\",,84035047,35047,\"US_NM\",,,3,\"New Mexico\",\"San Miguel\",\"San Miguel County, New Mexico\",\"USA.32.25_1\",\"ChIJ68ddJD5sGYcRGc35tQB6jQM\",\"US35047\",\"35047\",35.5569744110109,-104.764649301533,27277,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bcfdfa5f\",\"35043\",,84035043,35043,\"US_NM\",,,3,\"New Mexico\",\"Sandoval\",\"Sandoval County, New Mexico\",\"USA.32.26_1\",\"ChIJFwSJJh6HIocRhinJKrcOGD8\",\"US35043\",\"35043\",35.722604751587,-106.775366683403,146748,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5c281341\",\"35049\",,84035049,35049,\"US_NM\",,,3,\"New Mexico\",\"Santa Fe\",\"Santa Fe County, New Mexico\",\"USA.32.27_1\",\"ChIJLxb9lBZDGIcR1ads3XuFnHU\",\"US35049\",\"35049\",35.5060405731202,-105.981221560273,150358,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4be8aa32\",\"35051\",,84035051,35051,\"US_NM\",,,3,\"New Mexico\",\"Sierra\",,\"USA.32.28_1\",\"ChIJw099PNub34YR_Ex9nElzy3o\",\"US35051\",\"35051\",33.0469665527344,-107.101275177393,10791,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a5e6cb1e\",\"35053\",,84035053,35053,\"US_NM\",,,3,\"New Mexico\",\"Socorro\",\"Socorro County, New Mexico\",\"USA.32.29_1\",\"ChIJYx6G8IiaIYcRWNkV_xalA-4\",\"US35053\",\"35053\",34.0422954559327,-106.817171172403,16637,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4c856e2b\",\"35055\",,84035055,35055,\"US_NM\",,,3,\"New Mexico\",\"Taos\",\"Taos County, New Mexico\",\"USA.32.30_1\",\"ChIJTyS6WOXqF4cR_ryb_5qizsU\",\"US35055\",\"35055\",36.5026588439942,-105.638018359571,32723,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a28b0f07\",\"35057\",,84035057,35057,\"US_NM\",,,3,\"New Mexico\",\"Torrance\",\"Torrance County, New Mexico\",\"USA.32.31_1\",\"ChIJX72gHXsmH4cRYu-2mv8-WGc\",\"US35057\",\"35057\",34.6616859436036,-105.874682216885,15461,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"45332200\",\"35059\",,84035059,35059,\"US_NM\",,,3,\"New Mexico\",\"Union\",,\"USA.32.32_1\",\"ChIJcYOmzHW3GocRzWirj3ySkEA\",\"US35059\",\"35059\",36.3363189697266,-103.523747087978,4059,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"60c5f9f1\",\"35061\",,84035061,35061,\"US_NM\",,,3,\"New Mexico\",\"Valencia\",\"Valencia County, New Mexico\",\"USA.32.33_1\",\"ChIJ5Q-zIccNIocRBgKeUkqw_Ys\",\"US35061\",\"35061\",34.6978340148927,-106.830553523891,76688,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"242af199\",\"36001\",,84036001,36001,\"US_NY\",,,3,\"New York\",\"Albany\",\"Albany County, New York\",\"USA.33.1_1\",\"ChIJKXDqHfHY3YkR58pus3faMs8\",\"US36001\",\"36001\",42.6151008605958,-73.9780286240153,305506,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ca2490b5\",\"36003\",,84036003,36003,\"US_NY\",,,3,\"New York\",\"Allegany\",\"Allegany County, New York\",\"USA.33.2_1\",\"ChIJl33sKYFl14kRyn7CFjkTVKY\",\"US36003\",\"36003\",42.267339706421,-78.0241611706945,46091,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cd4954ac\",\"36007\",,84036007,36007,\"US_NY\",,,3,\"New York\",\"Broome\",\"Broome County, New York\",\"USA.33.4_1\",\"ChIJYY7ptUqE2okRMrKzIsAel3M\",\"US36007\",\"36007\",42.2008953094483,-75.859891564451,190488,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2af179ab\",\"36009\",,84036009,36009,\"US_NY\",,,3,\"New York\",\"Cattaraugus\",\"Cattaraugus County, New York\",\"USA.33.5_1\",\"ChIJO6mJu_oZ14kRCF72TKld9KM\",\"US36009\",\"36009\",42.2633762359619,-78.6856791192109,76117,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3d31c0d8\",\"36011\",,84036011,36011,\"US_NY\",,,3,\"New York\",\"Cayuga\",\"Cayuga County, New York\",\"USA.33.6_1\",\"ChIJa528W6Mt14kRJO2ESNdcPdM\",\"US36011\",\"36011\",43.017261505127,-76.6029894896508,76576,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d33fa1f4\",\"36013\",,84036013,36013,\"US_NY\",,,3,\"New York\",\"Chautauqua\",\"Chautauqua County, New York\",\"USA.33.7_1\",\"ChIJR4rNe8e10okRD5lYqn0jEmY\",\"US36013\",\"36013\",42.2883548736573,-79.3833005974303,126903,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3a5c04c1\",\"36015\",,84036015,36015,\"US_NY\",,,3,\"New York\",\"Chemung\",\"Chemung County, New York\",\"USA.33.8_1\",\"ChIJN_Suxcxr0IkR15KGed9wnWM\",\"US36015\",\"36015\",42.1409606933594,-76.7612455227598,83456,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d45265ed\",\"36017\",,84036017,36017,\"US_NY\",,,3,\"New York\",\"Chenango\",\"Chenango County, New York\",\"USA.33.9_1\",\"ChIJcasfkqPc24kRPDrHtwAguxc\",\"US36017\",\"36017\",42.4709796905517,-75.6328655663119,47207,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"33ea48ea\",\"36019\",,84036019,36019,\"US_NY\",,,3,\"New York\",\"Clinton\",\"Clinton County, New York\",\"USA.33.10_1\",\"ChIJ2-xEH7FLykwRVbXj-KXCvoo\",\"US36019\",\"36019\",44.7218990325928,-73.6797432861971,80485,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"161c931b\",\"36021\",,84036021,36021,\"US_NY\",,,3,\"New York\",\"Columbia\",\"Columbia County, New York\",\"USA.33.11_1\",\"ChIJl0woY2iN3YkRyw5zf5ClcbE\",\"US36021\",\"36021\",42.246250152588,-73.6395231020705,59461,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f812f237\",\"36023\",,84036023,36023,\"US_NY\",,,3,\"New York\",\"Cortland\",\"Cortland County, New York\",\"USA.33.12_1\",\"ChIJnbctU8s92okRtpzbyEQ88Mg\",\"US36023\",\"36023\",42.5618743896485,-76.0701279557433,47581,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"11715702\",\"36025\",,84036025,36025,\"US_NY\",,,3,\"New York\",\"Delaware\",\"Delaware County, New York\",\"USA.33.13_1\",\"ChIJHaU_v-eR0IkRJC99UidDyjQ\",\"US36025\",\"36025\",42.1822204589845,-74.9512440155514,44135,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ff7f362e\",\"36027\",,84036027,36027,\"US_NY\",,,3,\"New York\",\"Dutchess\",\"Dutchess County, New York\",\"USA.33.14_1\",\"ChIJgXGMHTpq3YkRLcG0JidTOfc\",\"US36027\",\"36027\",41.7655696868897,-73.7277741632938,294218,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"18c71b29\",\"36029\",,84036029,36029,\"US_NY\",,,3,\"New York\",\"Erie\",\"Erie County, New York\",\"USA.33.15_1\",\"ChIJRRlv_BcQ04kRP2qzyO_pHxA\",\"US36029\",\"36029\",42.7616405487061,-78.6735286136422,918702,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0f07a25a\",\"36031\",,84036031,36031,\"US_NY\",,,3,\"New York\",\"Essex\",\"Essex County, New York\",\"USA.33.16_1\",\"ChIJPdIpUsMby0wRAbligGJCi8E\",\"US36031\",\"36031\",44.1444110870362,-73.7503646264377,36885,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e109c376\",\"36033\",,84036033,36033,\"US_NY\",,,3,\"New York\",\"Franklin\",\"Franklin County, New York\",\"USA.33.17_1\",\"ChIJ3VoMWMufy0wR3CWvgyqxnQ4\",\"US36033\",\"36033\",44.5474357604981,-74.2574648480645,50022,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"086a6643\",\"36035\",,84036035,36035,\"US_NY\",,,3,\"New York\",\"Fulton\",\"Fulton County, New York\",\"USA.33.18_1\",\"ChIJc_gmLYlX3okRE6uNbAYsVtw\",\"US36035\",\"36035\",43.1352519989014,-74.4289421045723,53383,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e664076f\",\"36037\",,84036037,36037,\"US_NY\",,,3,\"New York\",\"Genesee\",\"Genesee County, New York\",\"USA.33.19_1\",\"ChIJ3cqHwAXx04kRu0vT3slvuDs\",\"US36037\",\"36037\",43.0009155273438,-78.1863162488693,57280,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"01dc2a68\",\"36039\",,84036039,36039,\"US_NY\",,,3,\"New York\",\"Greene\",\"Greene County, New York\",\"USA.33.20_1\",\"ChIJ48zRePCr3YkRM5U9kPJWVjs\",\"US36039\",\"36039\",42.2782344818116,-74.1338567442332,47188,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4046349d\",\"36041\",,84036041,36041,\"US_NY\",,,3,\"New York\",\"Hamilton\",,\"USA.33.21_1\",,\"US36041\",\"36041\",43.6633453369141,-74.5053746893655,4416,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ae4855b1\",\"36043\",,84036043,36043,\"US_NY\",,,3,\"New York\",\"Herkimer\",\"Herkimer County, New York\",\"USA.33.22_1\",\"ChIJyeOziPvA3okRBqScD7E9IDY\",\"US36043\",\"36043\",43.4121398925782,-74.9561703888415,61319,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"472bf084\",\"36045\",,84036045,36045,\"US_NY\",,,3,\"New York\",\"Jefferson\",\"Jefferson County, New York\",\"USA.33.23_1\",\"ChIJ6drLKQJz2IkRaphq7_3_fTY\",\"US36045\",\"36045\",44.0309047698975,-75.8139747386259,109834,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4e9dbcaf\",\"36049\",,84036049,36049,\"US_NY\",,,3,\"New York\",\"Lewis\",\"Lewis County, New York\",\"USA.33.26_1\",\"ChIJT1NBzFOW2IkRUnqQPJ55QZc\",\"US36049\",\"36049\",43.8382205963135,-75.4924024281495,26296,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"595d05dc\",\"36051\",,84036051,36051,\"US_NY\",,,3,\"New York\",\"Livingston\",\"Livingston County, New York\",\"USA.33.27_1\",\"ChIJ6yynZsJk0YkR63qYbR_jxtU\",\"US36051\",\"36051\",42.7343406677247,-77.7827558651236,62914,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b75364f0\",\"36053\",,84036053,36053,\"US_NY\",,,3,\"New York\",\"Madison\",\"Madison County, New York\",\"USA.33.28_1\",\"ChIJpYx_UTz82IkRrJ2tqWgCM0w\",\"US36053\",\"36053\",42.9775314331055,-75.7285113634964,70941,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5e30c1c5\",\"36055\",,84036055,36055,\"US_NY\",,,3,\"New York\",\"Monroe\",\"Monroe County, New York\",\"USA.33.29_1\",\"ChIJXXYP0I-w1okRe6s6YQ1JZnw\",\"US36055\",\"36055\",43.1609611511231,-77.6863283803667,741770,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b03ea0e9\",\"36057\",,84036057,36057,\"US_NY\",,,3,\"New York\",\"Montgomery\",\"Montgomery County, New York\",\"USA.33.30_1\",\"ChIJf3xQTc_03okRRV3UyjW0K5U\",\"US36057\",\"36057\",42.9113559722901,-74.4208829532716,49221,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"57868dee\",\"36059\",,84036059,36059,\"US_NY\",,,3,\"New York\",\"Nassau\",\"Nassau County, New York\",\"USA.33.31_1\",\"ChIJoQxey52xwokRap4G05mKJBs\",\"US36059\",\"36059\",40.7656135559083,-73.582662017858,1356924,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7270561f\",\"36061\",,84036061,36061,\"US_NY\",,,3,\"New York\",\"New York City\",\"New York City, New York\",\"USA.33.32_1\",\"ChIJOwE7_GTtwokRFq0uOwLSE9g\",\"US36061\",\"36061\",40.7894954681397,-73.9632840668647,8336817,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9c7e3733\",\"36063\",,84036063,36063,\"US_NY\",,,3,\"New York\",\"Niagara\",\"Niagara County, New York\",\"USA.33.33_1\",\"ChIJqZePrpqE1IkRdVv2SU7kou0\",\"US36063\",\"36063\",43.1968612670899,-78.7554691648692,209281,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"751d9206\",\"36065\",,84036065,36065,\"US_NY\",,,3,\"New York\",\"Oneida\",\"Oneida County, New York\",\"USA.33.34_1\",\"ChIJJWR0Ie4T2YkRdzyeZzkM84g\",\"US36065\",\"36065\",43.2388191223145,-75.4944270911105,228671,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9b13f32a\",\"36067\",,84036067,36067,\"US_NY\",,,3,\"New York\",\"Onondaga\",\"Onondaga County, New York\",\"USA.33.35_1\",\"ChIJNf-jRf702YkRWbJ48qyiSrI\",\"US36067\",\"36067\",43.0396347045898,-76.2049727058017,460528,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7cabde2d\",\"36069\",,84036069,36069,\"US_NY\",,,3,\"New York\",\"Ontario\",\"Ontario County, New York\",\"USA.33.36_1\",\"ChIJtdPEZaQh0YkREpqKZm_DRpA\",\"US36069\",\"36069\",42.8026866912843,-77.2808941968185,109777,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6b6b675e\",\"36071\",,84036071,36071,\"US_NY\",,,3,\"New York\",\"Orange\",\"Orange County, New York\",\"USA.33.37_1\",\"ChIJC1B7Fc3S3IkRu6ik0rYBvT4\",\"US36071\",\"36071\",41.3877754211427,-74.3328351397181,384940,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"85650672\",\"36073\",,84036073,36073,\"US_NY\",,,3,\"New York\",\"Orleans\",\"Orleans County, New York\",\"USA.33.38_1\",\"ChIJI8v1oAUR1IkRegR423LqT8E\",\"US36073\",\"36073\",43.249610900879,-78.2308955567664,40352,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6c06a347\",\"36075\",,84036075,36075,\"US_NY\",,,3,\"New York\",\"Oswego\",\"Oswego County, New York\",\"USA.33.39_1\",\"ChIJORAViijJ2YkRH4R5J2dm7Y0\",\"US36075\",\"36075\",43.4291305541993,-76.2168796115186,117124,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8208c26b\",\"36077\",,84036077,36077,\"US_NY\",,,3,\"New York\",\"Otsego\",\"Otsego County, New York\",\"USA.33.40_1\",\"ChIJdQeeEjnb24kR2aQrdJ3IEGo\",\"US36077\",\"36077\",42.6083812713624,-74.9871054982628,59493,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"65b0ef6c\",\"36079\",,84036079,36079,\"US_NY\",,,3,\"New York\",\"Putnam\",\"Putnam County, New York\",\"USA.33.41_1\",\"ChIJgyl7a4q5wokRpasvaS5bGeo\",\"US36079\",\"36079\",41.4311466217042,-73.7579308022296,98320,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"02fd1abd\",\"36083\",,84036083,36083,\"US_NY\",,,3,\"New York\",\"Rensselaer\",\"Rensselaer County, New York\",\"USA.33.43_1\",\"ChIJp31xcQUa3okRXeon5LH7SRg\",\"US36083\",\"36083\",42.7178897857667,-73.4885683522266,158714,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0590dea4\",\"36087\",,84036087,36087,\"US_NY\",,,3,\"New York\",\"Rockland\",\"Rockland County, New York\",\"USA.33.45_1\",\"ChIJJ3Ea8crJwokRTmgPSjoWmB8\",\"US36087\",\"36087\",41.1568145751953,-74.0580427824606,325789,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f5e84ad0\",\"36091\",,84036091,36091,\"US_NY\",,,3,\"New York\",\"Saratoga\",\"Saratoga County, New York\",\"USA.33.47_1\",\"ChIJ_wmheghF3okRp4CsEEsdMi8\",\"US36091\",\"36091\",43.087999343872,-73.8497196503672,229863,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1be62bfc\",\"36093\",,84036093,36093,\"US_NY\",,,3,\"New York\",\"Schenectady\",\"Schenectady County, New York\",\"USA.33.48_1\",\"ChIJl0U8cZtv3okRn7RP-8dPzb8\",\"US36093\",\"36093\",42.8248538970948,-74.045717160115,155299,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f2858ec9\",\"36095\",,84036095,36095,\"US_NY\",,,3,\"New York\",\"Schoharie\",\"Schoharie County, New York\",\"USA.33.49_1\",\"ChIJ_RKPRqol3IkRq7xhO-i-9e4\",\"US36095\",\"36095\",42.5912418365478,-74.43634775753,30999,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1c8befe5\",\"36097\",,84036097,36097,\"US_NY\",,,3,\"New York\",\"Schuyler\",\"Schuyler County, New York\",\"USA.33.50_1\",\"ChIJPd2Bror00IkRGpapgtRpWnI\",\"US36097\",\"36097\",42.392240524292,-76.8956204794591,17807,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fb33c2e2\",\"36099\",,84036099,36099,\"US_NY\",,,3,\"New York\",\"Seneca\",\"Seneca County, New York\",\"USA.33.51_1\",\"ChIJb3YJ9Mu_0IkRI_EdkL1zPc0\",\"US36099\",\"36099\",42.7806301116944,-76.8553635895203,34016,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e228f3a3\",\"36089\",,84036089,36089,\"US_NY\",,,3,\"New York\",\"St. Lawrence\",\"St. Lawrence County, New York\",\"USA.33.46_1\",\"ChIJV4LyZYEs2okRKcnXBU-m01I\",\"US36089\",\"36089\",44.5216903686524,-75.1644738060241,107740,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"25e89bae\",\"36101\",,84036101,36101,\"US_NY\",,,3,\"New York\",\"Steuben\",\"Steuben County, New York\",\"USA.33.52_1\",\"ChIJAS8L6mha0IkR5lxwoqXwEXo\",\"US36101\",\"36101\",42.297456741333,-77.4189116759462,95379,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cbe6fa82\",\"36103\",,84036103,36103,\"US_NY\",,,3,\"New York\",\"Suffolk\",\"Suffolk County, New York\",\"USA.33.53_1\",\"ChIJ1_mbyICu4IkRU18dDUkMxJU\",\"US36103\",\"36103\",40.9026222229005,-72.877082824707,1476601,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"22855fb7\",\"36105\",,84036105,36105,\"US_NY\",,,3,\"New York\",\"Sullivan\",\"Sullivan County, New York\",\"USA.33.54_1\",\"ChIJa5agu5qk3IkRjM2al0Spf0E\",\"US36105\",\"36105\",41.7211647033692,-74.7916003913455,75432,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cc8b3e9b\",\"36107\",,84036107,36107,\"US_NY\",,,3,\"New York\",\"Tioga\",\"Tioga County, New York\",\"USA.33.55_1\",\"ChIJBzj53KOE2okRjzPEnB155Zc\",\"US36107\",\"36107\",42.1995944976808,-76.3093019805327,48203,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2b33139c\",\"36109\",,84036109,36109,\"US_NY\",,,3,\"New York\",\"Tompkins\",\"Tompkins County, New York\",\"USA.33.56_1\",\"ChIJPdZvpB-C0IkRoFN9R7uJuuw\",\"US36109\",\"36109\",42.4308185577393,-76.4727715035129,102180,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3cf3aaef\",\"36111\",,84036111,36111,\"US_NY\",,,3,\"New York\",\"Ulster\",\"Ulster County, New York\",\"USA.33.57_1\",\"ChIJcYmy32Tn3IkRE4hwyqUfabM\",\"US36111\",\"36111\",41.878719329834,-74.2037381980327,177573,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d2fdcbc3\",\"36113\",,84036113,36113,\"US_NY\",,,3,\"New York\",\"Warren\",\"Warren County, New York\",\"USA.33.58_1\",\"ChIJSf07oB--34kREYjvs9siXTw\",\"US36113\",\"36113\",43.5133647918702,-73.9125655663465,63944,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3b9e6ef6\",\"36115\",,84036115,36115,\"US_NY\",,,3,\"New York\",\"Washington\",\"Washington County, New York\",\"USA.33.59_1\",\"ChIJy-SjZazX34kRx5OKTJZUWJE\",\"US36115\",\"36115\",43.3712558746339,-73.4354421466099,61204,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d5900fda\",\"36117\",,84036117,36117,\"US_NY\",,,3,\"New York\",\"Wayne\",\"Wayne County, New York\",\"USA.33.60_1\",\"ChIJo32hGvsi14kR5YEQkt8dvoA\",\"US36117\",\"36117\",43.1778163909912,-77.0416360251003,89918,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"322822dd\",\"36119\",,84036119,36119,\"US_NY\",,,3,\"New York\",\"Westchester\",\"Westchester County, New York\",\"USA.33.61_1\",\"ChIJr1lrnWrJwokRidu9ImLYDjc\",\"US36119\",\"36119\",41.1165256500245,-73.793519180997,967506,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"17def92c\",\"36121\",,84036121,36121,\"US_NY\",,,3,\"New York\",\"Wyoming\",\"Wyoming County, New York\",\"USA.33.62_1\",\"ChIJkU0Hbc7I04kRc04rCVaSG14\",\"US36121\",\"36121\",42.7043304443359,-78.2091802488826,39859,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f9d09800\",\"36123\",,84036123,36123,\"US_NY\",,,3,\"New York\",\"Yates\",\"Yates County, New York\",\"USA.33.63_1\",\"ChIJdyUXzDDj0IkRbdlhXnMURkU\",\"US36123\",\"36123\",42.6067008972168,-77.1301405701199,24913,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9c9696fc\",\"37001\",,84037001,37001,\"US_NC\",,,3,\"North Carolina\",\"Alamance\",\"Alamance County, North Carolina\",\"USA.34.1_1\",\"ChIJEejT22XdrIkRXe3VUtBoP10\",\"US37001\",\"37001\",36.1361293792725,-79.3977621415592,169509,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7298f7d0\",\"37003\",,84037003,37003,\"US_NC\",,,3,\"North Carolina\",\"Alexander\",\"Alexander County, North Carolina\",\"USA.34.2_1\",\"ChIJ7_7QSVVBUYgRvE6z3GwpOeE\",\"US37003\",\"37003\",35.8981552124024,-81.1826409247815,37497,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9bfb52e5\",\"37005\",,84037005,37005,\"US_NC\",,,3,\"North Carolina\",\"Alleghany\",,\"USA.34.3_1\",\"ChIJZZ_SrZmXUYgRsOiX_FP7ifw\",\"US37005\",\"37005\",36.476110458374,-81.1293115341907,11137,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"75f533c9\",\"37007\",,84037007,37007,\"US_NC\",,,3,\"North Carolina\",\"Anson\",\"Anson County, North Carolina\",\"USA.34.4_1\",\"ChIJPztYy0_wVIgRBsxmm62g0Oo\",\"US37007\",\"37007\",35.0077114105225,-80.0996189367913,24446,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"924d1ece\",\"37009\",,84037009,37009,\"US_NC\",,,3,\"North Carolina\",\"Ashe\",\"Ashe County, North Carolina\",\"USA.34.5_1\",\"ChIJn-fwseqsUYgR8RvxLwZRnXU\",\"US37009\",\"37009\",36.4145240783692,-81.4989816055242,27203,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"858da7bd\",\"37011\",,84037011,37011,\"US_NC\",,,3,\"North Carolina\",\"Avery\",\"Avery County, North Carolina\",\"USA.34.6_1\",\"ChIJTWqx_niVUIgRrnE9UvO7JRk\",\"US37011\",\"37011\",36.0973358154297,-81.9265443289025,17557,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6b83c691\",\"37013\",,84037013,37013,\"US_NC\",,,3,\"North Carolina\",\"Beaufort\",\"Beaufort County, North Carolina\",\"USA.34.7_1\",\"ChIJc_BuSVlAr4kRWS2OOG_AXOo\",\"US37013\",\"37013\",35.5638446807862,-76.8724379015756,46994,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"82e063a4\",\"37015\",,84037015,37015,\"US_NC\",,,3,\"North Carolina\",\"Bertie\",,\"USA.34.8_1\",\"ChIJsyygJ8qjr4kRSatld_5G404\",\"US37015\",\"37015\",36.0283775329591,-76.9817834369757,18947,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6cee0288\",\"37017\",,84037017,37017,\"US_NC\",,,3,\"North Carolina\",\"Bladen\",\"Bladen County, North Carolina\",\"USA.34.9_1\",\"ChIJccIvb2BRqokRal4yllnTwCw\",\"US37017\",\"37017\",34.6122951507569,-78.5730785249496,32722,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8b562f8f\",\"37019\",,84037019,37019,\"US_NC\",,,3,\"North Carolina\",\"Brunswick\",\"Brunswick County, North Carolina\",\"USA.34.10_1\",\"ChIJRUm_0MMMqokRu3oyLeCsVh8\",\"US37019\",\"37019\",34.1155548095703,-78.2505359326378,142820,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aea0f47e\",\"37021\",,84037021,37021,\"US_NC\",,,3,\"North Carolina\",\"Buncombe\",\"Buncombe County, North Carolina\",\"USA.34.11_1\",\"ChIJ-9Gb3wOJWYgRsNOCvn3hsr0\",\"US37021\",\"37021\",35.6241855621338,-82.5408369727752,261191,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"40ae9552\",\"37023\",,84037023,37023,\"US_NC\",,,3,\"North Carolina\",\"Burke\",\"Burke County, North Carolina\",\"USA.34.12_1\",\"ChIJ47_acZnDUIgR24_bcRbJKZM\",\"US37023\",\"37023\",35.7795810699463,-81.7533485792444,90485,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a9cd3067\",\"37025\",,84037025,37025,\"US_NC\",,,3,\"North Carolina\",\"Cabarrus\",\"Cabarrus County, North Carolina\",\"USA.34.13_1\",\"ChIJQS52QSYOVIgRyU0xSp_Nh24\",\"US37025\",\"37025\",35.3318996429443,-80.5510454924709,216453,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"47c3514b\",\"37027\",,84037027,37027,\"US_NC\",,,3,\"North Carolina\",\"Caldwell\",\"Caldwell County, North Carolina\",\"USA.34.14_1\",\"ChIJKwl9EFonUYgRuWIhbSPs9FY\",\"US37027\",\"37027\",35.9404811859131,-81.5598028244395,82178,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a07b7c4c\",\"37029\",,84037029,37029,\"US_NC\",,,3,\"North Carolina\",\"Camden\",,\"USA.34.15_1\",\"ChIJiY6fDIZFpYkR3JrR9bikERQ\",\"US37029\",\"37029\",36.3569488525392,-76.1690172048715,10867,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b7bbc53f\",\"37031\",,84037031,37031,\"US_NC\",,,3,\"North Carolina\",\"Carteret\",\"Carteret County, North Carolina\",\"USA.34.16_1\",\"ChIJQfziqja-qIkRbIxzH9dMsN8\",\"US37031\",\"37031\",34.8745822906494,-76.5428031140786,69473,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"59b5a413\",\"37033\",,84037033,37033,\"US_NC\",,,3,\"North Carolina\",\"Caswell\",\"Caswell County, North Carolina\",\"USA.34.17_1\",\"ChIJW_yDQenSUogRjr6L9hHvUds\",\"US37033\",\"37033\",36.4309597015381,-79.3353632117274,22604,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b0d60126\",\"37035\",,84037035,37035,\"US_NC\",,,3,\"North Carolina\",\"Catawba\",\"Catawba County, North Carolina\",\"USA.34.18_1\",\"ChIJ7ZZRkNIpUYgRWMnVq0Wtzus\",\"US37035\",\"37035\",35.6863059997559,-81.2020413300038,159551,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5ed8600a\",\"37037\",,84037037,37037,\"US_NC\",,,3,\"North Carolina\",\"Chatham\",\"Chatham County, North Carolina\",\"USA.34.19_1\",\"ChIJeRTEk5O8rIkRZO00mKV_Wdo\",\"US37037\",\"37037\",35.6875553131104,-79.2589710829205,74470,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b9604d0d\",\"37039\",,84037039,37039,\"US_NC\",,,3,\"North Carolina\",\"Cherokee\",\"Cherokee County, North Carolina\",\"USA.34.20_1\",\"ChIJF8z3vHjZXogRLtyqyJxkhm8\",\"US37039\",\"37039\",35.1400012969972,-84.0751208306027,28612,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f8fa53f8\",\"37041\",,84037041,37041,\"US_NC\",,,3,\"North Carolina\",\"Chowan\",,\"USA.34.21_1\",\"ChIJX6FnPJKMr4kR47lpld3BpxA\",\"US37041\",\"37041\",36.1800594329835,-76.6514734638972,13943,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"16f432d4\",\"37043\",,84037043,37043,\"US_NC\",,,3,\"North Carolina\",\"Clay\",,\"USA.34.22_1\",\"ChIJrTGG8JbXXogRJ-R2LjJthrA\",\"US37043\",\"37043\",35.0764408111573,-83.7470539068506,11231,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ff9797e1\",\"37045\",,84037045,37045,\"US_NC\",,,3,\"North Carolina\",\"Cleveland\",\"Cleveland County, North Carolina\",\"USA.34.23_1\",\"ChIJYawGWr8mV4gRpBOKsll_ceA\",\"US37045\",\"37045\",35.388885498047,-81.5647916349338,97947,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1199f6cd\",\"37047\",,84037047,37047,\"US_NC\",,,3,\"North Carolina\",\"Columbus\",\"Columbus County, North Carolina\",\"USA.34.24_1\",\"ChIJOUdLzJv2qokRX8cO2vRXnjA\",\"US37047\",\"37047\",34.2111148834229,-78.6400994966662,55508,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f621dbca\",\"37049\",,84037049,37049,\"US_NC\",,,3,\"North Carolina\",\"Craven\",\"Craven County, North Carolina\",\"USA.34.25_1\",\"ChIJ8QZsVLgrr4kR6KmhmYdr2TQ\",\"US37049\",\"37049\",35.2378349304199,-77.1854643671871,102139,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e1e162b9\",\"37051\",,84037051,37051,\"US_NC\",,,3,\"North Carolina\",\"Cumberland\",\"Cumberland County, North Carolina\",\"USA.34.26_1\",\"ChIJS4DZt8Ntq4kR8sv8yWDT8WE\",\"US37051\",\"37051\",35.0517044067383,-78.8791145372916,335509,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0fef0395\",\"37053\",,84037053,37053,\"US_NC\",,,3,\"North Carolina\",\"Currituck\",\"Currituck County, North Carolina\",\"USA.34.27_1\",\"ChIJB-K9Y-Y5pYkRnZUbQ8s_96M\",\"US37053\",\"37053\",36.3109588623048,-75.9303631954932,27763,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e68ca6a0\",\"37055\",,84037055,37055,\"US_NC\",,,3,\"North Carolina\",\"Dare\",\"Dare County, North Carolina\",\"USA.34.28_1\",\"ChIJqQa5TrCspYkR5_khkV-5RxY\",\"US37055\",\"37055\",35.7739696502686,-75.8624401853516,37009,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0882c78c\",\"37057\",,84037057,37057,\"US_NC\",,,3,\"North Carolina\",\"Davidson\",\"Davidson County, North Carolina\",\"USA.34.29_1\",\"ChIJxxSc3jDzU4gR49fVAHxpVB4\",\"US37057\",\"37057\",35.7639408111573,-80.2554196757008,167609,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ef3aea8b\",\"37059\",,84037059,37059,\"US_NC\",,,3,\"North Carolina\",\"Davie\",\"Davie County, North Carolina\",\"USA.34.30_1\",\"ChIJ2-wh1PDBU4gRSVTP6bC08M8\",\"US37059\",\"37059\",35.9046497344971,-80.5391759927543,42846,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cacc317a\",\"37061\",,84037061,37061,\"US_NC\",,,3,\"North Carolina\",\"Duplin\",\"Duplin County, North Carolina\",\"USA.34.31_1\",\"ChIJL5_vH-3Iq4kRG-c74VBIUfM\",\"US37061\",\"37061\",34.9601764678955,-77.9112222677497,58741,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"24c25056\",\"37063\",,84037063,37063,\"US_NC\",,,3,\"North Carolina\",\"Durham\",\"Durham County, North Carolina\",\"USA.34.32_1\",\"ChIJLdauxjzprIkRVFeQLhVUJCQ\",\"US37063\",\"37063\",36.0511646270752,-78.8688691060761,321488,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cda1f563\",\"37065\",,84037065,37065,\"US_NC\",,,3,\"North Carolina\",\"Edgecombe\",\"Edgecombe County, North Carolina\",\"USA.34.33_1\",\"ChIJZXlTeN-ProkR1DhPvi-OrWo\",\"US37065\",\"37065\",35.9413414001465,-77.5811996081117,51472,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"23af944f\",\"37067\",,84037067,37067,\"US_NC\",,,3,\"North Carolina\",\"Forsyth\",\"Forsyth County, North Carolina\",\"USA.34.34_1\",\"ChIJOTtetxYIU4gRWkOAllmvnQ8\",\"US37067\",\"37067\",36.1167812347413,-80.2632102136599,382295,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c417b948\",\"37069\",,84037069,37069,\"US_NC\",,,3,\"North Carolina\",\"Franklin\",\"Franklin County, North Carolina\",\"USA.34.35_1\",\"ChIJHZ3-hJhPrIkRUF44OlrfI3E\",\"US37069\",\"37069\",36.0513114929199,-78.3306809488723,69685,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d3d7003b\",\"37071\",,84037071,37071,\"US_NC\",,,3,\"North Carolina\",\"Gaston\",\"Gaston County, North Carolina\",\"USA.34.36_1\",\"ChIJyf9pG3e8VogRlFrxMCkszws\",\"US37071\",\"37071\",35.2835865020752,-81.18474748053,224529,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3dd96117\",\"37073\",,84037073,37073,\"US_NC\",,,3,\"North Carolina\",\"Gates\",,\"USA.34.37_1\",\"ChIJn5ysdU3kr4kRVTj-B4B9V_c\",\"US37073\",\"37073\",36.4227008819581,-76.7105619209815,11562,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d4bac422\",\"37075\",,84037075,37075,\"US_NC\",,,3,\"North Carolina\",\"Graham\",,\"USA.34.38_1\",\"ChIJ5wsnkznGXogRXo0Ioaz398M\",\"US37075\",\"37075\",35.3429298400879,-83.8294335543288,8441,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3ab4a50e\",\"37077\",,84037077,37077,\"US_NC\",,,3,\"North Carolina\",\"Granville\",\"Granville County, North Carolina\",\"USA.34.39_1\",\"ChIJT_JmVOpLrIkRAz7s02oIzVQ\",\"US37077\",\"37077\",36.3451347351075,-78.657093041346,60443,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dd0c8809\",\"37079\",,84037079,37079,\"US_NC\",,,3,\"North Carolina\",\"Greene\",\"Greene County, North Carolina\",\"USA.34.40_1\",\"ChIJacvcwG6YrokR2N-xwU_S9Gc\",\"US37079\",\"37079\",35.4997463226318,-77.6676278701505,21069,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"544f1cf4\",\"37081\",,84037081,37081,\"US_NC\",,,3,\"North Carolina\",\"Guilford\",\"Guilford County, North Carolina\",\"USA.34.41_1\",\"ChIJV_0RAexPU4gR2YH2a6BLjqs\",\"US37081\",\"37081\",36.1322803497315,-79.7870024916558,537174,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ba417dd8\",\"37083\",,84037083,37083,\"US_NC\",,,3,\"North Carolina\",\"Halifax\",\"Halifax County, North Carolina\",\"USA.34.42_1\",\"ChIJ78ZlU81urokRxogteWGBj0w\",\"US37083\",\"37083\",36.2586402893066,-77.6844033581122,50010,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5322d8ed\",\"37085\",,84037085,37085,\"US_NC\",,,3,\"North Carolina\",\"Harnett\",\"Harnett County, North Carolina\",\"USA.34.43_1\",\"ChIJq5-Sn4CBrIkRgDUvuTGXkmo\",\"US37085\",\"37085\",35.3872241973877,-78.8412007385285,135976,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bd2cb9c1\",\"37087\",,84037087,37087,\"US_NC\",,,3,\"North Carolina\",\"Haywood\",\"Haywood County, North Carolina\",\"USA.34.44_1\",\"ChIJuTvXtFIcWogRJ7zhLH0PH6c\",\"US37087\",\"37087\",35.5422859191895,-82.9662107008892,62317,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5a9494c6\",\"37089\",,84037089,37089,\"US_NC\",,,3,\"North Carolina\",\"Henderson\",\"Henderson County, North Carolina\",\"USA.34.45_1\",\"ChIJc3H1qgvqWYgR7t-DAmPVmso\",\"US37089\",\"37089\",35.3170356750489,-82.4740297602769,117417,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4d542db5\",\"37091\",,84037091,37091,\"US_NC\",,,3,\"North Carolina\",\"Hertford\",\"Hertford County, North Carolina\",\"USA.34.46_1\",\"ChIJj-r2sp3Gr4kRSprhtgUOJ74\",\"US37091\",\"37091\",36.3933563232422,-77.0336272938966,23677,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a35a4c99\",\"37093\",,84037093,37093,\"US_NC\",,,3,\"North Carolina\",\"Hoke\",\"Hoke County, North Carolina\",\"USA.34.47_1\",\"ChIJq7r1ClpHq4kRqg049_92-S4\",\"US37093\",\"37093\",35.0234909057618,-79.2637464009798,55234,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4a39e9ac\",\"37095\",,84037095,37095,\"US_NC\",,,3,\"North Carolina\",\"Hyde\",,\"USA.34.48_1\",,\"US37095\",\"37095\",35.516248703003,-76.2313972517321,4937,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a4378880\",\"37097\",,84037097,37097,\"US_NC\",,,3,\"North Carolina\",\"Iredell\",\"Iredell County, North Carolina\",\"USA.34.49_1\",\"ChIJmTL1AFJaUYgR4NctXawg6_Q\",\"US37097\",\"37097\",35.7823505401612,-80.9196410511987,181806,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"438fa587\",\"37099\",,84037099,37099,\"US_NC\",,,3,\"North Carolina\",\"Jackson\",\"Jackson County, North Carolina\",\"USA.34.50_1\",\"ChIJazDi-KxsWYgRZSSv-OemMXc\",\"US37099\",\"37099\",35.2649059295655,-83.117097237961,43938,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9d54fccb\",\"37101\",,84037101,37101,\"US_NC\",,,3,\"North Carolina\",\"Johnston\",\"Johnston County, North Carolina\",\"USA.34.51_1\",\"ChIJ-eQJ7XVdrIkR9B3mYwaGaI0\",\"US37101\",\"37101\",35.5523853302002,-78.3738210698485,209339,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"735a9de7\",\"37103\",,84037103,37103,\"US_NC\",,,3,\"North Carolina\",\"Jones\",\"Jones County, North Carolina\",\"USA.34.52_1\",\"ChIJhQiqWiw7qYkRLWMT4kdLpJg\",\"US37103\",\"37103\",35.0181903839112,-77.4069647945361,9419,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9a3938d2\",\"37105\",,84037105,37105,\"US_NC\",,,3,\"North Carolina\",\"Lee\",\"Lee County, North Carolina\",\"USA.34.53_1\",\"ChIJyRxaboyjrIkRBnwNudcpgLA\",\"US37105\",\"37105\",35.467435836792,-79.1900099746319,61779,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"743759fe\",\"37107\",,84037107,37107,\"US_NC\",,,3,\"North Carolina\",\"Lenoir\",\"Lenoir County, North Carolina\",\"USA.34.54_1\",\"ChIJg7rwdzGyrokRZsrPfU_lp9A\",\"US37107\",\"37107\",35.2033195495606,-77.6742166528499,55949,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"938f74f9\",\"37109\",,84037109,37109,\"US_NC\",,,3,\"North Carolina\",\"Lincoln\",\"Lincoln County, North Carolina\",\"USA.34.55_1\",\"ChIJc5wUNEbJVogRKSpHhqX_RkU\",\"US37109\",\"37109\",35.4835262298585,-81.2184389523956,86111,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6a41aca6\",\"37113\",,84037113,37113,\"US_NC\",,,3,\"North Carolina\",\"Macon\",\"Macon County, North Carolina\",\"USA.34.56_1\",\"ChIJ1cHGn5syWYgRldAXNNUcdeo\",\"US37113\",\"37113\",35.1626110076905,-83.4788962937556,35858,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"83220993\",\"37115\",,84037115,37115,\"US_NC\",,,3,\"North Carolina\",\"Madison\",\"Madison County, North Carolina\",\"USA.34.57_1\",\"ChIJ8ZKyirMkWogR57dr2MbZpPA\",\"US37115\",\"37115\",35.8738594055176,-82.6639897674217,21755,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6d2c68bf\",\"37117\",,84037117,37117,\"US_NC\",,,3,\"North Carolina\",\"Martin\",\"Martin County, North Carolina\",\"USA.34.58_1\",\"ChIJs4bgnBYEr4kRmra_at6dGNc\",\"US37117\",\"37117\",35.8607406616212,-77.1941709677196,22440,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"844fcd8a\",\"37111\",,84037111,37111,\"US_NC\",,,3,\"North Carolina\",\"McDowell\",\"McDowell County, North Carolina\",\"USA.34.59_1\",\"ChIJVZhJBk60UIgRd7v1AlX2MWQ\",\"US37111\",\"37111\",35.7473602294923,-82.0483861241051,45756,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8a9445b8\",\"37119\",,84037119,37119,\"US_NC\",,,3,\"North Carolina\",\"Mecklenburg\",\"Mecklenburg County, North Carolina\",\"USA.34.60_1\",\"ChIJ5eGZZcmrVogR7cvbvC3B9hk\",\"US37119\",\"37119\",35.2635116577149,-80.8332853423068,1110356,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"af629e49\",\"37121\",,84037121,37121,\"US_NC\",,,3,\"North Carolina\",\"Mitchell\",,\"USA.34.61_1\",\"ChIJf6yPbRSgUIgRsumprfmSG14\",\"US37121\",\"37121\",35.9961452484131,-82.1254942963907,14964,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"416cff65\",\"37123\",,84037123,37123,\"US_NC\",,,3,\"North Carolina\",\"Montgomery\",\"Montgomery County, North Carolina\",\"USA.34.62_1\",\"ChIJeYwxCxK9VIgR_9Xr2vNpcFQ\",\"US37123\",\"37123\",35.3311748504639,-79.896970923958,27173,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a80f5a50\",\"37125\",,84037125,37125,\"US_NC\",,,3,\"North Carolina\",\"Moore\",\"Moore County, North Carolina\",\"USA.34.63_1\",\"ChIJ3fPMy3dXq4kRYA4A-w9aZZs\",\"US37125\",\"37125\",35.2768402099611,-79.4646879451049,100880,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"46013b7c\",\"37127\",,84037127,37127,\"US_NC\",,,3,\"North Carolina\",\"Nash\",\"Nash County, North Carolina\",\"USA.34.64_1\",\"ChIJ91Cs3qYorIkR8QKN8BT273U\",\"US37127\",\"37127\",35.9226665496827,-78.0003262305995,94298,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a1b9167b\",\"37129\",,84037129,37129,\"US_NC\",,,3,\"North Carolina\",\"New Hanover\",\"New Hanover County, North Carolina\",\"USA.34.65_1\",\"ChIJD37Q1drtqYkRG8-l0WfWNk8\",\"US37129\",\"37129\",34.2203369140626,-77.883095383644,234473,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b679af08\",\"37131\",,84037131,37131,\"US_NC\",,,3,\"North Carolina\",\"Northampton\",\"Northampton County, North Carolina\",\"USA.34.66_1\",\"ChIJiWfXfZU-rokRNKf-MNO76so\",\"US37131\",\"37131\",36.3547649383546,-77.3715894321949,19483,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5877ce24\",\"37133\",,84037133,37133,\"US_NC\",,,3,\"North Carolina\",\"Onslow\",\"Onslow County, North Carolina\",\"USA.34.67_1\",\"ChIJLWtLVQkIqYkRX3OJ2tLpSP4\",\"US37133\",\"37133\",34.7228622436524,-77.5550854581053,197938,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b1146b11\",\"37135\",,84037135,37135,\"US_NC\",,,3,\"North Carolina\",\"Orange\",\"Orange County, North Carolina\",\"USA.34.68_1\",\"ChIJEejT22XdrIkRPupCdcVJt0k\",\"US37135\",\"37135\",36.1349697113037,-79.1152345174264,148476,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5f1a0a3d\",\"37137\",,84037137,37137,\"US_NC\",,,3,\"North Carolina\",\"Pamlico\",,\"USA.34.69_1\",\"ChIJDdz8HHvIqIkR9pMGf5U5rqU\",\"US37137\",\"37137\",35.147617340088,-76.8615657498496,12726,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b8a2273a\",\"37139\",,84037139,37139,\"US_NC\",,,3,\"North Carolina\",\"Pasquotank\",\"Pasquotank County, North Carolina\",\"USA.34.70_1\",\"ChIJe1M3wSdFpYkR5S0DSitancE\",\"US37139\",\"37139\",36.3169403076172,-76.3076027120393,39824,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f93839cf\",\"37141\",,84037141,37141,\"US_NC\",,,3,\"North Carolina\",\"Pender\",\"Pender County, North Carolina\",\"USA.34.71_1\",\"ChIJeYHpTuZiqYkR9N2LDwDefB0\",\"US37141\",\"37141\",34.5195503234864,-77.9301691720176,63060,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"173658e3\",\"37143\",,84037143,37143,\"US_NC\",,,3,\"North Carolina\",\"Perquimans\",,\"USA.34.72_1\",\"ChIJK_saim5epYkRPEsNtJtBh0I\",\"US37143\",\"37143\",36.2274150848389,-76.4479596048607,13463,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fe55fdd6\",\"37145\",,84037145,37145,\"US_NC\",,,3,\"North Carolina\",\"Person\",\"Person County, North Carolina\",\"USA.34.73_1\",\"ChIJxfp9uW4erYkRn1riVNq3YQQ\",\"US37145\",\"37145\",36.3924808502197,-78.974618354765,39490,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"105b9cfa\",\"37147\",,84037147,37147,\"US_NC\",,,3,\"North Carolina\",\"Pitt\",\"Pitt County, North Carolina\",\"USA.34.74_1\",\"ChIJwZ5gU7TBrokRHpsht2IPQP0\",\"US37147\",\"37147\",35.5806350708008,-77.3672770446872,180742,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f7e3b1fd\",\"37149\",,84037149,37149,\"US_NC\",,,3,\"North Carolina\",\"Polk\",\"Polk County, North Carolina\",\"USA.34.75_1\",\"ChIJhY2KLODfWYgRctyyjgQU9go\",\"US37149\",\"37149\",35.2910995483399,-82.177121776332,20724,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e023088e\",\"37151\",,84037151,37151,\"US_NC\",,,3,\"North Carolina\",\"Randolph\",\"Randolph County, North Carolina\",\"USA.34.76_1\",\"ChIJUyobBt9aU4gRRiqcIVee7-E\",\"US37151\",\"37151\",35.721269607544,-79.8018678045315,143667,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0e2d69a2\",\"37153\",,84037153,37153,\"US_NC\",,,3,\"North Carolina\",\"Richmond\",\"Richmond County, North Carolina\",\"USA.34.77_1\",\"ChIJFZpwnTTBVIgRYFCxoAaD2VU\",\"US37153\",\"37153\",34.9919109344483,-79.7310420427716,44829,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e74ecc97\",\"37155\",,84037155,37155,\"US_NC\",,,3,\"North Carolina\",\"Robeson\",\"Robeson County, North Carolina\",\"USA.34.78_1\",\"ChIJOQR5PdUjq4kROPs4q3gZuFA\",\"US37155\",\"37155\",34.6255054473877,-79.141885850842,130625,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0940adbb\",\"37157\",,84037157,37157,\"US_NC\",,,3,\"North Carolina\",\"Rockingham\",\"Rockingham County, North Carolina\",\"USA.34.79_1\",\"ChIJ2TLLOhLmUogR_sA4vubZLOo\",\"US37157\",\"37157\",36.4309806823731,-79.7778756513765,91010,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"eef880bc\",\"37159\",,84037159,37159,\"US_NC\",,,3,\"North Carolina\",\"Rowan\",\"Rowan County, North Carolina\",\"USA.34.80_1\",\"ChIJvytYVVnwU4gRTzQhW7B9FaU\",\"US37159\",\"37159\",35.6874198913575,-80.5524385892902,142088,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cb0e5b4d\",\"37161\",,84037161,37161,\"US_NC\",,,3,\"North Carolina\",\"Rutherford\",\"Rutherford County, North Carolina\",\"USA.34.81_1\",\"ChIJJ0LUrq9GV4gR7NjZ74zDNs4\",\"US37161\",\"37161\",35.3876495361328,-81.9090854101546,67029,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"25003a61\",\"37163\",,84037163,37163,\"US_NC\",,,3,\"North Carolina\",\"Sampson\",\"Sampson County, North Carolina\",\"USA.34.82_1\",\"ChIJg4tmT32Yq4kRrtcADOXGc90\",\"US37163\",\"37163\",34.9358196258546,-78.363814767483,63531,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cc639f54\",\"37165\",,84037165,37165,\"US_NC\",,,3,\"North Carolina\",\"Scotland\",\"Scotland County, North Carolina\",\"USA.34.83_1\",\"ChIJB68Q7zEsq4kR3UDlzkLzD7Y\",\"US37165\",\"37165\",34.8333244323731,-79.4868909099153,34823,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"226dfe78\",\"37167\",,84037167,37167,\"US_NC\",,,3,\"North Carolina\",\"Stanly\",\"Stanly County, North Carolina\",\"USA.34.84_1\",\"ChIJbbjihzN5VIgRdk5tT2ljmGI\",\"US37167\",\"37167\",35.3311748504639,-80.2435062442917,62806,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c5d5d37f\",\"37169\",,84037169,37169,\"US_NC\",,,3,\"North Carolina\",\"Stokes\",\"Stokes County, North Carolina\",\"USA.34.85_1\",\"ChIJ2YKiJ4JWUogRs5iaqQMK-BY\",\"US37169\",\"37169\",36.4700202941895,-80.2376986656227,45591,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d2156a0c\",\"37171\",,84037171,37171,\"US_NC\",,,3,\"North Carolina\",\"Surry\",\"Surry County, North Carolina\",\"USA.34.86_1\",\"ChIJVefPohouUogRS1pjT4xPYyQ\",\"US37171\",\"37171\",36.3967895507813,-80.7023063596582,71783,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3c1b0b20\",\"37173\",,84037173,37173,\"US_NC\",,,3,\"North Carolina\",\"Swain\",\"Swain County, North Carolina\",\"USA.34.87_1\",\"ChIJ_YFf71FKWYgRzQgofFiCIL8\",\"US37173\",\"37173\",35.488395690918,-83.5940176773121,14271,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d578ae15\",\"37175\",,84037175,37175,\"US_NC\",,,3,\"North Carolina\",\"Transylvania\",\"Transylvania County, North Carolina\",\"USA.34.88_1\",\"ChIJ34NHIWgdWogR-neWC62htac\",\"US37175\",\"37175\",35.2253894805909,-82.7704850277617,34385,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3b76cf39\",\"37177\",,84037177,37177,\"US_NC\",,,3,\"North Carolina\",\"Tyrrell\",,\"USA.34.89_1\",,\"US37177\",\"37177\",35.7966670989991,-76.257877939601,4016,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dccee23e\",\"37179\",,84037179,37179,\"US_NC\",,,3,\"North Carolina\",\"Union\",\"Union County, North Carolina\",\"USA.34.90_1\",\"ChIJI1-vQ03NVYgRBcE79fNUpps\",\"US37179\",\"37179\",35.0132503509522,-80.5615542372777,239859,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"558d76c3\",\"37181\",,84037181,37181,\"US_NC\",,,3,\"North Carolina\",\"Vance\",\"Vance County, North Carolina\",\"USA.34.91_1\",\"ChIJKyB7xRu4rYkRqq7koxKW5f0\",\"US37181\",\"37181\",36.3784904479981,-78.4048531798111,44535,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bb8317ef\",\"37183\",,84037183,37183,\"US_NC\",,,3,\"North Carolina\",\"Wake\",\"Wake County, North Carolina\",\"USA.34.92_1\",\"ChIJkz27-syIrIkRLMc1xrVAGqQ\",\"US37183\",\"37183\",35.8021259307862,-78.6073773054156,1111761,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"52e0b2da\",\"37185\",,84037185,37185,\"US_NC\",,,3,\"North Carolina\",\"Warren\",\"Warren County, North Carolina\",\"USA.34.93_1\",\"ChIJQzOnupjbrYkRwO3NmkFG9vs\",\"US37185\",\"37185\",36.3450145721436,-78.1106312316625,19731,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bceed3f6\",\"37187\",,84037187,37187,\"US_NC\",,,3,\"North Carolina\",\"Washington\",,\"USA.34.94_1\",\"ChIJCdp6PqN4r4kRQT_FQpzm15U\",\"US37187\",\"37187\",35.8405151367188,-76.5774470920189,11580,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5b56fef1\",\"37189\",,84037189,37189,\"US_NC\",,,3,\"North Carolina\",\"Watauga\",\"Watauga County, North Carolina\",\"USA.34.95_1\",\"ChIJh1uS6dfQUIgRNqTWkioG_DI\",\"US37189\",\"37189\",36.2520503997803,-81.7048209022809,56177,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4c964782\",\"37191\",,84037191,37191,\"US_NC\",,,3,\"North Carolina\",\"Wayne\",\"Wayne County, North Carolina\",\"USA.34.96_1\",\"ChIJq5P4nEIPrIkRvCld_nbaa04\",\"US37191\",\"37191\",35.3748950958253,-77.9822980985634,123131,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a29826ae\",\"37193\",,84037193,37193,\"US_NC\",,,3,\"North Carolina\",\"Wilkes\",\"Wilkes County, North Carolina\",\"USA.34.97_1\",\"ChIJJSbZxhULUYgRrDyDy-aeZlk\",\"US37193\",\"37193\",36.2153701782228,-81.1711758498885,68412,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4bfb839b\",\"37195\",,84037195,37195,\"US_NC\",,,3,\"North Carolina\",\"Wilson\",\"Wilson County, North Carolina\",\"USA.34.98_1\",\"ChIJyUgyXzcjrIkRV8bXxfbSwFg\",\"US37195\",\"37195\",35.7207012176515,-77.9432777810973,81801,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a5f5e2b7\",\"37197\",,84037197,37197,\"US_NC\",,,3,\"North Carolina\",\"Yadkin\",\"Yadkin County, North Carolina\",\"USA.34.99_1\",\"ChIJsRZYfzzZU4gR1l8PxB4UT0k\",\"US37197\",\"37197\",36.1673202514649,-80.6593976328916,37667,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"424dcfb0\",\"37199\",,84037199,37199,\"US_NC\",,,3,\"North Carolina\",\"Yancey\",,\"USA.34.100_1\",\"ChIJs-olvq4DWogRiTpnZW69zN4\",\"US37199\",\"37199\",35.8889045715333,-82.2942320159979,18069,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c4f586aa\",\"38001\",,84038001,38001,\"US_ND\",,,3,\"North Dakota\",\"Adams\",,\"USA.35.1_1\",,\"US38001\",\"38001\",46.129680633545,-102.498556307701,2216,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2afbe786\",\"38003\",,84038003,38003,\"US_ND\",,,3,\"North Dakota\",\"Barnes\",,\"USA.35.2_1\",\"ChIJaUh8L43rz1IRpPThKkl-2UY\",\"US38003\",\"38003\",46.8043994903564,-98.0619263532206,10415,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c39842b3\",\"38005\",,84038005,38005,\"US_ND\",,,3,\"North Dakota\",\"Benson\",,\"USA.35.3_1\",,\"US38005\",\"38005\",48.1101512908936,-99.483522518109,6832,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2d96239f\",\"38007\",,84038007,38007,\"US_ND\",,,3,\"North Dakota\",\"Billings\",,\"USA.35.4_1\",,\"US38007\",\"38007\",46.9798297882081,-103.435175024094,928,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ca2e0e98\",\"38009\",,84038009,38009,\"US_ND\",,,3,\"North Dakota\",\"Bottineau\",,\"USA.35.5_1\",\"ChIJe9HAxjyF3lIRUw_nN7Puf-w\",\"US38009\",\"38009\",48.7807006835938,-100.83998894261,6282,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ddeeb7eb\",\"38011\",,84038011,38011,\"US_ND\",,,3,\"North Dakota\",\"Bowman\",,\"USA.35.6_1\",,\"US38011\",\"38011\",46.1194248199463,-103.52043577035,3024,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"33e0d6c7\",\"38013\",,84038013,38013,\"US_ND\",,,3,\"North Dakota\",\"Burke\",,\"USA.35.7_1\",,\"US38013\",\"38013\",48.7640647888185,-102.547381885384,2115,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"da8373f2\",\"38015\",,84038015,38015,\"US_ND\",,,3,\"North Dakota\",\"Burleigh\",\"Burleigh County, North Dakota\",\"USA.35.8_1\",\"ChIJv-ar9_x-11IRFz-8B55o-i8\",\"US38015\",\"38015\",46.9796752929688,-100.516573559884,95626,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"348d12de\",\"38017\",,84038017,38017,\"US_ND\",,,3,\"North Dakota\",\"Cass\",\"Cass County, North Dakota\",\"USA.35.9_1\",\"ChIJiRfpqd84z1IR5yOk8RV5cvE\",\"US38017\",\"38017\",46.9343395233155,-97.2379616907019,181923,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d3353fd9\",\"38019\",,84038019,38019,\"US_ND\",,,3,\"North Dakota\",\"Cavalier\",,\"USA.35.10_1\",,\"US38019\",\"38019\",48.7604656219483,-98.4776214614554,3762,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f6c3e428\",\"38021\",,84038021,38021,\"US_ND\",,,3,\"North Dakota\",\"Dickey\",,\"USA.35.11_1\",,\"US38021\",\"38021\",46.0697059631348,-98.5080140722675,4872,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"18cd8504\",\"38023\",,84038023,38023,\"US_ND\",,,3,\"North Dakota\",\"Divide\",,\"USA.35.12_1\",,\"US38023\",\"38023\",48.8610095977784,-103.494716731509,2264,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f1ae2031\",\"38025\",,84038025,38025,\"US_ND\",,,3,\"North Dakota\",\"Dunn\",,\"USA.35.13_1\",\"ChIJj9mZtMhlJlMRq8QOp_oub_Y\",\"US38025\",\"38025\",47.3722648620606,-102.656516810171,4424,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1fa0411d\",\"38027\",,84038027,38027,\"US_ND\",,,3,\"North Dakota\",\"Eddy\",,\"USA.35.14_1\",,\"US38027\",\"38027\",47.7354240417481,-98.9112735150883,2287,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f8186c1a\",\"38029\",,84038029,38029,\"US_ND\",,,3,\"North Dakota\",\"Emmons\",,\"USA.35.15_1\",,\"US38029\",\"38029\",46.2855300903321,-100.246722808807,3241,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"efd8d569\",\"38031\",,84038031,38031,\"US_ND\",,,3,\"North Dakota\",\"Foster\",,\"USA.35.16_1\",,\"US38031\",\"38031\",47.4569244384766,-98.8839466234871,3210,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"01d6b445\",\"38033\",,84038033,38033,\"US_ND\",,,3,\"North Dakota\",\"Golden Valley\",,\"USA.35.17_1\",,\"US38033\",\"38033\",46.809820175171,-103.827273143239,1761,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e8b51170\",\"38035\",,84038035,38035,\"US_ND\",,,3,\"North Dakota\",\"Grand Forks\",\"Grand Forks County, North Dakota\",\"USA.35.18_1\",\"ChIJ_SCCNQw6xFIR8UhDKjqpxbg\",\"US38035\",\"38035\",47.9309749603272,-97.4582503137058,69451,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"06bb705c\",\"38037\",,84038037,38037,\"US_ND\",,,3,\"North Dakota\",\"Grant\",,\"USA.35.19_1\",,\"US38037\",\"38037\",46.3271560668945,-101.548876035363,2274,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e1035d5b\",\"38039\",,84038039,38039,\"US_ND\",,,3,\"North Dakota\",\"Griggs\",,\"USA.35.20_1\",,\"US38039\",\"38039\",47.4727840423585,-98.2438174994405,2231,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a09943ae\",\"38041\",,84038041,38041,\"US_ND\",,,3,\"North Dakota\",\"Hettinger\",,\"USA.35.21_1\",,\"US38041\",\"38041\",46.411828994751,-102.487454450264,2499,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4e972282\",\"38043\",,84038043,38043,\"US_ND\",,,3,\"North Dakota\",\"Kidder\",,\"USA.35.22_1\",,\"US38043\",\"38043\",46.9797267913819,-99.7912807525379,2480,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a7f487b7\",\"38045\",,84038045,38045,\"US_ND\",,,3,\"North Dakota\",\"LaMoure\",,\"USA.35.23_1\",,\"US38045\",\"38045\",46.4557647705079,-98.5372908709878,4046,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"49fae69b\",\"38047\",,84038047,38047,\"US_ND\",,,3,\"North Dakota\",\"Logan\",,\"USA.35.24_1\",,\"US38047\",\"38047\",46.4566707611085,-99.4766779771619,1850,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ae42cb9c\",\"38049\",,84038049,38049,\"US_ND\",,,3,\"North Dakota\",\"McHenry\",,\"USA.35.25_1\",,\"US38049\",\"38049\",48.196439743042,-100.626035808909,5745,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b98272ef\",\"38051\",,84038051,38051,\"US_ND\",,,3,\"North Dakota\",\"McIntosh\",,\"USA.35.26_1\",,\"US38051\",\"38051\",46.0705852508545,-99.443800384687,2497,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"578c13c3\",\"38053\",,84038053,38053,\"US_ND\",,,3,\"North Dakota\",\"McKenzie\",\"McKenzie County, North Dakota\",\"USA.35.27_1\",\"ChIJ-zUjNk2BJlMRNd79YrreYUM\",\"US38053\",\"38053\",47.739185333252,-103.341805931611,15024,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"beefb6f6\",\"38055\",,84038055,38055,\"US_ND\",,,3,\"North Dakota\",\"McLean\",,\"USA.35.28_1\",\"ChIJOxfyRweJ2FIRLNjNfgK12-0\",\"US38055\",\"38055\",47.5036716461182,-101.034899835143,9450,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"50e1d7da\",\"38057\",,84038057,38057,\"US_ND\",,,3,\"North Dakota\",\"Mercer\",,\"USA.35.29_1\",\"ChIJfyuM76eIJ1MRB3Pka_Pv3NU\",\"US38057\",\"38057\",47.2763595581055,-101.713418112107,8187,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b759fadd\",\"38059\",,84038059,38059,\"US_ND\",,,3,\"North Dakota\",\"Morton\",\"Morton County, North Dakota\",\"USA.35.30_1\",\"ChIJJ9hlh63k11IR0oAXeMlOQmw\",\"US38059\",\"38059\",46.6206550598145,-100.969352832422,31364,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"92af212c\",\"38061\",,84038061,38061,\"US_ND\",,,3,\"North Dakota\",\"Mountrail\",\"Mountrail County, North Dakota\",\"USA.35.31_1\",\"ChIJMV_YlZLwJlMR1lq_bkvqfOo\",\"US38061\",\"38061\",48.2604598999024,-102.375465703312,10545,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7ca14000\",\"38063\",,84038063,38063,\"US_ND\",,,3,\"North Dakota\",\"Nelson\",,\"USA.35.32_1\",,\"US38063\",\"38063\",47.977409362793,-98.2043276718797,2879,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"95c2e535\",\"38065\",,84038065,38065,\"US_ND\",,,3,\"North Dakota\",\"Oliver\",,\"USA.35.33_1\",,\"US38065\",\"38065\",47.1386604309082,-101.354336585089,1959,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7bcc8419\",\"38067\",,84038067,38067,\"US_ND\",,,3,\"North Dakota\",\"Pembina\",,\"USA.35.34_1\",\"ChIJZwK17bTuw1IRsR0McL1ybxk\",\"US38067\",\"38067\",48.7717056274415,-97.5530045441803,6801,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9c74a91e\",\"38069\",,84038069,38069,\"US_ND\",,,3,\"North Dakota\",\"Pierce\",,\"USA.35.35_1\",,\"US38069\",\"38069\",48.2022762298585,-100.043292279603,3975,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8bb4106d\",\"38071\",,84038071,38071,\"US_ND\",,,3,\"North Dakota\",\"Ramsey\",,\"USA.35.36_1\",\"ChIJB5NIuHOuxFIRjMsd4JsOicM\",\"US38071\",\"38071\",48.2230663299561,-98.7487030202215,11519,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"65ba7141\",\"38073\",,84038073,38073,\"US_ND\",,,3,\"North Dakota\",\"Ransom\",,\"USA.35.37_1\",\"ChIJjZPnVOz3zlIRyB3K1x9-lKM\",\"US38073\",\"38073\",46.3913192749024,-97.6596438876564,5218,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8cd9d474\",\"38075\",,84038075,38075,\"US_ND\",,,3,\"North Dakota\",\"Renville\",,\"USA.35.38_1\",,\"US38075\",\"38075\",48.7628860473634,-101.760017801001,2327,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"62d7b558\",\"38077\",,84038077,38077,\"US_ND\",,,3,\"North Dakota\",\"Richland\",\"Richland County, North Dakota\",\"USA.35.39_1\",\"ChIJ1yEb4KDHzlIR0KMRg8-D3Qs\",\"US38077\",\"38077\",46.2824287414552,-96.9403702345887,16177,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"856f985f\",\"38079\",,84038079,38079,\"US_ND\",,,3,\"North Dakota\",\"Rolette\",,\"USA.35.40_1\",\"ChIJUwunjPVY3FIRY0dBdCS41uE\",\"US38079\",\"38079\",48.7807006835938,-99.8553746189867,14176,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0c2c0ca2\",\"38081\",,84038081,38081,\"US_ND\",,,3,\"North Dakota\",\"Sargent\",,\"USA.35.41_1\",\"ChIJcUtsRPdlzlIR9gOtepj52jw\",\"US38081\",\"38081\",46.0972747802735,-97.6351728861454,3898,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e2226d8e\",\"38083\",,84038083,38083,\"US_ND\",,,3,\"North Dakota\",\"Sheridan\",,\"USA.35.42_1\",,\"US38083\",\"38083\",47.5427150726319,-100.35342347209,1315,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0b41c8bb\",\"38085\",,84038085,38085,\"US_ND\",,,3,\"North Dakota\",\"Sioux\",,\"USA.35.43_1\",,\"US38085\",\"38085\",46.1835289001466,-100.899396367218,4230,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e54fa997\",\"38087\",,84038087,38087,\"US_ND\",,,3,\"North Dakota\",\"Slope\",,\"USA.35.44_1\",,\"US38087\",\"38087\",46.4611797332765,-103.485959561299,750,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"02f78490\",\"38089\",,84038089,38089,\"US_ND\",,,3,\"North Dakota\",\"Stark\",\"Stark County, North Dakota\",\"USA.35.45_1\",\"ChIJh5IywHQ9JlMR4V8fYK5GMxo\",\"US38089\",\"38089\",46.8489799499511,-102.663136729788,31489,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"15373de3\",\"38091\",,84038091,38091,\"US_ND\",,,3,\"North Dakota\",\"Steele\",,\"USA.35.46_1\",,\"US38091\",\"38091\",47.4275741577149,-97.7302803466728,1890,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fb395ccf\",\"38093\",,84038093,38093,\"US_ND\",,,3,\"North Dakota\",\"Stutsman\",\"Stutsman County, North Dakota\",\"USA.35.47_1\",\"ChIJxz5_OrJk0FIR1HkZLGWTerE\",\"US38093\",\"38093\",46.8915710449219,-98.9442358333422,20704,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"125af9fa\",\"38095\",,84038095,38095,\"US_ND\",,,3,\"North Dakota\",\"Towner\",,\"USA.35.48_1\",,\"US38095\",\"38095\",48.6727256774903,-99.2334022465601,2189,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fc5498d6\",\"38097\",,84038097,38097,\"US_ND\",,,3,\"North Dakota\",\"Traill\",,\"USA.35.49_1\",\"ChIJVdlPrHHvxVIRAykAgu-4p3k\",\"US38097\",\"38097\",47.455945968628,-97.1677391598645,8036,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1becb5d1\",\"38099\",,84038099,38099,\"US_ND\",,,3,\"North Dakota\",\"Walsh\",,\"USA.35.50_1\",\"ChIJccWObhh0xFIRuo_SCe7NIr0\",\"US38099\",\"38099\",48.3674354553224,-97.7235768103536,10641,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c537ec9d\",\"38101\",,84038101,38101,\"US_ND\",,,3,\"North Dakota\",\"Ward\",\"Ward County, North Dakota\",\"USA.35.51_1\",\"ChIJhZqKj-TZ3lIRY47zJyo9QAk\",\"US38101\",\"38101\",48.1978797912599,-101.467963614362,67641,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2b398db1\",\"38103\",,84038103,38103,\"US_ND\",,,3,\"North Dakota\",\"Wells\",,\"USA.35.52_1\",,\"US38103\",\"38103\",47.6295547485352,-99.6508296805269,3834,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c25a2884\",\"38105\",,84038105,38105,\"US_ND\",,,3,\"North Dakota\",\"Williams\",\"Williams County, North Dakota\",\"USA.35.53_1\",\"ChIJYXDpCrgTIVMRwkaae0eL-4Q\",\"US38105\",\"38105\",48.261064529419,-103.437722085341,37589,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"084c518e\",\"69110\",,,69110,\"US_MP\",,,3,\"Northern Mariana Islands\",\"Saipan\",,\"MNP.3_1\",,,\"69110\",15.190851688385,145.747222364027,48220,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2361024d\",\"69120\",,,69120,\"US_MP\",,,3,\"Northern Mariana Islands\",\"Tinian\",,\"MNP.4_1\",,,\"69120\",15.0115280151368,145.628959655762,3136,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7c49e1cf\",\"39001\",,84039001,39001,\"US_OH\",,,3,\"Ohio\",\"Adams\",\"Adams County, Ohio\",\"USA.36.1_1\",\"ChIJtUvMhiPiRogRJX-fMQc2A7c\",\"US39001\",\"39001\",38.8110847473145,-83.480104090477,27698,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"924780e3\",\"39003\",,84039003,39003,\"US_OH\",,,3,\"Ohio\",\"Allen\",\"Allen County, Ohio\",\"USA.36.2_1\",\"ChIJixlIvmjBPogRsp0DvqcXbj0\",\"US39003\",\"39003\",40.7740154266358,-84.1385987895701,102351,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7b2425d6\",\"39005\",,84039005,39005,\"US_OH\",,,3,\"Ohio\",\"Ashland\",\"Ashland County, Ohio\",\"USA.36.3_1\",\"ChIJj5OavLv5OYgRsXOyypWcZL8\",\"US39005\",\"39005\",40.8104400634766,-82.267313861694,53484,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"952a44fa\",\"39007\",,84039007,39007,\"US_OH\",,,3,\"Ohio\",\"Ashtabula\",\"Ashtabula County, Ohio\",\"USA.36.4_1\",\"ChIJkVos8EOOMYgRKh344_0-RPE\",\"US39007\",\"39007\",41.7308654785156,-80.7606316213081,97241,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"729269fd\",\"39009\",,84039009,39009,\"US_OH\",,,3,\"Ohio\",\"Athens\",\"Athens County, Ohio\",\"USA.36.5_1\",\"ChIJcdTEU-Q_SIgRIUtDmRhx1gs\",\"US39009\",\"39009\",39.3585987091065,-82.0713723678928,65327,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6552d08e\",\"39011\",,84039011,39011,\"US_OH\",,,3,\"Ohio\",\"Auglaize\",\"Auglaize County, Ohio\",\"USA.36.6_1\",\"ChIJ78plQMf-PogR8DtVoy1gqWM\",\"US39011\",\"39011\",40.5090503692627,-84.2244786944083,45656,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8b5cb1a2\",\"39013\",,84039013,39013,\"US_OH\",,,3,\"Ohio\",\"Belmont\",\"Belmont County, Ohio\",\"USA.36.7_1\",\"ChIJo3bZwnhyNogRkv3G0nO-w5k\",\"US39013\",\"39013\",40.0116062164307,-80.9861816886751,67006,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"623f1497\",\"39015\",,84039015,39015,\"US_OH\",,,3,\"Ohio\",\"Brown\",\"Brown County, Ohio\",\"USA.36.8_1\",\"ChIJY3z-ke8WQYgRj0nWktQdwE8\",\"US39015\",\"39015\",38.9806442260743,-83.8517720578778,43432,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8c3175bb\",\"39017\",,84039017,39017,\"US_OH\",,,3,\"Ohio\",\"Butler\",\"Butler County, Ohio\",\"USA.36.9_1\",\"ChIJ0z2oQpSKQIgR-S814rYmYxA\",\"US39017\",\"39017\",39.4324111938477,-84.5777006014818,383134,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6b8958bc\",\"39019\",,84039019,39019,\"US_OH\",,,3,\"Ohio\",\"Carroll\",\"Carroll County, Ohio\",\"USA.36.10_1\",\"ChIJXbk1oTTqNogRmAqr9LXGxFs\",\"US39019\",\"39019\",40.5831508636475,-81.0917755809161,26914,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4e7f834d\",\"39021\",,84039021,39021,\"US_OH\",,,3,\"Ohio\",\"Champaign\",\"Champaign County, Ohio\",\"USA.36.11_1\",\"ChIJC8IC-rZIP4gR_Zv8phR2YtE\",\"US39021\",\"39021\",40.1548957824707,-83.7629475725466,38885,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a071e261\",\"39023\",,84039023,39023,\"US_OH\",,,3,\"Ohio\",\"Clark\",\"Clark County, Ohio\",\"USA.36.12_1\",\"ChIJpymlUZVoP4gRrQ5QLFH92f0\",\"US39023\",\"39023\",39.9009666442872,-83.797504677492,134083,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"49124754\",\"39025\",,84039025,39025,\"US_OH\",,,3,\"Ohio\",\"Clermont\",\"Clermont County, Ohio\",\"USA.36.13_1\",\"ChIJt9jjIbHkQIgR3qqTM-ZfhiQ\",\"US39025\",\"39025\",39.0187511444092,-84.1689475460292,206428,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a71c2678\",\"39027\",,84039027,39027,\"US_OH\",,,3,\"Ohio\",\"Clinton\",\"Clinton County, Ohio\",\"USA.36.14_1\",\"ChIJdWjql3nbQIgReJiV8Eah71Q\",\"US39027\",\"39027\",39.4393100738526,-83.7875005232813,41968,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"40a40b7f\",\"39029\",,84039029,39029,\"US_OH\",,,3,\"Ohio\",\"Columbiana\",\"Columbiana County, Ohio\",\"USA.36.15_1\",\"ChIJ3fAeJFypNogRWJ38J0OrjS0\",\"US39029\",\"39029\",40.7622604370118,-80.8026746408678,101883,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5764b20c\",\"39031\",,84039031,39031,\"US_OH\",,,3,\"Ohio\",\"Coshocton\",\"Coshocton County, Ohio\",\"USA.36.16_1\",\"ChIJrWyN8FqZN4gRnn_0K5zaFnE\",\"US39031\",\"39031\",40.3202953338624,-81.9050348953892,36600,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b96ad320\",\"39033\",,84039033,39033,\"US_OH\",,,3,\"Ohio\",\"Crawford\",\"Crawford County, Ohio\",\"USA.36.17_1\",\"ChIJn6s3eqydOYgR-xZdtX4vIRo\",\"US39033\",\"39033\",40.7935695648194,-82.9186828830702,41494,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"50097615\",\"39035\",,84039035,39035,\"US_OH\",,,3,\"Ohio\",\"Cuyahoga\",\"Cuyahoga County, Ohio\",\"USA.36.18_1\",\"ChIJi7Vw1sX5MIgRatMgBe159Z8\",\"US39035\",\"39035\",41.4619750976563,-81.6804131739084,1235072,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"be071739\",\"39037\",,84039037,39037,\"US_OH\",,,3,\"Ohio\",\"Darke\",\"Darke County, Ohio\",\"USA.36.19_1\",\"ChIJV1_qdteMP4gRRvePHnv11SA\",\"US39037\",\"39037\",40.1546249389649,-84.620324887416,51113,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"59bf3a3e\",\"39039\",,84039039,39039,\"US_OH\",,,3,\"Ohio\",\"Defiance\",\"Defiance County, Ohio\",\"USA.36.20_1\",\"ChIJ0Y8rzuvOPYgR546AmTiEXPI\",\"US39039\",\"39039\",41.2912101745606,-84.5164492398973,38087,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"182524cb\",\"39041\",,84039041,39041,\"US_OH\",,,3,\"Ohio\",\"Delaware\",\"Delaware County, Ohio\",\"USA.36.21_1\",\"ChIJb2rKZbPzOIgR7GrASazjwOs\",\"US39041\",\"39041\",40.2843551635743,-82.9990395459073,209177,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f62b45e7\",\"39043\",,84039043,39043,\"US_OH\",,,3,\"Ohio\",\"Erie\",\"Erie County, Ohio\",\"USA.36.22_1\",\"ChIJ463rPBdsOogRjV2mOxviDlE\",\"US39043\",\"39043\",41.3878250122071,-82.6831850327973,74266,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1f48e0d2\",\"39045\",,84039045,39045,\"US_OH\",,,3,\"Ohio\",\"Fairfield\",\"Fairfield County, Ohio\",\"USA.36.23_1\",\"ChIJnX5FmMp5OIgRmU4ZHteYjcc\",\"US39045\",\"39045\",39.7563610076904,-82.6152158218637,157574,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f14681fe\",\"39047\",,84039047,39047,\"US_OH\",,,3,\"Ohio\",\"Fayette\",\"Fayette County, Ohio\",\"USA.36.24_1\",\"ChIJlQ118L5XR4gRiJ45tcDr5ag\",\"US39047\",\"39047\",39.5459651947022,-83.4326952753666,28525,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"16feacf9\",\"39049\",,84039049,39049,\"US_OH\",,,3,\"Ohio\",\"Franklin\",\"Franklin County, Ohio\",\"USA.36.25_1\",\"ChIJcd6QucGJOIgR3zgRtZz7NcQ\",\"US39049\",\"39049\",39.9624710083008,-83.0160539474251,1316756,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"013e158a\",\"39051\",,84039051,39051,\"US_OH\",,,3,\"Ohio\",\"Fulton\",\"Fulton County, Ohio\",\"USA.36.26_1\",\"ChIJ75S1KR9DPIgRrJ3FQ6c5hH8\",\"US39051\",\"39051\",41.5818195343018,-84.1316608451401,42126,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ef3074a6\",\"39053\",,84039053,39053,\"US_OH\",,,3,\"Ohio\",\"Gallia\",\"Gallia County, Ohio\",\"USA.36.27_1\",\"ChIJx_k2ZnkkRogRQdzlr2BoT18\",\"US39053\",\"39053\",38.8098258972169,-82.3876922626152,29898,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0653d193\",\"39055\",,84039055,39055,\"US_OH\",,,3,\"Ohio\",\"Geauga\",\"Geauga County, Ohio\",\"USA.36.28_1\",\"ChIJGabhzyF0MYgRqC5iIXYeV58\",\"US39055\",\"39055\",41.5360794067384,-81.196958128587,93649,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e85db0bf\",\"39057\",,84039057,39057,\"US_OH\",,,3,\"Ohio\",\"Greene\",\"Greene County, Ohio\",\"USA.36.29_1\",\"ChIJncWRYq2iQIgRMygrj391U5E\",\"US39057\",\"39057\",39.6660499572754,-83.8835318510516,168937,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0fe59db8\",\"39059\",,84039059,39059,\"US_OH\",,,3,\"Ohio\",\"Guernsey\",\"Guernsey County, Ohio\",\"USA.36.30_1\",\"ChIJrRasXTtLNogRKR-NK5vzbnA\",\"US39059\",\"39059\",39.9964809417726,-81.4786807940083,38875,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2a134649\",\"39061\",,84039061,39061,\"US_OH\",,,3,\"Ohio\",\"Hamilton\",\"Hamilton County, Ohio\",\"USA.36.31_1\",\"ChIJ1808oWhQQIgRMC9c5Ml8hMo\",\"US39061\",\"39061\",39.1690502166749,-84.5595658538046,817473,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c41d2765\",\"39063\",,84039063,39063,\"US_OH\",,,3,\"Ohio\",\"Hancock\",\"Hancock County, Ohio\",\"USA.36.32_1\",\"ChIJ9yKiYvEBPIgRijLNAo7D4AU\",\"US39063\",\"39063\",41.0646057128907,-83.6508142727916,75783,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2d7e8250\",\"39065\",,84039065,39065,\"US_OH\",,,3,\"Ohio\",\"Hardin\",\"Hardin County, Ohio\",\"USA.36.33_1\",\"ChIJR2bcShJJOYgRmHK1GN1OfB4\",\"US39065\",\"39065\",40.6660213470459,-83.6501521752488,31365,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c370e37c\",\"39067\",,84039067,39067,\"US_OH\",,,3,\"Ohio\",\"Harrison\",,\"USA.36.34_1\",\"ChIJFc45Mf5fNogRSSi6j-nHsaw\",\"US39067\",\"39067\",40.2590198516846,-81.1069324524434,15040,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"24c8ce7b\",\"39069\",,84039069,39069,\"US_OH\",,,3,\"Ohio\",\"Henry\",\"Henry County, Ohio\",\"USA.36.35_1\",\"ChIJp4lWU8sRPIgRdSISDNkT1Xk\",\"US39069\",\"39069\",41.2969818115234,-84.0553462278626,27006,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"33087708\",\"39071\",,84039071,39071,\"US_OH\",,,3,\"Ohio\",\"Highland\",\"Highland County, Ohio\",\"USA.36.36_1\",\"ChIJqT-RiXIsR4gRRGeS1gKU_Rw\",\"US39071\",\"39071\",39.2100143432618,-83.6081001371042,43161,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dd061624\",\"39073\",,84039073,39073,\"US_OH\",,,3,\"Ohio\",\"Hocking\",\"Hocking County, Ohio\",\"USA.36.37_1\",\"ChIJ6Wv-Jl_pR4gRpNryfNrSX6I\",\"US39073\",\"39073\",39.5326900482178,-82.4474754197814,28264,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3465b311\",\"39075\",,84039075,39075,\"US_OH\",,,3,\"Ohio\",\"Holmes\",\"Holmes County, Ohio\",\"USA.36.38_1\",\"ChIJeW0lzN1uN4gRjho7zqb39NY\",\"US39075\",\"39075\",40.5123596191407,-81.9242152110119,43960,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"da6bd23d\",\"39077\",,84039077,39077,\"US_OH\",,,3,\"Ohio\",\"Huron\",\"Huron County, Ohio\",\"USA.36.39_1\",\"ChIJ-7hsWkYXOogRbH5ZSSjxWOE\",\"US39077\",\"39077\",41.1423511505127,-82.5871843751199,58266,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3dd3ff3a\",\"39079\",,84039079,39079,\"US_OH\",,,3,\"Ohio\",\"Jackson\",\"Jackson County, Ohio\",\"USA.36.40_1\",\"ChIJ95U8KMg3RogR7UljQ6BNuUI\",\"US39079\",\"39079\",39.0279541015626,-82.6178338298297,32413,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b4906bc7\",\"39081\",,84039081,39081,\"US_OH\",,,3,\"Ohio\",\"Jefferson\",\"Jefferson County, Ohio\",\"USA.36.41_1\",\"ChIJffmbCXmCNogRsrLtYfw6xjg\",\"US39081\",\"39081\",40.3776359558105,-80.7398073824395,65325,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5a9e0aeb\",\"39083\",,84039083,39083,\"US_OH\",,,3,\"Ohio\",\"Knox\",\"Knox County, Ohio\",\"USA.36.42_1\",\"ChIJ-VbSQ0YyOIgR6X3J5869aNM\",\"US39083\",\"39083\",40.4043960571289,-82.4146852367413,62322,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b3fdafde\",\"39085\",,84039085,39085,\"US_OH\",,,3,\"Ohio\",\"Lake\",\"Lake County, Ohio\",\"USA.36.43_1\",\"ChIJ9xG5fwOfMYgRziQls9EtBAU\",\"US39085\",\"39085\",41.7100696563721,-81.2451058727014,230149,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5df3cef2\",\"39087\",,84039087,39087,\"US_OH\",,,3,\"Ohio\",\"Lawrence\",\"Lawrence County, Ohio\",\"USA.36.45_1\",\"ChIJL8-Bnd0SRogRXCoD_Umaers\",\"US39087\",\"39087\",38.6136856079102,-82.5543787355813,59463,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ba4be3f5\",\"39089\",,84039089,39089,\"US_OH\",,,3,\"Ohio\",\"Licking\",\"Licking County, Ohio\",\"USA.36.46_1\",\"ChIJwUDdDlAROIgRiqqIpjig4MU\",\"US39089\",\"39089\",40.101324081421,-82.4773912547105,176862,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ad8b5a86\",\"39091\",,84039091,39091,\"US_OH\",,,3,\"Ohio\",\"Logan\",\"Logan County, Ohio\",\"USA.36.47_1\",\"ChIJX7NN0yUpP4gRLMF9qtuH1JA\",\"US39091\",\"39091\",40.3536052703859,-83.7709639258451,45672,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"43853baa\",\"39093\",,84039093,39093,\"US_OH\",,,3,\"Ohio\",\"Lorain\",\"Lorain County, Ohio\",\"USA.36.48_1\",\"ChIJv5LVh5PJMIgRH_mRsbjXjmQ\",\"US39093\",\"39093\",41.3173599243165,-82.1104148636237,309833,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aae69e9f\",\"39095\",,84039095,39095,\"US_OH\",,,3,\"Ohio\",\"Lucas\",\"Lucas County, Ohio\",\"USA.36.49_1\",\"ChIJS5kUC-SAO4gRIxIketBtTLY\",\"US39095\",\"39095\",41.5795993804931,-83.7442820389967,428348,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"44e8ffb3\",\"39097\",,84039097,39097,\"US_OH\",,,3,\"Ohio\",\"Madison\",\"Madison County, Ohio\",\"USA.36.50_1\",\"ChIJG3f6cXivOIgRHco5KGUCnhg\",\"US39097\",\"39097\",39.9009666442872,-83.398540200168,44731,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a350d2b4\",\"39099\",,84039099,39099,\"US_OH\",,,3,\"Ohio\",\"Mahoning\",\"Mahoning County, Ohio\",\"USA.36.51_1\",\"ChIJgSEsH1rhM4gRXQJ4iMi3Eck\",\"US39099\",\"39099\",41.0164852142334,-80.7599510150584,228683,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7d8b8bf8\",\"39101\",,84039101,39101,\"US_OH\",,,3,\"Ohio\",\"Marion\",\"Marion County, Ohio\",\"USA.36.52_1\",\"ChIJC_IiYCEaOYgRXe0hQYPl4BM\",\"US39101\",\"39101\",40.5846557617188,-83.1886057143335,65093,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9385ead4\",\"39103\",,84039103,39103,\"US_OH\",,,3,\"Ohio\",\"Medina\",\"Medina County, Ohio\",\"USA.36.53_1\",\"ChIJ9aO4mg-6MIgREyfjrtzMcJI\",\"US39103\",\"39103\",41.1306514739991,-81.9282256702861,179746,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7ae64fe1\",\"39105\",,84039105,39105,\"US_OH\",,,3,\"Ohio\",\"Meigs\",\"Meigs County, Ohio\",\"USA.36.54_1\",\"ChIJGzBPQjt9SIgRc3EXIC2hBEU\",\"US39105\",\"39105\",39.0399742126465,-82.0537371998751,22907,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"94e82ecd\",\"39107\",,84039107,39107,\"US_OH\",,,3,\"Ohio\",\"Mercer\",\"Mercer County, Ohio\",\"USA.36.55_1\",\"ChIJNWZwoBVTPogRJ3vbJqog7GY\",\"US39107\",\"39107\",40.5096206665039,-84.6298474879208,41172,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"735003ca\",\"39109\",,84039109,39109,\"US_OH\",,,3,\"Ohio\",\"Miami\",\"Miami County, Ohio\",\"USA.36.56_1\",\"ChIJqTBfdzh2P4gRtqorsGsbAjs\",\"US39109\",\"39109\",40.0467052459717,-84.2321556832862,106987,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6490bab9\",\"39111\",,84039111,39111,\"US_OH\",,,3,\"Ohio\",\"Monroe\",,\"USA.36.57_1\",\"ChIJa3J8R0gcNogRmk2FwQNDIl0\",\"US39111\",\"39111\",39.7037887573242,-81.0573061292807,13654,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8a9edb95\",\"39113\",,84039113,39113,\"US_OH\",,,3,\"Ohio\",\"Montgomery\",\"Montgomery County, Ohio\",\"USA.36.58_1\",\"ChIJcc4RhY9iQIgRFxRmOJXb_kk\",\"US39113\",\"39113\",39.7552452087403,-84.2912053246439,531687,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"63fd7ea0\",\"39115\",,84039115,39115,\"US_OH\",,,3,\"Ohio\",\"Morgan\",,\"USA.36.59_1\",\"ChIJQ52FcDHfN4gRLneenewnWzo\",\"US39115\",\"39115\",39.6076850891114,-81.8111629237605,14508,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8df31f8c\",\"39117\",,84039117,39117,\"US_OH\",,,3,\"Ohio\",\"Morrow\",\"Morrow County, Ohio\",\"USA.36.60_1\",\"ChIJUwQ_-ye7OYgRQhinYgfhfG8\",\"US39117\",\"39117\",40.5366706848145,-82.800615251813,35328,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6a4b328b\",\"39119\",,84039119,39119,\"US_OH\",,,3,\"Ohio\",\"Muskingum\",\"Muskingum County, Ohio\",\"USA.36.61_1\",\"ChIJl-QPfivvN4gRE7Zdv2llvM8\",\"US39119\",\"39119\",39.961410522461,-81.9625142896475,86215,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4fbde97a\",\"39121\",,84039121,39121,\"US_OH\",,,3,\"Ohio\",\"Noble\",,\"USA.36.62_1\",\"ChIJkYjW-JgsNogR66t2N2aeNfw\",\"US39121\",\"39121\",39.7672958374023,-81.5072912970899,14424,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a1b38856\",\"39123\",,84039123,39123,\"US_OH\",,,3,\"Ohio\",\"Ottawa\",\"Ottawa County, Ohio\",\"USA.36.63_1\",\"ChIJqY126Be7O4gRBWTAe5oqb2c\",\"US39123\",\"39123\",41.5411663055421,-83.2073896407599,40525,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"48d02d63\",\"39125\",,84039125,39125,\"US_OH\",,,3,\"Ohio\",\"Paulding\",\"Paulding County, Ohio\",\"USA.36.64_1\",\"ChIJ_wR9IvLWPYgR5H0LNgPxtyg\",\"US39125\",\"39125\",41.1215648651124,-84.572881320512,18672,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a6de4c4f\",\"39127\",,84039127,39127,\"US_OH\",,,3,\"Ohio\",\"Perry\",\"Perry County, Ohio\",\"USA.36.65_1\",\"ChIJqyJuQTQIOIgRDTUBHM3cBOY\",\"US39127\",\"39127\",39.7349338531494,-82.223024451125,36134,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"41666148\",\"39129\",,84039129,39129,\"US_OH\",,,3,\"Ohio\",\"Pickaway\",\"Pickaway County, Ohio\",\"USA.36.66_1\",\"ChIJD-qOANyBOIgRgTUvoniknd8\",\"US39129\",\"39129\",39.6158599853516,-83.0483113551584,58457,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"56a6d83b\",\"39131\",,84039131,39131,\"US_OH\",,,3,\"Ohio\",\"Pike\",\"Pike County, Ohio\",\"USA.36.67_1\",\"ChIJnSr6YeHjRogR77ailw4sWxY\",\"US39131\",\"39131\",39.0695343017579,-83.0893332723323,27772,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b8a8b917\",\"39133\",,84039133,39133,\"US_OH\",,,3,\"Ohio\",\"Portage\",\"Portage County, Ohio\",\"USA.36.68_1\",\"ChIJBz2PypxDMYgRIXEicUxlHgI\",\"US39133\",\"39133\",41.1637344360352,-81.1972553310707,162466,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"51cb1c22\",\"39135\",,84039135,39135,\"US_OH\",,,3,\"Ohio\",\"Preble\",\"Preble County, Ohio\",\"USA.36.69_1\",\"ChIJkxURoYyJP4gRVeQzzS6OIlQ\",\"US39135\",\"39135\",39.7357406616211,-84.6481481947942,40882,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bfc57d0e\",\"39137\",,84039137,39137,\"US_OH\",,,3,\"Ohio\",\"Putnam\",\"Putnam County, Ohio\",\"USA.36.70_1\",\"ChIJKWpa0KSFPogRRIfCBQeiYZ0\",\"US39137\",\"39137\",41.0342044830323,-84.1112482664454,33861,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"587d5009\",\"39139\",,84039139,39139,\"US_OH\",,,3,\"Ohio\",\"Richland\",\"Richland County, Ohio\",\"USA.36.71_1\",\"ChIJsfd3g5DrOYgRGqkWzX7u4SQ\",\"US39139\",\"39139\",40.7757148742677,-82.5522358139987,121154,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"19e74efc\",\"39141\",,84039141,39141,\"US_OH\",,,3,\"Ohio\",\"Ross\",\"Ross County, Ohio\",\"USA.36.72_1\",\"ChIJmWFvKN8PR4gRYbk-miUw4mE\",\"US39141\",\"39141\",39.3414592742921,-83.0652953585308,76666,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f7e92fd0\",\"39143\",,84039143,39143,\"US_OH\",,,3,\"Ohio\",\"Sandusky\",\"Sandusky County, Ohio\",\"USA.36.73_1\",\"ChIJ3dU--_DJO4gRgzQdUZsDr2w\",\"US39143\",\"39143\",41.3595905303956,-83.1306175681305,58518,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1e8a8ae5\",\"39145\",,84039145,39145,\"US_OH\",,,3,\"Ohio\",\"Scioto\",\"Scioto County, Ohio\",\"USA.36.74_1\",\"ChIJrTZUBBTzRogRysAD18_JiYw\",\"US39145\",\"39145\",38.7937755584717,-82.9618926538451,75314,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f084ebc9\",\"39147\",,84039147,39147,\"US_OH\",,,3,\"Ohio\",\"Seneca\",\"Seneca County, Ohio\",\"USA.36.75_1\",\"ChIJ8wLepMXRO4gRMzP6DUxVS1A\",\"US39147\",\"39147\",41.1234397888184,-83.1280758633037,55178,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"173cc6ce\",\"39149\",,84039149,39149,\"US_OH\",,,3,\"Ohio\",\"Shelby\",\"Shelby County, Ohio\",\"USA.36.76_1\",\"ChIJse_tNiIJP4gRvxmlAxRUueM\",\"US39149\",\"39149\",40.3357162475587,-84.2192041572925,48590,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"00fc7fbd\",\"39151\",,84039151,39151,\"US_OH\",,,3,\"Ohio\",\"Stark\",\"Stark County, Ohio\",\"USA.36.77_1\",\"ChIJGXvF_is9N4gRTUq22ZuY1S4\",\"US39151\",\"39151\",40.8191890716553,-81.3676340907197,370606,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"eef21e91\",\"39153\",,84039153,39153,\"US_OH\",,,3,\"Ohio\",\"Summit\",\"Summit County, Ohio\",\"USA.36.78_1\",\"ChIJ78mtsLLUNogR7OHKeZgJcSM\",\"US39153\",\"39153\",41.1323261260987,-81.5395073438332,541013,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0791bba4\",\"39155\",,84039155,39155,\"US_OH\",,,3,\"Ohio\",\"Trumbull\",\"Trumbull County, Ohio\",\"USA.36.79_1\",\"ChIJwYi7FNZhMYgRCExqoGgyCbU\",\"US39155\",\"39155\",41.3059043884278,-80.7604212823872,197974,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e99fda88\",\"39157\",,84039157,39157,\"US_OH\",,,3,\"Ohio\",\"Tuscarawas\",\"Tuscarawas County, Ohio\",\"USA.36.80_1\",\"ChIJX75qi5EFN4gRDg7GQPSxw1U\",\"US39157\",\"39157\",40.4387493133545,-81.4894439354447,91987,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0e27f78f\",\"39159\",,84039159,39159,\"US_OH\",,,3,\"Ohio\",\"Union\",\"Union County, Ohio\",\"USA.36.81_1\",\"ChIJGeScSMrEOIgRJDVIUgtzi1w\",\"US39159\",\"39159\",40.3061962127686,-83.3954190615746,58988,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2bd12c7e\",\"39161\",,84039161,39161,\"US_OH\",,,3,\"Ohio\",\"Van Wert\",\"Van Wert County, Ohio\",\"USA.36.82_1\",\"ChIJ_atMe_xpPogRyVldhZE1Dyw\",\"US39161\",\"39161\",40.8375244140626,-84.5716059626458,28275,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c5df4d52\",\"39163\",,84039163,39163,\"US_OH\",,,3,\"Ohio\",\"Vinton\",,\"USA.36.83_1\",\"ChIJkULPwv3GR4gRzUsE_eJj9Ec\",\"US39163\",\"39163\",39.2198696136475,-82.5145637202122,13085,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2cbce867\",\"39165\",,84039165,39165,\"US_OH\",,,3,\"Ohio\",\"Warren\",\"Warren County, Ohio\",\"USA.36.84_1\",\"ChIJQcLNcG76QIgR1Nznyf8frn8\",\"US39165\",\"39165\",39.4171104431152,-84.1662972574748,234602,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c2b2894b\",\"39167\",,84039167,39167,\"US_OH\",,,3,\"Ohio\",\"Washington\",\"Washington County, Ohio\",\"USA.36.85_1\",\"ChIJPZK7OCfVSYgRUMHi-4o2qE4\",\"US39167\",\"39167\",39.4305763244629,-81.5142862043232,59911,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"250aa44c\",\"39169\",,84039169,39169,\"US_OH\",,,3,\"Ohio\",\"Wayne\",\"Wayne County, Ohio\",\"USA.36.86_1\",\"ChIJF9rRxHg6N4gRmsRPLM5hnhQ\",\"US39169\",\"39169\",40.8462047576904,-81.8877712411668,115710,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"32ca1d3f\",\"39171\",,84039171,39171,\"US_OH\",,,3,\"Ohio\",\"Williams\",\"Williams County, Ohio\",\"USA.36.87_1\",\"ChIJj0R7pU65PYgRDQOoVcQUAY8\",\"US39171\",\"39171\",41.5882453918457,-84.5937899155407,36692,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dcc47c13\",\"39173\",,84039173,39173,\"US_OH\",,,3,\"Ohio\",\"Wood\",\"Wood County, Ohio\",\"USA.36.88_1\",\"ChIJFZ4zCj11PIgRTujUVcxp6BY\",\"US39173\",\"39173\",41.4045543670655,-83.6498026024218,130817,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"35a7d926\",\"39175\",,84039175,39175,\"US_OH\",,,3,\"Ohio\",\"Wyandot\",\"Wyandot County, Ohio\",\"USA.36.89_1\",\"ChIJLSjq3DFEOYgRUmCEnLRKoHg\",\"US39175\",\"39175\",40.8490619659424,-83.3134753536947,21772,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b3617255\",\"40001\",,84040001,40001,\"US_OK\",,,3,\"Oklahoma\",\"Adair\",,\"USA.37.1_1\",\"ChIJlRppf_DzyYcR_5mpr40bCLo\",\"US40001\",\"40001\",35.8471145629883,-94.6578086807265,22194,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5d6f1379\",\"40003\",,84040003,40003,\"US_OK\",,,3,\"Oklahoma\",\"Alfalfa\",,\"USA.37.2_1\",,\"US40003\",\"40003\",36.7241401672364,-98.3265049050326,5702,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b40cb64c\",\"40005\",,84040005,40005,\"US_OK\",,,3,\"Oklahoma\",\"Atoka\",\"Atoka County, Oklahoma\",\"USA.37.3_1\",\"ChIJr0XdUGTMtIcR8vowQ9VrSpQ\",\"US40005\",\"40005\",34.4615154266358,-95.9639118581951,13758,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5a02d760\",\"40007\",,84040007,40007,\"US_OK\",,,3,\"Oklahoma\",\"Beaver\",,\"USA.37.4_1\",,\"US40007\",\"40007\",36.6758518218995,-100.478667559754,5311,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bdbafa67\",\"40009\",,84040009,40009,\"US_OK\",,,3,\"Oklahoma\",\"Beckham\",\"Beckham County, Oklahoma\",\"USA.37.5_1\",\"ChIJLUjFYmvEq4cRKuYrRbFLFY0\",\"US40009\",\"40009\",35.2361850738526,-99.6821394761881,21859,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aa7a4314\",\"40011\",,84040011,40011,\"US_OK\",,,3,\"Oklahoma\",\"Blaine\",\"Blaine County, Oklahoma\",\"USA.37.6_1\",\"ChIJ3xfqKxqKrocR9OcaCMnfXeo\",\"US40011\",\"40011\",35.8672504425049,-98.4207551342894,9429,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"44742238\",\"40013\",,84040013,40013,\"US_OK\",,,3,\"Oklahoma\",\"Bryan\",\"Bryan County, Oklahoma\",\"USA.37.7_1\",\"ChIJu5EEKQRpS4YR9JFUq8Ssssk\",\"US40013\",\"40013\",33.9226207733155,-96.2498118626568,47995,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ad17870d\",\"40015\",,84040015,40015,\"US_OK\",,,3,\"Oklahoma\",\"Caddo\",\"Caddo County, Oklahoma\",\"USA.37.8_1\",\"ChIJIeigxfS2rYcRGuTgfmmOaZI\",\"US40015\",\"40015\",35.1516246795655,-98.3559599173615,28762,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4319e621\",\"40017\",,84040017,40017,\"US_OK\",,,3,\"Oklahoma\",\"Canadian\",\"Canadian County, Oklahoma\",\"USA.37.9_1\",\"ChIJGTv_tf77rYcRfjaRmrfYG4w\",\"US40017\",\"40017\",35.5020217895508,-97.9887732611778,148306,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a4a1cb26\",\"40019\",,84040019,40019,\"US_OK\",,,3,\"Oklahoma\",\"Carter\",\"Carter County, Oklahoma\",\"USA.37.10_1\",\"ChIJbfrolArWTIYR9hkZTr7dcBU\",\"US40019\",\"40019\",34.31231880188,-97.2497241730253,48111,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"815710d7\",\"40021\",,84040021,40021,\"US_OK\",,,3,\"Oklahoma\",\"Cherokee\",\"Cherokee County, Oklahoma\",\"USA.37.11_1\",\"ChIJDcj5xp_9yYcRwL7KFQv4F5c\",\"US40021\",\"40021\",35.9030742645264,-95.0381651504174,48657,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6f5971fb\",\"40023\",,84040023,40023,\"US_OK\",,,3,\"Oklahoma\",\"Choctaw\",,\"USA.37.12_1\",\"ChIJZe93bkYoS4YRS7P7ZEhuXZk\",\"US40023\",\"40023\",34.0049266815186,-95.5468256655855,14672,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"863ad4ce\",\"40025\",,84040025,40025,\"US_OK\",,,3,\"Oklahoma\",\"Cimarron\",,\"USA.37.13_1\",,\"US40025\",\"40025\",36.7187900543213,-102.516812602577,2137,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6834b5e2\",\"40027\",,84040027,40027,\"US_OK\",,,3,\"Oklahoma\",\"Cleveland\",\"Cleveland County, Oklahoma\",\"USA.37.14_1\",\"ChIJ5-6Tf7ZjsocRiqZ1O_0Y_7M\",\"US40027\",\"40027\",35.1539745330811,-97.2925145112001,284014,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8f8c98e5\",\"40029\",,84040029,40029,\"US_OK\",,,3,\"Oklahoma\",\"Coal\",,\"USA.37.15_1\",\"ChIJa5uAFzGktIcRKdv4uD36tKM\",\"US40029\",\"40029\",34.5504856109619,-96.3042006358603,5495,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"984c2196\",\"40031\",,84040031,40031,\"US_OK\",,,3,\"Oklahoma\",\"Comanche\",\"Comanche County, Oklahoma\",\"USA.37.16_1\",\"ChIJYV7Q_scfrYcRMeMxdXChq5c\",\"US40031\",\"40031\",34.6546707153322,-98.4832565782672,120749,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"764240ba\",\"40033\",,84040033,40033,\"US_OK\",,,3,\"Oklahoma\",\"Cotton\",,\"USA.37.17_1\",\"ChIJyWomazIsrYcRYj75lbVKOXE\",\"US40033\",\"40033\",34.2694664001465,-98.3753123753758,5666,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9f21e58f\",\"40035\",,84040035,40035,\"US_OK\",,,3,\"Oklahoma\",\"Craig\",\"Craig County, Oklahoma\",\"USA.37.18_1\",\"ChIJF5K25vXat4cR5hsFxNEt5Ho\",\"US40035\",\"40035\",36.8082599639893,-95.2160333461868,14142,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"712f84a3\",\"40037\",,84040037,40037,\"US_OK\",,,3,\"Oklahoma\",\"Creek\",\"Creek County, Oklahoma\",\"USA.37.19_1\",\"ChIJwS6Zuu5MsYcRn47oPbYfeHE\",\"US40037\",\"40037\",35.8807392120362,-96.3275539825971,71522,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9697a9a4\",\"40039\",,84040039,40039,\"US_OK\",,,3,\"Oklahoma\",\"Custer\",\"Custer County, Oklahoma\",\"USA.37.20_1\",\"ChIJiZAlZiOgrocRftg_DsokgP8\",\"US40039\",\"40039\",35.5953407287599,-99.0031558435149,29003,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d70db751\",\"40041\",,84040041,40041,\"US_OK\",,,3,\"Oklahoma\",\"Delaware\",\"Delaware County, Oklahoma\",\"USA.37.21_1\",\"ChIJSySPkwjMyYcRg5Aw_xbBQpU\",\"US40041\",\"40041\",36.4199008941651,-94.8054336051808,43009,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3903d67d\",\"40043\",,84040043,40043,\"US_OK\",,,3,\"Oklahoma\",\"Dewey\",,\"USA.37.22_1\",,\"US40043\",\"40043\",36.0009555816651,-99.0070491615033,4891,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d0607348\",\"40045\",,84040045,40045,\"US_OK\",,,3,\"Oklahoma\",\"Ellis\",,\"USA.37.23_1\",,\"US40045\",\"40045\",36.2173805236817,-99.7993891486932,3859,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3e6e1264\",\"40047\",,84040047,40047,\"US_OK\",,,3,\"Oklahoma\",\"Garfield\",\"Garfield County, Oklahoma\",\"USA.37.24_1\",\"ChIJMTy_kHcqsIcRZ4Km0xppS8Y\",\"US40047\",\"40047\",36.3971347808838,-97.7845852803424,61056,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d9d63f63\",\"40049\",,84040049,40049,\"US_OK\",,,3,\"Oklahoma\",\"Garvin\",\"Garvin County, Oklahoma\",\"USA.37.25_1\",\"ChIJI3XV_rDosocRu_N24QgZlN4\",\"US40049\",\"40049\",34.6644458770752,-97.2493464970356,27711,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ce168610\",\"40051\",,84040051,40051,\"US_OK\",,,3,\"Oklahoma\",\"Grady\",\"Grady County, Oklahoma\",\"USA.37.26_1\",\"ChIJ5eI0TciFrYcRbhaZtyidW-4\",\"US40051\",\"40051\",34.9871501922608,-97.8817862928718,55834,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2018e73c\",\"40053\",,84040053,40053,\"US_OK\",,,3,\"Oklahoma\",\"Grant\",,\"USA.37.27_1\",,\"US40053\",\"40053\",36.8106594085693,-97.7869451544168,4333,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c97b4209\",\"40055\",,84040055,40055,\"US_OK\",,,3,\"Oklahoma\",\"Greer\",,\"USA.37.28_1\",\"ChIJPW9uxMOYq4cR5XCzRa3N20Q\",\"US40055\",\"40055\",34.9164638519287,-99.5138251822354,5712,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"27752325\",\"40057\",,84040057,40057,\"US_OK\",,,3,\"Oklahoma\",\"Harmon\",,\"USA.37.29_1\",,\"US40057\",\"40057\",34.7626552581787,-99.8420675956073,2653,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c0cd0e22\",\"40059\",,84040059,40059,\"US_OK\",,,3,\"Oklahoma\",\"Harper\",,\"USA.37.30_1\",,\"US40059\",\"40059\",36.7847805023194,-99.6501118662549,3688,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e53bd5d3\",\"40061\",,84040061,40061,\"US_OK\",,,3,\"Oklahoma\",\"Haskell\",,\"USA.37.31_1\",\"ChIJDfUC1hGgtYcRwEDRfK4msh0\",\"US40061\",\"40061\",35.2323894500733,-95.132642124292,12627,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0b35b4ff\",\"40063\",,84040063,40063,\"US_OK\",,,3,\"Oklahoma\",\"Hughes\",,\"USA.37.32_1\",\"ChIJpW7XWnz2tIcR-ZcKbnbvZco\",\"US40063\",\"40063\",35.0376110076905,-96.2923963656911,13279,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e25611ca\",\"40065\",,84040065,40065,\"US_OK\",,,3,\"Oklahoma\",\"Jackson\",\"Jackson County, Oklahoma\",\"USA.37.33_1\",\"ChIJEUhXdZFuq4cRGoo_5uFOIpk\",\"US40065\",\"40065\",34.5994205474854,-99.3739421621405,24530,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0c5870e6\",\"40067\",,84040067,40067,\"US_OK\",,,3,\"Oklahoma\",\"Jefferson\",,\"USA.37.34_1\",\"ChIJRcUZHkCvUoYRyjGW0KmT4gs\",\"US40067\",\"40067\",34.0694351196289,-97.8385059636329,6002,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ebe05de1\",\"40069\",,84040069,40069,\"US_OK\",,,3,\"Oklahoma\",\"Johnston\",\"Johnston County, Oklahoma\",\"USA.37.35_1\",\"ChIJbzk_kulFs4cR_wQKiECmnvs\",\"US40069\",\"40069\",34.277334213257,-96.6726618404475,11085,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fc20e492\",\"40071\",,84040071,40071,\"US_OK\",,,3,\"Oklahoma\",\"Kay\",\"Kay County, Oklahoma\",\"USA.37.36_1\",\"ChIJI1ij6DxgsIcRIgMHtwDM9Qc\",\"US40071\",\"40071\",36.808765411377,-97.1089400434655,43538,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"122e85be\",\"40073\",,84040073,40073,\"US_OK\",,,3,\"Oklahoma\",\"Kingfisher\",\"Kingfisher County, Oklahoma\",\"USA.37.37_1\",\"ChIJ7QoG4bz8sYcRcdDKBnIMIhk\",\"US40073\",\"40073\",35.9414253234863,-97.9433047831866,15765,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fb4d208b\",\"40075\",,84040075,40075,\"US_OK\",,,3,\"Oklahoma\",\"Kiowa\",,\"USA.37.38_1\",\"ChIJ--OyemBlrIcRAoZm93AMwg4\",\"US40075\",\"40075\",34.8627548217774,-98.9650690042316,8708,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"154341a7\",\"40077\",,84040077,40077,\"US_OK\",,,3,\"Oklahoma\",\"Latimer\",,\"USA.37.39_1\",\"ChIJAyTRk2lntYcRxUM582nmWUg\",\"US40077\",\"40077\",34.8753299713135,-95.2533881841413,10073,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f2fb6ca0\",\"40079\",,84040079,40079,\"US_OK\",,,3,\"Oklahoma\",\"Le Flore\",\"Le Flore County, Oklahoma\",\"USA.37.40_1\",\"ChIJ74ZJou-QyocR6GcQFCtSr0A\",\"US40079\",\"40079\",34.9995803833009,-94.6870912392052,49853,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7bb8f85d\",\"40081\",,84040081,40081,\"US_OK\",,,3,\"Oklahoma\",\"Lincoln\",\"Lincoln County, Oklahoma\",\"USA.37.41_1\",\"ChIJGw9HeMVisYcRmgeIW6EsWdk\",\"US40081\",\"40081\",35.6811199188232,-96.8837136710882,34877,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"95b69971\",\"40083\",,84040083,40083,\"US_OK\",,,3,\"Oklahoma\",\"Logan\",\"Logan County, Oklahoma\",\"USA.37.42_1\",\"ChIJX8RP2B3usYcRsUWXJps7ZQ0\",\"US40083\",\"40083\",35.9455451965333,-97.4365036083684,48011,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7cd53c44\",\"40085\",,84040085,40085,\"US_OK\",,,3,\"Oklahoma\",\"Love\",\"Love County, Oklahoma\",\"USA.37.43_1\",\"ChIJwzpCM1kjTYYRfkM-abot4G0\",\"US40085\",\"40085\",33.894775390625,-97.3481065591856,10253,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8cada830\",\"40093\",,84040093,40093,\"US_OK\",,,3,\"Oklahoma\",\"Major\",,\"USA.37.44_1\",\"ChIJJ8wsowICr4cRSF7u6o1grYM\",\"US40093\",\"40093\",36.3608303070069,-98.5336972044671,7629,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"65ce0d05\",\"40095\",,84040095,40095,\"US_OK\",,,3,\"Oklahoma\",\"Marshall\",\"Marshall County, Oklahoma\",\"USA.37.45_1\",\"ChIJ-zpIFI-_TIYRgtcUyGj1W2g\",\"US40095\",\"40095\",34.0024509429933,-96.7784822933404,16931,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8bc06c29\",\"40097\",,84040097,40097,\"US_OK\",,,3,\"Oklahoma\",\"Mayes\",\"Mayes County, Oklahoma\",\"USA.37.46_1\",\"ChIJLcVwZEMptocRY6IjSqaG7DU\",\"US40097\",\"40097\",36.3808307647706,-95.2212586680193,41100,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"92db5d68\",\"40087\",,84040087,40087,\"US_OK\",,,3,\"Oklahoma\",\"McClain\",\"McClain County, Oklahoma\",\"USA.37.47_1\",\"ChIJ0VOZZDhmsocRUskiPz63l6w\",\"US40087\",\"40087\",35.0967597961426,-97.5394826238852,40474,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7563706f\",\"40089\",,84040089,40089,\"US_OK\",,,3,\"Oklahoma\",\"McCurtain\",\"McCurtain County, Oklahoma\",\"USA.37.48_1\",\"ChIJyQ8XsMM1NYYRmlsaCmJ6SuM\",\"US40089\",\"40089\",34.1023864746094,-94.8151641186387,32832,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"62a3c91c\",\"40091\",,84040091,40091,\"US_OK\",,,3,\"Oklahoma\",\"McIntosh\",\"McIntosh County, Oklahoma\",\"USA.37.49_1\",\"ChIJRwkntfy5tYcRZbzRrIKDWwM\",\"US40091\",\"40091\",35.34720993042,-95.6632259855155,19596,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6c78412e\",\"40099\",,84040099,40099,\"US_OK\",,,3,\"Oklahoma\",\"Murray\",\"Murray County, Oklahoma\",\"USA.37.50_1\",\"ChIJ83dxZ6gns4cRWKOHYNw7pQw\",\"US40099\",\"40099\",34.4706535339356,-97.1173279256737,14073,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b2a31862\",\"40101\",,84040101,40101,\"US_OK\",,,3,\"Oklahoma\",\"Muskogee\",\"Muskogee County, Oklahoma\",\"USA.37.51_1\",\"ChIJZ8N6DF_CtYcR3u2Ebp7YkUc\",\"US40101\",\"40101\",35.5955657958985,-95.4209862355369,67997,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5cad794e\",\"40103\",,84040103,40103,\"US_OK\",,,3,\"Oklahoma\",\"Noble\",\"Noble County, Oklahoma\",\"USA.37.52_1\",\"ChIJD0Y1BY6ssYcRGpRhhZH8Nj8\",\"US40103\",\"40103\",36.4192543029786,-97.2480213852931,11131,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b5cedc7b\",\"40105\",,84040105,40105,\"US_OK\",,,3,\"Oklahoma\",\"Nowata\",,\"USA.37.53_1\",\"ChIJMwgUREKit4cRCav7-VlE4Xs\",\"US40105\",\"40105\",36.7712745666505,-95.6206123657592,10076,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5bc0bd57\",\"40107\",,84040107,40107,\"US_OK\",,,3,\"Oklahoma\",\"Okfuskee\",,\"USA.37.54_1\",\"ChIJq45SY1ULtIcR3mRHRM_vDsA\",\"US40107\",\"40107\",35.46515083313,-96.2658015323148,11993,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bc789050\",\"40109\",,84040109,40109,\"US_OK\",,,3,\"Oklahoma\",\"Oklahoma\",\"Oklahoma County, Oklahoma\",\"USA.37.55_1\",\"ChIJXSnUOq51socRzM5aZGuXVb4\",\"US40109\",\"40109\",35.5075397491456,-97.408244078507,797434,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"abb82923\",\"40111\",,84040111,40111,\"US_OK\",,,3,\"Oklahoma\",\"Okmulgee\",\"Okmulgee County, Oklahoma\",\"USA.37.56_1\",\"ChIJTVIgJkcltIcRKluvVGJqiMU\",\"US40111\",\"40111\",35.5948162078858,-95.9534842371552,38465,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"45b6480f\",\"40113\",,84040113,40113,\"US_OK\",,,3,\"Oklahoma\",\"Osage\",\"Osage County, Oklahoma\",\"USA.37.57_1\",\"ChIJr5OtE064tocRfLpml5zxdxY\",\"US40113\",\"40113\",36.5807991027832,-96.4452323987654,46963,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"acd5ed3a\",\"40115\",,84040115,40115,\"US_OK\",,,3,\"Oklahoma\",\"Ottawa\",\"Ottawa County, Oklahoma\",\"USA.37.58_1\",\"ChIJz2ZYPOo8yIcR3k9p59t5lbk\",\"US40115\",\"40115\",36.8591194152833,-94.8099942740335,31127,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"42db8c16\",\"40117\",,84040117,40117,\"US_OK\",,,3,\"Oklahoma\",\"Pawnee\",\"Pawnee County, Oklahoma\",\"USA.37.59_1\",\"ChIJeRfAb60ZsYcRKFra90UrzCM\",\"US40117\",\"40117\",36.3667907714844,-96.7804335924694,16376,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a563a111\",\"40119\",,84040119,40119,\"US_OK\",,,3,\"Oklahoma\",\"Payne\",\"Payne County, Oklahoma\",\"USA.37.60_1\",\"ChIJBe9ISqAKsYcRkC4pNjZuaUA\",\"US40119\",\"40119\",36.0846691131592,-96.9901490765702,81784,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"80957ae0\",\"40121\",,84040121,40121,\"US_OK\",,,3,\"Oklahoma\",\"Pittsburg\",\"Pittsburg County, Oklahoma\",\"USA.37.61_1\",\"ChIJhXlKRKP7tIcRbK20w4bW5ag\",\"US40121\",\"40121\",34.9671554565431,-95.7987885717071,43654,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6e9b1bcc\",\"40123\",,84040123,40123,\"US_OK\",,,3,\"Oklahoma\",\"Pontotoc\",\"Pontotoc County, Oklahoma\",\"USA.37.62_1\",\"ChIJp2uVR-BZs4cRi7Hz773KmrE\",\"US40123\",\"40123\",34.7231063842773,-96.6708618915986,38284,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"87f8bef9\",\"40125\",,84040125,40125,\"US_OK\",,,3,\"Oklahoma\",\"Pottawatomie\",\"Pottawatomie County, Oklahoma\",\"USA.37.63_1\",\"ChIJ2-ex9iCus4cR9GOjIUFWWGU\",\"US40125\",\"40125\",35.0842952728272,-96.960871532674,72592,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"69f6dfd5\",\"40127\",,84040127,40127,\"US_OK\",,,3,\"Oklahoma\",\"Pushmataha\",,\"USA.37.64_1\",\"ChIJrUXe9u1MtYcRkN4RyzWmfJ4\",\"US40127\",\"40127\",34.3754291534425,-95.4143191283799,11096,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8e4ef2d2\",\"40129\",,84040129,40129,\"US_OK\",,,3,\"Oklahoma\",\"Roger Mills\",,\"USA.37.65_1\",,\"US40129\",\"40129\",35.7353763580323,-99.6881779728762,3583,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"998e4ba1\",\"40131\",,84040131,40131,\"US_OK\",,,3,\"Oklahoma\",\"Rogers\",\"Rogers County, Oklahoma\",\"USA.37.66_1\",\"ChIJgb79-CuKtocRS7ssGzouOy8\",\"US40131\",\"40131\",36.322774887085,-95.6262017922118,92459,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"77802a8d\",\"40133\",,84040133,40133,\"US_OK\",,,3,\"Oklahoma\",\"Seminole\",\"Seminole County, Oklahoma\",\"USA.37.67_1\",\"ChIJhyP2nNKbs4cRRjglNaXxyzc\",\"US40133\",\"40133\",35.2031211853028,-96.609449862575,24258,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9ee38fb8\",\"40135\",,84040135,40135,\"US_OK\",,,3,\"Oklahoma\",\"Sequoyah\",\"Sequoyah County, Oklahoma\",\"USA.37.68_1\",\"ChIJN75VWbIUyocR8A7_lTQXk78\",\"US40135\",\"40135\",35.465015411377,-94.7533509841457,41569,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"70edee94\",\"40137\",,84040137,40137,\"US_OK\",,,3,\"Oklahoma\",\"Stephens\",\"Stephens County, Oklahoma\",\"USA.37.69_1\",\"ChIJv4O7ReJZrYcRdStgNabEhIM\",\"US40137\",\"40137\",34.4801349639893,-97.8499571399461,43143,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9755c393\",\"40139\",,84040139,40139,\"US_OK\",,,3,\"Oklahoma\",\"Texas\",\"Texas County, Oklahoma\",\"USA.37.70_1\",\"ChIJqSbg8RwpBocRBYffyhCKJ9k\",\"US40139\",\"40139\",36.675859451294,-101.492863055094,19983,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d6cfdd66\",\"40141\",,84040141,40141,\"US_OK\",,,3,\"Oklahoma\",\"Tillman\",,\"USA.37.71_1\",\"ChIJWaYpiIq5rIcRldbksUh7YOE\",\"US40141\",\"40141\",34.3832950592041,-98.9370802193138,7250,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"38c1bc4a\",\"40143\",,84040143,40143,\"US_OK\",,,3,\"Oklahoma\",\"Tulsa\",\"Tulsa County, Oklahoma\",\"USA.37.72_1\",\"ChIJscN-NimKtocROGrbT2c3uEM\",\"US40143\",\"40143\",36.1177654266358,-96.0325398947315,651552,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d1a2197f\",\"40145\",,84040145,40145,\"US_OK\",,,3,\"Oklahoma\",\"Wagoner\",\"Wagoner County, Oklahoma\",\"USA.37.73_1\",\"ChIJ7z_Da9r6tYcRiAHPGYWEjtQ\",\"US40145\",\"40145\",35.9628448486329,-95.5216537418335,81289,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3fac7853\",\"40147\",,84040147,40147,\"US_OK\",,,3,\"Oklahoma\",\"Washington\",\"Washington County, Oklahoma\",\"USA.37.74_1\",\"ChIJcTFAYFERt4cRMi-KzHlh1FU\",\"US40147\",\"40147\",36.7258968353272,-95.9049282234146,51527,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d8145554\",\"40149\",,84040149,40149,\"US_OK\",,,3,\"Oklahoma\",\"Washita\",\"Washita County, Oklahoma\",\"USA.37.75_1\",\"ChIJBeqP9Q8RrIcRh-XgaGnSsJE\",\"US40149\",\"40149\",35.2472248077393,-98.9922387974336,10916,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cfd4ec27\",\"40151\",,84040151,40151,\"US_OK\",,,3,\"Oklahoma\",\"Woods\",,\"USA.37.76_1\",\"ChIJhWC7iwNBr4cRnq_Mne_RGNI\",\"US40151\",\"40151\",36.6938610076904,-98.7949675681695,8793,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"21da8d0b\",\"40153\",,84040153,40153,\"US_OK\",,,3,\"Oklahoma\",\"Woodward\",\"Woodward County, Oklahoma\",\"USA.37.77_1\",\"ChIJVYXFH_DJqIcRwoZIkLj1r5Y\",\"US40153\",\"40153\",36.4919300079347,-99.2825130462844,20211,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0bdd1530\",\"41001\",,84041001,41001,\"US_OR\",,,3,\"Oregon\",\"Baker\",,\"USA.38.1_1\",\"ChIJQcXSdRjypFQR_8-6lgXCOv8\",\"US41001\",\"41001\",44.6695652008057,-117.795503130629,16124,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e5d3741c\",\"41003\",,84041003,41003,\"US_OR\",,,3,\"Oregon\",\"Benton\",\"Benton County, Oregon\",\"USA.38.2_1\",\"ChIJy0LtZMW1wVQRlXp7J0JQ3QQ\",\"US41003\",\"41003\",44.5018539428712,-123.40623075022,93053,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0cb0d129\",\"41005\",,84041005,41005,\"US_OR\",,,3,\"Oregon\",\"Clackamas\",\"Clackamas County, Oregon\",\"USA.38.3_1\",\"ChIJF-_FOL18lVQRronWZ3yQJWU\",\"US41005\",\"41005\",45.1743049621583,-122.245146882418,418187,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e2beb005\",\"41007\",,84041007,41007,\"US_OR\",,,3,\"Oregon\",\"Clatsop\",\"Clatsop County, Oregon\",\"USA.38.4_1\",\"ChIJtbtcEejBlFQRG6MbPy7COFE\",\"US41007\",\"41007\",46.0073833465577,-123.639963488206,40224,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"05069d02\",\"41009\",,84041009,41009,\"US_OR\",,,3,\"Oregon\",\"Columbia\",\"Columbia County, Oregon\",\"USA.38.5_1\",\"ChIJ-x6KRu0DlVQRQtaUqbqKMwE\",\"US41009\",\"41009\",45.950704574585,-123.091623826562,52354,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"12c62471\",\"41011\",,84041011,41011,\"US_OR\",,,3,\"Oregon\",\"Coos\",\"Coos County, Oregon\",\"USA.38.6_1\",\"ChIJ2X5KEHjmw1QRNE0TUBWvU8s\",\"US41011\",\"41011\",43.1434230804444,-124.059797735553,64487,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fcc8455d\",\"41013\",,84041013,41013,\"US_OR\",,,3,\"Oregon\",\"Crook\",\"Crook County, Oregon\",\"USA.38.7_1\",\"ChIJjWNFiwdCuVQR-gtGk8vzkvc\",\"US41013\",\"41013\",44.1262893676758,-120.322260495971,24404,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"15abe068\",\"41015\",,84041015,41015,\"US_OR\",,,3,\"Oregon\",\"Curry\",\"Curry County, Oregon\",\"USA.38.8_1\",\"ChIJB3QJGv8txVQR6PPF_zzVDlM\",\"US41015\",\"41015\",42.475715637207,-124.212913064814,22925,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fba58144\",\"41017\",,84041017,41017,\"US_OR\",,,3,\"Oregon\",\"Deschutes\",\"Deschutes County, Oregon\",\"USA.38.9_1\",\"ChIJp0VDGr7OuFQRbdPVeMx3Xq8\",\"US41017\",\"41017\",43.9992809295654,-121.406627587847,197692,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1c1dac43\",\"41019\",,84041019,41019,\"US_OR\",,,3,\"Oregon\",\"Douglas\",\"Douglas County, Oregon\",\"USA.38.10_1\",\"ChIJleaDxkldx1QReL6_jXzgyck\",\"US41019\",\"41019\",43.324131011963,-122.888574213394,110980,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"39eb77b2\",\"41021\",,84041021,41021,\"US_OR\",,,3,\"Oregon\",\"Gilliam\",,\"USA.38.11_1\",,\"US41021\",\"41021\",45.4387645721436,-120.244789360545,1912,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d7e5169e\",\"41023\",,84041023,41023,\"US_OR\",,,3,\"Oregon\",\"Grant\",,\"USA.38.12_1\",\"ChIJIeT5UANWo1QRP9XQxVzdhMM\",\"US41023\",\"41023\",44.4785518646241,-119.008142919984,7199,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3e86b3ab\",\"41025\",,84041025,41025,\"US_OR\",,,3,\"Oregon\",\"Harney\",,\"USA.38.13_1\",\"ChIJowa518xot1QRf-rT-zcq6M8\",\"US41025\",\"41025\",43.021770477295,-119.0828278507,7393,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d088d287\",\"41027\",,84041027,41027,\"US_OR\",,,3,\"Oregon\",\"Hood River\",\"Hood River County, Oregon\",\"USA.38.14_1\",\"ChIJsWjW1K3wlVQR5fjyVC-CxKE\",\"US41027\",\"41027\",45.4924564361573,-121.671559066323,23382,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3730ff80\",\"41029\",,84041029,41029,\"US_OR\",,,3,\"Oregon\",\"Jackson\",\"Jackson County, Oregon\",\"USA.38.15_1\",\"ChIJx9QCzFWkxVQRMl82d3kBGPk\",\"US41029\",\"41029\",42.5005187988282,-122.757484101463,220944,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"20f046f3\",\"41031\",,84041031,41031,\"US_OR\",,,3,\"Oregon\",\"Jefferson\",\"Jefferson County, Oregon\",\"USA.38.16_1\",\"ChIJaQFOkJzuvlQRAlx8mi4opdA\",\"US41031\",\"41031\",44.6072139739991,-121.093797663521,24658,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cefe27df\",\"41033\",,84041033,41033,\"US_OR\",,,3,\"Oregon\",\"Josephine\",\"Josephine County, Oregon\",\"USA.38.17_1\",\"ChIJ0dBRMiNmxVQRh6kezpY0p7c\",\"US41033\",\"41033\",42.3925800323487,-123.634030270706,87487,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"279d82ea\",\"41035\",,84041035,41035,\"US_OR\",,,3,\"Oregon\",\"Klamath\",\"Klamath County, Oregon\",\"USA.38.18_1\",\"ChIJj3VEPjdlyFQRxmjVMeM-SLs\",\"US41035\",\"41035\",42.8037643432618,-121.816223613891,68238,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c993e3c6\",\"41037\",,84041037,41037,\"US_OR\",,,3,\"Oregon\",\"Lake\",,\"USA.38.19_1\",\"ChIJCSWYD6kpyFQR4ji6jagOqNo\",\"US41037\",\"41037\",42.7883796691895,-120.645226326659,7869,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2e2bcec1\",\"41039\",,84041039,41039,\"US_OR\",,,3,\"Oregon\",\"Lane\",\"Lane County, Oregon\",\"USA.38.20_1\",\"ChIJ54PkOBZdx1QRR5QcWYeUMr8\",\"US41039\",\"41039\",43.8645992279054,-122.749951855238,382067,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6fb1d034\",\"41041\",,84041041,41041,\"US_OR\",,,3,\"Oregon\",\"Lincoln\",\"Lincoln County, Oregon\",\"USA.38.21_1\",\"ChIJl-1salwrwFQR9iBAFeFKzKU\",\"US41041\",\"41041\",44.6624088287354,-123.832371261349,49962,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"81bfb118\",\"41043\",,84041043,41043,\"US_OR\",,,3,\"Oregon\",\"Linn\",\"Linn County, Oregon\",\"USA.38.22_1\",\"ChIJi17E_iOJwFQRg2Wq4e_Sp_8\",\"US41043\",\"41043\",44.4952449798584,-122.526867929522,129749,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"68dc142d\",\"41045\",,84041045,41045,\"US_OR\",,,3,\"Oregon\",\"Malheur\",\"Malheur County, Oregon\",\"USA.38.23_1\",\"ChIJK5kYDtLJsVQRc8rm6TYG8rc\",\"US41045\",\"41045\",43.2275447845459,-117.628350401381,30571,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"86d27501\",\"41047\",,84041047,41047,\"US_OR\",,,3,\"Oregon\",\"Marion\",\"Marion County, Oregon\",\"USA.38.24_1\",\"ChIJG7aEsg7ov1QRW75E6RzxTbY\",\"US41047\",\"41047\",44.9839706420899,-122.804275651686,347818,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"616a5806\",\"41049\",,84041049,41049,\"US_OR\",,,3,\"Oregon\",\"Morrow\",,\"USA.38.25_1\",\"ChIJ7Z7p6LslvVQR1an8u0o1Cn0\",\"US41049\",\"41049\",45.4737796783448,-119.576772734154,11603,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"76aae175\",\"41051\",,84041051,41051,\"US_OR\",,,3,\"Oregon\",\"Multnomah\",\"Multnomah County, Oregon\",\"USA.38.26_1\",\"ChIJsbYckviDlVQR6bqXj-gieh8\",\"US41051\",\"41051\",45.8526554107666,-122.784989302029,812855,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"98a48059\",\"41053\",,84041053,41053,\"US_OR\",,,3,\"Oregon\",\"Polk\",\"Polk County, Oregon\",\"USA.38.27_1\",\"ChIJDc6b_4MbwFQRMHsHujCZdlQ\",\"US41053\",\"41053\",44.8973045349122,-123.430370887947,86085,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"71c7256c\",\"41055\",,84041055,41055,\"US_OR\",,,3,\"Oregon\",\"Sherman\",,\"USA.38.28_1\",\"ChIJtSLC5oeVvVQRVp1ajF7fzNw\",\"US41055\",\"41055\",45.4108753204346,-120.684483761491,1780,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9fc94440\",\"41057\",,84041057,41057,\"US_OR\",,,3,\"Oregon\",\"Tillamook\",\"Tillamook County, Oregon\",\"USA.38.29_1\",\"ChIJ8bXpy4PU6lQRvuScRL2iKEI\",\"US41057\",\"41057\",45.4147453308106,-123.70032733793,27036,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"78716947\",\"41059\",,84041059,41059,\"US_OR\",,,3,\"Oregon\",\"Umatilla\",\"Umatilla County, Oregon\",\"USA.38.30_1\",\"ChIJH9nKdK4_o1QRT3LmQUQrLkM\",\"US41059\",\"41059\",45.4858913421631,-118.633968565975,77950,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5d87b2b6\",\"41061\",,84041061,41061,\"US_OR\",,,3,\"Oregon\",\"Union\",\"Union County, Oregon\",\"USA.38.31_1\",\"ChIJSfvg7elvo1QRKTzWjGu1Tsg\",\"US41061\",\"41061\",45.4172706604004,-118.049312183961,26835,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b389d39a\",\"41063\",,84041063,41063,\"US_OR\",,,3,\"Oregon\",\"Wallowa\",,\"USA.38.32_1\",\"ChIJ0zoBXc7io1QRxxMh7SjK9HM\",\"US41063\",\"41063\",45.5426387786866,-117.127060540658,7208,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5aea76af\",\"41065\",,84041065,41065,\"US_OR\",,,3,\"Oregon\",\"Wasco\",\"Wasco County, Oregon\",\"USA.38.33_1\",\"ChIJnzSoLY9tvlQRIU8hwhGtsnk\",\"US41065\",\"41065\",45.260799407959,-121.25096753124,26682,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b4e41783\",\"41067\",,84041067,41067,\"US_OR\",,,3,\"Oregon\",\"Washington\",\"Washington County, Oregon\",\"USA.38.34_1\",\"ChIJ58L9WshnlVQRK_Ybl-Gu9TM\",\"US41067\",\"41067\",45.5419807434082,-123.093899050332,601592,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"535c3a84\",\"41069\",,84041069,41069,\"US_OR\",,,3,\"Oregon\",\"Wheeler\",,\"USA.38.35_1\",,\"US41069\",\"41069\",44.6945915222168,-120.019316368274,1332,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"449c83f7\",\"41071\",,84041071,41071,\"US_OR\",,,3,\"Oregon\",\"Yamhill\",\"Yamhill County, Oregon\",\"USA.38.36_1\",\"ChIJ38wjXU1KlVQRnXojmjNOBBE\",\"US41071\",\"41071\",45.2541503906251,-123.233526946358,107100,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1968bade\",\"42001\",,84042001,42001,\"US_PA\",,,3,\"Pennsylvania\",\"Adams\",\"Adams County, Pennsylvania\",\"USA.39.1_1\",\"ChIJCWVbo3AByYkRHNZRi5Q0HDM\",\"US42001\",\"42001\",39.890760421753,-77.2249223031858,103009,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f766dbf2\",\"42003\",,84042003,42003,\"US_PA\",,,3,\"Pennsylvania\",\"Allegheny\",\"Allegheny County, Pennsylvania\",\"USA.39.2_1\",\"ChIJu-PIH-y5NIgRVFV1McCaCyw\",\"US42003\",\"42003\",40.4350852966309,-80.0038316486933,1216045,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1e057ec7\",\"42005\",,84042005,42005,\"US_PA\",,,3,\"Pennsylvania\",\"Armstrong\",\"Armstrong County, Pennsylvania\",\"USA.39.3_1\",\"ChIJN24had-uNIgRRpYHLSr3gkI\",\"US42005\",\"42005\",40.8504505157472,-79.4528813975485,64735,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f00b1feb\",\"42007\",,84042007,42007,\"US_PA\",,,3,\"Pennsylvania\",\"Beaver\",\"Beaver County, Pennsylvania\",\"USA.39.4_1\",\"ChIJc9SPnLtkNIgRaAlAsfNQ0kI\",\"US42007\",\"42007\",40.6688747406006,-80.334060903812,163929,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"17b332ec\",\"42009\",,84042009,42009,\"US_PA\",,,3,\"Pennsylvania\",\"Bedford\",\"Bedford County, Pennsylvania\",\"USA.39.5_1\",\"ChIJpbAqD2W1y4kRCRX8IMHzyB0\",\"US42009\",\"42009\",40.0247097015382,-78.484701514578,47888,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"00738b9f\",\"42011\",,84042011,42011,\"US_PA\",,,3,\"Pennsylvania\",\"Berks\",\"Berks County, Pennsylvania\",\"USA.39.6_1\",\"ChIJDeYOtrt0xokRZSWVYWC06gU\",\"US42011\",\"42011\",40.4084453582764,-75.9294597376063,421164,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ee7deab3\",\"42013\",,84042013,42013,\"US_PA\",,,3,\"Pennsylvania\",\"Blair\",\"Blair County, Pennsylvania\",\"USA.39.7_1\",\"ChIJNVhk9IGQy4kRLiloHZ-z5yo\",\"US42013\",\"42013\",40.4936962127686,-78.3484300732559,121829,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"071e4f86\",\"42015\",,84042015,42015,\"US_PA\",,,3,\"Pennsylvania\",\"Bradford\",\"Bradford County, Pennsylvania\",\"USA.39.8_1\",\"ChIJG4CminDdz4kR1wvCaCC4BFY\",\"US42015\",\"42015\",41.7780208587647,-76.5117478447808,60323,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e9102eaa\",\"42017\",,84042017,42017,\"US_PA\",,,3,\"Pennsylvania\",\"Bucks\",\"Bucks County, Pennsylvania\",\"USA.39.9_1\",\"ChIJHw5nt85GxIkRE6dc-_7kG54\",\"US42017\",\"42017\",40.3295211791993,-75.1314448001338,628270,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0ea803ad\",\"42019\",,84042019,42019,\"US_PA\",,,3,\"Pennsylvania\",\"Butler\",\"Butler County, Pennsylvania\",\"USA.39.10_1\",\"ChIJcazBLKGBNIgRAGDLAloVTxI\",\"US42019\",\"42019\",40.9257545471192,-79.9253000496117,187853,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2b5ed85c\",\"42021\",,84042021,42021,\"US_PA\",,,3,\"Pennsylvania\",\"Cambria\",\"Cambria County, Pennsylvania\",\"USA.39.11_1\",\"ChIJywJ-44oRy4kRmjN2hZffyLM\",\"US42021\",\"42021\",40.4857788085938,-78.732144427098,130192,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c550b970\",\"42023\",,84042023,42023,\"US_PA\",,,3,\"Pennsylvania\",\"Cameron\",,\"USA.39.12_1\",,\"US42023\",\"42023\",41.4131393432617,-78.2046749616746,4447,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2c331c45\",\"42025\",,84042025,42025,\"US_PA\",,,3,\"Pennsylvania\",\"Carbon\",\"Carbon County, Pennsylvania\",\"USA.39.13_1\",\"ChIJUclpSMyxxYkReO80rzNlIyE\",\"US42025\",\"42025\",40.937355041504,-75.7454224080687,64182,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c23d7d69\",\"42027\",,84042027,42027,\"US_PA\",,,3,\"Pennsylvania\",\"Centre\",\"Centre County, Pennsylvania\",\"USA.39.14_1\",\"ChIJGag74PqazokRAZZDKnhbMOk\",\"US42027\",\"42027\",40.973165512085,-77.8037006326524,162385,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2585506e\",\"42029\",,84042029,42029,\"US_PA\",,,3,\"Pennsylvania\",\"Chester\",\"Chester County, Pennsylvania\",\"USA.39.15_1\",\"ChIJ_w4lRiZdxokRjwDbOR-3-YE\",\"US42029\",\"42029\",39.9848403930664,-75.7054167804449,524989,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3245e91d\",\"42031\",,84042031,42031,\"US_PA\",,,3,\"Pennsylvania\",\"Clarion\",\"Clarion County, Pennsylvania\",\"USA.39.16_1\",\"ChIJcUFYhLk2M4gRiTuqqefh1Xs\",\"US42031\",\"42031\",41.1989498138428,-79.4381761894771,38438,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dc4b8831\",\"42033\",,84042033,42033,\"US_PA\",,,3,\"Pennsylvania\",\"Clearfield\",\"Clearfield County, Pennsylvania\",\"USA.39.17_1\",\"ChIJjxFfEZA7zIkRJad31RHS2gI\",\"US42033\",\"42033\",40.9883899688721,-78.4449338653934,79255,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"35282d04\",\"42035\",,84042035,42035,\"US_PA\",,,3,\"Pennsylvania\",\"Clinton\",\"Clinton County, Pennsylvania\",\"USA.39.18_1\",\"ChIJBROUhdXzzokR7zH7DI2Ir0w\",\"US42035\",\"42035\",41.2208251953126,-77.6224289932453,38632,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"db264c28\",\"42037\",,84042037,42037,\"US_PA\",,,3,\"Pennsylvania\",\"Columbia\",\"Columbia County, Pennsylvania\",\"USA.39.19_1\",\"ChIJ6zqpgHSSxYkRRlRcTP_lFMs\",\"US42037\",\"42037\",41.0409107208253,-76.397275962453,64964,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3c9e612f\",\"42039\",,84042039,42039,\"US_PA\",,,3,\"Pennsylvania\",\"Crawford\",\"Crawford County, Pennsylvania\",\"USA.39.20_1\",\"ChIJ77-zniLxMogR2Jig13l5jIE\",\"US42039\",\"42039\",41.6657962799072,-80.0665385552387,84629,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7d047fda\",\"42041\",,84042041,42041,\"US_PA\",,,3,\"Pennsylvania\",\"Cumberland\",\"Cumberland County, Pennsylvania\",\"USA.39.21_1\",\"ChIJgWYAHnYeyYkR4YrBSt8OEcs\",\"US42041\",\"42041\",40.1368408203126,-77.3189862706134,253370,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"930a1ef6\",\"42043\",,84042043,42043,\"US_PA\",,,3,\"Pennsylvania\",\"Dauphin\",\"Dauphin County, Pennsylvania\",\"USA.39.22_1\",\"ChIJVdIHI9KzyIkRmZL4uXjXGU8\",\"US42043\",\"42043\",40.3894748687745,-76.8377660090749,278299,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7a69bbc3\",\"42045\",,84042045,42045,\"US_PA\",,,3,\"Pennsylvania\",\"Delaware\",\"Delaware County, Pennsylvania\",\"USA.39.23_1\",\"ChIJM-XEj6nuxokR4Dx2JFH4Zho\",\"US42045\",\"42045\",39.9352149963379,-75.3815812241609,566747,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9467daef\",\"42047\",,84042047,42047,\"US_PA\",,,3,\"Pennsylvania\",\"Elk\",\"Elk County, Pennsylvania\",\"USA.39.24_1\",\"ChIJc3Z7NJQfzYkRFW7yim4li9c\",\"US42047\",\"42047\",41.415210723877,-78.7586436852627,29910,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"73dff7e8\",\"42049\",,84042049,42049,\"US_PA\",,,3,\"Pennsylvania\",\"Erie\",\"Erie County, Pennsylvania\",\"USA.39.25_1\",\"ChIJRfAkQGh-LYgRRPHJjU87Btg\",\"US42049\",\"42049\",42.0575504302979,-80.0235498126211,269728,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"641f4e9b\",\"42051\",,84042051,42051,\"US_PA\",,,3,\"Pennsylvania\",\"Fayette\",\"Fayette County, Pennsylvania\",\"USA.39.26_1\",\"ChIJX-pxiaglNYgR_FhaoTWLu3c\",\"US42051\",\"42051\",39.9310607910157,-79.6542398793588,129274,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8a112fb7\",\"42053\",,84042053,42053,\"US_PA\",,,3,\"Pennsylvania\",\"Forest\",,\"USA.39.27_1\",,\"US42053\",\"42053\",41.4793453216552,-79.2356456148875,7247,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"63728a82\",\"42055\",,84042055,42055,\"US_PA\",,,3,\"Pennsylvania\",\"Franklin\",\"Franklin County, Pennsylvania\",\"USA.39.28_1\",\"ChIJ9ZoDX8R_yYkRlyMOZLWtPDY\",\"US42055\",\"42055\",40.0075340270996,-77.7065947465974,155027,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8d7cebae\",\"42057\",,84042057,42057,\"US_PA\",,,3,\"Pennsylvania\",\"Fulton\",\"Fulton County, Pennsylvania\",\"USA.39.29_1\",\"ChIJF88rDvozyokRqgjs0ttEA30\",\"US42057\",\"42057\",39.9453601837159,-78.0929939926855,14530,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6ac4c6a9\",\"42059\",,84042059,42059,\"US_PA\",,,3,\"Pennsylvania\",\"Greene\",\"Greene County, Pennsylvania\",\"USA.39.30_1\",\"ChIJfblbgYyjNYgRlxbyOee8jhc\",\"US42059\",\"42059\",39.871265411377,-80.2237386010825,36233,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4f321d58\",\"42061\",,84042061,42061,\"US_PA\",,,3,\"Pennsylvania\",\"Huntingdon\",\"Huntingdon County, Pennsylvania\",\"USA.39.31_1\",\"ChIJ_410m0xfyYkR9kl0FbiyrIY\",\"US42061\",\"42061\",40.408555984497,-78.0359766175935,45144,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a13c7c74\",\"42063\",,84042063,42063,\"US_PA\",,,3,\"Pennsylvania\",\"Indiana\",\"Indiana County, Pennsylvania\",\"USA.39.32_1\",\"ChIJVQHtdMRBy4kRWBdHCi1ccYc\",\"US42063\",\"42063\",40.6531200408937,-79.0872097592677,84073,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"485fd941\",\"42065\",,84042065,42065,\"US_PA\",,,3,\"Pennsylvania\",\"Jefferson\",\"Jefferson County, Pennsylvania\",\"USA.39.33_1\",\"ChIJG0U4It3pzIkRm_wUxTgIM5g\",\"US42065\",\"42065\",41.1478900909424,-79.0033110760738,43425,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a651b86d\",\"42067\",,84042067,42067,\"US_PA\",,,3,\"Pennsylvania\",\"Juniata\",\"Juniata County, Pennsylvania\",\"USA.39.34_1\",\"ChIJ9wRa4SQwyYkRI8aIsee8li0\",\"US42067\",\"42067\",40.4850597381593,-77.4937413799554,24763,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"41e9956a\",\"42069\",,84042069,42069,\"US_PA\",,,3,\"Pennsylvania\",\"Lackawanna\",\"Lackawanna County, Pennsylvania\",\"USA.39.35_1\",\"ChIJQQnWl8zexIkRwk5WVw0I5PQ\",\"US42069\",\"42069\",41.4060592651368,-75.6398680115897,209674,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"56292c19\",\"42071\",,84042071,42071,\"US_PA\",,,3,\"Pennsylvania\",\"Lancaster\",\"Lancaster County, Pennsylvania\",\"USA.39.36_1\",\"ChIJnRLnFlAfxokR1p1HPfkfGoU\",\"US42071\",\"42071\",40.0172748565674,-76.2333749468511,545724,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b8274d35\",\"42073\",,84042073,42073,\"US_PA\",,,3,\"Pennsylvania\",\"Lawrence\",\"Lawrence County, Pennsylvania\",\"USA.39.37_1\",\"ChIJY5Nx-piPM4gRCOxn0EWLcLI\",\"US42073\",\"42073\",40.9894847869874,-80.3408267924049,85512,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5144e800\",\"42075\",,84042075,42075,\"US_PA\",,,3,\"Pennsylvania\",\"Lebanon\",\"Lebanon County, Pennsylvania\",\"USA.39.38_1\",\"ChIJTzE9mhMExokRR7kA6ViDfbU\",\"US42075\",\"42075\",40.3748645782471,-76.4446583184963,141793,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bf4a892c\",\"42077\",,84042077,42077,\"US_PA\",,,3,\"Pennsylvania\",\"Lehigh\",\"Lehigh County, Pennsylvania\",\"USA.39.39_1\",\"ChIJLXl6Rn8_xIkRIi_FV_0CMTQ\",\"US42077\",\"42077\",40.6022205352784,-75.5843009518052,369318,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"58f2a42b\",\"42079\",,84042079,42079,\"US_PA\",,,3,\"Pennsylvania\",\"Luzerne\",\"Luzerne County, Pennsylvania\",\"USA.39.40_1\",\"ChIJT8UL4YF0xYkRY-bZsVwaZh4\",\"US42079\",\"42079\",41.1651496887208,-75.9503815657475,317417,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d1b130d6\",\"42081\",,84042081,42081,\"US_PA\",,,3,\"Pennsylvania\",\"Lycoming\",\"Lycoming County, Pennsylvania\",\"USA.39.41_1\",\"ChIJOZ1ZQsqbz4kRQYbuLs1kpRw\",\"US42081\",\"42081\",41.3314094543458,-77.0542245329224,113299,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3fbf51fa\",\"42083\",,84042083,42083,\"US_PA\",,,3,\"Pennsylvania\",\"McKean\",\"McKean County, Pennsylvania\",\"USA.39.42_1\",\"ChIJXWzIq8TBzYkRpK8OyuDlIi8\",\"US42083\",\"42083\",41.7976894378662,-78.5797925175054,40625,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d6dcf4cf\",\"42085\",,84042085,42085,\"US_PA\",,,3,\"Pennsylvania\",\"Mercer\",\"Mercer County, Pennsylvania\",\"USA.39.43_1\",\"ChIJWR-U5keaM4gRN4aNuwmCPOw\",\"US42085\",\"42085\",41.280460357666,-80.2584058174943,109424,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"38d295e3\",\"42087\",,84042087,42087,\"US_PA\",,,3,\"Pennsylvania\",\"Mifflin\",\"Mifflin County, Pennsylvania\",\"USA.39.44_1\",\"ChIJKzBQTf7KzokRJVris7sYWtM\",\"US42087\",\"42087\",40.6030902862549,-77.6467751932437,46138,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"df6ab8e4\",\"42089\",,84042089,42089,\"US_PA\",,,3,\"Pennsylvania\",\"Monroe\",\"Monroe County, Pennsylvania\",\"USA.39.45_1\",\"ChIJo1Dq5_-NxIkRf4gUnFVPgUI\",\"US42089\",\"42089\",41.0330390930177,-75.291882464042,170271,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c8aa0197\",\"42091\",,84042091,42091,\"US_PA\",,,3,\"Pennsylvania\",\"Montgomery\",\"Montgomery County, Pennsylvania\",\"USA.39.46_1\",\"ChIJ6yayVjmcxokRvV1Q-SKqC0s\",\"US42091\",\"42091\",40.2160205841065,-75.3652910976748,830915,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"26a460bb\",\"42093\",,84042093,42093,\"US_PA\",,,3,\"Pennsylvania\",\"Montour\",\"Montour County, Pennsylvania\",\"USA.39.47_1\",\"ChIJgTHtyUJwz4kRXELxvBdMJSc\",\"US42093\",\"42093\",41.0251140594482,-76.6638074654593,18230,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cfc7c58e\",\"42095\",,84042095,42095,\"US_PA\",,,3,\"Pennsylvania\",\"Northampton\",\"Northampton County, Pennsylvania\",\"USA.39.48_1\",\"ChIJexs0vPAWxIkRlPV5q6zFZ1o\",\"US42095\",\"42095\",40.7495498657227,-75.3993415177716,305285,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"21c9a4a2\",\"42097\",,84042097,42097,\"US_PA\",,,3,\"Pennsylvania\",\"Northumberland\",\"Northumberland County, Pennsylvania\",\"USA.39.49_1\",\"ChIJ_UQbDZHxxYkRTDyVzHC7xKc\",\"US42097\",\"42097\",40.8897151947022,-76.6878857231139,90843,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c67189a5\",\"42099\",,84042099,42099,\"US_PA\",,,3,\"Pennsylvania\",\"Perry\",\"Perry County, Pennsylvania\",\"USA.39.50_1\",\"ChIJEVeDPppMz4kR7n9D3idtSGo\",\"US42099\",\"42099\",40.4066600799561,-77.2704394273353,46272,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"18aad0e9\",\"42101\",,84042101,42101,\"US_PA\",,,3,\"Pennsylvania\",\"Philadelphia\",\"Philadelphia County, Pennsylvania\",\"USA.39.51_1\",\"ChIJ60u11Ni3xokRhBCHQtzJmsM\",\"US42101\",\"42101\",40.0019111633301,-75.1418626551473,1584064,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f6a4b1c5\",\"42103\",,84042103,42103,\"US_PA\",,,3,\"Pennsylvania\",\"Pike\",\"Pike County, Pennsylvania\",\"USA.39.52_1\",\"ChIJXQMzOISixIkRNmmWbNFqb2w\",\"US42103\",\"42103\",41.3416748046876,-75.0495544302052,55809,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1fc714f0\",\"42105\",,84042105,42105,\"US_PA\",,,3,\"Pennsylvania\",\"Potter\",,\"USA.39.53_1\",\"ChIJYUDex5jnzYkRV-hIg0hwTPA\",\"US42105\",\"42105\",41.7328510284425,-77.9049779455693,16526,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f1c975dc\",\"42107\",,84042107,42107,\"US_PA\",,,3,\"Pennsylvania\",\"Schuylkill\",\"Schuylkill County, Pennsylvania\",\"USA.39.54_1\",\"ChIJ7Wj6403lxYkRMXYTV48IeO0\",\"US42107\",\"42107\",40.7236957550049,-76.1494806820679,141359,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"167158db\",\"42109\",,84042109,42109,\"US_PA\",,,3,\"Pennsylvania\",\"Snyder\",\"Snyder County, Pennsylvania\",\"USA.39.55_1\",\"ChIJ68-JifXezokRiBp2TDjLiwc\",\"US42109\",\"42109\",40.7613887786866,-77.1052721489809,40372,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"01b1e1a8\",\"42111\",,84042111,42111,\"US_PA\",,,3,\"Pennsylvania\",\"Somerset\",\"Somerset County, Pennsylvania\",\"USA.39.56_1\",\"ChIJgdh-OOUhy4kREVuJqQFE6Ds\",\"US42111\",\"42111\",40.0092391967774,-79.0403795912438,73447,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"efbf8084\",\"42113\",,84042113,42113,\"US_PA\",,,3,\"Pennsylvania\",\"Sullivan\",,\"USA.39.57_1\",\"ChIJperP-JuSz4kRor_V6jnNZIM\",\"US42113\",\"42113\",41.4229850769043,-76.5109737302848,6066,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"06dc25b1\",\"42115\",,84042115,42115,\"US_PA\",,,3,\"Pennsylvania\",\"Susquehanna\",\"Susquehanna County, Pennsylvania\",\"USA.39.58_1\",\"ChIJYwlwWhzV2okRAiKwREhhcHc\",\"US42115\",\"42115\",41.8200340270997,-75.8017923078598,40328,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e8d2449d\",\"42117\",,84042117,42117,\"US_PA\",,,3,\"Pennsylvania\",\"Tioga\",\"Tioga County, Pennsylvania\",\"USA.39.59_1\",\"ChIJd85TSUDTz4kRJSzXCjbvjiA\",\"US42117\",\"42117\",41.7693996429444,-77.2502595583998,40591,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0f6a699a\",\"42119\",,84042119,42119,\"US_PA\",,,3,\"Pennsylvania\",\"Union\",\"Union County, Pennsylvania\",\"USA.39.60_1\",\"ChIJhaFiTzz8zokR95mBSyWHYhk\",\"US42119\",\"42119\",40.9780368804932,-77.0474797732441,44923,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2a9cb26b\",\"42121\",,84042121,42121,\"US_PA\",,,3,\"Pennsylvania\",\"Venango\",\"Venango County, Pennsylvania\",\"USA.39.61_1\",\"ChIJ99etDuUszYkRo9IBMTyZf8o\",\"US42121\",\"42121\",41.3939800262452,-79.738081393455,50668,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c492d347\",\"42123\",,84042123,42123,\"US_PA\",,,3,\"Pennsylvania\",\"Warren\",\"Warren County, Pennsylvania\",\"USA.39.62_1\",\"ChIJzzfkDrg2zYkRpcTR2iV5Sbk\",\"US42123\",\"42123\",41.8141059875489,-79.2831411469699,39191,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2df17672\",\"42125\",,84042125,42125,\"US_PA\",,,3,\"Pennsylvania\",\"Washington\",\"Washington County, Pennsylvania\",\"USA.39.63_1\",\"ChIJ77mzXIhUNIgRLeIAh52V2HI\",\"US42125\",\"42125\",40.218490600586,-80.2401830458475,206865,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c3ff175e\",\"42127\",,84042127,42127,\"US_PA\",,,3,\"Pennsylvania\",\"Wayne\",\"Wayne County, Pennsylvania\",\"USA.39.64_1\",\"ChIJi2kzXE6xxIkR6haLl-5Z1KY\",\"US42127\",\"42127\",41.6161499023437,-75.2601469398632,51361,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"24473a59\",\"42129\",,84042129,42129,\"US_PA\",,,3,\"Pennsylvania\",\"Westmoreland\",\"Westmoreland County, Pennsylvania\",\"USA.39.65_1\",\"ChIJkyU4jg3JNIgRMgKKqj4XSz0\",\"US42129\",\"42129\",40.3591289520265,-79.385562031368,348899,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3387832a\",\"42131\",,84042131,42131,\"US_PA\",,,3,\"Pennsylvania\",\"Wyoming\",\"Wyoming County, Pennsylvania\",\"USA.39.66_1\",\"ChIJGbuKoyxaxYkRI_PJrM3FqZg\",\"US42131\",\"42131\",41.513750076294,-76.0057425343811,26794,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dd89e206\",\"42133\",,84042133,42133,\"US_PA\",,,3,\"Pennsylvania\",\"York\",\"York County, Pennsylvania\",\"USA.39.67_1\",\"ChIJ0d0uysfzyIkRfznnnLSl6k8\",\"US42133\",\"42133\",39.9682655334473,-76.7412704773469,449058,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"abed1d9f\",\"72001\",,72001,72001,\"US_PR\",,,3,\"Puerto Rico\",\"Adjuntas\",,\"PRI.1_1\",\"ChIJqXTrLXzRAowR1dubwMyBqeA\",,\"72001\",18.1814441680909,-66.7536256778763,19483,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"45e37cb3\",\"72003\",,72003,72003,\"US_PR\",,,3,\"Puerto Rico\",\"Aguada\",,\"PRI.2_1\",\"ChIJ67GZBda6AowRPbE-k6stJAk\",,\"72003\",18.3676462173462,-67.1803383561504,41959,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ac80d986\",\"72005\",,72005,72005,\"US_PR\",,,3,\"Puerto Rico\",\"Aguadilla\",\"Aguadilla Municipio, Puerto Rico\",\"PRI.3_1\",\"ChIJ_Rq0x528AowRNLIi-XKjHWI\",,\"72005\",18.4497222900391,-67.1181003734212,60949,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"428eb8aa\",\"72007\",,72007,72007,\"US_PR\",,,3,\"Puerto Rico\",\"Aguas Buenas\",,\"PRI.4_1\",\"ChIJ27X80hdEA4wRi9Pl0x-pw8g\",,\"72007\",18.2526454925537,-66.1312482728425,28659,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a53695ad\",\"72009\",,72009,72009,\"US_PR\",,,3,\"Puerto Rico\",\"Aibonito\",,\"PRI.5_1\",\"ChIJxYo3kGs2A4wRp6dbHORhoqM\",,\"72009\",18.1273965835572,-66.2701791117065,25900,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b2f62cde\",\"72011\",,72011,72011,\"US_PR\",,,3,\"Puerto Rico\",\"Anasco\",,\"PRI.6_1\",\"ChIJIaqcP_KwAowRoUhlBRBIl5I\",,\"72011\",18.2826328277587,-67.1157951354981,29261,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5cf84df2\",\"72013\",,72013,72013,\"US_PR\",,,3,\"Puerto Rico\",\"Arecibo\",\"Arecibo Municipio, Puerto Rico\",\"PRI.7_1\",\"ChIJpzerWkjeAowR8TDNUP4pxFc\",,\"72013\",18.4019985198976,-66.6804792895028,96440,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b59be8c7\",\"72015\",,72015,72015,\"US_PR\",,,3,\"Puerto Rico\",\"Arroyo\",,\"PRI.8_1\",\"ChIJVfnx7mOtHIwRijMsrzXLLUY\",,\"72015\",17.9963359832764,-66.0525993840144,19575,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5b9589eb\",\"72017\",,72017,72017,\"US_PR\",,,3,\"Puerto Rico\",\"Barceloneta\",,\"PRI.9_1\",\"ChIJ57XaslQeA4wRuSIUk5mStzU\",,\"72017\",18.4405889511109,-66.5609546099885,24816,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bc2da4ec\",\"72019\",,72019,72019,\"US_PR\",,,3,\"Puerto Rico\",\"Barranquitas\",,\"PRI.10_1\",\"ChIJHyInwV03A4wRUpTJNpl3LuQ\",,\"72019\",18.2000713348389,-66.3076239293037,30318,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"99db7f1d\",\"72021\",,72021,72021,\"US_PR\",,,3,\"Puerto Rico\",\"Bayamon\",\"Bayamón Municipio, Puerto Rico\",\"PRI.11_1\",\"ChIJpVNddcFBA4wRBiWfz-BFWPc\",,\"72021\",18.344358444214,-66.1678138346246,208116,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"77d51e31\",\"72023\",,72023,72023,\"US_PR\",,,3,\"Puerto Rico\",\"Cabo Rojo\",,\"PRI.12_1\",\"ChIJvxPrh9hNHYwRRgf3rcivAhU\",,\"72023\",18.0493059158325,-67.1558276079912,50917,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9eb6bb04\",\"72025\",,72025,72025,\"US_PR\",,,3,\"Puerto Rico\",\"Caguas\",\"Caguas Municipio, Puerto Rico\",\"PRI.13_1\",\"ChIJTcAMQCxFA4wRjFLyrzMHv3Q\",,\"72025\",18.2121591567994,-66.0558621112357,142893,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"70b8da28\",\"72027\",,72027,72027,\"US_PR\",,,3,\"Puerto Rico\",\"Camuy\",,\"PRI.14_1\",\"ChIJLeASbmTCAowRrfknVoGyZFo\",,\"72027\",18.4263601303101,-66.8630544151886,35159,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9700f72f\",\"72029\",,72029,72029,\"US_PR\",,,3,\"Puerto Rico\",\"Canovanas\",,\"PRI.15_1\",\"ChIJbWPv7NhfA4wRjYEP_w5zUF0\",,\"72029\",18.3339414596558,-65.8884185287964,47648,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"80c04e5c\",\"72031\",,72031,72031,\"US_PR\",,,3,\"Puerto Rico\",\"Carolina\",\"Carolina Municipio, Puerto Rico\",\"PRI.16_1\",\"ChIJh-Ybp-xmA4wRHpigel45EIY\",,\"72031\",18.3642740249634,-65.9531736861531,176762,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6ece2f70\",\"72033\",,72033,72033,\"US_PR\",,,3,\"Puerto Rico\",\"Catano\",,\"PRI.17_1\",\"ChIJvdXdgFdpA4wRU-L7j-N4jmc\",,\"72033\",18.4404525756837,-66.1394197387695,28140,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"87ad8a45\",\"72035\",,72035,72035,\"US_PR\",,,3,\"Puerto Rico\",\"Cayey\",,\"PRI.18_1\",\"ChIJm3R8wlZJA4wRvF4d9NzevZs\",,\"72035\",18.1029691696167,-66.1653082419429,48119,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"69a3eb69\",\"72037\",,72037,72037,\"US_PR\",,,3,\"Puerto Rico\",\"Ceiba\",,\"PRI.19_1\",\"ChIJzU45ecq5BIwRqIhTgeZ0IAU\",,\"72037\",18.2474994659424,-65.6448224507846,13631,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8e1bc66e\",\"72039\",,72039,72039,\"US_PR\",,,3,\"Puerto Rico\",\"Ciales\",,\"PRI.20_1\",\"ChIJA_BIMy8kA4wRsqrUVWjlhEs\",,\"72039\",18.2651796340942,-66.5071539235548,18782,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cf81d89b\",\"72041\",,72041,72041,\"US_PR\",,,3,\"Puerto Rico\",\"Cidra\",,\"PRI.21_1\",\"ChIJiyOdqH5GA4wRCle4xzT1HAw\",,\"72041\",18.1819934844971,-66.1575759649227,43480,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"218fb9b7\",\"72043\",,72043,72043,\"US_PR\",,,3,\"Puerto Rico\",\"Coamo\",,\"PRI.22_1\",\"ChIJPQSyiL0zA4wR_gBaZUXbfyU\",,\"72043\",18.0965824127198,-66.350713184891,40512,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c8ec1c82\",\"72045\",,72045,72045,\"US_PR\",,,3,\"Puerto Rico\",\"Comerio\",,\"PRI.23_1\",\"ChIJX4cnpfZGA4wRa-N1wWkxHPg\",,\"72045\",18.2268486022949,-66.2201632365924,20778,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"26e27dae\",\"72047\",,72047,72047,\"US_PR\",,,3,\"Puerto Rico\",\"Corozal\",,\"PRI.24_1\",\"ChIJyzdixKs-A4wRUeOWIieuZAQ\",,\"72047\",18.303168296814,-66.3290571347045,37142,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c15a50a9\",\"72049\",,72049,72049,\"US_PR\",,,3,\"Puerto Rico\",\"Culebra\",,\"PRI.25_1\",,,\"72049\",18.3138885498047,-65.2827758789062,1818,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d69ae9da\",\"72051\",,72051,72051,\"US_PR\",,,3,\"Puerto Rico\",\"Dorado\",\"Dorado Municipio, Puerto Rico\",\"PRI.26_1\",\"ChIJRzlO82ATA4wRckmx8Mt9Yko\",,\"72051\",18.432228088379,-66.2798813037132,38165,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"389488f6\",\"72053\",,72053,72053,\"US_PR\",,,3,\"Puerto Rico\",\"Fajardo\",,\"PRI.27_1\",\"ChIJp8cC09yWBIwRhRUFDTfvqms\",,\"72053\",18.3276395797731,-65.6563153850131,36993,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a6f01d55\",\"72054\",,72054,72054,\"US_PR\",,,3,\"Puerto Rico\",\"Florida\",,\"PRI.28_1\",\"ChIJmf3ekAchA4wRLXYGnGi7YQU\",,\"72054\",18.3771314620973,-66.5605356061328,12680,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d1f72dc3\",\"72055\",,72055,72055,\"US_PR\",,,3,\"Puerto Rico\",\"Guanica\",,\"PRI.29_1\",\"ChIJb5PkW9k2HYwRZ1kFu5hvMZc\",,\"72055\",17.9799308776855,-66.9156560576825,19427,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3ff94cef\",\"72057\",,72057,72057,\"US_PR\",,,3,\"Puerto Rico\",\"Guayama\",,\"PRI.30_1\",\"ChIJRd23LMtMA4wRYX2N92KbO5E\",,\"72057\",18.0155353546143,-66.146457560572,45362,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d84161e8\",\"72059\",,72059,72059,\"US_PR\",,,3,\"Puerto Rico\",\"Guayanilla\",,\"PRI.31_1\",\"ChIJj4KT2fwtHYwRr7Bkul4oMyQ\",,\"72059\",18.0430240631104,-66.7954663196415,21581,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fdb7ba19\",\"72061\",,72061,72061,\"US_PR\",,,3,\"Puerto Rico\",\"Guaynabo\",\"Guaynabo Municipio, Puerto Rico\",\"PRI.32_1\",\"ChIJFzKRY2xCA4wRem1KontPEV8\",,\"72061\",18.359658241272,-66.1154400099003,97924,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"13b9db35\",\"72063\",,72063,72063,\"US_PR\",,,3,\"Puerto Rico\",\"Gurabo\",\"Gurabo Municipio, Puerto Rico\",\"PRI.33_1\",\"ChIJrfOuv21cA4wRjLkoK3rH2UM\",,\"72063\",18.2601366043092,-65.9745786291729,45369,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fada7e00\",\"72065\",,72065,72065,\"US_PR\",,,3,\"Puerto Rico\",\"Hatillo\",,\"PRI.34_1\",\"ChIJ03W8YFDdAowRQ4MHCLfKm9I\",,\"72065\",18.4068412780762,-66.7957676210068,41953,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"14d41f2c\",\"72067\",,72067,72067,\"US_PR\",,,3,\"Puerto Rico\",\"Hormigueros\",,\"PRI.35_1\",\"ChIJpdxaGUuzAowRfEunOaS2sdg\",,\"72067\",18.1305494308472,-67.1155539765691,17250,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f36c322b\",\"72069\",,72069,72069,\"US_PR\",,,3,\"Puerto Rico\",\"Humacao\",\"Humacao Municipio, Puerto Rico\",\"PRI.36_1\",\"ChIJ45Nw2JioBIwRgtQEF1votc4\",,\"72069\",18.1383333206177,-65.8194462343392,58466,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e4ac8b58\",\"72071\",,72071,72071,\"US_PR\",,,3,\"Puerto Rico\",\"Isabela\",,\"PRI.37_1\",\"ChIJG2Vq1luVAowRBWdUh0lcUHw\",,\"72071\",18.4457330703735,-67.0072691185099,45631,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0aa2ea74\",\"72073\",,72073,72073,\"US_PR\",,,3,\"Puerto Rico\",\"Jayuya\",,\"PRI.38_1\",\"ChIJbzBVrkgoA4wRr3Dio8K0BsU\",,\"72073\",18.223448753357,-66.5896634983927,16642,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e3c14f41\",\"72075\",,72075,72075,\"US_PR\",,,3,\"Puerto Rico\",\"Juana Diaz\",,\"PRI.39_1\",\"ChIJXcPIIrvTHIwRQImFjG8Ed0w\",,\"72075\",18.0581035614014,-66.4850508791056,79897,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0dcf2e6d\",\"72077\",,72077,72077,\"US_PR\",,,3,\"Puerto Rico\",\"Juncos\",,\"PRI.40_1\",\"ChIJcRSN8iFZA4wRan5lqrHhvCw\",,\"72077\",18.2052478790283,-65.9135744348884,40290,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ea77036a\",\"72079\",,72079,72079,\"US_PR\",,,3,\"Puerto Rico\",\"Lajas\",,\"PRI.41_1\",\"ChIJZw_D11lIHYwRwxjTUk1LSII\",,\"72079\",18.0041999816895,-67.0352569708055,25753,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"63349797\",\"72081\",,72081,72081,\"US_PR\",,,3,\"Puerto Rico\",\"Lares\",,\"PRI.42_1\",\"ChIJnzLSDnDPAowR61hIi5rV8Kk\",,\"72081\",18.2696380615235,-66.867792943497,30753,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8d3af6bb\",\"72083\",,72083,72083,\"US_PR\",,,3,\"Puerto Rico\",\"Las Marias\",,\"PRI.43_1\",,,\"72083\",18.2382144927979,-66.9818488187189,9881,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6459538e\",\"72085\",,72085,72085,\"US_PR\",,,3,\"Puerto Rico\",\"Las Piedras\",,\"PRI.44_1\",\"ChIJq70uwmRYA4wRH8uYjvOuOVY\",,\"72085\",18.1971454620361,-65.8620491853185,38675,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8a5732a2\",\"72087\",,72087,72087,\"US_PR\",,,3,\"Puerto Rico\",\"Loiza\",,\"PRI.45_1\",\"ChIJw4CCk0tiA4wRboYw6WtrYWo\",,\"72087\",18.4194450378419,-65.8640820429875,30060,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6def1fa5\",\"72089\",,72089,72089,\"US_PR\",,,3,\"Puerto Rico\",\"Luquillo\",,\"PRI.46_1\",\"ChIJUduRnWmXBIwRxib5huu5bzs\",,\"72089\",18.3376426696778,-65.7169074429156,20068,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7a2fa6d6\",\"72091\",,72091,72091,\"US_PR\",,,3,\"Puerto Rico\",\"Manati\",,\"PRI.47_1\",\"ChIJPXjHRuMYA4wRXKQD728Xwtk\",,\"72091\",18.4165391921997,-66.4913880919828,44113,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9421c7fa\",\"72093\",,72093,72093,\"US_PR\",,,3,\"Puerto Rico\",\"Maricao\",,\"PRI.48_1\",,,\"72093\",18.1728954315185,-66.9531904991415,6276,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7d4262cf\",\"72095\",,72095,72095,\"US_PR\",,,3,\"Puerto Rico\",\"Maunabo\",,\"PRI.49_1\",,,\"72095\",18.0213136672973,-65.9173503893652,12225,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"934c03e3\",\"72097\",,72097,72097,\"US_PR\",,,3,\"Puerto Rico\",\"Mayaguez\",\"Mayagüez Municipio, Puerto Rico\",\"PRI.50_1\",\"ChIJ4ZqVo0qyAowR6OdMAqn8EXU\",,\"72097\",18.2118053436279,-67.0961670385275,89080,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"74f42ee4\",\"72099\",,72099,72099,\"US_PR\",,,3,\"Puerto Rico\",\"Moca\",,\"PRI.51_1\",\"ChIJq3qSPUO5AowR3PMe9eH7jVo\",,\"72099\",18.3818378448486,-67.0832372685177,40109,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aa2f77a8\",\"72101\",,72101,72101,\"US_PR\",,,3,\"Puerto Rico\",\"Morovis\",,\"PRI.52_1\",\"ChIJa8avTak8A4wRe8stwR4sO4c\",,\"72101\",18.3173761367798,-66.4121060743742,32610,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"44211684\",\"72103\",,72103,72103,\"US_PR\",,,3,\"Puerto Rico\",\"Naguabo\",,\"PRI.53_1\",\"ChIJt3pUu3KkBIwROWdjshaKbDk\",,\"72103\",18.2338790893555,-65.7578130466953,26720,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ad42b3b1\",\"72105\",,72105,72105,\"US_PR\",,,3,\"Puerto Rico\",\"Naranjito\",,\"PRI.54_1\",\"ChIJRUgvFrM4A4wRY_-Fn2V4bIE\",,\"72105\",18.2882719039917,-66.2484916341028,30402,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"434cd29d\",\"72107\",,72107,72107,\"US_PR\",,,3,\"Puerto Rico\",\"Orocovis\",,\"PRI.55_1\",\"ChIJOYbLafsvA4wR40vjxv9ctto\",,\"72107\",18.2211809158326,-66.433832013945,23423,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a4f4ff9a\",\"72109\",,72109,72109,\"US_PR\",,,3,\"Puerto Rico\",\"Patillas\",,\"PRI.56_1\",\"ChIJAdx1ZiVTA4wRLioM2l-zy-w\",,\"72109\",18.0387973785401,-66.0186488019042,19277,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b33446e9\",\"72111\",,72111,72111,\"US_PR\",,,3,\"Puerto Rico\",\"Penuelas\",,\"PRI.57_1\",\"ChIJl7znim4sHYwRi7rWsAmNb_w\",,\"72111\",18.0514335632325,-66.7196042573519,24282,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5d3a27c5\",\"72113\",,72113,72113,\"US_PR\",,,3,\"Puerto Rico\",\"Ponce\",\"Ponce Municipio, Puerto Rico\",\"PRI.58_1\",\"ChIJ58h1HVbVHIwRK68hJmZ0eZA\",,\"72113\",18.0639343261719,-66.6133762396286,166327,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b45982f0\",\"72115\",,72115,72115,\"US_PR\",,,3,\"Puerto Rico\",\"Quebradillas\",,\"PRI.59_1\",\"ChIJFe9OieDBAowR58PA8xwEYQ8\",,\"72115\",18.429485321045,-66.9230896084195,25919,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5a57e3dc\",\"72117\",,72117,72117,\"US_PR\",,,3,\"Puerto Rico\",\"Rincon\",,\"PRI.60_1\",\"ChIJIfXAAIOlAowRCrQQgbmVa8c\",,\"72117\",18.3358688354492,-67.2319860576111,15200,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bdefcedb\",\"72119\",,72119,72119,\"US_PR\",,,3,\"Puerto Rico\",\"Rio Grande\",\"Río Grande Municipio, Puerto Rico\",\"PRI.61_1\",\"ChIJL-yK8vCeBIwRMc5woi-nYMQ\",,\"72119\",18.3471775054932,-65.8165290028719,54304,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9819152a\",\"72121\",,72121,72121,\"US_PR\",,,3,\"Puerto Rico\",\"Sabana Grande\",,\"PRI.62_1\",\"ChIJiww7PeQ0HYwRxRb_SNeo0RE\",,\"72121\",18.0868778228761,-66.9497204424484,25265,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"76177406\",\"72123\",,72123,72123,\"US_PR\",,,3,\"Puerto Rico\",\"Salinas\",,\"PRI.63_1\",\"ChIJM7Zlpp-1HIwRWJURil4yZyU\",,\"72123\",18.0099992752075,-66.2699757609846,31078,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9f74d133\",\"72125\",,72125,72125,\"US_PR\",,,3,\"Puerto Rico\",\"San German\",,\"PRI.64_1\",\"ChIJrzycadpKHYwRX_FKI4LZDGI\",,\"72125\",18.1136150360108,-67.0293685791387,35527,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"717ab01f\",\"72127\",,72127,72127,\"US_PR\",,,3,\"Puerto Rico\",\"San Juan\",\"San Juan Municipio, Puerto Rico\",\"PRI.65_1\",\"ChIJJZ95DGVoA4wRfE4aUPoNFNI\",,\"72127\",18.3840379714967,-66.0542493626841,395326,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"96c29d18\",\"72129\",,72129,72129,\"US_PR\",,,3,\"Puerto Rico\",\"San Lorenzo\",,\"PRI.66_1\",\"ChIJ5_5z4JVQA4wRbMOPe3-QAME\",,\"72129\",18.1492719650269,-65.9754765899093,41058,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8102246b\",\"72131\",,72131,72131,\"US_PR\",,,3,\"Puerto Rico\",\"San Sebastian\",,\"PRI.67_1\",\"ChIJ9eeaEKPHAowRFkLbObYCxbw\",,\"72131\",18.3246068954468,-66.9711950188631,42430,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6f0c4547\",\"72133\",,72133,72133,\"US_PR\",,,3,\"Puerto Rico\",\"Santa Isabel\",,\"PRI.68_1\",\"ChIJuZ0VFNbNHIwRAJaqpEHdN1c\",,\"72133\",17.989543914795,-66.3922080485026,23274,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"866fe072\",\"72135\",,72135,72135,\"US_PR\",,,3,\"Puerto Rico\",\"Toa Alta\",,\"PRI.69_1\",\"ChIJDSyOl_E_A4wRpADeYRi9u0M\",,\"72135\",18.3592939376831,-66.2463696274576,74066,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6861815e\",\"72137\",,72137,72137,\"US_PR\",,,3,\"Puerto Rico\",\"Toa Baja\",\"Toa Baja Municipio, Puerto Rico\",\"PRI.70_1\",\"ChIJXduEon9rA4wRi7ujMWzgISU\",,\"72137\",18.4294109344483,-66.214477240928,89609,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8fd9ac59\",\"72139\",,72139,72139,\"US_PR\",,,3,\"Puerto Rico\",\"Trujillo Alto\",\"Trujillo Alto Municipio, Puerto Rico\",\"PRI.71_1\",\"ChIJpyWCeXhdA4wRjF77NMt_BDk\",,\"72139\",18.3361721038818,-66.0014835043545,74842,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ce43b2ac\",\"72141\",,72141,72141,\"US_PR\",,,3,\"Puerto Rico\",\"Utuado\",,\"PRI.72_1\",\"ChIJgb2mEvDZAowRq5EMhCDNjXU\",,\"72141\",18.2498064041138,-66.6948805569829,33149,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"204dd380\",\"72143\",,72143,72143,\"US_PR\",,,3,\"Puerto Rico\",\"Vega Alta\",,\"PRI.73_1\",\"ChIJOdxajYAWA4wRiZ-Vvs6AD2c\",,\"72143\",18.4094343185425,-66.3318440439877,39951,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c92e76b5\",\"72145\",,72145,72145,\"US_PR\",,,3,\"Puerto Rico\",\"Vega Baja\",,\"PRI.74_1\",\"ChIJF8v5GgoXA4wRwHBEmwMaoDM\",,\"72145\",18.4153566360474,-66.3994817918701,59662,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"27201799\",\"72147\",,72147,72147,\"US_PR\",,,3,\"Puerto Rico\",\"Vieques\",,\"PRI.75_1\",,,\"72147\",18.1213893890381,-65.4573593139648,9301,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c0983a9e\",\"72149\",,72149,72149,\"US_PR\",,,3,\"Puerto Rico\",\"Villalba\",,\"PRI.76_1\",\"ChIJSZrLbM0tA4wRrtH994Tq-sM\",,\"72149\",18.127016067505,-66.4761186845684,26073,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d75883ed\",\"72151\",,72151,72151,\"US_PR\",,,3,\"Puerto Rico\",\"Yabucoa\",,\"PRI.77_1\",\"ChIJPVAy2utVA4wRj7_b8WkufAI\",,\"72151\",18.0683336257935,-65.9033317565918,37941,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3956e2c1\",\"72153\",,72153,72153,\"US_PR\",,,3,\"Puerto Rico\",\"Yauco\",,\"PRI.78_1\",\"ChIJ4d8ukAEtHYwRx1uFwx-ZZEU\",,\"72153\",18.0629301071167,-66.8617675263575,42043,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3c03e502\",\"44001\",,84044001,44001,\"US_RI\",,,3,\"Rhode Island\",\"Bristol\",\"Bristol County, Rhode Island\",\"USA.40.1_1\",\"ChIJwXTrhAdU5IkRCLw8N19dfkk\",\"US44001\",\"44001\",41.7112445831299,-71.2734419807979,48479,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d20d842e\",\"44003\",,84044003,44003,\"US_RI\",,,3,\"Rhode Island\",\"Kent\",\"Kent County, Rhode Island\",\"USA.40.2_1\",\"ChIJ43LtkkK15YkRYi2PFlg8jwA\",\"US44003\",\"44003\",41.6846351623535,-71.6180687308952,164292,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3b6e211b\",\"44005\",,84044005,44005,\"US_RI\",,,3,\"Rhode Island\",\"Newport\",\"Newport County, Rhode Island\",\"USA.40.3_1\",\"ChIJqa-n8rql5YkRXmvba3sNMdY\",\"US44005\",\"44005\",41.5676956176758,-71.1694352023481,82082,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d5604037\",\"44007\",,84044007,44007,\"US_RI\",,,3,\"Rhode Island\",\"Providence\",\"Providence County, Rhode Island\",\"USA.40.4_1\",\"ChIJtUdvanpH5IkRYcTtx_6GVAo\",\"US44007\",\"44007\",41.8705558776856,-71.5656420072367,638931,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"32d86d30\",\"44009\",,84044009,44009,\"US_RI\",,,3,\"Rhode Island\",\"Washington\",\"Washington County, Rhode Island\",\"USA.40.5_1\",\"ChIJxbKLtNTB5YkR5UzSIqFkN_8\",\"US44009\",\"44009\",41.4765815734864,-71.6078419560948,125577,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"84bf8267\",\"45001\",,84045001,45001,\"US_SC\",,,3,\"South Carolina\",\"Abbeville\",\"Abbeville County, South Carolina\",\"USA.41.1_1\",\"ChIJtfI0kxgOWIgRdzQwYzBDJkg\",\"US45001\",\"45001\",34.2515697479249,-82.4726063474598,24527,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6ab1e34b\",\"45003\",,84045003,45003,\"US_SC\",,,3,\"South Carolina\",\"Aiken\",\"Aiken County, South Carolina\",\"USA.41.2_1\",\"ChIJEdRzD5dO-IgR3ODSj18kOU0\",\"US45003\",\"45003\",33.5735301971436,-81.6187034075432,170872,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"83d2467e\",\"45005\",,84045005,45005,\"US_SC\",,,3,\"South Carolina\",\"Allendale\",,\"USA.41.3_1\",\"ChIJj4_HKPhz-YgRZjyFGn0YytE\",\"US45005\",\"45005\",32.9515037536621,-81.3653577570721,8688,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6ddc2752\",\"45007\",,84045007,45007,\"US_SC\",,,3,\"South Carolina\",\"Anderson\",\"Anderson County, South Carolina\",\"USA.41.4_1\",\"ChIJyXPVhcVrWIgR0qZwGD4Fq_c\",\"US45007\",\"45007\",34.5184650421143,-82.6536543374097,202558,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8a640a55\",\"45009\",,84045009,45009,\"US_SC\",,,3,\"South Carolina\",\"Bamberg\",,\"USA.41.5_1\",\"ChIJF1IvRK8w-YgRUQ89POGazO8\",\"US45009\",\"45009\",33.2336807250977,-81.0324882866758,14066,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9da4b326\",\"45011\",,84045011,45011,\"US_SC\",,,3,\"South Carolina\",\"Barnwell\",\"Barnwell County, South Carolina\",\"USA.41.6_1\",\"ChIJbRrY8oMJ-YgRWD-NeZmvKuI\",\"US45011\",\"45011\",33.3059444427491,-81.4173984811371,20866,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"73aad20a\",\"45013\",,84045013,45013,\"US_SC\",,,3,\"South Carolina\",\"Beaufort\",\"Beaufort County, South Carolina\",\"USA.41.7_1\",\"ChIJIa_B2gED_IgRGybFWTUAgaQ\",\"US45013\",\"45013\",32.2543926239014,-80.8953283549121,192122,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9ac9773f\",\"45015\",,84045015,45015,\"US_SC\",,,3,\"South Carolina\",\"Berkeley\",\"Berkeley County, South Carolina\",\"USA.41.8_1\",\"ChIJi0GL-8ha_ogR-oqDVfSASpQ\",\"US45015\",\"45015\",33.1470108032227,-79.9489250679618,227907,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"74c71613\",\"45017\",,84045017,45017,\"US_SC\",,,3,\"South Carolina\",\"Calhoun\",\"Calhoun County, South Carolina\",\"USA.41.9_1\",\"ChIJaUwlFZs0_4gRfDZC3zpDLJs\",\"US45017\",\"45017\",33.6726799011231,-80.7872699571135,14553,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"937f3b14\",\"45019\",,84045019,45019,\"US_SC\",,,3,\"South Carolina\",\"Charleston\",\"Charleston County, South Carolina\",\"USA.41.10_1\",\"ChIJc85eBBlg_ogRoqwsxzlsW3g\",\"US45019\",\"45019\",32.8185501098634,-80.2843554988574,411406,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b689e0e5\",\"45021\",,84045021,45021,\"US_SC\",,,3,\"South Carolina\",\"Cherokee\",\"Cherokee County, South Carolina\",\"USA.41.11_1\",\"ChIJD8GzReYBV4gRmQiSCVJj5xE\",\"US45021\",\"45021\",35.0101909637452,-81.6329465937128,57300,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"588781c9\",\"45023\",,84045023,45023,\"US_SC\",,,3,\"South Carolina\",\"Chester\",\"Chester County, South Carolina\",\"USA.41.12_1\",\"ChIJTQ-Iz69CVogR6M5mqv4v6TQ\",\"US45023\",\"45023\",34.6885242462159,-81.1619890123529,32244,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b1e424fc\",\"45025\",,84045025,45025,\"US_SC\",,,3,\"South Carolina\",\"Chesterfield\",\"Chesterfield County, South Carolina\",\"USA.41.13_1\",\"ChIJ58Jyk_ahVYgRq1_KRxIFuK4\",\"US45025\",\"45025\",34.5959644317627,-80.0987659323262,45650,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5fea45d0\",\"45027\",,84045027,45027,\"US_SC\",,,3,\"South Carolina\",\"Clarendon\",\"Clarendon County, South Carolina\",\"USA.41.14_1\",\"ChIJbfcrp9wN_4gRQqAkOo91jWA\",\"US45027\",\"45027\",33.6846752166749,-80.2478422226128,33745,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b85268d7\",\"45029\",,84045029,45029,\"US_SC\",,,3,\"South Carolina\",\"Colleton\",\"Colleton County, South Carolina\",\"USA.41.15_1\",\"ChIJ7zYWUVqv_ogRoX_rLqU39w4\",\"US45029\",\"45029\",32.8438606262208,-80.6540002964332,37677,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"af92d1a4\",\"45031\",,84045031,45031,\"US_SC\",,,3,\"South Carolina\",\"Darlington\",\"Darlington County, South Carolina\",\"USA.41.16_1\",\"ChIJ_4pQS8FgVYgR7gpZHXQFvVw\",\"US45031\",\"45031\",34.3090648651124,-79.9148431610994,66618,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"419cb088\",\"45033\",,84045033,45033,\"US_SC\",,,3,\"South Carolina\",\"Dillon\",\"Dillon County, South Carolina\",\"USA.41.17_1\",\"ChIJz5oX25XKqokRdZPkg_gyOOM\",\"US45033\",\"45033\",34.4460201263429,-79.3942184883141,30479,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a8ff15bd\",\"45035\",,84045035,45035,\"US_SC\",,,3,\"South Carolina\",\"Dorchester\",\"Dorchester County, South Carolina\",\"USA.41.18_1\",\"ChIJjW5cpcaL_ogRwRoybbsoZtc\",\"US45035\",\"45035\",33.0840091705323,-80.437196833657,162809,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"46f17491\",\"45037\",,84045037,45037,\"US_SC\",,,3,\"South Carolina\",\"Edgefield\",\"Edgefield County, South Carolina\",\"USA.41.19_1\",\"ChIJ44eCXM1H-IgRlhVqbrUDvsg\",\"US45037\",\"45037\",33.7595901489258,-81.9468823206272,27260,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a1495996\",\"45039\",,84045039,45039,\"US_SC\",,,3,\"South Carolina\",\"Fairfield\",\"Fairfield County, South Carolina\",\"USA.41.20_1\",\"ChIJg3TpYTEaVogR7_-AHbwnl9A\",\"US45039\",\"45039\",34.3701457977295,-81.0784328998369,22347,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e0d34763\",\"45041\",,84045041,45041,\"US_SC\",,,3,\"South Carolina\",\"Florence\",\"Florence County, South Carolina\",\"USA.41.21_1\",\"ChIJpT2PxQOK_4gR8Uwi8XLEnsA\",\"US45041\",\"45041\",34.0326099395752,-79.7447495312826,138293,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0edd264f\",\"45043\",,84045043,45043,\"US_SC\",,,3,\"South Carolina\",\"Georgetown\",\"Georgetown County, South Carolina\",\"USA.41.22_1\",\"ChIJe4TinDsoAIkRTg5TEkAlSpM\",\"US45043\",\"45043\",33.4492092132569,-79.3321427225858,62680,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e7be837a\",\"45045\",,84045045,45045,\"US_SC\",,,3,\"South Carolina\",\"Greenville\",\"Greenville County, South Carolina\",\"USA.41.23_1\",\"ChIJl0X2CawfWIgR0CISPLCUc9c\",\"US45045\",\"45045\",34.8469505310059,-82.3456660646287,523542,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"09b0e256\",\"45047\",,84045047,45047,\"US_SC\",,,3,\"South Carolina\",\"Greenwood\",\"Greenwood County, South Carolina\",\"USA.41.24_1\",\"ChIJpWeneMoB-IgRZ0_GmJgNii0\",\"US45047\",\"45047\",34.1817703247071,-82.0792509017373,70811,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ee08cf51\",\"45049\",,84045049,45049,\"US_SC\",,,3,\"South Carolina\",\"Hampton\",\"Hampton County, South Carolina\",\"USA.41.25_1\",\"ChIJZbUjX49Y-YgR3LlGI3QfgqU\",\"US45049\",\"45049\",32.799566268921,-81.1005081970111,19222,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f9c87622\",\"45051\",,84045051,45051,\"US_SC\",,,3,\"South Carolina\",\"Horry\",\"Horry County, South Carolina\",\"USA.41.26_1\",\"ChIJF9M2QzgOAIkRgSGtcbNW9Ig\",\"US45051\",\"45051\",33.9317493438721,-78.9745062239082,354081,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"17c6170e\",\"45053\",,84045053,45053,\"US_SC\",,,3,\"South Carolina\",\"Jasper\",\"Jasper County, South Carolina\",\"USA.41.27_1\",\"ChIJyXEoeS6T-4gRnI4OR2ugugE\",\"US45053\",\"45053\",32.413179397583,-81.0212255414845,30073,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fea5b23b\",\"45055\",,84045055,45055,\"US_SC\",,,3,\"South Carolina\",\"Kershaw\",\"Kershaw County, South Carolina\",\"USA.41.28_1\",\"ChIJNdUjjL39VYgRvuYatGROM8E\",\"US45055\",\"45055\",34.3435249328614,-80.5605795408695,66551,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"10abd317\",\"45057\",,84045057,45057,\"US_SC\",,,3,\"South Carolina\",\"Lancaster\",\"Lancaster County, South Carolina\",\"USA.41.29_1\",\"ChIJ5Us1_6l5VogRwAv8AhemIDo\",\"US45057\",\"45057\",34.7629547119141,-80.6963993041368,98012,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f713fe10\",\"45059\",,84045059,45059,\"US_SC\",,,3,\"South Carolina\",\"Laurens\",\"Laurens County, South Carolina\",\"USA.41.30_1\",\"ChIJsVSrCdXbV4gRGAZxDApsS00\",\"US45059\",\"45059\",34.4992446899414,-81.9799786811767,67493,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d2e525e1\",\"45061\",,84045061,45061,\"US_SC\",,,3,\"South Carolina\",\"Lee\",\"Lee County, South Carolina\",\"USA.41.31_1\",\"ChIJb147SSuAVYgRwB_gDeNmzFg\",\"US45061\",\"45061\",34.163953781128,-80.3149914171096,16828,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3ceb44cd\",\"45063\",,84045063,45063,\"US_SC\",,,3,\"South Carolina\",\"Lexington\",\"Lexington County, South Carolina\",\"USA.41.32_1\",\"ChIJsXt2IvW_-IgRKxYj9Ycjs-w\",\"US45063\",\"45063\",33.9258460998535,-81.282945396858,298750,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3b8680d4\",\"45067\",,84045067,45067,\"US_SC\",,,3,\"South Carolina\",\"Marion\",\"Marion County, South Carolina\",\"USA.41.33_1\",\"ChIJBWr5ZBytqokRdytivQTZkWc\",\"US45067\",\"45067\",33.9984798431397,-79.421234142339,30657,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dc3eadd3\",\"45069\",,84045069,45069,\"US_SC\",,,3,\"South Carolina\",\"Marlboro\",\"Marlboro County, South Carolina\",\"USA.41.34_1\",\"ChIJ8Wf9tac9VYgR4mtmZwskh4Q\",\"US45069\",\"45069\",34.5534000396728,-79.6561394086713,26118,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d588e1f8\",\"45065\",,84045065,45065,\"US_SC\",,,3,\"South Carolina\",\"McCormick\",,\"USA.41.35_1\",\"ChIJtVyCIBYHWIgRi0g9IrlAggc\",\"US45065\",\"45065\",33.8369998931886,-82.2351491108821,9463,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cbfe14a0\",\"45071\",,84045071,45071,\"US_SC\",,,3,\"South Carolina\",\"Newberry\",\"Newberry County, South Carolina\",\"USA.41.36_1\",\"ChIJUdsGeYf_V4gR5Ws7BcpfzZM\",\"US45071\",\"45071\",34.3006458282471,-81.6210289039661,38440,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"25f0758c\",\"45073\",,84045073,45073,\"US_SC\",,,3,\"South Carolina\",\"Oconee\",\"Oconee County, South Carolina\",\"USA.41.37_1\",\"ChIJbTofJkAEWIgRitYlFQKS-tc\",\"US45073\",\"45073\",34.7639656066896,-83.1047197208848,79546,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cc93d0b9\",\"45075\",,84045075,45075,\"US_SC\",,,3,\"South Carolina\",\"Orangeburg\",\"Orangeburg County, South Carolina\",\"USA.41.38_1\",\"ChIJ-Qwj_6yy_ogRqFP_XPdkzt8\",\"US45075\",\"45075\",33.442346572876,-80.8116713391818,86175,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"229db195\",\"45077\",,84045077,45077,\"US_SC\",,,3,\"South Carolina\",\"Pickens\",\"Pickens County, South Carolina\",\"USA.41.39_1\",\"ChIJQ69iVLE3WIgRqgONoUs01Dk\",\"US45077\",\"45077\",34.8546600341797,-82.6912350690081,126884,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c5259c92\",\"45079\",,84045079,45079,\"US_SC\",,,3,\"South Carolina\",\"Richland\",\"Richland County, South Carolina\",\"USA.41.40_1\",\"ChIJOxu60MdK_4gRQqZb8Meu5LU\",\"US45079\",\"45079\",34.0055503845215,-80.8515717677066,415759,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4c66086f\",\"45081\",,84045081,45081,\"US_SC\",,,3,\"South Carolina\",\"Saluda\",\"Saluda County, South Carolina\",\"USA.41.41_1\",\"ChIJfUPJwt1u-IgRuNIAB8s29r4\",\"US45081\",\"45081\",34.0092792510987,-81.7419822002755,20473,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a2686943\",\"45083\",,84045083,45083,\"US_SC\",,,3,\"South Carolina\",\"Spartanburg\",\"Spartanburg County, South Carolina\",\"USA.41.42_1\",\"ChIJ6y3Vm6TcV4gRpCwDdX-rwEQ\",\"US45083\",\"45083\",34.8974552154542,-81.9757839206698,319785,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4b0bcc76\",\"45085\",,84045085,45085,\"US_SC\",,,3,\"South Carolina\",\"Sumter\",\"Sumter County, South Carolina\",\"USA.41.43_1\",\"ChIJGVecGOVC_4gRX51Z2hQH5yU\",\"US45085\",\"45085\",33.9091053009033,-80.3397674221654,106721,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a505ad5a\",\"45087\",,84045087,45087,\"US_SC\",,,3,\"South Carolina\",\"Union\",\"Union County, South Carolina\",\"USA.41.44_1\",\"ChIJPcDIWK21V4gR9taebAb-elo\",\"US45087\",\"45087\",34.6775569915772,-81.6399990280642,27316,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"42bd805d\",\"45089\",,84045089,45089,\"US_SC\",,,3,\"South Carolina\",\"Williamsburg\",\"Williamsburg County, South Carolina\",\"USA.41.45_1\",\"ChIJ5QiuSiTE_4gRxqdKzrgBfKg\",\"US45089\",\"45089\",33.598051071167,-79.7441998070937,30368,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"557d392e\",\"45091\",,84045091,45091,\"US_SC\",,,3,\"South Carolina\",\"York\",\"York County, South Carolina\",\"USA.41.46_1\",\"ChIJCTP662GLVogRaveZ2tpGams\",\"US45091\",\"45091\",34.9893455505372,-81.1867853325651,280979,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"78044ca5\",\"46003\",,84046003,46003,\"US_SD\",,,3,\"South Dakota\",\"Aurora\",,\"USA.42.1_1\",,\"US46003\",\"46003\",43.7167301177979,-98.5614025856147,2751,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9167e990\",\"46005\",,84046005,46005,\"US_SD\",,,3,\"South Dakota\",\"Beadle\",,\"USA.42.2_1\",\"ChIJxwiam1Kfh4cR_nN7xfA9ogo\",\"US46005\",\"46005\",44.3166503906251,-98.2758515323461,18453,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7f6988bc\",\"46007\",,84046007,46007,\"US_SD\",,,3,\"South Dakota\",\"Bennett\",,\"USA.42.3_1\",,\"US46007\",\"46007\",43.1718845367433,-101.670402381466,3365,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"98d1a5bb\",\"46009\",,84046009,46009,\"US_SD\",,,3,\"South Dakota\",\"Bon Homme\",,\"USA.42.4_1\",\"ChIJz8fJqt2whYcREmD0Q2oqFus\",\"US46009\",\"46009\",42.9657306671143,-97.8655379796427,6901,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8f111cc8\",\"46011\",,84046011,46011,\"US_SD\",,,3,\"South Dakota\",\"Brookings\",\"Brookings County, South Dakota\",\"USA.42.5_1\",\"ChIJA5I0hW0CiYcR4JrzYMjb9vc\",\"US46011\",\"46011\",44.3713893890382,-96.7910460615116,35077,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"611f7de4\",\"46013\",,84046013,46013,\"US_SD\",,,3,\"South Dakota\",\"Brown\",\"Brown County, South Dakota\",\"USA.42.6_1\",\"ChIJw7pPTdVb0lIRTkBW6h6NbiM\",\"US46013\",\"46013\",45.5894050598145,-98.352164211184,38839,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"887cd8d1\",\"46015\",,84046015,46015,\"US_SD\",,,3,\"South Dakota\",\"Brule\",,\"USA.42.7_1\",\"ChIJN43-a7qChocR-ybqr3VD1M8\",\"US46015\",\"46015\",43.7273750305176,-99.1015464077406,5297,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6672b9fd\",\"46017\",,84046017,46017,\"US_SD\",,,3,\"South Dakota\",\"Buffalo\",,\"USA.42.8_1\",,\"US46017\",\"46017\",44.0680503845216,-99.227447196581,1962,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"81ca94fa\",\"46019\",,84046019,46019,\"US_SD\",,,3,\"South Dakota\",\"Butte\",,\"USA.42.9_1\",\"ChIJO-eMmY-ZLVMRyfRfDTkoNGo\",\"US46019\",\"46019\",44.8799057006837,-103.507364865057,10429,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a43c4f0b\",\"46021\",,84046021,46021,\"US_SD\",,,3,\"South Dakota\",\"Campbell\",,\"USA.42.10_1\",,\"US46021\",\"46021\",45.7787494659424,-100.036645892785,1376,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4a322e27\",\"46023\",,84046023,46023,\"US_SD\",,,3,\"South Dakota\",\"Charles Mix\",,\"USA.42.11_1\",\"ChIJ6-EFcQo0hIcRUXzFUhZJAeA\",\"US46023\",\"46023\",43.1708450317383,-98.4701300104225,9292,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a3518b12\",\"46025\",,84046025,46025,\"US_SD\",,,3,\"South Dakota\",\"Clark\",,\"USA.42.12_1\",,\"US46025\",\"46025\",44.8484954833985,-97.734057894201,3736,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4d5fea3e\",\"46027\",,84046027,46027,\"US_SD\",,,3,\"South Dakota\",\"Clay\",\"Clay County, South Dakota\",\"USA.42.13_1\",\"ChIJ-cDvQaiCj4cRgqayNnIF_SY\",\"US46027\",\"46027\",42.9522209167481,-96.9819264231378,14070,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aae7c739\",\"46029\",,84046029,46029,\"US_SD\",,,3,\"South Dakota\",\"Codington\",\"Codington County, South Dakota\",\"USA.42.14_1\",\"ChIJoYmkWAEmzVIRnOjUHFacp9I\",\"US46029\",\"46029\",45.0655765533448,-97.1900805447873,28009,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bd277e4a\",\"46031\",,84046031,46031,\"US_SD\",,,3,\"South Dakota\",\"Corson\",,\"USA.42.15_1\",,\"US46031\",\"46031\",45.7111511230469,-101.151191155043,4086,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"53291f66\",\"46033\",,84046033,46033,\"US_SD\",,,3,\"South Dakota\",\"Custer\",,\"USA.42.16_1\",\"ChIJ6RNJYUbbfIcR1JQ5XDGOcGU\",\"US46033\",\"46033\",43.6666545867921,-103.482894991921,8972,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ba4aba53\",\"46035\",,84046035,46035,\"US_SD\",,,3,\"South Dakota\",\"Davison\",\"Davison County, South Dakota\",\"USA.42.17_1\",\"ChIJTejnfVxBhocR1lFvMcAFdmc\",\"US46035\",\"46035\",43.7612113952638,-98.1459404809478,19775,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5444db7f\",\"46037\",,84046037,46037,\"US_SD\",,,3,\"South Dakota\",\"Day\",,\"USA.42.18_1\",\"ChIJtVm6NaqhzVIRL4CqK2C502Q\",\"US46037\",\"46037\",45.4299297332764,-97.6033225299559,5424,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b3fcf678\",\"46039\",,84046039,46039,\"US_SD\",,,3,\"South Dakota\",\"Deuel\",,\"USA.42.19_1\",,\"US46039\",\"46039\",44.7179870605469,-96.6697892523363,4351,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f266e88d\",\"46041\",,84046041,46041,\"US_SD\",,,3,\"South Dakota\",\"Dewey\",,\"USA.42.20_1\",\"ChIJ745MDUmKKlMR9TQgRklTFIQ\",\"US46041\",\"46041\",45.1008453369141,-100.906314613903,5892,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1c6889a1\",\"46043\",,84046043,46043,\"US_SD\",,,3,\"South Dakota\",\"Douglas\",,\"USA.42.21_1\",,\"US46043\",\"46043\",43.2833251953125,-98.2516621818881,2921,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f50b2c94\",\"46045\",,84046045,46045,\"US_SD\",,,3,\"South Dakota\",\"Edmunds\",,\"USA.42.22_1\",,\"US46045\",\"46045\",45.4131603240967,-99.217673639538,3829,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1b054db8\",\"46047\",,84046047,46047,\"US_SD\",,,3,\"South Dakota\",\"Fall River\",,\"USA.42.23_1\",\"ChIJT9dQ6UkUfYcRFqzObMw08C8\",\"US46047\",\"46047\",43.2541160583496,-103.52689329071,6713,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fcbd60bf\",\"46049\",,84046049,46049,\"US_SD\",,,3,\"South Dakota\",\"Faulk\",,\"USA.42.24_1\",,\"US46049\",\"46049\",44.9854049682618,-99.1465785435794,2299,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"eb7dd9cc\",\"46051\",,84046051,46051,\"US_SD\",,,3,\"South Dakota\",\"Grant\",,\"USA.42.25_1\",\"ChIJOfN2inLrzFIRSUzwiZJ1vqY\",\"US46051\",\"46051\",45.0660266876222,-96.669181016029,7052,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0573b8e0\",\"46053\",,84046053,46053,\"US_SD\",,,3,\"South Dakota\",\"Gregory\",,\"USA.42.26_1\",,\"US46053\",\"46053\",43.2491722106934,-99.2497171771535,4185,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ec101dd5\",\"46055\",,84046055,46055,\"US_SD\",,,3,\"South Dakota\",\"Haakon\",,\"USA.42.27_1\",,\"US46055\",\"46055\",44.37845993042,-101.580389516275,1899,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"021e7cf9\",\"46057\",,84046057,46057,\"US_SD\",,,3,\"South Dakota\",\"Hamlin\",,\"USA.42.28_1\",\"ChIJXXXf0uMuiIcRHJ4BdsiX_nI\",\"US46057\",\"46057\",44.6742553710938,-97.1891522365223,6164,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e5a651fe\",\"46059\",,84046059,46059,\"US_SD\",,,3,\"South Dakota\",\"Hand\",,\"USA.42.29_1\",,\"US46059\",\"46059\",44.4917507171631,-99.0014497415737,3191,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c0508a0f\",\"46061\",,84046061,46061,\"US_SD\",,,3,\"South Dakota\",\"Hanson\",,\"USA.42.30_1\",,\"US46061\",\"46061\",43.7607307434083,-97.7865573130727,3453,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2e5eeb23\",\"46063\",,84046063,46063,\"US_SD\",,,3,\"South Dakota\",\"Harding\",,\"USA.42.31_1\",,\"US46063\",\"46063\",45.5990447998047,-103.499032466708,1298,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c73d4e16\",\"46065\",,84046065,46065,\"US_SD\",,,3,\"South Dakota\",\"Hughes\",,\"USA.42.32_1\",\"ChIJ90LdoytlgIcRawivCeAOaw4\",\"US46065\",\"46065\",44.3247299194337,-99.908316289368,17526,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"29332f3a\",\"46067\",,84046067,46067,\"US_SD\",,,3,\"South Dakota\",\"Hutchinson\",,\"USA.42.33_1\",\"ChIJfeRDwepXj4cROaw442dKxi8\",\"US46067\",\"46067\",43.3467807769776,-97.7551877427224,7291,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ce8b023d\",\"46069\",,84046069,46069,\"US_SD\",,,3,\"South Dakota\",\"Hyde\",,\"USA.42.34_1\",,\"US46069\",\"46069\",44.4768505096436,-99.4823807200627,1301,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d94bbb4e\",\"46071\",,84046071,46071,\"US_SD\",,,3,\"South Dakota\",\"Jackson\",,\"USA.42.35_1\",,\"US46071\",\"46071\",43.6918048858643,-101.644479520615,3344,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3745da62\",\"46073\",,84046073,46073,\"US_SD\",,,3,\"South Dakota\",\"Jerauld\",,\"USA.42.36_1\",,\"US46073\",\"46073\",44.0044803619385,-98.6290182082664,2013,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"de267f57\",\"46075\",,84046075,46075,\"US_SD\",,,3,\"South Dakota\",\"Jones\",,\"USA.42.37_1\",,\"US46075\",\"46075\",43.9612350463868,-100.716767665066,903,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"30281e7b\",\"46077\",,84046077,46077,\"US_SD\",,,3,\"South Dakota\",\"Kingsbury\",,\"USA.42.38_1\",\"ChIJ-zbx8UZpiIcRUZcevOqksqI\",\"US46077\",\"46077\",44.3700408935548,-97.490145794299,4939,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d790337c\",\"46079\",,84046079,46079,\"US_SD\",,,3,\"South Dakota\",\"Lake\",,\"USA.42.39_1\",\"ChIJXZthli38iIcRKcX6UbKOAvE\",\"US46079\",\"46079\",44.0230407714844,-97.1287128168504,12797,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5ed3a781\",\"46081\",,84046081,46081,\"US_SD\",,,3,\"South Dakota\",\"Lawrence\",\"Lawrence County, South Dakota\",\"USA.42.40_1\",\"ChIJgzdJ6vajMlMRs3gfVRaoiOw\",\"US46081\",\"46081\",44.369821548462,-103.8123512659,25844,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b0ddc6ad\",\"46083\",,84046083,46083,\"US_SD\",,,3,\"South Dakota\",\"Lincoln\",\"Lincoln County, South Dakota\",\"USA.42.41_1\",\"ChIJf3iNU6G_jocRIcfF-BRVqGY\",\"US46083\",\"46083\",43.2886047363282,-96.7505508636366,61128,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"59be6398\",\"46085\",,84046085,46085,\"US_SD\",,,3,\"South Dakota\",\"Lyman\",,\"USA.42.42_1\",\"ChIJ--hMuPyygYcRJJmpUK-MuiI\",\"US46085\",\"46085\",43.8619441986085,-99.8359094495089,3781,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"47c896c0\",\"46091\",,84046091,46091,\"US_SD\",,,3,\"South Dakota\",\"Marshall\",,\"USA.42.43_1\",,\"US46091\",\"46091\",45.7763042449952,-97.604334272332,4935,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b7b002b4\",\"46087\",,84046087,46087,\"US_SD\",,,3,\"South Dakota\",\"McCook\",,\"USA.42.44_1\",\"ChIJPSQOsw7JiIcRAShv2cvv35A\",\"US46087\",\"46087\",43.6748695373535,-97.3677679312659,5586,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"50082fb3\",\"46089\",,84046089,46089,\"US_SD\",,,3,\"South Dakota\",\"McPherson\",,\"USA.42.45_1\",,\"US46089\",\"46089\",45.7229595184327,-99.2250452768189,2379,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a9c6f7ec\",\"46093\",,84046093,46093,\"US_SD\",,,3,\"South Dakota\",\"Meade\",\"Meade County, South Dakota\",\"USA.42.46_1\",\"ChIJ_3o8y080LVMR45dWhs-SJxM\",\"US46093\",\"46093\",44.5550956726075,-102.784762837816,28332,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"40a552d9\",\"46095\",,84046095,46095,\"US_SD\",,,3,\"South Dakota\",\"Mellette\",,\"USA.42.47_1\",,\"US46095\",\"46095\",43.5854301452637,-100.731793913815,2061,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aeab33f5\",\"46097\",,84046097,46097,\"US_SD\",,,3,\"South Dakota\",\"Miner\",,\"USA.42.48_1\",,\"US46097\",\"46097\",44.0232295989991,-97.6093848614183,2216,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"49131ef2\",\"46099\",,84046099,46099,\"US_SD\",,,3,\"South Dakota\",\"Minnehaha\",\"Minnehaha County, South Dakota\",\"USA.42.49_1\",\"ChIJ16y94Ji0jocRbXLuf-gRGrM\",\"US46099\",\"46099\",43.6800765991211,-96.7913276193977,193134,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"97c847be\",\"46101\",,84046101,46101,\"US_SD\",,,3,\"South Dakota\",\"Moody\",,\"USA.42.50_1\",\"ChIJyfcp4yFyiYcRip4nIKymrG0\",\"US46101\",\"46101\",44.0239944458008,-96.6710554200252,6576,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0ec11604\",\"46102\",,84046102,46102,\"US_SD\",,,3,\"South Dakota\",\"Oglala Lakota\",,\"USA.42.56_1\",\"ChIJf7HEaFo8fIcRJ5KdPjGv22o\",\"US46102\",\"46102\",43.3423709869385,-102.558152559549,14177,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"79c62692\",\"46103\",,84046103,46103,\"US_SD\",,,3,\"South Dakota\",\"Pennington\",\"Pennington County, South Dakota\",\"USA.42.51_1\",\"ChIJqR63oBhrfYcRKx7-WHYCfB8\",\"US46103\",\"46103\",44.0882263183594,-103.033434586344,113775,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"90a583a7\",\"46105\",,84046105,46105,\"US_SD\",,,3,\"South Dakota\",\"Perkins\",,\"USA.42.52_1\",,\"US46105\",\"46105\",45.5147457122804,-102.477801996089,2865,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7eabe28b\",\"46107\",,84046107,46107,\"US_SD\",,,3,\"South Dakota\",\"Potter\",,\"USA.42.53_1\",,\"US46107\",\"46107\",45.0741901397705,-99.9508403452356,2153,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9913cf8c\",\"46109\",,84046109,46109,\"US_SD\",,,3,\"South Dakota\",\"Roberts\",,\"USA.42.54_1\",\"ChIJO8k6h0JczFIRtZALwDomsXg\",\"US46109\",\"46109\",45.6172790527344,-97.0404175916735,10394,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8ed376ff\",\"46111\",,84046111,46111,\"US_SD\",,,3,\"South Dakota\",\"Sanborn\",,\"USA.42.55_1\",,\"US46111\",\"46111\",44.0674800872803,-98.0910867420726,2344,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"89beb2e6\",\"46115\",,84046115,46115,\"US_SD\",,,3,\"South Dakota\",\"Spink\",,\"USA.42.57_1\",\"ChIJcWc76iro0lIRlqsdFvTThEU\",\"US46115\",\"46115\",44.9994449615479,-98.3509458356219,6376,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"67b0d3ca\",\"46117\",,84046117,46117,\"US_SD\",,,3,\"South Dakota\",\"Stanley\",,\"USA.42.58_1\",,\"US46117\",\"46117\",44.4744338989258,-100.868710620052,3098,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8008fecd\",\"46119\",,84046119,46119,\"US_SD\",,,3,\"South Dakota\",\"Sully\",,\"USA.42.59_1\",,\"US46119\",\"46119\",44.724349975586,-100.149325984416,1391,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a5fe253c\",\"46121\",,84046121,46121,\"US_SD\",,,3,\"South Dakota\",\"Todd\",,\"USA.42.60_1\",\"ChIJ0TI-MQaseIcREC8MgfCqaww\",\"US46121\",\"46121\",43.2583751678467,-100.721281763378,10177,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4bf04410\",\"46123\",,84046123,46123,\"US_SD\",,,3,\"South Dakota\",\"Tripp\",,\"USA.42.61_1\",\"ChIJl65-Ur2BgYcR_KshaUPtB8Y\",\"US46123\",\"46123\",43.3215847015382,-99.8737166764046,5441,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a293e125\",\"46125\",,84046125,46125,\"US_SD\",,,3,\"South Dakota\",\"Turner\",,\"USA.42.62_1\",\"ChIJMwptGgIjj4cR4UJiXD0jXZA\",\"US46125\",\"46125\",43.335205078125,-97.1609834796511,8384,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4c9d8009\",\"46127\",,84046127,46127,\"US_SD\",,,3,\"South Dakota\",\"Union\",\"Union County, South Dakota\",\"USA.42.63_1\",\"ChIJ6RBFroxmjocRnRt-ebNtJZc\",\"US46127\",\"46127\",42.7798652648926,-96.7129273960192,15932,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ab25ad0e\",\"46129\",,84046129,46129,\"US_SD\",,,3,\"South Dakota\",\"Walworth\",,\"USA.42.64_1\",\"ChIJE7pRL4PK1VIRQcv7nQ3jByk\",\"US46129\",\"46129\",45.413730621338,-100.006561324642,5435,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bb88d064\",\"46135\",,84046135,46135,\"US_SD\",,,3,\"South Dakota\",\"Yankton\",,\"USA.42.65_1\",\"ChIJBQummNQLj4cRuXZkSgprmkE\",\"US46135\",\"46135\",42.9787693023682,-97.3970451309302,22814,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5586b148\",\"46137\",,84046137,46137,\"US_SD\",,,3,\"South Dakota\",\"Ziebach\",,\"USA.42.66_1\",,\"US46137\",\"46137\",44.8723888397217,-101.569036731683,2756,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2eb64aec\",\"47001\",,84047001,47001,\"US_TN\",,,3,\"Tennessee\",\"Anderson\",\"Anderson County, Tennessee\",\"USA.43.1_1\",\"ChIJsaBviX4XXIgRRXtYrhRNGms\",\"US47001\",\"47001\",36.1070709228517,-84.2306365966796,76978,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c0b82bc0\",\"47003\",,84047003,47003,\"US_TN\",,,3,\"Tennessee\",\"Bedford\",\"Bedford County, Tennessee\",\"USA.43.2_1\",\"ChIJUb_CzAnoY4gRl7XF9rhmDJM\",\"US47003\",\"47003\",35.513879776001,-86.4511227607727,49713,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"29db8ef5\",\"47005\",,84047005,47005,\"US_TN\",,,3,\"Tennessee\",\"Benton\",\"Benton County, Tennessee\",\"USA.43.3_1\",\"ChIJ51LuiaJwe4gRiUrhFet7kyU\",\"US47005\",\"47005\",36.0856761932373,-88.083524307007,16160,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c7d5efd9\",\"47007\",,84047007,47007,\"US_TN\",,,3,\"Tennessee\",\"Bledsoe\",,\"USA.43.4_1\",\"ChIJwy7Q1-ywYIgR7yiTP9k9SVo\",\"US47007\",\"47007\",35.5584907531739,-85.2689845693379,15064,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"206dc2de\",\"47009\",,84047009,47009,\"US_TN\",,,3,\"Tennessee\",\"Blount\",\"Blount County, Tennessee\",\"USA.43.5_1\",\"ChIJlVR41UMbXIgRMzltQKV9-gw\",\"US47009\",\"47009\",35.6719150543213,-83.906696643364,133088,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"37ad7bad\",\"47011\",,84047011,47011,\"US_TN\",,,3,\"Tennessee\",\"Bradley\",\"Bradley County, Tennessee\",\"USA.43.6_1\",\"ChIJOwU-HDUwXogR7RxRaq4cg4k\",\"US47011\",\"47011\",35.1720943450928,-84.8532801943873,108110,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d9a31a81\",\"47013\",,84047013,47013,\"US_TN\",,,3,\"Tennessee\",\"Campbell\",\"Campbell County, Tennessee\",\"USA.43.7_1\",\"ChIJm9pJhqusXYgR0CIBErUYywU\",\"US47013\",\"47013\",36.3860397338867,-84.1342774085607,39842,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"30c0bfb4\",\"47015\",,84047015,47015,\"US_TN\",,,3,\"Tennessee\",\"Cannon\",,\"USA.43.8_1\",\"ChIJlY6uZSRLYYgRxiQlGHwCm2s\",\"US47015\",\"47015\",35.8041610717774,-86.0578400146227,14678,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"decede98\",\"47017\",,84047017,47017,\"US_TN\",,,3,\"Tennessee\",\"Carroll\",\"Carroll County, Tennessee\",\"USA.43.9_1\",\"ChIJv34z6V2Le4gRQGMsQBIHzMI\",\"US47017\",\"47017\",36.0122146606446,-88.4544530829046,27767,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3976f39f\",\"47019\",,84047019,47019,\"US_TN\",,,3,\"Tennessee\",\"Carter\",\"Carter County, Tennessee\",\"USA.43.10_1\",\"ChIJ5wXSECiBUIgR7wUGQ3gZugk\",\"US47019\",\"47019\",36.3061599731446,-82.1567840928911,56391,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1c80286e\",\"47021\",,84047021,47021,\"US_TN\",,,3,\"Tennessee\",\"Cheatham\",\"Cheatham County, Tennessee\",\"USA.43.11_1\",\"ChIJi_YPrUmeZIgRo5ciMDc_CWw\",\"US47021\",\"47021\",36.2488708496094,-87.0850911968517,40667,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f28e4942\",\"47023\",,84047023,47023,\"US_TN\",,,3,\"Tennessee\",\"Chester\",\"Chester County, Tennessee\",\"USA.43.12_1\",\"ChIJHfamlak-fIgRfsAOD_E4tR0\",\"US47023\",\"47023\",35.4126644134522,-88.6021871753106,17297,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1bedec77\",\"47025\",,84047025,47025,\"US_TN\",,,3,\"Tennessee\",\"Claiborne\",\"Claiborne County, Tennessee\",\"USA.43.13_1\",\"ChIJ44Jp22iAXIgRMGzDj3sTOEI\",\"US47025\",\"47025\",36.4700050354004,-83.6569771976158,31959,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f5e38d5b\",\"47027\",,84047027,47027,\"US_TN\",,,3,\"Tennessee\",\"Clay\",,\"USA.43.14_1\",\"ChIJORJwEmYHZ4gRIG_C67qdzAY\",\"US47027\",\"47027\",36.5156803131104,-85.5406499331301,7615,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"125ba05c\",\"47029\",,84047029,47029,\"US_TN\",,,3,\"Tennessee\",\"Cocke\",\"Cocke County, Tennessee\",\"USA.43.15_1\",\"ChIJ_zwevg1fWYgRIWgbctZ_vcU\",\"US47029\",\"47029\",35.9534797668457,-83.0967816761102,36004,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"059b192f\",\"47031\",,84047031,47031,\"US_TN\",,,3,\"Tennessee\",\"Coffee\",\"Coffee County, Tennessee\",\"USA.43.16_1\",\"ChIJ-ZDvOitmYYgRDVdnD33LJrM\",\"US47031\",\"47031\",35.4995403289795,-86.0590974836553,56520,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"eb957803\",\"47033\",,84047033,47033,\"US_TN\",,,3,\"Tennessee\",\"Crockett\",\"Crockett County, Tennessee\",\"USA.43.17_1\",\"ChIJ22cKXMzWfogRs0qIAr1EV_A\",\"US47033\",\"47033\",35.8358592987061,-89.1828015354701,14230,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"02f6dd36\",\"47035\",,84047035,47035,\"US_TN\",,,3,\"Tennessee\",\"Cumberland\",\"Cumberland County, Tennessee\",\"USA.43.18_1\",\"ChIJm1zaWvlWZ4gRBo8r3NN0_tE\",\"US47035\",\"47035\",35.9514961242676,-84.9802024469412,60520,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ecf8bc1a\",\"47037\",,84047037,47037,\"US_TN\",,,3,\"Tennessee\",\"Davidson\",\"Davidson County, Tennessee\",\"USA.43.19_1\",\"ChIJPZDrEzLsZIgRN4SPG6TwQJU\",\"US47037\",\"47037\",36.1878299713135,-86.7809598067452,694144,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0b40911d\",\"47039\",,84047039,47039,\"US_TN\",,,3,\"Tennessee\",\"Decatur\",\"Decatur County, Tennessee\",\"USA.43.20_1\",\"ChIJxb4CJQ6KfIgRfzSVZ1bNV20\",\"US47039\",\"47039\",35.6202850341797,-88.1123383977124,11663,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4ada8fe8\",\"47041\",,84047041,47041,\"US_TN\",,,3,\"Tennessee\",\"DeKalb\",\"DeKalb County, Tennessee\",\"USA.43.21_1\",\"ChIJBwdid_zLZogR5yC8vFJ8rrM\",\"US47041\",\"47041\",35.9823150634766,-85.8361978059947,20490,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a4d4eec4\",\"47043\",,84047043,47043,\"US_TN\",,,3,\"Tennessee\",\"Dickson\",\"Dickson County, Tennessee\",\"USA.43.22_1\",\"ChIJkxh84AG0ZIgRPQJPpE_mLqY\",\"US47043\",\"47043\",36.1450290679932,-87.3618800573485,53948,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4db74bf1\",\"47045\",,84047045,47045,\"US_TN\",,,3,\"Tennessee\",\"Dyer\",\"Dyer County, Tennessee\",\"USA.43.23_1\",\"ChIJTVKtZhkpeYgRQk7mIIf0Wco\",\"US47045\",\"47045\",36.0458946228029,-89.4211713867409,37159,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a3b92add\",\"47047\",,84047047,47047,\"US_TN\",,,3,\"Tennessee\",\"Fayette\",\"Fayette County, Tennessee\",\"USA.43.24_1\",\"ChIJaU0KYyYKf4gRd3T2KtqmA78\",\"US47047\",\"47047\",35.1973056793213,-89.4151044981436,41133,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"440107da\",\"47049\",,84047049,47049,\"US_TN\",,,3,\"Tennessee\",\"Fentress\",,\"USA.43.25_1\",\"ChIJdRn_Is6FXYgRYuonoLAqHBo\",\"US47049\",\"47049\",36.3600940704346,-84.9262314050003,18523,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"53c1bea9\",\"47051\",,84047051,47051,\"US_TN\",,,3,\"Tennessee\",\"Franklin\",\"Franklin County, Tennessee\",\"USA.43.26_1\",\"ChIJnz9aHfEmYYgRvXNLR288q1U\",\"US47051\",\"47051\",35.1762657165528,-86.0842744031457,42208,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bdcfdf85\",\"47053\",,84047053,47053,\"US_TN\",,,3,\"Tennessee\",\"Gibson\",\"Gibson County, Tennessee\",\"USA.43.27_1\",\"ChIJl5CPFi9OeYgRv9XPSRbVons\",\"US47053\",\"47053\",36.0053520202637,-88.9440684794907,49133,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"54ac7ab0\",\"47055\",,84047055,47055,\"US_TN\",,,3,\"Tennessee\",\"Giles\",\"Giles County, Tennessee\",\"USA.43.28_1\",\"ChIJoc3Y_kkBY4gRTBBmck1uM4A\",\"US47055\",\"47055\",35.216745376587,-87.019870363242,29464,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"baa21b9c\",\"47057\",,84047057,47057,\"US_TN\",,,3,\"Tennessee\",\"Grainger\",\"Grainger County, Tennessee\",\"USA.43.29_1\",\"ChIJybpboj6IW4gRJAtiBwCynhw\",\"US47057\",\"47057\",36.2516155242921,-83.5484313877883,23320,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5d1a369b\",\"47059\",,84047059,47059,\"US_TN\",,,3,\"Tennessee\",\"Greene\",\"Greene County, Tennessee\",\"USA.43.30_1\",\"ChIJ2V-CUwZNWogRJqJYGW6rO6w\",\"US47059\",\"47059\",36.1731052398683,-82.9064369275748,69069,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"78eced6a\",\"47061\",,84047061,47061,\"US_TN\",,,3,\"Tennessee\",\"Grundy\",\"Grundy County, Tennessee\",\"USA.43.31_1\",\"ChIJ9R_XrXkbYYgRkWtIXkRwkRE\",\"US47061\",\"47061\",35.3724060058594,-85.686918200118,13427,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"96e28c46\",\"47063\",,84047063,47063,\"US_TN\",,,3,\"Tennessee\",\"Hamblen\",\"Hamblen County, Tennessee\",\"USA.43.32_1\",\"ChIJu1mNSsiYW4gRGhrKlGVN3tQ\",\"US47063\",\"47063\",36.2134857177735,-83.2711377489529,64934,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7f812973\",\"47065\",,84047065,47065,\"US_TN\",,,3,\"Tennessee\",\"Hamilton\",\"Hamilton County, Tennessee\",\"USA.43.33_1\",\"ChIJuwVDlj2XYIgR_jxnvongYg4\",\"US47065\",\"47065\",35.2156257629395,-85.1580686042294,367804,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"918f485f\",\"47067\",,84047067,47067,\"US_TN\",,,3,\"Tennessee\",\"Hancock\",,\"USA.43.34_1\",\"ChIJsxbIiM0IW4gRNzTTujVKS3w\",\"US47067\",\"47067\",36.4957141876221,-83.2601999160186,6620,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"76376558\",\"47069\",,84047069,47069,\"US_TN\",,,3,\"Tennessee\",\"Hardeman\",\"Hardeman County, Tennessee\",\"USA.43.35_1\",\"ChIJJZHQcEyLfogRdEEip7_O9-Y\",\"US47069\",\"47069\",35.191900253296,-88.9878476192391,25050,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"61f7dc2b\",\"47071\",,84047071,47071,\"US_TN\",,,3,\"Tennessee\",\"Hardin\",\"Hardin County, Tennessee\",\"USA.43.36_1\",\"ChIJO7y9urdUfIgRQunH4tRpR8E\",\"US47071\",\"47071\",35.2262706756592,-88.1775664553775,25652,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8ff9bd07\",\"47073\",,84047073,47073,\"US_TN\",,,3,\"Tennessee\",\"Hawkins\",\"Hawkins County, Tennessee\",\"USA.43.37_1\",\"ChIJLwSnjGYAW4gRhZ6YFbz74nc\",\"US47073\",\"47073\",36.4196949005127,-82.9441682790083,56786,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"669a1832\",\"47075\",,84047075,47075,\"US_TN\",,,3,\"Tennessee\",\"Haywood\",\"Haywood County, Tennessee\",\"USA.43.38_1\",\"ChIJzV6pviDEfogRzuTboXhdg3k\",\"US47075\",\"47075\",35.6258239746094,-89.2710283955215,17304,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8894791e\",\"47077\",,84047077,47077,\"US_TN\",,,3,\"Tennessee\",\"Henderson\",\"Henderson County, Tennessee\",\"USA.43.39_1\",\"ChIJf-CcMLdyfIgRRO4LXQOrBKI\",\"US47077\",\"47077\",35.6166305541992,-88.4019040293209,28117,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6f2c5419\",\"47079\",,84047079,47079,\"US_TN\",,,3,\"Tennessee\",\"Henry\",\"Henry County, Tennessee\",\"USA.43.40_1\",\"ChIJlz_ADCKge4gR7ml-JqDr9GI\",\"US47079\",\"47079\",36.31614112854,-88.3120175200965,32345,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e66fc0e4\",\"47081\",,84047081,47081,\"US_TN\",,,3,\"Tennessee\",\"Hickman\",\"Hickman County, Tennessee\",\"USA.43.41_1\",\"ChIJQbkuFIipZIgR86S0dYZV7EA\",\"US47081\",\"47081\",35.7953701019288,-87.4728874551697,25178,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0861a1c8\",\"47083\",,84047083,47083,\"US_TN\",,,3,\"Tennessee\",\"Houston\",,\"USA.43.42_1\",\"ChIJyx-apQw5e4gRHn9jESZyOcM\",\"US47083\",\"47083\",36.2714595794678,-87.7364687704095,8201,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e10204fd\",\"47085\",,84047085,47085,\"US_TN\",,,3,\"Tennessee\",\"Humphreys\",\"Humphreys County, Tennessee\",\"USA.43.43_1\",\"ChIJ311BzYBQe4gRBYYr7XTrU1o\",\"US47085\",\"47085\",36.024284362793,-87.7745562516897,18582,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0f0c65d1\",\"47087\",,84047087,47087,\"US_TN\",,,3,\"Tennessee\",\"Jackson\",,\"USA.43.44_1\",\"ChIJXU2XCM7mZogRz0yhEoZWl3Y\",\"US47087\",\"47087\",36.3643970489503,-85.6655027727567,11786,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e8b448d6\",\"47089\",,84047089,47089,\"US_TN\",,,3,\"Tennessee\",\"Jefferson\",\"Jefferson County, Tennessee\",\"USA.43.45_1\",\"ChIJpXqlMjpxXIgR7S-rU1Bn884\",\"US47089\",\"47089\",36.0455551147462,-83.4628928758181,54495,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ff74f1a5\",\"47091\",,84047091,47091,\"US_TN\",,,3,\"Tennessee\",\"Johnson\",,\"USA.43.46_1\",\"ChIJ38d5AqpgUIgRa9NdXuPXLfc\",\"US47091\",\"47091\",36.437463760376,-81.8531920642388,17788,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"117a9089\",\"47093\",,84047093,47093,\"US_TN\",,,3,\"Tennessee\",\"Knox\",\"Knox County, Tennessee\",\"USA.43.47_1\",\"ChIJdQBFcKMmXIgRhNPZ1WdQsBY\",\"US47093\",\"47093\",35.9904937744141,-83.8994014786595,470313,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f81935bc\",\"47095\",,84047095,47095,\"US_TN\",,,3,\"Tennessee\",\"Lake\",,\"USA.43.48_1\",,\"US47095\",\"47095\",36.3442306518554,-89.4660292790537,7016,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"16175490\",\"47097\",,84047097,47097,\"US_TN\",,,3,\"Tennessee\",\"Lauderdale\",\"Lauderdale County, Tennessee\",\"USA.43.49_1\",\"ChIJUy37h8Iwf4gRZd9qhqSisRU\",\"US47097\",\"47097\",35.7448806762695,-89.6479960864967,25633,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f1af7997\",\"47099\",,84047099,47099,\"US_TN\",,,3,\"Tennessee\",\"Lawrence\",\"Lawrence County, Tennessee\",\"USA.43.50_1\",\"ChIJE8okJrsrY4gRDo11VFUSHSI\",\"US47099\",\"47099\",35.216745376587,-87.3948688827504,44142,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2f7420db\",\"47101\",,84047101,47101,\"US_TN\",,,3,\"Tennessee\",\"Lewis\",,\"USA.43.51_1\",\"ChIJS3WWoWs1Y4gR-5WGXycj-uo\",\"US47101\",\"47101\",35.5361595153809,-87.4873209759559,12268,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c17a41f7\",\"47103\",,84047103,47103,\"US_TN\",,,3,\"Tennessee\",\"Lincoln\",\"Lincoln County, Tennessee\",\"USA.43.52_1\",\"ChIJE9AqAAe1Y4gReyQlAnoBrRU\",\"US47103\",\"47103\",35.1758499145508,-86.6008833317895,34366,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2819e4c2\",\"47105\",,84047105,47105,\"US_TN\",,,3,\"Tennessee\",\"Loudon\",\"Loudon County, Tennessee\",\"USA.43.53_1\",\"ChIJCZqELb16XogRDpPl2yR5ZqM\",\"US47105\",\"47105\",35.7566108703613,-84.2910415847894,54068,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"366f119a\",\"47111\",,84047111,47111,\"US_TN\",,,3,\"Tennessee\",\"Macon\",\"Macon County, Tennessee\",\"USA.43.54_1\",\"ChIJt3YaEbGKZogRjUlGfmuKDnA\",\"US47111\",\"47111\",36.5262145996095,-86.016155128254,24602,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d86170b6\",\"47113\",,84047113,47113,\"US_TN\",,,3,\"Tennessee\",\"Madison\",\"Madison County, Tennessee\",\"USA.43.55_1\",\"ChIJ0XHNiLYFfIgRAWvtubgE9i8\",\"US47113\",\"47113\",35.6066703796387,-88.8443307720661,97984,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3102d583\",\"47115\",,84047115,47115,\"US_TN\",,,3,\"Tennessee\",\"Marion\",\"Marion County, Tennessee\",\"USA.43.56_1\",\"ChIJ3XB7acP_YIgREXiDM2phhN8\",\"US47115\",\"47115\",35.1532592773438,-85.6262070208032,28907,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"df0cb4af\",\"47117\",,84047117,47117,\"US_TN\",,,3,\"Tennessee\",\"Marshall\",\"Marshall County, Tennessee\",\"USA.43.57_1\",\"ChIJ57A-IJS7Y4gRoHylw8oHt-U\",\"US47117\",\"47117\",35.4837455749513,-86.7781478634544,34375,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"38b499a8\",\"47119\",,84047119,47119,\"US_TN\",,,3,\"Tennessee\",\"Maury\",\"Maury County, Tennessee\",\"USA.43.58_1\",\"ChIJeZACQhhsY4gR3P1rWRwT0ME\",\"US47119\",\"47119\",35.6422843933106,-87.0771448216662,96387,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c61785ee\",\"47107\",,84047107,47107,\"US_TN\",,,3,\"Tennessee\",\"McMinn\",\"McMinn County, Tennessee\",\"USA.43.59_1\",\"ChIJT5Yu-eU_XogRQAnU3e8XUyM\",\"US47107\",\"47107\",35.440191268921,-84.6218444817289,53794,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"21afa8e9\",\"47109\",,84047109,47109,\"US_TN\",,,3,\"Tennessee\",\"McNairy\",\"McNairy County, Tennessee\",\"USA.43.60_1\",\"ChIJlQb3Pq7MfYgR1cM3x5uVE9c\",\"US47109\",\"47109\",35.210454940796,-88.5778845624291,25694,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1d424259\",\"47121\",,84047121,47121,\"US_TN\",,,3,\"Tennessee\",\"Meigs\",,\"USA.43.61_1\",\"ChIJGXKokRsUXogRqDpl_hC-4GA\",\"US47121\",\"47121\",35.5215644836426,-84.7995664180681,12422,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f34c2375\",\"47123\",,84047123,47123,\"US_TN\",,,3,\"Tennessee\",\"Monroe\",\"Monroe County, Tennessee\",\"USA.43.62_1\",\"ChIJmZLtaGmrXogRgB2jqW2H3Vs\",\"US47123\",\"47123\",35.4398441314698,-84.214326163655,46545,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1a2f8640\",\"47125\",,84047125,47125,\"US_TN\",,,3,\"Tennessee\",\"Montgomery\",\"Montgomery County, Tennessee\",\"USA.43.63_1\",\"ChIJcXGk-4_RZIgRXDc05xoLPOo\",\"US47125\",\"47125\",36.4859657287598,-87.3693651073799,208993,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f421e76c\",\"47127\",,84047127,47127,\"US_TN\",,,3,\"Tennessee\",\"Moore\",,\"USA.43.64_1\",\"ChIJA87lpnPLY4gRGRyIF0EkkFE\",\"US47127\",\"47127\",35.2686996459962,-86.3558998413236,6488,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1399ca6b\",\"47129\",,84047129,47129,\"US_TN\",,,3,\"Tennessee\",\"Morgan\",,\"USA.43.65_1\",\"ChIJsf25DczsXYgRxZD9ROSK74k\",\"US47129\",\"47129\",36.1432762145997,-84.6659615025507,21403,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"04597318\",\"47131\",,84047131,47131,\"US_TN\",,,3,\"Tennessee\",\"Obion\",\"Obion County, Tennessee\",\"USA.43.66_1\",\"ChIJF4IE32tpeYgRRrAMNAGk7vg\",\"US47131\",\"47131\",36.3747501373291,-89.1702066815269,30069,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ea571234\",\"47133\",,84047133,47133,\"US_TN\",,,3,\"Tennessee\",\"Overton\",\"Overton County, Tennessee\",\"USA.43.67_1\",\"ChIJr131lh5vZ4gRcm81EY1uQdc\",\"US47133\",\"47133\",36.33935546875,-85.3087629966102,22241,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0334b701\",\"47135\",,84047135,47135,\"US_TN\",,,3,\"Tennessee\",\"Perry\",,\"USA.43.68_1\",\"ChIJ_THZynKUfIgRLxGoszNnggo\",\"US47135\",\"47135\",35.633264541626,-87.8588106084052,8076,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ed3ad62d\",\"47137\",,84047137,47137,\"US_TN\",,,3,\"Tennessee\",\"Pickett\",,\"USA.43.69_1\",,\"US47137\",\"47137\",36.5198593139648,-85.1563725631766,5048,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0a82fb2a\",\"47139\",,84047139,47139,\"US_TN\",,,3,\"Tennessee\",\"Polk\",,\"USA.43.70_1\",\"ChIJIZHO0CRGXogRI7Zjg5nFhxI\",\"US47139\",\"47139\",35.1146507263184,-84.5176905711068,16832,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4b18e5df\",\"47141\",,84047141,47141,\"US_TN\",,,3,\"Tennessee\",\"Putnam\",\"Putnam County, Tennessee\",\"USA.43.71_1\",\"ChIJmwdNvKseZ4gRvKBEn73vLjo\",\"US47141\",\"47141\",36.1416606903076,-85.4568229009026,80245,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a51684f3\",\"47143\",,84047143,47143,\"US_TN\",,,3,\"Tennessee\",\"Rhea\",\"Rhea County, Tennessee\",\"USA.43.72_1\",\"ChIJyZfUod-oYIgRHsTJuzR2pBo\",\"US47143\",\"47143\",35.6191310882569,-84.9143337595328,33167,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4c7521c6\",\"47145\",,84047145,47145,\"US_TN\",,,3,\"Tennessee\",\"Roane\",\"Roane County, Tennessee\",\"USA.43.73_1\",\"ChIJc6XnV8d_XogRrv1ipLOcCTw\",\"US47145\",\"47145\",35.8456401824951,-84.546641130939,53382,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a27b40ea\",\"47147\",,84047147,47147,\"US_TN\",,,3,\"Tennessee\",\"Robertson\",\"Robertson County, Tennessee\",\"USA.43.74_1\",\"ChIJSZoDIMxVZIgRCM0qa83_1KA\",\"US47147\",\"47147\",36.5056552886964,-86.8811926310784,71813,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"45c36ded\",\"47149\",,84047149,47149,\"US_TN\",,,3,\"Tennessee\",\"Rutherford\",\"Rutherford County, Tennessee\",\"USA.43.75_1\",\"ChIJY3uH9qr5Y4gRSc3S3p8qWsk\",\"US47149\",\"47149\",35.8583812713624,-86.3904549338922,332285,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5203d49e\",\"47151\",,84047151,47151,\"US_TN\",,,3,\"Tennessee\",\"Scott\",,\"USA.43.76_1\",\"ChIJs-dtr56gXYgRjY6TDA5aYr4\",\"US47151\",\"47151\",36.3865947723389,-84.5008683144657,22068,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bc0db5b2\",\"47153\",,84047153,47153,\"US_TN\",,,3,\"Tennessee\",\"Sequatchie\",,\"USA.43.77_1\",\"ChIJ0VAo5QHyYIgRZLf8N8z-rpA\",\"US47153\",\"47153\",35.3568859100343,-85.3696904513473,15026,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"556e1087\",\"47155\",,84047155,47155,\"US_TN\",,,3,\"Tennessee\",\"Sevier\",\"Sevier County, Tennessee\",\"USA.43.78_1\",\"ChIJSzuyVRX-W4gRukjEdGDY2gM\",\"US47155\",\"47155\",35.8042602539063,-83.5121723923269,98250,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bb6071ab\",\"47157\",,84047157,47157,\"US_TN\",,,3,\"Tennessee\",\"Shelby\",\"Shelby County, Tennessee\",\"USA.43.79_1\",\"ChIJxTozQx5-1YcRllAW6iCNC4U\",\"US47157\",\"47157\",35.2045860290528,-89.8636959955073,937166,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5cd85cac\",\"47159\",,84047159,47159,\"US_TN\",,,3,\"Tennessee\",\"Smith\",\"Smith County, Tennessee\",\"USA.43.80_1\",\"ChIJYZI-rWaTZogRMfMLUoLtkpo\",\"US47159\",\"47159\",36.2544040679932,-85.9717336415994,20157,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"792e875d\",\"47161\",,84047161,47161,\"US_TN\",,,3,\"Tennessee\",\"Stewart\",,\"USA.43.81_1\",\"ChIJH_USb_TgeogR_ZAp2Z30_w0\",\"US47161\",\"47161\",36.5028247833252,-87.8327265609044,13715,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9720e671\",\"47163\",,84047163,47163,\"US_TN\",,,3,\"Tennessee\",\"Sullivan\",\"Sullivan County, Tennessee\",\"USA.43.82_1\",\"ChIJkVvjkRuDWogRGTIgypBlSWE\",\"US47163\",\"47163\",36.5060043334961,-82.3130193710732,158348,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7e434344\",\"47165\",,84047165,47165,\"US_TN\",,,3,\"Tennessee\",\"Sumner\",\"Sumner County, Tennessee\",\"USA.43.83_1\",\"ChIJ_WmAQCgvZIgRZmf7nHhvxGo\",\"US47165\",\"47165\",36.4449100494386,-86.4733168613023,191283,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"904d2268\",\"47167\",,84047167,47167,\"US_TN\",,,3,\"Tennessee\",\"Tipton\",\"Tipton County, Tennessee\",\"USA.43.84_1\",\"ChIJSbqWEC9wf4gRv70EF_qHB-k\",\"US47167\",\"47167\",35.5018692016601,-89.7584578646602,61599,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"77f50f6f\",\"47169\",,84047169,47169,\"US_TN\",,,3,\"Tennessee\",\"Trousdale\",,\"USA.43.85_1\",\"ChIJv_juAUknZIgR9WMpJ3kXSw8\",\"US47169\",\"47169\",36.395586013794,-86.1393435418622,11284,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6035b61c\",\"47171\",,84047171,47171,\"US_TN\",,,3,\"Tennessee\",\"Unicoi\",,\"USA.43.86_1\",\"ChIJUVTfKpBvWogR7fifASuvo7Y\",\"US47171\",\"47171\",36.1073951721193,-82.4763696040036,17883,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8e3bd730\",\"47173\",,84047173,47173,\"US_TN\",,,3,\"Tennessee\",\"Union\",,\"USA.43.87_1\",\"ChIJ66ZTKftlXIgRVp7DQd8uZi8\",\"US47173\",\"47173\",36.3000259399414,-83.8330042729011,19972,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"67587205\",\"47175\",,84047175,47175,\"US_TN\",,,3,\"Tennessee\",\"Van Buren\",,\"USA.43.88_1\",\"ChIJiXtpqorMYIgRWpuNEZYLPUU\",\"US47175\",\"47175\",35.676010131836,-85.4555072148536,5872,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"89561329\",\"47177\",,84047177,47177,\"US_TN\",,,3,\"Tennessee\",\"Warren\",\"Warren County, Tennessee\",\"USA.43.89_1\",\"ChIJE3r49UcjYYgRHYsqOzOdbis\",\"US47177\",\"47177\",35.6861057281494,-85.7966086124252,41277,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6eee3e2e\",\"47179\",,84047179,47179,\"US_TN\",,,3,\"Tennessee\",\"Washington\",\"Washington County, Tennessee\",\"USA.43.90_1\",\"ChIJF05BrCZiWogRTPhK0jAwcKU\",\"US47179\",\"47179\",36.2700347900391,-82.4903987407467,129375,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e7adaad3\",\"47181\",,84047181,47181,\"US_TN\",,,3,\"Tennessee\",\"Wayne\",,\"USA.43.91_1\",\"ChIJ_Q2CuTbZfIgR-JtR_fSG8gc\",\"US47181\",\"47181\",35.2257595062257,-87.7820204295182,16673,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"09a3cbff\",\"47183\",,84047183,47183,\"US_TN\",,,3,\"Tennessee\",\"Weakley\",\"Weakley County, Tennessee\",\"USA.43.92_1\",\"ChIJCzP6dzzCe4gR8Mv6q2U_Yo0\",\"US47183\",\"47183\",36.2605209350587,-88.7426241092138,33328,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e0c06eca\",\"47185\",,84047185,47185,\"US_TN\",,,3,\"Tennessee\",\"White\",\"White County, Tennessee\",\"USA.43.93_1\",\"ChIJrTGVvM8zZ4gRmoyPV8rAo5E\",\"US47185\",\"47185\",35.9251708984376,-85.4524395725359,27345,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0ece0fe6\",\"47187\",,84047187,47187,\"US_TN\",,,3,\"Tennessee\",\"Williamson\",\"Williamson County, Tennessee\",\"USA.43.94_1\",\"ChIJNUn54OB4Y4gRk0nGyKUQcOU\",\"US47187\",\"47187\",35.8703613281251,-86.9140941970877,238412,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e97622e1\",\"47189\",,84047189,47189,\"US_TN\",,,3,\"Tennessee\",\"Wilson\",\"Wilson County, Tennessee\",\"USA.43.95_1\",\"ChIJc0Wm9NN0ZIgRTPRInI3wKNs\",\"US47189\",\"47189\",36.1590900421143,-86.3234423106937,144657,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"76d55aba\",\"48001\",,84048001,48001,\"US_TX\",,,3,\"Texas\",\"Anderson\",\"Anderson County, Texas\",\"USA.44.1_1\",\"ChIJEVmjAz5nSIYRZwt99yWrrhM\",\"US48001\",\"48001\",31.7943658828735,-95.6908491231777,57735,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"98db3b96\",\"48003\",,84048003,48003,\"US_TX\",,,3,\"Texas\",\"Andrews\",\"Andrews County, Texas\",\"USA.44.2_1\",\"ChIJB0YjgK6N-4YRULmdScI_-9o\",\"US48003\",\"48003\",32.3473186492921,-102.636673461089,18705,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"71b89ea3\",\"48005\",,84048005,48005,\"US_TX\",,,3,\"Texas\",\"Angelina\",\"Angelina County, Texas\",\"USA.44.3_1\",\"ChIJbWUFnLAwOIYRDxGvxNngXxE\",\"US48005\",\"48005\",31.2776651382447,-94.6355094485349,86715,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9fb6ff8f\",\"48007\",,84048007,48007,\"US_TX\",,,3,\"Texas\",\"Aransas\",\"Aransas County, Texas\",\"USA.44.4_1\",\"ChIJJxJm5H5JaIYRwOZqhsJvLFU\",\"US48007\",\"48007\",28.2285528182983,-97.0315799204932,23510,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"780ed288\",\"48009\",,84048009,48009,\"US_TX\",,,3,\"Texas\",\"Archer\",,\"USA.44.5_1\",\"ChIJx8C4k1RqU4YRW_iytI6Z8a4\",\"US48009\",\"48009\",33.6494312286377,-98.6882964168368,8553,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6fce6bfb\",\"48011\",,84048011,48011,\"US_TX\",,,3,\"Texas\",\"Armstrong\",,\"USA.44.6_1\",,\"US48011\",\"48011\",34.9653854370118,-101.356036454826,1887,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"81c00ad7\",\"48013\",,84048013,48013,\"US_TX\",,,3,\"Texas\",\"Atascosa\",\"Atascosa County, Texas\",\"USA.44.7_1\",\"ChIJjdfg2mBzXYYRIeM2WooTSPs\",\"US48013\",\"48013\",28.9342107772827,-98.5190798813758,51153,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"68a3afe2\",\"48015\",,84048015,48015,\"US_TX\",,,3,\"Texas\",\"Austin\",\"Austin County, Texas\",\"USA.44.8_1\",\"ChIJUSh5paNEQYYR2cVjWHsuiVs\",\"US48015\",\"48015\",29.8489198684692,-96.2745529180877,30032,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"86adcece\",\"48017\",,84048017,48017,\"US_TX\",,,3,\"Texas\",\"Bailey\",,\"USA.44.9_1\",\"ChIJn3iCzEZhAocRTOwYaWavzKU\",\"US48017\",\"48017\",34.075309753418,-102.82951040912,7000,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6115e3c9\",\"48019\",,84048019,48019,\"US_TX\",,,3,\"Texas\",\"Bandera\",\"Bandera County, Texas\",\"USA.44.10_1\",\"ChIJ3dcmJQ-pXoYR9Tfjv4TPPnA\",\"US48019\",\"48019\",29.7504863739013,-99.2296634893769,23112,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"44e33838\",\"48021\",,84048021,48021,\"US_TX\",,,3,\"Texas\",\"Bastrop\",\"Bastrop County, Texas\",\"USA.44.11_1\",\"ChIJr0V0aJKURIYRE6PKPTPxrS0\",\"US48021\",\"48021\",30.1199703216554,-97.3191229404542,88723,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aaed5914\",\"48023\",,84048023,48023,\"US_TX\",,,3,\"Texas\",\"Baylor\",,\"USA.44.12_1\",,\"US48023\",\"48023\",33.5648708343506,-99.215394940406,3509,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"438efc21\",\"48025\",,84048025,48025,\"US_TX\",,,3,\"Texas\",\"Bee\",\"Bee County, Texas\",\"USA.44.13_1\",\"ChIJvYVfKbcBaIYR220fjLmQqfo\",\"US48025\",\"48025\",28.4219303131104,-97.7110525969016,32565,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ad809d0d\",\"48027\",,84048027,48027,\"US_TX\",,,3,\"Texas\",\"Bell\",\"Bell County, Texas\",\"USA.44.14_1\",\"ChIJWQqIJGJGRYYR9aDqx3l4418\",\"US48027\",\"48027\",31.0508947372438,-97.5138906672634,362924,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4a38b00a\",\"48029\",,84048029,48029,\"US_TX\",,,3,\"Texas\",\"Bexar\",\"Bexar County, Texas\",\"USA.44.15_1\",\"ChIJycWfxDz1XIYRgQasSE1FyTI\",\"US48029\",\"48029\",29.3440141677856,-98.5096806066569,2003554,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5df80979\",\"48031\",,84048031,48031,\"US_TX\",,,3,\"Texas\",\"Blanco\",\"Blanco County, Texas\",\"USA.44.16_1\",\"ChIJKXidLZmdW4YRKEWOCF7SI-s\",\"US48031\",\"48031\",30.185510635376,-98.4141533625949,11931,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b3f66855\",\"48033\",,84048033,48033,\"US_TX\",,,3,\"Texas\",\"Borden\",,\"USA.44.17_1\",,\"US48033\",\"48033\",32.7430496215821,-101.433203818559,654,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5a95cd60\",\"48035\",,84048035,48035,\"US_TX\",,,3,\"Texas\",\"Bosque\",\"Bosque County, Texas\",\"USA.44.18_1\",\"ChIJEcVWYuzBT4YRjdDfd4HyQDY\",\"US48035\",\"48035\",31.9028501510621,-97.6541502433393,18685,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b49bac4c\",\"48037\",,84048037,48037,\"US_TX\",,,3,\"Texas\",\"Bowie\",\"Bowie County, Texas\",\"USA.44.19_1\",\"ChIJl0XlkQM3NIYRCmAmJnf-n8Q\",\"US48037\",\"48037\",33.4785461425781,-94.3955839424429,93245,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5323814b\",\"48039\",,84048039,48039,\"US_TX\",,,3,\"Texas\",\"Brazoria\",\"Brazoria County, Texas\",\"USA.44.20_1\",\"ChIJxwGSkgbpQIYRNcjQowMUR-Q\",\"US48039\",\"48039\",29.2119131088257,-95.5303631987321,374264,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"12b99fbe\",\"48041\",,84048041,48041,\"US_TX\",,,3,\"Texas\",\"Brazos\",\"Brazos County, Texas\",\"USA.44.21_1\",\"ChIJMRMDr4-PRoYRaxzx1RBnWGA\",\"US48041\",\"48041\",30.6542844772339,-96.3829202592636,229211,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fcb7fe92\",\"48043\",,84048043,48043,\"US_TX\",,,3,\"Texas\",\"Brewster\",\"Brewster County, Texas\",\"USA.44.22_1\",\"ChIJgS67SiiU8YYRu7HvHKb0EGo\",\"US48043\",\"48043\",29.8159303665161,-103.084195010271,9203,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"15d45ba7\",\"48045\",,84048045,48045,\"US_TX\",,,3,\"Texas\",\"Briscoe\",,\"USA.44.23_1\",,\"US48045\",\"48045\",34.5298805236817,-101.208524326277,1546,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fbda3a8b\",\"48047\",,84048047,48047,\"US_TX\",,,3,\"Texas\",\"Brooks\",\"Brooks County, Texas\",\"USA.44.24_1\",\"ChIJNeiPsc5uZoYRPJBdX6tD7OA\",\"US48047\",\"48047\",26.9190692901612,-98.2029668439691,7093,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1c62178c\",\"48049\",,84048049,48049,\"US_TX\",,,3,\"Texas\",\"Brown\",\"Brown County, Texas\",\"USA.44.25_1\",\"ChIJFeU3xonGUIYRWKlWLrGcjT0\",\"US48049\",\"48049\",31.8103656768799,-98.9718325531143,37864,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0ba2aeff\",\"48051\",,84048051,48051,\"US_TX\",,,3,\"Texas\",\"Burleson\",\"Burleson County, Texas\",\"USA.44.26_1\",\"ChIJyT6-dvc3RIYRy1xbI6KvAGs\",\"US48051\",\"48051\",30.5143260955812,-96.6404970362941,18443,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e5accfd3\",\"48053\",,84048053,48053,\"US_TX\",,,3,\"Texas\",\"Burnet\",\"Burnet County, Texas\",\"USA.44.27_1\",\"ChIJu3CdUe3nWoYRn2lOf9s_7bk\",\"US48053\",\"48053\",30.7352256774903,-98.1862761410497,48155,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0ccf6ae6\",\"48055\",,84048055,48055,\"US_TX\",,,3,\"Texas\",\"Caldwell\",\"Caldwell County, Texas\",\"USA.44.28_1\",\"ChIJ-zyRzgNRQ4YRh6l-eDM-Wkw\",\"US48055\",\"48055\",29.8513946533203,-97.6304593582955,43664,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e2c10bca\",\"48057\",,84048057,48057,\"US_TX\",,,3,\"Texas\",\"Calhoun\",\"Calhoun County, Texas\",\"USA.44.29_1\",\"ChIJg2Vts2bkaYYRwh3vjh-wvjM\",\"US48057\",\"48057\",28.5132856369019,-96.6924110668759,21290,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"057926cd\",\"48059\",,84048059,48059,\"US_TX\",,,3,\"Texas\",\"Callahan\",\"Callahan County, Texas\",\"USA.44.30_1\",\"ChIJp8esmWLpVoYR9TWihuPfIhs\",\"US48059\",\"48059\",32.2325706481934,-99.3753129694321,13943,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"208ffd3c\",\"48061\",,84048061,48061,\"US_TX\",,,3,\"Texas\",\"Cameron\",\"Cameron County, Texas\",\"USA.44.31_1\",\"ChIJ06tle7N4b4YRqHTn0TzEbvk\",\"US48061\",\"48061\",26.1172218322754,-97.5811226955928,423163,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ce819c10\",\"48063\",,84048063,48063,\"US_TX\",,,3,\"Texas\",\"Camp\",,\"USA.44.32_1\",\"ChIJl7gKcI0ENoYRXhxMDUfTwUc\",\"US48063\",\"48063\",32.9909496307374,-94.9940061028342,13094,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"27e23925\",\"48065\",,84048065,48065,\"US_TX\",,,3,\"Texas\",\"Carson\",\"Carson County, Texas\",\"USA.44.33_1\",\"ChIJo5O_ql_QBocRPZImyP2tJQw\",\"US48065\",\"48065\",35.4006156921388,-101.355161670541,5926,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c9ec5809\",\"48067\",,84048067,48067,\"US_TX\",,,3,\"Texas\",\"Cass\",\"Cass County, Texas\",\"USA.44.34_1\",\"ChIJTdUg7t8qNIYRpTjvC1dUdX0\",\"US48067\",\"48067\",33.0639057159424,-94.3511253871081,30026,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2e54750e\",\"48069\",,84048069,48069,\"US_TX\",,,3,\"Texas\",\"Castro\",,\"USA.44.35_1\",\"ChIJ87AAjgQuAocRFDxKExeJ3DU\",\"US48069\",\"48069\",34.529094696045,-102.261146460893,7530,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3994cc7d\",\"48071\",,84048071,48071,\"US_TX\",,,3,\"Texas\",\"Chambers\",\"Chambers County, Texas\",\"USA.44.36_1\",\"ChIJ_f-rJelGP4YRglVdxgmCLnc\",\"US48071\",\"48071\",29.7065048217774,-94.5236648110119,43837,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d79aad51\",\"48073\",,84048073,48073,\"US_TX\",,,3,\"Texas\",\"Cherokee\",\"Cherokee County, Texas\",\"USA.44.37_1\",\"ChIJrWw1l9sZSIYRE8vLZzPzXWA\",\"US48073\",\"48073\",31.784351348877,-95.18606859568,52646,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3ef90864\",\"48075\",,84048075,48075,\"US_TX\",,,3,\"Texas\",\"Childress\",,\"USA.44.38_1\",\"ChIJ6eGj1CiUqocR0MwC5KKzmZo\",\"US48075\",\"48075\",34.4360294342041,-100.208935561122,7306,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d0f76948\",\"48077\",,84048077,48077,\"US_TX\",,,3,\"Texas\",\"Clay\",\"Clay County, Texas\",\"USA.44.39_1\",\"ChIJGS21EtruUoYRl2ACAlODrdA\",\"US48077\",\"48077\",33.6508407592774,-98.2013509398458,10471,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"374f444f\",\"48079\",,84048079,48079,\"US_TX\",,,3,\"Texas\",\"Cochran\",,\"USA.44.40_1\",,\"US48079\",\"48079\",33.6070213317871,-102.828795234569,2853,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"be0cd0b2\",\"48081\",,84048081,48081,\"US_TX\",,,3,\"Texas\",\"Coke\",,\"USA.44.41_1\",\"ChIJ8y-qEB_TV4YRV3KniZz5CGc\",\"US48081\",\"48081\",31.834939956665,-100.528318260252,3387,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5002b19e\",\"48083\",,84048083,48083,\"US_TX\",,,3,\"Texas\",\"Coleman\",,\"USA.44.42_1\",\"ChIJsTxJGoooV4YRdakAfQWTUA0\",\"US48083\",\"48083\",31.830135345459,-99.4608387452409,8175,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b96114ab\",\"48085\",,84048085,48085,\"US_TX\",,,3,\"Texas\",\"Collin\",\"Collin County, Texas\",\"USA.44.43_1\",\"ChIJ-Xm73adITIYRhrb-NBX-zks\",\"US48085\",\"48085\",33.1638698577881,-96.5695765308955,1034730,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"576f7587\",\"48087\",,84048087,48087,\"US_TX\",,,3,\"Texas\",\"Collingsworth\",,\"USA.44.44_1\",,\"US48087\",\"48087\",34.9430789947511,-100.27010889021,2920,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b0d75880\",\"48089\",,84048089,48089,\"US_TX\",,,3,\"Texas\",\"Colorado\",\"Colorado County, Texas\",\"USA.44.45_1\",\"ChIJZ_r-TL3dQ4YRvY0k6IIX004\",\"US48089\",\"48089\",29.6020097732544,-96.5237034801881,21493,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a717e1f3\",\"48091\",,84048091,48091,\"US_TX\",,,3,\"Texas\",\"Comal\",\"Comal County, Texas\",\"USA.44.46_1\",\"ChIJrfT9lp-FXIYRe8ruG_TtGBU\",\"US48091\",\"48091\",29.8049545288086,-98.3001021013672,156209,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"491980df\",\"48093\",,84048093,48093,\"US_TX\",,,3,\"Texas\",\"Comanche\",\"Comanche County, Texas\",\"USA.44.47_1\",\"ChIJt7SpjOj-UIYRxSIanuZAlvU\",\"US48093\",\"48093\",31.9730014801026,-98.600407637614,13635,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a07a25ea\",\"48095\",,84048095,48095,\"US_TX\",,,3,\"Texas\",\"Concho\",,\"USA.44.48_1\",,\"US48095\",\"48095\",31.2776069641114,-99.859602593771,2726,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4e7444c6\",\"48097\",,84048097,48097,\"US_TX\",,,3,\"Texas\",\"Cooke\",\"Cooke County, Texas\",\"USA.44.49_1\",\"ChIJNx0mIcKmTYYRxV-8JFisk-c\",\"US48097\",\"48097\",33.642074584961,-97.2135089480027,41257,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a9cc69c1\",\"48099\",,84048099,48099,\"US_TX\",,,3,\"Texas\",\"Coryell\",\"Coryell County, Texas\",\"USA.44.50_1\",\"ChIJR3cqUHnqWoYRzwcSqBzQ8tg\",\"US48099\",\"48099\",31.3926858901978,-97.8001369461195,75951,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7717308d\",\"48101\",,84048101,48101,\"US_TX\",,,3,\"Texas\",\"Cottle\",,\"USA.44.51_1\",,\"US48101\",\"48101\",34.1325187683106,-100.28257353555,1398,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"991951a1\",\"48103\",,84048103,48103,\"US_TX\",,,3,\"Texas\",\"Crane\",,\"USA.44.52_1\",\"ChIJAxB_tw9C-oYR4mXkgdJN9CU\",\"US48103\",\"48103\",31.3579053878785,-102.54221313207,4797,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"707af494\",\"48105\",,84048105,48105,\"US_TX\",,,3,\"Texas\",\"Crockett\",\"Crockett County, Texas\",\"USA.44.53_1\",\"ChIJBaQF4_UW94YRlhH1Jd_yMD4\",\"US48105\",\"48105\",30.6876249313355,-101.3704485638,3464,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9e7495b8\",\"48107\",,84048107,48107,\"US_TX\",,,3,\"Texas\",\"Crosby\",,\"USA.44.54_1\",\"ChIJOff-gXHN_4YRMjwwlEI_WAE\",\"US48107\",\"48107\",33.6452503204347,-101.302565404754,5737,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"79ccb8bf\",\"48109\",,84048109,48109,\"US_TX\",,,3,\"Texas\",\"Culberson\",\"Culberson County, Texas\",\"USA.44.55_1\",\"ChIJ1WNiY3u65YYR6eCEyt5GKyU\",\"US48109\",\"48109\",31.2319459915161,-104.503782879777,2171,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6e0c01cc\",\"48111\",,84048111,48111,\"US_TX\",,,3,\"Texas\",\"Dallam\",\"Dallam County, Texas\",\"USA.44.56_1\",\"ChIJp3awtuW6BYcR-RroIVwRhcs\",\"US48111\",\"48111\",36.3363189697266,-102.600955781419,7287,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"800260e0\",\"48113\",,84048113,48113,\"US_TX\",,,3,\"Texas\",\"Dallas\",\"Dallas County, Texas\",\"USA.44.57_1\",\"ChIJgUO9Ukq_ToYRh9ndnDaZsUc\",\"US48113\",\"48113\",32.6827716827393,-96.7801024416145,2635516,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6961c5d5\",\"48115\",,84048115,48115,\"US_TX\",,,3,\"Texas\",\"Dawson\",\"Dawson County, Texas\",\"USA.44.58_1\",\"ChIJrwzC_9Gk_oYR-lWJvRB-ksI\",\"US48115\",\"48115\",32.7424640655518,-101.947690986458,12728,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"876fa4f9\",\"48117\",,84048117,48117,\"US_TX\",,,3,\"Texas\",\"Deaf Smith\",\"Deaf Smith County, Texas\",\"USA.44.59_1\",\"ChIJN3ODW3e7A4cRfTRhqEpDufM\",\"US48117\",\"48117\",35.0683116912843,-102.60564545122,18546,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"60d789fe\",\"48119\",,84048119,48119,\"US_TX\",,,3,\"Texas\",\"Delta\",,\"USA.44.60_1\",\"ChIJb43kdG5JSoYRshWW0W33iPc\",\"US48119\",\"48119\",33.3557415008545,-95.7253750423771,5331,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4521520f\",\"48121\",,84048121,48121,\"US_TX\",,,3,\"Texas\",\"Denton\",\"Denton County, Texas\",\"USA.44.61_1\",\"ChIJXQTukxTTTYYR08hsTrvOVUM\",\"US48121\",\"48121\",33.1990909576417,-97.1153287763529,887207,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ab2f3323\",\"48123\",,84048123,48123,\"US_TX\",,,3,\"Texas\",\"DeWitt\",\"DeWitt County, Texas\",\"USA.44.62_1\",\"ChIJ3T_tuY_kQoYR__9r_eJrnpk\",\"US48123\",\"48123\",29.0546655654908,-97.3666068450826,20160,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"424c9616\",\"48125\",,84048125,48125,\"US_TX\",,,3,\"Texas\",\"Dickens\",,\"USA.44.63_1\",,\"US48125\",\"48125\",33.615369796753,-100.780763452346,2211,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ac42f73a\",\"48127\",,84048127,48127,\"US_TX\",,,3,\"Texas\",\"Dimmit\",\"Dimmit County, Texas\",\"USA.44.64_1\",\"ChIJB78c9dIoXoYR66aEZeyNdBM\",\"US48127\",\"48127\",28.4187059402467,-99.7514324374833,10124,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4bfada3d\",\"48129\",,84048129,48129,\"US_TX\",,,3,\"Texas\",\"Donley\",,\"USA.44.65_1\",\"ChIJAXbe8z6MAIcRI8heFVS9NsQ\",\"US48129\",\"48129\",34.9651145935059,-100.812973655932,3278,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5c3a634e\",\"48131\",,84048131,48131,\"US_TX\",,,3,\"Texas\",\"Duval\",,\"USA.44.66_1\",\"ChIJb14pQ_39ZoYRZ9fLoXHd3NM\",\"US48131\",\"48131\",27.7090406417847,-98.5175375207769,11157,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b2340262\",\"48133\",,84048133,48133,\"US_TX\",,,3,\"Texas\",\"Eastland\",\"Eastland County, Texas\",\"USA.44.67_1\",\"ChIJ527hUyhrUYYRNzV1Uzb3vgQ\",\"US48133\",\"48133\",32.3396339416504,-98.7973326099151,18360,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5b57a757\",\"48135\",,84048135,48135,\"US_TX\",,,3,\"Texas\",\"Ector\",\"Ector County, Texas\",\"USA.44.68_1\",\"ChIJMcb4M5i2-4YRn9mKXY_BMFA\",\"US48135\",\"48135\",31.9612245559693,-102.54382344423,166223,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b559c67b\",\"48137\",,84048137,48137,\"US_TX\",,,3,\"Texas\",\"Edwards\",,\"USA.44.69_1\",,\"US48137\",\"48137\",29.9685354232789,-100.347410413427,1932,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"137bf589\",\"48141\",,84048141,48141,\"US_TX\",,,3,\"Texas\",\"El Paso\",\"El Paso County, Texas\",\"USA.44.70_1\",\"ChIJVSJTWBJA54YR3Ao2jnl-Kgc\",\"US48141\",\"48141\",31.6946592330933,-106.172508224513,839238,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"52e1eb7c\",\"48139\",,84048139,48139,\"US_TX\",,,3,\"Texas\",\"Ellis\",\"Ellis County, Texas\",\"USA.44.71_1\",\"ChIJpXU5wPboToYRoRsDS4SukkU\",\"US48139\",\"48139\",32.2990798950196,-96.7669028509564,184826,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fd7594a5\",\"48143\",,84048143,48143,\"US_TX\",,,3,\"Texas\",\"Erath\",\"Erath County, Texas\",\"USA.44.72_1\",\"ChIJo5ytvJK2UYYR-3bwFE2j9RA\",\"US48143\",\"48143\",32.1583805084229,-98.1935378916747,42698,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"14163190\",\"48145\",,84048145,48145,\"US_TX\",,,3,\"Texas\",\"Falls\",\"Falls County, Texas\",\"USA.44.73_1\",\"ChIJ1S6HHM-ERYYRXsFAY7IqlgU\",\"US48145\",\"48145\",31.2514057159425,-96.936237921418,17297,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fa1850bc\",\"48147\",,84048147,48147,\"US_TX\",,,3,\"Texas\",\"Fannin\",\"Fannin County, Texas\",\"USA.44.74_1\",\"ChIJqdc3pm-QS4YRZjMBVKqdqYo\",\"US48147\",\"48147\",33.5743198394776,-96.1191552959701,35514,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1da07dbb\",\"48149\",,84048149,48149,\"US_TX\",,,3,\"Texas\",\"Fayette\",\"Fayette County, Texas\",\"USA.44.75_1\",\"ChIJY1VBTcyAQ4YRl4D1vOLKCXM\",\"US48149\",\"48149\",29.8815412521363,-96.9235137811502,25346,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0a60c4c8\",\"48151\",,84048151,48151,\"US_TX\",,,3,\"Texas\",\"Fisher\",,\"USA.44.76_1\",,\"US48151\",\"48151\",32.662281036377,-100.402982240623,3830,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e46ea5e4\",\"48153\",,84048153,48153,\"US_TX\",,,3,\"Texas\",\"Floyd\",,\"USA.44.77_1\",\"ChIJf1xA5jsqAIcRkFJVrtagT3U\",\"US48153\",\"48153\",34.073040008545,-101.303313607067,5712,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0d0d00d1\",\"48155\",,84048155,48155,\"US_TX\",,,3,\"Texas\",\"Foard\",,\"USA.44.78_1\",,\"US48155\",\"48155\",33.9893455505372,-99.7649872939042,1155,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e30361fd\",\"48157\",,84048157,48157,\"US_TX\",,,3,\"Texas\",\"Fort Bend\",\"Fort Bend County, Texas\",\"USA.44.79_1\",\"ChIJJ8TgvjLbQIYRVey1STdj-Lk\",\"US48157\",\"48157\",29.5256099700928,-95.7449482648183,811688,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"04bb4cfa\",\"48159\",,84048159,48159,\"US_TX\",,,3,\"Texas\",\"Franklin\",\"Franklin County, Texas\",\"USA.44.80_1\",\"ChIJtYN32zkPSoYRTYK2DEL35yk\",\"US48159\",\"48159\",33.2013950347902,-95.2181937723872,10725,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"214d970b\",\"48161\",,84048161,48161,\"US_TX\",,,3,\"Texas\",\"Freestone\",\"Freestone County, Texas\",\"USA.44.81_1\",\"ChIJ14iHgp27SIYR1wzjyfSyzag\",\"US48161\",\"48161\",31.7118301391602,-96.1576322667136,19717,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cf43f627\",\"48163\",,84048163,48163,\"US_TX\",,,3,\"Texas\",\"Frio\",\"Frio County, Texas\",\"USA.44.82_1\",\"ChIJFdV4r5zeXYYRGwczN8Vx8mM\",\"US48163\",\"48163\",28.8660068511963,-99.1047578960512,20306,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"26205312\",\"48165\",,84048165,48165,\"US_TX\",,,3,\"Texas\",\"Gaines\",\"Gaines County, Texas\",\"USA.44.83_1\",\"ChIJOya2wmkU_IYRqBHNXKmaf6w\",\"US48165\",\"48165\",32.7414798736573,-102.63365095193,21492,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c82e323e\",\"48167\",,84048167,48167,\"US_TX\",,,3,\"Texas\",\"Galveston\",\"Galveston County, Texas\",\"USA.44.84_1\",\"ChIJLfY7sMlZP4YR5QxkJ1-iQt8\",\"US48167\",\"48167\",29.3241825103759,-95.0158457326468,342139,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2f961f39\",\"48169\",,84048169,48169,\"US_TX\",,,3,\"Texas\",\"Garza\",\"Garza County, Texas\",\"USA.44.85_1\",\"ChIJ_fahg8FV_oYRCo_7MaUlLBE\",\"US48169\",\"48169\",33.1820106506348,-101.298152403905,6229,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3856a64a\",\"48171\",,84048171,48171,\"US_TX\",,,3,\"Texas\",\"Gillespie\",\"Gillespie County, Texas\",\"USA.44.86_1\",\"ChIJyRJESRDpW4YR5s7Z0RlB6DQ\",\"US48171\",\"48171\",30.393916130066,-98.9446550121464,26988,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d658c766\",\"48173\",,84048173,48173,\"US_TX\",,,3,\"Texas\",\"Glasscock\",\"Glasscock County, Texas\",\"USA.44.87_1\",,\"US48173\",\"48173\",31.9686546325684,-101.519907476992,1409,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3f3b6253\",\"48175\",,84048175,48175,\"US_TX\",,,3,\"Texas\",\"Goliad\",,\"USA.44.88_1\",\"ChIJ8RZPkcyiQoYR4TdkBWH5Nms\",\"US48175\",\"48175\",28.6555547714234,-97.4653103379053,7658,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d135037f\",\"48177\",,84048177,48177,\"US_TX\",,,3,\"Texas\",\"Gonzales\",\"Gonzales County, Texas\",\"USA.44.89_1\",\"ChIJMQhm6dM_Q4YRzyHYKlxNzAQ\",\"US48177\",\"48177\",29.4469251632691,-97.5027318801828,20837,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"368d2e78\",\"48179\",,84048179,48179,\"US_TX\",,,3,\"Texas\",\"Gray\",\"Gray County, Texas\",\"USA.44.90_1\",\"ChIJ36ObAkdSB4cRB_AtNUgHMFs\",\"US48179\",\"48179\",35.4473400115967,-100.813408972067,21886,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bfceba85\",\"48181\",,84048181,48181,\"US_TX\",,,3,\"Texas\",\"Grayson\",\"Grayson County, Texas\",\"USA.44.91_1\",\"ChIJL-y8URd6TIYRQe29kxTajzo\",\"US48181\",\"48181\",33.6469707489014,-96.6616750237041,136212,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"51c0dba9\",\"48183\",,84048183,48183,\"US_TX\",,,3,\"Texas\",\"Gregg\",\"Gregg County, Texas\",\"USA.44.92_1\",\"ChIJUTPfl_81NoYRlQrcLHO4D7M\",\"US48183\",\"48183\",32.4810009002686,-94.8450901866647,123945,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b8a37e9c\",\"48185\",,84048185,48185,\"US_TX\",,,3,\"Texas\",\"Grimes\",\"Grimes County, Texas\",\"USA.44.93_1\",\"ChIJ1X0VkeLrRoYRbjeYH1-I3Rk\",\"US48185\",\"48185\",30.5420656204224,-95.9945901983289,28880,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"56ad1fb0\",\"48187\",,84048187,48187,\"US_TX\",,,3,\"Texas\",\"Guadalupe\",\"Guadalupe County, Texas\",\"USA.44.94_1\",\"ChIJfetKNdW_XIYR9KwkLxAqZSQ\",\"US48187\",\"48187\",29.6085853576661,-97.9716448607211,166847,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b11532b7\",\"48189\",,84048189,48189,\"US_TX\",,,3,\"Texas\",\"Hale\",\"Hale County, Texas\",\"USA.44.95_1\",\"ChIJq2OAESDiAYcRp_rF3vkL22Q\",\"US48189\",\"48189\",34.0696296691895,-101.826530298323,33406,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a6d58bc4\",\"48191\",,84048191,48191,\"US_TX\",,,3,\"Texas\",\"Hall\",,\"USA.44.96_1\",\"ChIJvc4sVSJ-AIcRVRQMe5xjGQk\",\"US48191\",\"48191\",34.5307846069337,-100.681060713802,2964,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"48dbeae8\",\"48193\",,84048193,48193,\"US_TX\",,,3,\"Texas\",\"Hamilton\",\"Hamilton County, Texas\",\"USA.44.97_1\",\"ChIJ-X0HtyI8UIYRFctbomRq8co\",\"US48193\",\"48193\",31.7626647949219,-98.0689809409806,8461,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a1b84fdd\",\"48195\",,84048195,48195,\"US_TX\",,,3,\"Texas\",\"Hansford\",,\"USA.44.98_1\",,\"US48195\",\"48195\",36.27760887146,-101.355881518292,5399,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4fb62ef1\",\"48197\",,84048197,48197,\"US_TX\",,,3,\"Texas\",\"Hardeman\",,\"USA.44.99_1\",\"ChIJLSbq6o0lq4cRbu1CtZbM0PI\",\"US48197\",\"48197\",34.341724395752,-99.737573104134,3933,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a80e03f6\",\"48199\",,84048199,48199,\"US_TX\",,,3,\"Texas\",\"Hardin\",\"Hardin County, Texas\",\"USA.44.100_1\",\"ChIJVf6c1zfeOIYR7yzWr7oo3fY\",\"US48199\",\"48199\",30.3099412918091,-94.3905748015481,57602,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"75518ed4\",\"48201\",,84048201,48201,\"US_TX\",,,3,\"Texas\",\"Harris\",\"Harris County, Texas\",\"USA.44.101_1\",\"ChIJ9TB__YrMQIYR2tK7sndSry4\",\"US48201\",\"48201\",29.8341960906983,-95.3905980776506,4713325,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9b5feff8\",\"48203\",,84048203,48203,\"US_TX\",,,3,\"Texas\",\"Harrison\",\"Harrison County, Texas\",\"USA.44.102_1\",\"ChIJMQ4RNcFYNoYRcjUAshmZ5nU\",\"US48203\",\"48203\",32.5715103149415,-94.3732152664492,66553,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"723c4acd\",\"48205\",,84048205,48205,\"US_TX\",,,3,\"Texas\",\"Hartley\",\"Hartley County, Texas\",\"USA.44.103_1\",\"ChIJ9wblhkdJBIcRSJPPuSPACsI\",\"US48205\",\"48205\",35.8978500366211,-102.601738899277,5576,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9c322be1\",\"48207\",,84048207,48207,\"US_TX\",,,3,\"Texas\",\"Haskell\",,\"USA.44.104_1\",\"ChIJ8Z9zkXAzVIYRtxR_ydgbcHE\",\"US48207\",\"48207\",33.1765441894532,-99.7337910627372,5658,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7b8a06e6\",\"48209\",,84048209,48209,\"US_TX\",,,3,\"Texas\",\"Hays\",\"Hays County, Texas\",\"USA.44.105_1\",\"ChIJX7rj_ylYW4YRJmoE2ZR3wZ8\",\"US48209\",\"48209\",30.1365251541137,-98.0645799112513,230191,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6c4abf95\",\"48211\",,84048211,48211,\"US_TX\",,,3,\"Texas\",\"Hemphill\",,\"USA.44.106_1\",,\"US48211\",\"48211\",35.8395099639893,-100.272053593652,3819,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8244deb9\",\"48213\",,84048213,48213,\"US_TX\",,,3,\"Texas\",\"Henderson\",\"Henderson County, Texas\",\"USA.44.107_1\",\"ChIJyesZukIGSYYRXjVusCd2qyE\",\"US48213\",\"48213\",32.1812705993653,-95.8198396955114,82737,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6b277b8c\",\"48215\",,84048215,48215,\"US_TX\",,,3,\"Texas\",\"Hidalgo\",\"Hidalgo County, Texas\",\"USA.44.108_1\",\"ChIJP7WdySDdZYYRyg85sKD6C68\",\"US48215\",\"48215\",26.3902111053467,-98.1930539814418,868707,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"85291aa0\",\"48217\",,84048217,48217,\"US_TX\",,,3,\"Texas\",\"Hill\",\"Hill County, Texas\",\"USA.44.109_1\",\"ChIJtXPxT6aiT4YRlW8vyvdU5bw\",\"US48217\",\"48217\",31.9899301528932,-97.1199447284428,36649,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"629137a7\",\"48219\",,84048219,48219,\"US_TX\",,,3,\"Texas\",\"Hockley\",\"Hockley County, Texas\",\"USA.44.110_1\",\"ChIJQ4trX6Tl_YYRx88hmvzsQN0\",\"US48219\",\"48219\",33.6069698333741,-102.343855179008,23021,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4767ec56\",\"48221\",,84048221,48221,\"US_TX\",,,3,\"Texas\",\"Hood\",\"Hood County, Texas\",\"USA.44.111_1\",\"ChIJKwIW2kAhToYRBocboslY7Hs\",\"US48221\",\"48221\",32.4164600372315,-97.8200246355461,61643,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a9698d7a\",\"48223\",,84048223,48223,\"US_TX\",,,3,\"Texas\",\"Hopkins\",\"Hopkins County, Texas\",\"USA.44.112_1\",\"ChIJa-sDAUwlSoYRoDfIOpG-AVc\",\"US48223\",\"48223\",33.0857543945313,-95.5882969625884,37084,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"400a284f\",\"48225\",,84048225,48225,\"US_TX\",,,3,\"Texas\",\"Houston\",\"Houston County, Texas\",\"USA.44.113_1\",\"ChIJYUNpeNToR4YRkvc7tTGUdH0\",\"US48225\",\"48225\",31.260570526123,-95.4348252885241,22968,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ae044963\",\"48227\",,84048227,48227,\"US_TX\",,,3,\"Texas\",\"Howard\",\"Howard County, Texas\",\"USA.44.114_1\",\"ChIJbZ_nHq0j-YYRQulHsgFhV4w\",\"US48227\",\"48227\",32.2883853912354,-101.434347319242,36664,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"49bc6464\",\"48229\",,84048229,48229,\"US_TX\",,,3,\"Texas\",\"Hudspeth\",\"Hudspeth County, Texas\",\"USA.44.115_1\",,\"US48229\",\"48229\",31.3169250488282,-105.427274887664,4886,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5e7cdd17\",\"48231\",,84048231,48231,\"US_TX\",,,3,\"Texas\",\"Hunt\",\"Hunt County, Texas\",\"USA.44.116_1\",\"ChIJ37FLaBDuS4YRaAL-cMMjWhI\",\"US48231\",\"48231\",33.0858745574952,-96.0824407061669,98594,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b072bc3b\",\"48233\",,84048233,48233,\"US_TX\",,,3,\"Texas\",\"Hutchinson\",\"Hutchinson County, Texas\",\"USA.44.117_1\",\"ChIJYZuRrkrhBocR_NuyGCVhAug\",\"US48233\",\"48233\",35.8877105712891,-101.354086607319,20938,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5911190e\",\"48235\",,84048235,48235,\"US_TX\",,,3,\"Texas\",\"Irion\",,\"USA.44.118_1\",,\"US48235\",\"48235\",31.3050556182862,-100.980161941373,1536,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b71f7822\",\"48237\",,84048237,48237,\"US_TX\",,,3,\"Texas\",\"Jack\",\"Jack County, Texas\",\"USA.44.119_1\",\"ChIJq5X-6K9aUoYRxujEGDChi2w\",\"US48237\",\"48237\",33.2001152038575,-98.1726346612209,8935,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"50a75525\",\"48239\",,84048239,48239,\"US_TX\",,,3,\"Texas\",\"Jackson\",\"Jackson County, Texas\",\"USA.44.120_1\",\"ChIJ80h2HOMjQoYR-oA_h4o_b0s\",\"US48239\",\"48239\",28.9681997299195,-96.5614141395158,14760,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"113d4bd0\",\"48241\",,84048241,48241,\"US_TX\",,,3,\"Texas\",\"Jasper\",\"Jasper County, Texas\",\"USA.44.121_1\",\"ChIJSZO1ZNAMOYYRhJ183BoAR8s\",\"US48241\",\"48241\",30.7001600265503,-94.0010744221447,35529,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ff332afc\",\"48243\",,84048243,48243,\"US_TX\",,,3,\"Texas\",\"Jeff Davis\",,\"USA.44.122_1\",,\"US48243\",\"48243\",30.7144613265992,-104.173083888833,2274,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"16508fc9\",\"48245\",,84048245,48245,\"US_TX\",,,3,\"Texas\",\"Jefferson\",\"Jefferson County, Texas\",\"USA.44.123_1\",\"ChIJM3WBtJzGPoYRI4HHBoZ3rGs\",\"US48245\",\"48245\",29.8785219192505,-94.1047030995022,251565,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f85eeee5\",\"48247\",,84048247,48247,\"US_TX\",,,3,\"Texas\",\"Jim Hogg\",,\"USA.44.124_1\",\"ChIJkbJ_aNKWZoYR6yyJ6PvOKp0\",\"US48247\",\"48247\",27.0979814529419,-98.7119408312522,5200,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1fe6c3e2\",\"48249\",,84048249,48249,\"US_TX\",,,3,\"Texas\",\"Jim Wells\",\"Jim Wells County, Texas\",\"USA.44.125_1\",\"ChIJ6z1Ny13LZ4YRzgZWZypH290\",\"US48249\",\"48249\",27.7221002578735,-98.0859577769629,40482,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"08267a91\",\"48251\",,84048251,48251,\"US_TX\",,,3,\"Texas\",\"Johnson\",\"Johnson County, Texas\",\"USA.44.126_1\",\"ChIJXfbXILV4ToYRBq60w6Syef8\",\"US48251\",\"48251\",32.4346160888672,-97.351949948892,175817,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e6281bbd\",\"48253\",,84048253,48253,\"US_TX\",,,3,\"Texas\",\"Jones\",\"Jones County, Texas\",\"USA.44.127_1\",\"ChIJbX1rMGErVIYR66z3Z9uxFJ4\",\"US48253\",\"48253\",32.6600208282471,-99.8811486675046,20083,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0f4bbe88\",\"48255\",,84048255,48255,\"US_TX\",,,3,\"Texas\",\"Karnes\",\"Karnes County, Texas\",\"USA.44.128_1\",\"ChIJtaT4_F43XYYRLq6Y_0A2LEA\",\"US48255\",\"48255\",28.9431457519532,-97.8991574813413,15601,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e145dfa4\",\"48257\",,84048257,48257,\"US_TX\",,,3,\"Texas\",\"Kaufman\",\"Kaufman County, Texas\",\"USA.44.129_1\",\"ChIJtQAI0kg8SYYRsWxBOpun6Go\",\"US48257\",\"48257\",32.6805114746094,-96.2999269494026,136154,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"06fdf2a3\",\"48259\",,84048259,48259,\"US_TX\",,,3,\"Texas\",\"Kendall\",\"Kendall County, Texas\",\"USA.44.130_1\",\"ChIJi-M6DKJ4XIYRQz5vRZf4qZI\",\"US48259\",\"48259\",29.8641958236694,-98.716755541784,47431,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"230b2952\",\"48261\",,84048261,48261,\"US_TX\",,,3,\"Texas\",\"Kenedy\",,\"USA.44.131_1\",,\"US48261\",\"48261\",26.9409723281861,-97.7701525803199,404,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cd05487e\",\"48263\",,84048263,48263,\"US_TX\",,,3,\"Texas\",\"Kent\",,\"USA.44.132_1\",,\"US48263\",\"48263\",33.1831302642823,-100.779055175246,762,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2466ed4b\",\"48265\",,84048265,48265,\"US_TX\",,,3,\"Texas\",\"Kerr\",\"Kerr County, Texas\",\"USA.44.133_1\",\"ChIJlxzNgsJxWYYR9c395uRoHuU\",\"US48265\",\"48265\",30.0173406600953,-99.3074042548247,52600,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ca688c67\",\"48267\",,84048267,48267,\"US_TX\",,,3,\"Texas\",\"Kimble\",\"Kimble County, Texas\",\"USA.44.134_1\",\"ChIJs_K20LsJWYYR0kT2lX9D47o\",\"US48267\",\"48267\",30.3949890136719,-99.7102546432021,4337,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2dd0a160\",\"48269\",,84048269,48269,\"US_TX\",,,3,\"Texas\",\"King\",,\"USA.44.135_1\",,\"US48269\",\"48269\",33.6157703399659,-100.259631217465,272,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3a101813\",\"48271\",,84048271,48271,\"US_TX\",,,3,\"Texas\",\"Kinney\",,\"USA.44.136_1\",,\"US48271\",\"48271\",29.353895187378,-100.410622897032,3667,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d41e793f\",\"48273\",,84048273,48273,\"US_TX\",,,3,\"Texas\",\"Kleberg\",\"Kleberg County, Texas\",\"USA.44.137_1\",\"ChIJsedguuaZaIYRgt5N8XxnJHQ\",\"US48273\",\"48273\",27.4253053665161,-97.9054228768329,30680,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3d7ddc0a\",\"48275\",,84048275,48275,\"US_TX\",,,3,\"Texas\",\"Knox\",,\"USA.44.138_1\",,\"US48275\",\"48275\",33.5646057128907,-99.7380638803884,3664,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"538665f0\",\"48283\",,84048283,48283,\"US_TX\",,,3,\"Texas\",\"La Salle\",\"La Salle County, Texas\",\"USA.44.139_1\",\"ChIJWeb9F5hTZ4YRVuITcxaMlb8\",\"US48283\",\"48283\",28.4204053878785,-99.0973379675395,7520,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d373bd26\",\"48277\",,84048277,48277,\"US_TX\",,,3,\"Texas\",\"Lamar\",\"Lamar County, Texas\",\"USA.44.140_1\",\"ChIJf6k5FFj_SoYRwuSdUP31HL0\",\"US48277\",\"48277\",33.5978107452393,-95.5840879769616,49859,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"34cb9021\",\"48279\",,84048279,48279,\"US_TX\",,,3,\"Texas\",\"Lamb\",,\"USA.44.141_1\",\"ChIJXU13GQJyAocRMBYz-_nZ3LU\",\"US48279\",\"48279\",34.0676345825196,-102.351884640888,12893,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bd8804dc\",\"48281\",,84048281,48281,\"US_TX\",,,3,\"Texas\",\"Lampasas\",\"Lampasas County, Texas\",\"USA.44.142_1\",\"ChIJwUcgWMukWoYRF6Ooag1_zmA\",\"US48281\",\"48281\",31.3221292495728,-98.2473591711373,21428,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bae5c0c5\",\"48285\",,84048285,48285,\"US_TX\",,,3,\"Texas\",\"Lavaca\",\"Lavaca County, Texas\",\"USA.44.143_1\",\"ChIJU9hqkCOsQ4YRkLZK9gsPrRQ\",\"US48285\",\"48285\",29.358341217041,-96.8984142541052,20154,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"54eba1e9\",\"48287\",,84048287,48287,\"US_TX\",,,3,\"Texas\",\"Lee\",\"Lee County, Texas\",\"USA.44.144_1\",\"ChIJaZxn3dJgRIYRwuw9V7eG_a4\",\"US48287\",\"48287\",30.2943897247314,-96.8972591283696,17239,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b3538cee\",\"48289\",,84048289,48289,\"US_TX\",,,3,\"Texas\",\"Leon\",\"Leon County, Texas\",\"USA.44.145_1\",\"ChIJZzXjov4iRoYRE6xUu4jz8MI\",\"US48289\",\"48289\",31.314474105835,-95.9989991459614,17404,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a493359d\",\"48291\",,84048291,48291,\"US_TX\",,,3,\"Texas\",\"Liberty\",\"Liberty County, Texas\",\"USA.44.146_1\",\"ChIJJwosTqfqOIYRM79Ia1fd4aY\",\"US48291\",\"48291\",30.1834049224854,-94.8632291008224,88219,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4a9d54b1\",\"48293\",,84048293,48293,\"US_TX\",,,3,\"Texas\",\"Limestone\",\"Limestone County, Texas\",\"USA.44.147_1\",\"ChIJ6zgKmfVWT4YR_-TV2q4VM_8\",\"US48293\",\"48293\",31.610125541687,-96.6154430296655,23437,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a3fef184\",\"48295\",,84048295,48295,\"US_TX\",,,3,\"Texas\",\"Lipscomb\",,\"USA.44.148_1\",,\"US48295\",\"48295\",36.2569751739503,-100.27390045663,3233,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4df090a8\",\"48297\",,84048297,48297,\"US_TX\",,,3,\"Texas\",\"Live Oak\",\"Live Oak County, Texas\",\"USA.44.149_1\",\"ChIJNexEgvn7Z4YRSLVkbRWG9lQ\",\"US48297\",\"48297\",28.328151702881,-98.1158392535714,12207,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aa48bdaf\",\"48299\",,84048299,48299,\"US_TX\",,,3,\"Texas\",\"Llano\",\"Llano County, Texas\",\"USA.44.150_1\",\"ChIJJ1qC8d1OWoYR9wEwM1bnUho\",\"US48299\",\"48299\",30.7062206268312,-98.6893211002197,21795,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7493e4e3\",\"48301\",,84048301,48301,\"US_TX\",,,3,\"Texas\",\"Loving\",\"Loving County, Texas\",\"USA.44.151_1\",\"ChIJTSNB73HO5IYRVuxGy9Cv7N4\",\"US48301\",\"48301\",31.8289108276368,-103.569703649728,169,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9a9d85cf\",\"48303\",,84048303,48303,\"US_TX\",,,3,\"Texas\",\"Lubbock\",\"Lubbock County, Texas\",\"USA.44.152_1\",\"ChIJqe61Oa1s_oYR4UHN5J5n_sA\",\"US48303\",\"48303\",33.6452503204347,-101.823171611881,310569,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"73fe20fa\",\"48305\",,84048305,48305,\"US_TX\",,,3,\"Texas\",\"Lynn\",,\"USA.44.153_1\",\"ChIJo7t4J0GO_oYRm732NGrCxyw\",\"US48305\",\"48305\",33.1752414703369,-101.817605869034,5951,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8386b48e\",\"48313\",,84048313,48313,\"US_TX\",,,3,\"Texas\",\"Madison\",\"Madison County, Texas\",\"USA.44.154_1\",\"ChIJ-XWh1WVPRoYR-IIvTm_T_LU\",\"US48313\",\"48313\",30.959210395813,-95.9492123825984,14284,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6ae511bb\",\"48315\",,84048315,48315,\"US_TX\",,,3,\"Texas\",\"Marion\",,\"USA.44.155_1\",\"ChIJD7CRcEqINoYRO09UHF2sB4U\",\"US48315\",\"48315\",32.7829055786133,-94.3634006442742,9854,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"84eb7097\",\"48317\",,84048317,48317,\"US_TX\",,,3,\"Texas\",\"Martin\",\"Martin County, Texas\",\"USA.44.156_1\",\"ChIJS8sxcB9d-YYRYkErrJhok9M\",\"US48317\",\"48317\",32.34840965271,-101.951059702379,5771,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"63535d90\",\"48319\",,84048319,48319,\"US_TX\",,,3,\"Texas\",\"Mason\",,\"USA.44.157_1\",,\"US48319\",\"48319\",30.8158760070801,-99.2233706599458,4274,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"46a58661\",\"48321\",,84048321,48321,\"US_TX\",,,3,\"Texas\",\"Matagorda\",\"Matagorda County, Texas\",\"USA.44.158_1\",\"ChIJ0V1_xx_FQYYRxIETqQAVJ_Q\",\"US48321\",\"48321\",28.8230562210084,-95.9143481591484,36643,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a8abe74d\",\"48323\",,84048323,48323,\"US_TX\",,,3,\"Texas\",\"Maverick\",\"Maverick County, Texas\",\"USA.44.159_1\",\"ChIJvxvc2haTX4YRTZh8z30yh_g\",\"US48323\",\"48323\",28.6416997909546,-100.281701249133,58722,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9df041d6\",\"48307\",,84048307,48307,\"US_TX\",,,3,\"Texas\",\"McCulloch\",\"McCulloch County, Texas\",\"USA.44.160_1\",\"ChIJfaOQG2v9WYYR5JrJ1WKUA_E\",\"US48307\",\"48307\",31.2503919601441,-99.3488835160241,7984,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7a486cd1\",\"48309\",,84048309,48309,\"US_TX\",,,3,\"Texas\",\"McLennan\",\"McLennan County, Texas\",\"USA.44.161_1\",\"ChIJJ1ou4-hGRYYRE1-qu5oSVB4\",\"US48309\",\"48309\",31.5531911849976,-97.2023655244245,256623,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6d88d5a2\",\"48311\",,84048311,48311,\"US_TX\",,,3,\"Texas\",\"McMullen\",\"McMullen County, Texas\",\"USA.44.162_1\",\"ChIJD3J7bIeEXYYRuFs4i_G-lZk\",\"US48311\",\"48311\",28.2687454223634,-98.5689341774272,743,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"41c84278\",\"48325\",,84048325,48325,\"US_TX\",,,3,\"Texas\",\"Medina\",\"Medina County, Texas\",\"USA.44.163_1\",\"ChIJmzlqq0JrXIYRBx_RdWgi19c\",\"US48325\",\"48325\",29.4022693634034,-99.1084180767447,51584,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"afc62354\",\"48327\",,84048327,48327,\"US_TX\",,,3,\"Texas\",\"Menard\",,\"USA.44.164_1\",,\"US48327\",\"48327\",30.8250265121461,-99.800670861357,2138,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"487e0e53\",\"48329\",,84048329,48329,\"US_TX\",,,3,\"Texas\",\"Midland\",\"Midland County, Texas\",\"USA.44.165_1\",\"ChIJD9GlkTlh-YYRq6bw8IjhCiY\",\"US48329\",\"48329\",31.9687061309815,-102.032896280815,176832,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5fbeb720\",\"48331\",,84048331,48331,\"US_TX\",,,3,\"Texas\",\"Milam\",\"Milam County, Texas\",\"USA.44.166_1\",\"ChIJ_yDEnRaqRYYROllTQ1UVjjo\",\"US48331\",\"48331\",30.7868146896362,-96.9767499265381,24823,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b1b0d60c\",\"48333\",,84048333,48333,\"US_TX\",,,3,\"Texas\",\"Mills\",,\"USA.44.167_1\",,\"US48333\",\"48333\",31.478443145752,-98.6495741880868,4873,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"58d37339\",\"48335\",,84048335,48335,\"US_TX\",,,3,\"Texas\",\"Mitchell\",\"Mitchell County, Texas\",\"USA.44.168_1\",\"ChIJtWfo87e--IYRTtf5E82QlGo\",\"US48335\",\"48335\",32.2111797332763,-100.921981110614,8545,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b6dd1215\",\"48337\",,84048337,48337,\"US_TX\",,,3,\"Texas\",\"Montague\",\"Montague County, Texas\",\"USA.44.169_1\",\"ChIJRQV2tr-DUoYRQKixB6LC40k\",\"US48337\",\"48337\",33.6592044830323,-97.7310060582557,19818,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"51653f12\",\"48339\",,84048339,48339,\"US_TX\",,,3,\"Texas\",\"Montgomery\",\"Montgomery County, Texas\",\"USA.44.170_1\",\"ChIJj__mGNNAR4YRFk7Pb98re8Q\",\"US48339\",\"48339\",30.3268451690675,-95.5203588370562,607391,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"10ff21e7\",\"48341\",,84048341,48341,\"US_TX\",,,3,\"Texas\",\"Moore\",\"Moore County, Texas\",\"USA.44.171_1\",\"ChIJoztRhqiJBocRQF9kSBcBSJQ\",\"US48341\",\"48341\",35.8875598907471,-101.893348869985,20940,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fef140cb\",\"48343\",,84048343,48343,\"US_TX\",,,3,\"Texas\",\"Morris\",,\"USA.44.172_1\",\"ChIJ91mmWnbcNYYRBzVKh9F18oY\",\"US48343\",\"48343\",33.1289348602296,-94.7385937899101,12388,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1792e5fe\",\"48345\",,84048345,48345,\"US_TX\",,,3,\"Texas\",\"Motley\",,\"USA.44.173_1\",,\"US48345\",\"48345\",34.0734405517579,-100.779399977721,1200,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f99c84d2\",\"48347\",,84048347,48347,\"US_TX\",,,3,\"Texas\",\"Nacogdoches\",\"Nacogdoches County, Texas\",\"USA.44.174_1\",\"ChIJc0pWR0AoOIYR2w41t3XxcaU\",\"US48347\",\"48347\",31.5374317169191,-94.595043420178,65204,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1e24a9d5\",\"48349\",,84048349,48349,\"US_TX\",,,3,\"Texas\",\"Navarro\",\"Navarro County, Texas\",\"USA.44.175_1\",\"ChIJKZtUQvMrT4YRcK8POk0dFXE\",\"US48349\",\"48349\",32.0632057189942,-96.4783088481697,50113,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"09e410a6\",\"48351\",,84048351,48351,\"US_TX\",,,3,\"Texas\",\"Newton\",,\"USA.44.176_1\",\"ChIJVb4dHE_WO4YRiLlZxY-28DY\",\"US48351\",\"48351\",30.7133054733277,-93.7474528183113,13595,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e7ea718a\",\"48353\",,84048353,48353,\"US_TX\",,,3,\"Texas\",\"Nolan\",\"Nolan County, Texas\",\"USA.44.177_1\",\"ChIJY2ztFnojVoYRom92Zs3Epm8\",\"US48353\",\"48353\",32.2486000061036,-100.409475502068,14714,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0e89d4bf\",\"48355\",,84048355,48355,\"US_TX\",,,3,\"Texas\",\"Nueces\",\"Nueces County, Texas\",\"USA.44.178_1\",\"ChIJAfYZ5LfyaIYREupwIM9Kgz8\",\"US48355\",\"48355\",27.7796144485474,-97.6635941722931,362294,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e087b593\",\"48357\",,84048357,48357,\"US_TX\",,,3,\"Texas\",\"Ochiltree\",,\"USA.44.179_1\",\"ChIJccKoWJOEB4cRGPz5r8YH1x8\",\"US48357\",\"48357\",36.27760887146,-100.815580335708,9836,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"073f9894\",\"48359\",,84048359,48359,\"US_TX\",,,3,\"Texas\",\"Oldham\",\"Oldham County, Texas\",\"USA.44.180_1\",\"ChIJCxnWy7V1BIcRX7lqxf1nUnk\",\"US48359\",\"48359\",35.4031848907471,-102.603251114705,2112,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"22c94365\",\"48361\",,84048361,48361,\"US_TX\",,,3,\"Texas\",\"Orange\",\"Orange County, Texas\",\"USA.44.181_1\",\"ChIJrc5iM09NOYYR3Nuuw6YXIeY\",\"US48361\",\"48361\",30.0564746856691,-93.8766423293545,83396,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ccc72249\",\"48363\",,84048363,48363,\"US_TX\",,,3,\"Texas\",\"Palo Pinto\",\"Palo Pinto County, Texas\",\"USA.44.182_1\",\"ChIJA6IuazyEUYYR64oSQRgQtkc\",\"US48363\",\"48363\",32.7546157836915,-98.3201094743398,29189,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"25a4877c\",\"48365\",,84048365,48365,\"US_TX\",,,3,\"Texas\",\"Panola\",\"Panola County, Texas\",\"USA.44.183_1\",\"ChIJf45KS2WuN4YRtQFtoMInw-M\",\"US48365\",\"48365\",32.1740150451661,-94.3120904151113,23194,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cbaae650\",\"48367\",,84048367,48367,\"US_TX\",,,3,\"Texas\",\"Parker\",\"Parker County, Texas\",\"USA.44.184_1\",\"ChIJ88tervv-UYYRn4Tn5biyzs4\",\"US48367\",\"48367\",32.7752761840821,-97.8038676329118,142878,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2c12cb57\",\"48369\",,84048369,48369,\"US_TX\",,,3,\"Texas\",\"Parmer\",,\"USA.44.185_1\",\"ChIJgVR5gy-qA4cRUMOQ0hn8JrQ\",\"US48369\",\"48369\",34.5568847656251,-102.784395616149,9605,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3bd27224\",\"48371\",,84048371,48371,\"US_TX\",,,3,\"Texas\",\"Pecos\",\"Pecos County, Texas\",\"USA.44.186_1\",\"ChIJP5RBLjeM8IYRB4v1jFAVopE\",\"US48371\",\"48371\",30.7176189422608,-102.664967914172,15823,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d5dc1308\",\"48373\",,84048373,48373,\"US_TX\",,,3,\"Texas\",\"Polk\",\"Polk County, Texas\",\"USA.44.187_1\",\"ChIJ0bDiw-jyOIYRPrqcrZnzyQc\",\"US48373\",\"48373\",30.8208856582642,-94.9039826003238,51353,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3cbfb63d\",\"48375\",,84048375,48375,\"US_TX\",,,3,\"Texas\",\"Potter\",\"Potter County, Texas\",\"USA.44.188_1\",\"ChIJ7fZdWYetBocRzPmFBvEHFV8\",\"US48375\",\"48375\",35.4008560180665,-101.894589911324,117415,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d2b1d711\",\"48377\",,84048377,48377,\"US_TX\",,,3,\"Texas\",\"Presidio\",,\"USA.44.189_1\",\"ChIJIcuzprj57oYRmC3MEKRIY7U\",\"US48377\",\"48377\",29.9435110092163,-104.241163635017,6704,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3509fa16\",\"48379\",,84048379,48379,\"US_TX\",,,3,\"Texas\",\"Rains\",\"Rains County, Texas\",\"USA.44.190_1\",\"ChIJZR2OBlF5SYYRFdau4QfiSAU\",\"US48379\",\"48379\",32.8445301055909,-95.7958809355251,12514,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bc4a6eeb\",\"48381\",,84048381,48381,\"US_TX\",,,3,\"Texas\",\"Randall\",\"Randall County, Texas\",\"USA.44.191_1\",\"ChIJjVxms-FrAYcRwPvQAzP5JaQ\",\"US48381\",\"48381\",34.9649696350099,-101.897742408446,137713,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"52440fc7\",\"48383\",,84048383,48383,\"US_TX\",,,3,\"Texas\",\"Reagan\",\"Reagan County, Texas\",\"USA.44.192_1\",\"ChIJizLrz_HP-YYRk_ay2n-_TbI\",\"US48383\",\"48383\",31.3016605377198,-101.522524725179,3849,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bb27aaf2\",\"48385\",,84048385,48385,\"US_TX\",,,3,\"Texas\",\"Real\",,\"USA.44.193_1\",\"ChIJXXQtVDwyWYYRg2NwVkIi8MA\",\"US48385\",\"48385\",29.8513202667236,-99.8141887930368,3452,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5529cbde\",\"48387\",,84048387,48387,\"US_TX\",,,3,\"Texas\",\"Red River\",,\"USA.44.194_1\",\"ChIJt2TmUY6ANYYROd_pqd3Ob58\",\"US48387\",\"48387\",33.5501251220703,-95.0281775889414,12023,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b291e6d9\",\"48389\",,84048389,48389,\"US_TX\",,,3,\"Texas\",\"Reeves\",\"Reeves County, Texas\",\"USA.44.195_1\",\"ChIJsXa8ND8z5YYRdNDyaqSS9H8\",\"US48389\",\"48389\",31.3839454650879,-103.650962799022,15976,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a5515faa\",\"48391\",,84048391,48391,\"US_TX\",,,3,\"Texas\",\"Refugio\",\"Refugio County, Texas\",\"USA.44.196_1\",\"ChIJ7xVvWivOaYYR4BEMLjQz-5I\",\"US48391\",\"48391\",28.2978897094727,-97.1932129014739,6948,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4b5f3e86\",\"48393\",,84048393,48393,\"US_TX\",,,3,\"Texas\",\"Roberts\",,\"USA.44.197_1\",,\"US48393\",\"48393\",35.840274810791,-100.813534934789,854,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a23c9bb3\",\"48395\",,84048395,48395,\"US_TX\",,,3,\"Texas\",\"Robertson\",\"Robertson County, Texas\",\"USA.44.198_1\",\"ChIJJwB-e2ncRYYR4wvXH3pU1po\",\"US48395\",\"48395\",31.0286798477174,-96.5162078862772,17074,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4c32fa9f\",\"48397\",,84048397,48397,\"US_TX\",,,3,\"Texas\",\"Rockwall\",\"Rockwall County, Texas\",\"USA.44.199_1\",\"ChIJo4y02gIdTIYR7oyxmQQlBOE\",\"US48397\",\"48397\",32.9127197265626,-96.4100638938459,104915,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ab8ad798\",\"48399\",,84048399,48399,\"US_TX\",,,3,\"Texas\",\"Runnels\",\"Runnels County, Texas\",\"USA.44.200_1\",\"ChIJn9G4wDepV4YRWlWzGTZ58ko\",\"US48399\",\"48399\",31.8326902389526,-99.9778332801371,10264,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"71dcf266\",\"48401\",,84048401,48401,\"US_TX\",,,3,\"Texas\",\"Rusk\",\"Rusk County, Texas\",\"USA.44.201_1\",\"ChIJt3UNXM_PN4YRHSVPMOzqsbA\",\"US48401\",\"48401\",32.125846862793,-94.787091376096,54406,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9fd2934a\",\"48403\",,84048403,48403,\"US_TX\",,,3,\"Texas\",\"Sabine\",,\"USA.44.202_1\",\"ChIJA-D2vCT6OYYR-mLh2hLxE_M\",\"US48403\",\"48403\",31.3709516525269,-93.8492997353756,10542,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"76b1367f\",\"48405\",,84048405,48405,\"US_TX\",,,3,\"Texas\",\"San Augustine\",,\"USA.44.203_1\",\"ChIJRZ4AvizMOYYRHzB0FYlQgt8\",\"US48405\",\"48405\",31.3758955001832,-94.1779491771937,8237,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"98bf5753\",\"48407\",,84048407,48407,\"US_TX\",,,3,\"Texas\",\"San Jacinto\",\"San Jacinto County, Texas\",\"USA.44.204_1\",\"ChIJze7bBSJsR4YRRAM1J5OBJQ4\",\"US48407\",\"48407\",30.6141242980958,-95.180370178901,28859,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7f077a54\",\"48409\",,84048409,48409,\"US_TX\",,,3,\"Texas\",\"San Patricio\",\"San Patricio County, Texas\",\"USA.44.205_1\",\"ChIJ1c0o_ehraIYR6iwpCxcR6Xg\",\"US48409\",\"48409\",27.9935598373414,-97.5007997649713,66730,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"68c7c327\",\"48411\",,84048411,48411,\"US_TX\",,,3,\"Texas\",\"San Saba\",,\"USA.44.206_1\",\"ChIJHdw-VTtoWoYRpYs5vltuIHc\",\"US48411\",\"48411\",31.2049255371094,-98.830044279925,6055,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"86c9a20b\",\"48413\",,84048413,48413,\"US_TX\",,,3,\"Texas\",\"Schleicher\",,\"USA.44.207_1\",,\"US48413\",\"48413\",30.8969058990479,-100.53803866352,2793,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6faa073e\",\"48415\",,84048415,48415,\"US_TX\",,,3,\"Texas\",\"Scurry\",\"Scurry County, Texas\",\"USA.44.208_1\",\"ChIJ03dC1-E-_4YRtgRop-YhwmM\",\"US48415\",\"48415\",32.7449550628662,-100.917392927319,16703,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"81a46612\",\"48417\",,84048417,48417,\"US_TX\",,,3,\"Texas\",\"Shackelford\",,\"USA.44.209_1\",,\"US48417\",\"48417\",32.7363052368165,-99.3555432565174,3265,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"661c4b15\",\"48419\",,84048419,48419,\"US_TX\",,,3,\"Texas\",\"Shelby\",\"Shelby County, Texas\",\"USA.44.210_1\",\"ChIJheeD3aNuN4YReVnHu6cUcpc\",\"US48419\",\"48419\",31.77321434021,-94.128134397318,25274,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"43ea90e4\",\"48421\",,84048421,48421,\"US_TX\",,,3,\"Texas\",\"Sherman\",,\"USA.44.211_1\",\"ChIJr5WOhqtxBocRUXsu0flPcz8\",\"US48421\",\"48421\",36.2549304962159,-101.894008592672,3022,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ade4f1c8\",\"48423\",,84048423,48423,\"US_TX\",,,3,\"Texas\",\"Smith\",\"Smith County, Texas\",\"USA.44.212_1\",\"ChIJp7nTbt8sSIYRYnX1U6Gf-0c\",\"US48423\",\"48423\",32.4062194824219,-95.2454702777791,232751,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"448754fd\",\"48425\",,84048425,48425,\"US_TX\",,,3,\"Texas\",\"Somervell\",\"Somervell County, Texas\",\"USA.44.213_1\",\"ChIJEyjfFZMlToYRIxr59LDuRXM\",\"US48425\",\"48425\",32.1469306945801,-97.8220920979057,9128,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aa8935d1\",\"48427\",,84048427,48427,\"US_TX\",,,3,\"Texas\",\"Starr\",\"Starr County, Texas\",\"USA.44.214_1\",\"ChIJg6FMUelHZIYRnY5USnf4v1w\",\"US48427\",\"48427\",26.5091457366944,-98.7875756114469,64633,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4d3118d6\",\"48429\",,84048429,48429,\"US_TX\",,,3,\"Texas\",\"Stephens\",,\"USA.44.215_1\",\"ChIJKSh90KNdUYYRaMY4RnWrdKQ\",\"US48429\",\"48429\",32.7361412048341,-98.8360844538995,9366,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5af1a1a5\",\"48431\",,84048431,48431,\"US_TX\",,,3,\"Texas\",\"Sterling\",,\"USA.44.216_1\",,\"US48431\",\"48431\",31.8934001922608,-101.042065138011,1291,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b4ffc089\",\"48433\",,84048433,48433,\"US_TX\",,,3,\"Texas\",\"Stonewall\",,\"USA.44.217_1\",,\"US48433\",\"48433\",33.1791610717774,-100.256532268869,1350,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5d9c65bc\",\"48435\",,84048435,48435,\"US_TX\",,,3,\"Texas\",\"Sutton\",\"Sutton County, Texas\",\"USA.44.218_1\",\"ChIJnzSdfOsq9oYRX1SevoLb8xU\",\"US48435\",\"48435\",30.5154953002931,-100.536138270405,3776,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b3920490\",\"48437\",,84048437,48437,\"US_TX\",,,3,\"Texas\",\"Swisher\",,\"USA.44.219_1\",\"ChIJsQXlxQqeAYcR9PnelvhAqxc\",\"US48437\",\"48437\",34.5303211212158,-101.734046150761,7397,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"542a2997\",\"48439\",,84048439,48439,\"US_TX\",,,3,\"Texas\",\"Tarrant\",\"Tarrant County, Texas\",\"USA.44.220_1\",\"ChIJDfdJl-59ToYRRjpXA71-c1A\",\"US48439\",\"48439\",32.7687854766847,-97.2912809403884,2102515,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"15b03762\",\"48441\",,84048441,48441,\"US_TX\",,,3,\"Texas\",\"Taylor\",\"Taylor County, Texas\",\"USA.44.221_1\",\"ChIJNfnP60m-VoYRN7ziFE_S9ic\",\"US48441\",\"48441\",32.340410232544,-99.8908072070932,138034,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fbbe564e\",\"48443\",,84048443,48443,\"US_TX\",,,3,\"Texas\",\"Terrell\",,\"USA.44.222_1\",,\"US48443\",\"48443\",30.1687355041505,-102.162736272239,776,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"12ddf37b\",\"48445\",,84048445,48445,\"US_TX\",,,3,\"Texas\",\"Terry\",\"Terry County, Texas\",\"USA.44.223_1\",\"ChIJu874Qt80_IYRJgto2zNKR4Q\",\"US48445\",\"48445\",33.1385860443116,-102.336183506497,12337,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fcd39257\",\"48447\",,84048447,48447,\"US_TX\",,,3,\"Texas\",\"Throckmorton\",,\"USA.44.224_1\",,\"US48447\",\"48447\",33.176275253296,-99.2135103776965,1501,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1b6bbf50\",\"48449\",,84048449,48449,\"US_TX\",,,3,\"Texas\",\"Titus\",\"Titus County, Texas\",\"USA.44.225_1\",\"ChIJ1_LZJiX6NYYR58E6sSDYDgI\",\"US48449\",\"48449\",33.2270145416261,-94.9731622951205,32750,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0cab0623\",\"48451\",,84048451,48451,\"US_TX\",,,3,\"Texas\",\"Tom Green\",\"Tom Green County, Texas\",\"USA.44.226_1\",\"ChIJe9U7OHEH-IYRVOaXg9u_wxM\",\"US48451\",\"48451\",31.3052206039429,-100.402665304157,119200,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e2a5670f\",\"48453\",,84048453,48453,\"US_TX\",,,3,\"Texas\",\"Travis\",\"Travis County, Texas\",\"USA.44.227_1\",\"ChIJddG_PMCwRIYRO50oSjlkdJA\",\"US48453\",\"48453\",30.3237514495851,-97.7755081559714,1273954,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0bc6c23a\",\"48455\",,84048455,48455,\"US_TX\",,,3,\"Texas\",\"Trinity\",\"Trinity County, Texas\",\"USA.44.228_1\",\"ChIJ8U2HrXaFR4YRcKHqVPOpKt8\",\"US48455\",\"48455\",31.0997266769409,-95.1275499117104,14651,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e5c8a316\",\"48457\",,84048457,48457,\"US_TX\",,,3,\"Texas\",\"Tyler\",\"Tyler County, Texas\",\"USA.44.229_1\",\"ChIJtdCH3RnjOIYR1t2j_gHpKK8\",\"US48457\",\"48457\",30.7933139801026,-94.3885117531099,21672,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"02708e11\",\"48459\",,84048459,48459,\"US_TX\",,,3,\"Texas\",\"Upshur\",\"Upshur County, Texas\",\"USA.44.230_1\",\"ChIJb5lh2ncXNoYRO7H2J4iuD00\",\"US48459\",\"48459\",32.7277908325196,-94.9269135590553,41753,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"278655e0\",\"48461\",,84048461,48461,\"US_TX\",,,3,\"Texas\",\"Upton\",\"Upton County, Texas\",\"USA.44.231_1\",\"ChIJP_k6Srv1-YYRQvet7LkhSfA\",\"US48461\",\"48461\",31.3579053878785,-102.044212086769,3657,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c98834cc\",\"48463\",,84048463,48463,\"US_TX\",,,3,\"Texas\",\"Uvalde\",\"Uvalde County, Texas\",\"USA.44.232_1\",\"ChIJ9yBHsvPnXoYREQVXD4uXaHE\",\"US48463\",\"48463\",29.4861097335817,-99.7618473943554,26741,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"20eb91f9\",\"48465\",,84048465,48465,\"US_TX\",,,3,\"Texas\",\"Val Verde\",\"Val Verde County, Texas\",\"USA.44.233_1\",\"ChIJ498Ye1V39oYRk6VYCzCzEuc\",\"US48465\",\"48465\",29.7635154724122,-101.049321315354,49025,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cee5f0d5\",\"48467\",,84048467,48467,\"US_TX\",,,3,\"Texas\",\"Van Zandt\",\"Van Zandt County, Texas\",\"USA.44.234_1\",\"ChIJ0ynh6VahSYYR5gx-mnQCBsA\",\"US48467\",\"48467\",32.580270767212,-95.8342092973827,56590,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"295dddd2\",\"48469\",,84048469,48469,\"US_TX\",,,3,\"Texas\",\"Victoria\",\"Victoria County, Texas\",\"USA.44.235_1\",\"ChIJxYTR2EyIQoYRAdm9i8hVUvA\",\"US48469\",\"48469\",28.7954006195068,-96.9433032559544,92084,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3e9d64a1\",\"48471\",,84048471,48471,\"US_TX\",,,3,\"Texas\",\"Walker\",\"Walker County, Texas\",\"USA.44.236_1\",\"ChIJ4dJ_NUYhR4YRLpSNSyrfkOg\",\"US48471\",\"48471\",30.8029651641846,-95.5944236920492,72971,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d093058d\",\"48473\",,84048473,48473,\"US_TX\",,,3,\"Texas\",\"Waller\",\"Waller County, Texas\",\"USA.44.237_1\",\"ChIJjwhpx_IxQYYRx1m0M9YXF8E\",\"US48473\",\"48473\",29.985580444336,-95.9995705773807,55246,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"39f0a0b8\",\"48475\",,84048475,48475,\"US_TX\",,,3,\"Texas\",\"Ward\",\"Ward County, Texas\",\"USA.44.238_1\",\"ChIJm1QhJojo-oYRPgS3CnuxG64\",\"US48475\",\"48475\",31.4628257751465,-103.129118913457,11998,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d7fec194\",\"48477\",,84048477,48477,\"US_TX\",,,3,\"Texas\",\"Washington\",\"Washington County, Texas\",\"USA.44.239_1\",\"ChIJ_Wi1LXemRoYR-Tu96jTDb2s\",\"US48477\",\"48477\",30.2226610183717,-96.430535551257,35882,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3046ec93\",\"48479\",,84048479,48479,\"US_TX\",,,3,\"Texas\",\"Webb\",\"Webb County, Texas\",\"USA.44.240_1\",\"ChIJJT35p2zAYIYRREZHYAwVm2E\",\"US48479\",\"48479\",27.7297401428223,-99.2877796712985,276652,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b905786e\",\"48481\",,84048481,48481,\"US_TX\",,,3,\"Texas\",\"Wharton\",\"Wharton County, Texas\",\"USA.44.241_1\",\"ChIJTzMUbKR1QYYRDR3dzLq5FyQ\",\"US48481\",\"48481\",29.2996006011963,-96.2199860633124,41556,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"570b1942\",\"48483\",,84048483,48483,\"US_TX\",,,3,\"Texas\",\"Wheeler\",\"Wheeler County, Texas\",\"USA.44.242_1\",\"ChIJ7dq_QOoYqocR240Kg0LC8MU\",\"US48483\",\"48483\",35.3576450347901,-100.270693660034,5056,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"be68bc77\",\"48485\",,84048485,48485,\"US_TX\",,,3,\"Texas\",\"Wichita\",\"Wichita County, Texas\",\"USA.44.243_1\",\"ChIJG-W5i09HU4YRiUwVqIdjhGw\",\"US48485\",\"48485\",33.9485702514649,-98.6877878405079,132230,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5066dd5b\",\"48487\",,84048487,48487,\"US_TX\",,,3,\"Texas\",\"Wilbarger\",\"Wilbarger County, Texas\",\"USA.44.244_1\",\"ChIJ9ezWzWNUU4YRxoFCTC9J6F8\",\"US48487\",\"48487\",34.1398143768311,-99.2147968407759,12769,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b7def05c\",\"48489\",,84048489,48489,\"US_TX\",,,3,\"Texas\",\"Willacy\",\"Willacy County, Texas\",\"USA.44.245_1\",\"ChIJ4QOP9T9wb4YReDpoAt7twIg\",\"US48489\",\"48489\",26.4686107635498,-97.7090356206668,21358,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a01e492f\",\"48491\",,84048491,48491,\"US_TX\",,,3,\"Texas\",\"Williamson\",\"Williamson County, Texas\",\"USA.44.246_1\",\"ChIJmaNjTwxHW4YRKTlbS_ZU6JM\",\"US48491\",\"48491\",30.6818094253541,-97.6351913589045,590551,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4e102803\",\"48493\",,84048493,48493,\"US_TX\",,,3,\"Texas\",\"Wilson\",\"Wilson County, Texas\",\"USA.44.247_1\",\"ChIJCYYksjQnXYYRkcjNilHA0y4\",\"US48493\",\"48493\",29.1671800613404,-98.0831822250334,51070,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a7738d36\",\"48495\",,84048495,48495,\"US_TX\",,,3,\"Texas\",\"Winkler\",\"Winkler County, Texas\",\"USA.44.248_1\",\"ChIJa1LGrI0Z-4YRtRaTKN54y54\",\"US48495\",\"48495\",31.8254899978638,-103.062750681497,8010,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"497dec1a\",\"48497\",,84048497,48497,\"US_TX\",,,3,\"Texas\",\"Wise\",\"Wise County, Texas\",\"USA.44.249_1\",\"ChIJg1dT-MxrUoYRicYDKngOm7Q\",\"US48497\",\"48497\",33.2159366607667,-97.6551188697597,69984,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aec5c11d\",\"48499\",,84048499,48499,\"US_TX\",,,3,\"Texas\",\"Wood\",\"Wood County, Texas\",\"USA.44.250_1\",\"ChIJ3YV26YvqSYYRyvSyOHmoSVw\",\"US48499\",\"48499\",32.8109893798829,-95.397976921929,45539,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"701e9851\",\"48501\",,84048501,48501,\"US_TX\",,,3,\"Texas\",\"Yoakum\",\"Yoakum County, Texas\",\"USA.44.251_1\",\"ChIJ5TfG0O7__IYRYjVotGGdFQk\",\"US48501\",\"48501\",33.1053504943848,-102.82791166205,8713,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9e10f97d\",\"48503\",,84048503,48503,\"US_TX\",,,3,\"Texas\",\"Young\",\"Young County, Texas\",\"USA.44.252_1\",\"ChIJ-W9Ho-64U4YRMslWWi7fV58\",\"US48503\",\"48503\",33.2001152038575,-98.6890374486276,18010,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"77735c48\",\"48505\",,84048505,48505,\"US_TX\",,,3,\"Texas\",\"Zapata\",,\"USA.44.253_1\",\"ChIJuTLfdbZUYYYRcnEdoC5Q2RE\",\"US48505\",\"48505\",26.9395818710328,-99.171124878821,14179,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"997d3d64\",\"48507\",,84048507,48507,\"US_TX\",,,3,\"Texas\",\"Zavala\",,\"USA.44.254_1\",\"ChIJDfdIP7BPXoYRlIc-mrJMufY\",\"US48507\",\"48507\",28.9137201309205,-99.7594168587953,11840,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ce693ddf\",\"49001\",,84049001,49001,\"US_UT\",,,3,\"Utah\",\"Beaver\",,\"USA.45.1_1\",\"ChIJaw0PeS77tIARVsktxn3YOrw\",\"US49001\",\"49001\",38.3590354919434,-113.20765316064,6710,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"20675cf3\",\"49003\",,84049003,49003,\"US_UT\",,,3,\"Utah\",\"Box Elder\",\"Box Elder County, Utah\",\"USA.45.2_1\",\"ChIJYweZp3CrrIARaGNmCBxZ7lo\",\"US49003\",\"49003\",41.5009365081788,-112.972957365061,56046,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c904f9c6\",\"49005\",,84049005,49005,\"US_UT\",,,3,\"Utah\",\"Cache\",\"Cache County, Utah\",\"USA.45.3_1\",\"ChIJV24IBJ9lVIcR9UT_3lR6Wd4\",\"US49005\",\"49005\",41.6849555969239,-111.732782831955,128289,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"270a98ea\",\"49007\",,84049007,49007,\"US_UT\",,,3,\"Utah\",\"Carbon\",,\"USA.45.4_1\",\"ChIJC6rraGWRTocREEHfwv_B7vQ\",\"US49007\",\"49007\",39.6419105529786,-110.602785151268,20463,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c0b2b5ed\",\"49009\",,84049009,49009,\"US_UT\",,,3,\"Utah\",\"Daggett\",,\"USA.45.5_1\",,\"US49009\",\"49009\",40.8260307312011,-109.772215630898,950,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d7720c9e\",\"49011\",,84049011,49011,\"US_UT\",,,3,\"Utah\",\"Davis\",\"Davis County, Utah\",\"USA.45.6_1\",\"ChIJeT4Ip-XiUocRN1n25stD_W4\",\"US49011\",\"49011\",40.9610099792481,-112.097089785381,355481,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"397c6db2\",\"49013\",,84049013,49013,\"US_UT\",,,3,\"Utah\",\"Duchesne\",,\"USA.45.7_1\",\"ChIJq10_DfPTT4cRu8-Lgja9Im8\",\"US49013\",\"49013\",40.3024845123292,-110.434056340951,19938,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d01fc887\",\"49015\",,84049015,49015,\"US_UT\",,,3,\"Utah\",\"Emery\",,\"USA.45.8_1\",\"ChIJN5GzkRYUSYcRU3Awk2Or52o\",\"US49015\",\"49015\",39.1051349639893,-110.707967805991,10012,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3e11a9ab\",\"49017\",,84049017,49017,\"US_UT\",,,3,\"Utah\",\"Garfield\",\"Garfield County, Utah\",\"USA.45.9_1\",\"ChIJjSVWAst5NYcRPaQA5phnWQQ\",\"US49017\",\"49017\",37.8454895019532,-111.497007977564,5051,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d9a984ac\",\"49019\",,84049019,49019,\"US_UT\",,,3,\"Utah\",\"Grand\",\"Grand County, Utah\",\"USA.45.10_1\",\"ChIJuYGc_u9USIcRFkCMUUTZmEQ\",\"US49019\",\"49019\",38.9988994598389,-109.60405521816,9754,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fc5f5f5d\",\"49021\",,84049021,49021,\"US_UT\",,,3,\"Utah\",\"Iron\",\"Iron County, Utah\",\"USA.45.11_1\",\"ChIJI_RSy-hwtYARkgfiwI4qses\",\"US49021\",\"49021\",37.8234291076661,-113.317111092325,54839,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"12513e71\",\"49023\",,84049023,49023,\"US_UT\",,,3,\"Utah\",\"Juab\",\"Juab County, Utah\",\"USA.45.12_1\",\"ChIJMzrG6iQxTYcRVVTKgnbrEP4\",\"US49023\",\"49023\",39.6707801818848,-112.881869074613,12017,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fb329b44\",\"49025\",,84049025,49025,\"US_UT\",,,3,\"Utah\",\"Kane\",,\"USA.45.13_1\",\"ChIJaSDhEIjCNYcRiMeL2ZVWMHE\",\"US49025\",\"49025\",37.2737350463868,-111.886945159619,7886,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"153cfa68\",\"49027\",,84049027,49027,\"US_UT\",,,3,\"Utah\",\"Millard\",\"Millard County, Utah\",\"USA.45.14_1\",\"ChIJ24EDEt-ttIARzikKvYN6Ink\",\"US49027\",\"49027\",39.0676708221436,-113.033237695209,13188,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f284d76f\",\"49029\",,84049029,49029,\"US_UT\",,,3,\"Utah\",\"Morgan\",,\"USA.45.15_1\",\"ChIJ4b7c93BLUocRewgzCfsFIdU\",\"US49029\",\"49029\",41.0803089141846,-111.647920406719,12124,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e5446e1c\",\"49031\",,84049031,49031,\"US_UT\",,,3,\"Utah\",\"Piute\",,\"USA.45.16_1\",,\"US49031\",\"49031\",38.332139968872,-112.093264254145,1479,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0b4a0f30\",\"49033\",,84049033,49033,\"US_UT\",,,3,\"Utah\",\"Rich\",,\"USA.45.17_1\",,\"US49033\",\"49033\",41.5745563507081,-111.235722262025,2483,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e229aa05\",\"49035\",,84049035,49035,\"US_UT\",,,3,\"Utah\",\"Salt Lake\",\"Salt Lake County, Utah\",\"USA.45.18_1\",\"ChIJ8auHWkRzUocR9DsAmYrfL3E\",\"US49035\",\"49035\",40.6670799255372,-111.898277511247,1160437,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0c27cb29\",\"49037\",,84049037,49037,\"US_UT\",,,3,\"Utah\",\"San Juan\",,\"USA.45.19_1\",\"ChIJ9Tcq0CXRN4cR55BS0_WTG_4\",\"US49037\",\"49037\",37.7491645812989,-109.746168863985,15308,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"eb9fe62e\",\"49039\",,84049039,49039,\"US_UT\",,,3,\"Utah\",\"Sanpete\",,\"USA.45.20_1\",\"ChIJcTX9aCOoSYcRqmsdfOxTZ3U\",\"US49039\",\"49039\",39.4297046661378,-111.523951666465,30939,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"aa05f8db\",\"49041\",,84049041,49041,\"US_UT\",,,3,\"Utah\",\"Sevier\",\"Sevier County, Utah\",\"USA.45.21_1\",\"ChIJmd4aOhQOS4cR624msJmOB6Q\",\"US49041\",\"49041\",38.7888011932373,-111.764145263636,21620,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"440b99f7\",\"49043\",,84049043,49043,\"US_UT\",,,3,\"Utah\",\"Summit\",\"Summit County, Utah\",\"USA.45.22_1\",\"ChIJNVzHx-IWUocRZKRflosqhcI\",\"US49043\",\"49043\",40.9014911651612,-110.753010958358,42145,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ad683cc2\",\"49045\",,84049045,49045,\"US_UT\",,,3,\"Utah\",\"Tooele\",\"Tooele County, Utah\",\"USA.45.23_1\",\"ChIJk7TWY7VkTYcRpRbPqeLGfsU\",\"US49045\",\"49045\",40.4904747009278,-113.112400949148,72259,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"43665dee\",\"49047\",,84049047,49047,\"US_UT\",,,3,\"Utah\",\"Uintah\",\"Uintah County, Utah\",\"USA.45.24_1\",\"ChIJjwdCycZ8T4cR0rZuDRG3S9A\",\"US49047\",\"49047\",40.1571407318116,-109.513196014749,35734,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a4de70e9\",\"49049\",,84049049,49049,\"US_UT\",,,3,\"Utah\",\"Utah\",\"Utah County, Utah\",\"USA.45.25_1\",\"ChIJ1S-SARuWTYcRzxjbgtN-0vs\",\"US49049\",\"49049\",40.178565979004,-111.690528941154,636235,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b31ec99a\",\"49051\",,84049051,49051,\"US_UT\",,,3,\"Utah\",\"Wasatch\",\"Wasatch County, Utah\",\"USA.45.26_1\",\"ChIJAzgQtl7mTYcR8r0FH_aWJes\",\"US49051\",\"49051\",40.2954502105714,-111.132939197594,34091,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5d10a8b6\",\"49053\",,84049053,49053,\"US_UT\",,,3,\"Utah\",\"Washington\",\"Washington County, Utah\",\"USA.45.27_1\",\"ChIJp13qUtOyyoARFvCeOqWi0Z4\",\"US49053\",\"49053\",37.3275203704835,-113.479031704971,177556,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b4730d83\",\"49055\",,84049055,49055,\"US_UT\",,,3,\"Utah\",\"Wayne\",,\"USA.45.28_1\",,\"US49055\",\"49055\",38.3300590515137,-110.90602262835,2711,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5a7d6caf\",\"49057\",,84049057,49057,\"US_UT\",,,3,\"Utah\",\"Weber\",\"Weber County, Utah\",\"USA.45.29_1\",\"ChIJl4p9NQsMU4cR9JTLDJTyBWM\",\"US49057\",\"49057\",41.2539005279542,-111.896077345478,260213,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8e015be5\",\"50001\",,84050001,50001,\"US_VT\",,,3,\"Vermont\",\"Addison\",\"Addison County, Vermont\",\"USA.46.1_1\",\"ChIJ-T2u2vY94IkRt_IIexErCPA\",\"US50001\",\"50001\",44.0276851654054,-73.0800037441838,36777,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"600f3ac9\",\"50003\",,84050003,50003,\"US_VT\",,,3,\"Vermont\",\"Bennington\",\"Bennington County, Vermont\",\"USA.46.2_1\",\"ChIJO4v_ZCU_4IkRE2AzCGeYodw\",\"US50003\",\"50003\",43.0176753997804,-73.1377399098987,35470,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"896c9ffc\",\"50005\",,84050005,50005,\"US_VT\",,,3,\"Vermont\",\"Caledonia\",\"Caledonia County, Vermont\",\"USA.46.3_1\",\"ChIJI7HSVUZKtEwRgpS9-vOmbhI\",\"US50005\",\"50005\",44.4753913879395,-72.1177304043694,29993,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6762fed0\",\"50007\",,84050007,50007,\"US_VT\",,,3,\"Vermont\",\"Chittenden\",\"Chittenden County, Vermont\",\"USA.46.4_1\",\"ChIJ3y-bMLOHtUwRnJW7aqaNmSQ\",\"US50007\",\"50007\",44.4407043457032,-73.0535790577084,163774,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"80dad3d7\",\"50009\",,84050009,50009,\"US_VT\",,,3,\"Vermont\",\"Essex\",,\"USA.46.5_1\",\"ChIJT1QWviEhtEwRKdnnJdZFFUw\",\"US50009\",\"50009\",44.6811294555665,-71.7353375607509,6163,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"971a6aa4\",\"50011\",,84050011,50011,\"US_VT\",,,3,\"Vermont\",\"Franklin\",\"Franklin County, Vermont\",\"USA.46.6_1\",\"ChIJq12EXzUHykwRH_iNBKbrd_Y\",\"US50011\",\"50011\",44.8234348297119,-72.8757383276775,49402,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"79140b88\",\"50013\",,84050013,50013,\"US_VT\",,,3,\"Vermont\",\"Grand Isle\",,\"USA.46.7_1\",\"ChIJfdTojH49ykwRaYqG7q6icfs\",\"US50013\",\"50013\",44.7884845733643,-73.2945106837892,7235,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9077aebd\",\"50015\",,84050015,50015,\"US_VT\",,,3,\"Vermont\",\"Lamoille\",\"Lamoille County, Vermont\",\"USA.46.8_1\",\"ChIJpxExxW3stUwRAYb0piOiwG4\",\"US50015\",\"50015\",44.610185623169,-72.653357630452,25362,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7e79cf91\",\"50017\",,84050017,50017,\"US_VT\",,,3,\"Vermont\",\"Orange\",\"Orange County, Vermont\",\"USA.46.9_1\",\"ChIJ93o_vxYetUwRmZFcKGNDo2o\",\"US50017\",\"50017\",43.9952697753906,-72.4402626719268,28892,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"99c1e296\",\"50019\",,84050019,50019,\"US_VT\",,,3,\"Vermont\",\"Orleans\",\"Orleans County, Vermont\",\"USA.46.10_1\",\"ChIJ_SOWBDbatUwRdg-uc_y8mSY\",\"US50019\",\"50019\",44.7752208709717,-72.2570021957733,27037,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bc373967\",\"50021\",,84050021,50021,\"US_VT\",,,3,\"Vermont\",\"Rutland\",\"Rutland County, Vermont\",\"USA.46.11_1\",\"ChIJu9iU3PAj4IkRr4QZk0hVhxw\",\"US50021\",\"50021\",43.5747051239014,-73.0294117435874,58191,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5239584b\",\"50023\",,84050023,50023,\"US_VT\",,,3,\"Vermont\",\"Washington\",\"Washington County, Vermont\",\"USA.46.12_1\",\"ChIJn7hY3CevtUwRx3bYHTRG3hA\",\"US50023\",\"50023\",44.2467689514161,-72.6235932553345,58409,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bb5afd7e\",\"50025\",,84050025,50025,\"US_VT\",,,3,\"Vermont\",\"Windham\",\"Windham County, Vermont\",\"USA.46.13_1\",\"ChIJ_eh4jRr-4IkRHhZNtqKiz4g\",\"US50025\",\"50025\",42.9948692321778,-72.7344035680866,42222,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"55549c52\",\"50027\",,84050027,50027,\"US_VT\",,,3,\"Vermont\",\"Windsor\",\"Windsor County, Vermont\",\"USA.46.14_1\",\"ChIJOW0KQZXR4YkR_v1jLdcrViM\",\"US50027\",\"50027\",43.5921459197999,-72.5475199837151,55062,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4ac1abf8\",\"78010\",,,78010,\"US_VI\",,,3,\"Virgin Islands\",\"St. Croix\",\"St. Croix Island, Virgin Islands\",\"VIR.1_1\",,,\"78010\",17.728889465,-64.75861359,50601,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"61ecf83b\",\"78020\",,,78020,\"US_VI\",,,3,\"Virgin Islands\",\"St. John\",,\"VIR.2_1\",,,\"78020\",18.33555603,-64.755138395,4170,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"78f7c97a\",\"78030\",,,78030,\"US_VI\",,,3,\"Virgin Islands\",\"St. Thomas\",\"St. Thomas Island, Virgin Islands\",\"VIR.3_1\",,,\"78030\",18.342499735,-64.91847229,51634,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"36bd3c80\",\"51001\",,84051001,51001,\"US_VA\",,,3,\"Virginia\",\"Accomack\",\"Accomack County, Virginia\",\"USA.47.1_1\",\"ChIJpbtHDybVu4kRP69jB_vuj1U\",\"US51001\",\"51001\",37.7356929779053,-75.7021942203328,32316,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d8b35dac\",\"51003\",,84051003,51003,\"US_VA\",,,3,\"Virginia\",\"Albemarle\",\"Albemarle County, Virginia\",\"USA.47.2_1\",\"ChIJ2yurpXqMs4kR_ssh-2fPDwY\",\"US51003\",\"51003\",37.951681137085,-78.5684799952711,109330,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5e6affbc\",\"51510\",,84051510,51510,\"US_VA\",,,3,\"Virginia\",\"Alexandria\",\"Alexandria City, Virginia\",\"USA.47.3_1\",\"ChIJ8aukkz5NtokRLAHB24Ym9dc\",\"US51510\",\"51510\",38.8172264099122,-77.0909802821193,159428,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"31d0f899\",\"51005\",,84051005,51005,\"US_VA\",,,3,\"Virginia\",\"Alleghany\",,\"USA.47.4_1\",\"ChIJ_RMOkZfDTIgR0OGnjOCAOcQ\",\"US51005\",\"51005\",37.7808341979981,-80.1098504374558,14860,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dfde99b5\",\"51007\",,84051007,51007,\"US_VA\",,,3,\"Virginia\",\"Amelia\",\"Amelia County, Virginia\",\"USA.47.5_1\",\"ChIJA9gT02krsokRSgb4TtFm_M0\",\"US51007\",\"51007\",37.3425369262696,-78.0428111280496,13145,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3866b4b2\",\"51009\",,84051009,51009,\"US_VA\",,,3,\"Virginia\",\"Amherst\",\"Amherst County, Virginia\",\"USA.47.6_1\",\"ChIJ02s3gVQks4kRJFICF86BMGs\",\"US51009\",\"51009\",37.6023845672607,-79.1619429546962,31605,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2fa60dc1\",\"51011\",,84051011,51011,\"US_VA\",,,3,\"Virginia\",\"Appomattox\",,\"USA.47.7_1\",\"ChIJZVfzs5sds4kR2EnVh81LCcI\",\"US51011\",\"51011\",37.3734245300294,-78.7952041582271,15911,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c1a86ced\",\"51013\",,84051013,51013,\"US_VA\",,,3,\"Virginia\",\"Arlington\",\"Arlington County, Virginia\",\"USA.47.8_1\",\"ChIJD6ene522t4kRNL6FM2ADhuA\",\"US51013\",\"51013\",38.8801097869873,-77.1019732613581,236842,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"28cbc9d8\",\"51015\",,84051015,51015,\"US_VA\",,,3,\"Virginia\",\"Augusta\",\"Augusta County, Virginia\",\"USA.47.9_1\",\"ChIJT42X1AentIkR2RcGXFd_W9g\",\"US51015\",\"51015\",38.1823844909668,-79.3031928808138,75558,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c6c5a8f4\",\"51017\",,84051017,51017,\"US_VA\",,,3,\"Virginia\",\"Bath\",,\"USA.47.10_1\",\"ChIJ37fScgKjTIgR1a3nxXmUSL8\",\"US51017\",\"51017\",38.0511493682862,-79.7397730268463,4147,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"217d85f3\",\"51019\",,84051019,51019,\"US_VA\",,,3,\"Virginia\",\"Bedford\",\"Bedford County, Virginia\",\"USA.47.11_1\",\"ChIJ4QL450cwTYgRSxeCgLmTFWE\",\"US51019\",\"51019\",37.3125057220459,-79.5657799152517,78997,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"048b5e02\",\"51021\",,84051021,51021,\"US_VA\",,,3,\"Virginia\",\"Bland\",,\"USA.47.13_1\",\"ChIJZ_6dsQsXTogRZTBFeLSdHac\",\"US51021\",\"51021\",37.1273498535156,-81.0775037550729,6280,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ea853f2e\",\"51023\",,84051023,51023,\"US_VA\",,,3,\"Virginia\",\"Botetourt\",\"Botetourt County, Virginia\",\"USA.47.14_1\",\"ChIJZzunPNrhTIgRQvhB7fyhqwc\",\"US51023\",\"51023\",37.5624809265138,-79.7627048390673,33419,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7547ac7f\",\"51520\",,84051520,51520,\"US_VA\",,,3,\"Virginia\",\"Bristol\",\"Bristol City, Virginia\",\"USA.47.15_1\",\"ChIJbda4S0Z0UIgR8dvXSHnGl_0\",\"US51520\",\"51520\",36.6163539886474,-82.1616403730147,16762,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"03e69a1b\",\"51025\",,84051025,51025,\"US_VA\",,,3,\"Virginia\",\"Brunswick\",\"Brunswick County, Virginia\",\"USA.47.16_1\",\"ChIJT6us_i4JsokRWzWVckjWX9o\",\"US51025\",\"51025\",36.8361053466797,-77.8421277538373,16231,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ede8fb37\",\"51027\",,84051027,51027,\"US_VA\",,,3,\"Virginia\",\"Buchanan\",,\"USA.47.17_1\",\"ChIJD7dnVnjgT4gRr5VZGJLbkp4\",\"US51027\",\"51027\",37.2886562347412,-82.0612045661193,21004,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0a50d630\",\"51029\",,84051029,51029,\"US_VA\",,,3,\"Virginia\",\"Buckingham\",,\"USA.47.18_1\",\"ChIJM7T3U2Cks4kRYvUCfes0pDQ\",\"US51029\",\"51029\",37.5608997344971,-78.5660810378066,17148,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6c5c9d3e\",\"51530\",,84051530,51530,\"US_VA\",,,3,\"Virginia\",\"Buena Vista\",,\"USA.47.19_1\",\"ChIJWXVXLT4zs4kRl4qbBMpcMmg\",\"US51530\",\"51530\",37.7286338806152,-79.3548815353768,6478,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1d906f43\",\"51031\",,84051031,51031,\"US_VA\",,,3,\"Virginia\",\"Campbell\",\"Campbell County, Virginia\",\"USA.47.20_1\",\"ChIJT81DGbXGsokRoatmn0vs5nU\",\"US51031\",\"51031\",37.222906112671,-79.1003375477938,54885,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f39e0e6f\",\"51033\",,84051033,51033,\"US_VA\",,,3,\"Virginia\",\"Caroline\",\"Caroline County, Virginia\",\"USA.47.21_1\",\"ChIJ_4mgAtTNtokRf8I9f3p7Qm4\",\"US51033\",\"51033\",38.0132541656495,-77.3627563293677,30725,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1afdab5a\",\"51035\",,84051035,51035,\"US_VA\",,,3,\"Virginia\",\"Carroll\",\"Carroll County, Virginia\",\"USA.47.22_1\",\"ChIJ14psjPsCUogRPK9h0Aq10oY\",\"US51035\",\"51035\",36.7736263275146,-80.7656358682158,29791,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"83f4fae0\",\"51036\",,84051036,51036,\"US_VA\",,,3,\"Virginia\",\"Charles City\",,\"USA.47.23_1\",\"ChIJOe-h2tv7sIkRqq2zmnqk8wo\",\"US51036\",\"51036\",37.3635654449464,-77.0783394581077,6963,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f4f3ca76\",\"51037\",,84051037,51037,\"US_VA\",,,3,\"Virginia\",\"Charlotte\",,\"USA.47.24_1\",\"ChIJ7zZjRl1isokRxmwB458FNW0\",\"US51037\",\"51037\",36.9741954803468,-78.606505963576,11880,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"231d0bf9\",\"51540\",,84051540,51540,\"US_VA\",,,3,\"Virginia\",\"Charlottesville\",\"Charlottesville City, Virginia\",\"USA.47.25_1\",\"ChIJj6RQ6i2Gs4kR_HSLw5bwhpA\",\"US51540\",\"51540\",38.0358352661133,-78.4882052371787,47266,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3a063ab8\",\"51550\",,84051550,51550,\"US_VA\",,,3,\"Virginia\",\"Chesapeake\",\"Chesapeake City, Virginia\",\"USA.47.26_1\",\"ChIJmW0vgHqluokReQtxkBcbe0w\",\"US51550\",\"51550\",36.7074489593506,-76.2760035834471,244835,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"52d1f984\",\"51041\",,84051041,51041,\"US_VA\",,,3,\"Virginia\",\"Chesterfield\",\"Chesterfield County, Virginia\",\"USA.47.27_1\",\"ChIJ75MSi_AKsYkRw2FSAqvVOfA\",\"US51041\",\"51041\",37.3910350799561,-77.6294610496741,352802,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bcdf98a8\",\"51043\",,84051043,51043,\"US_VA\",,,3,\"Virginia\",\"Clarke\",\"Clarke County, Virginia\",\"USA.47.28_1\",\"ChIJ7QtTHOLgtYkR2RSa-W9Lg50\",\"US51043\",\"51043\",39.1235237121583,-77.970123882075,14619,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0830583a\",\"51570\",,84051570,51570,\"US_VA\",,,3,\"Virginia\",\"Colonial Heights\",\"Colonial Heights City, Virginia\",\"USA.47.30_1\",\"ChIJ6aeCQUwIsYkRq3DhonRjUqA\",\"US51570\",\"51570\",37.2662448883057,-77.3990411539935,17370,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8fa844f5\",\"51580\",,84051580,51580,\"US_VA\",,,3,\"Virginia\",\"Covington\",,\"USA.47.31_1\",\"ChIJH0rHsmL2TIgR86ep8rzTim0\",\"US51580\",\"51580\",37.7843341827393,-79.9869840157272,5538,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"55bc3d9d\",\"51045\",,84051045,51045,\"US_VA\",,,3,\"Virginia\",\"Craig\",,\"USA.47.32_1\",\"ChIJKf6ugN2uTYgRSqS2b6QqA-8\",\"US51045\",\"51045\",37.4888153076172,-80.1895213476041,5131,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bbb25cb1\",\"51047\",,84051047,51047,\"US_VA\",,,3,\"Virginia\",\"Culpeper\",\"Culpeper County, Virginia\",\"USA.47.33_1\",\"ChIJH_FS1XiCtokRmgRQDbYVQhw\",\"US51047\",\"51047\",38.5080852508546,-78.0015263759539,52605,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5c0a71b6\",\"51049\",,84051049,51049,\"US_VA\",,,3,\"Virginia\",\"Cumberland\",,\"USA.47.34_1\",\"ChIJxRr5G661s4kRD9O3T6htfIA\",\"US51049\",\"51049\",37.5491962432862,-78.2111669341923,9932,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"96b375b4\",\"51590\",,84051590,51590,\"US_VA\",,,3,\"Virginia\",\"Danville\",\"Danville City, Virginia\",\"USA.47.35_1\",\"ChIJr6_NF_ixUogRCGV4G_-me_g\",\"US51590\",\"51590\",36.591781616211,-79.4174464136863,40044,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4bcac8c5\",\"51051\",,84051051,51051,\"US_VA\",,,3,\"Virginia\",\"Dickenson\",,\"USA.47.36_1\",\"ChIJrdKKWKZSRYgRMNExVSTQtNc\",\"US51051\",\"51051\",37.133581161499,-82.3588594844991,14318,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a5c4a9e9\",\"51053\",,84051053,51053,\"US_VA\",,,3,\"Virginia\",\"Dinwiddie\",\"Dinwiddie County, Virginia\",\"USA.47.37_1\",\"ChIJc1d3Y4ORsYkRXUIgxUE2r_8\",\"US51053\",\"51053\",37.0820960998535,-77.6482791176358,28544,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e6d9813b\",\"51595\",,84051595,51595,\"US_VA\",,,3,\"Virginia\",\"Emporia\",,\"USA.47.38_1\",\"ChIJVZD4VRbesYkR07ECXNoFp6c\",\"US51595\",\"51595\",36.6954402923585,-77.5351237054092,5346,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a2a96df0\",\"51057\",,84051057,51057,\"US_VA\",,,3,\"Virginia\",\"Essex\",,\"USA.47.39_1\",\"ChIJU6c_NmAzt4kRgipz6JZZnHQ\",\"US51057\",\"51057\",37.9464473724366,-76.9721277273243,10953,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"451140f7\",\"51059\",,84051059,51059,\"US_VA\",,,3,\"Virginia\",\"Fairfax\",\"Fairfax County, Virginia\",\"USA.47.40_1\",\"ChIJ0wxG_rFgtokRmRY44U76C30\",\"US51059\",\"51059\",38.83935546875,-77.4129935809544,1147532,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"453770a4\",\"51600\",,84051600,51600,\"US_VA\",,,3,\"Virginia\",\"Fairfax City\",\"Fairfax City, Virginia\",\"USA.47.41_1\",\"ChIJzZFLOZZOtokRQIZEhecmIwc\",\"US51600\",\"51600\",38.8510932922363,-77.3010512984515,24019,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5c2c41e5\",\"51610\",,84051610,51610,\"US_VA\",,,3,\"Virginia\",\"Falls Church\",\"Falls Church City, Virginia\",\"USA.47.42_1\",\"ChIJrWNGem5LtokRWZc9l4hmU24\",\"US51610\",\"51610\",38.8827705383301,-77.1753526616485,14617,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"60e79b06\",\"51061\",,84051061,51061,\"US_VA\",,,3,\"Virginia\",\"Fauquier\",\"Fauquier County, Virginia\",\"USA.47.43_1\",\"ChIJkRS43yN8tokRRJJmXKleaws\",\"US51061\",\"51061\",38.7129707336426,-77.8142589225451,71222,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8ee9fa2a\",\"51063\",,84051063,51063,\"US_VA\",,,3,\"Virginia\",\"Floyd\",,\"USA.47.44_1\",\"ChIJIai9mJyJTYgRZAXBCfye8_Y\",\"US51063\",\"51063\",36.9183654785157,-80.4093535621751,15749,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"678a5f1f\",\"51065\",,84051065,51065,\"US_VA\",,,3,\"Virginia\",\"Fluvanna\",\"Fluvanna County, Virginia\",\"USA.47.45_1\",\"ChIJc2AoKJzts4kRojIwpl3krqM\",\"US51065\",\"51065\",37.8533401489258,-78.2699108823722,27270,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"89843e33\",\"51067\",,84051067,51067,\"US_VA\",,,3,\"Virginia\",\"Franklin\",\"Franklin County, Virginia\",\"USA.47.46.1_0\",\"ChIJYfJJ6kZlTYgRHDOVY3VAK4M\",\"US51067\",\"51067\",36.99536167,-79.88023649,56042,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"77011226\",\"51620\",,84051620,51620,\"US_VA\",,,3,\"Virginia\",\"Franklin City\",,\"USA.47.46.2_0\",\"ChIJCR5aYw0ksIkRnVVePbBy5Io\",\"US51620\",\"51620\",36.6831435,-76.93859681,7967,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6e3c1334\",\"51069\",,84051069,51069,\"US_VA\",,,3,\"Virginia\",\"Frederick\",\"Frederick County, Virginia\",\"USA.47.47_1\",\"ChIJP2tfOrTktYkRTDvj8oZ-LKA\",\"US51069\",\"51069\",39.2379703521729,-78.222895635626,89313,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6e1a2367\",\"51630\",,84051630,51630,\"US_VA\",,,3,\"Virginia\",\"Fredericksburg\",\"Fredericksburg City, Virginia\",\"USA.47.48_1\",\"ChIJJeDquuvBtokRoZGmIQpFpn8\",\"US51630\",\"51630\",38.2995243072511,-77.4854906331561,29036,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"215bb5a0\",\"51640\",,84051640,51640,\"US_VA\",,,3,\"Virginia\",\"Galax\",,\"USA.47.49_1\",\"ChIJdcErcJrzUYgRcq0nO5GjMEk\",\"US51640\",\"51640\",36.6573143005371,-80.927360918133,6347,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"79fcaa47\",\"51071\",,84051071,51071,\"US_VA\",,,3,\"Virginia\",\"Giles\",,\"USA.47.50_1\",\"ChIJdbC1W8TdTYgR8ld6LUDlsi0\",\"US51071\",\"51071\",37.3139247894288,-80.6715956136632,16720,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"97f2cb6b\",\"51073\",,84051073,51073,\"US_VA\",,,3,\"Virginia\",\"Gloucester\",\"Gloucester County, Virginia\",\"USA.47.51_1\",\"ChIJKWf1QjqcsIkRmgAwRwfLZts\",\"US51073\",\"51073\",37.4230327606201,-76.5713996887207,37348,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7e916e5e\",\"51075\",,84051075,51075,\"US_VA\",,,3,\"Virginia\",\"Goochland\",\"Goochland County, Virginia\",\"USA.47.52_1\",\"ChIJlyf6kNvhs4kR_UtZKDOd0h4\",\"US51075\",\"51075\",37.7402400970459,-77.9809702570692,23753,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"909f0f72\",\"51077\",,84051077,51077,\"US_VA\",,,3,\"Virginia\",\"Grayson\",,\"USA.47.53_1\",\"ChIJD-JjiS3dUYgRz7gs9ae37CA\",\"US51077\",\"51077\",36.6843643188478,-81.2364068351742,15550,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"77272275\",\"51079\",,84051079,51079,\"US_VA\",,,3,\"Virginia\",\"Greene\",\"Greene County, Virginia\",\"USA.47.54_1\",\"ChIJ78DY2ldvtIkREfQTa34JHx0\",\"US51079\",\"51079\",38.3315105438233,-78.4828357079929,19819,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fe64b688\",\"51081\",,84051081,51081,\"US_VA\",,,3,\"Virginia\",\"Greensville\",\"Greensville County, Virginia\",\"USA.47.55_1\",\"ChIJ7eWTmGjnsYkRBG4FjExmVJo\",\"US51081\",\"51081\",36.7209739685059,-77.5869969610486,11336,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"106ad7a4\",\"51083\",,84051083,51083,\"US_VA\",,,3,\"Virginia\",\"Halifax\",\"Halifax County, Virginia\",\"USA.47.56_1\",\"ChIJga8yzumdsokRv3MRUBQSBYc\",\"US51083\",\"51083\",36.8008403778077,-78.9184847514339,33911,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"384084e1\",\"51650\",,84051650,51650,\"US_VA\",,,3,\"Virginia\",\"Hampton\",\"Hampton City, Virginia\",\"USA.47.57_1\",\"ChIJ7ZVLmwGFuokRXXOEtSJCVkw\",\"US51650\",\"51650\",37.0535984039307,-76.4072815178098,134510,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f9097291\",\"51085\",,84051085,51085,\"US_VA\",,,3,\"Virginia\",\"Hanover\",\"Hanover County, Virginia\",\"USA.47.58_1\",\"ChIJ2SsN-zk8sYkRSzGc5WOVDqg\",\"US51085\",\"51085\",37.7725505828857,-77.5550533698799,107766,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"136dd722\",\"51660\",,84051660,51660,\"US_VA\",,,3,\"Virginia\",\"Harrisonburg\",\"Harrisonburg City, Virginia\",\"USA.47.59_1\",\"ChIJVXEHP8OStIkRX3u92rllTgg\",\"US51660\",\"51660\",38.4383697509766,-78.8699172447487,53016,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"170713bd\",\"51087\",,84051087,51087,\"US_VA\",,,3,\"Virginia\",\"Henrico\",\"Henrico County, Virginia\",\"USA.47.60_1\",\"ChIJG6E4eCwRsYkRfeMcOlrlJc0\",\"US51087\",\"51087\",37.5234451293946,-77.3005221866407,330818,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f0bf3eba\",\"51089\",,84051089,51089,\"US_VA\",,,3,\"Virginia\",\"Henry\",\"Henry County, Virginia\",\"USA.47.61_1\",\"ChIJXU3mJYdmTYgR9ChYC7hW0bg\",\"US51089\",\"51089\",36.6954212188721,-79.9886168336365,50557,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e77f87c9\",\"51091\",,84051091,51091,\"US_VA\",,,3,\"Virginia\",\"Highland\",,\"USA.47.62_1\",,\"US51091\",\"51091\",38.3876647949218,-79.5160770971231,2190,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0a76e663\",\"51670\",,84051670,51670,\"US_VA\",,,3,\"Virginia\",\"Hopewell\",\"Hopewell City, Virginia\",\"USA.47.63_1\",\"ChIJAVOfyeKpsYkRl_bijXecAAY\",\"US51670\",\"51670\",37.2875556945802,-77.2948862461562,22529,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0971e6e5\",\"51093\",,84051093,51093,\"US_VA\",,,3,\"Virginia\",\"Isle of Wight\",\"Isle of Wight County, Virginia\",\"USA.47.64_1\",\"ChIJ00Rlj9pssIkRfZjuzbFdwAE\",\"US51093\",\"51093\",36.8914489746093,-76.6962228935541,37109,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e01243d0\",\"51095\",,84051095,51095,\"US_VA\",,,3,\"Virginia\",\"James City\",\"James City County, Virginia\",\"USA.47.65_1\",\"ChIJj8J8Hc6OsIkRBr1wn9DL3os\",\"US51095\",\"51095\",37.3136596679688,-76.8070826288864,76523,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0e1c22fc\",\"51097\",,84051097,51097,\"US_VA\",,,3,\"Virginia\",\"King and Queen\",,\"USA.47.66_1\",\"ChIJjR8vCEXCsIkRRuFyZzH_mWs\",\"US51097\",\"51097\",37.7054748535157,-76.8615628966291,7025,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e9a40ffb\",\"51099\",,84051099,51099,\"US_VA\",,,3,\"Virginia\",\"King George\",\"King George County, Virginia\",\"USA.47.67_1\",\"ChIJK440LswYt4kR-NEagqMoebk\",\"US51099\",\"51099\",38.2778453826905,-77.1779049202922,26836,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"377f56b7\",\"51101\",,84051101,51101,\"US_VA\",,,3,\"Virginia\",\"King William\",\"King William County, Virginia\",\"USA.47.68_1\",\"ChIJ49AYFu3bsIkRDJnjMFEbhDg\",\"US51101\",\"51101\",37.7160663604737,-77.1201474750126,17148,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d971379b\",\"51103\",,84051103,51103,\"US_VA\",,,3,\"Virginia\",\"Lancaster\",,\"USA.47.69_1\",\"ChIJaYPf1DQGuokROM5ySygTJEg\",\"US51103\",\"51103\",37.7253475189209,-76.4647423883644,10603,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"301292ae\",\"51105\",,84051105,51105,\"US_VA\",,,3,\"Virginia\",\"Lee\",,\"USA.47.70_1\",\"ChIJ3b2gmqMVW4gRcgY765yHvho\",\"US51105\",\"51105\",36.743413925171,-82.9813565781215,23423,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"04ad6e51\",\"51678\",,84051678,51678,\"US_VA\",,,3,\"Virginia\",\"Lexington\",,\"USA.47.71_1\",\"ChIJ5aWwV9DITIgRYACD4tSBGOg\",\"US51678\",\"51678\",37.7850799560547,-79.4411520853531,7446,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"de1cf382\",\"51107\",,84051107,51107,\"US_VA\",,,3,\"Virginia\",\"Loudoun\",\"Loudoun County, Virginia\",\"USA.47.72_1\",\"ChIJNXQSmXQWtokRjBiEklejIxU\",\"US51107\",\"51107\",39.0874195098878,-77.6627198628625,413538,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"39a4de85\",\"51109\",,84051109,51109,\"US_VA\",,,3,\"Virginia\",\"Louisa\",\"Louisa County, Virginia\",\"USA.47.73_1\",\"ChIJM-YQMED8s4kRu9b-4i_3E_w\",\"US51109\",\"51109\",37.9412841796876,-77.9329650182726,37591,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2e6467f6\",\"51111\",,84051111,51111,\"US_VA\",,,3,\"Virginia\",\"Lunenburg\",,\"USA.47.74_1\",\"ChIJ_7YV3rsUsokRlNBtvUT67oE\",\"US51111\",\"51111\",36.9521503448487,-78.2464563151678,12196,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8deefaac\",\"51680\",,84051680,51680,\"US_VA\",,,3,\"Virginia\",\"Lynchburg\",\"Lynchburg City, Virginia\",\"USA.47.75_1\",\"ChIJAQQykHjZsokRYeIgyF7ztsM\",\"US51680\",\"51680\",37.3986206054687,-79.1646060502368,82168,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c06a06da\",\"51113\",,84051113,51113,\"US_VA\",,,3,\"Virginia\",\"Madison\",\"Madison County, Virginia\",\"USA.47.76_1\",\"ChIJSeDx1KI_tIkRiEd-Vx3Eu3I\",\"US51113\",\"51113\",38.4296493530273,-78.2804893158523,13261,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"14e7ab16\",\"51683\",,84051683,51683,\"US_VA\",,,3,\"Virginia\",\"Manassas\",\"Manassas City, Virginia\",\"USA.47.77_1\",\"ChIJi9Zl1IBbtokRUuf7tl6bUoM\",\"US51683\",\"51683\",38.7438850402833,-77.4852261525084,41085,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"fd840e23\",\"51685\",,84051685,51685,\"US_VA\",,,3,\"Virginia\",\"Manassas Park\",\"Manassas Park City, Virginia\",\"USA.47.78_1\",\"ChIJubEj6XNbtokRHIdv7zwLvKc\",\"US51685\",\"51685\",38.7753601074219,-77.4490518557439,17478,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"94f5cbed\",\"51690\",,84051690,51690,\"US_VA\",,,3,\"Virginia\",\"Martinsville\",\"Martinsville City, Virginia\",\"USA.47.79_1\",\"ChIJrUCNPGOQUogRWT15sVZBdTU\",\"US51690\",\"51690\",36.6784801483155,-79.870808218184,12554,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2909a3ef\",\"51115\",,84051115,51115,\"US_VA\",,,3,\"Virginia\",\"Mathews\",,\"USA.47.80_1\",\"ChIJ9a7BLY9xuokRZGhnUcBXdFM\",\"US51115\",\"51115\",37.4191741943361,-76.2910677453242,8834,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c707c2c3\",\"51117\",,84051117,51117,\"US_VA\",,,3,\"Virginia\",\"Mecklenburg\",\"Mecklenburg County, Virginia\",\"USA.47.81_1\",\"ChIJD0v_SJh1sokR9tdVbAdxsiU\",\"US51117\",\"51117\",36.7378005981446,-78.3247102729711,30587,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"20bfefc4\",\"51119\",,84051119,51119,\"US_VA\",,,3,\"Virginia\",\"Middlesex\",,\"USA.47.82_1\",\"ChIJ5cCyAFqnsIkRdUuNLqFWgWI\",\"US51119\",\"51119\",37.6438884735107,-76.6367512535009,10582,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"05493435\",\"51121\",,84051121,51121,\"US_VA\",,,3,\"Virginia\",\"Montgomery\",\"Montgomery County, Virginia\",\"USA.47.83_1\",\"ChIJPY_xb8CWTYgRxR3YvnRxFD0\",\"US51121\",\"51121\",37.1680011749268,-80.3728750018717,98535,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0224f02c\",\"51125\",,84051125,51125,\"US_VA\",,,3,\"Virginia\",\"Nelson\",\"Nelson County, Virginia\",\"USA.47.84_1\",\"ChIJf0NDvx0Ts4kR5tQAuY1OSFg\",\"US51125\",\"51125\",37.7904605865479,-78.9008323897367,14930,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ec2a9100\",\"51127\",,84051127,51127,\"US_VA\",,,3,\"Virginia\",\"New Kent\",\"New Kent County, Virginia\",\"USA.47.85_1\",\"ChIJeesCuevosIkR55J75YwdwMg\",\"US51127\",\"51127\",37.5043048858643,-76.9981908635475,23091,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"44f51a93\",\"51700\",,84051700,51700,\"US_VA\",,,3,\"Virginia\",\"Newport News\",\"Newport News City, Virginia\",\"USA.47.86_1\",\"ChIJ2VZNcIJ7sIkRG8vIA-xVfuw\",\"US51700\",\"51700\",37.0898017883301,-76.4798129970548,179225,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5dee2bd2\",\"51710\",,84051710,51710,\"US_VA\",,,3,\"Virginia\",\"Norfolk\",\"Norfolk, Virginia\",\"USA.47.87_1\",\"ChIJRcoiUzqXuokRCh56zn8Qmas\",\"US51710\",\"51710\",36.8985176086426,-76.2303880376862,242742,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1c520574\",\"51131\",,84051131,51131,\"US_VA\",,,3,\"Virginia\",\"Northampton\",,\"USA.47.88_1\",\"ChIJL1_aGTlQuokRvvf9h782muM\",\"US51131\",\"51131\",37.319305419922,-75.9443070913098,11710,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f25c6458\",\"51133\",,84051133,51133,\"US_VA\",,,3,\"Virginia\",\"Northumberland\",,\"USA.47.89_1\",\"ChIJFe0GuLUBuokRFMUYl6Ws0Pk\",\"US51133\",\"51133\",37.8557796478272,-76.4098865281667,12095,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"76c37811\",\"51720\",,84051720,51720,\"US_VA\",,,3,\"Virginia\",\"Norton\",,\"USA.47.90_1\",\"ChIJW4FzLF_JWogRSIFQvETEeA8\",\"US51720\",\"51720\",36.9296493530275,-82.6367636862446,3981,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1b3fc16d\",\"51135\",,84051135,51135,\"US_VA\",,,3,\"Virginia\",\"Nottoway\",\"Nottoway County, Virginia\",\"USA.47.91_1\",\"ChIJe5NclZwjsokRYAeOlpziWGg\",\"US51135\",\"51135\",37.1380863189698,-78.0705114168871,15232,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f531a041\",\"51137\",,84051137,51137,\"US_VA\",,,3,\"Virginia\",\"Orange\",\"Orange County, Virginia\",\"USA.47.92_1\",\"ChIJobFA_hmotokR9lerLMKdv7A\",\"US51137\",\"51137\",38.2546443939209,-77.9968051639929,37051,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"12898d46\",\"51139\",,84051139,51139,\"US_VA\",,,3,\"Virginia\",\"Page\",\"Page County, Virginia\",\"USA.47.93_1\",\"ChIJ_WRPB-lctIkR7zrQ4jUPBbk\",\"US51139\",\"51139\",38.6242942810058,-78.4834738614337,23902,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"531393b3\",\"51141\",,84051141,51141,\"US_VA\",,,3,\"Virginia\",\"Patrick\",,\"USA.47.94_1\",\"ChIJqSJmiJx6UogRGC3BkCByeDs\",\"US51141\",\"51141\",36.7070655822754,-80.2732170442991,17608,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6fd84950\",\"51730\",,84051730,51730,\"US_VA\",,,3,\"Virginia\",\"Petersburg\",\"Petersburg City, Virginia\",\"USA.47.95_1\",\"ChIJb2qvIJqksYkRdmxQCxsJZcM\",\"US51730\",\"51730\",37.2068939208986,-77.3921654822644,31346,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bd1df29f\",\"51143\",,84051143,51143,\"US_VA\",,,3,\"Virginia\",\"Pittsylvania\",\"Pittsylvania County, Virginia\",\"USA.47.96_1\",\"ChIJkwV67U5VTYgRmb4n30LHMtk\",\"US51143\",\"51143\",36.7942256927491,-79.4056182509479,60354,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1fb2bddf\",\"51735\",,84051735,51735,\"US_VA\",,,3,\"Virginia\",\"Poquoson\",,\"USA.47.97_1\",\"ChIJ-xlqssCGuokR2XrbaY0_znw\",\"US51735\",\"51735\",37.1349124908447,-76.3627108144889,12271,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2099df97\",\"51740\",,84051740,51740,\"US_VA\",,,3,\"Virginia\",\"Portsmouth\",\"Portsmouth City, Virginia\",\"USA.47.98_1\",\"ChIJhzeTSraYuokRrfxUY0SqgvU\",\"US51740\",\"51740\",36.8228511810304,-76.3444646208182,94398,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"547e57aa\",\"51145\",,84051145,51145,\"US_VA\",,,3,\"Virginia\",\"Powhatan\",\"Powhatan County, Virginia\",\"USA.47.99_1\",\"ChIJu9ERZhV9sYkRwqt29J8hyDM\",\"US51145\",\"51145\",37.5316753387452,-77.9073712351252,29652,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ba703686\",\"51147\",,84051147,51147,\"US_VA\",,,3,\"Virginia\",\"Prince Edward\",\"Prince Edward County, Virginia\",\"USA.47.100_1\",\"ChIJ0w-9anhGsokRb0LIFdb3Mto\",\"US51147\",\"51147\",37.2372856140137,-78.4633184918633,22802,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5dc81b81\",\"51149\",,84051149,51149,\"US_VA\",,,3,\"Virginia\",\"Prince George\",\"Prince George County, Virginia\",\"USA.47.101_1\",\"ChIJOwLiQfWusYkRyDKNadyKmag\",\"US51149\",\"51149\",37.1522598266602,-77.2543004581247,38353,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a406c3de\",\"51153\",,84051153,51153,\"US_VA\",,,3,\"Virginia\",\"Prince William\",\"Prince William County, Virginia\",\"USA.47.102_1\",\"ChIJy6miVR0itIkR-4bjMz3EgEg\",\"US51153\",\"51153\",38.7221355438234,-77.4441206728838,470335,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4d6566eb\",\"51155\",,84051155,51155,\"US_VA\",,,3,\"Virginia\",\"Pulaski\",\"Pulaski County, Virginia\",\"USA.47.103_1\",\"ChIJnyRA5QkATogR8JhIqpmxt60\",\"US51155\",\"51155\",37.0599784851074,-80.7287908090119,34027,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3982eed6\",\"51750\",,84051750,51750,\"US_VA\",,,3,\"Virginia\",\"Radford\",,\"USA.47.104_1\",\"ChIJq2zJMQbyTYgR35NcaxC4M24\",\"US51750\",\"51750\",37.1198654174806,-80.5671237061386,18249,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a36b07c7\",\"51157\",,84051157,51157,\"US_VA\",,,3,\"Virginia\",\"Rappahannock\",,\"USA.47.105_1\",\"ChIJ5eWt888ttIkR0Nf1tvqfsBE\",\"US51157\",\"51157\",38.6908512115479,-78.1296751369544,7370,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"44d32ac0\",\"51159\",,84051159,51159,\"US_VA\",,,3,\"Virginia\",\"Richmond\",\"Richmond, Virginia\",\"USA.47.106.1_0\",\"ChIJEYiWF3BMt4kRGI-a5esJdNM\",\"US51159\",\"51159\",37.937575,-76.72920628,9023,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"12afbd15\",\"51760\",,84051760,51760,\"US_VA\",,,3,\"Virginia\",\"Richmond City\",\"Richmond City, Virginia\",\"USA.47.106.2_0\",\"ChIJ7cmZVwkRsYkRxTxC4m0-2L8\",\"US51760\",\"51760\",37.53255773,-77.47966921,230436,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6125f131\",\"51161\",,84051161,51161,\"US_VA\",,,3,\"Virginia\",\"Roanoke\",\"Roanoke County, Virginia\",\"USA.47.107_1\",\"ChIJSW_JH-AGTYgRyVIhrK6kfK8\",\"US51161\",\"51161\",37.2637786865235,-80.1488631226471,94186,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0bb48c54\",\"51770\",,84051770,51770,\"US_VA\",,,3,\"Virginia\",\"Roanoke City\",\"Roanoke City, Virginia\",\"USA.47.108_1\",\"ChIJ_Wapak0MTYgRm5iw28u-nSQ\",\"US51770\",\"51770\",37.2735023498536,-79.9599483214229,99143,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8f2b901d\",\"51163\",,84051163,51163,\"US_VA\",,,3,\"Virginia\",\"Rockbridge\",\"Rockbridge County, Virginia\",\"USA.47.109_1\",\"ChIJC1uZb7pKs4kRh3jqy6I19Sc\",\"US51163\",\"51163\",37.8118648529053,-79.4403402937882,22573,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"66483528\",\"51165\",,84051165,51165,\"US_VA\",,,3,\"Virginia\",\"Rockingham\",\"Rockingham County, Virginia\",\"USA.47.110_1\",\"ChIJe4J-jMR8tIkRchcr2Q6E2eI\",\"US51165\",\"51165\",38.5289192199707,-78.9403090873034,81948,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"88465404\",\"51167\",,84051167,51167,\"US_VA\",,,3,\"Virginia\",\"Russell\",,\"USA.47.111_1\",\"ChIJF0s3y6kDUIgR0S1Zuo56NNA\",\"US51167\",\"51167\",36.9228515625001,-82.0754407185089,26586,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7bde78db\",\"51775\",,84051775,51775,\"US_VA\",,,3,\"Virginia\",\"Salem\",\"Salem City, Virginia\",\"USA.47.112_1\",\"ChIJV4DQVTQKTYgRAQsEhbWuRVo\",\"US51775\",\"51775\",37.2924499511719,-80.0607304283538,25301,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6ffe7903\",\"51169\",,84051169,51169,\"US_VA\",,,3,\"Virginia\",\"Scott\",,\"USA.47.113_1\",\"ChIJq2x-cXOmWogR8yhBDLhGaOM\",\"US51169\",\"51169\",36.7390594482422,-82.5833854336242,21566,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"783ec070\",\"51171\",,84051171,51171,\"US_VA\",,,3,\"Virginia\",\"Shenandoah\",\"Shenandoah County, Virginia\",\"USA.47.114_1\",\"ChIJJd3SERestYkRsgoKeJiilt4\",\"US51171\",\"51171\",38.8517398834229,-78.5871978466328,43616,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9630a15c\",\"51173\",,84051173,51173,\"US_VA\",,,3,\"Virginia\",\"Smyth\",\"Smyth County, Virginia\",\"USA.47.115_1\",\"ChIJp8qdv-MxUIgRtvxQr_mM1Dw\",\"US51173\",\"51173\",36.8274650573731,-81.5150168096901,30104,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7f530469\",\"51175\",,84051175,51175,\"US_VA\",,,3,\"Virginia\",\"Southampton\",\"Southampton County, Virginia\",\"USA.47.116_1\",\"ChIJ2b-DMnEysIkR5lganeGiYGw\",\"US51175\",\"51175\",36.7699298858643,-77.0986084344174,17631,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"915d6545\",\"51177\",,84051177,51177,\"US_VA\",,,3,\"Virginia\",\"Spotsylvania\",\"Spotsylvania County, Virginia\",\"USA.47.117_1\",\"ChIJe-TZuru5tokRuSLsz7C7Dbc\",\"US51177\",\"51177\",38.1815357208253,-77.6620039584905,136215,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"76e54842\",\"51179\",,84051179,51179,\"US_VA\",,,3,\"Virginia\",\"Stafford\",\"Stafford County, Virginia\",\"USA.47.118_1\",\"ChIJUVC2ZHTvtokRLqph6kOLUzA\",\"US51179\",\"51179\",38.4163532257081,-77.4931659531357,152882,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9537a1da\",\"51790\",,84051790,51790,\"US_VA\",,,3,\"Virginia\",\"Staunton\",\"Staunton City, Virginia\",\"USA.47.119_1\",\"ChIJlxZiuI6gtIkRbrYJCnHk1uU\",\"US51790\",\"51790\",38.1620349884034,-79.0618138547596,24932,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4fa95dae\",\"51800\",,84051800,51800,\"US_VA\",,,3,\"Virginia\",\"Suffolk\",\"Suffolk City, Virginia\",\"USA.47.120_1\",\"ChIJTx1a_QwPsIkRzVASAEShGXc\",\"US51800\",\"51800\",36.7412052154541,-76.6147305415963,92108,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ffa6dcbf\",\"51181\",,84051181,51181,\"US_VA\",,,3,\"Virginia\",\"Surry\",,\"USA.47.121_1\",\"ChIJO64sW1ZdsIkRvNmWQRIRagU\",\"US51181\",\"51181\",37.0940246582032,-76.8963720277978,6422,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"11a8bd93\",\"51183\",,84051183,51183,\"US_VA\",,,3,\"Virginia\",\"Sussex\",\"Sussex County, Virginia\",\"USA.47.122_1\",\"ChIJ96huI4rOsYkRahXDRhSC7KE\",\"US51183\",\"51183\",36.9110145568848,-77.2894176374595,11159,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f8cb18a6\",\"51185\",,84051185,51185,\"US_VA\",,,3,\"Virginia\",\"Tazewell\",\"Tazewell County, Virginia\",\"USA.47.123_1\",\"ChIJPxtwgpbTT4gRUSg9WGXtJuc\",\"US51185\",\"51185\",37.1339817047119,-81.600556961747,40595,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"56b26cef\",\"51810\",,84051810,51810,\"US_VA\",,,3,\"Virginia\",\"Virginia Beach\",\"Virginia Beach, Virginia\",\"USA.47.124_1\",\"ChIJpycV_OjBuokRcwEuo4AQFgQ\",\"US51810\",\"51810\",36.7415275573731,-76.0340195774981,449974,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"16c5798a\",\"51187\",,84051187,51187,\"US_VA\",,,3,\"Virginia\",\"Warren\",\"Warren County, Virginia\",\"USA.47.125_1\",\"ChIJk7pLNp_atYkRBetwmHZzIps\",\"US51187\",\"51187\",38.8987293243408,-78.1963399206743,40164,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e6bdedfe\",\"51191\",,84051191,51191,\"US_VA\",,,3,\"Virginia\",\"Washington\",\"Washington County, Virginia\",\"USA.47.126_1\",\"ChIJ41VP-wc-UIgR7ob_ZYtoSwU\",\"US51191\",\"51191\",36.7553901672364,-81.9616028674954,53740,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7d9f3f2c\",\"51820\",,84051820,51820,\"US_VA\",,,3,\"Virginia\",\"Waynesboro\",\"Waynesboro City, Virginia\",\"USA.47.127_1\",\"ChIJhVS1cKFjs4kR4Ksq8CkiMkU\",\"US51820\",\"51820\",38.0668601989746,-78.9055674053215,22630,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"08b38cd2\",\"51193\",,84051193,51193,\"US_VA\",,,3,\"Virginia\",\"Westmoreland\",,\"USA.47.128_1\",\"ChIJI99t_xlHt4kRiSixPhYEMZM\",\"US51193\",\"51193\",38.1210021972657,-76.9696168678904,18015,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"64840e6d\",\"51830\",,84051830,51830,\"US_VA\",,,3,\"Virginia\",\"Williamsburg\",\"Williamsburg City, Virginia\",\"USA.47.129_1\",\"ChIJG6qVRAqJsIkRqg4WXhcwS8E\",\"US51830\",\"51830\",37.2789001464844,-76.7081216718486,14954,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2bc598aa\",\"51840\",,84051840,51840,\"US_VA\",,,3,\"Virginia\",\"Winchester\",\"Winchester City, Virginia\",\"USA.47.130_1\",\"ChIJwUpnQPfutYkRhIEWnA8KtZE\",\"US51840\",\"51840\",39.1694355010987,-78.1729359260687,28078,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e1d029e7\",\"51195\",,84051195,51195,\"US_VA\",,,3,\"Virginia\",\"Wise\",\"Wise County, Virginia\",\"USA.47.131_1\",\"ChIJp8OOmtyzWogRWRYFqvCdAKc\",\"US51195\",\"51195\",37.0016593933107,-82.6297711759155,37383,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0fde48cb\",\"51197\",,84051197,51197,\"US_VA\",,,3,\"Virginia\",\"Wythe\",\"Wythe County, Virginia\",\"USA.47.132_1\",\"ChIJk1KnxwjkUYgRhK6zr0b4NJs\",\"US51197\",\"51197\",36.9225006103516,-81.0661714606566,28684,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e86665cc\",\"51199\",,84051199,51199,\"US_VA\",,,3,\"Virginia\",\"York\",\"York County, Virginia\",\"USA.47.133_1\",\"ChIJ6xW3k3OBsIkR4FjymwoFqX8\",\"US51199\",\"51199\",37.2325077056885,-76.5483421100301,68280,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9cb4f40b\",\"53001\",,84053001,53001,\"US_WA\",,,3,\"Washington\",\"Adams\",\"Adams County, Washington\",\"USA.48.1_1\",\"ChIJU2TY1XzZnlQRy3b3en9WOZs\",\"US53001\",\"53001\",47.0002708435059,-118.470862525308,19983,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"72ba9527\",\"53003\",,84053003,53003,\"US_WA\",,,3,\"Washington\",\"Asotin\",,\"USA.48.2_1\",\"ChIJRddjkLy7oVQRIQgEP1rFazo\",\"US53003\",\"53003\",46.2283439636231,-117.188815981906,22582,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9bd93012\",\"53005\",,84053005,53005,\"US_WA\",,,3,\"Washington\",\"Benton\",\"Benton County, Washington\",\"USA.48.3_1\",\"ChIJoxv2QR74mFQRx_jdqfiOWrQ\",\"US53005\",\"53005\",46.2805709838868,-119.57098177805,204390,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"75d7513e\",\"53007\",,84053007,53007,\"US_WA\",,,3,\"Washington\",\"Chelan\",\"Chelan County, Washington\",\"USA.48.4_1\",\"ChIJVZv5TUp_m1QRmJDpy3364Ys\",\"US53007\",\"53007\",47.9036998748779,-120.543849318619,77200,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"926f7c39\",\"53009\",,84053009,53009,\"US_WA\",,,3,\"Washington\",\"Clallam\",\"Clallam County, Washington\",\"USA.48.5_1\",\"ChIJO1kU2NpGjlQRLyWgZPK76R4\",\"US53009\",\"53009\",48.129301071167,-124.083192883694,77331,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"85afc54a\",\"53011\",,84053011,53011,\"US_WA\",,,3,\"Washington\",\"Clark\",\"Clark County, Washington\",\"USA.48.6_1\",\"ChIJuW5y4XbKlVQR7A8AxglSPVI\",\"US53011\",\"53011\",45.8102493286134,-122.517110428467,488241,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6ba1a466\",\"53013\",,84053013,53013,\"US_WA\",,,3,\"Washington\",\"Columbia\",,\"USA.48.7_1\",,\"US53013\",\"53013\",46.309160232544,-117.92723020084,3985,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"82c20153\",\"53015\",,84053015,53015,\"US_WA\",,,3,\"Washington\",\"Cowlitz\",\"Cowlitz County, Washington\",\"USA.48.8_1\",\"ChIJsQIvJ_sVlFQRaJ2a9Wr4XZI\",\"US53015\",\"53015\",46.118824005127,-122.605848625332,110593,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6ccc607f\",\"53017\",,84053017,53017,\"US_WA\",,,3,\"Washington\",\"Douglas\",\"Douglas County, Washington\",\"USA.48.9_1\",\"ChIJ_Q32EIaXm1QRh494YwBK8vg\",\"US53017\",\"53017\",47.6856098175049,-119.75097015338,43429,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8b744d78\",\"53019\",,84053019,53019,\"US_WA\",,,3,\"Washington\",\"Ferry\",,\"USA.48.10_1\",\"ChIJpaZVVwmNnVQRRuxQ9BWmXtY\",\"US53019\",\"53019\",48.4136695861816,-118.523476394226,7627,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ae829689\",\"53021\",,84053021,53021,\"US_WA\",,,3,\"Washington\",\"Franklin\",\"Franklin County, Washington\",\"USA.48.11_1\",\"ChIJJwE4FxWSmFQRlRRktoEdi_8\",\"US53021\",\"53021\",46.464994430542,-118.943895136596,95222,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"408cf7a5\",\"53023\",,84053023,53023,\"US_WA\",,,3,\"Washington\",\"Garfield\",,\"USA.48.12_1\",,\"US53023\",\"53023\",46.3492240905762,-117.547538670653,2225,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a9ef5290\",\"53025\",,84053025,53025,\"US_WA\",,,3,\"Washington\",\"Grant\",\"Grant County, Washington\",\"USA.48.13_1\",\"ChIJi1vU1x0mnFQRiNtefarbciU\",\"US53025\",\"53025\",47.2970714569093,-119.492894516347,97733,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"47e133bc\",\"53027\",,84053027,53027,\"US_WA\",,,3,\"Washington\",\"Grays Harbor\",\"Grays Harbor County, Washington\",\"USA.48.14_1\",\"ChIJ4yyGe8jBkVQRmSEfn_l33no\",\"US53027\",\"53027\",47.1574993133546,-123.840387858496,75061,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a0591ebb\",\"53029\",,84053029,53029,\"US_WA\",,,3,\"Washington\",\"Island\",\"Island County, Washington\",\"USA.48.15_1\",\"ChIJha99Tj7xj1QR04s91QBmlb8\",\"US53029\",\"53029\",48.1626091003418,-122.494717407227,85141,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b799a7c8\",\"53031\",,84053031,53031,\"US_WA\",,,3,\"Washington\",\"Jefferson\",\"Jefferson County, Washington\",\"USA.48.16_1\",\"ChIJf6m50wc5jlQR4GaY1qTrc34\",\"US53031\",\"53031\",47.8300495147706,-123.671856144746,32221,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5997c6e4\",\"53033\",,84053033,53033,\"US_WA\",,,3,\"Washington\",\"King\",\"King County, Washington\",\"USA.48.17_1\",\"ChIJN3gtg4xckFQRPuBki2urgOI\",\"US53033\",\"53033\",47.4320220947266,-121.87371066137,2252782,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b0f463d1\",\"53035\",,84053035,53035,\"US_WA\",,,3,\"Washington\",\"Kitsap\",\"Kitsap County, Washington\",\"USA.48.18_1\",\"ChIJqxmXVwVPkFQR5WzfhmiXYfM\",\"US53035\",\"53035\",47.6717605590821,-122.68282948708,271473,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5efa02fd\",\"53037\",,84053037,53037,\"US_WA\",,,3,\"Washington\",\"Kittitas\",\"Kittitas County, Washington\",\"USA.48.19_1\",\"ChIJmTaEPtGJmVQRXy6tJjHXje0\",\"US53037\",\"53037\",47.1665306091309,-120.658761145172,47935,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b9422ffa\",\"53039\",,84053039,53039,\"US_WA\",,,3,\"Washington\",\"Klickitat\",,\"USA.48.20_1\",\"ChIJhcn3PE8tllQR9DCKg0VUuKE\",\"US53039\",\"53039\",45.8239097595215,-120.793446053595,22425,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f8d8310f\",\"53041\",,84053041,53041,\"US_WA\",,,3,\"Washington\",\"Lewis\",\"Lewis County, Washington\",\"USA.48.21_1\",\"ChIJ77RIbWo7kVQRydq-d9kYmBg\",\"US53041\",\"53041\",46.586301803589,-122.38401222229,80707,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"16d65023\",\"53043\",,84053043,53043,\"US_WA\",,,3,\"Washington\",\"Lincoln\",,\"USA.48.22_1\",\"ChIJ1bH-mg1gnlQRvC95C0AFE2k\",\"US53043\",\"53043\",47.5233249664307,-118.399701037462,10939,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ffb5f516\",\"53045\",,84053045,53045,\"US_WA\",,,3,\"Washington\",\"Mason\",\"Mason County, Washington\",\"USA.48.23_1\",\"ChIJLeiYUcTQkVQRRtZ3QfzZ8UE\",\"US53045\",\"53045\",47.3456172943116,-123.324055094205,66768,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"11bb943a\",\"53047\",,84053047,53047,\"US_WA\",,,3,\"Washington\",\"Okanogan\",\"Okanogan County, Washington\",\"USA.48.24_1\",\"ChIJ9aTB4k_onFQR98C58DrE7kA\",\"US53047\",\"53047\",48.4696063995362,-119.738898669438,42243,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f603b93d\",\"53049\",,84053049,53049,\"US_WA\",,,3,\"Washington\",\"Pacific\",,\"USA.48.25_1\",\"ChIJWc9_wKTAk1QRTwvYQ6yxyX8\",\"US53049\",\"53049\",46.5179271697999,-123.626482202282,22471,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e1c3004e\",\"53051\",,84053051,53051,\"US_WA\",,,3,\"Washington\",\"Pend Oreille\",,\"USA.48.26_1\",\"ChIJ2X7nrSs7YlMR1qGx_GcRMsk\",\"US53051\",\"53051\",48.5158405303956,-117.27026726216,13724,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0fcd6162\",\"53053\",,84053053,53053,\"US_WA\",,,3,\"Washington\",\"Pierce\",\"Pierce County, Washington\",\"USA.48.27_1\",\"ChIJKW3I8lgDkVQRH8AROLqXyg0\",\"US53053\",\"53053\",47.0251846313477,-122.033926115542,904980,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e6aec457\",\"53055\",,84053055,53055,\"US_WA\",,,3,\"Washington\",\"San Juan\",,\"USA.48.28_1\",\"ChIJuaRrx-SKhVQRLBjLVBlubsw\",\"US53055\",\"53055\",48.5369052886963,-123.090070988125,17582,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"08a0a57b\",\"53057\",,84053057,53057,\"US_WA\",,,3,\"Washington\",\"Skagit\",\"Skagit County, Washington\",\"USA.48.29_1\",\"ChIJe3Wu3oJMhVQRk_Cyes01H5I\",\"US53057\",\"53057\",48.4774169921875,-121.762094112708,129205,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ef18887c\",\"53059\",,84053059,53059,\"US_WA\",,,3,\"Washington\",\"Skamania\",,\"USA.48.30_1\",\"ChIJM83bk070llQReFYW9S2o4b8\",\"US53059\",\"53059\",46.0008239746094,-121.927561148624,12083,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"caee538d\",\"53061\",,84053061,53061,\"US_WA\",,,3,\"Washington\",\"Snohomish\",\"Snohomish County, Washington\",\"USA.48.31_1\",\"ChIJybF97ueemlQRqURMGYrDDmc\",\"US53061\",\"53061\",48.0375366210938,-121.680547805977,822083,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"24e032a1\",\"53063\",,84053063,53063,\"US_WA\",,,3,\"Washington\",\"Spokane\",\"Spokane County, Washington\",\"USA.48.32_1\",\"ChIJ0VeFKvoWnlQRJTO2Z6ANhkI\",\"US53063\",\"53063\",47.6692848205567,-117.430967405232,522798,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cd839794\",\"53065\",,84053065,53065,\"US_WA\",,,3,\"Washington\",\"Stevens\",\"Stevens County, Washington\",\"USA.48.33_1\",\"ChIJ2V4F6l94YlMRTAOVT0onXOw\",\"US53065\",\"53065\",48.4007816314698,-117.848778455712,45723,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"238df6b8\",\"53067\",,84053067,53067,\"US_WA\",,,3,\"Washington\",\"Thurston\",\"Thurston County, Washington\",\"USA.48.34_1\",\"ChIJr_i17gYckVQR-0KsfuYZ9t4\",\"US53067\",\"53067\",46.9725551605225,-122.891909822466,290536,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c435dbbf\",\"53069\",,84053069,53069,\"US_WA\",,,3,\"Washington\",\"Wahkiakum\",,\"USA.48.35_1\",,\"US53069\",\"53069\",46.2687282562257,-123.3362643726,4488,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d3f562cc\",\"53071\",,84053071,53071,\"US_WA\",,,3,\"Washington\",\"Walla Walla\",\"Walla Walla County, Washington\",\"USA.48.36_1\",\"ChIJl91cbUE3olQRmmzfiOtqqi0\",\"US53071\",\"53071\",46.3028450012207,-118.505151418379,60760,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3dfb03e0\",\"53073\",,84053073,53073,\"US_WA\",,,3,\"Washington\",\"Whatcom\",\"Whatcom County, Washington\",\"USA.48.37_1\",\"ChIJi6KetAsXhVQRq7HXbC1bHz8\",\"US53073\",\"53073\",48.8208675384522,-121.725796848945,229247,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d498a6d5\",\"53075\",,84053075,53075,\"US_WA\",,,3,\"Washington\",\"Whitman\",\"Whitman County, Washington\",\"USA.48.38_1\",\"ChIJzQvV9h0Un1QRMIx5n7eoWNI\",\"US53075\",\"53075\",46.8396492004395,-117.519406952421,50104,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3a96c7f9\",\"53077\",,84053077,53077,\"US_WA\",,,3,\"Washington\",\"Yakima\",\"Yakima County, Washington\",\"USA.48.39_1\",\"ChIJszwuUVf5mVQRotePKbqftGI\",\"US53077\",\"53077\",46.5645751953126,-120.645969792662,250873,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0163ccb2\",\"54001\",,84054001,54001,\"US_WV\",,,3,\"West Virginia\",\"Barbour\",,\"USA.49.1_1\",\"ChIJD2oV8cr3SogRVljZ8Wl3TN8\",\"US54001\",\"54001\",39.1220302581787,-80.027918063717,16441,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ef6dad9e\",\"54003\",,84054003,54003,\"US_WV\",,,3,\"West Virginia\",\"Berkeley\",\"Berkeley County, West Virginia\",\"USA.49.2_1\",\"ChIJhxGDcXMEyokRXwzuFXRfrp0\",\"US54003\",\"54003\",39.4461650848389,-78.0268879356449,119171,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"060e08ab\",\"54005\",,84054005,54005,\"US_WV\",,,3,\"West Virginia\",\"Boone\",,\"USA.49.3_1\",\"ChIJscr3QboXT4gRpI_ZrTRlfE4\",\"US54005\",\"54005\",37.9965400695801,-81.7139391365087,21457,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e8006987\",\"54007\",,84054007,54007,\"US_WV\",,,3,\"West Virginia\",\"Braxton\",\"Braxton County, West Virginia\",\"USA.49.4_1\",\"ChIJIxKRF-DbS4gRGDxVhLuz5T8\",\"US54007\",\"54007\",38.7040786743165,-80.7379971976688,13957,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0fb84480\",\"54009\",,84054009,54009,\"US_WV\",,,3,\"West Virginia\",\"Brooke\",\"Brooke County, West Virginia\",\"USA.49.5_1\",\"ChIJRz737cUyNIgRVVeaetpZv9A\",\"US54009\",\"54009\",40.2803897857667,-80.5674219082534,21939,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1878fdf3\",\"54011\",,84054011,54011,\"US_WV\",,,3,\"West Virginia\",\"Cabell\",\"Cabell County, West Virginia\",\"USA.49.6_1\",\"ChIJQ-AFoqhWT4gR51zkA2IBjKc\",\"US54011\",\"54011\",38.4131755828858,-82.2764644999541,91945,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f6769cdf\",\"54013\",,84054013,54013,\"US_WV\",,,3,\"West Virginia\",\"Calhoun\",,\"USA.49.7_1\",,\"US54013\",\"54013\",38.8285465240479,-81.1148317703673,7109,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1f1539ea\",\"54015\",,84054015,54015,\"US_WV\",,,3,\"West Virginia\",\"Clay\",,\"USA.49.8_1\",,\"US54015\",\"54015\",38.4431591033936,-81.0725442385649,8508,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f11b58c6\",\"54017\",,84054017,54017,\"US_WV\",,,3,\"West Virginia\",\"Doddridge\",,\"USA.49.9_1\",,\"US54017\",\"54017\",39.2703361511231,-80.7487502801969,8448,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"16a375c1\",\"54019\",,84054019,54019,\"US_WV\",,,3,\"West Virginia\",\"Fayette\",\"Fayette County, West Virginia\",\"USA.49.10_1\",\"ChIJw28VitK_TogRSV1Lf5u_Br8\",\"US54019\",\"54019\",38.0440654754639,-81.0943485099919,42406,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3355ae30\",\"54021\",,84054021,54021,\"US_WV\",,,3,\"West Virginia\",\"Gilmer\",,\"USA.49.11_1\",,\"US54021\",\"54021\",38.9099254608155,-80.8117952154632,7823,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dd5bcf1c\",\"54023\",,84054023,54023,\"US_WV\",,,3,\"West Virginia\",\"Grant\",,\"USA.49.12_1\",\"ChIJbWJktiBHtYkR0NbkaudTd6Y\",\"US54023\",\"54023\",39.0693550109864,-79.1874273519532,11568,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"34386a29\",\"54025\",,84054025,54025,\"US_WV\",,,3,\"West Virginia\",\"Greenbrier\",\"Greenbrier County, West Virginia\",\"USA.49.13_1\",\"ChIJZUh1y_JrTIgRLmkJUhyjqTM\",\"US54025\",\"54025\",37.9775104522706,-80.4030337106064,34662,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"da360b05\",\"54027\",,84054027,54027,\"US_WV\",,,3,\"West Virginia\",\"Hampshire\",,\"USA.49.14_1\",\"ChIJU2V5Vxl5tYkR2IbnA2h_u4s\",\"US54027\",\"54027\",39.315284729004,-78.629714190581,23175,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3d8e2602\",\"54029\",,84054029,54029,\"US_WV\",,,3,\"West Virginia\",\"Hancock\",\"Hancock County, West Virginia\",\"USA.49.15_1\",\"ChIJifj7U4Y8NIgR8SIuaU7BjuY\",\"US54029\",\"54029\",40.5185356140137,-80.5700427244127,28810,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2a4e9f71\",\"54031\",,84054031,54031,\"US_WV\",,,3,\"West Virginia\",\"Hardy\",,\"USA.49.16_1\",\"ChIJ8_YQlkUOtYkRYzJbozflSzY\",\"US54031\",\"54031\",39.0007705688477,-78.8274758262137,13776,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c440fe5d\",\"54033\",,84054033,54033,\"US_WV\",,,3,\"West Virginia\",\"Harrison\",\"Harrison County, West Virginia\",\"USA.49.17_1\",\"ChIJQxrh3mk_SogR9OggPjvUOfQ\",\"US54033\",\"54033\",39.283905029297,-80.3909135885219,67256,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2d235b68\",\"54035\",,84054035,54035,\"US_WV\",,,3,\"West Virginia\",\"Jackson\",\"Jackson County, West Virginia\",\"USA.49.18_1\",\"ChIJB6gbM_XvSIgRRxXw907d82E\",\"US54035\",\"54035\",38.8240661621094,-81.6949218959773,28576,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c32d3a44\",\"54037\",,84054037,54037,\"US_WV\",,,3,\"West Virginia\",\"Jefferson\",\"Jefferson County, West Virginia\",\"USA.49.19_1\",\"ChIJ0fpRcTUHyokRgdS_3GXAWhE\",\"US54037\",\"54037\",39.3165645599366,-77.8621574359282,57146,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"24951743\",\"54039\",,84054039,54039,\"US_WV\",,,3,\"West Virginia\",\"Kanawha\",\"Kanawha County, West Virginia\",\"USA.49.20_1\",\"ChIJNQedGRPUSIgRZaN_DqYadAE\",\"US54039\",\"54039\",38.2984504699708,-81.5249379022559,178124,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"650f09b6\",\"54041\",,84054041,54041,\"US_WV\",,,3,\"West Virginia\",\"Lewis\",\"Lewis County, West Virginia\",\"USA.49.21_1\",\"ChIJrZUo1B01SogRW9KZNxMO7bU\",\"US54041\",\"54041\",38.9437751770019,-80.4948112467367,15907,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8b01689a\",\"54043\",,84054043,54043,\"US_WV\",,,3,\"West Virginia\",\"Lincoln\",,\"USA.49.22_1\",\"ChIJ-TRwThFPT4gRPgz5EEXz3Ns\",\"US54043\",\"54043\",38.1618461608887,-82.086341202259,20409,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6262cdaf\",\"54045\",,84054045,54045,\"US_WV\",,,3,\"West Virginia\",\"Logan\",\"Logan County, West Virginia\",\"USA.49.23_1\",\"ChIJW2GXZmIQT4gRYMoGjx0DWxQ\",\"US54045\",\"54045\",37.8346595764161,-81.9432408958253,32019,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6bd48184\",\"54049\",,84054049,54049,\"US_WV\",,,3,\"West Virginia\",\"Marion\",\"Marion County, West Virginia\",\"USA.49.24_1\",\"ChIJQVz_5lV4SogREhnMRxVaL_g\",\"US54049\",\"54049\",39.5135211944581,-80.2632262135895,56072,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7c1438f7\",\"54051\",,84054051,54051,\"US_WV\",,,3,\"West Virginia\",\"Marshall\",\"Marshall County, West Virginia\",\"USA.49.25_1\",\"ChIJ7SpGAJ7mNYgRN6VGJiNzSsk\",\"US54051\",\"54051\",39.8774852752686,-80.6537253538764,30531,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"921a59db\",\"54053\",,84054053,54053,\"US_WV\",,,3,\"West Virginia\",\"Mason\",\"Mason County, West Virginia\",\"USA.49.26_1\",\"ChIJrZHq7u-QSIgRWTEAN_qxbKk\",\"US54053\",\"54053\",38.7532444000244,-82.0006715851124,26516,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8c6cac83\",\"54047\",,84054047,54047,\"US_WV\",,,3,\"West Virginia\",\"McDowell\",,\"USA.49.27_1\",\"ChIJKdnNKDmxT4gR2c8LinSATUQ\",\"US54047\",\"54047\",37.3770656585695,-81.6340082241938,17624,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7b79fcee\",\"54055\",,84054055,54055,\"US_WV\",,,3,\"West Virginia\",\"Mercer\",\"Mercer County, West Virginia\",\"USA.49.28_1\",\"ChIJ8eojd01oTogR7NJG2Dt46vo\",\"US54055\",\"54055\",37.4153099060058,-81.0767233453982,58758,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"95779dc2\",\"54057\",,84054057,54057,\"US_WV\",,,3,\"West Virginia\",\"Mineral\",,\"USA.49.29_1\",\"ChIJY0UKtz1htYkR-5RSbAO-cfY\",\"US54057\",\"54057\",39.4449100494385,-78.8642628889824,26868,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"72cfb0c5\",\"54059\",,84054059,54059,\"US_WV\",,,3,\"West Virginia\",\"Mingo\",,\"USA.49.30_1\",\"ChIJr9agLvF7T4gRUO92yIPIWr4\",\"US54059\",\"54059\",37.7454662322998,-82.2157189643989,23424,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"57396b34\",\"54061\",,84054061,54061,\"US_WV\",,,3,\"West Virginia\",\"Monongalia\",\"Monongalia County, West Virginia\",\"USA.49.31_1\",\"ChIJxXmGM5x-SogROlWf-xrAh4c\",\"US54061\",\"54061\",39.5789794921876,-79.9725539299749,105612,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b9370a18\",\"54063\",,84054063,54063,\"US_WV\",,,3,\"West Virginia\",\"Monroe\",,\"USA.49.32_1\",\"ChIJMxFOP4HLTYgRxhVbtB4lGjk\",\"US54063\",\"54063\",37.5565052032471,-80.545855280822,13275,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5054af2d\",\"54065\",,84054065,54065,\"US_WV\",,,3,\"West Virginia\",\"Morgan\",,\"USA.49.33_1\",\"ChIJA4R8PYkNyokRSH7WDU7trC8\",\"US54065\",\"54065\",39.5448951721191,-78.2973650435037,17884,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"be5ace01\",\"54067\",,84054067,54067,\"US_WV\",,,3,\"West Virginia\",\"Nicholas\",\"Nicholas County, West Virginia\",\"USA.49.34_1\",\"ChIJXxNyFjRWSYgRWmUWrX4N_5k\",\"US54067\",\"54067\",38.3061504364014,-80.8268356228695,24496,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"59e2e306\",\"54069\",,84054069,54069,\"US_WV\",,,3,\"West Virginia\",\"Ohio\",\"Ohio County, West Virginia\",\"USA.49.35_1\",\"ChIJr2VvQTTFNYgRkNAdHk80bV4\",\"US54069\",\"54069\",40.1035251617432,-80.6138298232141,41411,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4e225a75\",\"54071\",,84054071,54071,\"US_WV\",,,3,\"West Virginia\",\"Pendleton\",,\"USA.49.36_1\",,\"US54071\",\"54071\",38.6846389770508,-79.3398326239156,6969,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a02c3b59\",\"54073\",,84054073,54073,\"US_WV\",,,3,\"West Virginia\",\"Pleasants\",,\"USA.49.37_1\",\"ChIJ1zP1d93BSYgRfnC8PaHyMek\",\"US54073\",\"54073\",39.3725109100343,-81.1550013816998,7460,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"494f9e6c\",\"54075\",,84054075,54075,\"US_WV\",,,3,\"West Virginia\",\"Pocahontas\",,\"USA.49.38_1\",\"ChIJbUD86b5wS4gRH-bw5k6Tteo\",\"US54075\",\"54075\",38.3887996673584,-79.9854398401643,8247,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a741ff40\",\"54077\",,84054077,54077,\"US_WV\",,,3,\"West Virginia\",\"Preston\",\"Preston County, West Virginia\",\"USA.49.39_1\",\"ChIJs6-7lb2hSogRV66gPet-6L0\",\"US54077\",\"54077\",39.4475040435791,-79.6895077257057,33432,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"40f9d247\",\"54079\",,84054079,54079,\"US_WV\",,,3,\"West Virginia\",\"Putnam\",\"Putnam County, West Virginia\",\"USA.49.40_1\",\"ChIJOZkJO8m5SIgRjIdqd4J_a0I\",\"US54079\",\"54079\",38.4764003753662,-81.8898307565278,56450,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c9ba46ba\",\"54081\",,84054081,54081,\"US_WV\",,,3,\"West Virginia\",\"Raleigh\",\"Raleigh County, West Virginia\",\"USA.49.41_1\",\"ChIJqUnEgmXxTogRTghhPhJHKis\",\"US54081\",\"54081\",37.7502155303956,-81.1736470632814,73361,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"27b42796\",\"54083\",,84054083,54083,\"US_WV\",,,3,\"West Virginia\",\"Randolph\",\"Randolph County, West Virginia\",\"USA.49.42_1\",\"ChIJ5UsQTpQSS4gREt3gLtv6LQY\",\"US54083\",\"54083\",38.7534503936768,-79.8276216930956,28695,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ced782a3\",\"54085\",,84054085,54085,\"US_WV\",,,3,\"West Virginia\",\"Ritchie\",,\"USA.49.43_1\",\"ChIJ9TSoWCiQSYgRY2bsoh1MZAg\",\"US54085\",\"54085\",39.191349029541,-81.0815632255453,9554,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"20d9e38f\",\"54087\",,84054087,54087,\"US_WV\",,,3,\"West Virginia\",\"Roane\",,\"USA.49.44_1\",\"ChIJ1-WHBagXSYgR4v2fZvhiwZw\",\"US54087\",\"54087\",38.7326812744141,-81.3524695627656,13688,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c761ce88\",\"54089\",,84054089,54089,\"US_WV\",,,3,\"West Virginia\",\"Summers\",,\"USA.49.45_1\",\"ChIJj8mrKmCCTogRYV-kmEBS9rc\",\"US54089\",\"54089\",37.6516914367676,-80.8737956134149,12573,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d0a177fb\",\"54091\",,84054091,54091,\"US_WV\",,,3,\"West Virginia\",\"Taylor\",,\"USA.49.46_1\",\"ChIJNwrghrGOSogRM15NlEZb3MU\",\"US54091\",\"54091\",39.3337154388428,-80.0485459750708,16695,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"3eaf16d7\",\"54093\",,84054093,54093,\"US_WV\",,,3,\"West Virginia\",\"Tucker\",,\"USA.49.47_1\",\"ChIJo3QxpgPGSogRbai4uB2m3-U\",\"US54093\",\"54093\",39.1174907684327,-79.5820443414001,6839,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d7ccb3e2\",\"54095\",,84054095,54095,\"US_WV\",,,3,\"West Virginia\",\"Tyler\",,\"USA.49.48_1\",\"ChIJH3PDOD70SYgRJ9hl9v8aeCY\",\"US54095\",\"54095\",39.4491996765137,-80.8230973541006,8591,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"39c2d2ce\",\"54097\",,84054097,54097,\"US_WV\",,,3,\"West Virginia\",\"Upshur\",,\"USA.49.49_1\",\"ChIJ_0zPZbCsS4gRvlwinF9f1RY\",\"US54097\",\"54097\",38.8997592926025,-80.2362534921405,24176,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"de7affc9\",\"54099\",,84054099,54099,\"US_WV\",,,3,\"West Virginia\",\"Wayne\",\"Wayne County, West Virginia\",\"USA.49.50_1\",\"ChIJvVdLqLntRYgRgb_KWxMW8Rs\",\"US54099\",\"54099\",38.130241394043,-82.4400324241334,39402,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"00a1a685\",\"54101\",,84054101,54101,\"US_WV\",,,3,\"West Virginia\",\"Webster\",,\"USA.49.51_1\",\"ChIJUfSEOcuUS4gRUkHY8wylhXw\",\"US54101\",\"54101\",38.4620056152344,-80.4358919061323,8114,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"eeafc7a9\",\"54103\",,84054103,54103,\"US_WV\",,,3,\"West Virginia\",\"Wetzel\",,\"USA.49.52_1\",\"ChIJF1ZcEgEQSogRg3NnCjhz7mo\",\"US54103\",\"54103\",39.5756053924561,-80.6571043683562,15065,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"07cc629c\",\"54105\",,84054105,54105,\"US_WV\",,,3,\"West Virginia\",\"Wirt\",,\"USA.49.53_1\",\"ChIJ933N08-oSYgRwjkGxfeaNj0\",\"US54105\",\"54105\",39.0402355194092,-81.4069173946432,5821,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e9c203b0\",\"54107\",,84054107,54107,\"US_WV\",,,3,\"West Virginia\",\"Wood\",\"Wood County, West Virginia\",\"USA.49.54_1\",\"ChIJmyGWmse0SYgRb8snEE-JG4s\",\"US54107\",\"54107\",39.2165699005128,-81.5072935263188,83518,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"0e7a2eb7\",\"54109\",,84054109,54109,\"US_WV\",,,3,\"West Virginia\",\"Wyoming\",,\"USA.49.55_1\",\"ChIJpTNtj3IAT4gRyulj-38zA6A\",\"US54109\",\"54109\",37.6031398773194,-81.5712938785553,20394,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b9dfabd7\",\"55001\",,84055001,55001,\"US_WI\",,,3,\"Wisconsin\",\"Adams\",\"Adams County, Wisconsin\",\"USA.50.1_1\",\"ChIJOdxmPPS5AIgRNz1Z3EB8swM\",\"US55001\",\"55001\",43.9441089630128,-89.7737285214252,20220,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"57d1cafb\",\"55003\",,84055003,55003,\"US_WI\",,,3,\"Wisconsin\",\"Ashland\",,\"USA.50.2_1\",\"ChIJJYH-W-4YqlIRGrjf5FEx8GI\",\"US55003\",\"55003\",46.3501815795899,-90.73864790826,15562,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"beb26fce\",\"55005\",,84055005,55005,\"US_WI\",,,3,\"Wisconsin\",\"Barron\",\"Barron County, Wisconsin\",\"USA.50.3_1\",\"ChIJLWAq8FoFrVIR29KfCeKNR24\",\"US55005\",\"55005\",45.4232196807862,-91.848339843615,45244,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"50bc0ee2\",\"55007\",,84055007,55007,\"US_WI\",,,3,\"Wisconsin\",\"Bayfield\",,\"USA.50.4_1\",\"ChIJ6xs0XCcYqlIRJLkHI5nuGHk\",\"US55007\",\"55007\",46.5438404083252,-91.2422752137345,15036,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b70423e5\",\"55009\",,84055009,55009,\"US_WI\",,,3,\"Wisconsin\",\"Brown\",\"Brown County, Wisconsin\",\"USA.50.5_1\",\"ChIJf5XZ66b8AogRdMAJBkKAD58\",\"US55009\",\"55009\",44.4591503143311,-87.9785140405556,264542,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a0c49a96\",\"55011\",,84055011,55011,\"US_WI\",,,3,\"Wisconsin\",\"Buffalo\",,\"USA.50.6_1\",\"ChIJ4ciy5J7_-IcRr4SSGCVqS6A\",\"US55011\",\"55011\",44.3128452301026,-91.7221083205373,13031,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4ecafbba\",\"55013\",,84055013,55013,\"US_WI\",,,3,\"Wisconsin\",\"Burnett\",,\"USA.50.7_1\",\"ChIJ91sPiCkGrVIReYyIO4D_KFs\",\"US55013\",\"55013\",45.8997249603272,-92.3612532218697,15414,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a7a95e8f\",\"55015\",,84055015,55015,\"US_WI\",,,3,\"Wisconsin\",\"Calumet\",\"Calumet County, Wisconsin\",\"USA.50.8_1\",\"ChIJK3ujr_2hA4gRbWJTn4DLCPI\",\"US55015\",\"55015\",44.0238990783692,-88.2232401098153,50089,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"49a73fa3\",\"55017\",,84055017,55017,\"US_WI\",,,3,\"Wisconsin\",\"Chippewa\",\"Chippewa County, Wisconsin\",\"USA.50.9_1\",\"ChIJg3djeESsrFIRuj8l7xH2SFs\",\"US55017\",\"55017\",45.0897254943849,-91.2874920247883,64658,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ae1f12a4\",\"55019\",,84055019,55019,\"US_WI\",,,3,\"Wisconsin\",\"Clark\",\"Clark County, Wisconsin\",\"USA.50.10_1\",\"ChIJ0TCsCnsV_4cRd0ZoiHpjJ3o\",\"US55019\",\"55019\",44.7205009460449,-90.6190105772734,34774,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8be9c955\",\"55021\",,84055021,55021,\"US_WI\",,,3,\"Wisconsin\",\"Columbia\",\"Columbia County, Wisconsin\",\"USA.50.11_1\",\"ChIJzbSmkSfgBogRLZlkeYuL5-U\",\"US55021\",\"55021\",43.4652118682862,-89.3024565385925,57532,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"65e7a879\",\"55023\",,84055023,55023,\"US_WI\",,,3,\"Wisconsin\",\"Crawford\",,\"USA.50.12_1\",\"ChIJc2vVo_dg_IcR3gbYdxbjKdo\",\"US55023\",\"55023\",43.2092704772949,-90.8904082264837,16131,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8c840d4c\",\"55025\",,84055025,55025,\"US_WI\",,,3,\"Wisconsin\",\"Dane\",\"Dane County, Wisconsin\",\"USA.50.13_1\",\"ChIJR0uBFlj2BogRz09LOU-1Vyw\",\"US55025\",\"55025\",43.0583152770996,-89.424636067917,546695,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"628a6c60\",\"55027\",,84055027,55027,\"US_WI\",,,3,\"Wisconsin\",\"Dodge\",\"Dodge County, Wisconsin\",\"USA.50.14_1\",\"ChIJxywcXe48BIgRvcGoweVZQ94\",\"US55027\",\"55027\",43.4167613983154,-88.7026595716949,87839,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"85324167\",\"55029\",,84055029,55029,\"US_WI\",,,3,\"Wisconsin\",\"Door\",\"Door County, Wisconsin\",\"USA.50.15_1\",\"ChIJ02GslY19HYgRHC2DTN_P07Q\",\"US55029\",\"55029\",44.7832145690919,-87.4954320256755,27668,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"92f2f814\",\"55031\",,84055031,55031,\"US_WI\",,,3,\"Wisconsin\",\"Douglas\",\"Douglas County, Wisconsin\",\"USA.50.16_1\",\"ChIJH4sTsTq3rVIRugzR5D7LJyA\",\"US55031\",\"55031\",46.4435291290284,-91.9221675508476,43150,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7cfc9938\",\"55033\",,84055033,55033,\"US_WI\",,,3,\"Wisconsin\",\"Dunn\",\"Dunn County, Wisconsin\",\"USA.50.17_1\",\"ChIJhwecyMt_-IcRxVCyn4w3jIE\",\"US55033\",\"55033\",44.9873809814454,-91.8936917471168,45368,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"959f3c0d\",\"55035\",,84055035,55035,\"US_WI\",,,3,\"Wisconsin\",\"Eau Claire\",\"Eau Claire County, Wisconsin\",\"USA.50.18_1\",\"ChIJFcq35_Lq-IcRPXs53bbrkq8\",\"US55035\",\"55035\",44.706190109253,-91.2859171084083,104646,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7b915d21\",\"55037\",,84055037,55037,\"US_WI\",,,3,\"Wisconsin\",\"Florence\",,\"USA.50.19_1\",\"ChIJNUi8eCGDU00RUAl2EI2vfrQ\",\"US55037\",\"55037\",45.8674354553223,-88.3756881183431,4295,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9c297026\",\"55039\",,84055039,55039,\"US_WI\",,,3,\"Wisconsin\",\"Fond du Lac\",\"Fond du Lac County, Wisconsin\",\"USA.50.20_1\",\"ChIJPSlaaif2A4gR-qr3Psuxryo\",\"US55039\",\"55039\",43.7627143859863,-88.5229838249781,103403,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ddb36ed3\",\"55041\",,84055041,55041,\"US_WI\",,,3,\"Wisconsin\",\"Forest\",,\"USA.50.21_1\",\"ChIJw8z5r4uAU00RV28BXNfgI6w\",\"US55041\",\"55041\",45.7255840301515,-88.861336264151,9004,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"33bd0fff\",\"55043\",,84055043,55043,\"US_WI\",,,3,\"Wisconsin\",\"Grant\",\"Grant County, Wisconsin\",\"USA.50.22_1\",\"ChIJHV4I3-Hj_IcRmCe184nsAlQ\",\"US55043\",\"55043\",42.8562602996827,-90.7608384783328,51439,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dadeaaca\",\"55045\",,84055045,55045,\"US_WI\",,,3,\"Wisconsin\",\"Green\",\"Green County, Wisconsin\",\"USA.50.23_1\",\"ChIJKaQKiATQB4gR7FbmAcK8lCU\",\"US55045\",\"55045\",42.6813697814942,-89.6020811331169,36960,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"34d0cbe6\",\"55047\",,84055047,55047,\"US_WI\",,,3,\"Wisconsin\",\"Green Lake\",,\"USA.50.24_1\",\"ChIJuY-WS2FQAYgR4BW9VRymxQ4\",\"US55047\",\"55047\",43.8076515197754,-89.026928664061,18913,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"d368e6e1\",\"55049\",,84055049,55049,\"US_WI\",,,3,\"Wisconsin\",\"Iowa\",\"Iowa County, Wisconsin\",\"USA.50.25_1\",\"ChIJv1SsUZFi_YcRpUHezaeB5fA\",\"US55049\",\"55049\",42.989429473877,-90.1340029450039,23678,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c4a85f92\",\"55051\",,84055051,55051,\"US_WI\",,,3,\"Wisconsin\",\"Iron\",,\"USA.50.26_1\",\"ChIJFdmPEaaSqVIRhrKlNpNThYM\",\"US55051\",\"55051\",46.2714195251465,-90.2403295628151,5687,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2aa63ebe\",\"55053\",,84055053,55053,\"US_WI\",,,3,\"Wisconsin\",\"Jackson\",\"Jackson County, Wisconsin\",\"USA.50.27_1\",\"ChIJ0bI8cODc_ocRoAsnSLCiboA\",\"US55053\",\"55053\",44.2924594879151,-90.7412220014059,20643,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c3c59b8b\",\"55055\",,84055055,55055,\"US_WI\",,,3,\"Wisconsin\",\"Jefferson\",\"Jefferson County, Wisconsin\",\"USA.50.28_1\",\"ChIJLYVrTBfWBYgRj4c5LbTXXvE\",\"US55055\",\"55055\",42.9792442321778,-88.7764724393329,84769,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2dcbfaa7\",\"55057\",,84055057,55057,\"US_WI\",,,3,\"Wisconsin\",\"Juneau\",\"Juneau County, Wisconsin\",\"USA.50.29_1\",\"ChIJ7ZtnXi8N_ocR2ws7cLUDnYI\",\"US55057\",\"55057\",43.9441089630128,-90.1312169178276,26687,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ca73d7a0\",\"55059\",,84055059,55059,\"US_WI\",,,3,\"Wisconsin\",\"Kenosha\",\"Kenosha County, Wisconsin\",\"USA.50.30_1\",\"ChIJ2Si-7u9QBYgRFx8FDcBlxJA\",\"US55059\",\"55059\",42.5838851928711,-88.0574700679132,169561,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ef850c51\",\"55061\",,84055061,55061,\"US_WI\",,,3,\"Wisconsin\",\"Kewaunee\",\"Kewaunee County, Wisconsin\",\"USA.50.31_1\",\"ChIJe7KPfHI8HYgReTgg4Tdi3vc\",\"US55061\",\"55061\",44.5061340332032,-87.6253164380925,20434,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"018b6d7d\",\"55063\",,84055063,55063,\"US_WI\",,,3,\"Wisconsin\",\"La Crosse\",\"La Crosse County, Wisconsin\",\"USA.50.32_1\",\"ChIJc94o7oKs_ocRPVvBJQ0YAXo\",\"US55063\",\"55063\",43.9075546264649,-91.1268288864164,118016,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e8e8c848\",\"55065\",,84055065,55065,\"US_WI\",,,3,\"Wisconsin\",\"Lafayette\",,\"USA.50.33_1\",\"ChIJWwHUUVBX_YcRxWT0zRrUbGs\",\"US55065\",\"55065\",42.6410446166993,-90.1323744534085,16665,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"06e6a964\",\"55067\",,84055067,55067,\"US_WI\",,,3,\"Wisconsin\",\"Langlade\",,\"USA.50.36_1\",\"ChIJ_bQO3li-VE0R8XF-n_yK0Hc\",\"US55067\",\"55067\",45.2493400573731,-89.0526706393241,19189,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"e15e8463\",\"55069\",,84055069,55069,\"US_WI\",,,3,\"Wisconsin\",\"Lincoln\",\"Lincoln County, Wisconsin\",\"USA.50.37_1\",\"ChIJIS3z6J0SVU0RRwKVK_2rcb4\",\"US55069\",\"55069\",45.3376560211182,-89.7351993804634,27593,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f69e3d10\",\"55071\",,84055071,55071,\"US_WI\",,,3,\"Wisconsin\",\"Manitowoc\",\"Manitowoc County, Wisconsin\",\"USA.50.38_1\",\"ChIJ4ZF3i0fPHIgRCaIHeDUBIRU\",\"US55071\",\"55071\",44.1090698242187,-87.8409679143047,78981,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"18905c3c\",\"55073\",,84055073,55073,\"US_WI\",,,3,\"Wisconsin\",\"Marathon\",\"Marathon County, Wisconsin\",\"USA.50.39_1\",\"ChIJuXyHym0bAIgRMFDoqjQlH64\",\"US55073\",\"55073\",44.9011898040773,-89.7697180400816,135692,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f1f3f909\",\"55075\",,84055075,55075,\"US_WI\",,,3,\"Wisconsin\",\"Marinette\",\"Marinette County, Wisconsin\",\"USA.50.40_1\",\"ChIJs2iNNYjCUk0R93BieWqSDEk\",\"US55075\",\"55075\",45.3800849914551,-88.1528042451238,40350,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"1ffd9825\",\"55077\",,84055077,55077,\"US_WI\",,,3,\"Wisconsin\",\"Marquette\",,\"USA.50.41_1\",\"ChIJdUvIWlwqAYgR6rIUQ8mV9tU\",\"US55077\",\"55077\",43.8117809295654,-89.3978157285652,15574,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8f4285b4\",\"55078\",,84055078,55078,\"US_WI\",,,3,\"Wisconsin\",\"Menominee\",,\"USA.50.42_1\",,\"US55078\",\"55078\",44.986680984497,-88.7341711170249,4556,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"f845b522\",\"55079\",,84055079,55079,\"US_WI\",,,3,\"Wisconsin\",\"Milwaukee\",\"Milwaukee County, Wisconsin\",\"USA.50.43_1\",\"ChIJn_qhzUnMGogRPqGaYXA4zLA\",\"US55079\",\"55079\",43.01908493042,-87.9871568087333,945726,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"710621df\",\"55081\",,84055081,55081,\"US_WI\",,,3,\"Wisconsin\",\"Monroe\",\"Monroe County, Wisconsin\",\"USA.50.44_1\",\"ChIJ_cl7cBWH_ocRxvRNLaj43EU\",\"US55081\",\"55081\",43.9293956756592,-90.6118722322905,46253,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9f0840f3\",\"55083\",,84055083,55083,\"US_WI\",,,3,\"Wisconsin\",\"Oconto\",\"Oconto County, Wisconsin\",\"USA.50.45_1\",\"ChIJHTKIQDQLAogRlmhRorijA08\",\"US55083\",\"55083\",45.0248756408692,-88.2777727624456,37930,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"766be5c6\",\"55085\",,84055085,55085,\"US_WI\",,,3,\"Wisconsin\",\"Oneida\",\"Oneida County, Wisconsin\",\"USA.50.46_1\",\"ChIJHVp4ie-uVU0RkL5_7Ew2G10\",\"US55085\",\"55085\",45.6853656768799,-89.5452749956093,35595,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"986584ea\",\"55087\",,84055087,55087,\"US_WI\",,,3,\"Wisconsin\",\"Outagamie\",\"Outagamie County, Wisconsin\",\"USA.50.47_1\",\"ChIJZz_SUMIvAogRSB8xj4kZVUM\",\"US55087\",\"55087\",44.4017562866212,-88.4644222857192,187885,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7fdda9ed\",\"55089\",,84055089,55089,\"US_WI\",,,3,\"Wisconsin\",\"Ozaukee\",\"Ozaukee County, Wisconsin\",\"USA.50.48_1\",\"ChIJIYtNGWHfBIgR1aR4vPyeg2U\",\"US55089\",\"55089\",43.3701801300049,-87.9579439221671,89221,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"681d109e\",\"55091\",,84055091,55091,\"US_WI\",,,3,\"Wisconsin\",\"Pepin\",,\"USA.50.49_1\",\"ChIJfVMgitFa-IcR9bC2EPaJ8Xg\",\"US55091\",\"55091\",44.5450897216798,-92.0887793900708,7287,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"861371b2\",\"55093\",,84055093,55093,\"US_WI\",,,3,\"Wisconsin\",\"Pierce\",\"Pierce County, Wisconsin\",\"USA.50.50_1\",\"ChIJr6079t4e-IcRkKiETUG8pak\",\"US55093\",\"55093\",44.702434539795,-92.424223411547,42754,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6f70d487\",\"55095\",,84055095,55095,\"US_WI\",,,3,\"Wisconsin\",\"Polk\",\"Polk County, Wisconsin\",\"USA.50.51_1\",\"ChIJL4IB9s5zrVIRxjk0x2dbwQ4\",\"US55095\",\"55095\",45.4701004028321,-92.4198816049619,43783,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"817eb5ab\",\"55097\",,84055097,55097,\"US_WI\",,,3,\"Wisconsin\",\"Portage\",\"Portage County, Wisconsin\",\"USA.50.52_1\",\"ChIJEWUPFM2yAYgRYk42er_nc0k\",\"US55097\",\"55097\",44.4639396667481,-89.4749778810151,70772,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"66c698ac\",\"55099\",,84055099,55099,\"US_WI\",,,3,\"Wisconsin\",\"Price\",,\"USA.50.53_1\",\"ChIJue8_0VTKq1IR7Noo50TSr04\",\"US55099\",\"55099\",45.6847858428955,-90.3607806090581,13351,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b81dc1e0\",\"55101\",,84055101,55101,\"US_WI\",,,3,\"Wisconsin\",\"Racine\",\"Racine County, Wisconsin\",\"USA.50.54_1\",\"ChIJbyFVYvFDBYgRT8H0zfLmWcU\",\"US55101\",\"55101\",42.7302856445314,-88.0412589921882,196311,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5613a0cc\",\"55103\",,84055103,55103,\"US_WI\",,,3,\"Wisconsin\",\"Richland\",,\"USA.50.55_1\",\"ChIJSzwzcQC6_YcRRrlzIXMdtuk\",\"US55103\",\"55103\",43.3365802764894,-90.4318322662379,17252,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bf7005f9\",\"55105\",,84055105,55105,\"US_WI\",,,3,\"Wisconsin\",\"Rock\",\"Rock County, Wisconsin\",\"USA.50.56_1\",\"ChIJ3Vi2pWg8BogR74AavM4nZQM\",\"US55105\",\"55105\",42.6362705230714,-89.0701610169696,163354,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"517e64d5\",\"55107\",,84055107,55107,\"US_WI\",,,3,\"Wisconsin\",\"Rusk\",,\"USA.50.57_1\",\"ChIJgVP2lJx6q1IRy_yv0R-j4Js\",\"US55107\",\"55107\",45.5085849761964,-91.1095574731502,14178,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a106f0a1\",\"55111\",,84055111,55111,\"US_WI\",,,3,\"Wisconsin\",\"Sauk\",\"Sauk County, Wisconsin\",\"USA.50.59_1\",\"ChIJEYLSbmE2B4gRQ1tiVX2mB-I\",\"US55111\",\"55111\",43.4240303039551,-89.8977026758843,64442,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4f08918d\",\"55113\",,84055113,55113,\"US_WI\",,,3,\"Wisconsin\",\"Sawyer\",,\"USA.50.60_1\",\"ChIJc1DvtlXzq1IRSWSU1qjeZKE\",\"US55113\",\"55113\",45.8983707427979,-91.1096823718765,16558,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a66b34b8\",\"55115\",,84055115,55115,\"US_WI\",,,3,\"Wisconsin\",\"Shawano\",\"Shawano County, Wisconsin\",\"USA.50.61_1\",\"ChIJ_WPnaD71AYgRySeagRoUn_4\",\"US55115\",\"55115\",44.8107643127442,-88.7374292309407,40899,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"48655594\",\"55117\",,84055117,55117,\"US_WI\",,,3,\"Wisconsin\",\"Sheboygan\",\"Sheboygan County, Wisconsin\",\"USA.50.62_1\",\"ChIJNdfSPzKlBIgRHR3zIpPEIag\",\"US55117\",\"55117\",43.7101955413819,-87.9328384290076,115340,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b6c649d2\",\"55109\",,84055109,55109,\"US_WI\",,,3,\"Wisconsin\",\"St. Croix\",\"St. Croix County, Wisconsin\",\"USA.50.58_1\",\"ChIJh3E0VfwFrVIRFI71wNWSjAo\",\"US55109\",\"55109\",45.0334453582764,-92.4529531771445,90687,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"afdd7893\",\"55119\",,84055119,55119,\"US_WI\",,,3,\"Wisconsin\",\"Taylor\",,\"USA.50.63_1\",\"ChIJYb6NxA62q1IR3M77UWrW4S4\",\"US55119\",\"55119\",45.2068996429443,-90.4853577224663,20343,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8a2ba362\",\"55121\",,84055121,55121,\"US_WI\",,,3,\"Wisconsin\",\"Trempealeau\",\"Trempealeau County, Wisconsin\",\"USA.50.64_1\",\"ChIJQxIsrwkv-YcRnCE0Y6gzJoc\",\"US55121\",\"55121\",44.2909870147706,-91.3475856190238,29649,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6425c24e\",\"55123\",,84055123,55123,\"US_WI\",,,3,\"Wisconsin\",\"Vernon\",,\"USA.50.65_1\",\"ChIJj6q0LfQ5_IcR5873nD4PE6o\",\"US55123\",\"55123\",43.5746803283692,-90.7722022860116,30822,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8d46677b\",\"55125\",,84055125,55125,\"US_WI\",,,3,\"Wisconsin\",\"Vilas\",\"Vilas County, Wisconsin\",\"USA.50.66_1\",\"ChIJkR3dfBu0VU0RAYaT5DAKZoY\",\"US55125\",\"55125\",46.0858249664307,-89.4443587561435,22195,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"63480657\",\"55127\",,84055127,55127,\"US_WI\",,,3,\"Wisconsin\",\"Walworth\",\"Walworth County, Wisconsin\",\"USA.50.67_1\",\"ChIJTVPf6cfsBYgRIRTiButodm8\",\"US55127\",\"55127\",42.6431007385255,-88.5385902406017,103868,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"84f02b50\",\"55129\",,84055129,55129,\"US_WI\",,,3,\"Wisconsin\",\"Washburn\",,\"USA.50.68_1\",\"ChIJR0nASmgurFIR4u2pvf-TeTw\",\"US55129\",\"55129\",45.8577556610108,-91.7864638326637,15720,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"93309223\",\"55131\",,84055131,55131,\"US_WI\",,,3,\"Wisconsin\",\"Washington\",\"Washington County, Wisconsin\",\"USA.50.69_1\",\"ChIJn6atQBr4BIgRWBJrJVzjgwU\",\"US55131\",\"55131\",43.3688106536866,-88.2294048695127,136034,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7d3ef30f\",\"55133\",,84055133,55133,\"US_WI\",,,3,\"Wisconsin\",\"Waukesha\",\"Waukesha County, Wisconsin\",\"USA.50.70_1\",\"ChIJFyw_Xj6yBYgRDv3otU1ve2A\",\"US55133\",\"55133\",43.0217151641846,-88.304406565992,404198,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"945d563a\",\"55135\",,84055135,55135,\"US_WI\",,,3,\"Wisconsin\",\"Waupaca\",\"Waupaca County, Wisconsin\",\"USA.50.71_1\",\"ChIJwQUb5UR0AYgRA7wy_0Tvjzk\",\"US55135\",\"55135\",44.459758758545,-88.980124471723,50990,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"7a533716\",\"55137\",,84055137,55137,\"US_WI\",,,3,\"Wisconsin\",\"Waushara\",\"Waushara County, Wisconsin\",\"USA.50.72_1\",\"ChIJrSh8yKMYAYgRZKLQNbZM5_Y\",\"US55137\",\"55137\",44.1348209381104,-89.242430196122,24443,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9deb1a11\",\"55139\",,84055139,55139,\"US_WI\",,,3,\"Wisconsin\",\"Winnebago\",\"Winnebago County, Wisconsin\",\"USA.50.73_1\",\"ChIJh5LbcRnCA4gR3RL3bH7nZhU\",\"US55139\",\"55139\",44.0272865295411,-88.644855308857,171907,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"dc7104e4\",\"55141\",,84055141,55141,\"US_WI\",,,3,\"Wisconsin\",\"Wood\",\"Wood County, Wisconsin\",\"USA.50.74_1\",\"ChIJZWq1w7bT_4cROeAZleX2pbw\",\"US55141\",\"55141\",44.4680709838867,-90.0212987360851,72999,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ab6a0439\",\"56001\",,84056001,56001,\"US_WY\",,,3,\"Wyoming\",\"Albany\",\"Albany County, Wyoming\",\"USA.51.1_1\",\"ChIJL-rrqEHEZ4cRiCWcRkYx53I\",\"US56001\",\"56001\",41.7006416320801,-105.676081273478,38880,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"45646515\",\"56003\",,84056003,56003,\"US_WY\",,,3,\"Wyoming\",\"Big Horn\",,\"USA.51.2_1\",\"ChIJyUUizsTaN1MR2l6biB3qcdQ\",\"US56003\",\"56003\",44.582555770874,-107.984983861197,11790,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"ac07c020\",\"56005\",,84056005,56005,\"US_WY\",,,3,\"Wyoming\",\"Campbell\",\"Campbell County, Wyoming\",\"USA.51.3_1\",\"ChIJgS4hQkiwNFMRwniR73mFsag\",\"US56005\",\"56005\",44.2626743316651,-105.552104272118,46341,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"4209a10c\",\"56007\",,84056007,56007,\"US_WY\",,,3,\"Wyoming\",\"Carbon\",\"Carbon County, Wyoming\",\"USA.51.4_1\",\"ChIJ4cpyvJ18XYcR41-7y64QqXo\",\"US56007\",\"56007\",41.7204341888428,-106.787538363926,14800,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"a5b18c0b\",\"56009\",,84056009,56009,\"US_WY\",,,3,\"Wyoming\",\"Converse\",\"Converse County, Wyoming\",\"USA.51.5_1\",\"ChIJb1LisqhrYYcRJ2MxDFKlmA4\",\"US56009\",\"56009\",42.9396743774415,-105.485669085026,13822,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b2713578\",\"56011\",,84056011,56011,\"US_WY\",,,3,\"Wyoming\",\"Crook\",,\"USA.51.6_1\",\"ChIJA2cJyBYqM1MRGKvAVO0Urbg\",\"US56011\",\"56011\",44.5917358398438,-104.571251509604,7584,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5c7f5454\",\"56013\",,84056013,56013,\"US_WY\",,,3,\"Wyoming\",\"Fremont\",\"Fremont County, Wyoming\",\"USA.51.7_1\",\"ChIJi4n36ATaTFMRt9b4fS6JyIA\",\"US56013\",\"56013\",43.1322708129883,-108.567833509143,39261,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"b51cf161\",\"56015\",,84056015,56015,\"US_WY\",,,3,\"Wyoming\",\"Goshen\",,\"USA.51.8_1\",\"ChIJqchRnRayZYcRD9LuBYDoViA\",\"US56015\",\"56015\",42.1519107818604,-104.353180221661,13211,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"5b12904d\",\"56017\",,84056017,56017,\"US_WY\",,,3,\"Wyoming\",\"Hot Springs\",,\"USA.51.9_1\",\"ChIJy_6r4J-9TFMRZ5TmEfkrQp4\",\"US56017\",\"56017\",43.771245956421,-108.602816471832,4413,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"bcaabd4a\",\"56019\",,84056019,56019,\"US_WY\",,,3,\"Wyoming\",\"Johnson\",,\"USA.51.10_1\",\"ChIJF44iWSeWSlMR2-5vHc7PYnY\",\"US56019\",\"56019\",44.0300254821777,-106.567072969133,8445,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"995c66bb\",\"56021\",,84056021,56021,\"US_WY\",,,3,\"Wyoming\",\"Laramie\",\"Laramie County, Wyoming\",\"USA.51.11_1\",\"ChIJo4qjvDwfb4cRK9sJJHFmsQU\",\"US56021\",\"56021\",41.2092609405518,-104.66447642232,99500,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"77520797\",\"56023\",,84056023,56023,\"US_WY\",,,3,\"Wyoming\",\"Lincoln\",,\"USA.51.12_1\",\"ChIJxyj6NfsWV4cRiM3SmxqvLZg\",\"US56023\",\"56023\",42.4428100585938,-110.79420133285,19830,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9e31a2a2\",\"56025\",,84056025,56025,\"US_WY\",,,3,\"Wyoming\",\"Natrona\",\"Natrona County, Wyoming\",\"USA.51.13_1\",\"ChIJ6ZENbZKQYIcR1BVum_c3z9s\",\"US56025\",\"56025\",42.9780750274659,-106.786467003749,79858,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"703fc38e\",\"56027\",,84056027,56027,\"US_WY\",,,3,\"Wyoming\",\"Niobrara\",,\"USA.51.14_1\",,\"US56027\",\"56027\",43.0383110046387,-104.477238095372,2356,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"9787ee89\",\"56029\",,84056029,56029,\"US_WY\",,,3,\"Wyoming\",\"Park\",\"Park County, Wyoming\",\"USA.51.15_1\",\"ChIJHazPIJZeRVMREOKSf3g0edY\",\"US56029\",\"56029\",44.4031448364258,-109.414743165874,29194,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"804757fa\",\"56031\",,84056031,56031,\"US_WY\",,,3,\"Wyoming\",\"Platte\",,\"USA.51.16_1\",\"ChIJOSq_r9fXZYcROriCFM_N0S4\",\"US56031\",\"56031\",42.1380748748779,-104.966731786842,8393,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6e4936d6\",\"56033\",,84056033,56033,\"US_WY\",,,3,\"Wyoming\",\"Sheridan\",\"Sheridan County, Wyoming\",\"USA.51.17_1\",\"ChIJvzJgFeONNVMRdBzqIEJBwJ0\",\"US56033\",\"56033\",44.7763004302979,-106.898041196168,30485,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"872a93e3\",\"56035\",,84056035,56035,\"US_WY\",,,3,\"Wyoming\",\"Sublette\",,\"USA.51.18_1\",\"ChIJjXutE5u9V4cRjNUtUPgMhns\",\"US56035\",\"56035\",42.8623294830323,-109.953301804803,9831,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"6924f2cf\",\"56037\",,84056037,56037,\"US_WY\",,,3,\"Wyoming\",\"Sweetwater\",\"Sweetwater County, Wyoming\",\"USA.51.19_1\",\"ChIJEVZf4rRTWocRoqATF0f_rnA\",\"US56037\",\"56037\",41.6383037567139,-108.989492932816,42343,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"8e9cdfc8\",\"56039\",,84056039,56039,\"US_WY\",,,3,\"Wyoming\",\"Teton\",\"Teton County, Wyoming\",\"USA.51.20_1\",\"ChIJV3wGpVVrUlMR3m18oGf5rvk\",\"US56039\",\"56039\",43.9337997436523,-110.550776259067,23464,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"cf06c13d\",\"56041\",,84056041,56041,\"US_WY\",,,3,\"Wyoming\",\"Uinta\",\"Uinta County, Wyoming\",\"USA.51.21_1\",\"ChIJR4w4T5CnUYcRvTPRgMmXumM\",\"US56041\",\"56041\",41.2861461639405,-110.546930251386,20226,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"2108a011\",\"56043\",,84056043,56043,\"US_WY\",,,3,\"Wyoming\",\"Washakie\",,\"USA.51.22_1\",\"ChIJIXR5_L9BS1MRLvs8KUxeZC8\",\"US56043\",\"56043\",43.8329162597657,-107.658254234767,7805,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n\"c86b0524\",\"56045\",,84056045,56045,\"US_WY\",,,3,\"Wyoming\",\"Weston\",,\"USA.51.23_1\",\"ChIJd4Rqhed3YocR7ubT5-HgoJg\",\"US56045\",\"56045\",43.8343048095704,-104.569758683727,6927,\"Johns Hopkins Center for Systems Science and Engineering (2020)\",\"https://github.com/CSSEGISandData/COVID-19\"\n"
  },
  {
    "path": "inst/extdata/db/ZAF.csv",
    "content": "\"id\",\"id_github.dsfsi.covid19za\",\"administrative_area_level\",\"administrative_area_level_2\",\"administrative_area_level_3\",\"key_apple_mobility\",\"key_gadm\",\"key_google_mobility\",\"key_local\",\"latitude\",\"longitude\",\"population\",\"population_data_source\",\"population_data_source_url\"\n,,,,,,,,\"-\",,,,,\n\"4a1c930e\",\"EC\",2,\"Eastern Cape\",,\"Eastern Cape\",\"ZAF.1_1\",\"ChIJu5znKjRWYh4RkqxyqdKUajo\",\"EC\",-32.10953522,26.5903024281711,6996976,\"Wikipedia (2018)\",\"https://www.wikipedia.org\"\n\"7c86d0a9\",\"FS\",2,\"Free State\",,\"Free State\",\"ZAF.2_1\",\"ChIJGRTWM2HFjx4RRwqiTVWK9e0\",\"FS\",-28.681405065,26.6276264987157,2834714,\"Wikipedia (2018)\",\"https://www.wikipedia.org\"\n\"fc94b052\",\"GP\",2,\"Gauteng\",,\"Gauteng\",\"ZAF.3_1\",\"ChIJn3cRVJUSlR4R4jhUy8fnnm0\",\"GP\",-26.017630575,28.0120171106122,13399724,\"Wikipedia (2018)\",\"https://www.wikipedia.org\"\n\"8db651f9\",\"KZN\",2,\"KwaZulu-Natal\",,\"KwaZulu-Natal\",\"ZAF.4_1\",\"ChIJVQ7iWQ4Q8R4Rjdnka6d4YYI\",\"KZN\",-28.941996575,30.4719109322936,11065240,\"Wikipedia (2018)\",\"https://www.wikipedia.org\"\n\"1f606999\",\"LP\",2,\"Limpopo\",,\"Limpopo\",\"ZAF.5_1\",\"ChIJwTDNNhTJxh4RStzIZh49iWI\",\"LP\",-23.773815155,29.3417313899304,5799090,\"Wikipedia (2018)\",\"https://www.wikipedia.org\"\n\"067b58d8\",\"MP\",2,\"Mpumalanga\",,\"Mpumalanga\",\"ZAF.6_1\",\"ChIJPSAvTvpg6h4RhGvk9A3foGQ\",\"MP\",-25.74475479,30.1472057321668,4335964,\"Wikipedia (2018)\",\"https://www.wikipedia.org\"\n\"b3329eb8\",\"NW\",2,\"North West\",,\"North West\",\"ZAF.7_1\",\"ChIJ612A6EIKmB4R_5BkMf6qLUc\",\"NW\",-26.37113953,25.2372246753256,1193780,\"Wikipedia (2018)\",\"https://www.wikipedia.org\"\n\"a9e84ac5\",\"NC\",2,\"Northern Cape\",,\"Northern Cape\",\"ZAF.8_1\",\"ChIJbUtwf_UhJBwRkEyPkNb4AAM\",\"NC\",-28.85542965,22.0210707176521,3748435,\"Wikipedia (2018)\",\"https://www.wikipedia.org\"\n\"32e8e3dd\",\"WC\",2,\"Western Cape\",,\"Western Cape\",\"ZAF.9_1\",\"ChIJ841peohdzB0Ri6I2IY95juk\",\"WC\",-32.632915495,22.2253349616889,6279730,\"Wikipedia (2018)\",\"https://www.wikipedia.org\"\n"
  },
  {
    "path": "inst/extdata/db.R",
    "content": "library(COVID19)\nlibrary(eurostat)\nlibrary(geosphere)\nlibrary(data.table)\n\nreadGADM <- function(iso, level){\n  # import\n  url <- sprintf(\"https://biogeo.ucdavis.edu/data/gadm3.6/Rsp/gadm36_%s_%s_sp.rds\", iso, level-1)\n  file <- tempfile()\n  download.file(url, file)\n  g <- readRDS(file)\n  # inner point\n  p <- sf::st_point_on_surface(sf::st_as_sf(g))\n  p <- sf::as_Spatial(p)\n  # plot\n  sp::plot(g)\n  points(p, col = \"magenta\")\n  # to data.frame\n  x <- data.frame(p)\n  colnames(x) <- map_values(colnames(x), c(\"coords.x1\" = \"longitude\", \"coords.x2\" = \"latitude\"))\n  # return\n  return(x)\n}\n\nfillGADM <- function(x, iso, admin_level){\n  # download\n  url <- sprintf(\"https://biogeo.ucdavis.edu/data/gadm3.6/Rsp/gadm36_%s_%s_sp.rds\", iso, admin_level-1)\n  file <- tempfile()\n  download.file(url, file)\n  g <- readRDS(file)\n  # to fill\n  if(length(idx <- which(is.na(x$key_gadm)))){\n    key_gadm <- apply(x[idx,], 1, function(x){\n      coords <- matrix(as.numeric(c(x[['longitude']], x[['latitude']])), ncol = 2)\n      if(any(is.na(coords))) return(NA)\n      area <- sp::over(sp::SpatialPoints(coords, proj4string = sp::CRS(sp::proj4string(g))), g)\n      area[[sprintf(\"GID_%s\", admin_level-1)]]\n    })    \n  }\n  # fill and return\n  x$key_gadm[idx] <- key_gadm\n  return(x)\n}\n\nfillNUTS <- function(x, admin_level, nuts_level){\n  geo_nuts <- get_eurostat_geospatial(nuts_level = nuts_level, output_class = \"spdf\", resolution = \"01\", year = \"2021\")\n  key_nuts <- apply(x, 1, function(x){\n    coords <- matrix(as.numeric(c(x[['longitude']], x[['latitude']])), ncol = 2)\n    if(any(is.na(coords))) return(NA)\n    sp::over(sp::SpatialPoints(coords, proj4string = sp::CRS(sp::proj4string(geo_nuts))), geo_nuts)$NUTS_ID\n  })\n  if(is.null(x$key_nuts)){\n    x$key_nuts <- NA\n  }\n  idx <- which(is.na(x$key_nuts) & x$administrative_area_level==admin_level)\n  x$key_nuts[idx] <- key_nuts[idx]\n  return(x)\n}\n\nfillLevel2 <- function(x){\n  idx <- which(x$administrative_area_level==2)\n  lev <- gsub(\"\\\\_.*$\", \"\", x$key_gadm)\n  upr <- gsub(\"\\\\.[^\\\\.]*$\", \"\", x$key_gadm)\n  map <- x$administrative_area_level_2[idx]\n  names(map) <- lev[idx]\n  x$administrative_area_level_2[-idx] <- map_values(upr[-idx], map, force = TRUE)\n  return(x)\n}\n\nfillGoogle <- function(x){\n  if(is.null(x$key_google_mobility)){\n    x$key_google_mobility <- NA\n  }\n  gkey <- regions::google_nuts_matchtable\n  map <- gkey$google_region_name\n  names(map) <- gkey$code_2016\n  idx <- which(is.na(x$key_google_mobility))\n  x$key_google_mobility[idx] <- map_values(x$key_nuts[idx], map, force = TRUE)\n  return(x)\n}\n\nformat <- function(x){\n  if(all(!is.na(x$id))){\n    if(is.null(x$key_local)) x$key_local <- NA\n    x$key_local <- as.character(x$key_local)\n    x <- dplyr::bind_rows(data.frame(key_local = \"-\"), x)\n  }\n  x <- x[,order(colnames(x))]\n  i <- startsWith(colnames(x), \"id\")\n  x <- x[, c(which(i), which(!i))]\n  x <- x[order(x$administrative_area_level, x$administrative_area_level_2, x$administrative_area_level_3, na.last = FALSE),]\n  if(sum(is.na(x$id))!=1){\n    stop(\"Some ids are NA\")\n  }\n  if(any(duplicated(x$id))){\n    stop(\"Some ids are duplicated\")\n  }\n  idx2 <- which(x$administrative_area_level==2)\n  idx3 <- which(x$administrative_area_level==3)\n  if(length(idx2) > 0 & length(idx3) > 0){\n    if(any(!x$administrative_area_level_2[idx3] %in% c(NA, x$administrative_area_level_2[idx2]))){\n      warning(\"Not all admin3 are in admin2\")\n    }\n  }\n  if(!is.null(x$key_gadm)){\n    if(sum(is.na(x$key_gadm))>1){\n      warning(\"Some key_gadm are NAs\")\n    }\n    idx <- which(!is.na(x$key_gadm))\n    if(any(duplicated(paste(x$administrative_area_level[idx], x$key_gadm[idx])))){\n      warning(\"Duplicated key_gadm\") \n    }\n  }\n  if(!is.null(x$key_hasc)){\n    idx <- which(!is.na(x$key_hasc))\n    if(any(duplicated(paste(x$administrative_area_level[idx], x$key_hasc[idx])))){\n      warning(\"Duplicated key_hasc\") \n    }\n    n <- sapply(strsplit(x$key_hasc, split = \"\\\\.\"), length)\n    i <- which(n!=x$administrative_area_level & !is.na(x$key_hasc))\n    if(length(i)>0){\n      warning(\"key_hasc do not match with administrative_area_level\") \n    }\n  }\n  if(!is.null(x$key_google_mobility)){\n    if(any(duplicated(na.omit(x$key_google_mobility)))){\n      warning(\"Duplicated key_google_mobility\") \n    }\n  }\n  if(!is.null(x$key_local)){\n    idx <- which(!is.na(x$key_local))\n    if(any(duplicated(paste(x$administrative_area_level[idx], x$key_local[idx])))){\n      stop(\"Duplicated key_local\") \n    }\n  }\n  if(!all((colnames(x) %in% c(\n    \"id\",\"latitude\",\"longitude\",\"population\", \"administrative_area_level\", \n    \"administrative_area_level_2\", \"administrative_area_level_3\",\n    \"key_local\", \"key_hasc\", \"key_gadm\", \"key_nuts\", \n    \"key_google_mobility\", \"key_apple_mobility\", \"key_jhu_csse\",\n    \"population_data_source\", \"population_data_source_url\")) \n    | startsWith(colnames(x), \"id_\"))){\n    stop(\"Some colnames are not allowed\")\n  }\n  if(!is.null(x$key_nuts)){\n    if(any(duplicated(na.omit(x$key_nuts)))){\n      warning(\"Duplicated key_nuts\") \n    }\n  }\n  if(sum(is.na(x$latitude))>1){\n    warning(\"latitude contains NA values\") \n  }\n  if(sum(is.na(x$longitude))>1){\n    warning(\"longitude contains NA values\") \n  }\n  if(sum(is.na(x$population))>1){\n    warning(\"population contains NA values\") \n  }\n  return(x)\n}\n\nfillx <- function(x, y, id.x, id.y, var.x, var.y, level){\n  map <- y[[var.y]]\n  names(map) <- y[[id.y]]\n  if(is.null(x[[var.x]])) x[[var.x]] <- NA\n  idx <- which(x$administrative_area_level==level & is.na(x[[var.x]]))\n  x[[var.x]][idx] <- map_values(x[[id.x]][idx], map, force = TRUE)\n  return(x)\n}\n\n# CSV\niso <- \"AUS\"\nx <- extdata(sprintf(\"db/%s.csv\", iso))\n\n# GADM\ng <- readGADM(iso = iso, level = 3)\nView(g)\n\n\nx <- fillx(x = x, y = g, level = 3,\n           id.x = \"key\", id.y = \"key\", \n           var.x = \"key_gadm\", var.y = \"GID_2\")\n\nx <- fillx(x = x, y = g, level = 3,\n           id.x = \"key_gadm\", id.y = \"GID_2\", \n           var.x = \"longitude\", var.y = \"longitude\")\n\n# population\nfile <- file.choose()\np <- read.csv(file, sep = \"\\t\")\np$Population <- as.integer(gsub(\",\", \"\", p$Population))\n\nx <- fillx(x = x, y = p, level = 2,\n           id.x = \"key_hasc\", id.y = \"HASC\", \n           var.x = \"population\", var.y = \"Population\")\n\nx$population_data_source <- \"Statoids (2006)\"\nx$population_data_source_url <- \"http://www.statoids.com/uaf.html\"\n\n# Apple mobility\na <- fread(\"inst/extdata/apple.csv\", header = TRUE)[,1:6]\na$key <- gsub(\", $\", \"\", paste(a$region, a$`sub-region`, sep = \", \"))\nView(a)\n\n# Google mobility\ng <- fread(\"inst/extdata/google.csv\", encoding = \"UTF-8\", na.strings = \"\")[,1:8]\ng <- g[g$country_region_code==\"AR\",]\ng <- g[!duplicated(g),]\nView(g)\n\ng <- g[is.na(g$sub_region_2),]\n\ng$sub_region_1 <- trimws(gsub(\" Province$\", \"\", g$sub_region_1))\n\nx <- fillx(x = x, y = g, level = 2,\n           id.x = \"administrative_area_level_2\", id.y = \"sub_region_1\", \n           var.x = \"key_google_mobility\", var.y = \"place_id\")\n\n\n# JHU CSSE\njhu <- read.csv(\"https://raw.githubusercontent.com/CSSEGISandData/COVID-19_Unified-Dataset/master/COVID-19_LUT.csv\")\nj <- jhu[jhu$ISO1_3C==iso,]\nView(j)\n\n# OxCGRT\no <- read.csv(\"https://raw.githubusercontent.com/OxCGRT/covid-policy-tracker/master/data/OxCGRT_latest.csv\")\no <- o[o$CountryCode==iso, 1:4]\no <- o[!duplicated(o) & !is.na(o$RegionCode),]\n\nx <- fillx(x = x, y = o, level = 2,\n           id.x = \"administrative_area_level_2\", id.y = \"RegionName\", \n           var.x = \"id_github.oxcgrt.covidpolicytracker\", var.y = \"RegionCode\")\n\n\n\n# x <- fillNUTS(x, admin_level = 3, nuts_level = 3)\n# x <- fillGADM(x, admin_level = 3, iso = iso)\n# x <- fillLevel2(x)\n# x <- fillGoogle(x)\n\nx <- format(x)\nfwrite(x, file = sprintf(\"inst/extdata/db/%s.csv\", iso), quote = TRUE)\n\n"
  },
  {
    "path": "inst/extdata/ds/CAN.csv",
    "content": "\"id\",\"date\",\"confirmed\",\"recovered\",\"deaths\"\n1,2020-01-23,,,\n1,2020-01-24,,,\n1,2020-01-25,,,\n1,2020-01-26,,,\n1,2020-01-27,,,\n1,2020-01-28,,,\n1,2020-01-29,,,\n1,2020-01-30,,,\n1,2020-01-31,4,,\n1,2020-02-01,,,\n1,2020-02-02,,,\n1,2020-02-03,,,\n1,2020-02-04,,,\n1,2020-02-05,,,\n1,2020-02-06,,,\n1,2020-02-07,,,\n1,2020-02-08,7,,\n1,2020-02-09,,,\n1,2020-02-10,,,\n1,2020-02-11,,,\n1,2020-02-12,,,\n1,2020-02-13,,,\n1,2020-02-14,,,\n1,2020-02-15,,,\n1,2020-02-16,8,,\n1,2020-02-17,,,\n1,2020-02-18,,,\n1,2020-02-19,,,\n1,2020-02-20,,,\n1,2020-02-21,9,,\n1,2020-02-22,,,\n1,2020-02-23,,,\n1,2020-02-24,10,,\n1,2020-02-25,11,,\n1,2020-02-26,12,,\n1,2020-02-27,13,,\n1,2020-02-28,,,\n1,2020-02-29,15,,\n1,2020-03-01,24,,\n1,2020-03-02,,,\n1,2020-03-03,33,,\n1,2020-03-04,,,\n1,2020-03-05,45,,\n1,2020-03-06,51,,\n1,2020-03-07,57,,\n1,2020-03-08,62,,1\n1,2020-03-09,77,,1\n1,2020-03-10,,,\n1,2020-03-11,103,,1\n1,2020-03-12,138,,1\n1,2020-03-13,176,,1\n1,2020-03-14,193,,1\n1,2020-03-15,249,,1\n1,2020-03-16,324,,4\n1,2020-03-17,424,,7\n1,2020-03-18,569,,8\n1,2020-03-19,846,,10\n1,2020-03-20,971,,11\n1,2020-03-21,1302,,15\n1,2020-03-22,1430,,15\n1,2020-03-23,1646,,18\n1,2020-03-24,1959,,19\n1,2020-03-25,3385,,22\n1,2020-03-26,4018,230,24\n1,2020-03-27,4675,256,35\n1,2020-03-28,5386,502,41\n1,2020-03-29,6255,522,42\n1,2020-03-30,7424,1068,56\n1,2020-03-31,8536,1254,63\n1,2020-04-01,9595,1553,72\n1,2020-04-02,11268,1983,138\n1,2020-04-03,12519,,187\n1,2020-04-04,13882,,231\n1,2020-04-05,15496,2335,280\n1,2020-04-06,16653,3616,323\n1,2020-04-07,17883,,379\n1,2020-04-08,19274,,434\n1,2020-04-09,20748,,508\n1,2020-04-10,22133,,568\n1,2020-04-11,23301,,652\n1,2020-04-12,24365,,716\n1,2020-04-13,25663,,779\n1,2020-04-14,27046,,902\n1,2020-04-15,28364,,1009\n1,2020-04-16,30081,,1191\n1,2020-04-17,31872,,1306\n1,2020-04-18,33340,11178,1464\n1,2020-04-19,34776,11786,1577\n1,2020-04-20,36822,12585,1687\n1,2020-04-21,38412,13188,1831\n1,2020-04-22,40179,13986,1971\n1,2020-04-23,42099,14761,2143\n1,2020-04-24,43877,15541,2299\n1,2020-04-25,45341,16425,2461\n1,2020-04-26,46884,17321,2555\n1,2020-04-27,48489,18268,2701\n1,2020-04-28,50015,19231,2853\n1,2020-04-29,51587,20327,2990\n1,2020-04-30,53225,21424,3176\n1,2020-05-01,55050,22751,3382\n1,2020-05-02,56703,23801,3556\n1,2020-05-03,59463,24908,3671\n1,2020-05-04,60761,26017,3843\n1,2020-05-05,62035,26993,4031\n1,2020-05-06,63484,28171,4220\n1,2020-05-07,64910,29247,4395\n1,2020-05-08,66422,30226,4556\n1,2020-05-09,67690,31249,4679\n1,2020-05-10,68836,32096,4857\n1,2020-05-11,69969,32994,4979\n1,2020-05-12,71144,34042,5155\n1,2020-05-13,72265,35164,5288\n1,2020-05-14,73476,36091,5456\n1,2020-05-15,74602,36895,5546\n1,2020-05-16,75853,37819,5663\n1,2020-05-17,76991,38550,5766\n1,2020-05-18,78061,39238,5826\n1,2020-05-19,79101,40050,5895\n1,2020-05-20,80112,40693,6013\n1,2020-05-21,81313,41728,6135\n1,2020-05-22,82469,42607,6232\n1,2020-05-23,83610,43318,6335\n1,2020-05-24,84688,43998,6404\n1,2020-05-25,85700,44651,6525\n1,2020-05-26,86636,45352,6619\n1,2020-05-27,87508,46177,6745\n1,2020-05-28,88501,46853,6857\n1,2020-05-29,89407,47533,6959\n1,2020-05-30,90179,48116,7053\n1,2020-05-31,90936,48892,7275\n1,2020-06-01,91694,49739,7306\n1,2020-06-02,92399,50357,7375\n1,2020-06-03,93074,51048,7478\n1,2020-06-04,93715,51739,7617\n1,2020-06-05,94324,52568,7683\n1,2020-06-06,95046,53614,7750\n1,2020-06-07,95688,54233,7776\n1,2020-06-08,96233,54833,7811\n1,2020-06-09,96642,55572,7871\n1,2020-06-10,97114,56639,7933\n1,2020-06-11,97519,57658,7968\n1,2020-06-12,97932,58523,8021\n1,2020-06-13,98399,59354,8079\n1,2020-06-14,98776,60272,8118\n1,2020-06-15,99136,61042,8147\n1,2020-06-16,99456,61443,8185\n1,2020-06-17,99842,62017,8226\n1,2020-06-18,100209,62496,8272\n1,2020-06-19,100618,63003,8318\n1,2020-06-20,101008,63488,8381\n1,2020-06-21,101326,63886,8398\n1,2020-06-22,101626,64334,8404\n1,2020-06-23,101952,64704,8422\n1,2020-06-24,102231,65091,8451\n1,2020-06-25,102611,65425,8471\n1,2020-06-26,102783,65726,8475\n1,2020-06-27,103021,65973,8482\n1,2020-06-28,103239,66191,8488\n1,2020-06-29,103907,67178,8532\n1,2020-06-30,104193,67594,8556\n1,2020-07-01,104193,67594,8559\n1,2020-07-02,104760,68345,8606\n1,2020-07-03,105079,68693,8627\n1,2020-07-04,105305,68990,8638\n1,2020-07-05,105524,69239,8648\n1,2020-07-06,105923,69570,8657\n1,2020-07-07,106155,69883,8675\n1,2020-07-08,106422,70247,8701\n1,2020-07-09,106793,70574,8712\n1,2020-07-10,107114,70901,8723\n1,2020-07-11,107335,71266,8737\n1,2020-07-12,107579,71467,8747\n1,2020-07-13,108144,71841,8753\n1,2020-07-14,108475,72170,8761\n1,2020-07-15,108816,72485,8773\n1,2020-07-16,109253,72836,8790\n1,2020-07-17,109658,96689,8802\n1,2020-07-18,109988,96914,8811\n1,2020-07-19,110327,97051,8815\n1,2020-07-20,111113,97474,8821\n1,2020-07-21,111684,97757,8825\n1,2020-07-22,112227,98142,8833\n1,2020-07-23,112659,98519,8837\n1,2020-07-24,113193,98873,8844\n1,2020-07-25,113543,99115,8848\n1,2020-07-26,113898,99355,8852\n1,2020-07-27,114584,99860,8863\n1,2020-07-28,114980,100134,8874\n1,2020-07-29,115392,100465,8881\n1,2020-07-30,115785,100862,8891\n1,2020-07-31,116298,101227,8897\n1,2020-08-01,116585,101436,8903\n1,2020-08-02,116870,101574,8907\n1,2020-08-03,117017,101597,8909\n1,2020-08-04,117777,102450,8920\n1,2020-08-05,118172,102788,8924\n1,2020-08-06,118546,103106,8928\n1,2020-08-07,118970,103435,8932\n1,2020-08-08,119206,103566,8938\n1,2020-08-09,119436,103728,8943\n1,2020-08-10,120117,106355,8949\n1,2020-08-11,120406,106746,8953\n1,2020-08-12,120829,107148,8968\n1,2020-08-13,121234,107553,8977\n1,2020-08-14,121652,107942,8982\n1,2020-08-15,121889,108217,8986\n1,2020-08-16,122087,108484,8988\n1,2020-08-17,122872,109059,8994\n1,2020-08-18,123154,109357,9007\n1,2020-08-19,123490,109822,9012\n1,2020-08-20,123873,110288,9016\n1,2020-08-21,124372,110648,9026\n1,2020-08-22,124629,110878,9033\n1,2020-08-23,124896,111112,9035\n1,2020-08-24,125646,111694,9045\n1,2020-08-25,125969,112050,9052\n1,2020-08-26,126417,112455,9056\n1,2020-08-27,126848,112825,9064\n1,2020-08-28,127310,113234,9075\n1,2020-08-29,127673,113501,9075\n1,2020-08-30,127940,113664,9079\n1,2020-08-31,128948,114218,9088\n1,2020-09-01,129425,114607,9094\n1,2020-09-02,129923,115050,9097\n1,2020-09-03,130493,115444,9103\n1,2020-09-04,131124,115926,9104\n1,2020-09-05,131495,116136,9106\n1,2020-09-06,131895,116357,9107\n1,2020-09-07,132142,116459,9108\n1,2020-09-08,133748,117565,9115\n1,2020-09-09,134294,118271,9117\n1,2020-09-10,134924,118990,9125\n1,2020-09-11,135626,119674,9126\n1,2020-09-12,136141,120075,9132\n1,2020-09-13,136659,120431,9133\n1,2020-09-14,138010,121224,9141\n1,2020-09-15,138803,121840,9150\n1,2020-09-16,139747,122449,9155\n1,2020-09-17,140867,123109,9162\n1,2020-09-18,141911,123723,9167\n1,2020-09-19,142774,124187,9173\n1,2020-09-20,143649,124691,9179\n1,2020-09-21,145415,125534,9190\n1,2020-09-22,146663,126904,9196\n1,2020-09-23,147753,127788,9205\n1,2020-09-24,149094,128707,9211\n1,2020-09-25,150456,129573,9217\n1,2020-09-26,151671,130328,9224\n1,2020-09-27,153125,131098,9229\n1,2020-09-28,155301,132607,9239\n1,2020-09-29,156961,133737,9252\n1,2020-09-30,158758,134971,9258\n1,2020-10-01,160535,136350,9280\n1,2020-10-02,162659,137614,9370\n1,2020-10-03,164471,138867,9423\n1,2020-10-04,166156,140243,9442\n1,2020-10-05,168960,142334,9465\n1,2020-10-06,171323,143994,9491\n1,2020-10-07,173123,145666,9502\n1,2020-10-08,175559,147508,9515\n1,2020-10-09,178117,149524,9545\n1,2020-10-10,180179,151357,9568\n1,2020-10-11,181864,153219,9573\n1,2020-10-12,182839,154258,9589\n1,2020-10-13,186881,157486,9613\n1,2020-10-14,189385,159351,9623\n1,2020-10-15,191730,161490,9658\n1,2020-10-16,194106,163644,9681\n1,2020-10-17,196321,165446,9704\n1,2020-10-18,198148,167112,9718\n1,2020-10-19,201437,169671,9736\n1,2020-10-20,203688,171743,9751\n1,2020-10-21,206360,173748,9786\n1,2020-10-22,209148,175805,9819\n1,2020-10-23,211732,177879,9844\n1,2020-10-24,213959,179636,9876\n1,2020-10-25,216104,181429,9899\n1,2020-10-26,220213,184306,9926\n1,2020-10-27,222887,186464,9954\n1,2020-10-28,225586,188867,9982\n1,2020-10-29,228542,191209,10024\n1,2020-10-30,231999,193937,10060\n1,2020-10-31,235444,195876,10085\n1,2020-11-01,238688,197729,10127\n1,2020-11-02,241961,200052,10153\n1,2020-11-03,244935,203509,10224\n1,2020-11-04,248218,206037,10281\n1,2020-11-05,252140,207998,10326\n1,2020-11-06,255809,211237,10380\n1,2020-11-07,260055,213094,10434\n1,2020-11-08,264649,215005,10465\n1,2020-11-09,268735,218400,10507\n1,2020-11-10,273037,221279,10575\n1,2020-11-11,277596,223199,10628\n1,2020-11-12,282577,226775,10711\n1,2020-11-13,287318,230646,10771\n1,2020-11-14,292585,232915,10833\n1,2020-11-15,297390,235401,10895\n1,2020-11-16,302192,240287,10968\n1,2020-11-17,306468,244152,11025\n1,2020-11-18,311109,248321,11123\n1,2020-11-19,315751,252293,11202\n1,2020-11-20,320719,256646,11271\n1,2020-11-21,326424,260398,11343\n1,2020-11-22,331842,264049,11390\n1,2020-11-23,337555,269199,11453\n1,2020-11-24,342444,273391,11549\n1,2020-11-25,347466,277232,11641\n1,2020-11-26,353097,280923,11728\n1,2020-11-27,359064,286504,11822\n1,2020-11-28,365560,290700,11915\n1,2020-11-29,372036,294411,11988\n1,2020-11-30,378139,299972,12053\n1,2020-12-01,383468,304888,12134\n1,2020-12-02,389775,309886,12248\n1,2020-12-03,396268,314608,12330\n1,2020-12-04,402568,320096,12418\n1,2020-12-05,409567,324882,12527\n1,2020-12-06,416554,329138,12612\n1,2020-12-07,423053,338735,12695\n1,2020-12-08,429034,344200,12784\n1,2020-12-09,435329,350011,12900\n1,2020-12-10,442068,355735,13024\n1,2020-12-11,448839,362293,13166\n1,2020-12-12,455549,368474,13292\n1,2020-12-13,462129,373253,13386\n1,2020-12-14,468860,379467,13465\n1,2020-12-15,475212,385975,13569\n1,2020-12-16,481628,391946,13708\n1,2020-12-17,488636,398412,13824\n1,2020-12-18,495343,405611,13947\n1,2020-12-19,502238,411396,14089\n1,2020-12-20,508931,416708,14168\n1,2020-12-21,515312,423621,14235\n1,2020-12-22,521508,431561,14328\n1,2020-12-23,528353,438452,14497\n1,2020-12-24,535149,444064,14649\n1,2020-12-25,539241,444066,14734\n1,2020-12-26,547370,448223,14901\n1,2020-12-27,553273,457193,15005\n1,2020-12-28,559063,465973,15118\n1,2020-12-29,565504,477857,15274\n1,2020-12-30,572981,484583,15368\n1,2020-12-31,581427,489811,15498\n1,2021-01-01,588939,492277,15632\n1,2021-01-02,596376,495081,15715\n1,2021-01-03,603513,504976,15755\n1,2021-01-04,611424,517884,15962\n1,2021-01-05,618871,523564,16118\n1,2021-01-06,627243,531227,16254\n1,2021-01-07,635583,538267,16463\n1,2021-01-08,644349,545971,16590\n1,2021-01-09,653014,552388,16726\n1,2021-01-10,661334,558772,16849\n1,2021-01-11,668183,568573,16965\n1,2021-01-12,674470,576447,17111\n1,2021-01-13,681330,584652,17260\n1,2021-01-14,688895,593397,17414\n1,2021-01-15,695704,601910,17606\n1,2021-01-16,702767,608084,17758\n1,2021-01-17,709847,615324,17915\n1,2021-01-18,715072,623033,17995\n1,2021-01-19,719751,630430,18139\n1,2021-01-20,725495,638620,18334\n1,2021-01-21,731450,645729,18491\n1,2021-01-22,737407,652829,18697\n1,2021-01-23,743058,658984,18843\n1,2021-01-24,748381,664621,18962\n1,2021-01-25,753011,671326,19106\n1,2021-01-26,757022,678068,19269\n1,2021-01-27,761226,683953,19399\n1,2021-01-28,766103,689419,19527\n1,2021-01-29,770793,695679,19662\n1,2021-01-30,775456,700920,19802\n1,2021-01-31,779853,705659,19891\n1,2021-02-01,783589,711708,19994\n1,2021-02-02,786417,716642,20057\n1,2021-02-03,789651,721075,20208\n1,2021-02-04,793734,725507,20364\n1,2021-02-05,797756,730730,20459\n1,2021-02-06,801485,734644,20550\n1,2021-02-07,805153,738766,20612\n1,2021-02-08,808120,747110,20679\n1,2021-02-09,810797,750709,20752\n1,2021-02-10,813982,754736,20845\n1,2021-02-11,817163,758328,20928\n1,2021-02-12,820306,762200,21001\n1,2021-02-13,823805,765469,21077\n1,2021-02-14,826667,768508,21145\n1,2021-02-15,829189,771102,21181\n1,2021-02-16,831576,774511,21231\n1,2021-02-17,834181,779761,21265\n1,2021-02-18,837495,783412,21330\n1,2021-02-19,840586,786769,21407\n1,2021-02-20,843805,789841,21460\n1,2021-02-21,846630,792603,21502\n1,2021-02-22,849508,796630,21550\n1,2021-02-23,852298,799830,21588\n1,2021-02-24,855194,802926,21631\n1,2021-02-25,858328,806017,21690\n1,2021-02-26,861547,809041,21738\n1,2021-02-27,864842,811372,21782\n1,2021-02-28,867694,813778,21816\n1,2021-03-01,870290,817586,21842\n1,2021-03-02,872747,820450,21870\n1,2021-03-03,875559,823524,21924\n1,2021-03-04,878391,826337,21969\n1,2021-03-05,881754,829423,22010\n1,2021-03-06,884630,831896,22035\n1,2021-03-07,887655,834067,22066\n1,2021-03-08,890692,838090,22093\n1,2021-03-09,893512,841035,22122\n1,2021-03-10,896735,843962,22151\n1,2021-03-11,899757,846714,22185\n1,2021-03-12,903216,850048,22217\n1,2021-03-13,906755,852543,22250\n1,2021-03-14,910200,855020,22282\n1,2021-03-15,913046,858922,22306\n1,2021-03-16,915865,861832,22328\n1,2021-03-17,919249,865085,22364\n1,2021-03-18,922848,870978,22397\n1,2021-03-19,927062,871048,22422\n1,2021-03-20,931072,873590,22448\n1,2021-03-21,934938,876100,22481\n1,2021-03-22,938713,880159,22521\n1,2021-03-23,942319,883275,22539\n1,2021-03-24,946360,886511,22563\n1,2021-03-25,951560,889850,22594\n1,2021-03-26,956655,893469,22629\n1,2021-03-27,962019,896206,22658\n1,2021-03-28,967145,898934,22685\n1,2021-03-29,971719,903607,22700\n1,2021-03-30,976597,907277,22726\n1,2021-03-31,982110,911293,22758\n1,2021-04-01,987915,915348,22800\n1,2021-04-02,994836,918345,22828\n1,2021-04-03,1001658,921459,22846\n1,2021-04-04,1008106,924475,22870\n1,2021-04-05,1014373,932582,22911\n1,2021-04-06,1020893,937453,22933\n1,2021-04-07,1028039,942732,22963\n1,2021-04-08,1036034,948382,23000\n1,2021-04-09,1045277,954017,23037\n1,2021-04-10,1053819,958633,23082\n1,2021-04-11,1062475,963395,23113\n1,2021-04-12,1071014,972525,23140\n1,2021-04-13,1078556,976877,23175\n1,2021-04-14,1087154,983506,23228\n1,2021-04-15,1096724,990073,23281\n1,2021-04-16,1106065,997202,23322\n1,2021-04-17,1114932,1003553,23372\n1,2021-04-18,1123456,1009950,23403\n1,2021-04-19,1131767,1019779,23448\n1,2021-04-20,1139042,1027458,23492\n1,2021-04-21,1147461,1034533,23546\n1,2021-04-22,1155842,1045244,23600\n1,2021-04-23,1164580,1054343,23655\n1,2021-04-24,1172885,1061706,23712\n1,2021-04-25,1180714,1068792,23755\n1,2021-04-26,1187917,1078716,23793\n1,2021-04-27,1194986,1086611,23838\n1,2021-04-28,1202735,1095266,23887\n1,2021-04-29,1211078,1103462,23944\n1,2021-04-30,1219418,1111887,23994\n1,2021-05-01,1227868,1119279,24034\n1,2021-05-02,1235696,1126136,24071\n1,2021-05-03,1243261,1135356,24109\n1,2021-05-04,1249949,1142854,24163\n1,2021-05-05,1257339,1151207,24219\n1,2021-05-06,1265340,1159506,24256\n1,2021-05-07,1273166,1167422,24297\n1,2021-05-08,1280564,1174351,24347\n1,2021-05-09,1287861,1181251,24409\n1,2021-05-10,1294199,1189678,24449\n1,2021-05-11,1299581,1196819,24480\n1,2021-05-12,1305793,1204328,24530\n1,2021-05-13,1312412,1212108,24590\n1,2021-05-14,1318412,1220122,24632\n1,2021-05-15,1324122,1226870,24672\n1,2021-05-16,1329518,1233293,24710\n1,2021-05-17,1334106,1241482,24741\n1,2021-05-18,1338140,1248375,24778\n1,2021-05-19,1342387,1255714,24826\n1,2021-05-20,1347439,1262366,24871\n1,2021-05-21,1352121,1268989,24922\n1,2021-05-22,1356121,1274664,24962\n1,2021-05-23,1359859,1280155,24988\n1,2021-05-24,1363010,1286553,25029\n1,2021-05-25,1365512,1292326,25079\n1,2021-05-26,1368104,1297960,25114\n1,2021-05-27,1371069,1303558,25162\n1,2021-05-28,1374273,1308932,25192\n1,2021-05-29,1376991,1313448,25237\n1,2021-05-30,1379464,1317524,25272\n1,2021-05-31,1381573,1322282,25299\n1,2021-06-01,1383211,1326484,25318\n1,2021-06-02,1385273,1330389,25364\n1,2021-06-03,1387442,1334011,25395\n1,2021-06-04,1389502,1337254,25427\n1,2021-06-05,1391389,1340123,25469\n1,2021-06-06,1392910,1342645,25481\n1,2021-06-07,1394142,1345523,25508\n1,2021-06-08,1395410,1348080,25537\n1,2021-06-09,1396813,1350578,25589\n1,2021-06-10,1398292,1353148,25619\n1,2021-06-11,1399717,1355419,25632\n1,2021-06-12,1401102,1357493,25658\n1,2021-06-13,1402335,1359240,25675\n1,2021-06-14,1403284,1361387,25686\n1,2021-06-15,1404091,1363198,25715\n1,2021-06-16,1405139,1364997,25743\n1,2021-06-17,1406246,1366797,25756\n1,2021-06-18,1407258,1368449,25767\n1,2021-06-19,1408217,1369844,25798\n1,2021-06-20,1409019,1371000,25819\n1,2021-06-21,1409579,1372491,25827\n1,2021-06-22,1410200,1373889,25898\n1,2021-06-23,1410925,1375107,25919\n1,2021-06-24,1411633,1376098,25936\n1,2021-06-25,1412301,1376904,25943\n1,2021-06-26,1412969,1377730,25960\n1,2021-06-27,1413474,1378350,25975\n1,2021-06-28,1414134,1380080,25986\n1,2021-06-29,1414736,1381016,26016\n1,2021-06-30,1415284,1381902,26037\n1,2021-07-01,1415888,1382200,26060\n1,2021-07-02,1416316,1383646,26081\n1,2021-07-03,1416732,1384057,26090\n1,2021-07-04,1417256,1384450,26102\n1,2021-07-05,1417635,1385459,26109\n1,2021-07-06,1418073,1386221,26122\n1,2021-07-07,1418627,1386764,26128\n1,2021-07-08,1419194,1387265,26146\n1,2021-07-09,1419964,1388108,26159\n1,2021-07-10,1420355,1388438,26168\n1,2021-07-11,1420830,1388797,26177\n1,2021-07-12,1421102,1389520,26178\n1,2021-07-13,1421438,1390048,26188\n1,2021-07-14,1421819,1390525,26195\n1,2021-07-15,1422244,1390926,26208\n1,2021-07-16,1422641,1391397,26225\n1,2021-07-17,1423021,1391722,26228\n1,2021-07-18,1423519,1392062,26235\n1,2021-07-19,1423784,1392708,26239\n1,2021-07-20,1424123,1393047,26243\n1,2021-07-21,1424523,1393341,26248\n1,2021-07-22,1425093,1394060,26261\n1,2021-07-23,1425711,1394616,26274\n1,2021-07-24,1426228,1394828,26279\n1,2021-07-25,1426903,1395031,26282\n1,2021-07-26,1427339,1395740,26286\n1,2021-07-27,1427917,1396192,26293\n1,2021-07-28,1428682,1396636,26303\n1,2021-07-29,1429576,1397037,26308\n1,2021-07-30,1430483,1397451,26321\n1,2021-07-31,1431252,1397641,26327\n1,2021-08-01,1432338,1397822,26329\n1,2021-08-02,1433039,1398348,26330\n1,2021-08-03,1433776,1399425,26336\n1,2021-08-04,1434734,1399968,26347\n1,2021-08-05,1436181,1400582,26365\n1,2021-08-06,1437701,1401224,26386\n1,2021-08-07,1439068,1401482,26394\n1,2021-08-08,1440878,1401767,26400\n1,2021-08-09,1442087,1403357,26408\n1,2021-08-10,1443433,1404203,26414\n1,2021-08-11,1445294,1405064,26419\n1,2021-08-12,1447435,1406010,26423\n1,2021-08-13,1449851,1407052,26428\n1,2021-08-14,1452110,1407375,26431\n1,2021-08-15,1453995,1408243,26431\n1,2021-08-16,1455974,1410099,26436\n1,2021-08-17,1457754,1411268,26451\n1,2021-08-18,1460172,1412636,26492\n1,2021-08-19,1462904,1414266,26515\n1,2021-08-20,1465866,1415820,26521\n1,2021-08-21,1468744,1416799,26522\n1,2021-08-22,1471587,1417332,26528\n1,2021-08-23,1473645,1422576,26546\n1,2021-08-24,1475978,1424629,26581\n1,2021-08-25,1479304,1427007,26587\n1,2021-08-26,1482668,1428919,26596\n1,2021-08-27,1486436,1431585,26621\n1,2021-08-28,1490354,1432355,26629\n1,2021-08-29,1493521,1433095,26631\n1,2021-08-30,1496256,1438243,26648\n1,2021-08-31,1499165,1440926,26662\n1,2021-09-01,1503003,1443808,26692\n1,2021-09-02,1507051,1446567,26721\n1,2021-09-03,1511212,1449550,26736\n1,2021-09-04,1515235,1450498,26747\n1,2021-09-05,1519369,1451234,26750\n1,2021-09-06,1522327,1452221,26753\n1,2021-09-07,1525646,1461524,26795\n1,2021-09-08,1529287,1464861,26835\n1,2021-09-09,1533465,1468198,26862\n1,2021-09-10,1538093,1471725,26898\n1,2021-09-11,1542954,1472824,26917\n1,2021-09-12,1547179,1473825,26926\n1,2021-09-13,1551076,1481816,26965\n1,2021-09-14,1555120,1485526,26991\n1,2021-09-15,1559403,1489783,27033\n1,2021-09-16,1564092,1493619,27051\n1,2021-09-17,1569186,1497434,27096\n1,2021-09-18,1573722,1498488,27110\n1,2021-09-19,1578057,1499483,27121\n1,2021-09-20,1581914,1508657,27160\n1,2021-09-21,1585732,1512791,27213\n1,2021-09-22,1589584,1517269,27262\n1,2021-09-23,1594202,1521646,27306\n1,2021-09-24,1598807,1526145,27344\n1,2021-09-25,1603759,1527606,27366\n1,2021-09-26,1608092,1528687,27377\n1,2021-09-27,1612371,1538255,27423\n1,2021-09-28,1615859,1543328,27477\n1,2021-09-29,1620137,1547960,27541\n1,2021-09-30,1624725,1551619,27592\n1,2021-10-01,1629142,1556530,27642\n1,2021-10-02,1633569,1557707,27665\n1,2021-10-03,1637203,1558904,27672\n1,2021-10-04,1640606,1568285,27720\n1,2021-10-05,1643420,1573012,27769\n1,2021-10-06,1647136,1577405,27831\n1,2021-10-07,1651236,1581546,27860\n1,2021-10-08,1655364,1585972,27904\n1,2021-10-09,1659065,1587037,27916\n1,2021-10-10,1662595,1588215,27926\n1,2021-10-11,1665252,1591026,27938\n1,2021-10-12,1667575,1601860,28007\n1,2021-10-13,1670215,1605880,28085\n1,2021-10-14,1673408,1609652,28139\n1,2021-10-15,1676846,1613576,28186\n1,2021-10-16,1680193,1614746,28200\n1,2021-10-17,1683087,1617186,28212\n1,2021-10-18,1685359,1624084,28282\n1,2021-10-19,1687616,1628017,28321\n1,2021-10-20,1690258,1631820,28362\n1,2021-10-21,1693152,1635268,28385\n1,2021-10-22,1695914,1638239,28447\n1,2021-10-23,1698465,1639081,28463\n1,2021-10-24,1700745,1641233,28467\n1,2021-10-25,1702601,1646656,28523\n1,2021-10-26,1704374,1649559,28557\n1,2021-10-27,1706870,1652739,28598\n1,2021-10-28,1709536,1655282,28645\n1,2021-10-29,1712128,1657949,28669\n1,2021-10-30,1714503,1658583,28682\n1,2021-10-31,1716559,1660233,28687\n1,2021-11-01,1718496,1665179,28740\n1,2021-11-02,1720349,1667744,28772\n1,2021-11-03,1722573,1670346,28810\n1,2021-11-04,1725150,1672874,28830\n1,2021-11-05,1727683,1675129,28847\n1,2021-11-06,1730437,1675784,28858\n1,2021-11-07,1732879,1677418,28870\n1,2021-11-08,1735017,1681698,28907\n1,2021-11-09,1737404,1684334,28931\n1,2021-11-10,1740005,1686745,28964\n1,2021-11-11,1742721,1687828,28981\n1,2021-11-12,1745349,1691535,29022\n1,2021-11-13,1747987,1692301,29037\n1,2021-11-14,1750297,1694176,29053\n1,2021-11-15,1752468,1698579,29097\n1,2021-11-16,1754383,1701340,29116\n1,2021-11-17,1756805,1703912,29144\n1,2021-11-18,1759559,1706554,29174\n1,2021-11-19,1762434,1709112,29193\n1,2021-11-20,1765329,1709893,29204\n1,2021-11-21,1767790,1712107,29215\n1,2021-11-22,1770095,1716453,29238\n1,2021-11-23,1772330,1719126,29267\n1,2021-11-24,1774936,1721427,29292\n1,2021-11-25,1777814,1725101,29312\n1,2021-11-26,1782171,1727526,29330\n1,2021-11-27,1785191,1728330,29346\n1,2021-11-28,1787810,1730548,29355\n1,2021-11-29,1790142,1734556,29382\n1,2021-11-30,1792494,1737246,29399\n1,2021-12-01,1795640,1739899,29425\n1,2021-12-02,1798862,1742524,29448\n1,2021-12-03,1802359,1745281,29468\n1,2021-12-04,1805967,1746172,29478\n1,2021-12-05,1809368,1748969,29483\n1,2021-12-06,1812244,1753118,29510\n1,2021-12-07,1815211,1756184,29537\n1,2021-12-08,1818741,1758979,29561\n1,2021-12-09,1822999,1761838,29586\n1,2021-12-10,1827755,1764867,29610\n1,2021-12-11,1832684,1765882,29624\n1,2021-12-12,1836990,1769337,29636\n1,2021-12-13,1841139,1774140,29651\n1,2021-12-14,1845527,1777480,29679\n1,2021-12-15,1851402,1780672,29703\n1,2021-12-16,1858527,1784071,29722\n1,2021-12-17,1867700,1788221,29742\n1,2021-12-18,1877102,1789631,29752\n1,2021-12-19,1887707,1794477,29759\n1,2021-12-20,1898380,1800387,29772\n1,2021-12-21,1910059,1805006,29794\n1,2021-12-22,1925061,1809406,29822\n1,2021-12-23,1945754,1814426,29839\n1,2021-12-24,1961723,1817691,29851\n1,2021-12-25,1979125,1819563,29854\n1,2021-12-26,1994149,1821359,29861\n1,2021-12-27,2043297,1838839,29896\n1,2021-12-28,2070350,1846910,29925\n1,2021-12-29,2102470,1864799,29958\n1,2021-12-30,2142472,1878245,29985\n1,2021-12-31,2188309,1884159,30024\n1,2022-01-01,2234427,1888996,30043\n1,2022-01-02,2279756,1930170,30071\n1,2022-01-03,2317833,1949923,30099\n1,2022-01-04,2355241,1980647,30154\n1,2022-01-05,2394674,2003698,30221\n1,2022-01-06,2437811,2030568,30279\n1,2022-01-07,2482142,2063334,30363\n1,2022-01-08,2523198,2075722,30436\n1,2022-01-09,2561786,2087125,30478\n1,2022-01-10,2595960,2160694,30527\n1,2022-01-11,2624909,2191716,30636\n1,2022-01-12,2657384,2227905,30756\n1,2022-01-13,2688741,2271355,30862\n1,2022-01-14,2720411,2323277,30986\n1,2022-01-15,2749307,2347648,31124\n1,2022-01-16,2777845,2365680,31199\n1,2022-01-17,2801451,2438302,31323\n1,2022-01-18,2822614,2467588,31465\n1,2022-01-19,2844911,2499917,31639\n1,2022-01-20,2868860,2531324,31844\n1,2022-01-21,2892021,2563673,32001\n1,2022-01-22,2913322,2575313,32120\n1,2022-01-23,2933315,2586733,32209\n1,2022-01-24,2947178,2644351,32396\n1,2022-01-25,2961343,2667252,32570\n1,2022-01-26,2979832,2695933,32793\n1,2022-01-27,2998329,2732228,32971\n1,2022-01-28,3016024,2754953,33119\n1,2022-01-29,3031544,2764063,33238\n1,2022-01-30,3045105,2772217,33308\n1,2022-01-31,3055826,2812213,33454\n1,2022-02-01,3066903,2829040,33607\n1,2022-02-02,3082000,2847830,33783\n1,2022-02-03,3096215,2865234,33949\n1,2022-02-04,3110337,2883235,34099\n1,2022-02-05,3121837,2889400,34196\n1,2022-02-06,3132148,2896117,34278\n1,2022-02-07,3140025,2926278,34403\n1,2022-02-08,3148878,2938853,34522\n1,2022-02-09,3160017,2970512,34667\n1,2022-02-10,3170649,2981875,34779\n1,2022-02-11,3180839,2989700,34916\n1,2022-02-12,3192044,2993660,35021\n1,2022-02-13,3199855,2997640,35051\n1,2022-02-14,3205656,3022899,35160\n1,2022-02-15,3211690,3032617,35257\n1,2022-02-16,3219706,3048803,35364\n1,2022-02-17,3227289,3057605,35457\n1,2022-02-18,3234312,3067181,35529\n1,2022-02-19,3241857,3069804,35579\n1,2022-02-20,3246660,3072475,35608\n1,2022-02-21,3251389,3083828,35627\n1,2022-02-22,3256944,3090674,35724\n1,2022-02-23,3263318,3109144,35814\n1,2022-02-24,3270245,3115615,35898\n1,2022-02-25,3276987,3122678,35994\n1,2022-02-26,3283211,3124831,36085\n1,2022-02-27,3288006,3126912,36099\n1,2022-02-28,3293908,3141423,36157\n1,2022-03-01,3297829,3143899,36199\n1,2022-03-02,3304736,3155257,36289\n1,2022-03-03,3310731,3158856,36359\n1,2022-03-04,3317500,3166507,36429\n1,2022-03-05,3322936,3168444,36483\n1,2022-03-06,3327028,3170089,36512\n1,2022-03-07,3332682,3183394,36565\n1,2022-03-08,3338607,3187691,36624\n1,2022-03-09,3344641,3192973,36687\n1,2022-03-10,3350327,3200664,36740\n1,2022-03-11,3356496,3207293,36849\n1,2022-03-12,3361675,3209685,36900\n1,2022-03-13,3366698,3211320,36928\n1,2022-03-14,3370637,3218988,36957\n1,2022-03-15,3377064,3222588,37010\n1,2022-03-16,3382920,3227132,37062\n1,2022-03-17,3388551,3231005,37113\n1,2022-03-18,3393835,3234545,37150\n1,2022-03-19,3400803,3238763,37225\n1,2022-03-20,3406216,3240283,37247\n1,2022-03-21,3409358,3245253,37276\n1,2022-03-22,3418920,3252758,37307\n1,2022-03-23,3424127,3255679,37332\n1,2022-03-24,3430055,3260231,37366\n1,2022-03-25,3436006,3263566,37411\n1,2022-03-26,3443936,3268058,37458\n1,2022-03-27,3450987,3269696,37486\n1,2022-03-28,3455005,3275283,37499\n1,2022-03-29,3470852,3280719,37572\n1,2022-03-30,3477732,3284208,37606\n1,2022-03-31,3484859,3287664,37626\n1,2022-04-01,3492403,3292035,37671\n1,2022-04-02,3502361,3296417,37722\n1,2022-04-03,3511396,3298268,37754\n1,2022-04-04,3516383,3306882,37763\n1,2022-04-05,3536698,3313479,37843\n1,2022-04-06,3544477,3317940,37891\n1,2022-04-07,3552785,3322683,37935\n1,2022-04-08,3561059,3328507,37977\n1,2022-04-09,3572834,3335168,38058\n1,2022-04-10,3582502,3343710,38099\n1,2022-04-11,3594377,3348847,38127\n1,2022-04-12,3607870,3356485,38206\n1,2022-04-13,3615478,3361837,38239\n1,2022-04-14,3623497,3367464,38288\n1,2022-04-15,3628005,3370593,38301\n1,2022-04-16,3639415,3377268,38399\n1,2022-04-17,3641974,3380068,38400\n1,2022-04-18,3660904,3395725,38498\n1,2022-04-19,3672228,3403789,38569\n1,2022-04-20,3675828,3409621,38633\n1,2022-04-21,3683908,3415757,38688\n1,2022-04-22,3691252,3422654,38753\n1,2022-04-23,3703861,3429565,38919\n1,2022-04-24,3709722,3432757,38945\n1,2022-04-25,3718673,3435427,38979\n1,2022-04-26,3730608,3440339,39089\n1,2022-04-27,3735778,3444416,39138\n1,2022-04-28,3741251,3448176,39182\n1,2022-04-29,3745771,3451654,39230\n1,2022-04-30,3755705,3457042,39401\n1,2022-05-01,3759077,3459448,39424\n1,2022-05-02,3764846,3461892,39450\n1,2022-05-03,3774557,3466549,39563\n1,2022-05-04,3778826,3470013,39627\n1,2022-05-05,3783063,3473667,39677\n1,2022-05-06,3786840,3476762,39716\n1,2022-05-07,3791461,3481311,39778\n1,2022-05-08,3794267,3483814,39790\n1,2022-05-09,3796234,3485880,39795\n11,2020-03-11,0,,0\n11,2020-03-12,0,,0\n11,2020-03-13,0,,0\n11,2020-03-14,0,,0\n11,2020-03-15,1,,0\n11,2020-03-16,1,,0\n11,2020-03-17,1,,0\n11,2020-03-18,1,,0\n11,2020-03-19,2,,0\n11,2020-03-20,2,,0\n11,2020-03-21,2,,0\n11,2020-03-22,3,,0\n11,2020-03-23,3,,0\n11,2020-03-24,3,,0\n11,2020-03-25,5,,0\n11,2020-03-26,9,1,0\n11,2020-03-27,11,1,0\n11,2020-03-28,11,1,0\n11,2020-03-29,11,1,0\n11,2020-03-30,18,1,0\n11,2020-03-31,21,1,0\n11,2020-04-01,21,3,0\n11,2020-04-02,22,3,0\n11,2020-04-03,22,,0\n11,2020-04-04,22,,0\n11,2020-04-05,22,6,0\n11,2020-04-06,22,8,0\n11,2020-04-07,22,,0\n11,2020-04-08,24,,0\n11,2020-04-09,25,,0\n11,2020-04-10,25,,0\n11,2020-04-11,25,,0\n11,2020-04-12,25,,0\n11,2020-04-13,25,,0\n11,2020-04-14,25,,0\n11,2020-04-15,26,,0\n11,2020-04-16,26,,0\n11,2020-04-17,26,,0\n11,2020-04-18,26,23,0\n11,2020-04-19,26,23,0\n11,2020-04-20,26,23,0\n11,2020-04-21,26,23,0\n11,2020-04-22,26,24,0\n11,2020-04-23,26,24,0\n11,2020-04-24,26,24,0\n11,2020-04-25,26,24,0\n11,2020-04-26,26,24,0\n11,2020-04-27,26,24,0\n11,2020-04-28,27,24,0\n11,2020-04-29,27,24,0\n11,2020-04-30,27,24,0\n11,2020-05-01,27,24,0\n11,2020-05-02,27,24,0\n11,2020-05-03,27,24,0\n11,2020-05-04,27,25,0\n11,2020-05-05,27,25,0\n11,2020-05-06,27,26,0\n11,2020-05-07,27,26,0\n11,2020-05-08,27,27,0\n11,2020-05-09,27,27,0\n11,2020-05-10,27,27,0\n11,2020-05-11,27,27,0\n11,2020-05-12,27,27,0\n11,2020-05-13,27,27,0\n11,2020-05-14,27,27,0\n11,2020-05-15,27,27,0\n11,2020-05-16,27,27,0\n11,2020-05-17,27,27,0\n11,2020-05-18,27,27,0\n11,2020-05-19,27,27,0\n11,2020-05-20,27,27,0\n11,2020-05-21,27,27,0\n11,2020-05-22,27,27,0\n11,2020-05-23,27,27,0\n11,2020-05-24,27,27,0\n11,2020-05-25,27,27,0\n11,2020-05-26,27,27,0\n11,2020-05-27,27,27,0\n11,2020-05-28,27,27,0\n11,2020-05-29,27,27,0\n11,2020-05-30,27,27,0\n11,2020-05-31,27,27,0\n11,2020-06-01,27,27,0\n11,2020-06-02,27,27,0\n11,2020-06-03,27,27,0\n11,2020-06-04,27,27,0\n11,2020-06-05,27,27,0\n11,2020-06-06,27,27,0\n11,2020-06-07,27,27,0\n11,2020-06-08,27,27,0\n11,2020-06-09,27,27,0\n11,2020-06-10,27,27,0\n11,2020-06-11,27,27,0\n11,2020-06-12,27,27,0\n11,2020-06-13,27,27,0\n11,2020-06-14,27,27,0\n11,2020-06-15,27,27,0\n11,2020-06-16,27,27,0\n11,2020-06-17,27,27,0\n11,2020-06-18,27,27,0\n11,2020-06-19,27,27,0\n11,2020-06-20,27,27,0\n11,2020-06-21,27,27,0\n11,2020-06-22,27,27,0\n11,2020-06-23,27,27,0\n11,2020-06-24,27,27,0\n11,2020-06-25,27,27,0\n11,2020-06-26,27,27,0\n11,2020-06-27,27,27,0\n11,2020-06-28,27,27,0\n11,2020-06-29,27,27,0\n11,2020-06-30,27,27,0\n11,2020-07-01,27,27,0\n11,2020-07-02,27,27,0\n11,2020-07-03,27,27,0\n11,2020-07-04,30,27,0\n11,2020-07-05,32,27,0\n11,2020-07-06,32,27,0\n11,2020-07-07,32,27,0\n11,2020-07-08,32,27,0\n11,2020-07-09,33,27,0\n11,2020-07-10,33,27,0\n11,2020-07-11,33,27,0\n11,2020-07-12,34,27,0\n11,2020-07-13,35,27,0\n11,2020-07-14,36,27,0\n11,2020-07-15,36,27,0\n11,2020-07-16,36,27,0\n11,2020-07-17,36,29,0\n11,2020-07-18,36,29,0\n11,2020-07-19,36,29,0\n11,2020-07-20,36,31,0\n11,2020-07-21,36,33,0\n11,2020-07-22,36,34,0\n11,2020-07-23,36,34,0\n11,2020-07-24,36,34,0\n11,2020-07-25,36,34,0\n11,2020-07-26,36,34,0\n11,2020-07-27,36,34,0\n11,2020-07-28,36,36,0\n11,2020-07-29,36,36,0\n11,2020-07-30,36,36,0\n11,2020-07-31,36,36,0\n11,2020-08-01,36,36,0\n11,2020-08-02,36,36,0\n11,2020-08-03,36,36,0\n11,2020-08-04,36,36,0\n11,2020-08-05,36,36,0\n11,2020-08-06,36,36,0\n11,2020-08-07,36,36,0\n11,2020-08-08,36,36,0\n11,2020-08-09,36,36,0\n11,2020-08-10,36,36,0\n11,2020-08-11,36,36,0\n11,2020-08-12,41,36,0\n11,2020-08-13,41,36,0\n11,2020-08-14,41,36,0\n11,2020-08-15,41,36,0\n11,2020-08-16,41,36,0\n11,2020-08-17,41,36,0\n11,2020-08-18,44,40,0\n11,2020-08-19,44,40,0\n11,2020-08-20,44,40,0\n11,2020-08-21,44,40,0\n11,2020-08-22,44,40,0\n11,2020-08-23,44,40,0\n11,2020-08-24,44,40,0\n11,2020-08-25,44,41,0\n11,2020-08-26,44,41,0\n11,2020-08-27,44,41,0\n11,2020-08-28,44,41,0\n11,2020-08-29,44,41,0\n11,2020-08-30,44,41,0\n11,2020-08-31,44,41,0\n11,2020-09-01,44,44,0\n11,2020-09-02,44,44,0\n11,2020-09-03,46,44,0\n11,2020-09-04,47,44,0\n11,2020-09-05,47,44,0\n11,2020-09-06,47,44,0\n11,2020-09-07,51,44,0\n11,2020-09-08,53,44,0\n11,2020-09-09,55,44,0\n11,2020-09-10,55,44,0\n11,2020-09-11,55,47,0\n11,2020-09-12,55,47,0\n11,2020-09-13,55,47,0\n11,2020-09-14,55,47,0\n11,2020-09-15,57,56,0\n11,2020-09-16,57,56,0\n11,2020-09-17,57,56,0\n11,2020-09-18,57,56,0\n11,2020-09-19,57,56,0\n11,2020-09-20,57,56,0\n11,2020-09-21,57,56,0\n11,2020-09-22,57,56,0\n11,2020-09-23,58,57,0\n11,2020-09-24,58,57,0\n11,2020-09-25,58,57,0\n11,2020-09-26,58,57,0\n11,2020-09-27,58,57,0\n11,2020-09-28,58,57,0\n11,2020-09-29,59,57,0\n11,2020-09-30,59,57,0\n11,2020-10-01,59,57,0\n11,2020-10-02,59,57,0\n11,2020-10-03,59,57,0\n11,2020-10-04,61,58,0\n11,2020-10-05,61,58,0\n11,2020-10-06,61,58,0\n11,2020-10-07,61,58,0\n11,2020-10-08,61,58,0\n11,2020-10-09,61,58,0\n11,2020-10-10,61,58,0\n11,2020-10-11,63,58,0\n11,2020-10-12,63,58,0\n11,2020-10-13,63,60,0\n11,2020-10-14,63,60,0\n11,2020-10-15,63,60,0\n11,2020-10-16,63,60,0\n11,2020-10-17,63,60,0\n11,2020-10-18,63,60,0\n11,2020-10-19,63,60,0\n11,2020-10-20,64,61,0\n11,2020-10-21,64,61,0\n11,2020-10-22,64,61,0\n11,2020-10-23,64,63,0\n11,2020-10-24,64,63,0\n11,2020-10-25,64,63,0\n11,2020-10-26,64,63,0\n11,2020-10-27,64,63,0\n11,2020-10-28,64,63,0\n11,2020-10-29,64,64,0\n11,2020-10-30,64,64,0\n11,2020-10-31,64,64,0\n11,2020-11-01,64,64,0\n11,2020-11-02,64,64,0\n11,2020-11-03,64,64,0\n11,2020-11-04,64,64,0\n11,2020-11-05,64,64,0\n11,2020-11-06,66,64,0\n11,2020-11-07,66,64,0\n11,2020-11-08,66,64,0\n11,2020-11-09,66,64,0\n11,2020-11-10,67,64,0\n11,2020-11-11,68,64,0\n11,2020-11-12,68,64,0\n11,2020-11-13,68,64,0\n11,2020-11-14,68,64,0\n11,2020-11-15,68,64,0\n11,2020-11-16,68,64,0\n11,2020-11-17,68,65,0\n11,2020-11-18,68,65,0\n11,2020-11-19,68,65,0\n11,2020-11-20,68,65,0\n11,2020-11-21,68,65,0\n11,2020-11-22,68,65,0\n11,2020-11-23,69,67,0\n11,2020-11-24,69,68,0\n11,2020-11-25,70,68,0\n11,2020-11-26,70,68,0\n11,2020-11-27,70,68,0\n11,2020-11-28,72,68,0\n11,2020-11-29,72,68,0\n11,2020-11-30,72,68,0\n11,2020-12-01,72,68,0\n11,2020-12-02,72,68,0\n11,2020-12-03,73,68,0\n11,2020-12-04,73,68,0\n11,2020-12-05,76,68,0\n11,2020-12-06,80,69,0\n11,2020-12-07,84,70,0\n11,2020-12-08,84,71,0\n11,2020-12-09,84,71,0\n11,2020-12-10,84,71,0\n11,2020-12-11,84,72,0\n11,2020-12-12,89,72,0\n11,2020-12-13,89,72,0\n11,2020-12-14,89,72,0\n11,2020-12-15,89,73,0\n11,2020-12-16,89,73,0\n11,2020-12-17,90,73,0\n11,2020-12-18,90,73,0\n11,2020-12-19,91,84,0\n11,2020-12-20,91,84,0\n11,2020-12-21,91,84,0\n11,2020-12-22,91,84,0\n11,2020-12-23,91,84,0\n11,2020-12-24,94,89,0\n11,2020-12-25,94,89,0\n11,2020-12-26,94,89,0\n11,2020-12-27,94,89,0\n11,2020-12-28,94,89,0\n11,2020-12-29,96,90,0\n11,2020-12-30,96,90,0\n11,2020-12-31,96,90,0\n11,2021-01-01,96,90,0\n11,2021-01-02,96,90,0\n11,2021-01-03,96,90,0\n11,2021-01-04,96,90,0\n11,2021-01-05,97,93,0\n11,2021-01-06,101,93,0\n11,2021-01-07,102,94,0\n11,2021-01-08,102,94,0\n11,2021-01-09,102,94,0\n11,2021-01-10,102,94,0\n11,2021-01-11,102,94,0\n11,2021-01-12,103,95,0\n11,2021-01-13,103,95,0\n11,2021-01-14,104,95,0\n11,2021-01-15,104,95,0\n11,2021-01-16,104,95,0\n11,2021-01-17,104,95,0\n11,2021-01-18,108,98,0\n11,2021-01-19,110,103,0\n11,2021-01-20,110,103,0\n11,2021-01-21,110,103,0\n11,2021-01-22,110,103,0\n11,2021-01-23,110,103,0\n11,2021-01-24,110,103,0\n11,2021-01-25,110,103,0\n11,2021-01-26,110,104,0\n11,2021-01-27,110,104,0\n11,2021-01-28,111,105,0\n11,2021-01-29,111,105,0\n11,2021-01-30,111,105,0\n11,2021-01-31,111,105,0\n11,2021-02-01,113,108,0\n11,2021-02-02,113,108,0\n11,2021-02-03,113,111,0\n11,2021-02-04,113,110,0\n11,2021-02-05,113,110,0\n11,2021-02-06,113,110,0\n11,2021-02-07,113,110,0\n11,2021-02-08,113,110,0\n11,2021-02-09,114,110,0\n11,2021-02-10,114,110,0\n11,2021-02-11,114,110,0\n11,2021-02-12,114,110,0\n11,2021-02-13,114,112,0\n11,2021-02-14,114,112,0\n11,2021-02-15,114,112,0\n11,2021-02-16,114,112,0\n11,2021-02-17,114,112,0\n11,2021-02-18,115,113,0\n11,2021-02-19,115,113,0\n11,2021-02-20,115,113,0\n11,2021-02-21,115,113,0\n11,2021-02-22,115,113,0\n11,2021-02-23,115,114,0\n11,2021-02-24,117,114,0\n11,2021-02-25,120,114,0\n11,2021-02-26,121,114,0\n11,2021-02-27,127,114,0\n11,2021-02-28,132,114,0\n11,2021-03-01,132,114,0\n11,2021-03-02,136,114,0\n11,2021-03-03,137,115,0\n11,2021-03-04,138,115,0\n11,2021-03-05,139,115,0\n11,2021-03-06,139,115,0\n11,2021-03-07,141,115,0\n11,2021-03-08,143,115,0\n11,2021-03-09,143,115,0\n11,2021-03-10,143,115,0\n11,2021-03-11,143,115,0\n11,2021-03-12,143,127,0\n11,2021-03-13,143,127,0\n11,2021-03-14,143,127,0\n11,2021-03-15,143,127,0\n11,2021-03-16,144,140,0\n11,2021-03-17,144,140,0\n11,2021-03-18,144,140,0\n11,2021-03-19,148,140,0\n11,2021-03-20,148,140,0\n11,2021-03-21,148,140,0\n11,2021-03-22,150,142,0\n11,2021-03-23,152,144,0\n11,2021-03-24,152,144,0\n11,2021-03-25,153,144,0\n11,2021-03-26,156,144,0\n11,2021-03-27,156,144,0\n11,2021-03-28,156,144,0\n11,2021-03-29,156,144,0\n11,2021-03-30,159,145,0\n11,2021-03-31,159,145,0\n11,2021-04-01,160,147,0\n11,2021-04-02,160,147,0\n11,2021-04-03,160,147,0\n11,2021-04-04,160,147,0\n11,2021-04-05,160,147,0\n11,2021-04-06,160,152,0\n11,2021-04-07,160,152,0\n11,2021-04-08,161,156,0\n11,2021-04-09,162,156,0\n11,2021-04-10,162,156,0\n11,2021-04-11,162,156,0\n11,2021-04-12,165,158,0\n11,2021-04-13,165,159,0\n11,2021-04-14,165,159,0\n11,2021-04-15,167,159,0\n11,2021-04-16,167,160,0\n11,2021-04-17,167,160,0\n11,2021-04-18,170,160,0\n11,2021-04-19,173,160,0\n11,2021-04-20,174,161,0\n11,2021-04-21,174,161,0\n11,2021-04-22,175,163,0\n11,2021-04-23,175,164,0\n11,2021-04-24,175,164,0\n11,2021-04-25,175,164,0\n11,2021-04-26,177,166,0\n11,2021-04-27,177,166,0\n11,2021-04-28,179,168,0\n11,2021-04-29,179,168,0\n11,2021-04-30,181,169,0\n11,2021-05-01,181,169,0\n11,2021-05-02,182,169,0\n11,2021-05-03,182,169,0\n11,2021-05-04,183,176,0\n11,2021-05-05,183,176,0\n11,2021-05-06,185,176,0\n11,2021-05-07,186,176,0\n11,2021-05-08,186,176,0\n11,2021-05-09,186,176,0\n11,2021-05-10,187,178,0\n11,2021-05-11,187,179,0\n11,2021-05-12,187,179,0\n11,2021-05-13,188,181,0\n11,2021-05-14,190,181,0\n11,2021-05-15,191,181,0\n11,2021-05-16,191,181,0\n11,2021-05-17,192,183,0\n11,2021-05-18,194,184,0\n11,2021-05-19,199,185,0\n11,2021-05-20,199,185,0\n11,2021-05-21,200,185,0\n11,2021-05-22,200,185,0\n11,2021-05-23,200,185,0\n11,2021-05-24,200,185,0\n11,2021-05-25,200,187,0\n11,2021-05-26,200,187,0\n11,2021-05-27,200,190,0\n11,2021-05-28,202,190,0\n11,2021-05-29,202,190,0\n11,2021-05-30,202,190,0\n11,2021-05-31,204,194,0\n11,2021-06-01,204,200,0\n11,2021-06-02,204,200,0\n11,2021-06-03,206,200,0\n11,2021-06-04,206,200,0\n11,2021-06-05,206,200,0\n11,2021-06-06,206,200,0\n11,2021-06-07,206,200,0\n11,2021-06-08,206,201,0\n11,2021-06-09,206,201,0\n11,2021-06-10,206,202,0\n11,2021-06-11,206,202,0\n11,2021-06-12,206,202,0\n11,2021-06-13,206,202,0\n11,2021-06-14,206,202,0\n11,2021-06-15,206,206,0\n11,2021-06-16,206,206,0\n11,2021-06-17,206,206,0\n11,2021-06-18,206,206,0\n11,2021-06-19,206,206,0\n11,2021-06-20,206,206,0\n11,2021-06-21,206,206,0\n11,2021-06-22,206,206,0\n11,2021-06-23,206,206,0\n11,2021-06-24,206,206,0\n11,2021-06-25,206,206,0\n11,2021-06-26,206,206,0\n11,2021-06-27,206,206,0\n11,2021-06-28,206,206,0\n11,2021-06-29,207,206,0\n11,2021-06-30,207,206,0\n11,2021-07-01,207,206,0\n11,2021-07-02,207,206,0\n11,2021-07-03,207,206,0\n11,2021-07-04,207,206,0\n11,2021-07-05,207,206,0\n11,2021-07-06,208,206,0\n11,2021-07-07,208,206,0\n11,2021-07-08,208,206,0\n11,2021-07-09,208,207,0\n11,2021-07-10,208,207,0\n11,2021-07-11,208,207,0\n11,2021-07-12,208,207,0\n11,2021-07-13,208,208,0\n11,2021-07-14,208,208,0\n11,2021-07-15,208,208,0\n11,2021-07-16,208,208,0\n11,2021-07-17,208,208,0\n11,2021-07-18,208,208,0\n11,2021-07-19,208,208,0\n11,2021-07-20,208,208,0\n11,2021-07-21,208,208,0\n11,2021-07-22,208,208,0\n11,2021-07-23,208,208,0\n11,2021-07-24,208,208,0\n11,2021-07-25,208,208,0\n11,2021-07-26,208,208,0\n11,2021-07-27,208,208,0\n11,2021-07-28,208,208,0\n11,2021-07-29,208,208,0\n11,2021-07-30,208,208,0\n11,2021-07-31,208,208,0\n11,2021-08-01,208,208,0\n11,2021-08-02,208,208,0\n11,2021-08-03,208,208,0\n11,2021-08-04,211,208,0\n11,2021-08-05,212,208,0\n11,2021-08-06,212,208,0\n11,2021-08-07,212,208,0\n11,2021-08-08,212,208,0\n11,2021-08-09,212,208,0\n11,2021-08-10,214,208,0\n11,2021-08-11,216,208,0\n11,2021-08-12,216,208,0\n11,2021-08-13,218,208,0\n11,2021-08-14,218,208,0\n11,2021-08-15,218,208,0\n11,2021-08-16,220,213,0\n11,2021-08-17,221,213,0\n11,2021-08-18,221,213,0\n11,2021-08-19,221,213,0\n11,2021-08-20,221,213,0\n11,2021-08-21,224,219,0\n11,2021-08-22,224,219,0\n11,2021-08-23,224,219,0\n11,2021-08-24,225,219,0\n11,2021-08-25,225,219,0\n11,2021-08-26,225,219,0\n11,2021-08-27,230,222,0\n11,2021-08-28,230,222,0\n11,2021-08-29,230,222,0\n11,2021-08-30,230,222,0\n11,2021-08-31,233,222,0\n11,2021-09-01,233,225,0\n11,2021-09-02,233,225,0\n11,2021-09-03,233,225,0\n11,2021-09-04,233,225,0\n11,2021-09-05,233,225,0\n11,2021-09-06,233,225,0\n11,2021-09-07,235,230,0\n11,2021-09-08,236,232,0\n11,2021-09-09,236,232,0\n11,2021-09-10,240,233,0\n11,2021-09-11,241,233,0\n11,2021-09-12,247,233,0\n11,2021-09-13,252,233,0\n11,2021-09-14,255,233,0\n11,2021-09-15,260,233,0\n11,2021-09-16,270,233,0\n11,2021-09-17,278,235,0\n11,2021-09-18,281,235,0\n11,2021-09-19,284,237,0\n11,2021-09-20,284,240,0\n11,2021-09-21,287,240,0\n11,2021-09-22,287,240,0\n11,2021-09-23,287,240,0\n11,2021-09-24,293,240,0\n11,2021-09-25,294,254,0\n11,2021-09-26,295,254,0\n11,2021-09-27,295,284,0\n11,2021-09-28,296,287,0\n11,2021-09-29,296,287,0\n11,2021-09-30,299,290,0\n11,2021-10-01,302,291,0\n11,2021-10-02,302,291,0\n11,2021-10-03,302,291,0\n11,2021-10-04,302,292,0\n11,2021-10-05,303,294,0\n11,2021-10-06,303,294,0\n11,2021-10-07,306,297,0\n11,2021-10-08,306,297,0\n11,2021-10-09,306,297,0\n11,2021-10-10,306,297,0\n11,2021-10-11,306,297,0\n11,2021-10-12,309,303,0\n11,2021-10-13,309,303,0\n11,2021-10-14,309,304,0\n11,2021-10-15,312,305,0\n11,2021-10-16,312,305,0\n11,2021-10-17,312,305,0\n11,2021-10-18,312,305,0\n11,2021-10-19,315,308,0\n11,2021-10-20,315,308,0\n11,2021-10-21,315,308,0\n11,2021-10-22,315,308,0\n11,2021-10-23,315,308,0\n11,2021-10-24,315,308,0\n11,2021-10-25,315,312,0\n11,2021-10-26,315,312,0\n11,2021-10-27,317,315,0\n11,2021-10-28,317,315,0\n11,2021-10-29,317,315,0\n11,2021-10-30,317,315,0\n11,2021-10-31,317,315,0\n11,2021-11-01,319,315,0\n11,2021-11-02,319,315,0\n11,2021-11-03,320,315,0\n11,2021-11-04,320,315,0\n11,2021-11-05,320,315,0\n11,2021-11-06,320,315,0\n11,2021-11-07,324,317,0\n11,2021-11-08,324,317,0\n11,2021-11-09,324,319,0\n11,2021-11-10,324,319,0\n11,2021-11-11,324,319,0\n11,2021-11-12,327,320,0\n11,2021-11-13,327,320,0\n11,2021-11-14,327,320,0\n11,2021-11-15,328,320,0\n11,2021-11-16,328,320,0\n11,2021-11-17,335,326,0\n11,2021-11-18,336,326,0\n11,2021-11-19,339,327,0\n11,2021-11-20,343,327,0\n11,2021-11-21,345,327,0\n11,2021-11-22,349,327,0\n11,2021-11-23,356,328,0\n11,2021-11-24,363,327,0\n11,2021-11-25,365,328,0\n11,2021-11-26,367,330,0\n11,2021-11-27,367,330,0\n11,2021-11-28,372,337,0\n11,2021-11-29,372,343,0\n11,2021-11-30,373,344,0\n11,2021-12-01,380,350,0\n11,2021-12-02,381,356,0\n11,2021-12-03,382,363,0\n11,2021-12-04,387,365,0\n11,2021-12-05,389,369,0\n11,2021-12-06,392,370,0\n11,2021-12-07,397,374,0\n11,2021-12-08,403,376,0\n11,2021-12-09,406,377,0\n11,2021-12-10,413,382,0\n11,2021-12-11,413,382,0\n11,2021-12-12,420,383,0\n11,2021-12-13,420,383,0\n11,2021-12-14,423,387,0\n11,2021-12-15,434,391,0\n11,2021-12-16,444,395,0\n11,2021-12-17,475,400,0\n11,2021-12-18,488,400,0\n11,2021-12-19,488,400,0\n11,2021-12-20,504,415,0\n11,2021-12-21,529,417,0\n11,2021-12-22,560,419,0\n11,2021-12-23,588,423,0\n11,2021-12-24,621,423,0\n11,2021-12-25,671,423,0\n11,2021-12-26,676,423,0\n11,2021-12-27,775,466,0\n11,2021-12-28,893,483,0\n11,2021-12-29,1022,496,0\n11,2021-12-30,1191,511,0\n11,2021-12-31,1366,552,0\n11,2022-01-01,1366,552,0\n11,2022-01-02,1503,636,0\n11,2022-01-03,1664,669,0\n11,2022-01-04,1862,703,0\n11,2022-01-05,2084,706,0\n11,2022-01-06,2288,797,0\n11,2022-01-07,2463,916,0\n11,2022-01-08,2573,916,0\n11,2022-01-09,2573,916,0\n11,2022-01-10,2893,1376,0\n11,2022-01-11,3197,1503,0\n11,2022-01-12,3427,1505,0\n11,2022-01-13,3636,1672,0\n11,2022-01-14,3861,1867,2\n11,2022-01-15,4170,2087,2\n11,2022-01-16,4170,2087,2\n11,2022-01-17,4401,2467,2\n11,2022-01-18,4808,2596,2\n11,2022-01-19,5112,2598,3\n11,2022-01-20,5361,2890,3\n11,2022-01-21,5628,3195,4\n11,2022-01-22,5916,3422,5\n11,2022-01-23,6125,3635,6\n11,2022-01-24,6282,3852,8\n11,2022-01-25,6557,4154,9\n11,2022-01-26,6812,4163,9\n11,2022-01-27,7059,4388,9\n11,2022-01-28,7274,4805,9\n11,2022-01-29,7545,5105,10\n11,2022-01-30,7545,5105,10\n11,2022-01-31,7779,5617,10\n11,2022-02-01,8141,5905,11\n11,2022-02-02,8379,6115,11\n11,2022-02-03,8565,6272,11\n11,2022-02-04,8764,6545,12\n11,2022-02-05,8764,6545,12\n11,2022-02-06,8918,7045,12\n11,2022-02-07,9104,7268,12\n11,2022-02-08,9368,7536,13\n11,2022-02-09,9555,7548,13\n11,2022-02-10,9765,7770,13\n11,2022-02-11,9969,8133,13\n11,2022-02-12,10196,8371,14\n11,2022-02-13,10399,8612,14\n11,2022-02-14,10500,8751,14\n11,2022-02-15,10658,8759,14\n11,2022-02-16,10947,8907,15\n11,2022-02-17,11257,9094,15\n11,2022-02-18,11492,9359,15\n11,2022-02-19,11696,9359,15\n11,2022-02-20,11907,9359,15\n11,2022-02-21,12103,9956,15\n11,2022-02-22,12103,9956,15\n11,2022-02-23,12657,10326,15\n11,2022-02-24,13069,10486,15\n11,2022-02-25,13372,10642,15\n11,2022-02-26,13372,10642,15\n11,2022-02-27,13372,10642,15\n11,2022-02-28,14305,11478,16\n11,2022-03-01,14305,11478,16\n11,2022-03-02,15267,11896,16\n11,2022-03-03,15267,11896,16\n11,2022-03-04,16296,12121,16\n11,2022-03-05,16296,12121,16\n11,2022-03-06,16296,12121,16\n11,2022-03-07,17623,13366,16\n11,2022-03-08,18328,13716,16\n11,2022-03-09,18905,13996,16\n11,2022-03-10,18905,13996,16\n11,2022-03-11,19703,14774,16\n11,2022-03-12,19703,14774,16\n11,2022-03-13,19703,14774,16\n11,2022-03-14,20560,16283,16\n11,2022-03-15,20560,16283,16\n11,2022-03-16,21307,17252,16\n11,2022-03-17,21307,17252,16\n11,2022-03-18,21307,17252,16\n11,2022-03-19,21307,17252,16\n11,2022-03-20,21307,17252,16\n11,2022-03-21,21307,17252,16\n11,2022-03-22,23345,20035,16\n11,2022-03-23,23345,20035,16\n11,2022-03-24,23345,20035,16\n11,2022-03-25,23345,20035,16\n11,2022-03-26,23345,20035,16\n11,2022-03-27,23345,20035,16\n11,2022-03-28,23345,20035,16\n11,2022-03-29,25799,22295,18\n11,2022-03-30,25799,22295,18\n11,2022-03-31,25799,22295,18\n11,2022-04-01,25799,22295,18\n11,2022-04-02,25799,22295,18\n11,2022-04-03,25799,22295,18\n11,2022-04-04,25799,22295,18\n11,2022-04-05,28375,24737,19\n11,2022-04-06,28375,24737,19\n11,2022-04-07,28375,24737,19\n11,2022-04-08,28375,24737,19\n11,2022-04-09,28375,24737,19\n11,2022-04-10,28375,24737,19\n11,2022-04-11,28375,24737,19\n11,2022-04-12,30604,27418,21\n11,2022-04-13,30604,27418,21\n11,2022-04-14,30604,27418,21\n11,2022-04-15,30604,27418,21\n11,2022-04-16,30604,27418,21\n11,2022-04-17,30604,27418,21\n11,2022-04-18,30604,27418,21\n11,2022-04-19,32532,29743,23\n11,2022-04-20,32532,29743,23\n11,2022-04-21,32532,29743,23\n11,2022-04-22,32532,29743,23\n11,2022-04-23,32532,29743,23\n11,2022-04-24,32532,29743,23\n11,2022-04-25,32532,29743,23\n11,2022-04-26,34270,31670,25\n11,2022-04-27,34270,31670,25\n11,2022-04-28,34270,31670,25\n11,2022-04-29,34270,31670,25\n11,2022-04-30,34270,31670,25\n11,2022-05-01,34270,31670,25\n11,2022-05-02,34270,31670,25\n11,2022-05-03,35433,33654,26\n11,2022-05-04,35433,33654,26\n11,2022-05-05,35433,33654,26\n11,2022-05-06,35433,33654,26\n11,2022-05-07,35433,33654,26\n11,2022-05-08,35433,33654,26\n11,2022-05-09,35433,33654,26\n11,2022-05-10,36332,35027,32\n11,2022-05-11,36332,35027,32\n11,2022-05-12,36332,35027,32\n11,2022-05-13,36332,35027,32\n11,2022-05-14,36332,35027,32\n11,2022-05-15,36332,35027,32\n11,2022-05-16,36332,35027,32\n11,2022-05-17,37124,35952,33\n11,2022-05-18,37124,35952,33\n11,2022-05-19,37124,35952,33\n11,2022-05-20,37124,35952,33\n11,2022-05-21,37124,35952,33\n11,2022-05-22,37124,35952,33\n11,2022-05-23,37124,35952,33\n11,2022-05-24,37578,36802,33\n11,2022-05-25,37578,36802,33\n11,2022-05-26,37578,36802,33\n11,2022-05-27,37578,36802,33\n11,2022-05-28,37578,36802,33\n11,2022-05-29,37578,36802,33\n11,2022-05-30,37578,36802,33\n11,2022-05-31,38054,37431,33\n11,2022-06-01,38054,37431,33\n11,2022-06-02,38054,37431,33\n11,2022-06-03,38054,37431,33\n11,2022-06-04,38054,37431,33\n11,2022-06-05,38054,37431,33\n11,2022-06-06,38054,37431,33\n11,2022-06-07,38686,37907,35\n11,2022-06-08,38686,37907,35\n11,2022-06-09,,,\n11,2022-06-10,,,\n46,2020-03-11,0,,0\n46,2020-03-12,0,,0\n46,2020-03-13,1,,0\n46,2020-03-14,1,,0\n46,2020-03-15,4,,0\n46,2020-03-16,4,,0\n46,2020-03-17,7,,0\n46,2020-03-18,8,,0\n46,2020-03-19,17,,0\n46,2020-03-20,17,,0\n46,2020-03-21,11,,0\n46,2020-03-22,11,,0\n46,2020-03-23,11,,0\n46,2020-03-24,11,,0\n46,2020-03-25,11,,0\n46,2020-03-26,11,1,0\n46,2020-03-27,25,1,1\n46,2020-03-28,25,1,1\n46,2020-03-29,69,1,1\n46,2020-03-30,83,2,1\n46,2020-03-31,91,4,1\n46,2020-04-01,109,4,1\n46,2020-04-02,152,11,1\n46,2020-04-03,164,,2\n46,2020-04-04,172,,2\n46,2020-04-05,187,17,2\n46,2020-04-06,190,17,2\n46,2020-04-07,203,,3\n46,2020-04-08,206,,3\n46,2020-04-09,207,,3\n46,2020-04-10,215,,4\n46,2020-04-11,226,,4\n46,2020-04-12,226,,4\n46,2020-04-13,229,,4\n46,2020-04-14,229,,4\n46,2020-04-15,231,,5\n46,2020-04-16,239,,5\n46,2020-04-17,239,,5\n46,2020-04-18,243,132,5\n46,2020-04-19,245,143,5\n46,2020-04-20,246,143,6\n46,2020-04-21,246,150,6\n46,2020-04-22,246,154,6\n46,2020-04-23,251,174,6\n46,2020-04-24,252,196,6\n46,2020-04-25,256,199,6\n46,2020-04-26,260,199,6\n46,2020-04-27,261,205,6\n46,2020-04-28,261,209,6\n46,2020-04-29,263,213,6\n46,2020-04-30,264,220,6\n46,2020-05-01,268,235,6\n46,2020-05-02,269,236,6\n46,2020-05-03,270,237,6\n46,2020-05-04,270,238,6\n46,2020-05-05,271,238,7\n46,2020-05-06,272,242,7\n46,2020-05-07,272,243,7\n46,2020-05-08,273,247,7\n46,2020-05-09,273,247,7\n46,2020-05-10,276,247,7\n46,2020-05-11,278,247,7\n46,2020-05-12,278,251,7\n46,2020-05-13,278,251,7\n46,2020-05-14,278,252,7\n46,2020-05-15,278,254,7\n46,2020-05-16,278,257,7\n46,2020-05-17,278,257,7\n46,2020-05-18,279,257,7\n46,2020-05-19,279,257,7\n46,2020-05-20,279,257,7\n46,2020-05-21,279,265,7\n46,2020-05-22,281,267,7\n46,2020-05-23,281,268,7\n46,2020-05-24,281,268,7\n46,2020-05-25,281,268,7\n46,2020-05-26,281,269,7\n46,2020-05-27,281,271,7\n46,2020-05-28,283,273,7\n46,2020-05-29,283,273,7\n46,2020-05-30,283,278,7\n46,2020-05-31,284,278,7\n46,2020-06-01,284,278,7\n46,2020-06-02,286,278,7\n46,2020-06-03,287,282,7\n46,2020-06-04,287,284,7\n46,2020-06-05,289,284,7\n46,2020-06-06,289,284,7\n46,2020-06-07,289,284,7\n46,2020-06-08,289,284,7\n46,2020-06-09,289,285,7\n46,2020-06-10,289,285,7\n46,2020-06-11,289,286,7\n46,2020-06-12,290,289,7\n46,2020-06-13,292,289,7\n46,2020-06-14,293,289,7\n46,2020-06-15,293,292,7\n46,2020-06-16,293,292,7\n46,2020-06-17,295,293,7\n46,2020-06-18,297,293,7\n46,2020-06-19,300,293,7\n46,2020-06-20,302,293,7\n46,2020-06-21,302,293,7\n46,2020-06-22,303,293,7\n46,2020-06-23,303,293,7\n46,2020-06-24,304,293,7\n46,2020-06-25,305,294,7\n46,2020-06-26,307,300,7\n46,2020-06-27,311,300,7\n46,2020-06-28,311,300,7\n46,2020-06-29,313,300,7\n46,2020-06-30,314,300,7\n46,2020-07-01,314,300,7\n46,2020-07-02,314,300,7\n46,2020-07-03,314,302,7\n46,2020-07-04,314,302,7\n46,2020-07-05,314,302,7\n46,2020-07-06,314,304,7\n46,2020-07-07,314,307,7\n46,2020-07-08,314,312,7\n46,2020-07-09,314,314,7\n46,2020-07-10,314,314,7\n46,2020-07-11,314,314,7\n46,2020-07-12,314,314,7\n46,2020-07-13,314,317,7\n46,2020-07-14,319,318,7\n46,2020-07-15,319,318,7\n46,2020-07-16,320,318,7\n46,2020-07-17,325,318,7\n46,2020-07-18,326,318,7\n46,2020-07-19,332,318,7\n46,2020-07-20,343,318,7\n46,2020-07-21,353,318,7\n46,2020-07-22,361,318,7\n46,2020-07-23,362,319,7\n46,2020-07-24,371,319,7\n46,2020-07-25,375,319,7\n46,2020-07-26,381,319,7\n46,2020-07-27,387,319,7\n46,2020-07-28,391,319,8\n46,2020-07-29,393,325,8\n46,2020-07-30,395,325,8\n46,2020-07-31,401,337,8\n46,2020-08-01,403,337,8\n46,2020-08-02,421,337,8\n46,2020-08-03,428,337,8\n46,2020-08-04,428,341,8\n46,2020-08-05,429,342,8\n46,2020-08-06,459,348,8\n46,2020-08-07,476,351,8\n46,2020-08-08,492,351,8\n46,2020-08-09,527,352,8\n46,2020-08-10,543,354,8\n46,2020-08-11,547,360,8\n46,2020-08-12,563,368,8\n46,2020-08-13,603,377,8\n46,2020-08-14,643,389,8\n46,2020-08-15,663,443,9\n46,2020-08-16,697,483,9\n46,2020-08-17,731,490,9\n46,2020-08-18,748,502,11\n46,2020-08-19,763,528,12\n46,2020-08-20,796,537,12\n46,2020-08-21,830,553,12\n46,2020-08-22,872,570,12\n46,2020-08-23,944,576,12\n46,2020-08-24,993,586,12\n46,2020-08-25,1018,606,13\n46,2020-08-26,1043,622,13\n46,2020-08-27,1064,643,14\n46,2020-08-28,1096,664,14\n46,2020-08-29,1151,693,14\n46,2020-08-30,1186,710,14\n46,2020-08-31,1214,731,14\n46,2020-09-01,1232,759,14\n46,2020-09-02,1244,776,14\n46,2020-09-03,1264,791,16\n46,2020-09-04,1273,835,16\n46,2020-09-05,1294,852,16\n46,2020-09-06,1323,898,16\n46,2020-09-07,1338,910,16\n46,2020-09-08,1349,940,16\n46,2020-09-09,1365,945,16\n46,2020-09-10,1378,1002,16\n46,2020-09-11,1393,1090,16\n46,2020-09-12,1410,1156,16\n46,2020-09-13,1428,1173,16\n46,2020-09-14,1449,1176,16\n46,2020-09-15,1466,1181,16\n46,2020-09-16,1489,1190,16\n46,2020-09-17,1500,1191,16\n46,2020-09-18,1540,1199,16\n46,2020-09-19,1558,1211,16\n46,2020-09-20,1586,1216,16\n46,2020-09-21,1608,1227,18\n46,2020-09-22,1632,1234,18\n46,2020-09-23,1674,1238,18\n46,2020-09-24,1711,1243,19\n46,2020-09-25,1764,1258,19\n46,2020-09-26,1829,1265,19\n46,2020-09-27,1880,1272,19\n46,2020-09-28,1919,1281,20\n46,2020-09-29,1953,1327,20\n46,2020-09-30,1993,1374,20\n46,2020-10-01,2029,1388,20\n46,2020-10-02,2072,1399,21\n46,2020-10-03,2108,1409,22\n46,2020-10-04,2140,1421,23\n46,2020-10-05,2191,1429,23\n46,2020-10-06,2246,1441,24\n46,2020-10-07,2278,1448,27\n46,2020-10-08,2344,1454,27\n46,2020-10-09,2428,1465,30\n46,2020-10-10,2524,1475,32\n46,2020-10-11,2578,1483,32\n46,2020-10-12,2655,1490,34\n46,2020-10-13,2779,1496,35\n46,2020-10-14,2925,1514,37\n46,2020-10-15,3098,1533,38\n46,2020-10-16,3173,1553,38\n46,2020-10-17,3258,1572,38\n46,2020-10-18,3302,1587,40\n46,2020-10-19,3382,1597,42\n46,2020-10-20,3491,1703,42\n46,2020-10-21,3626,1809,43\n46,2020-10-22,3773,1920,47\n46,2020-10-23,3935,2032,48\n46,2020-10-24,4088,2116,50\n46,2020-10-25,4249,2142,54\n46,2020-10-26,4349,2177,55\n46,2020-10-27,4532,2236,58\n46,2020-10-28,4701,2306,61\n46,2020-10-29,4894,2423,62\n46,2020-10-30,5374,2572,65\n46,2020-10-31,5723,2646,67\n46,2020-11-01,6034,2704,75\n46,2020-11-02,6275,2740,80\n46,2020-11-03,6377,2797,85\n46,2020-11-04,6751,2892,87\n46,2020-11-05,7177,2920,91\n46,2020-11-06,7419,3037,96\n46,2020-11-07,7689,3126,103\n46,2020-11-08,8130,3175,106\n46,2020-11-09,8495,3234,109\n46,2020-11-10,8878,3374,114\n46,2020-11-11,9308,3509,123\n46,2020-11-12,9782,3620,132\n46,2020-11-13,10216,3772,137\n46,2020-11-14,10453,3891,152\n46,2020-11-15,10947,4070,162\n46,2020-11-16,11339,4156,172\n46,2020-11-17,11608,4324,179\n46,2020-11-18,12007,4432,190\n46,2020-11-19,12482,4655,198\n46,2020-11-20,12919,4851,207\n46,2020-11-21,13304,5075,217\n46,2020-11-22,13544,5193,229\n46,2020-11-23,14087,5353,236\n46,2020-11-24,14558,5633,248\n46,2020-11-25,14907,5893,256\n46,2020-11-26,15288,6177,266\n46,2020-11-27,15632,6487,280\n46,2020-11-28,16118,6804,290\n46,2020-11-29,16483,7010,301\n46,2020-11-30,16825,7253,312\n46,2020-12-01,17107,7713,328\n46,2020-12-02,17384,8072,342\n46,2020-12-03,17751,8268,353\n46,2020-12-04,18069,8535,362\n46,2020-12-05,18423,8927,381\n46,2020-12-06,18806,9195,395\n46,2020-12-07,19131,13262,407\n46,2020-12-08,19376,13577,420\n46,2020-12-09,19655,13869,438\n46,2020-12-10,19947,14116,451\n46,2020-12-11,20392,14410,465\n46,2020-12-12,20750,14637,483\n46,2020-12-13,21023,14805,490\n46,2020-12-14,21264,14974,499\n46,2020-12-15,21535,15265,508\n46,2020-12-16,21826,15506,523\n46,2020-12-17,22047,15681,537\n46,2020-12-18,22397,16248,547\n46,2020-12-19,22630,16406,556\n46,2020-12-20,22859,16541,569\n46,2020-12-21,23025,16717,572\n46,2020-12-22,23180,18208,590\n46,2020-12-23,23381,18349,605\n46,2020-12-24,23624,18518,617\n46,2020-12-25,23624,18518,617\n46,2020-12-26,23624,18518,617\n46,2020-12-27,24145,19012,645\n46,2020-12-28,24252,19156,654\n46,2020-12-29,24385,19302,659\n46,2020-12-30,24513,19408,661\n46,2020-12-31,24700,19528,667\n46,2021-01-01,24700,19528,667\n46,2021-01-02,25026,19789,678\n46,2021-01-03,25126,19982,683\n46,2021-01-04,25244,20133,688\n46,2021-01-05,25374,20252,695\n46,2021-01-06,25534,20376,705\n46,2021-01-07,25741,20519,717\n46,2021-01-08,25963,20655,726\n46,2021-01-09,26166,20769,733\n46,2021-01-10,26317,20850,738\n46,2021-01-11,26448,22295,741\n46,2021-01-12,26537,22692,748\n46,2021-01-13,26693,23014,753\n46,2021-01-14,26954,23313,755\n46,2021-01-15,27142,23478,759\n46,2021-01-16,27322,23575,761\n46,2021-01-17,27511,23661,769\n46,2021-01-18,27629,23748,773\n46,2021-01-19,27740,23869,783\n46,2021-01-20,27893,23968,788\n46,2021-01-21,28089,24091,793\n46,2021-01-22,28260,24204,795\n46,2021-01-23,28476,24307,797\n46,2021-01-24,28697,24377,799\n46,2021-01-25,28810,24464,804\n46,2021-01-26,28902,24601,809\n46,2021-01-27,28996,24727,813\n46,2021-01-28,29128,24851,821\n46,2021-01-29,29280,24967,823\n46,2021-01-30,29446,25095,825\n46,2021-01-31,29564,25232,829\n46,2021-02-01,29651,25353,832\n46,2021-02-02,29733,25480,832\n46,2021-02-03,29858,25665,835\n46,2021-02-04,29968,25791,837\n46,2021-02-05,30078,25887,838\n46,2021-02-06,30158,26007,842\n46,2021-02-07,30237,26135,846\n46,2021-02-08,30289,27817,850\n46,2021-02-09,30360,27910,853\n46,2021-02-10,30417,27985,859\n46,2021-02-11,30507,28063,862\n46,2021-02-12,30588,28140,866\n46,2021-02-13,30687,28193,866\n46,2021-02-14,30765,28276,871\n46,2021-02-15,30836,28276,871\n46,2021-02-16,30931,28432,875\n46,2021-02-17,31006,28576,876\n46,2021-02-18,31143,29114,878\n46,2021-02-19,31235,29187,879\n46,2021-02-20,31329,29240,882\n46,2021-02-21,31386,29322,884\n46,2021-02-22,31475,29378,886\n46,2021-02-23,31545,29453,886\n46,2021-02-24,31587,29507,887\n46,2021-02-25,31657,29563,888\n46,2021-02-26,31719,29635,889\n46,2021-02-27,31809,29708,893\n46,2021-02-28,31859,29770,895\n46,2021-03-01,31894,29827,896\n46,2021-03-02,31950,29901,898\n46,2021-03-03,32000,29953,901\n46,2021-03-04,32051,30005,902\n46,2021-03-05,32099,30067,903\n46,2021-03-06,32169,30151,904\n46,2021-03-07,32225,30188,905\n46,2021-03-08,32284,30236,906\n46,2021-03-09,32344,30290,907\n46,2021-03-10,32418,30328,908\n46,2021-03-11,32509,30394,911\n46,2021-03-12,32605,30823,912\n46,2021-03-13,32699,30874,916\n46,2021-03-14,32743,30935,917\n46,2021-03-15,32792,30968,917\n46,2021-03-16,32900,30997,917\n46,2021-03-17,32994,31044,917\n46,2021-03-18,33085,31078,918\n46,2021-03-19,33174,31130,919\n46,2021-03-20,33263,31188,920\n46,2021-03-21,33352,31241,927\n46,2021-03-22,33413,31285,928\n46,2021-03-23,33510,31335,928\n46,2021-03-24,33585,31401,928\n46,2021-03-25,33694,31658,929\n46,2021-03-26,33810,31709,932\n46,2021-03-27,33867,31744,933\n46,2021-03-28,33922,31809,934\n46,2021-03-29,33975,31864,934\n46,2021-03-30,34051,31921,934\n46,2021-03-31,34115,32006,935\n46,2021-04-01,34171,32058,937\n46,2021-04-02,34262,32058,937\n46,2021-04-03,34352,32162,938\n46,2021-04-04,34419,32214,939\n46,2021-04-05,34487,32267,940\n46,2021-04-06,34547,32352,942\n46,2021-04-07,34654,32419,943\n46,2021-04-08,34790,32781,946\n46,2021-04-09,34969,32840,949\n46,2021-04-10,35101,32896,949\n46,2021-04-11,35213,32952,949\n46,2021-04-12,35324,33008,949\n46,2021-04-13,35453,33070,951\n46,2021-04-14,35535,33146,954\n46,2021-04-15,35688,33205,955\n46,2021-04-16,35809,33309,955\n46,2021-04-17,35989,33404,958\n46,2021-04-18,36159,33512,959\n46,2021-04-19,36259,33623,959\n46,2021-04-20,36468,33727,960\n46,2021-04-21,36629,33838,961\n46,2021-04-22,36888,34246,962\n46,2021-04-23,37063,34366,964\n46,2021-04-24,37339,34481,967\n46,2021-04-25,37598,34607,967\n46,2021-04-26,37807,34747,968\n46,2021-04-27,38022,34884,968\n46,2021-04-28,38209,35034,971\n46,2021-04-29,38434,35203,973\n46,2021-04-30,38722,35380,974\n46,2021-05-01,38993,35551,976\n46,2021-05-02,39273,35756,978\n46,2021-05-03,39523,35952,979\n46,2021-05-04,39813,36142,980\n46,2021-05-05,40079,36323,982\n46,2021-05-06,40438,36724,986\n46,2021-05-07,40937,36964,987\n46,2021-05-08,41422,37198,990\n46,2021-05-09,41949,37461,993\n46,2021-05-10,42450,37683,997\n46,2021-05-11,42779,37945,997\n46,2021-05-12,43140,38203,999\n46,2021-05-13,43698,38652,1002\n46,2021-05-14,44187,39024,1002\n46,2021-05-15,44615,39392,1006\n46,2021-05-16,45149,39699,1010\n46,2021-05-17,45578,40000,1011\n46,2021-05-18,45912,40358,1012\n46,2021-05-19,46313,40748,1016\n46,2021-05-20,46910,41238,1019\n46,2021-05-21,47504,41627,1022\n46,2021-05-22,47977,41965,1028\n46,2021-05-23,48434,42335,1029\n46,2021-05-24,48787,42693,1033\n46,2021-05-25,49044,43066,1034\n46,2021-05-26,49354,43529,1034\n46,2021-05-27,49647,43970,1041\n46,2021-05-28,50142,44426,1042\n46,2021-05-29,50498,44819,1045\n46,2021-05-30,50787,45169,1052\n46,2021-05-31,51084,45533,1053\n46,2021-06-01,51313,45927,1056\n46,2021-06-02,51575,46251,1062\n46,2021-06-03,51932,46689,1067\n46,2021-06-04,52255,46999,1071\n46,2021-06-05,52530,47345,1072\n46,2021-06-06,52750,47607,1075\n46,2021-06-07,52916,47880,1077\n46,2021-06-08,53153,48238,1079\n46,2021-06-09,53399,48536,1081\n46,2021-06-10,53649,48963,1087\n46,2021-06-11,53869,49293,1089\n46,2021-06-12,54163,49633,1092\n46,2021-06-13,54357,49952,1100\n46,2021-06-14,54480,50268,1102\n46,2021-06-15,54595,50520,1104\n46,2021-06-16,54732,50829,1110\n46,2021-06-17,54909,51271,1112\n46,2021-06-18,55087,51547,1115\n46,2021-06-19,55238,51813,1118\n46,2021-06-20,55331,52041,1124\n46,2021-06-21,55398,52205,1125\n46,2021-06-22,55466,52478,1129\n46,2021-06-23,55587,52668,1132\n46,2021-06-24,55691,52843,1134\n46,2021-06-25,55773,53007,1135\n46,2021-06-26,55878,53227,1138\n46,2021-06-27,55975,53356,1139\n46,2021-06-28,56036,53443,1139\n46,2021-06-29,56097,53550,1139\n46,2021-06-30,56167,53631,1140\n46,2021-07-01,56252,53631,1140\n46,2021-07-02,56306,54106,1147\n46,2021-07-03,56353,54197,1148\n46,2021-07-04,56417,54249,1150\n46,2021-07-05,56480,54309,1151\n46,2021-07-06,56515,54392,1152\n46,2021-07-07,56581,54442,1154\n46,2021-07-08,56665,54494,1157\n46,2021-07-09,56739,54549,1160\n46,2021-07-10,56826,54615,1160\n46,2021-07-11,56889,54655,1161\n46,2021-07-12,56918,54733,1162\n46,2021-07-13,56934,54798,1163\n46,2021-07-14,56986,54843,1163\n46,2021-07-15,57026,54891,1164\n46,2021-07-16,57065,54943,1164\n46,2021-07-17,57124,55001,1164\n46,2021-07-18,57164,55061,1165\n46,2021-07-19,57200,55117,1165\n46,2021-07-20,57225,55162,1165\n46,2021-07-21,57266,55187,1166\n46,2021-07-22,57318,55618,1167\n46,2021-07-23,57359,55652,1170\n46,2021-07-24,57413,55695,1171\n46,2021-07-25,57445,55719,1172\n46,2021-07-26,57453,55756,1172\n46,2021-07-27,57476,55806,1172\n46,2021-07-28,57501,55830,1175\n46,2021-07-29,57547,55845,1177\n46,2021-07-30,57593,55873,1178\n46,2021-07-31,57620,55873,1178\n46,2021-08-01,57654,55873,1178\n46,2021-08-02,57669,55873,1178\n46,2021-08-03,57691,55982,1181\n46,2021-08-04,57702,56010,1181\n46,2021-08-05,57739,56028,1183\n46,2021-08-06,57764,56042,1183\n46,2021-08-07,57793,56042,1183\n46,2021-08-08,57831,56042,1183\n46,2021-08-09,57860,56108,1183\n46,2021-08-10,57891,56127,1183\n46,2021-08-11,57913,56157,1183\n46,2021-08-12,57951,56181,1184\n46,2021-08-13,57972,56201,1184\n46,2021-08-14,57996,56201,1184\n46,2021-08-15,58012,56201,1184\n46,2021-08-16,58049,56271,1187\n46,2021-08-17,58071,56318,1188\n46,2021-08-18,58105,56340,1188\n46,2021-08-19,58134,56649,1188\n46,2021-08-20,58176,56685,1188\n46,2021-08-21,58222,56750,1188\n46,2021-08-22,58250,56750,1188\n46,2021-08-23,58283,56750,1188\n46,2021-08-24,58322,56772,1188\n46,2021-08-25,58420,56824,1189\n46,2021-08-26,58479,56847,1189\n46,2021-08-27,58506,56887,1189\n46,2021-08-28,58608,56887,1189\n46,2021-08-29,58647,56887,1189\n46,2021-08-30,58681,56989,1189\n46,2021-08-31,58710,57038,1189\n46,2021-09-01,58744,57074,1190\n46,2021-09-02,58793,57171,1192\n46,2021-09-03,58845,57213,1192\n46,2021-09-04,58883,57213,1192\n46,2021-09-05,58931,57213,1192\n46,2021-09-06,58964,57213,1192\n46,2021-09-07,59000,57380,1198\n46,2021-09-08,59046,57416,1198\n46,2021-09-09,59100,57445,1199\n46,2021-09-10,59203,57464,1200\n46,2021-09-11,59275,57464,1200\n46,2021-09-12,59325,57464,1200\n46,2021-09-13,59368,57597,1201\n46,2021-09-14,59420,57643,1201\n46,2021-09-15,59459,57679,1203\n46,2021-09-16,59526,57724,1203\n46,2021-09-17,59612,57779,1204\n46,2021-09-18,59666,57779,1204\n46,2021-09-19,59716,57779,1204\n46,2021-09-20,59759,57956,1205\n46,2021-09-21,59822,58009,1206\n46,2021-09-22,59862,58081,1207\n46,2021-09-23,59944,58241,1207\n46,2021-09-24,60000,58294,1207\n46,2021-09-25,60100,58294,1208\n46,2021-09-26,60204,58294,1208\n46,2021-09-27,60294,58439,1209\n46,2021-09-28,60333,58509,1211\n46,2021-09-29,60443,58564,1211\n46,2021-09-30,60543,58564,1211\n46,2021-10-01,60628,58705,1211\n46,2021-10-02,60749,58705,1211\n46,2021-10-03,60860,58705,1211\n46,2021-10-04,60943,58916,1213\n46,2021-10-05,61038,58980,1213\n46,2021-10-06,61111,59054,1214\n46,2021-10-07,61257,59174,1215\n46,2021-10-08,61372,59241,1217\n46,2021-10-09,61462,59241,1220\n46,2021-10-10,61576,59241,1222\n46,2021-10-11,61655,59241,1222\n46,2021-10-12,61721,59569,1224\n46,2021-10-13,61789,59649,1224\n46,2021-10-14,61900,59712,1226\n46,2021-10-15,61987,59794,1230\n46,2021-10-16,62091,59794,1230\n46,2021-10-17,62170,59794,1230\n46,2021-10-18,62230,60023,1231\n46,2021-10-19,62332,60091,1234\n46,2021-10-20,62377,60150,1235\n46,2021-10-21,62469,60308,1235\n46,2021-10-22,62588,60399,1235\n46,2021-10-23,62695,60399,1235\n46,2021-10-24,62844,60399,1235\n46,2021-10-25,62907,60599,1237\n46,2021-10-26,62977,60671,1237\n46,2021-10-27,63085,60738,1240\n46,2021-10-28,63212,60815,1244\n46,2021-10-29,63353,60890,1246\n46,2021-10-30,63450,60890,1247\n46,2021-10-31,63592,60890,1247\n46,2021-11-01,63682,61167,1248\n46,2021-11-02,63803,61257,1249\n46,2021-11-03,63929,61335,1251\n46,2021-11-04,64083,61685,1253\n46,2021-11-05,64207,61806,1256\n46,2021-11-06,64390,61806,1260\n46,2021-11-07,64545,61806,1262\n46,2021-11-08,64701,62062,1262\n46,2021-11-09,64878,62174,1266\n46,2021-11-10,65017,62292,1268\n46,2021-11-11,65166,62292,1269\n46,2021-11-12,65371,62613,1269\n46,2021-11-13,65511,62613,1269\n46,2021-11-14,65606,62613,1272\n46,2021-11-15,65763,62991,1273\n46,2021-11-16,65856,63137,1274\n46,2021-11-17,65990,63281,1276\n46,2021-11-18,66184,63499,1281\n46,2021-11-19,66378,63644,1285\n46,2021-11-20,66542,63644,1286\n46,2021-11-21,66683,63644,1290\n46,2021-11-22,66826,64006,1292\n46,2021-11-23,66952,64133,1296\n46,2021-11-24,67082,64256,1299\n46,2021-11-25,67275,64478,1304\n46,2021-11-26,67420,64599,1305\n46,2021-11-27,67544,64599,1311\n46,2021-11-28,67659,64599,1315\n46,2021-11-29,67753,64945,1315\n46,2021-11-30,67871,65140,1319\n46,2021-12-01,67999,65295,1321\n46,2021-12-02,68156,65486,1324\n46,2021-12-03,68308,65577,1328\n46,2021-12-04,68499,65577,1330\n46,2021-12-05,68708,65577,1333\n46,2021-12-06,68845,65898,1334\n46,2021-12-07,68935,66035,1338\n46,2021-12-08,69113,66134,1341\n46,2021-12-09,69304,66347,1344\n46,2021-12-10,69507,66471,1345\n46,2021-12-11,69670,66471,1349\n46,2021-12-12,69827,66471,1352\n46,2021-12-13,69979,66926,1353\n46,2021-12-14,70131,67061,1355\n46,2021-12-15,70340,67204,1357\n46,2021-12-16,70539,67439,1359\n46,2021-12-17,70785,67626,1360\n46,2021-12-18,71061,67626,1363\n46,2021-12-19,71390,67626,1365\n46,2021-12-20,71590,68041,1366\n46,2021-12-21,71879,68206,1366\n46,2021-12-22,72283,68293,1368\n46,2021-12-23,72834,68532,1369\n46,2021-12-24,73573,68577,1370\n46,2021-12-25,74358,68577,1370\n46,2021-12-26,75052,68577,1370\n46,2021-12-27,75717,68615,1378\n46,2021-12-28,76539,68610,1383\n46,2021-12-29,77485,68613,1384\n46,2021-12-30,78596,68801,1387\n46,2021-12-31,80096,68780,1392\n46,2022-01-01,80096,68780,1392\n46,2022-01-02,83786,68780,1392\n46,2022-01-03,85507,68780,1398\n46,2022-01-04,87261,68787,1400\n46,2022-01-05,89050,68804,1402\n46,2022-01-06,91576,68804,1408\n46,2022-01-07,94850,68847,1408\n46,2022-01-08,94850,68847,1408\n46,2022-01-09,99550,68847,1408\n46,2022-01-10,101933,68888,1408\n46,2022-01-11,103935,68892,1426\n46,2022-01-12,105406,68929,1429\n46,2022-01-13,106627,68929,1438\n46,2022-01-14,107838,69075,1443\n46,2022-01-15,107838,69075,1445\n46,2022-01-16,109876,69075,1457\n46,2022-01-17,110593,69075,1463\n46,2022-01-18,111432,69075,1466\n46,2022-01-19,112346,69160,1478\n46,2022-01-20,113196,69160,1485\n46,2022-01-21,114021,69160,1492\n46,2022-01-22,114021,69160,1492\n46,2022-01-23,115597,69160,1492\n46,2022-01-24,116133,75927,1515\n46,2022-01-25,116770,75927,1521\n46,2022-01-26,117395,75938,1524\n46,2022-01-27,117971,87482,1538\n46,2022-01-28,118862,87482,1543\n46,2022-01-29,118862,87482,1543\n46,2022-01-30,120139,87482,1543\n46,2022-01-31,120644,87482,1562\n46,2022-02-01,121131,87482,1569\n46,2022-02-02,121655,87532,1576\n46,2022-02-03,122012,87532,1583\n46,2022-02-04,122632,87532,1585\n46,2022-02-05,122632,87532,1585\n46,2022-02-06,123481,87532,1585\n46,2022-02-07,123739,87532,1600\n46,2022-02-08,124148,87532,1602\n46,2022-02-09,124615,103582,1613\n46,2022-02-10,125180,103582,1616\n46,2022-02-11,125844,103582,1619\n46,2022-02-12,125844,103582,1619\n46,2022-02-13,126822,103582,1619\n46,2022-02-14,127010,103582,1637\n46,2022-02-15,127394,103582,1637\n46,2022-02-16,127732,110411,1642\n46,2022-02-17,128147,110411,1647\n46,2022-02-18,128486,110411,1649\n46,2022-02-19,128486,110411,1649\n46,2022-02-20,128486,110411,1649\n46,2022-02-21,129097,110411,1649\n46,2022-02-22,129296,110411,1660\n46,2022-02-23,129657,115445,1663\n46,2022-02-24,129972,115445,1668\n46,2022-02-25,130277,115445,1675\n46,2022-02-26,130277,115445,1675\n46,2022-02-27,130702,115445,1675\n46,2022-02-28,130813,115445,1680\n46,2022-03-01,131034,115445,1680\n46,2022-03-02,131193,119735,1682\n46,2022-03-03,131355,119735,1685\n46,2022-03-04,131526,119735,1690\n46,2022-03-05,131526,119735,1690\n46,2022-03-06,131860,119735,1690\n46,2022-03-07,131948,122677,1700\n46,2022-03-08,132089,122677,1700\n46,2022-03-09,132295,122689,1703\n46,2022-03-10,132487,125879,1708\n46,2022-03-11,132681,125879,1710\n46,2022-03-12,132681,125879,1710\n46,2022-03-13,132985,125879,1710\n46,2022-03-14,133096,125879,1716\n46,2022-03-15,133268,125879,1717\n46,2022-03-16,133511,125879,1721\n46,2022-03-17,133745,125879,1723\n46,2022-03-18,133928,125879,1726\n46,2022-03-19,133928,125879,1726\n46,2022-03-20,134236,125879,1726\n46,2022-03-21,134313,125879,1731\n46,2022-03-22,134417,127773,1731\n46,2022-03-23,134554,127777,1735\n46,2022-03-24,134759,129331,1739\n46,2022-03-25,134907,,1739\n46,2022-03-26,135214,,1744\n46,2022-03-27,135214,,1744\n46,2022-03-28,135214,,1744\n46,2022-03-29,135214,,1744\n46,2022-03-30,135214,,1744\n46,2022-03-31,135214,,1744\n46,2022-04-01,135214,,1744\n46,2022-04-02,136573,,1751\n46,2022-04-03,136573,,1751\n46,2022-04-04,136573,,1751\n46,2022-04-05,136573,,1751\n46,2022-04-06,136573,,1751\n46,2022-04-07,136573,,1751\n46,2022-04-08,136573,,1751\n46,2022-04-09,138271,,1759\n46,2022-04-10,138271,,1759\n46,2022-04-11,138271,,1759\n46,2022-04-12,138271,,1759\n46,2022-04-13,138271,,1759\n46,2022-04-14,138271,,1759\n46,2022-04-15,138271,,1759\n46,2022-04-16,139465,,1774\n46,2022-04-17,139465,,1774\n46,2022-04-18,139465,,1774\n46,2022-04-19,139465,,1774\n46,2022-04-20,139465,,1774\n46,2022-04-21,139465,,1774\n46,2022-04-22,139465,,1774\n46,2022-04-23,140931,,1792\n46,2022-04-24,140931,,1792\n46,2022-04-25,140931,,1792\n46,2022-04-26,140931,,1792\n46,2022-04-27,140931,,1792\n46,2022-04-28,140931,,1792\n46,2022-04-29,140931,,1792\n46,2022-04-30,141973,,1819\n46,2022-05-01,141973,,1819\n46,2022-05-02,141973,,1819\n46,2022-05-03,141973,,1819\n46,2022-05-04,141973,,1819\n46,2022-05-05,141973,,1819\n46,2022-05-06,141973,,1819\n46,2022-05-07,142875,,1847\n46,2022-05-08,142875,,1847\n46,2022-05-09,142875,,1847\n46,2022-05-10,142875,,1847\n46,2022-05-11,142875,,1847\n46,2022-05-12,142875,,1847\n46,2022-05-13,142875,,1847\n46,2022-05-14,143603,,1913\n46,2022-05-15,143603,,1913\n46,2022-05-16,143603,,1913\n46,2022-05-17,143603,,1913\n46,2022-05-18,143603,,1913\n46,2022-05-19,143603,,1913\n46,2022-05-20,143603,,1913\n46,2022-05-21,144140,,1928\n46,2022-05-22,144140,,1928\n46,2022-05-23,144140,,1928\n46,2022-05-24,144140,,1928\n46,2022-05-25,144140,,1928\n46,2022-05-26,144140,,1928\n46,2022-05-27,144140,,1928\n46,2022-05-28,144556,,1980\n46,2022-05-29,144556,,1980\n46,2022-05-30,144556,,1980\n46,2022-05-31,144556,,1980\n46,2022-06-01,144556,,1980\n46,2022-06-02,144556,,1980\n46,2022-06-03,144556,,1980\n46,2022-06-04,144895,,2004\n46,2022-06-05,144895,,2004\n46,2022-06-06,144895,,2004\n46,2022-06-07,144895,,2004\n46,2022-06-08,144895,,2004\n46,2022-06-09,,,\n46,2022-06-10,,,\n60,2020-03-11,0,,0\n60,2020-03-12,0,,0\n60,2020-03-13,0,,0\n60,2020-03-14,0,,0\n60,2020-03-15,0,,0\n60,2020-03-16,0,,0\n60,2020-03-17,0,,0\n60,2020-03-18,0,,0\n60,2020-03-19,0,,0\n60,2020-03-20,0,,0\n60,2020-03-21,0,,0\n60,2020-03-22,0,,0\n60,2020-03-23,2,,0\n60,2020-03-24,2,,0\n60,2020-03-25,3,,0\n60,2020-03-26,3,,0\n60,2020-03-27,3,,0\n60,2020-03-28,4,,0\n60,2020-03-29,4,,0\n60,2020-03-30,5,,0\n60,2020-03-31,5,,0\n60,2020-04-01,5,3,0\n60,2020-04-02,6,3,0\n60,2020-04-03,6,,0\n60,2020-04-04,6,,0\n60,2020-04-05,6,4,0\n60,2020-04-06,7,4,0\n60,2020-04-07,7,,0\n60,2020-04-08,7,,0\n60,2020-04-09,8,,0\n60,2020-04-10,8,,0\n60,2020-04-11,8,,0\n60,2020-04-12,8,,0\n60,2020-04-13,8,,0\n60,2020-04-14,8,,0\n60,2020-04-15,8,,0\n60,2020-04-16,8,,0\n60,2020-04-17,9,,0\n60,2020-04-18,9,8,0\n60,2020-04-19,9,8,0\n60,2020-04-20,11,8,0\n60,2020-04-21,11,8,0\n60,2020-04-22,11,8,0\n60,2020-04-23,11,8,0\n60,2020-04-24,11,8,0\n60,2020-04-25,11,8,0\n60,2020-04-26,11,8,0\n60,2020-04-27,11,8,0\n60,2020-04-28,11,8,0\n60,2020-04-29,11,8,0\n60,2020-04-30,11,9,0\n60,2020-05-01,11,11,0\n60,2020-05-02,11,11,0\n60,2020-05-03,11,11,0\n60,2020-05-04,11,11,0\n60,2020-05-05,11,11,0\n60,2020-05-06,11,11,0\n60,2020-05-07,11,11,0\n60,2020-05-08,11,11,0\n60,2020-05-09,11,11,0\n60,2020-05-10,11,11,0\n60,2020-05-11,11,11,0\n60,2020-05-12,11,11,0\n60,2020-05-13,11,11,0\n60,2020-05-14,11,11,0\n60,2020-05-15,11,11,0\n60,2020-05-16,11,11,0\n60,2020-05-17,11,11,0\n60,2020-05-18,11,11,0\n60,2020-05-19,11,11,0\n60,2020-05-20,11,11,0\n60,2020-05-21,11,11,0\n60,2020-05-22,11,11,0\n60,2020-05-23,11,11,0\n60,2020-05-24,11,11,0\n60,2020-05-25,11,11,0\n60,2020-05-26,11,11,0\n60,2020-05-27,11,11,0\n60,2020-05-28,11,11,0\n60,2020-05-29,11,11,0\n60,2020-05-30,11,11,0\n60,2020-05-31,11,11,0\n60,2020-06-01,11,11,0\n60,2020-06-02,11,11,0\n60,2020-06-03,11,11,0\n60,2020-06-04,11,11,0\n60,2020-06-05,11,11,0\n60,2020-06-06,11,11,0\n60,2020-06-07,11,11,0\n60,2020-06-08,11,11,0\n60,2020-06-09,11,11,0\n60,2020-06-10,11,11,0\n60,2020-06-11,11,11,0\n60,2020-06-12,11,11,0\n60,2020-06-13,11,11,0\n60,2020-06-14,11,11,0\n60,2020-06-15,11,11,0\n60,2020-06-16,11,11,0\n60,2020-06-17,11,11,0\n60,2020-06-18,11,11,0\n60,2020-06-19,11,11,0\n60,2020-06-20,11,11,0\n60,2020-06-21,11,11,0\n60,2020-06-22,11,11,0\n60,2020-06-23,11,11,0\n60,2020-06-24,11,11,0\n60,2020-06-25,11,11,0\n60,2020-06-26,11,11,0\n60,2020-06-27,11,11,0\n60,2020-06-28,11,11,0\n60,2020-06-29,11,11,0\n60,2020-06-30,11,11,0\n60,2020-07-01,11,11,0\n60,2020-07-02,11,11,0\n60,2020-07-03,11,11,0\n60,2020-07-04,11,11,0\n60,2020-07-05,11,11,0\n60,2020-07-06,11,11,0\n60,2020-07-07,11,11,0\n60,2020-07-08,11,11,0\n60,2020-07-09,11,11,0\n60,2020-07-10,11,11,0\n60,2020-07-11,11,11,0\n60,2020-07-12,11,11,0\n60,2020-07-13,11,11,0\n60,2020-07-14,11,11,0\n60,2020-07-15,11,11,0\n60,2020-07-16,11,11,0\n60,2020-07-17,13,11,0\n60,2020-07-18,13,11,0\n60,2020-07-19,13,11,0\n60,2020-07-20,13,11,0\n60,2020-07-21,13,11,0\n60,2020-07-22,13,11,0\n60,2020-07-23,13,11,0\n60,2020-07-24,14,11,0\n60,2020-07-25,14,11,0\n60,2020-07-26,14,11,0\n60,2020-07-27,14,11,0\n60,2020-07-28,14,11,0\n60,2020-07-29,14,11,0\n60,2020-07-30,14,11,0\n60,2020-07-31,14,11,0\n60,2020-08-01,14,11,0\n60,2020-08-02,14,11,0\n60,2020-08-03,14,11,0\n60,2020-08-04,14,11,0\n60,2020-08-05,14,11,0\n60,2020-08-06,14,13,0\n60,2020-08-07,15,13,0\n60,2020-08-08,15,13,0\n60,2020-08-09,15,13,0\n60,2020-08-10,15,13,0\n60,2020-08-11,15,13,0\n60,2020-08-12,15,13,0\n60,2020-08-13,15,15,0\n60,2020-08-14,15,14,0\n60,2020-08-15,15,14,0\n60,2020-08-16,15,14,0\n60,2020-08-17,15,14,0\n60,2020-08-18,15,15,0\n60,2020-08-19,15,15,0\n60,2020-08-20,15,15,0\n60,2020-08-21,15,15,0\n60,2020-08-22,15,15,0\n60,2020-08-23,15,15,0\n60,2020-08-24,15,15,0\n60,2020-08-25,15,15,0\n60,2020-08-26,15,15,0\n60,2020-08-27,15,15,0\n60,2020-08-28,15,15,0\n60,2020-08-29,15,15,0\n60,2020-08-30,15,15,0\n60,2020-08-31,15,15,0\n60,2020-09-01,15,15,0\n60,2020-09-02,15,15,0\n60,2020-09-03,15,15,0\n60,2020-09-04,15,15,0\n60,2020-09-05,15,15,0\n60,2020-09-06,15,15,0\n60,2020-09-07,15,15,0\n60,2020-09-08,15,15,0\n60,2020-09-09,15,15,0\n60,2020-09-10,15,15,0\n60,2020-09-11,15,15,0\n60,2020-09-12,15,15,0\n60,2020-09-13,15,15,0\n60,2020-09-14,15,15,0\n60,2020-09-15,15,15,0\n60,2020-09-16,15,15,0\n60,2020-09-17,15,15,0\n60,2020-09-18,15,15,0\n60,2020-09-19,15,15,0\n60,2020-09-20,15,15,0\n60,2020-09-21,15,15,0\n60,2020-09-22,15,15,0\n60,2020-09-23,15,15,0\n60,2020-09-24,15,15,0\n60,2020-09-25,15,15,0\n60,2020-09-26,15,15,0\n60,2020-09-27,15,15,0\n60,2020-09-28,15,15,0\n60,2020-09-29,15,15,0\n60,2020-09-30,15,15,0\n60,2020-10-01,15,15,0\n60,2020-10-02,15,15,0\n60,2020-10-03,15,15,0\n60,2020-10-04,15,15,0\n60,2020-10-05,15,15,0\n60,2020-10-06,15,15,0\n60,2020-10-07,15,15,0\n60,2020-10-08,15,15,0\n60,2020-10-09,15,15,0\n60,2020-10-10,15,15,0\n60,2020-10-11,15,15,0\n60,2020-10-12,15,15,0\n60,2020-10-13,15,15,0\n60,2020-10-14,15,15,0\n60,2020-10-15,15,15,0\n60,2020-10-16,15,15,0\n60,2020-10-17,15,15,0\n60,2020-10-18,15,15,0\n60,2020-10-19,17,15,0\n60,2020-10-20,17,15,0\n60,2020-10-21,17,15,0\n60,2020-10-22,17,15,0\n60,2020-10-23,17,15,0\n60,2020-10-24,20,15,0\n60,2020-10-25,20,15,0\n60,2020-10-26,22,15,0\n60,2020-10-27,22,15,0\n60,2020-10-28,22,17,0\n60,2020-10-29,23,17,0\n60,2020-10-30,23,17,1\n60,2020-10-31,23,17,1\n60,2020-11-01,23,17,1\n60,2020-11-02,23,17,1\n60,2020-11-03,23,20,1\n60,2020-11-04,23,20,1\n60,2020-11-05,23,20,1\n60,2020-11-06,23,20,1\n60,2020-11-07,23,20,1\n60,2020-11-08,23,20,1\n60,2020-11-09,23,21,1\n60,2020-11-10,23,22,1\n60,2020-11-11,23,22,1\n60,2020-11-12,24,22,1\n60,2020-11-13,24,22,1\n60,2020-11-14,24,22,1\n60,2020-11-15,24,22,1\n60,2020-11-16,24,22,1\n60,2020-11-17,25,22,1\n60,2020-11-18,25,22,1\n60,2020-11-19,26,22,1\n60,2020-11-20,29,22,1\n60,2020-11-21,29,22,1\n60,2020-11-22,32,22,1\n60,2020-11-23,38,23,1\n60,2020-11-24,38,23,1\n60,2020-11-25,39,23,1\n60,2020-11-26,39,23,1\n60,2020-11-27,42,29,1\n60,2020-11-28,45,29,1\n60,2020-11-29,45,29,1\n60,2020-11-30,47,29,1\n60,2020-12-01,47,29,1\n60,2020-12-02,49,29,1\n60,2020-12-03,50,29,1\n60,2020-12-04,51,39,1\n60,2020-12-05,54,41,1\n60,2020-12-06,54,41,1\n60,2020-12-07,54,41,1\n60,2020-12-08,58,47,1\n60,2020-12-09,58,47,1\n60,2020-12-10,58,47,1\n60,2020-12-11,58,47,1\n60,2020-12-12,58,54,1\n60,2020-12-13,58,54,1\n60,2020-12-14,59,54,1\n60,2020-12-15,59,57,1\n60,2020-12-16,59,57,1\n60,2020-12-17,59,57,1\n60,2020-12-18,59,57,1\n60,2020-12-19,59,57,1\n60,2020-12-20,59,57,1\n60,2020-12-21,59,57,1\n60,2020-12-22,59,58,1\n60,2020-12-23,59,58,1\n60,2020-12-24,60,59,1\n60,2020-12-25,60,59,1\n60,2020-12-26,60,59,1\n60,2020-12-27,60,59,1\n60,2020-12-28,60,59,1\n60,2020-12-29,60,59,1\n60,2020-12-30,60,59,1\n60,2020-12-31,60,59,1\n60,2021-01-01,64,59,1\n60,2021-01-02,64,59,1\n60,2021-01-03,64,59,1\n60,2021-01-04,65,59,1\n60,2021-01-05,65,59,1\n60,2021-01-06,66,59,1\n60,2021-01-07,69,59,1\n60,2021-01-08,70,59,1\n60,2021-01-09,70,59,1\n60,2021-01-10,70,59,1\n60,2021-01-11,70,63,1\n60,2021-01-12,70,63,1\n60,2021-01-13,70,63,1\n60,2021-01-14,70,67,1\n60,2021-01-15,70,67,1\n60,2021-01-16,70,67,1\n60,2021-01-17,70,67,1\n60,2021-01-18,70,69,1\n60,2021-01-19,70,69,1\n60,2021-01-20,70,69,1\n60,2021-01-21,70,69,1\n60,2021-01-22,70,69,1\n60,2021-01-23,70,69,1\n60,2021-01-24,70,69,1\n60,2021-01-25,70,69,1\n60,2021-01-26,70,69,1\n60,2021-01-27,70,69,1\n60,2021-01-28,70,69,1\n60,2021-01-29,70,69,1\n60,2021-01-30,70,69,1\n60,2021-01-31,70,69,1\n60,2021-02-01,70,69,1\n60,2021-02-02,70,69,1\n60,2021-02-03,70,69,1\n60,2021-02-04,70,69,1\n60,2021-02-05,70,69,1\n60,2021-02-06,70,69,1\n60,2021-02-07,70,69,1\n60,2021-02-08,70,69,1\n60,2021-02-09,70,69,1\n60,2021-02-10,70,69,1\n60,2021-02-11,70,69,1\n60,2021-02-12,70,69,1\n60,2021-02-13,71,69,1\n60,2021-02-14,71,69,1\n60,2021-02-15,72,69,1\n60,2021-02-16,72,69,1\n60,2021-02-17,72,69,1\n60,2021-02-18,72,69,1\n60,2021-02-19,72,69,1\n60,2021-02-20,72,69,1\n60,2021-02-21,72,69,1\n60,2021-02-22,72,69,1\n60,2021-02-23,72,71,1\n60,2021-02-24,72,71,1\n60,2021-02-25,72,71,1\n60,2021-02-26,72,71,1\n60,2021-02-27,72,71,1\n60,2021-02-28,72,71,1\n60,2021-03-01,72,71,1\n60,2021-03-02,72,71,1\n60,2021-03-03,72,71,1\n60,2021-03-04,72,71,1\n60,2021-03-05,72,71,1\n60,2021-03-06,72,71,1\n60,2021-03-07,72,71,1\n60,2021-03-08,72,71,1\n60,2021-03-09,72,71,1\n60,2021-03-10,72,71,1\n60,2021-03-11,72,71,1\n60,2021-03-12,72,71,1\n60,2021-03-13,72,71,1\n60,2021-03-14,72,71,1\n60,2021-03-15,72,71,1\n60,2021-03-16,72,71,1\n60,2021-03-17,72,71,1\n60,2021-03-18,72,71,1\n60,2021-03-19,72,71,1\n60,2021-03-20,72,71,1\n60,2021-03-21,72,71,1\n60,2021-03-22,72,71,1\n60,2021-03-23,72,71,1\n60,2021-03-24,72,71,1\n60,2021-03-25,72,71,1\n60,2021-03-26,73,71,1\n60,2021-03-27,73,71,1\n60,2021-03-28,73,71,1\n60,2021-03-29,73,71,1\n60,2021-03-30,73,71,1\n60,2021-03-31,74,71,1\n60,2021-04-01,74,71,1\n60,2021-04-02,74,71,1\n60,2021-04-03,74,71,1\n60,2021-04-04,74,71,1\n60,2021-04-05,74,71,1\n60,2021-04-06,74,71,1\n60,2021-04-07,74,73,1\n60,2021-04-08,74,73,1\n60,2021-04-09,74,73,1\n60,2021-04-10,74,73,1\n60,2021-04-11,74,73,1\n60,2021-04-12,75,73,1\n60,2021-04-13,75,73,1\n60,2021-04-14,76,73,1\n60,2021-04-15,76,73,1\n60,2021-04-16,76,73,1\n60,2021-04-17,76,73,1\n60,2021-04-18,76,73,1\n60,2021-04-19,77,73,1\n60,2021-04-20,77,74,1\n60,2021-04-21,78,74,1\n60,2021-04-22,78,75,1\n60,2021-04-23,80,77,1\n60,2021-04-24,80,77,1\n60,2021-04-25,80,77,1\n60,2021-04-26,81,79,2\n60,2021-04-27,81,79,2\n60,2021-04-28,81,79,2\n60,2021-04-29,81,79,2\n60,2021-04-30,81,79,2\n60,2021-05-01,81,79,2\n60,2021-05-02,81,79,2\n60,2021-05-03,82,79,2\n60,2021-05-04,82,79,2\n60,2021-05-05,82,79,2\n60,2021-05-06,82,79,2\n60,2021-05-07,82,79,2\n60,2021-05-08,82,79,2\n60,2021-05-09,82,79,2\n60,2021-05-10,82,80,2\n60,2021-05-11,84,80,2\n60,2021-05-12,84,80,2\n60,2021-05-13,84,80,2\n60,2021-05-14,84,81,2\n60,2021-05-15,84,81,2\n60,2021-05-16,84,81,2\n60,2021-05-17,84,81,2\n60,2021-05-18,84,82,2\n60,2021-05-19,84,82,2\n60,2021-05-20,84,82,2\n60,2021-05-21,84,82,2\n60,2021-05-22,84,82,2\n60,2021-05-23,84,82,2\n60,2021-05-24,84,82,2\n60,2021-05-25,84,82,2\n60,2021-05-26,84,82,2\n60,2021-05-27,84,82,2\n60,2021-05-28,84,82,2\n60,2021-05-29,84,82,2\n60,2021-05-30,84,82,2\n60,2021-05-31,84,82,2\n60,2021-06-01,84,82,2\n60,2021-06-02,84,82,2\n60,2021-06-03,84,82,2\n60,2021-06-04,84,82,2\n60,2021-06-05,84,82,2\n60,2021-06-06,87,82,2\n60,2021-06-07,87,82,2\n60,2021-06-08,88,82,2\n60,2021-06-09,92,82,2\n60,2021-06-10,96,82,2\n60,2021-06-11,98,82,2\n60,2021-06-12,98,82,2\n60,2021-06-13,98,82,2\n60,2021-06-14,104,84,2\n60,2021-06-15,107,85,3\n60,2021-06-16,120,86,3\n60,2021-06-17,136,87,3\n60,2021-06-18,145,91,3\n60,2021-06-19,153,94,3\n60,2021-06-20,187,100,3\n60,2021-06-21,187,100,3\n60,2021-06-22,212,114,3\n60,2021-06-23,220,125,3\n60,2021-06-24,224,122,4\n60,2021-06-25,242,135,4\n60,2021-06-26,264,152,4\n60,2021-06-27,264,152,4\n60,2021-06-28,308,152,4\n60,2021-06-29,332,152,4\n60,2021-06-30,342,208,5\n60,2021-07-01,357,219,5\n60,2021-07-02,357,219,5\n60,2021-07-03,388,238,5\n60,2021-07-04,388,238,5\n60,2021-07-05,388,238,5\n60,2021-07-06,425,277,5\n60,2021-07-07,435,287,5\n60,2021-07-08,447,309,5\n60,2021-07-09,456,335,5\n60,2021-07-10,461,348,5\n60,2021-07-11,461,348,5\n60,2021-07-12,461,348,5\n60,2021-07-13,480,376,6\n60,2021-07-14,484,388,6\n60,2021-07-15,490,405,6\n60,2021-07-16,497,414,6\n60,2021-07-17,502,420,6\n60,2021-07-18,502,420,6\n60,2021-07-19,502,420,6\n60,2021-07-20,522,441,6\n60,2021-07-21,527,457,6\n60,2021-07-22,534,463,6\n60,2021-07-23,551,470,6\n60,2021-07-24,551,470,6\n60,2021-07-25,551,470,6\n60,2021-07-26,551,470,6\n60,2021-07-27,579,486,6\n60,2021-07-28,582,492,6\n60,2021-07-29,582,504,6\n60,2021-07-30,596,516,7\n60,2021-07-31,596,516,7\n60,2021-08-01,596,516,7\n60,2021-08-02,596,516,7\n60,2021-08-03,603,538,8\n60,2021-08-04,610,544,8\n60,2021-08-05,616,557,8\n60,2021-08-06,623,563,8\n60,2021-08-07,624,570,8\n60,2021-08-08,624,570,8\n60,2021-08-09,624,570,8\n60,2021-08-10,633,581,8\n60,2021-08-11,636,585,8\n60,2021-08-12,638,590,8\n60,2021-08-13,647,598,8\n60,2021-08-14,647,598,8\n60,2021-08-15,647,598,8\n60,2021-08-16,647,598,8\n60,2021-08-17,647,598,8\n60,2021-08-18,660,617,8\n60,2021-08-19,671,616,8\n60,2021-08-20,671,616,8\n60,2021-08-21,674,616,8\n60,2021-08-22,674,616,8\n60,2021-08-23,674,616,8\n60,2021-08-24,681,635,8\n60,2021-08-25,683,641,8\n60,2021-08-26,684,647,8\n60,2021-08-27,684,651,8\n60,2021-08-28,684,651,8\n60,2021-08-29,684,651,8\n60,2021-08-30,684,651,8\n60,2021-08-31,689,660,8\n60,2021-09-01,691,662,8\n60,2021-09-02,693,662,8\n60,2021-09-03,694,664,8\n60,2021-09-04,694,664,8\n60,2021-09-05,694,664,8\n60,2021-09-06,694,664,8\n60,2021-09-07,696,671,8\n60,2021-09-08,697,673,9\n60,2021-09-09,699,674,9\n60,2021-09-10,699,674,9\n60,2021-09-11,701,677,9\n60,2021-09-12,701,677,9\n60,2021-09-13,706,680,9\n60,2021-09-14,709,681,9\n60,2021-09-15,712,684,9\n60,2021-09-16,713,686,9\n60,2021-09-17,713,686,9\n60,2021-09-18,716,686,9\n60,2021-09-19,716,686,9\n60,2021-09-20,716,686,9\n60,2021-09-21,725,693,9\n60,2021-09-22,725,693,9\n60,2021-09-23,738,695,9\n60,2021-09-24,745,698,9\n60,2021-09-25,745,698,9\n60,2021-09-26,745,698,9\n60,2021-09-27,751,709,9\n60,2021-09-28,754,710,9\n60,2021-09-29,754,710,9\n60,2021-09-30,755,713,9\n60,2021-10-01,755,713,9\n60,2021-10-02,758,726,9\n60,2021-10-03,758,726,9\n60,2021-10-04,758,726,9\n60,2021-10-05,783,737,10\n60,2021-10-06,783,737,10\n60,2021-10-07,788,740,10\n60,2021-10-08,793,740,10\n60,2021-10-09,796,746,10\n60,2021-10-10,796,746,10\n60,2021-10-11,796,746,10\n60,2021-10-12,824,765,10\n60,2021-10-13,827,769,10\n60,2021-10-14,831,775,10\n60,2021-10-15,831,775,10\n60,2021-10-16,837,778,10\n60,2021-10-17,837,778,10\n60,2021-10-18,858,797,10\n60,2021-10-19,867,805,10\n60,2021-10-20,873,809,10\n60,2021-10-21,874,815,10\n60,2021-10-22,874,815,10\n60,2021-10-23,877,821,10\n60,2021-10-24,877,821,10\n60,2021-10-25,891,834,10\n60,2021-10-26,892,840,10\n60,2021-10-27,892,840,10\n60,2021-10-28,902,845,10\n60,2021-10-29,913,851,10\n60,2021-10-30,921,856,10\n60,2021-10-31,921,856,10\n60,2021-11-01,944,874,10\n60,2021-11-02,965,883,10\n60,2021-11-03,965,883,10\n60,2021-11-04,973,889,10\n60,2021-11-05,995,901,10\n60,2021-11-06,1017,907,10\n60,2021-11-07,1017,907,10\n60,2021-11-08,1017,907,10\n60,2021-11-09,1087,930,10\n60,2021-11-10,1132,955,10\n60,2021-11-11,1153,965,10\n60,2021-11-12,1153,965,10\n60,2021-11-13,1181,998,11\n60,2021-11-14,1181,998,11\n60,2021-11-15,1278,1043,11\n60,2021-11-16,1286,1043,11\n60,2021-11-17,1322,1139,11\n60,2021-11-18,1349,1183,12\n60,2021-11-19,1381,1217,12\n60,2021-11-20,1381,1217,12\n60,2021-11-21,1381,1217,12\n60,2021-11-22,1426,1291,12\n60,2021-11-23,1446,1313,12\n60,2021-11-24,1454,1338,12\n60,2021-11-25,1469,1349,12\n60,2021-11-26,1475,1370,13\n60,2021-11-27,1475,1370,13\n60,2021-11-28,1475,1370,13\n60,2021-11-29,1507,1429,13\n60,2021-11-30,1514,1448,13\n60,2021-12-01,1519,1448,13\n60,2021-12-02,1533,1461,14\n60,2021-12-03,1537,1469,14\n60,2021-12-04,1537,1469,14\n60,2021-12-05,1537,1469,14\n60,2021-12-06,1554,1492,14\n60,2021-12-07,1556,1502,14\n60,2021-12-08,1561,1505,14\n60,2021-12-09,1567,1509,14\n60,2021-12-10,1580,1521,14\n60,2021-12-11,1580,1521,14\n60,2021-12-12,1580,1521,14\n60,2021-12-13,1597,1537,14\n60,2021-12-14,1602,1541,14\n60,2021-12-15,1606,1550,14\n60,2021-12-16,1614,1559,14\n60,2021-12-17,1621,1569,14\n60,2021-12-18,1621,1569,14\n60,2021-12-19,1621,1569,14\n60,2021-12-20,1650,1588,14\n60,2021-12-21,1652,1593,14\n60,2021-12-22,1652,1595,14\n60,2021-12-23,1661,1602,14\n60,2021-12-24,1668,1609,14\n60,2021-12-25,1668,1609,14\n60,2021-12-26,1668,1609,14\n60,2021-12-27,1668,1609,14\n60,2021-12-28,1668,1609,14\n60,2021-12-29,1695,1641,14\n60,2021-12-30,1729,1647,14\n60,2021-12-31,1755,1653,15\n60,2022-01-01,1755,1653,15\n60,2022-01-02,1755,1653,15\n60,2022-01-03,1913,1653,15\n60,2022-01-04,1944,1684,15\n60,2022-01-05,2010,1704,15\n60,2022-01-06,2084,1752,15\n60,2022-01-07,2125,1793,15\n60,2022-01-08,2125,1793,15\n60,2022-01-09,2125,1793,15\n60,2022-01-10,2322,1960,15\n60,2022-01-11,2445,2016,15\n60,2022-01-12,2515,2071,15\n60,2022-01-13,2571,2133,15\n60,2022-01-14,2638,2210,15\n60,2022-01-15,2638,2210,15\n60,2022-01-16,2638,2210,15\n60,2022-01-17,2720,2417,15\n60,2022-01-18,2747,2490,15\n60,2022-01-19,2782,2538,15\n60,2022-01-20,2820,2592,15\n60,2022-01-21,2849,2637,16\n60,2022-01-22,2849,2637,16\n60,2022-01-23,2849,2637,16\n60,2022-01-24,2959,2749,16\n60,2022-01-25,2981,2796,16\n60,2022-01-26,3006,2823,16\n60,2022-01-27,3038,2852,16\n60,2022-01-28,3061,2886,16\n60,2022-01-29,3061,2886,16\n60,2022-01-30,3061,2886,16\n60,2022-01-31,3106,2977,16\n60,2022-02-01,3128,3002,16\n60,2022-02-02,3146,3026,16\n60,2022-02-03,3168,3041,18\n60,2022-02-04,3186,3051,18\n60,2022-02-05,3186,3051,18\n60,2022-02-06,3186,3051,18\n60,2022-02-07,3235,3105,20\n60,2022-02-08,3252,3130,20\n60,2022-02-09,3261,3158,20\n60,2022-02-10,3286,3182,20\n60,2022-02-11,3302,3195,20\n60,2022-02-12,3302,3195,20\n60,2022-02-13,3302,3195,20\n60,2022-02-14,3339,3255,20\n60,2022-02-15,3339,3255,20\n60,2022-02-16,3349,3283,20\n60,2022-02-17,3361,3288,20\n60,2022-02-18,3369,3301,20\n60,2022-02-19,3369,3301,20\n60,2022-02-20,3369,3301,20\n60,2022-02-21,3369,3301,20\n60,2022-02-22,3404,3342,20\n60,2022-02-23,3412,3351,20\n60,2022-02-24,3426,3362,21\n60,2022-02-25,3426,3362,21\n60,2022-02-26,3426,3362,21\n60,2022-02-27,3426,3362,21\n60,2022-02-28,3463,3395,21\n60,2022-03-01,3467,3408,21\n60,2022-03-02,3473,3422,22\n60,2022-03-03,3475,3425,22\n60,2022-03-04,3485,3433,22\n60,2022-03-05,3485,3433,22\n60,2022-03-06,3485,3433,22\n60,2022-03-07,3515,3448,22\n60,2022-03-08,3524,3456,22\n60,2022-03-09,3533,3466,22\n60,2022-03-10,3546,3474,23\n60,2022-03-11,3555,3484,23\n60,2022-03-12,3555,3484,23\n60,2022-03-13,3555,3484,23\n60,2022-03-14,3576,3510,23\n60,2022-03-15,3584,3521,23\n60,2022-03-16,3600,3532,23\n60,2022-03-17,3616,3544,23\n60,2022-03-18,3628,3556,23\n60,2022-03-19,3628,3556,23\n60,2022-03-20,3628,3556,23\n60,2022-03-21,3665,3576,23\n60,2022-03-22,3671,3590,24\n60,2022-03-23,3692,3595,24\n60,2022-03-24,3705,3606,24\n60,2022-03-25,3721,3623,24\n60,2022-03-26,3721,3623,24\n60,2022-03-27,3721,3623,24\n60,2022-03-28,3770,3667,24\n60,2022-03-29,3786,3681,24\n60,2022-03-30,3798,3693,24\n60,2022-03-31,3821,3706,24\n60,2022-04-01,3844,3716,24\n60,2022-04-02,3844,3716,24\n60,2022-04-03,3844,3716,24\n60,2022-04-04,3876,3774,24\n60,2022-04-05,3883,3791,24\n60,2022-04-06,3902,3805,24\n60,2022-04-07,3926,3816,24\n60,2022-04-08,3940,3835,24\n60,2022-04-09,3940,3835,24\n60,2022-04-10,3940,3835,24\n60,2022-04-11,3979,3872,24\n60,2022-04-12,3986,3887,24\n60,2022-04-13,4000,3903,24\n60,2022-04-14,4015,3913,24\n60,2022-04-15,4015,3913,24\n60,2022-04-16,4015,3913,24\n60,2022-04-17,4015,3913,24\n60,2022-04-18,4015,3913,24\n60,2022-04-19,4060,3984,24\n60,2022-04-20,4078,3994,24\n60,2022-04-21,4091,4001,24\n60,2022-04-22,4116,4013,24\n60,2022-04-23,4116,4013,24\n60,2022-04-24,4116,4013,24\n60,2022-04-25,4142,4040,24\n60,2022-04-26,4159,4054,24\n60,2022-04-27,4168,4076,24\n60,2022-04-28,4187,4085,25\n60,2022-04-29,4196,4101,25\n60,2022-04-30,4196,4101,25\n60,2022-05-01,4196,4101,25\n60,2022-05-02,4217,4131,25\n60,2022-05-03,4226,4146,25\n60,2022-05-04,4237,4153,25\n60,2022-05-05,4254,4166,25\n60,2022-05-06,4262,4175,25\n60,2022-05-07,4262,4175,25\n60,2022-05-08,4262,4175,25\n60,2022-05-09,4290,4202,25\n60,2022-05-10,4294,4214,25\n60,2022-05-11,4301,4229,25\n60,2022-05-12,4310,4241,25\n60,2022-05-13,4318,4247,25\n60,2022-05-14,4318,4247,25\n60,2022-05-15,4318,4247,25\n60,2022-05-16,4328,4274,25\n60,2022-05-17,4335,4282,25\n60,2022-05-18,4339,4290,25\n60,2022-05-19,4345,4293,25\n60,2022-05-20,4349,4298,25\n60,2022-05-21,4349,4298,25\n60,2022-05-22,4349,4298,25\n60,2022-05-23,4349,4298,25\n60,2022-05-24,4363,4320,25\n60,2022-05-25,4366,4325,26\n60,2022-05-26,4370,4328,26\n60,2022-05-27,4378,4335,26\n60,2022-05-28,4378,4335,26\n60,2022-05-29,4378,4335,26\n60,2022-05-30,4386,4347,26\n60,2022-05-31,4387,4352,26\n60,2022-06-01,4389,4353,26\n60,2022-06-02,4395,4355,26\n60,2022-06-03,4397,4356,26\n60,2022-06-04,4397,4356,26\n60,2022-06-05,4397,4356,26\n60,2022-06-06,4403,4365,26\n60,2022-06-07,4403,4369,26\n60,2022-06-08,4404,4370,26\n60,2022-06-09,,,\n60,2022-06-10,,,\n62,2020-03-11,0,,0\n62,2020-03-12,0,,0\n62,2020-03-13,0,,0\n62,2020-03-14,0,,0\n62,2020-03-15,0,,0\n62,2020-03-16,0,,0\n62,2020-03-17,0,,0\n62,2020-03-18,0,,0\n62,2020-03-19,0,,0\n62,2020-03-20,0,,0\n62,2020-03-21,0,,0\n62,2020-03-22,0,,0\n62,2020-03-23,0,,0\n62,2020-03-24,0,,0\n62,2020-03-25,0,,0\n62,2020-03-26,0,,0\n62,2020-03-27,0,,0\n62,2020-03-28,0,,0\n62,2020-03-29,0,,0\n62,2020-03-30,0,,0\n62,2020-03-31,0,,0\n62,2020-04-01,0,,0\n62,2020-04-02,0,,0\n62,2020-04-03,0,,0\n62,2020-04-04,0,,0\n62,2020-04-05,0,,0\n62,2020-04-06,0,,0\n62,2020-04-07,0,,0\n62,2020-04-08,0,,0\n62,2020-04-09,0,,0\n62,2020-04-10,0,,0\n62,2020-04-11,0,,0\n62,2020-04-12,0,,0\n62,2020-04-13,0,,0\n62,2020-04-14,0,,0\n62,2020-04-15,0,,0\n62,2020-04-16,0,,0\n62,2020-04-17,0,,0\n62,2020-04-18,0,,0\n62,2020-04-19,0,,0\n62,2020-04-20,0,,0\n62,2020-04-21,0,,0\n62,2020-04-22,0,,0\n62,2020-04-23,0,,0\n62,2020-04-24,0,,0\n62,2020-04-25,0,,0\n62,2020-04-26,0,,0\n62,2020-04-27,0,,0\n62,2020-04-28,0,,0\n62,2020-04-29,0,,0\n62,2020-04-30,0,,0\n62,2020-05-01,0,,0\n62,2020-05-02,0,,0\n62,2020-05-03,0,,0\n62,2020-05-04,0,,0\n62,2020-05-05,0,,0\n62,2020-05-06,0,,0\n62,2020-05-07,0,,0\n62,2020-05-08,0,,0\n62,2020-05-09,0,,0\n62,2020-05-10,0,,0\n62,2020-05-11,0,,0\n62,2020-05-12,0,,0\n62,2020-05-13,0,,0\n62,2020-05-14,0,,0\n62,2020-05-15,0,,0\n62,2020-05-16,0,,0\n62,2020-05-17,0,,0\n62,2020-05-18,0,,0\n62,2020-05-19,0,,0\n62,2020-05-20,0,,0\n62,2020-05-21,0,,0\n62,2020-05-22,0,,0\n62,2020-05-23,0,,0\n62,2020-05-24,0,,0\n62,2020-05-25,0,,0\n62,2020-05-26,0,,0\n62,2020-05-27,0,,0\n62,2020-05-28,0,,0\n62,2020-05-29,0,,0\n62,2020-05-30,0,,0\n62,2020-05-31,0,,0\n62,2020-06-01,0,,0\n62,2020-06-02,0,,0\n62,2020-06-03,0,,0\n62,2020-06-04,0,,0\n62,2020-06-05,0,,0\n62,2020-06-06,0,,0\n62,2020-06-07,0,,0\n62,2020-06-08,0,,0\n62,2020-06-09,0,,0\n62,2020-06-10,0,,0\n62,2020-06-11,0,,0\n62,2020-06-12,0,,0\n62,2020-06-13,0,,0\n62,2020-06-14,0,,0\n62,2020-06-15,0,,0\n62,2020-06-16,0,,0\n62,2020-06-17,0,,0\n62,2020-06-18,0,,0\n62,2020-06-19,0,,0\n62,2020-06-20,0,,0\n62,2020-06-21,0,,0\n62,2020-06-22,0,,0\n62,2020-06-23,0,,0\n62,2020-06-24,0,,0\n62,2020-06-25,0,,0\n62,2020-06-26,0,,0\n62,2020-06-27,0,,0\n62,2020-06-28,0,,0\n62,2020-06-29,0,,0\n62,2020-06-30,0,,0\n62,2020-07-01,0,,0\n62,2020-07-02,0,,0\n62,2020-07-03,0,,0\n62,2020-07-04,0,,0\n62,2020-07-05,0,,0\n62,2020-07-06,0,,0\n62,2020-07-07,0,,0\n62,2020-07-08,0,,0\n62,2020-07-09,0,,0\n62,2020-07-10,0,,0\n62,2020-07-11,0,,0\n62,2020-07-12,0,,0\n62,2020-07-13,0,,0\n62,2020-07-14,0,,0\n62,2020-07-15,0,,0\n62,2020-07-16,0,,0\n62,2020-07-17,0,,0\n62,2020-07-18,0,,0\n62,2020-07-19,0,,0\n62,2020-07-20,0,,0\n62,2020-07-21,0,,0\n62,2020-07-22,0,,0\n62,2020-07-23,0,,0\n62,2020-07-24,0,,0\n62,2020-07-25,0,,0\n62,2020-07-26,0,,0\n62,2020-07-27,0,,0\n62,2020-07-28,0,,0\n62,2020-07-29,0,,0\n62,2020-07-30,0,,0\n62,2020-07-31,0,,0\n62,2020-08-01,0,,0\n62,2020-08-02,0,,0\n62,2020-08-03,0,,0\n62,2020-08-04,0,,0\n62,2020-08-05,0,,0\n62,2020-08-06,0,,0\n62,2020-08-07,0,,0\n62,2020-08-08,0,,0\n62,2020-08-09,0,,0\n62,2020-08-10,0,,0\n62,2020-08-11,0,,0\n62,2020-08-12,0,,0\n62,2020-08-13,0,,0\n62,2020-08-14,0,,0\n62,2020-08-15,0,,0\n62,2020-08-16,0,,0\n62,2020-08-17,0,,0\n62,2020-08-18,0,,0\n62,2020-08-19,0,,0\n62,2020-08-20,0,,0\n62,2020-08-21,0,,0\n62,2020-08-22,0,,0\n62,2020-08-23,0,,0\n62,2020-08-24,0,,0\n62,2020-08-25,0,,0\n62,2020-08-26,0,,0\n62,2020-08-27,0,,0\n62,2020-08-28,0,,0\n62,2020-08-29,0,,0\n62,2020-08-30,0,,0\n62,2020-08-31,0,,0\n62,2020-09-01,0,,0\n62,2020-09-02,0,,0\n62,2020-09-03,0,,0\n62,2020-09-04,0,,0\n62,2020-09-05,0,,0\n62,2020-09-06,0,,0\n62,2020-09-07,0,,0\n62,2020-09-08,0,,0\n62,2020-09-09,0,,0\n62,2020-09-10,0,,0\n62,2020-09-11,0,,0\n62,2020-09-12,0,,0\n62,2020-09-13,0,,0\n62,2020-09-14,0,,0\n62,2020-09-15,0,,0\n62,2020-09-16,0,,0\n62,2020-09-17,0,,0\n62,2020-09-18,0,,0\n62,2020-09-19,0,,0\n62,2020-09-20,0,,0\n62,2020-09-21,0,,0\n62,2020-09-22,0,,0\n62,2020-09-23,0,,0\n62,2020-09-24,0,,0\n62,2020-09-25,0,,0\n62,2020-09-26,0,,0\n62,2020-09-27,0,,0\n62,2020-09-28,0,,0\n62,2020-09-29,0,,0\n62,2020-09-30,0,,0\n62,2020-10-01,0,,0\n62,2020-10-02,0,,0\n62,2020-10-03,0,,0\n62,2020-10-04,0,,0\n62,2020-10-05,0,,0\n62,2020-10-06,0,,0\n62,2020-10-07,0,,0\n62,2020-10-08,0,,0\n62,2020-10-09,0,,0\n62,2020-10-10,0,,0\n62,2020-10-11,0,,0\n62,2020-10-12,0,,0\n62,2020-10-13,0,,0\n62,2020-10-14,0,,0\n62,2020-10-15,0,,0\n62,2020-10-16,0,,0\n62,2020-10-17,0,,0\n62,2020-10-18,0,,0\n62,2020-10-19,0,,0\n62,2020-10-20,0,,0\n62,2020-10-21,0,,0\n62,2020-10-22,0,,0\n62,2020-10-23,0,,0\n62,2020-10-24,0,,0\n62,2020-10-25,0,,0\n62,2020-10-26,0,,0\n62,2020-10-27,0,,0\n62,2020-10-28,0,,0\n62,2020-10-29,0,,0\n62,2020-10-30,0,,0\n62,2020-10-31,0,,0\n62,2020-11-01,0,,0\n62,2020-11-02,0,,0\n62,2020-11-03,0,,0\n62,2020-11-04,0,,0\n62,2020-11-05,0,,0\n62,2020-11-06,1,,0\n62,2020-11-07,1,,0\n62,2020-11-08,2,,0\n62,2020-11-09,2,,0\n62,2020-11-10,2,,0\n62,2020-11-11,3,,0\n62,2020-11-12,3,,0\n62,2020-11-13,4,,0\n62,2020-11-14,4,,0\n62,2020-11-15,18,,0\n62,2020-11-16,26,,0\n62,2020-11-17,60,,0\n62,2020-11-18,70,,0\n62,2020-11-19,74,,0\n62,2020-11-20,84,,0\n62,2020-11-21,109,2,0\n62,2020-11-22,130,2,0\n62,2020-11-23,134,2,0\n62,2020-11-24,144,2,0\n62,2020-11-25,155,2,0\n62,2020-11-26,155,5,0\n62,2020-11-27,159,8,0\n62,2020-11-28,164,33,0\n62,2020-11-29,177,65,0\n62,2020-11-30,181,73,0\n62,2020-12-01,182,89,0\n62,2020-12-02,193,113,0\n62,2020-12-03,198,123,0\n62,2020-12-04,206,155,0\n62,2020-12-05,214,158,0\n62,2020-12-06,216,165,0\n62,2020-12-07,219,168,0\n62,2020-12-08,220,176,0\n62,2020-12-09,229,181,0\n62,2020-12-10,229,187,0\n62,2020-12-11,245,189,0\n62,2020-12-12,247,197,0\n62,2020-12-13,247,199,0\n62,2020-12-14,256,207,0\n62,2020-12-15,258,213,0\n62,2020-12-16,258,217,0\n62,2020-12-17,259,222,0\n62,2020-12-18,259,225,0\n62,2020-12-19,259,225,0\n62,2020-12-20,259,225,1\n62,2020-12-21,262,243,1\n62,2020-12-22,262,252,1\n62,2020-12-23,264,255,1\n62,2020-12-24,265,255,1\n62,2020-12-25,265,255,1\n62,2020-12-26,265,255,1\n62,2020-12-27,265,255,1\n62,2020-12-28,266,256,1\n62,2020-12-29,266,259,1\n62,2020-12-30,266,262,1\n62,2020-12-31,266,262,1\n62,2021-01-01,266,262,1\n62,2021-01-02,266,262,1\n62,2021-01-03,266,265,1\n62,2021-01-04,266,265,1\n62,2021-01-05,266,265,1\n62,2021-01-06,266,265,1\n62,2021-01-07,266,265,1\n62,2021-01-08,266,265,1\n62,2021-01-09,266,265,1\n62,2021-01-10,266,265,1\n62,2021-01-11,266,265,1\n62,2021-01-12,266,265,1\n62,2021-01-13,266,265,1\n62,2021-01-14,266,265,1\n62,2021-01-15,266,265,1\n62,2021-01-16,266,265,1\n62,2021-01-17,266,265,1\n62,2021-01-18,266,265,1\n62,2021-01-19,266,265,1\n62,2021-01-20,266,265,1\n62,2021-01-21,266,265,1\n62,2021-01-22,267,265,1\n62,2021-01-23,267,264,1\n62,2021-01-24,280,264,1\n62,2021-01-25,282,264,1\n62,2021-01-26,282,264,1\n62,2021-01-27,282,264,1\n62,2021-01-28,283,264,1\n62,2021-01-29,283,264,1\n62,2021-01-30,284,265,1\n62,2021-01-31,294,266,1\n62,2021-02-01,294,266,1\n62,2021-02-02,294,281,1\n62,2021-02-03,294,281,1\n62,2021-02-04,296,281,1\n62,2021-02-05,296,281,1\n62,2021-02-06,299,283,1\n62,2021-02-07,299,284,1\n62,2021-02-08,299,293,1\n62,2021-02-09,299,293,1\n62,2021-02-10,300,293,1\n62,2021-02-11,303,293,1\n62,2021-02-12,303,293,1\n62,2021-02-13,308,298,1\n62,2021-02-14,311,299,1\n62,2021-02-15,318,299,1\n62,2021-02-16,323,299,1\n62,2021-02-17,324,302,1\n62,2021-02-18,330,302,1\n62,2021-02-19,332,302,1\n62,2021-02-20,338,307,1\n62,2021-02-21,339,310,1\n62,2021-02-22,351,317,1\n62,2021-02-23,351,317,1\n62,2021-02-24,351,323,1\n62,2021-02-25,355,329,1\n62,2021-02-26,356,329,1\n62,2021-02-27,356,335,1\n62,2021-02-28,357,338,1\n62,2021-03-01,358,349,1\n62,2021-03-02,359,349,1\n62,2021-03-03,359,350,1\n62,2021-03-04,369,354,1\n62,2021-03-05,373,355,1\n62,2021-03-06,377,355,1\n62,2021-03-07,381,355,1\n62,2021-03-08,381,357,1\n62,2021-03-09,381,357,1\n62,2021-03-10,381,358,1\n62,2021-03-11,381,360,1\n62,2021-03-12,381,368,1\n62,2021-03-13,383,374,1\n62,2021-03-14,383,374,1\n62,2021-03-15,383,380,1\n62,2021-03-16,383,380,1\n62,2021-03-17,395,380,4\n62,2021-03-18,395,389,4\n62,2021-03-19,395,389,4\n62,2021-03-20,395,391,4\n62,2021-03-21,395,391,4\n62,2021-03-22,395,391,4\n62,2021-03-23,395,391,4\n62,2021-03-24,395,391,4\n62,2021-03-25,395,391,4\n62,2021-03-26,395,391,4\n62,2021-03-27,395,391,4\n62,2021-03-28,395,391,4\n62,2021-03-29,395,391,4\n62,2021-03-30,395,391,4\n62,2021-03-31,395,391,4\n62,2021-04-01,395,391,4\n62,2021-04-02,395,391,4\n62,2021-04-03,395,391,4\n62,2021-04-04,395,391,4\n62,2021-04-05,395,391,4\n62,2021-04-06,395,391,4\n62,2021-04-07,395,391,4\n62,2021-04-08,395,391,4\n62,2021-04-09,395,391,4\n62,2021-04-10,395,391,4\n62,2021-04-11,395,391,4\n62,2021-04-12,395,391,4\n62,2021-04-13,395,391,4\n62,2021-04-14,395,391,4\n62,2021-04-15,396,391,4\n62,2021-04-16,408,391,4\n62,2021-04-17,414,391,4\n62,2021-04-18,417,391,4\n62,2021-04-19,423,391,4\n62,2021-04-20,428,391,4\n62,2021-04-21,429,392,4\n62,2021-04-22,432,392,4\n62,2021-04-23,441,400,4\n62,2021-04-24,448,403,4\n62,2021-04-25,455,404,4\n62,2021-04-26,464,413,4\n62,2021-04-27,472,419,4\n62,2021-04-28,478,424,4\n62,2021-04-29,490,425,4\n62,2021-04-30,501,430,4\n62,2021-05-01,509,432,4\n62,2021-05-02,520,432,4\n62,2021-05-03,528,439,4\n62,2021-05-04,535,446,4\n62,2021-05-05,540,454,4\n62,2021-05-06,552,462,4\n62,2021-05-07,553,472,4\n62,2021-05-08,560,482,4\n62,2021-05-09,565,489,4\n62,2021-05-10,572,498,4\n62,2021-05-11,586,507,4\n62,2021-05-12,594,521,4\n62,2021-05-13,606,528,4\n62,2021-05-14,618,542,4\n62,2021-05-15,623,545,4\n62,2021-05-16,624,552,4\n62,2021-05-17,624,555,4\n62,2021-05-18,630,562,4\n62,2021-05-19,634,567,4\n62,2021-05-20,636,577,4\n62,2021-05-21,637,588,4\n62,2021-05-22,638,595,4\n62,2021-05-23,638,606,4\n62,2021-05-24,639,618,4\n62,2021-05-25,640,623,4\n62,2021-05-26,647,621,4\n62,2021-05-27,647,622,4\n62,2021-05-28,648,629,4\n62,2021-05-29,648,632,4\n62,2021-05-30,648,634,4\n62,2021-05-31,648,635,4\n62,2021-06-01,648,635,4\n62,2021-06-02,648,635,4\n62,2021-06-03,648,635,4\n62,2021-06-04,649,635,4\n62,2021-06-05,649,642,4\n62,2021-06-06,649,642,4\n62,2021-06-07,649,644,4\n62,2021-06-08,649,644,4\n62,2021-06-09,649,644,4\n62,2021-06-10,650,644,4\n62,2021-06-11,654,644,4\n62,2021-06-12,657,644,4\n62,2021-06-13,657,644,4\n62,2021-06-14,657,644,4\n62,2021-06-15,657,645,4\n62,2021-06-16,657,645,4\n62,2021-06-17,657,645,4\n62,2021-06-18,657,645,4\n62,2021-06-19,657,645,4\n62,2021-06-20,657,645,4\n62,2021-06-21,657,645,4\n62,2021-06-22,657,653,4\n62,2021-06-23,657,653,4\n62,2021-06-24,657,653,4\n62,2021-06-25,657,653,4\n62,2021-06-26,657,653,4\n62,2021-06-27,657,653,4\n62,2021-06-28,657,653,4\n62,2021-06-29,657,653,4\n62,2021-06-30,657,653,4\n62,2021-07-01,657,653,4\n62,2021-07-02,657,653,4\n62,2021-07-03,657,653,4\n62,2021-07-04,657,653,4\n62,2021-07-05,657,653,4\n62,2021-07-06,657,653,4\n62,2021-07-07,657,653,4\n62,2021-07-08,657,653,4\n62,2021-07-09,657,653,4\n62,2021-07-10,657,653,4\n62,2021-07-11,657,653,4\n62,2021-07-12,657,653,4\n62,2021-07-13,657,653,4\n62,2021-07-14,657,653,4\n62,2021-07-15,657,653,4\n62,2021-07-16,657,653,4\n62,2021-07-17,657,653,4\n62,2021-07-18,657,653,4\n62,2021-07-19,657,653,4\n62,2021-07-20,657,653,4\n62,2021-07-21,657,653,4\n62,2021-07-22,657,653,4\n62,2021-07-23,657,653,4\n62,2021-07-24,657,653,4\n62,2021-07-25,657,653,4\n62,2021-07-26,657,653,4\n62,2021-07-27,657,653,4\n62,2021-07-28,657,653,4\n62,2021-07-29,657,653,4\n62,2021-07-30,657,653,4\n62,2021-07-31,657,653,4\n62,2021-08-01,657,653,4\n62,2021-08-02,657,653,4\n62,2021-08-03,657,653,4\n62,2021-08-04,657,653,4\n62,2021-08-05,657,653,4\n62,2021-08-06,657,653,4\n62,2021-08-07,657,653,4\n62,2021-08-08,657,653,4\n62,2021-08-09,657,653,4\n62,2021-08-10,657,653,4\n62,2021-08-11,657,653,4\n62,2021-08-12,657,653,4\n62,2021-08-13,657,653,4\n62,2021-08-14,657,653,4\n62,2021-08-15,657,653,4\n62,2021-08-16,657,653,4\n62,2021-08-17,657,653,4\n62,2021-08-18,657,653,4\n62,2021-08-19,657,653,4\n62,2021-08-20,657,653,4\n62,2021-08-21,657,653,4\n62,2021-08-22,657,653,4\n62,2021-08-23,657,653,4\n62,2021-08-24,657,653,4\n62,2021-08-25,657,653,4\n62,2021-08-26,657,653,4\n62,2021-08-27,657,653,4\n62,2021-08-28,657,653,4\n62,2021-08-29,657,653,4\n62,2021-08-30,657,653,4\n62,2021-08-31,657,653,4\n62,2021-09-01,657,653,4\n62,2021-09-02,657,653,4\n62,2021-09-03,658,653,4\n62,2021-09-04,658,653,4\n62,2021-09-05,658,653,4\n62,2021-09-06,658,653,4\n62,2021-09-07,658,653,4\n62,2021-09-08,658,653,4\n62,2021-09-09,658,653,4\n62,2021-09-10,658,654,4\n62,2021-09-11,658,654,4\n62,2021-09-12,658,654,4\n62,2021-09-13,659,654,4\n62,2021-09-14,659,654,4\n62,2021-09-15,659,654,4\n62,2021-09-16,659,654,4\n62,2021-09-17,659,654,4\n62,2021-09-18,659,654,4\n62,2021-09-19,661,654,4\n62,2021-09-20,661,654,4\n62,2021-09-21,663,654,4\n62,2021-09-22,663,654,4\n62,2021-09-23,663,655,4\n62,2021-09-24,663,655,4\n62,2021-09-25,663,655,4\n62,2021-09-26,663,655,4\n62,2021-09-27,663,656,4\n62,2021-09-28,663,658,4\n62,2021-09-29,664,658,4\n62,2021-09-30,664,658,4\n62,2021-10-01,664,659,4\n62,2021-10-02,664,659,4\n62,2021-10-03,664,659,4\n62,2021-10-04,664,659,4\n62,2021-10-05,664,659,4\n62,2021-10-06,664,659,4\n62,2021-10-07,664,659,4\n62,2021-10-08,666,660,4\n62,2021-10-09,666,660,4\n62,2021-10-10,666,660,4\n62,2021-10-11,671,660,4\n62,2021-10-12,671,660,4\n62,2021-10-13,671,660,4\n62,2021-10-14,671,660,4\n62,2021-10-15,671,662,4\n62,2021-10-16,671,662,4\n62,2021-10-17,674,662,4\n62,2021-10-18,674,662,4\n62,2021-10-19,674,663,4\n62,2021-10-20,674,663,4\n62,2021-10-21,674,666,4\n62,2021-10-22,674,666,4\n62,2021-10-23,674,666,4\n62,2021-10-24,674,667,4\n62,2021-10-25,674,668,4\n62,2021-10-26,674,670,4\n62,2021-10-27,674,670,4\n62,2021-10-28,674,670,4\n62,2021-10-29,674,670,4\n62,2021-10-30,674,670,4\n62,2021-10-31,674,670,4\n62,2021-11-01,674,670,4\n62,2021-11-02,674,670,4\n62,2021-11-03,674,670,4\n62,2021-11-04,674,670,4\n62,2021-11-05,674,670,4\n62,2021-11-06,674,670,4\n62,2021-11-07,674,670,4\n62,2021-11-08,674,670,4\n62,2021-11-09,674,670,4\n62,2021-11-10,674,670,4\n62,2021-11-11,674,670,4\n62,2021-11-12,674,670,4\n62,2021-11-13,674,670,4\n62,2021-11-14,674,670,4\n62,2021-11-15,674,670,4\n62,2021-11-16,674,670,4\n62,2021-11-17,674,670,4\n62,2021-11-18,674,670,4\n62,2021-11-19,674,670,4\n62,2021-11-20,674,670,4\n62,2021-11-21,674,670,4\n62,2021-11-22,674,670,4\n62,2021-11-23,674,670,4\n62,2021-11-24,674,670,4\n62,2021-11-25,674,670,4\n62,2021-11-26,674,670,4\n62,2021-11-27,674,670,4\n62,2021-11-28,674,670,4\n62,2021-11-29,674,670,4\n62,2021-11-30,674,670,4\n62,2021-12-01,674,670,4\n62,2021-12-02,674,670,4\n62,2021-12-03,674,670,4\n62,2021-12-04,675,670,4\n62,2021-12-05,675,670,4\n62,2021-12-06,675,670,4\n62,2021-12-07,675,670,4\n62,2021-12-08,676,670,4\n62,2021-12-09,676,670,4\n62,2021-12-10,676,670,4\n62,2021-12-11,676,670,4\n62,2021-12-12,676,670,4\n62,2021-12-13,676,670,4\n62,2021-12-14,676,671,4\n62,2021-12-15,676,671,4\n62,2021-12-16,676,671,4\n62,2021-12-17,676,671,4\n62,2021-12-18,676,672,4\n62,2021-12-19,676,672,4\n62,2021-12-20,676,672,4\n62,2021-12-21,676,672,4\n62,2021-12-22,676,672,4\n62,2021-12-23,679,672,4\n62,2021-12-24,681,672,4\n62,2021-12-25,681,672,4\n62,2021-12-26,681,672,4\n62,2021-12-27,681,672,4\n62,2021-12-28,710,672,4\n62,2021-12-29,747,672,4\n62,2021-12-30,765,672,4\n62,2021-12-31,803,672,4\n62,2022-01-01,803,672,4\n62,2022-01-02,875,675,4\n62,2022-01-03,891,680,4\n62,2022-01-04,900,686,4\n62,2022-01-05,921,686,4\n62,2022-01-06,942,694,4\n62,2022-01-07,977,699,4\n62,2022-01-08,977,699,4\n62,2022-01-09,977,699,4\n62,2022-01-10,1028,809,4\n62,2022-01-11,1033,835,4\n62,2022-01-12,1036,846,4\n62,2022-01-13,1048,872,4\n62,2022-01-14,1055,923,4\n62,2022-01-15,1055,923,4\n62,2022-01-16,1055,923,4\n62,2022-01-17,1195,923,4\n62,2022-01-18,1222,1040,5\n62,2022-01-19,1242,1047,5\n62,2022-01-20,1242,1047,5\n62,2022-01-21,1297,1097,5\n62,2022-01-22,1297,1097,5\n62,2022-01-23,1358,1097,5\n62,2022-01-24,1387,1097,5\n62,2022-01-25,1439,1187,5\n62,2022-01-26,1487,1187,5\n62,2022-01-27,1487,1187,5\n62,2022-01-28,1585,1260,5\n62,2022-01-29,1585,1260,5\n62,2022-01-30,1707,1260,5\n62,2022-01-31,1737,1260,5\n62,2022-02-01,1820,1353,5\n62,2022-02-02,1820,1353,5\n62,2022-02-03,1891,1444,5\n62,2022-02-04,1935,1444,5\n62,2022-02-05,1935,1444,5\n62,2022-02-06,1935,1444,5\n62,2022-02-07,1989,1444,5\n62,2022-02-08,2011,1640,5\n62,2022-02-09,2047,1640,5\n62,2022-02-10,2047,1640,5\n62,2022-02-11,2114,1752,5\n62,2022-02-12,2114,1752,5\n62,2022-02-13,2114,1752,5\n62,2022-02-14,2234,1752,5\n62,2022-02-15,2263,1906,5\n62,2022-02-16,2306,1906,5\n62,2022-02-17,2341,1974,5\n62,2022-02-18,2391,1974,5\n62,2022-02-19,2391,1974,5\n62,2022-02-20,2391,1974,5\n62,2022-02-21,2527,1974,5\n62,2022-02-22,2527,1974,5\n62,2022-02-23,2620,2230,5\n62,2022-02-24,2668,2299,5\n62,2022-02-25,2668,2299,5\n62,2022-02-26,2668,2299,5\n62,2022-02-27,2668,2299,5\n62,2022-02-28,2813,2299,5\n62,2022-03-01,2813,2299,5\n62,2022-03-02,2954,2515,5\n62,2022-03-03,2954,2515,5\n62,2022-03-04,3055,2560,5\n62,2022-03-05,3055,2560,5\n62,2022-03-06,3055,2560,5\n62,2022-03-07,3163,2560,5\n62,2022-03-08,3170,2723,5\n62,2022-03-09,3200,2723,5\n62,2022-03-10,3200,2723,5\n62,2022-03-11,3265,2859,5\n62,2022-03-12,3265,2859,5\n62,2022-03-13,3265,2859,5\n62,2022-03-14,3265,2859,5\n62,2022-03-15,3331,3007,5\n62,2022-03-16,3331,3007,5\n62,2022-03-17,3331,3007,5\n62,2022-03-18,3331,3007,5\n62,2022-03-19,3331,3007,5\n62,2022-03-20,3331,3007,5\n62,2022-03-21,3331,3007,5\n62,2022-03-22,3400,3178,5\n62,2022-03-23,3400,3178,5\n62,2022-03-24,3400,3178,5\n62,2022-03-25,3400,3178,5\n62,2022-03-26,3400,3178,5\n62,2022-03-27,3400,3178,5\n62,2022-03-28,3400,3178,5\n62,2022-03-29,3472,3389,6\n62,2022-03-30,3472,3389,6\n62,2022-03-31,3472,3389,6\n62,2022-04-01,3472,3389,6\n62,2022-04-02,3472,3389,6\n62,2022-04-03,3472,3389,6\n62,2022-04-04,3472,3389,6\n62,2022-04-05,3531,3435,7\n62,2022-04-06,3531,3435,7\n62,2022-04-07,3531,3435,7\n62,2022-04-08,3531,3435,7\n62,2022-04-09,3531,3435,7\n62,2022-04-10,3531,3435,7\n62,2022-04-11,3531,3435,7\n62,2022-04-12,3531,,7\n62,2022-04-13,3531,,7\n62,2022-04-14,3531,,7\n62,2022-04-15,3531,,7\n62,2022-04-16,3531,,7\n62,2022-04-17,3531,,7\n62,2022-04-18,3531,,7\n62,2022-04-19,3531,,7\n62,2022-04-20,3531,,7\n62,2022-04-21,3531,,7\n62,2022-04-22,3531,,7\n62,2022-04-23,3531,,7\n62,2022-04-24,3531,,7\n62,2022-04-25,3531,,7\n62,2022-04-26,3531,,7\n62,2022-04-27,3531,,7\n62,2022-04-28,3531,,7\n62,2022-04-29,3531,,7\n62,2022-04-30,3531,,7\n62,2022-05-01,3531,,7\n62,2022-05-02,3531,,7\n62,2022-05-03,3531,,7\n62,2022-05-04,3531,,7\n62,2022-05-05,3531,,7\n62,2022-05-06,3531,,7\n62,2022-05-07,3531,,7\n62,2022-05-08,3531,,7\n62,2022-05-09,3531,,7\n62,2022-05-10,3531,,7\n62,2022-05-11,3531,,7\n62,2022-05-12,3531,,7\n62,2022-05-13,3531,,7\n62,2022-05-14,3531,,7\n62,2022-05-15,3531,,7\n62,2022-05-16,3531,,7\n62,2022-05-17,3531,,7\n62,2022-05-18,3531,,7\n62,2022-05-19,3531,,7\n62,2022-05-20,3531,,7\n62,2022-05-21,3531,,7\n62,2022-05-22,3531,,7\n62,2022-05-23,3531,,7\n62,2022-05-24,3531,,7\n62,2022-05-25,3531,,7\n62,2022-05-26,3531,,7\n62,2022-05-27,3531,,7\n62,2022-05-28,3531,,7\n62,2022-05-29,3531,,7\n62,2022-05-30,3531,,7\n62,2022-05-31,3531,,7\n62,2022-06-01,3531,,7\n62,2022-06-02,3531,,7\n62,2022-06-03,3531,,7\n62,2022-06-04,3531,,7\n62,2022-06-05,3531,,7\n62,2022-06-06,3531,,7\n62,2022-06-07,3531,,7\n62,2022-06-08,3531,,7\n62,2022-06-09,,,\n62,2022-06-10,,,\n35,2020-01-31,3,,0\n35,2020-02-08,3,,0\n35,2020-02-16,3,,0\n35,2020-02-21,3,,0\n35,2020-02-24,4,,0\n35,2020-02-25,4,,0\n35,2020-02-26,5,,0\n35,2020-02-27,6,,0\n35,2020-02-29,8,,0\n35,2020-03-01,15,,0\n35,2020-03-03,20,,0\n35,2020-03-05,22,,0\n35,2020-03-06,28,,0\n35,2020-03-07,28,,0\n35,2020-03-08,31,,0\n35,2020-03-09,34,,0\n35,2020-03-11,42,,0\n35,2020-03-12,59,,0\n35,2020-03-13,79,,0\n35,2020-03-14,79,,0\n35,2020-03-15,103,,0\n35,2020-03-16,145,,0\n35,2020-03-17,177,,0\n35,2020-03-18,189,,0\n35,2020-03-19,258,,0\n35,2020-03-20,311,,0\n35,2020-03-21,377,,0\n35,2020-03-22,425,,0\n35,2020-03-23,503,,0\n35,2020-03-24,588,,0\n35,2020-03-25,688,,0\n35,2020-03-26,858,8,0\n35,2020-03-27,993,8,0\n35,2020-03-28,993,8,0\n35,2020-03-29,1355,8,0\n35,2020-03-30,1706,431,0\n35,2020-03-31,1966,534,0\n35,2020-04-01,2392,689,0\n35,2020-04-02,2793,831,53\n35,2020-04-03,3255,,67\n35,2020-04-04,3630,,94\n35,2020-04-05,4038,1219,119\n35,2020-04-06,4347,1624,132\n35,2020-04-07,4726,,152\n35,2020-04-08,5276,,173\n35,2020-04-09,5759,,199\n35,2020-04-10,6237,,221\n35,2020-04-11,6648,,252\n35,2020-04-12,7049,,273\n35,2020-04-13,7470,,290\n35,2020-04-14,7953,,333\n35,2020-04-15,8447,,384\n35,2020-04-16,8961,,421\n35,2020-04-17,9525,,475\n35,2020-04-18,10010,4875,511\n35,2020-04-19,10578,5209,550\n35,2020-04-20,11184,5515,581\n35,2020-04-21,11735,5806,619\n35,2020-04-22,12245,6221,656\n35,2020-04-23,12879,6680,710\n35,2020-04-24,13519,7087,760\n35,2020-04-25,13995,7509,807\n35,2020-04-26,14432,8000,830\n35,2020-04-27,14856,8525,886\n35,2020-04-28,15381,8964,945\n35,2020-04-29,15728,9612,990\n35,2020-04-30,16187,10205,1074\n35,2020-05-01,16608,10825,1112\n35,2020-05-02,17119,11390,1166\n35,2020-05-03,17553,12005,1205\n35,2020-05-04,17923,12505,1289\n35,2020-05-05,18310,12779,1349\n35,2020-05-06,18722,13222,1417\n35,2020-05-07,19121,13569,1464\n35,2020-05-08,19598,13990,1527\n35,2020-05-09,19944,14383,1585\n35,2020-05-10,20238,14772,1620\n35,2020-05-11,20546,15131,1655\n35,2020-05-12,20907,15391,1711\n35,2020-05-13,21236,15845,1749\n35,2020-05-14,21581,16204,1782\n35,2020-05-15,21922,16641,1809\n35,2020-05-16,22313,17020,1842\n35,2020-05-17,22653,17360,1865\n35,2020-05-18,22957,17638,1888\n35,2020-05-19,23384,17898,1902\n35,2020-05-20,23774,18190,1945\n35,2020-05-21,24187,18509,1976\n35,2020-05-22,24628,18767,2003\n35,2020-05-23,25040,19146,2028\n35,2020-05-24,25500,19477,2053\n35,2020-05-25,25904,19698,2082\n35,2020-05-26,26191,19958,2103\n35,2020-05-27,26483,20372,2135\n35,2020-05-28,26866,20673,2169\n35,2020-05-29,27210,20983,2210\n35,2020-05-30,27533,21353,2227\n35,2020-05-31,27859,21810,2246\n35,2020-06-01,28263,22153,2256\n35,2020-06-02,28709,22484,2273\n35,2020-06-03,29047,22811,2292\n35,2020-06-04,29403,23208,2337\n35,2020-06-05,29747,23583,2352\n35,2020-06-06,30202,23947,2384\n35,2020-06-07,30617,24252,2402\n35,2020-06-08,30860,24492,2426\n35,2020-06-09,31090,24829,2440\n35,2020-06-10,31341,25380,2450\n35,2020-06-11,31544,25885,2461\n35,2020-06-12,31726,26187,2470\n35,2020-06-13,31992,26538,2479\n35,2020-06-14,32189,26961,2491\n35,2020-06-15,32370,27213,2499\n35,2020-06-16,32554,27431,2510\n35,2020-06-17,32744,27784,2522\n35,2020-06-18,32917,28004,2525\n35,2020-06-19,33095,28250,2536\n35,2020-06-20,33301,28468,2566\n35,2020-06-21,33476,28719,2574\n35,2020-06-22,33637,28933,2577\n35,2020-06-23,33853,29107,2587\n35,2020-06-24,34016,29336,2598\n35,2020-06-25,34205,29528,2608\n35,2020-06-26,34316,29754,2611\n35,2020-06-27,34476,29932,2618\n35,2020-06-28,34654,30107,2624\n35,2020-06-29,34911,30196,2631\n35,2020-06-30,35068,30344,2637\n35,2020-07-01,35068,30344,2640\n35,2020-07-02,35370,30730,2644\n35,2020-07-03,35535,30909,2646\n35,2020-07-04,35656,31083,2651\n35,2020-07-05,35794,31266,2653\n35,2020-07-06,35948,31426,2653\n35,2020-07-07,36060,31603,2655\n35,2020-07-08,36178,31805,2664\n35,2020-07-09,36348,31977,2667\n35,2020-07-10,36464,32155,2674\n35,2020-07-11,36594,32422,2680\n35,2020-07-12,36723,32534,2683\n35,2020-07-13,36839,32663,2685\n35,2020-07-14,36950,32785,2686\n35,2020-07-15,37052,32920,2695\n35,2020-07-16,37163,33061,2700\n35,2020-07-17,37274,33162,2709\n35,2020-07-18,37440,33294,2711\n35,2020-07-19,37604,33407,2714\n35,2020-07-20,37739,33513,2715\n35,2020-07-21,37942,33605,2716\n35,2020-07-22,38107,33812,2718\n35,2020-07-23,38210,33963,2718\n35,2020-07-24,38405,34100,2721\n35,2020-07-25,38543,34240,2722\n35,2020-07-26,38680,34359,2725\n35,2020-07-27,38799,34461,2726\n35,2020-07-28,38910,34567,2730\n35,2020-07-29,38986,34741,2731\n35,2020-07-30,39075,34906,2734\n35,2020-07-31,39209,35074,2737\n35,2020-08-01,39333,35237,2739\n35,2020-08-02,39449,35359,2740\n35,2020-08-03,39449,35359,2740\n35,2020-08-04,39628,35601,2744\n35,2020-08-05,39714,35747,2744\n35,2020-08-06,39809,35906,2745\n35,2020-08-07,39897,36024,2745\n35,2020-08-08,39967,36131,2746\n35,2020-08-09,40046,36279,2748\n35,2020-08-10,40161,36381,2748\n35,2020-08-11,40194,36456,2748\n35,2020-08-12,40289,36590,2749\n35,2020-08-13,40367,36689,2749\n35,2020-08-14,40459,36772,2750\n35,2020-08-15,40565,36873,2751\n35,2020-08-16,40646,36953,2751\n35,2020-08-17,40745,37036,2751\n35,2020-08-18,40870,37126,2755\n35,2020-08-19,40972,37215,2755\n35,2020-08-20,41048,37291,2755\n35,2020-08-21,41179,37397,2758\n35,2020-08-22,41287,37487,2759\n35,2020-08-23,41402,37595,2759\n35,2020-08-24,41507,37673,2760\n35,2020-08-25,41607,37748,2762\n35,2020-08-26,41695,37863,2764\n35,2020-08-27,41813,37940,2765\n35,2020-08-28,41935,38023,2771\n35,2020-08-29,42083,38126,2771\n35,2020-08-30,42195,38204,2772\n35,2020-08-31,42309,38277,2773\n35,2020-09-01,42421,38369,2774\n35,2020-09-02,42554,38506,2774\n35,2020-09-03,42686,38625,2774\n35,2020-09-04,42834,38741,2774\n35,2020-09-05,43003,38847,2774\n35,2020-09-06,43161,38958,2775\n35,2020-09-07,43161,38958,2775\n35,2020-09-08,43536,39196,2775\n35,2020-09-09,43685,39332,2775\n35,2020-09-10,43855,39474,2776\n35,2020-09-11,44068,39598,2776\n35,2020-09-12,44300,39717,2776\n35,2020-09-13,44504,39841,2777\n35,2020-09-14,44817,39974,2778\n35,2020-09-15,45068,40091,2782\n35,2020-09-16,45383,40245,2784\n35,2020-09-17,45676,40424,2787\n35,2020-09-18,46077,40600,2787\n35,2020-09-19,46484,40777,2788\n35,2020-09-20,46849,40968,2789\n35,2020-09-21,47274,41146,2791\n35,2020-09-22,47752,41342,2794\n35,2020-09-23,48087,41600,2797\n35,2020-09-24,48496,41886,2798\n35,2020-09-25,48905,42169,2799\n35,2020-09-26,49340,42507,2799\n35,2020-09-27,49831,42796,2800\n35,2020-09-28,50531,43127,2801\n35,2020-09-29,51085,43450,2805\n35,2020-09-30,51710,43907,2809\n35,2020-10-01,52248,44422,2812\n35,2020-10-02,52980,44850,2888\n35,2020-10-03,53633,45285,2929\n35,2020-10-04,54199,45819,2936\n35,2020-10-05,54814,46360,2941\n35,2020-10-06,55362,46906,2948\n35,2020-10-07,55945,47613,2949\n35,2020-10-08,56742,48308,2952\n35,2020-10-09,57681,49032,2957\n35,2020-10-10,58490,49732,2964\n35,2020-10-11,59139,50437,2965\n35,2020-10-12,59139,50437,2967\n35,2020-10-13,60692,51729,2976\n35,2020-10-14,61413,52512,2976\n35,2020-10-15,62196,53291,2981\n35,2020-10-16,62908,54004,2990\n35,2020-10-17,63713,54686,2999\n35,2020-10-18,64371,55371,3004\n35,2020-10-19,65075,55978,3008\n35,2020-10-20,65896,56606,3010\n35,2020-10-21,66686,57325,3019\n35,2020-10-22,67527,58066,3028\n35,2020-10-23,68353,58799,3036\n35,2020-10-24,69331,59424,3040\n35,2020-10-25,70373,60160,3046\n35,2020-10-26,71224,60839,3052\n35,2020-10-27,72051,61530,3056\n35,2020-10-28,72885,62303,3058\n35,2020-10-29,73819,63123,3068\n35,2020-10-30,74715,63919,3077\n35,2020-10-31,75730,64717,3085\n35,2020-11-01,76707,65581,3093\n35,2020-11-02,77655,66407,3097\n35,2020-11-03,78705,67244,3111\n35,2020-11-04,79692,68189,3127\n35,2020-11-05,80690,69137,3140\n35,2020-11-06,81693,70086,3153\n35,2020-11-07,82825,70938,3164\n35,2020-11-08,84153,71815,3176\n35,2020-11-09,85395,72636,3188\n35,2020-11-10,86783,73417,3203\n35,2020-11-11,88209,74303,3218\n35,2020-11-12,89784,75220,3236\n35,2020-11-13,91180,76238,3255\n35,2020-11-14,92761,77241,3274\n35,2020-11-15,94009,78303,3303\n35,2020-11-16,95496,79295,3312\n35,2020-11-17,96745,80430,3322\n35,2020-11-18,98162,81925,3352\n35,2020-11-19,99372,83301,3380\n35,2020-11-20,100790,84716,3388\n35,2020-11-21,102378,86079,3409\n35,2020-11-22,103912,87508,3421\n35,2020-11-23,105501,88992,3437\n35,2020-11-24,106510,90074,3450\n35,2020-11-25,107883,91550,3485\n35,2020-11-26,109361,92915,3504\n35,2020-11-27,111216,94366,3523\n35,2020-11-28,113038,95876,3548\n35,2020-11-29,114746,97319,3572\n35,2020-11-30,116492,98639,3579\n35,2020-12-01,118199,100012,3586\n35,2020-12-02,119922,101698,3621\n35,2020-12-03,121746,103239,3635\n35,2020-12-04,123526,104792,3659\n35,2020-12-05,125385,106416,3677\n35,2020-12-06,127309,107990,3691\n35,2020-12-07,129234,109402,3716\n35,2020-12-08,130910,110951,3725\n35,2020-12-09,132800,112875,3753\n35,2020-12-10,134783,114679,3786\n35,2020-12-11,136631,116432,3831\n35,2020-12-12,138504,118350,3847\n35,2020-12-13,140181,120028,3862\n35,2020-12-14,142121,121563,3884\n35,2020-12-15,144396,123373,3902\n35,2020-12-16,146535,125416,3944\n35,2020-12-17,148967,127425,3966\n35,2020-12-18,151257,129417,4005\n35,2020-12-19,153614,131282,4032\n35,2020-12-20,155930,133213,4055\n35,2020-12-21,158053,134867,4071\n35,2020-12-22,160255,136767,4092\n35,2020-12-23,162663,139010,4130\n35,2020-12-24,165110,141023,4178\n35,2020-12-25,167269,141023,4220\n35,2020-12-26,169411,145173,4258\n35,2020-12-27,171416,147178,4274\n35,2020-12-28,173355,149329,4310\n35,2020-12-29,175908,151562,4351\n35,2020-12-30,178831,153799,4370\n35,2020-12-31,182159,156012,4423\n35,2021-01-01,184635,158472,4472\n35,2021-01-02,187998,160526,4516\n35,2021-01-03,190962,162701,4540\n35,2021-01-04,194232,164775,4567\n35,2021-01-05,197585,166790,4615\n35,2021-01-06,201076,169795,4652\n35,2021-01-07,204595,172571,4741\n35,2021-01-08,208394,175309,4765\n35,2021-01-09,211837,178224,4804\n35,2021-01-10,215782,180720,4865\n35,2021-01-11,219120,183476,4893\n35,2021-01-12,222023,186829,4933\n35,2021-01-13,224984,190221,5005\n35,2021-01-14,228310,193814,5067\n35,2021-01-15,231308,197194,5167\n35,2021-01-16,234364,200406,5216\n35,2021-01-17,237786,203484,5284\n35,2021-01-18,240364,206310,5308\n35,2021-01-19,242277,209183,5352\n35,2021-01-20,244932,212897,5440\n35,2021-01-21,247564,215887,5483\n35,2021-01-22,250226,219262,5570\n35,2021-01-23,252585,222287,5622\n35,2021-01-24,255002,225046,5671\n35,2021-01-25,256960,227494,5714\n35,2021-01-26,258700,229755,5775\n35,2021-01-27,260370,232480,5824\n35,2021-01-28,262463,234971,5877\n35,2021-01-29,264300,237871,5933\n35,2021-01-30,266363,240494,6005\n35,2021-01-31,268211,242807,6047\n35,2021-02-01,270180,244939,6082\n35,2021-02-02,270925,247236,6082\n35,2021-02-03,272097,248981,6158\n35,2021-02-04,273660,250937,6244\n35,2021-02-05,275330,253170,6288\n35,2021-02-06,276718,254966,6331\n35,2021-02-07,278207,256903,6350\n35,2021-02-08,279472,258603,6382\n35,2021-02-09,280494,259991,6398\n35,2021-02-10,281566,261700,6437\n35,2021-02-11,282511,263044,6454\n35,2021-02-12,283587,264459,6471\n35,2021-02-13,284887,265893,6490\n35,2021-02-14,285868,267128,6531\n35,2021-02-15,286832,268301,6544\n35,2021-02-16,287736,269413,6555\n35,2021-02-17,288583,270869,6563\n35,2021-02-18,289621,272146,6605\n35,2021-02-19,290771,273401,6651\n35,2021-02-20,291999,274714,6678\n35,2021-02-21,293086,275854,6689\n35,2021-02-22,294144,276937,6700\n35,2021-02-23,295119,277939,6711\n35,2021-02-24,296173,279230,6718\n35,2021-02-25,297311,280324,6741\n35,2021-02-26,298569,281331,6767\n35,2021-02-27,299754,282315,6783\n35,2021-02-28,300816,283344,6802\n35,2021-03-01,301839,284283,6808\n35,2021-03-02,302805,285262,6818\n35,2021-03-03,303763,286352,6834\n35,2021-03-04,304757,287424,6843\n35,2021-03-05,306007,288583,6865\n35,2021-03-06,306997,289735,6870\n35,2021-03-07,308296,290840,6885\n35,2021-03-08,309927,291834,6895\n35,2021-03-09,311112,292806,6901\n35,2021-03-10,312428,294018,6915\n35,2021-03-11,313520,295128,6924\n35,2021-03-12,314891,296252,6942\n35,2021-03-13,316359,297403,6950\n35,2021-03-14,318106,298570,6965\n35,2021-03-15,319374,299684,6973\n35,2021-03-16,320448,300769,6983\n35,2021-03-17,321956,302257,6995\n35,2021-03-18,323509,303493,7009\n35,2021-03-19,325254,304789,7017\n35,2021-03-20,327083,306050,7028\n35,2021-03-21,328874,307403,7046\n35,2021-03-22,330573,308578,7049\n35,2021-03-23,332119,309849,7058\n35,2021-03-24,333690,311380,7068\n35,2021-03-25,336070,312709,7084\n35,2021-03-26,338239,314384,7095\n35,2021-03-27,340692,315865,7111\n35,2021-03-28,343140,317408,7129\n35,2021-03-29,345234,318932,7137\n35,2021-03-30,347570,320409,7151\n35,2021-03-31,349903,322382,7165\n35,2021-04-01,352460,324196,7187\n35,2021-04-02,355549,326121,7210\n35,2021-04-03,358558,327940,7224\n35,2021-04-04,361599,329839,7235\n35,2021-04-05,364537,331600,7243\n35,2021-04-06,367602,333576,7250\n35,2021-04-07,370817,335983,7265\n35,2021-04-08,374112,338559,7283\n35,2021-04-09,378339,341200,7300\n35,2021-04-10,382152,343622,7317\n35,2021-04-11,386608,346239,7336\n35,2021-04-12,391009,348684,7351\n35,2021-04-13,394679,351257,7365\n35,2021-04-14,398835,354417,7393\n35,2021-04-15,403571,357591,7420\n35,2021-04-16,408383,360742,7445\n35,2021-04-17,412745,364353,7479\n35,2021-04-18,416995,367691,7497\n35,2021-04-19,421442,370844,7516\n35,2021-04-20,424911,374213,7536\n35,2021-04-21,429123,378417,7568\n35,2021-04-22,432805,383014,7607\n35,2021-04-23,437310,387712,7639\n35,2021-04-24,441404,392044,7663\n35,2021-04-25,445351,396283,7687\n35,2021-04-26,448861,400340,7711\n35,2021-04-27,452126,404248,7739\n35,2021-04-28,455606,408765,7763\n35,2021-04-29,459477,413010,7804\n35,2021-04-30,463364,417252,7825\n35,2021-05-01,466733,421261,7852\n35,2021-05-02,470465,425163,7873\n35,2021-05-03,473901,428786,7889\n35,2021-05-04,476692,432109,7913\n35,2021-05-05,479633,436470,7956\n35,2021-05-06,483057,440467,7982\n35,2021-05-07,486223,444342,8004\n35,2021-05-08,489087,447938,8028\n35,2021-05-09,492303,451591,8075\n35,2021-05-10,495019,454701,8094\n35,2021-05-11,497092,457599,8109\n35,2021-05-12,499412,461076,8139\n35,2021-05-13,502171,464531,8170\n35,2021-05-14,504533,468033,8195\n35,2021-05-15,507117,471096,8219\n35,2021-05-16,509316,474175,8247\n35,2021-05-17,511486,477128,8249\n35,2021-05-18,513102,479630,8266\n35,2021-05-19,514690,482749,8285\n35,2021-05-20,517090,485512,8312\n35,2021-05-21,518980,488201,8339\n35,2021-05-22,520774,490721,8358\n35,2021-05-23,522465,493179,8371\n35,2021-05-24,523911,495251,8378\n35,2021-05-25,524950,497269,8411\n35,2021-05-26,526045,499640,8432\n35,2021-05-27,527180,501942,8450\n35,2021-05-28,528453,504304,8463\n35,2021-05-29,529510,506361,8478\n35,2021-05-30,530543,508428,8496\n35,2021-05-31,531459,510135,8509\n35,2021-06-01,532158,511703,8518\n35,2021-06-02,532891,513436,8543\n35,2021-06-03,533761,514999,8552\n35,2021-06-04,534675,516396,8570\n35,2021-06-05,535419,517638,8593\n35,2021-06-06,536082,518860,8601\n35,2021-06-07,536607,519801,8616\n35,2021-06-08,537076,520811,8633\n35,2021-06-09,537487,521743,8666\n35,2021-06-10,538077,522682,8677\n35,2021-06-11,538651,523532,8681\n35,2021-06-12,539153,524362,8695\n35,2021-06-13,539683,525125,8702\n35,2021-06-14,540130,525795,8705\n35,2021-06-15,540426,526440,8718\n35,2021-06-16,540810,527162,8730\n35,2021-06-17,541180,527797,8737\n35,2021-06-18,541525,528421,8738\n35,2021-06-19,541880,529002,8751\n35,2021-06-20,542198,529506,8763\n35,2021-06-21,542468,529992,8766\n35,2021-06-22,542764,530434,8826\n35,2021-06-23,543019,530894,8837\n35,2021-06-24,543315,531278,8843\n35,2021-06-25,543571,531571,8845\n35,2021-06-26,543917,532074,8858\n35,2021-06-27,544204,532453,8870\n35,2021-06-28,544414,532779,8873\n35,2021-06-29,544713,533150,8897\n35,2021-06-30,544897,533472,8911\n35,2021-07-01,545181,533729,8930\n35,2021-07-02,545381,534010,8939\n35,2021-07-03,545590,534272,8947\n35,2021-07-04,545803,534558,8956\n35,2021-07-05,545973,534791,8956\n35,2021-07-06,546217,535110,8965\n35,2021-07-07,546411,535346,8965\n35,2021-07-08,546621,535577,8969\n35,2021-07-09,546804,535810,8977\n35,2021-07-10,546983,536028,8985\n35,2021-07-11,547149,536306,8991\n35,2021-07-12,547263,536402,8991\n35,2021-07-13,547409,536603,8996\n35,2021-07-14,547562,536819,9002\n35,2021-07-15,547705,536987,9011\n35,2021-07-16,547864,537176,9021\n35,2021-07-17,548040,537379,9024\n35,2021-07-18,548217,537545,9030\n35,2021-07-19,548347,537698,9030\n35,2021-07-20,548474,537824,9032\n35,2021-07-21,548609,537975,9036\n35,2021-07-22,548794,538124,9042\n35,2021-07-23,548986,538271,9043\n35,2021-07-24,549156,538421,9046\n35,2021-07-25,549328,538565,9048\n35,2021-07-26,549447,538702,9050\n35,2021-07-27,549576,538860,9055\n35,2021-07-28,549734,539031,9059\n35,2021-07-29,549952,539200,9062\n35,2021-07-30,550178,539348,9073\n35,2021-07-31,550436,539485,9079\n35,2021-08-01,550654,539640,9081\n35,2021-08-02,550822,539769,9082\n35,2021-08-03,550986,539920,9083\n35,2021-08-04,551125,540075,9093\n35,2021-08-05,551338,540258,9107\n35,2021-08-06,551678,540407,9125\n35,2021-08-07,552056,540598,9133\n35,2021-08-08,552479,540830,9139\n35,2021-08-09,552804,541022,9139\n35,2021-08-10,553125,541222,9141\n35,2021-08-11,553449,541426,9144\n35,2021-08-12,553962,541682,9144\n35,2021-08-13,554472,541946,9148\n35,2021-08-14,555050,542206,9150\n35,2021-08-15,555561,542476,9150\n35,2021-08-16,556087,542797,9150\n35,2021-08-17,556435,543077,9160\n35,2021-08-18,556920,543422,9163\n35,2021-08-19,557451,543760,9180\n35,2021-08-20,558101,544204,9182\n35,2021-08-21,558790,544679,9183\n35,2021-08-22,559512,545070,9185\n35,2021-08-23,560151,545572,9185\n35,2021-08-24,560637,546113,9203\n35,2021-08-25,561297,546685,9204\n35,2021-08-26,561975,547198,9204\n35,2021-08-27,562756,547823,9220\n35,2021-08-28,563591,548398,9227\n35,2021-08-29,564331,548959,9228\n35,2021-08-30,565025,549499,9228\n35,2021-08-31,565550,550179,9233\n35,2021-09-01,566206,550829,9246\n35,2021-09-02,567071,551510,9260\n35,2021-09-03,567878,552248,9266\n35,2021-09-04,568822,552976,9275\n35,2021-09-05,569633,553549,9277\n35,2021-09-06,570214,554265,9279\n35,2021-09-07,570778,554953,9281\n35,2021-09-08,571332,555723,9297\n35,2021-09-09,572130,556495,9307\n35,2021-09-10,572978,557265,9318\n35,2021-09-11,573835,558021,9333\n35,2021-09-12,574619,558759,9339\n35,2021-09-13,575219,559386,9345\n35,2021-09-14,575796,560069,9352\n35,2021-09-15,576389,560824,9357\n35,2021-09-16,577253,561492,9358\n35,2021-09-17,578048,562172,9363\n35,2021-09-18,578869,562827,9373\n35,2021-09-19,579584,563535,9379\n35,2021-09-20,580194,564163,9381\n35,2021-09-21,580768,564927,9388\n35,2021-09-22,581231,565710,9395\n35,2021-09-23,581908,566386,9402\n35,2021-09-24,582635,567200,9412\n35,2021-09-25,583275,567994,9422\n35,2021-09-26,583928,568633,9428\n35,2021-09-27,584541,569211,9428\n35,2021-09-28,585007,570030,9438\n35,2021-09-29,585502,570790,9445\n35,2021-09-30,586149,571470,9453\n35,2021-10-01,586817,572105,9464\n35,2021-10-02,587521,572750,9470\n35,2021-10-03,588101,573366,9471\n35,2021-10-04,588612,573854,9473\n35,2021-10-05,589041,574550,9476\n35,2021-10-06,589517,575167,9490\n35,2021-10-07,590104,575753,9495\n35,2021-10-08,590677,576374,9504\n35,2021-10-09,591331,576951,9506\n35,2021-10-10,591866,577490,9508\n35,2021-10-11,592324,578041,9510\n35,2021-10-12,592714,578553,9510\n35,2021-10-13,593020,579080,9522\n35,2021-10-14,593437,579608,9525\n35,2021-10-15,593933,580150,9527\n35,2021-10-16,594419,580667,9532\n35,2021-10-17,594862,581151,9532\n35,2021-10-18,595235,581574,9533\n35,2021-10-19,595563,582072,9537\n35,2021-10-20,595867,582609,9541\n35,2021-10-21,596280,583097,9545\n35,2021-10-22,596772,583512,9557\n35,2021-10-23,597145,583931,9563\n35,2021-10-24,597515,584411,9564\n35,2021-10-25,597841,584780,9564\n35,2021-10-26,598110,585207,9569\n35,2021-10-27,598431,585591,9579\n35,2021-10-28,598840,585957,9582\n35,2021-10-29,599259,586356,9582\n35,2021-10-30,599615,586696,9586\n35,2021-10-31,599955,587069,9588\n35,2021-11-01,600377,587344,9591\n35,2021-11-02,600708,587727,9597\n35,2021-11-03,601086,588107,9602\n35,2021-11-04,601524,588444,9607\n35,2021-11-05,602087,588796,9611\n35,2021-11-06,602595,589166,9611\n35,2021-11-07,603231,589533,9612\n35,2021-11-08,603711,589771,9614\n35,2021-11-09,604152,590227,9617\n35,2021-11-10,604606,590641,9626\n35,2021-11-11,605248,591063,9630\n35,2021-11-12,605846,591525,9634\n35,2021-11-13,606507,591994,9640\n35,2021-11-14,607173,592461,9647\n35,2021-11-15,607725,592803,9650\n35,2021-11-16,608206,593454,9651\n35,2021-11-17,608718,594027,9663\n35,2021-11-18,609429,594602,9667\n35,2021-11-19,610222,595169,9671\n35,2021-11-20,610950,595669,9676\n35,2021-11-21,611691,596259,9679\n35,2021-11-22,612318,596753,9680\n35,2021-11-23,612931,597470,9686\n35,2021-11-24,613522,598134,9693\n35,2021-11-25,614270,598733,9697\n35,2021-11-26,615197,599399,9703\n35,2021-11-27,616051,599979,9705\n35,2021-11-28,617015,600537,9706\n35,2021-11-29,617803,600990,9709\n35,2021-11-30,618490,601550,9712\n35,2021-12-01,619270,602515,9716\n35,2021-12-02,620229,603285,9723\n35,2021-12-03,621260,604027,9727\n35,2021-12-04,622313,604749,9734\n35,2021-12-05,623497,605358,9734\n35,2021-12-06,624384,605918,9737\n35,2021-12-07,625312,606797,9746\n35,2021-12-08,626321,607926,9754\n35,2021-12-09,627611,608896,9764\n35,2021-12-10,629064,609806,9775\n35,2021-12-11,630671,610592,9780\n35,2021-12-12,632147,611266,9788\n35,2021-12-13,633683,612066,9789\n35,2021-12-14,635112,612996,9794\n35,2021-12-15,636920,614161,9803\n35,2021-12-16,639341,615174,9812\n35,2021-12-17,642465,616566,9817\n35,2021-12-18,645766,617773,9820\n35,2021-12-19,649943,618983,9822\n35,2021-12-20,653727,620023,9822\n35,2021-12-21,657180,621355,9832\n35,2021-12-22,661563,623142,9842\n35,2021-12-23,667353,624801,9848\n35,2021-12-24,676924,626798,9854\n35,2021-12-25,687336,628670,9857\n35,2021-12-26,697162,630466,9864\n35,2021-12-27,706580,632365,9868\n35,2021-12-28,715405,634846,9875\n35,2021-12-29,725841,638678,9876\n35,2021-12-30,739648,642715,9884\n35,2021-12-31,756361,647345,9899\n35,2022-01-01,774806,652144,9910\n35,2022-01-02,791520,658015,9925\n35,2022-01-03,805098,664562,9929\n35,2022-01-04,816450,672081,9937\n35,2022-01-05,828032,683750,9949\n35,2022-01-06,841371,695786,9967\n35,2022-01-07,853270,707732,10010\n35,2022-01-08,866632,719739,10038\n35,2022-01-09,878591,730403,10056\n35,2022-01-10,888297,737396,10062\n35,2022-01-11,896248,747289,10078\n35,2022-01-12,906031,763398,10119\n35,2022-01-13,915940,783214,10152\n35,2022-01-14,926904,804886,10185\n35,2022-01-15,937636,827756,10223\n35,2022-01-16,948086,843073,10260\n35,2022-01-17,956607,851365,10272\n35,2022-01-18,963693,861554,10304\n35,2022-01-19,969437,874445,10357\n35,2022-01-20,977194,887023,10425\n35,2022-01-21,984359,898589,10486\n35,2022-01-22,990832,908533,10527\n35,2022-01-23,996665,918023,10580\n35,2022-01-24,1001455,924947,10614\n35,2022-01-25,1004879,932245,10672\n35,2022-01-26,1010247,942158,10761\n35,2022-01-27,1016099,950795,10828\n35,2022-01-28,1021436,958701,10895\n35,2022-01-29,1026291,965386,10945\n35,2022-01-30,1030251,971889,10998\n35,2022-01-31,1033294,976987,11025\n35,2022-02-01,1035916,981803,11078\n35,2022-02-02,1039825,986715,11147\n35,2022-02-03,1043923,992616,11219\n35,2022-02-04,1047970,998238,11272\n35,2022-02-05,1051174,1002880,11329\n35,2022-02-06,1054061,1007322,11382\n35,2022-02-07,1056149,1010878,11392\n35,2022-02-08,1058241,1014285,11431\n35,2022-02-09,1061403,1019277,11493\n35,2022-02-10,1064604,1023420,11536\n35,2022-02-11,1067511,1027117,11585\n35,2022-02-12,1070455,1030423,11615\n35,2022-02-13,1072720,1033595,11632\n35,2022-02-14,1074485,1036214,11639\n35,2022-02-15,1076078,1038944,11656\n35,2022-02-16,1078610,1042481,11702\n35,2022-02-17,1080937,1045685,11738\n35,2022-02-18,1083274,1048624,11770\n35,2022-02-19,1085518,1051247,11777\n35,2022-02-20,1087484,1053918,11794\n35,2022-02-21,1088819,1055832,11808\n35,2022-02-22,1090101,1057829,11814\n35,2022-02-23,1091526,1060530,11829\n35,2022-02-24,1093930,1063134,11868\n35,2022-02-25,1096357,1065561,11906\n35,2022-02-26,1098695,1067714,11939\n35,2022-02-27,1100696,1069795,11948\n35,2022-02-28,1102011,1071400,11951\n35,2022-03-01,1103187,1073281,11968\n35,2022-03-02,1105146,1075692,11994\n35,2022-03-03,1107408,1077985,12013\n35,2022-03-04,1109493,1080064,12041\n35,2022-03-05,1111423,1082001,12062\n35,2022-03-06,1113210,1083646,12082\n35,2022-03-07,1114284,1085011,12086\n35,2022-03-08,1115492,1086664,12102\n35,2022-03-09,1117439,1088615,12129\n35,2022-03-10,1119564,1090976,12149\n35,2022-03-11,1121694,1093499,12227\n35,2022-03-12,1123709,1095221,12247\n35,2022-03-13,1125340,1096856,12256\n35,2022-03-14,1126456,1098189,12256\n35,2022-03-15,1127532,1099782,12272\n35,2022-03-16,1129543,1101842,12288\n35,2022-03-17,1131941,1104237,12305\n35,2022-03-18,1134443,1106136,12313\n35,2022-03-19,1136521,1107840,12329\n35,2022-03-20,1138201,1109360,12332\n35,2022-03-21,1139418,1110677,12336\n35,2022-03-22,1140865,1112239,12343\n35,2022-03-23,1143014,1114388,12356\n35,2022-03-24,1145575,1116378,12366\n35,2022-03-25,1148336,1118196,12388\n35,2022-03-26,1151090,1120117,12397\n35,2022-03-27,1153305,1121755,12401\n35,2022-03-28,1155046,1123205,12405\n35,2022-03-29,1156656,1124888,12414\n35,2022-03-30,1159470,1127307,12427\n35,2022-03-31,1162609,1129428,12433\n35,2022-04-01,1166128,1131601,12451\n35,2022-04-02,1169361,1133514,12460\n35,2022-04-03,1172438,1135365,12470\n35,2022-04-04,1174686,1137062,12470\n35,2022-04-05,1176677,1139179,12479\n35,2022-04-06,1180121,1142051,12511\n35,2022-04-07,1184345,1144889,12527\n35,2022-04-08,1188640,1147533,12537\n35,2022-04-09,1192437,1149833,12548\n35,2022-04-10,1195918,1152175,12563\n35,2022-04-11,1198319,1154050,12565\n35,2022-04-12,1200619,1156332,12570\n35,2022-04-13,1204452,1159671,12583\n35,2022-04-14,1209041,1163003,12606\n35,2022-04-15,1213373,1166132,12619\n35,2022-04-16,1217574,1168929,12629\n35,2022-04-17,1220024,1171729,12630\n35,2022-04-18,1222243,1174111,12632\n35,2022-04-19,1223461,1176875,12633\n35,2022-04-20,1224534,1180793,12661\n35,2022-04-21,1229572,1184812,12678\n35,2022-04-22,1234240,1188438,12704\n35,2022-04-23,1238060,1191712,12728\n35,2022-04-24,1242158,1194904,12734\n35,2022-04-25,1244186,1197545,12736\n35,2022-04-26,1246013,1200516,12750\n35,2022-04-27,1249018,1204571,12772\n35,2022-04-28,1252578,1208322,12792\n35,2022-04-29,1255338,1211784,12812\n35,2022-04-30,1258137,1214942,12825\n35,2022-05-01,1260380,1217348,12842\n35,2022-05-02,1261655,1219640,12842\n35,2022-05-03,1263202,1222298,12858\n35,2022-05-04,1265690,1225755,12889\n35,2022-05-05,1268390,1229396,12921\n35,2022-05-06,1270808,1232482,12938\n35,2022-05-07,1272972,1235302,12962\n35,2022-05-08,1274910,1237805,12972\n35,2022-05-09,1276116,1239781,12972\n35,2022-05-10,1277205,1241929,12991\n35,2022-05-11,1279200,1244969,13020\n35,2022-05-12,1281360,1247571,13034\n35,2022-05-13,1283329,1249820,13052\n35,2022-05-14,1284904,1251893,13063\n35,2022-05-15,1286468,1253845,13070\n35,2022-05-16,1287529,1255239,13072\n35,2022-05-17,1288557,1257204,13083\n35,2022-05-18,1290249,1259578,13099\n35,2022-05-19,1291814,1261782,13122\n35,2022-05-20,1293226,1263669,13146\n35,2022-05-21,1294447,1265415,13159\n35,2022-05-22,1295499,1266899,13161\n35,2022-05-23,1296167,1268037,13163\n35,2022-05-24,1296786,1269275,13164\n35,2022-05-25,1297561,1271337,13175\n35,2022-05-26,1298778,1273085,13195\n35,2022-05-27,1299874,1274661,13210\n35,2022-05-28,1301018,1276210,13223\n35,2022-05-29,1301896,1277534,13225\n35,2022-05-30,1302443,1278464,13226\n35,2022-05-31,1303033,1279588,13241\n35,2022-06-01,1304063,1281066,13265\n35,2022-06-02,1305101,1282296,13267\n35,2022-06-03,1305989,1283417,13275\n35,2022-06-04,1306890,1284384,13285\n35,2022-06-05,1307600,1285226,13288\n35,2022-06-06,1308068,1285895,13289\n35,2022-06-07,1308605,1286664,13293\n35,2022-06-08,1309618,1287532,13304\n35,2022-06-09,,,\n35,2022-06-10,,,\n24,2020-03-01,1,,0\n24,2020-03-03,1,,0\n24,2020-03-05,2,,0\n24,2020-03-06,2,,0\n24,2020-03-07,2,,0\n24,2020-03-08,3,,0\n24,2020-03-09,4,,0\n24,2020-03-11,7,,0\n24,2020-03-12,13,,0\n24,2020-03-13,17,,0\n24,2020-03-14,17,,0\n24,2020-03-15,24,,0\n24,2020-03-16,39,,0\n24,2020-03-17,50,,0\n24,2020-03-18,74,,1\n24,2020-03-19,121,,1\n24,2020-03-20,139,,1\n24,2020-03-21,202,,4\n24,2020-03-22,221,,4\n24,2020-03-23,221,,4\n24,2020-03-24,221,,4\n24,2020-03-25,1339,,6\n24,2020-03-26,1629,2,8\n24,2020-03-27,2021,29,18\n24,2020-03-28,2498,29,22\n24,2020-03-29,2840,29,22\n24,2020-03-30,3430,29,25\n24,2020-03-31,4162,29,31\n24,2020-04-01,4611,29,33\n24,2020-04-02,5518,224,36\n24,2020-04-03,6101,,61\n24,2020-04-04,6997,,75\n24,2020-04-05,7944,,94\n24,2020-04-06,8580,611,121\n24,2020-04-07,9340,,150\n24,2020-04-08,10031,,175\n24,2020-04-09,10912,,216\n24,2020-04-10,11677,,241\n24,2020-04-11,12292,,289\n24,2020-04-12,12846,,328\n24,2020-04-13,13557,,360\n24,2020-04-14,14248,,435\n24,2020-04-15,14860,,487\n24,2020-04-16,15857,,630\n24,2020-04-17,16798,,688\n24,2020-04-18,17521,3315,805\n24,2020-04-19,18357,3555,877\n24,2020-04-20,19319,3847,939\n24,2020-04-21,20126,4048,1041\n24,2020-04-22,20965,4291,1134\n24,2020-04-23,21838,4484,1243\n24,2020-04-24,22616,4724,1340\n24,2020-04-25,23267,5057,1446\n24,2020-04-26,24107,5342,1515\n24,2020-04-27,24982,5517,1599\n24,2020-04-28,25757,5841,1682\n24,2020-04-29,26594,6048,1761\n24,2020-04-30,27538,6299,1859\n24,2020-05-01,28648,6700,2022\n24,2020-05-02,29656,6965,2136\n24,2020-05-03,31865,7258,2205\n24,2020-05-04,32623,7578,2280\n24,2020-05-05,33417,7923,2398\n24,2020-05-06,34327,8284,2510\n24,2020-05-07,35238,8673,2631\n24,2020-05-08,36150,8928,2725\n24,2020-05-09,36986,9268,2786\n24,2020-05-10,37721,9526,2928\n24,2020-05-11,38469,9703,3013\n24,2020-05-12,39225,10056,3131\n24,2020-05-13,39931,10470,3220\n24,2020-05-14,40724,10829,3351\n24,2020-05-15,41420,11039,3401\n24,2020-05-16,42183,11458,3483\n24,2020-05-17,42920,11754,3562\n24,2020-05-18,43627,12045,3596\n24,2020-05-19,44197,12497,3647\n24,2020-05-20,44775,12822,3718\n24,2020-05-21,45495,13327,3800\n24,2020-05-22,46141,13819,3865\n24,2020-05-23,46838,14044,3940\n24,2020-05-24,47411,14331,3984\n24,2020-05-25,47984,14654,4069\n24,2020-05-26,48598,14999,4139\n24,2020-05-27,49139,15319,4228\n24,2020-05-28,49702,15618,4302\n24,2020-05-29,50232,15908,4363\n24,2020-05-30,50651,16070,4439\n24,2020-05-31,51059,16346,4641\n24,2020-06-01,51354,16597,4661\n24,2020-06-02,51593,16803,4713\n24,2020-06-03,51884,17098,4794\n24,2020-06-04,52143,17336,4885\n24,2020-06-05,52398,17764,4935\n24,2020-06-06,52624,18412,4970\n24,2020-06-07,52849,18714,4978\n24,2020-06-08,53047,18994,4984\n24,2020-06-09,53185,19361,5029\n24,2020-06-10,53341,19841,5081\n24,2020-06-11,53485,20299,5105\n24,2020-06-12,53666,20823,5148\n24,2020-06-13,53824,21281,5195\n24,2020-06-14,53952,21742,5222\n24,2020-06-15,54054,22213,5242\n24,2020-06-16,54146,22350,5269\n24,2020-06-17,54263,22549,5298\n24,2020-06-18,54383,22754,5340\n24,2020-06-19,54550,22972,5375\n24,2020-06-20,54674,23201,5408\n24,2020-06-21,54766,23322,5417\n24,2020-06-22,54835,23506,5417\n24,2020-06-23,54884,23620,5424\n24,2020-06-24,54937,23710,5441\n24,2020-06-25,55079,23786,5448\n24,2020-06-26,55079,23786,5448\n24,2020-06-27,55079,23786,5448\n24,2020-06-28,55079,23786,5448\n24,2020-06-29,55390,24602,5485\n24,2020-06-30,55458,24798,5503\n24,2020-07-01,55458,24798,5503\n24,2020-07-02,55593,25034,5541\n24,2020-07-03,55682,25158,5560\n24,2020-07-04,55784,25280,5566\n24,2020-07-05,55863,25346,5574\n24,2020-07-06,55937,25378,5577\n24,2020-07-07,55997,25458,5590\n24,2020-07-08,56079,25534,5603\n24,2020-07-09,56216,25616,5609\n24,2020-07-10,56316,25675,5612\n24,2020-07-11,56407,25773,5620\n24,2020-07-12,56521,25862,5627\n24,2020-07-13,56621,25911,5628\n24,2020-07-14,56730,26025,5633\n24,2020-07-15,56859,26097,5636\n24,2020-07-16,57001,26253,5646\n24,2020-07-17,57142,49939,5647\n24,2020-07-18,57300,50027,5654\n24,2020-07-19,57466,50050,5655\n24,2020-07-20,57616,50190,5657\n24,2020-07-21,57796,50298,5658\n24,2020-07-22,57938,50373,5662\n24,2020-07-23,58080,50505,5662\n24,2020-07-24,58243,50615,5663\n24,2020-07-25,58414,50703,5666\n24,2020-07-26,58583,50812,5667\n24,2020-07-27,58728,50886,5667\n24,2020-07-28,58897,50886,5670\n24,2020-07-29,59009,50886,5672\n24,2020-07-30,59131,50886,5673\n24,2020-07-31,59312,50886,5674\n24,2020-08-01,59458,50886,5678\n24,2020-08-02,59599,50886,5681\n24,2020-08-03,59722,50886,5683\n24,2020-08-04,59845,50886,5685\n24,2020-08-05,60000,50886,5687\n24,2020-08-06,60133,50886,5687\n24,2020-08-07,60241,50886,5687\n24,2020-08-08,60367,50886,5692\n24,2020-08-09,60471,50886,5695\n24,2020-08-10,60627,53041,5696\n24,2020-08-11,60718,53135,5697\n24,2020-08-12,60813,53270,5709\n24,2020-08-13,60917,53441,5715\n24,2020-08-14,61004,53598,5718\n24,2020-08-15,61084,53709,5719\n24,2020-08-16,61151,53847,5720\n24,2020-08-17,61206,53930,5721\n24,2020-08-18,61252,54083,5727\n24,2020-08-19,61316,54238,5729\n24,2020-08-20,61402,54383,5730\n24,2020-08-21,61495,54472,5733\n24,2020-08-22,61599,54576,5739\n24,2020-08-23,61673,54682,5740\n24,2020-08-24,61741,54761,5744\n24,2020-08-25,61803,54850,5746\n24,2020-08-26,61945,54922,5747\n24,2020-08-27,62026,55008,5750\n24,2020-08-28,62076,55106,5755\n24,2020-08-29,62232,55235,5755\n24,2020-08-30,62352,55300,5758\n24,2020-08-31,62492,55353,5760\n24,2020-09-01,62614,55438,5762\n24,2020-09-02,62746,55515,5764\n24,2020-09-03,62933,55615,5767\n24,2020-09-04,63117,55724,5767\n24,2020-09-05,63292,55810,5769\n24,2020-09-06,63497,55871,5769\n24,2020-09-07,63713,55960,5770\n24,2020-09-08,63876,56162,5770\n24,2020-09-09,64056,56400,5771\n24,2020-09-10,64244,56624,5773\n24,2020-09-11,64463,56843,5774\n24,2020-09-12,64707,57054,5780\n24,2020-09-13,64986,57268,5780\n24,2020-09-14,65262,57428,5780\n24,2020-09-15,65554,57628,5785\n24,2020-09-16,65857,57804,5788\n24,2020-09-17,66356,58012,5791\n24,2020-09-18,66653,58218,5792\n24,2020-09-19,67080,58490,5797\n24,2020-09-20,67542,58796,5802\n24,2020-09-21,68128,59131,5804\n24,2020-09-22,68617,59450,5805\n24,2020-09-23,69088,59686,5809\n24,2020-09-24,69670,59943,5810\n24,2020-09-25,70307,60256,5814\n24,2020-09-26,71005,60660,5821\n24,2020-09-27,71901,61129,5825\n24,2020-09-28,72651,61629,5826\n24,2020-09-29,73450,62095,5833\n24,2020-09-30,74288,62564,5834\n24,2020-10-01,75221,63144,5850\n24,2020-10-02,76273,63683,5857\n24,2020-10-03,77380,64478,5867\n24,2020-10-04,78459,65304,5878\n24,2020-10-05,79650,66180,5884\n24,2020-10-06,81014,67033,5899\n24,2020-10-07,81914,67735,5906\n24,2020-10-08,82992,68585,5915\n24,2020-10-09,84094,69586,5936\n24,2020-10-10,85191,70696,5950\n24,2020-10-11,86133,71839,5953\n24,2020-10-12,86976,72857,5965\n24,2020-10-13,87791,73734,5970\n24,2020-10-14,88994,74483,5977\n24,2020-10-15,89963,75467,6005\n24,2020-10-16,91018,76512,6018\n24,2020-10-17,92297,77602,6032\n24,2020-10-18,93391,78559,6038\n24,2020-10-19,94429,79529,6044\n24,2020-10-20,95216,80468,6055\n24,2020-10-21,96288,81267,6074\n24,2020-10-22,97321,82033,6094\n24,2020-10-23,98226,82792,6106\n24,2020-10-24,99235,83819,6132\n24,2020-10-25,100114,84828,6143\n24,2020-10-26,100922,85822,6153\n24,2020-10-27,101885,86786,6172\n24,2020-10-28,102814,87638,6189\n24,2020-10-29,103844,88442,6214\n24,2020-10-30,104952,89592,6231\n24,2020-10-31,106016,90576,6246\n24,2020-11-01,106981,91488,6272\n24,2020-11-02,108018,92396,6283\n24,2020-11-03,108889,93316,6317\n24,2020-11-04,109918,94101,6350\n24,2020-11-05,111056,94884,6378\n24,2020-11-06,112189,95956,6403\n24,2020-11-07,113423,96831,6431\n24,2020-11-08,114820,97789,6440\n24,2020-11-09,115989,98740,6455\n24,2020-11-10,117151,99721,6493\n24,2020-11-11,118529,100564,6515\n24,2020-11-12,119894,101407,6557\n24,2020-11-13,121195,102569,6586\n24,2020-11-14,122643,103668,6611\n24,2020-11-15,123854,104848,6626\n24,2020-11-16,125072,105998,6651\n24,2020-11-17,126054,107326,6675\n24,2020-11-18,127233,108625,6710\n24,2020-11-19,128440,109800,6744\n24,2020-11-20,129699,111326,6774\n24,2020-11-21,130888,112734,6806\n24,2020-11-22,132042,114085,6829\n24,2020-11-23,133206,115367,6842\n24,2020-11-24,134330,116624,6887\n24,2020-11-25,135430,117551,6915\n24,2020-11-26,136894,118491,6947\n24,2020-11-27,138163,119727,6984\n24,2020-11-28,139643,120906,7021\n24,2020-11-29,141038,122014,7033\n24,2020-11-30,142371,123177,7056\n24,2020-12-01,143548,124200,7084\n24,2020-12-02,145062,125197,7125\n24,2020-12-03,146532,126179,7155\n24,2020-12-04,147877,127549,7183\n24,2020-12-05,149908,128828,7231\n24,2020-12-06,151599,130018,7255\n24,2020-12-07,153176,131297,7277\n24,2020-12-08,154740,132573,7313\n24,2020-12-09,156468,133692,7349\n24,2020-12-10,158310,134910,7382\n24,2020-12-11,160023,136646,7435\n24,2020-12-12,161921,138270,7475\n24,2020-12-13,163915,139850,7508\n24,2020-12-14,165535,141345,7533\n24,2020-12-15,167276,142894,7571\n24,2020-12-16,169173,144168,7613\n24,2020-12-17,171028,145532,7635\n24,2020-12-18,172801,147398,7671\n24,2020-12-19,174839,149245,7715\n24,2020-12-20,176985,151044,7736\n24,2020-12-21,179093,152869,7766\n24,2020-12-22,181276,154673,7794\n24,2020-12-23,183523,156275,7867\n24,2020-12-24,185872,158201,7913\n24,2020-12-25,185872,158201,7913\n24,2020-12-26,190364,158201,8011\n24,2020-12-27,192655,164163,8023\n24,2020-12-28,194930,166066,8060\n24,2020-12-29,197311,168061,8124\n24,2020-12-30,199822,170045,8165\n24,2020-12-31,202641,172047,8226\n24,2021-01-01,205449,172047,8311\n24,2021-01-02,207435,172047,8336\n24,2021-01-03,210304,179456,8347\n24,2021-01-04,212850,181205,8379\n24,2021-01-05,215358,182602,8441\n24,2021-01-06,217999,184904,8488\n24,2021-01-07,220518,186996,8561\n24,2021-01-08,223106,189937,8606\n24,2021-01-09,226233,192979,8647\n24,2021-01-10,228821,195663,8686\n24,2021-01-11,230690,197938,8735\n24,2021-01-12,232624,199920,8780\n24,2021-01-13,234695,202166,8814\n24,2021-01-14,236827,204741,8876\n24,2021-01-15,238745,207934,8938\n24,2021-01-16,240970,210364,9005\n24,2021-01-17,242914,213008,9055\n24,2021-01-18,244348,215325,9087\n24,2021-01-19,245734,217575,9142\n24,2021-01-20,247236,219592,9208\n24,2021-01-21,248860,221327,9273\n24,2021-01-22,250491,223367,9361\n24,2021-01-23,252176,225245,9437\n24,2021-01-24,253633,227215,9478\n24,2021-01-25,254836,228887,9521\n24,2021-01-26,256002,230803,9577\n24,2021-01-27,257330,232221,9630\n24,2021-01-28,258698,233768,9667\n24,2021-01-29,259993,235516,9717\n24,2021-01-30,261360,237088,9763\n24,2021-01-31,262583,238648,9794\n24,2021-02-01,263473,240083,9826\n24,2021-02-02,264526,241537,9862\n24,2021-02-03,265579,242692,9899\n24,2021-02-04,266672,243769,9941\n24,2021-02-05,267773,245339,9973\n24,2021-02-06,268977,246695,9999\n24,2021-02-07,270058,248112,10031\n24,2021-02-08,270911,249361,10046\n24,2021-02-09,271737,250652,10078\n24,2021-02-10,272726,251620,10112\n24,2021-02-11,273847,252651,10149\n24,2021-02-12,274831,254001,10173\n24,2021-02-13,275880,255146,10201\n24,2021-02-14,276790,256270,10213\n24,2021-02-15,277518,257434,10226\n24,2021-02-16,278187,258542,10244\n24,2021-02-17,278987,259416,10254\n24,2021-02-18,279887,260245,10264\n24,2021-02-19,280687,261429,10278\n24,2021-02-20,281456,262506,10292\n24,2021-02-21,282122,263537,10307\n24,2021-02-22,282927,264497,10317\n24,2021-02-23,283666,265456,10329\n24,2021-02-24,284472,266138,10345\n24,2021-02-25,285330,266879,10361\n24,2021-02-26,286145,267885,10372\n24,2021-02-27,287003,268645,10384\n24,2021-02-28,287740,269530,10393\n24,2021-03-01,288353,270364,10402\n24,2021-03-02,288941,271156,10411\n24,2021-03-03,289670,271908,10425\n24,2021-03-04,290377,272553,10445\n24,2021-03-05,291175,273430,10455\n24,2021-03-06,291924,274245,10465\n24,2021-03-07,292631,275059,10472\n24,2021-03-08,293210,275796,10481\n24,2021-03-09,293860,276602,10493\n24,2021-03-10,294652,277185,10503\n24,2021-03-11,295390,277738,10517\n24,2021-03-12,296129,278489,10524\n24,2021-03-13,296918,279230,10535\n24,2021-03-14,297592,280030,10540\n24,2021-03-15,298186,280755,10550\n24,2021-03-16,298747,281436,10557\n24,2021-03-17,299450,282047,10569\n24,2021-03-18,300152,282693,10576\n24,2021-03-19,300916,283478,10587\n24,2021-03-20,301691,284203,10594\n24,2021-03-21,302339,284940,10599\n24,2021-03-22,303051,285682,10614\n24,2021-03-23,303707,286347,10618\n24,2021-03-24,304490,286946,10626\n24,2021-03-25,305435,287632,10630\n24,2021-03-26,306385,288384,10637\n24,2021-03-27,307394,289132,10645\n24,2021-03-28,308311,289827,10646\n24,2021-03-29,309202,290564,10651\n24,2021-03-30,310066,291290,10658\n24,2021-03-31,311091,291906,10667\n24,2021-04-01,312362,292648,10676\n24,2021-04-02,313676,293567,10681\n24,2021-04-03,314958,294560,10684\n24,2021-04-04,316112,295453,10693\n24,2021-04-05,317364,296396,10697\n24,2021-04-06,318532,297384,10701\n24,2021-04-07,319802,298298,10709\n24,2021-04-08,321411,299241,10718\n24,2021-04-09,323094,300471,10724\n24,2021-04-10,324848,301740,10737\n24,2021-04-11,326383,303039,10742\n24,2021-04-12,327982,304267,10744\n24,2021-04-13,329472,305463,10756\n24,2021-04-14,331031,306608,10763\n24,2021-04-15,332544,307748,10778\n24,2021-04-16,334071,309345,10785\n24,2021-04-17,335608,311047,10793\n24,2021-04-18,336952,312701,10801\n24,2021-04-19,338044,314376,10816\n24,2021-04-20,339180,315984,10832\n24,2021-04-21,340397,317338,10838\n24,2021-04-22,341645,318676,10845\n24,2021-04-23,342688,320302,10856\n24,2021-04-24,343794,321667,10869\n24,2021-04-25,344808,323086,10878\n24,2021-04-26,345697,324441,10886\n24,2021-04-27,346596,325691,10896\n24,2021-04-28,347690,326834,10903\n24,2021-04-29,348732,327865,10913\n24,2021-04-30,349773,329174,10926\n24,2021-05-01,350874,330362,10933\n24,2021-05-02,351880,331513,10942\n24,2021-05-03,352678,332577,10943\n24,2021-05-04,353475,333624,10959\n24,2021-05-05,354390,334531,10964\n24,2021-05-06,355297,335421,10969\n24,2021-05-07,356216,336505,10974\n24,2021-05-08,357174,337538,10981\n24,2021-05-09,358134,338628,10987\n24,2021-05-10,358796,339660,10993\n24,2021-05-11,359456,340637,11001\n24,2021-05-12,360201,341433,11012\n24,2021-05-13,360982,342170,11017\n24,2021-05-14,361820,343142,11024\n24,2021-05-15,362580,344039,11032\n24,2021-05-16,363296,344950,11034\n24,2021-05-17,363847,345794,11041\n24,2021-05-18,364396,346639,11050\n24,2021-05-19,364980,347387,11058\n24,2021-05-20,365642,347942,11066\n24,2021-05-21,366394,348694,11075\n24,2021-05-22,366899,349498,11081\n24,2021-05-23,367376,350270,11084\n24,2021-05-24,367809,351002,11095\n24,2021-05-25,368155,351689,11101\n24,2021-05-26,368463,352230,11105\n24,2021-05-27,368899,352807,11114\n24,2021-05-28,369318,353442,11118\n24,2021-05-29,369728,354104,11125\n24,2021-05-30,370043,354734,11127\n24,2021-05-31,370319,355266,11128\n24,2021-06-01,370527,355785,11133\n24,2021-06-02,370815,356202,11138\n24,2021-06-03,371082,356582,11144\n24,2021-06-04,371361,356998,11146\n24,2021-06-05,371588,357425,11149\n24,2021-06-06,371767,357867,11149\n24,2021-06-07,371960,358221,11152\n24,2021-06-08,372109,358553,11156\n24,2021-06-09,372287,358849,11164\n24,2021-06-10,372476,359104,11166\n24,2021-06-11,372656,359421,11167\n24,2021-06-12,372838,359698,11170\n24,2021-06-13,372989,359981,11171\n24,2021-06-14,373112,360194,11171\n24,2021-06-15,373217,360410,11176\n24,2021-06-16,373370,360587,11177\n24,2021-06-17,373531,360779,11178\n24,2021-06-18,373658,360973,11180\n24,2021-06-19,373818,361160,11189\n24,2021-06-20,373921,361352,11191\n24,2021-06-21,374011,361521,11191\n24,2021-06-22,374095,361675,11195\n24,2021-06-23,374222,361840,11198\n24,2021-06-24,374318,361952,11202\n24,2021-06-25,374406,362130,11202\n24,2021-06-26,374406,362130,11202\n24,2021-06-27,374406,362130,11202\n24,2021-06-28,374660,362523,11203\n24,2021-06-29,374731,362646,11207\n24,2021-06-30,374857,362756,11210\n24,2021-07-01,374950,362756,11214\n24,2021-07-02,375019,362961,11217\n24,2021-07-03,375019,362961,11217\n24,2021-07-04,375146,362961,11217\n24,2021-07-05,375195,363245,11218\n24,2021-07-06,375262,363339,11218\n24,2021-07-07,375365,363415,11219\n24,2021-07-08,375429,363484,11229\n24,2021-07-09,375716,363775,11230\n24,2021-07-10,375716,363775,11230\n24,2021-07-11,375863,363775,11231\n24,2021-07-12,375915,364033,11231\n24,2021-07-13,375969,364103,11231\n24,2021-07-14,376044,364155,11231\n24,2021-07-15,376109,364222,11232\n24,2021-07-16,376192,364328,11235\n24,2021-07-17,376192,364328,11235\n24,2021-07-18,376330,364328,11235\n24,2021-07-19,376330,364470,11235\n24,2021-07-20,376330,364470,11235\n24,2021-07-21,376330,364470,11235\n24,2021-07-22,376429,364470,11238\n24,2021-07-23,376530,364539,11239\n24,2021-07-24,376530,364539,11239\n24,2021-07-25,376753,364539,11239\n24,2021-07-26,376828,364774,11240\n24,2021-07-27,376901,364858,11240\n24,2021-07-28,377034,364930,11240\n24,2021-07-29,377172,365018,11240\n24,2021-07-30,377297,365105,11240\n24,2021-07-31,377297,365105,11240\n24,2021-08-01,377644,365105,11240\n24,2021-08-02,377798,365451,11240\n24,2021-08-03,377973,365558,11240\n24,2021-08-04,378157,365654,11240\n24,2021-08-05,378462,365750,11240\n24,2021-08-06,378680,365881,11241\n24,2021-08-07,378680,365881,11241\n24,2021-08-08,379189,365881,11241\n24,2021-08-09,379439,366340,11241\n24,2021-08-10,379673,366523,11241\n24,2021-08-11,380038,366670,11241\n24,2021-08-12,380407,366812,11241\n24,2021-08-13,380833,367029,11241\n24,2021-08-14,381266,367029,11242\n24,2021-08-15,381587,367569,11242\n24,2021-08-16,381996,367830,11242\n24,2021-08-17,382319,368106,11242\n24,2021-08-18,382755,368360,11277\n24,2021-08-19,383191,368629,11277\n24,2021-08-20,383718,368938,11279\n24,2021-08-21,384281,369280,11279\n24,2021-08-22,384744,369280,11280\n24,2021-08-23,385120,370115,11280\n24,2021-08-24,385465,370486,11283\n24,2021-08-25,386015,370858,11284\n24,2021-08-26,386618,371164,11285\n24,2021-08-27,387230,371623,11285\n24,2021-08-28,387834,371623,11285\n24,2021-08-29,388413,371623,11285\n24,2021-08-30,388799,373109,11285\n24,2021-08-31,389224,373538,11286\n24,2021-09-01,389914,373897,11288\n24,2021-09-02,390613,374266,11289\n24,2021-09-03,391363,374807,11291\n24,2021-09-04,392029,374807,11293\n24,2021-09-05,392807,374807,11293\n24,2021-09-06,393337,374807,11293\n24,2021-09-07,393852,377099,11293\n24,2021-09-08,394452,377531,11296\n24,2021-09-09,395155,378021,11297\n24,2021-09-10,396034,378721,11301\n24,2021-09-11,397029,378721,11304\n24,2021-09-12,397786,378721,11304\n24,2021-09-13,398425,380825,11305\n24,2021-09-14,399058,381505,11312\n24,2021-09-15,399843,382050,11313\n24,2021-09-16,400625,382703,11315\n24,2021-09-17,401462,383334,11318\n24,2021-09-18,402283,383334,11321\n24,2021-09-19,403025,383334,11325\n24,2021-09-20,403704,385775,11326\n24,2021-09-21,404291,386572,11335\n24,2021-09-22,404974,387185,11340\n24,2021-09-23,405728,387863,11347\n24,2021-09-24,406429,388602,11349\n24,2021-09-25,407224,388602,11354\n24,2021-09-26,407943,388602,11356\n24,2021-09-27,408462,390858,11356\n24,2021-09-28,408931,391583,11362\n24,2021-09-29,409525,392267,11369\n24,2021-09-30,410180,392915,11371\n24,2021-10-01,410823,393595,11377\n24,2021-10-02,411463,393595,11382\n24,2021-10-03,411962,393595,11383\n24,2021-10-04,412364,395709,11389\n24,2021-10-05,412800,396380,11397\n24,2021-10-06,413306,396867,11400\n24,2021-10-07,413930,397404,11405\n24,2021-10-08,414573,398033,11410\n24,2021-10-09,415175,398033,11412\n24,2021-10-10,415787,398033,11415\n24,2021-10-11,416267,399805,11420\n24,2021-10-12,416676,400347,11422\n24,2021-10-13,417188,400777,11429\n24,2021-10-14,417832,401287,11431\n24,2021-10-15,418508,401830,11437\n24,2021-10-16,419187,401830,11440\n24,2021-10-17,419719,403024,11444\n24,2021-10-18,420129,403572,11449\n24,2021-10-19,420471,404157,11453\n24,2021-10-20,420929,404640,11455\n24,2021-10-21,421357,405126,11458\n24,2021-10-22,421791,405663,11466\n24,2021-10-23,422242,405663,11470\n24,2021-10-24,422671,406908,11472\n24,2021-10-25,422995,407451,11477\n24,2021-10-26,423335,408002,11481\n24,2021-10-27,423813,408458,11485\n24,2021-10-28,424291,408820,11490\n24,2021-10-29,424802,409269,11491\n24,2021-10-30,425393,409269,11493\n24,2021-10-31,425960,410124,11494\n24,2021-11-01,426457,410546,11496\n24,2021-11-02,426947,410948,11502\n24,2021-11-03,427472,411284,11510\n24,2021-11-04,428060,411672,11510\n24,2021-11-05,428631,412124,11511\n24,2021-11-06,429319,412124,11515\n24,2021-11-07,429864,413102,11518\n24,2021-11-08,430395,413620,11522\n24,2021-11-09,430940,414193,11528\n24,2021-11-10,431612,414706,11529\n24,2021-11-11,432275,415199,11533\n24,2021-11-12,432991,415728,11535\n24,2021-11-13,433706,415728,11541\n24,2021-11-14,434340,416867,11545\n24,2021-11-15,434849,417519,11546\n24,2021-11-16,435366,418110,11548\n24,2021-11-17,436084,418639,11548\n24,2021-11-18,436804,419156,11550\n24,2021-11-19,437549,419869,11552\n24,2021-11-20,438364,419869,11555\n24,2021-11-21,439071,421269,11558\n24,2021-11-22,439763,421879,11560\n24,2021-11-23,440462,422571,11565\n24,2021-11-24,441344,423075,11566\n24,2021-11-25,442246,424930,11571\n24,2021-11-26,444585,425690,11571\n24,2021-11-27,445756,425690,11574\n24,2021-11-28,446631,427207,11574\n24,2021-11-29,447387,427965,11576\n24,2021-11-30,448171,428679,11579\n24,2021-12-01,449367,429339,11581\n24,2021-12-02,450513,430061,11583\n24,2021-12-03,451868,430986,11585\n24,2021-12-04,453380,430986,11586\n24,2021-12-05,454636,432987,11587\n24,2021-12-06,455825,433964,11589\n24,2021-12-07,457059,434935,11594\n24,2021-12-08,458426,435690,11596\n24,2021-12-09,460233,436551,11597\n24,2021-12-10,462246,437722,11603\n24,2021-12-11,464228,437722,11607\n24,2021-12-12,465981,440331,11608\n24,2021-12-13,467609,441747,11611\n24,2021-12-14,469356,443121,11618\n24,2021-12-15,471742,444146,11622\n24,2021-12-16,474478,445451,11627\n24,2021-12-17,478246,447054,11634\n24,2021-12-18,481877,447054,11636\n24,2021-12-19,485723,450535,11639\n24,2021-12-20,490294,452509,11642\n24,2021-12-21,495337,454369,11650\n24,2021-12-22,501698,455885,11652\n24,2021-12-23,511095,457630,11658\n24,2021-12-24,511095,457630,11658\n24,2021-12-25,511095,457630,11658\n24,2021-12-26,511095,457630,11658\n24,2021-12-27,546437,472692,11677\n24,2021-12-28,559270,477854,11692\n24,2021-12-29,572419,482502,11702\n24,2021-12-30,586607,488030,11711\n24,2021-12-31,603068,488030,11724\n24,2022-01-01,620190,488030,11732\n24,2022-01-02,636035,523227,11745\n24,2022-01-03,651328,535771,11760\n24,2022-01-04,665822,545163,11781\n24,2022-01-05,680308,552862,11820\n24,2022-01-06,696182,562715,11846\n24,2022-01-07,712358,577427,11873\n24,2022-01-08,728286,577427,11917\n24,2022-01-09,739293,577427,11940\n24,2022-01-10,749866,631650,11966\n24,2022-01-11,758576,646100,12028\n24,2022-01-12,766927,657224,12080\n24,2022-01-13,775720,670356,12125\n24,2022-01-14,783102,689848,12193\n24,2022-01-15,789807,689848,12289\n24,2022-01-16,795753,689848,12310\n24,2022-01-17,801153,734650,12364\n24,2022-01-18,806296,742354,12453\n24,2022-01-19,812419,747819,12541\n24,2022-01-20,818947,753641,12639\n24,2022-01-21,824942,761215,12698\n24,2022-01-22,830489,761215,12766\n24,2022-01-23,835630,761215,12799\n24,2022-01-24,838437,778503,12851\n24,2022-01-25,841414,783042,12936\n24,2022-01-26,845564,787426,13009\n24,2022-01-27,849520,791198,13065\n24,2022-01-28,853120,795685,13113\n24,2022-01-29,856630,795685,13179\n24,2022-01-30,859468,795685,13190\n24,2022-01-31,861891,808469,13223\n24,2022-02-01,864621,812328,13286\n24,2022-02-02,868437,815430,13336\n24,2022-02-03,872029,818774,13378\n24,2022-02-04,875429,823271,13420\n24,2022-02-05,878384,823271,13453\n24,2022-02-06,880952,823271,13475\n24,2022-02-07,883192,834633,13495\n24,2022-02-08,885696,838185,13551\n24,2022-02-09,889057,841200,13582\n24,2022-02-10,891951,844373,13617\n24,2022-02-11,894613,844373,13656\n24,2022-02-12,896972,844373,13684\n24,2022-02-13,898842,844373,13693\n24,2022-02-14,900273,858850,13710\n24,2022-02-15,902246,861969,13766\n24,2022-02-16,904574,864481,13790\n24,2022-02-17,906629,867028,13812\n24,2022-02-18,908466,870517,13835\n24,2022-02-19,910202,870517,13841\n24,2022-02-20,911399,870517,13853\n24,2022-02-21,912463,878443,13856\n24,2022-02-22,913901,880749,13886\n24,2022-02-23,915762,882577,13903\n24,2022-02-24,917279,884423,13931\n24,2022-02-25,918821,886721,13955\n24,2022-02-26,919996,886721,13969\n24,2022-02-27,921032,886721,13974\n24,2022-02-28,921981,893780,13982\n24,2022-03-01,922679,893845,13996\n24,2022-03-02,924309,895073,14016\n24,2022-03-03,925566,895073,14040\n24,2022-03-04,926920,898498,14056\n24,2022-03-05,928130,898498,14076\n24,2022-03-06,929040,898498,14085\n24,2022-03-07,929815,902741,14091\n24,2022-03-08,930750,903929,14120\n24,2022-03-09,932176,904982,14126\n24,2022-03-10,933443,905962,14141\n24,2022-03-11,934622,907358,14154\n24,2022-03-12,934622,907358,14154\n24,2022-03-13,936577,907358,14173\n24,2022-03-14,937247,910796,14182\n24,2022-03-15,938270,911890,14202\n24,2022-03-16,939650,912733,14213\n24,2022-03-17,941112,913642,14232\n24,2022-03-18,942282,914755,14245\n24,2022-03-19,942282,914755,14245\n24,2022-03-20,944599,914755,14260\n24,2022-03-21,945506,918277,14265\n24,2022-03-22,946889,919292,14272\n24,2022-03-23,949000,919992,14274\n24,2022-03-24,951295,920940,14288\n24,2022-03-25,953498,922398,14300\n24,2022-03-26,953498,922398,14300\n24,2022-03-27,957598,922398,14324\n24,2022-03-28,959212,926395,14325\n24,2022-03-29,961383,927579,14345\n24,2022-03-30,964450,928510,14353\n24,2022-03-31,967769,929716,14365\n24,2022-04-01,970951,931800,14382\n24,2022-04-02,970951,931800,14382\n24,2022-04-03,976593,931800,14404\n24,2022-04-04,978924,938411,14411\n24,2022-04-05,981539,940386,14442\n24,2022-04-06,985300,941961,14454\n24,2022-04-07,989077,943855,14482\n24,2022-04-08,992649,947016,14512\n24,2022-04-09,992649,947016,14512\n24,2022-04-10,998661,953216,14538\n24,2022-04-11,1000895,956080,14544\n24,2022-04-12,1003491,958740,14579\n24,2022-04-13,1007006,960737,14592\n24,2022-04-14,1010196,963022,14618\n24,2022-04-15,1010196,963022,14618\n24,2022-04-16,1010196,963022,14618\n24,2022-04-17,1010196,963022,14618\n24,2022-04-18,1019323,976297,14696\n24,2022-04-19,1021106,979036,14714\n24,2022-04-20,1023436,980940,14740\n24,2022-04-21,1026345,983050,14778\n24,2022-04-22,1028844,986309,14812\n24,2022-04-23,1030945,986309,14846\n24,2022-04-24,1032620,986309,14866\n24,2022-04-25,1033925,986309,14874\n24,2022-04-26,1035595,,14906\n24,2022-04-27,1037658,,14928\n24,2022-04-28,1039426,,14951\n24,2022-04-29,1041075,,14977\n24,2022-04-30,1042632,,15000\n24,2022-05-01,1043732,,15006\n24,2022-05-02,1044638,,15009\n24,2022-05-03,1045832,,15036\n24,2022-05-04,1047462,,15066\n24,2022-05-05,1048878,,15084\n24,2022-05-06,1050121,,15106\n24,2022-05-07,1051193,,15137\n24,2022-05-08,1052015,,15139\n24,2022-05-09,1052637,,15143\n24,2022-05-10,1053409,,15178\n24,2022-05-11,1054510,,15201\n24,2022-05-12,1055277,,15226\n24,2022-05-13,1056177,,15256\n24,2022-05-14,1056975,,15276\n24,2022-05-15,1057609,,15279\n24,2022-05-16,1058066,,15284\n24,2022-05-17,1058691,,15298\n24,2022-05-18,1059419,,15312\n24,2022-05-19,1060045,,15326\n24,2022-05-20,1060657,,15338\n24,2022-05-21,1061256,,15349\n24,2022-05-22,1061709,,15354\n24,2022-05-23,1062035,,15354\n24,2022-05-24,1062452,,15357\n24,2022-05-25,1063036,,15378\n24,2022-05-26,1063741,,15390\n24,2022-05-27,1064331,,15400\n24,2022-05-28,1064908,,15412\n24,2022-05-29,1065332,,15412\n24,2022-05-30,1065682,,15412\n24,2022-05-31,1066195,,15420\n24,2022-06-01,1066906,,15427\n24,2022-06-02,1067605,,15433\n24,2022-06-03,1068147,,15435\n24,2022-06-04,1068147,,15435\n24,2022-06-05,1069152,,15449\n24,2022-06-06,1069520,,15450\n24,2022-06-07,1070150,,15456\n24,2022-06-08,1070888,,15467\n24,2022-06-09,,,\n24,2022-06-10,,,\n12,2020-03-11,0,,0\n12,2020-03-12,0,,0\n12,2020-03-13,0,,0\n12,2020-03-14,0,,0\n12,2020-03-15,0,,0\n12,2020-03-16,0,,0\n12,2020-03-17,0,,0\n12,2020-03-18,1,,0\n12,2020-03-19,5,,0\n12,2020-03-20,5,,0\n12,2020-03-21,9,,0\n12,2020-03-22,28,,0\n12,2020-03-23,41,,0\n12,2020-03-24,51,,0\n12,2020-03-25,68,,0\n12,2020-03-26,73,2,0\n12,2020-03-27,90,2,0\n12,2020-03-28,110,4,0\n12,2020-03-29,122,4,0\n12,2020-03-30,127,10,0\n12,2020-03-31,147,10,0\n12,2020-04-01,173,11,0\n12,2020-04-02,193,16,0\n12,2020-04-03,207,,0\n12,2020-04-04,236,,0\n12,2020-04-05,262,50,0\n12,2020-04-06,293,64,0\n12,2020-04-07,310,,0\n12,2020-04-08,342,,1\n12,2020-04-09,373,,2\n12,2020-04-10,407,,2\n12,2020-04-11,428,,2\n12,2020-04-12,445,,2\n12,2020-04-13,474,,3\n12,2020-04-14,517,,3\n12,2020-04-15,549,,3\n12,2020-04-16,579,,3\n12,2020-04-17,606,,4\n12,2020-04-18,649,184,7\n12,2020-04-19,675,200,9\n12,2020-04-20,721,248,9\n12,2020-04-21,737,286,10\n12,2020-04-22,772,330,12\n12,2020-04-23,827,358,16\n12,2020-04-24,850,392,16\n12,2020-04-25,865,412,22\n12,2020-04-26,873,439,24\n12,2020-04-27,900,509,24\n12,2020-04-28,915,522,27\n12,2020-04-29,935,529,28\n12,2020-04-30,947,545,28\n12,2020-05-01,959,592,29\n12,2020-05-02,963,609,31\n12,2020-05-03,971,624,37\n12,2020-05-04,985,638,38\n12,2020-05-05,991,652,41\n12,2020-05-06,998,661,41\n12,2020-05-07,1007,708,44\n12,2020-05-08,1008,722,46\n12,2020-05-09,1011,743,47\n12,2020-05-10,1018,749,47\n12,2020-05-11,1019,767,48\n12,2020-05-12,1020,864,48\n12,2020-05-13,1024,870,51\n12,2020-05-14,1026,909,51\n12,2020-05-15,1034,918,55\n12,2020-05-16,1037,930,55\n12,2020-05-17,1040,938,55\n12,2020-05-18,1043,946,55\n12,2020-05-19,1044,956,56\n12,2020-05-20,1045,956,57\n12,2020-05-21,1046,959,58\n12,2020-05-22,1048,961,58\n12,2020-05-23,1049,969,58\n12,2020-05-24,1050,973,58\n12,2020-05-25,1051,974,58\n12,2020-05-26,1052,976,59\n12,2020-05-27,1053,975,59\n12,2020-05-28,1055,977,59\n12,2020-05-29,1055,978,59\n12,2020-05-30,1056,978,60\n12,2020-05-31,1056,981,60\n12,2020-06-01,1057,984,60\n12,2020-06-02,1057,992,60\n12,2020-06-03,1058,993,60\n12,2020-06-04,1058,995,61\n12,2020-06-05,1058,997,61\n12,2020-06-06,1058,999,61\n12,2020-06-07,1059,999,61\n12,2020-06-08,1059,999,61\n12,2020-06-09,1060,999,62\n12,2020-06-10,1061,994,62\n12,2020-06-11,1061,995,62\n12,2020-06-12,1061,995,62\n12,2020-06-13,1061,996,62\n12,2020-06-14,1061,996,62\n12,2020-06-15,1061,996,62\n12,2020-06-16,1061,997,62\n12,2020-06-17,1061,997,62\n12,2020-06-18,1061,997,62\n12,2020-06-19,1061,998,62\n12,2020-06-20,1061,998,62\n12,2020-06-21,1061,998,62\n12,2020-06-22,1061,998,63\n12,2020-06-23,1061,998,63\n12,2020-06-24,1061,998,63\n12,2020-06-25,1061,998,63\n12,2020-06-26,1061,998,63\n12,2020-06-27,1061,998,63\n12,2020-06-28,1061,998,63\n12,2020-06-29,1061,998,63\n12,2020-06-30,1062,998,63\n12,2020-07-01,1062,998,63\n12,2020-07-02,1064,998,63\n12,2020-07-03,1064,998,63\n12,2020-07-04,1064,998,63\n12,2020-07-05,1064,998,63\n12,2020-07-06,1065,998,63\n12,2020-07-07,1065,998,63\n12,2020-07-08,1066,998,63\n12,2020-07-09,1066,999,63\n12,2020-07-10,1066,1000,63\n12,2020-07-11,1066,1000,63\n12,2020-07-12,1066,1000,63\n12,2020-07-13,1066,1000,63\n12,2020-07-14,1066,1002,63\n12,2020-07-15,1067,1002,63\n12,2020-07-16,1067,1002,63\n12,2020-07-17,1067,1002,63\n12,2020-07-18,1067,1002,63\n12,2020-07-19,1067,1002,63\n12,2020-07-20,1067,1003,63\n12,2020-07-21,1067,1003,63\n12,2020-07-22,1067,1003,63\n12,2020-07-23,1067,1003,63\n12,2020-07-24,1067,1003,63\n12,2020-07-25,1067,1003,63\n12,2020-07-26,1067,1004,63\n12,2020-07-27,1067,1004,63\n12,2020-07-28,1067,1004,63\n12,2020-07-29,1067,1003,64\n12,2020-07-30,1067,1003,64\n12,2020-07-31,1069,1003,64\n12,2020-08-01,1069,1003,64\n12,2020-08-02,1071,1003,64\n12,2020-08-03,1071,1005,64\n12,2020-08-04,1071,1005,64\n12,2020-08-05,1071,1005,64\n12,2020-08-06,1071,1005,64\n12,2020-08-07,1071,1005,64\n12,2020-08-08,1071,1005,64\n12,2020-08-09,1071,1006,64\n12,2020-08-10,1071,1007,64\n12,2020-08-11,1071,1007,64\n12,2020-08-12,1071,1007,64\n12,2020-08-13,1071,1007,64\n12,2020-08-14,1072,1007,64\n12,2020-08-15,1074,1007,64\n12,2020-08-16,1074,1007,64\n12,2020-08-17,1075,1007,64\n12,2020-08-18,1075,1007,64\n12,2020-08-19,1076,1007,64\n12,2020-08-20,1077,1007,64\n12,2020-08-21,1077,1008,64\n12,2020-08-22,1078,1008,64\n12,2020-08-23,1080,1008,65\n12,2020-08-24,1080,1008,65\n12,2020-08-25,1080,1011,65\n12,2020-08-26,1081,1011,65\n12,2020-08-27,1081,1011,65\n12,2020-08-28,1083,1013,65\n12,2020-08-29,1083,1013,65\n12,2020-08-30,1083,1013,65\n12,2020-08-31,1085,1013,65\n12,2020-09-01,1085,1014,65\n12,2020-09-02,1085,1014,65\n12,2020-09-03,1085,1014,65\n12,2020-09-04,1085,1015,65\n12,2020-09-05,1085,1015,65\n12,2020-09-06,1085,1017,65\n12,2020-09-07,1086,1017,65\n12,2020-09-08,1086,1018,65\n12,2020-09-09,1086,1018,65\n12,2020-09-10,1086,1019,65\n12,2020-09-11,1086,1019,65\n12,2020-09-12,1086,1020,65\n12,2020-09-13,1086,1020,65\n12,2020-09-14,1086,1020,65\n12,2020-09-15,1086,1020,65\n12,2020-09-16,1086,1020,65\n12,2020-09-17,1086,1020,65\n12,2020-09-18,1086,1021,65\n12,2020-09-19,1086,1021,65\n12,2020-09-20,1086,1021,65\n12,2020-09-21,1086,1021,65\n12,2020-09-22,1087,1021,65\n12,2020-09-23,1087,1021,65\n12,2020-09-24,1087,1021,65\n12,2020-09-25,1087,1021,65\n12,2020-09-26,1087,1021,65\n12,2020-09-27,1087,1021,65\n12,2020-09-28,1087,1021,65\n12,2020-09-29,1087,1021,65\n12,2020-09-30,1088,1021,65\n12,2020-10-01,1088,1021,65\n12,2020-10-02,1089,1021,65\n12,2020-10-03,1089,1021,65\n12,2020-10-04,1089,1021,65\n12,2020-10-05,1089,1021,65\n12,2020-10-06,1089,1021,65\n12,2020-10-07,1089,1021,65\n12,2020-10-08,1089,1021,65\n12,2020-10-09,1089,1021,65\n12,2020-10-10,1092,1022,65\n12,2020-10-11,1092,1023,65\n12,2020-10-12,1092,1023,65\n12,2020-10-13,1092,1023,65\n12,2020-10-14,1092,1023,65\n12,2020-10-15,1092,1024,65\n12,2020-10-16,1093,1024,65\n12,2020-10-17,1095,1025,65\n12,2020-10-18,1097,1026,65\n12,2020-10-19,1097,1026,65\n12,2020-10-20,1097,1027,65\n12,2020-10-21,1097,1027,65\n12,2020-10-22,1097,1028,65\n12,2020-10-23,1097,1028,65\n12,2020-10-24,1100,1029,65\n12,2020-10-25,1100,1029,65\n12,2020-10-26,1101,1031,65\n12,2020-10-27,1102,1031,65\n12,2020-10-28,1102,1032,65\n12,2020-10-29,1102,1033,65\n12,2020-10-30,1104,1033,65\n12,2020-10-31,1109,1033,65\n12,2020-11-01,1111,1033,65\n12,2020-11-02,1113,1033,65\n12,2020-11-03,1114,1033,65\n12,2020-11-04,1118,1034,65\n12,2020-11-05,1119,1036,65\n12,2020-11-06,1121,1040,65\n12,2020-11-07,1125,1040,65\n12,2020-11-08,1128,1043,65\n12,2020-11-09,1129,1048,65\n12,2020-11-10,1132,1049,65\n12,2020-11-11,1134,1049,65\n12,2020-11-12,1134,1050,65\n12,2020-11-13,1136,1052,65\n12,2020-11-14,1142,1056,65\n12,2020-11-15,1144,1058,65\n12,2020-11-16,1146,1058,65\n12,2020-11-17,1151,1062,65\n12,2020-11-18,1154,1065,65\n12,2020-11-19,1155,1067,65\n12,2020-11-20,1160,1067,65\n12,2020-11-21,1168,1070,65\n12,2020-11-22,1179,1070,65\n12,2020-11-23,1190,1074,65\n12,2020-11-24,1227,1075,65\n12,2020-11-25,1243,1076,65\n12,2020-11-26,1257,1078,65\n12,2020-11-27,1266,1082,65\n12,2020-11-28,1280,1090,65\n12,2020-11-29,1290,1100,65\n12,2020-11-30,1305,1102,65\n12,2020-12-01,1315,1108,65\n12,2020-12-02,1332,1140,65\n12,2020-12-03,1343,1159,65\n12,2020-12-04,1358,1176,65\n12,2020-12-05,1364,1204,65\n12,2020-12-06,1368,1215,65\n12,2020-12-07,1376,1221,65\n12,2020-12-08,1383,1240,65\n12,2020-12-09,1389,1253,65\n12,2020-12-10,1393,1264,65\n12,2020-12-11,1402,1272,65\n12,2020-12-12,1409,1283,65\n12,2020-12-13,1415,1291,65\n12,2020-12-14,1420,1298,65\n12,2020-12-15,1426,1304,65\n12,2020-12-16,1430,1310,65\n12,2020-12-17,1436,1321,65\n12,2020-12-18,1442,1330,65\n12,2020-12-19,1443,1334,65\n12,2020-12-20,1445,1339,65\n12,2020-12-21,1447,1344,65\n12,2020-12-22,1454,1349,65\n12,2020-12-23,1458,1358,65\n12,2020-12-24,1465,1364,65\n12,2020-12-25,1465,1364,65\n12,2020-12-26,1465,1364,65\n12,2020-12-27,1465,1364,65\n12,2020-12-28,1478,1380,65\n12,2020-12-29,1480,1385,65\n12,2020-12-30,1483,1393,65\n12,2020-12-31,1486,1399,65\n12,2021-01-01,1497,1399,65\n12,2021-01-02,1499,1403,65\n12,2021-01-03,1501,1407,65\n12,2021-01-04,1505,1413,65\n12,2021-01-05,1508,1424,65\n12,2021-01-06,1520,1426,65\n12,2021-01-07,1523,1431,65\n12,2021-01-08,1525,1432,65\n12,2021-01-09,1528,1433,65\n12,2021-01-10,1528,1435,65\n12,2021-01-11,1533,1442,65\n12,2021-01-12,1534,1442,65\n12,2021-01-13,1542,1447,65\n12,2021-01-14,1548,1451,65\n12,2021-01-15,1550,1453,65\n12,2021-01-16,1554,1459,65\n12,2021-01-17,1557,1464,65\n12,2021-01-18,1557,1467,65\n12,2021-01-19,1561,1474,65\n12,2021-01-20,1564,1476,65\n12,2021-01-21,1565,1479,65\n12,2021-01-22,1570,1483,65\n12,2021-01-23,1570,1485,65\n12,2021-01-24,1571,1487,65\n12,2021-01-25,1571,1491,65\n12,2021-01-26,1572,1496,65\n12,2021-01-27,1576,1499,65\n12,2021-01-28,1576,1500,65\n12,2021-01-29,1577,1503,65\n12,2021-01-30,1580,1504,65\n12,2021-01-31,1580,1505,65\n12,2021-02-01,1581,1506,65\n12,2021-02-02,1582,1507,65\n12,2021-02-03,1583,1507,65\n12,2021-02-04,1584,1509,65\n12,2021-02-05,1584,1511,65\n12,2021-02-06,1584,1512,65\n12,2021-02-07,1585,1512,65\n12,2021-02-08,1586,1513,65\n12,2021-02-09,1587,1513,65\n12,2021-02-10,1588,1514,65\n12,2021-02-11,1590,1514,65\n12,2021-02-12,1590,1516,65\n12,2021-02-13,1592,1517,65\n12,2021-02-14,1593,1519,65\n12,2021-02-15,1594,1519,65\n12,2021-02-16,1597,1520,65\n12,2021-02-17,1600,1521,65\n12,2021-02-18,1602,1524,65\n12,2021-02-19,1604,1524,65\n12,2021-02-20,1608,1525,65\n12,2021-02-21,1609,1525,65\n12,2021-02-22,1610,1526,65\n12,2021-02-23,1613,1528,65\n12,2021-02-24,1616,1530,65\n12,2021-02-25,1624,1532,65\n12,2021-02-26,1634,1534,65\n12,2021-02-27,1638,1534,65\n12,2021-02-28,1641,1538,65\n12,2021-03-01,1642,1542,65\n12,2021-03-02,1643,1549,65\n12,2021-03-03,1646,1551,65\n12,2021-03-04,1649,1555,65\n12,2021-03-05,1651,1555,65\n12,2021-03-06,1657,1563,65\n12,2021-03-07,1659,1565,65\n12,2021-03-08,1659,1570,65\n12,2021-03-09,1664,1573,65\n12,2021-03-10,1665,1576,65\n12,2021-03-11,1665,1581,65\n12,2021-03-12,1665,1584,65\n12,2021-03-13,1669,1585,65\n12,2021-03-14,1670,1587,65\n12,2021-03-15,1670,1588,65\n12,2021-03-16,1672,1590,65\n12,2021-03-17,1674,1594,65\n12,2021-03-18,1677,1594,66\n12,2021-03-19,1680,1597,66\n12,2021-03-20,1682,1599,66\n12,2021-03-21,1688,1601,66\n12,2021-03-22,1690,1604,66\n12,2021-03-23,1691,1604,66\n12,2021-03-24,1696,1606,66\n12,2021-03-25,1699,1608,66\n12,2021-03-26,1704,1611,66\n12,2021-03-27,1709,1618,66\n12,2021-03-28,1711,1620,66\n12,2021-03-29,1711,1621,66\n12,2021-03-30,1714,1624,66\n12,2021-03-31,1716,1627,66\n12,2021-04-01,1719,1629,66\n12,2021-04-02,1728,1631,66\n12,2021-04-03,1732,1634,66\n12,2021-04-04,1739,1639,66\n12,2021-04-05,1741,1645,66\n12,2021-04-06,1747,1645,66\n12,2021-04-07,1749,1646,66\n12,2021-04-08,1754,1648,66\n12,2021-04-09,1756,1649,66\n12,2021-04-10,1763,1655,66\n12,2021-04-11,1768,1662,66\n12,2021-04-12,1775,1663,66\n12,2021-04-13,1781,1670,66\n12,2021-04-14,1783,1675,66\n12,2021-04-15,1786,1678,66\n12,2021-04-16,1792,1683,67\n12,2021-04-17,1800,1689,67\n12,2021-04-18,1807,1691,67\n12,2021-04-19,1822,1692,67\n12,2021-04-20,1831,1696,67\n12,2021-04-21,1856,1710,67\n12,2021-04-22,1894,1716,67\n12,2021-04-23,1938,1721,67\n12,2021-04-24,1990,1722,67\n12,2021-04-25,2053,1723,67\n12,2021-04-26,2119,1729,67\n12,2021-04-27,2215,1729,67\n12,2021-04-28,2290,1734,67\n12,2021-04-29,2360,1745,67\n12,2021-04-30,2427,1771,67\n12,2021-05-01,2575,1795,67\n12,2021-05-02,2708,1819,67\n12,2021-05-03,2854,1844,67\n12,2021-05-04,3007,1878,69\n12,2021-05-05,3182,1910,69\n12,2021-05-06,3364,1986,69\n12,2021-05-07,3591,2057,70\n12,2021-05-08,3754,2145,71\n12,2021-05-09,3917,2222,71\n12,2021-05-10,4034,2312,71\n12,2021-05-11,4152,2490,71\n12,2021-05-12,4297,2609,71\n12,2021-05-13,4407,2764,71\n12,2021-05-14,4524,2915,72\n12,2021-05-15,4610,3030,72\n12,2021-05-16,4736,3133,72\n12,2021-05-17,4827,3320,72\n12,2021-05-18,4917,3500,72\n12,2021-05-19,5000,3664,74\n12,2021-05-20,5065,3848,74\n12,2021-05-21,5149,4045,76\n12,2021-05-22,5213,4161,77\n12,2021-05-23,5286,4264,79\n12,2021-05-24,5335,4362,79\n12,2021-05-25,5387,4464,79\n12,2021-05-26,5424,4558,79\n12,2021-05-27,5457,4740,79\n12,2021-05-28,5497,4832,80\n12,2021-05-29,5530,4880,84\n12,2021-05-30,5550,4960,85\n12,2021-05-31,5567,5034,85\n12,2021-06-01,5579,5125,85\n12,2021-06-02,5593,5197,87\n12,2021-06-03,5618,5257,88\n12,2021-06-04,5633,5294,88\n12,2021-06-05,5651,5339,88\n12,2021-06-06,5663,5371,88\n12,2021-06-07,5680,5407,88\n12,2021-06-08,5694,5435,88\n12,2021-06-09,5707,5455,88\n12,2021-06-10,5721,5486,88\n12,2021-06-11,5726,5497,89\n12,2021-06-12,5736,5502,89\n12,2021-06-13,5742,5513,89\n12,2021-06-14,5749,5535,90\n12,2021-06-15,5751,5564,90\n12,2021-06-16,5759,5577,90\n12,2021-06-17,5773,5586,90\n12,2021-06-18,5784,5601,90\n12,2021-06-19,5789,5611,90\n12,2021-06-20,5791,5618,90\n12,2021-06-21,5791,5622,90\n12,2021-06-22,5793,5627,92\n12,2021-06-23,5793,5641,92\n12,2021-06-24,5798,5647,92\n12,2021-06-25,5814,5662,92\n12,2021-06-26,5825,5671,92\n12,2021-06-27,5828,5678,92\n12,2021-06-28,5831,5682,92\n12,2021-06-29,5832,5689,92\n12,2021-06-30,5836,5689,92\n12,2021-07-01,5840,5697,92\n12,2021-07-02,5842,5703,92\n12,2021-07-03,5850,5706,92\n12,2021-07-04,5853,5708,92\n12,2021-07-05,5854,5717,92\n12,2021-07-06,5861,5725,92\n12,2021-07-07,5862,5731,92\n12,2021-07-08,5864,5733,92\n12,2021-07-09,5865,5734,92\n12,2021-07-10,5866,5735,92\n12,2021-07-11,5869,5742,92\n12,2021-07-12,5869,5742,92\n12,2021-07-13,5870,5747,92\n12,2021-07-14,5870,5750,92\n12,2021-07-15,5870,5756,92\n12,2021-07-16,5870,5770,92\n12,2021-07-17,5870,5773,92\n12,2021-07-18,5873,5773,92\n12,2021-07-19,5873,5774,92\n12,2021-07-20,5873,5774,92\n12,2021-07-21,5880,5776,92\n12,2021-07-22,5880,5776,93\n12,2021-07-23,5882,5777,93\n12,2021-07-24,5882,5777,93\n12,2021-07-25,5882,5777,93\n12,2021-07-26,5883,5777,93\n12,2021-07-27,5885,5783,93\n12,2021-07-28,5885,5783,93\n12,2021-07-29,5886,5783,93\n12,2021-07-30,5887,5785,93\n12,2021-07-31,5887,5785,93\n12,2021-08-01,5887,5785,93\n12,2021-08-02,5887,5785,93\n12,2021-08-03,5893,5788,93\n12,2021-08-04,5895,5791,93\n12,2021-08-05,5899,5791,93\n12,2021-08-06,5900,5794,93\n12,2021-08-07,5900,5794,93\n12,2021-08-08,5900,5794,93\n12,2021-08-09,5907,5798,93\n12,2021-08-10,5908,5798,93\n12,2021-08-11,5911,5799,93\n12,2021-08-12,5918,5801,93\n12,2021-08-13,5919,5801,93\n12,2021-08-14,5919,5801,93\n12,2021-08-15,5919,5801,93\n12,2021-08-16,5928,5811,93\n12,2021-08-17,5929,5814,93\n12,2021-08-18,5938,5820,93\n12,2021-08-19,5946,5821,93\n12,2021-08-20,5956,5822,93\n12,2021-08-21,5956,5822,93\n12,2021-08-22,5956,5822,93\n12,2021-08-23,5973,5822,93\n12,2021-08-24,5982,5840,93\n12,2021-08-25,5989,5845,94\n12,2021-08-26,5990,5846,94\n12,2021-08-27,5999,5850,94\n12,2021-08-28,5999,5850,94\n12,2021-08-29,5999,5850,94\n12,2021-08-30,6030,5865,94\n12,2021-08-31,6031,5872,94\n12,2021-09-01,6038,5884,94\n12,2021-09-02,6042,5888,94\n12,2021-09-03,6047,5898,94\n12,2021-09-04,6054,5898,94\n12,2021-09-05,6065,5898,94\n12,2021-09-06,6072,5898,94\n12,2021-09-07,6076,5924,94\n12,2021-09-08,6090,5935,94\n12,2021-09-09,6107,5939,94\n12,2021-09-10,6117,5945,94\n12,2021-09-11,6149,5945,94\n12,2021-09-12,6178,5945,94\n12,2021-09-13,6188,5969,94\n12,2021-09-14,6254,5987,94\n12,2021-09-15,6260,6007,94\n12,2021-09-16,6294,6027,94\n12,2021-09-17,6312,6056,94\n12,2021-09-18,6312,6056,94\n12,2021-09-19,6312,6056,94\n12,2021-09-20,6367,6144,94\n12,2021-09-21,6392,6161,94\n12,2021-09-22,6411,6190,94\n12,2021-09-23,6452,6210,95\n12,2021-09-24,6486,6222,95\n12,2021-09-25,6486,6222,95\n12,2021-09-26,6486,6222,95\n12,2021-09-27,6569,6268,96\n12,2021-09-28,6598,6296,97\n12,2021-09-29,6638,6317,97\n12,2021-09-30,6638,6317,97\n12,2021-10-01,6715,6378,97\n12,2021-10-02,6715,6378,97\n12,2021-10-03,6715,6378,97\n12,2021-10-04,6800,6472,97\n12,2021-10-05,6839,6494,97\n12,2021-10-06,6864,6512,98\n12,2021-10-07,6893,6548,98\n12,2021-10-08,6918,6586,98\n12,2021-10-09,6945,6586,98\n12,2021-10-10,6961,6586,98\n12,2021-10-11,6977,6586,98\n12,2021-10-12,7011,6716,98\n12,2021-10-13,7033,6748,98\n12,2021-10-14,7059,6763,98\n12,2021-10-15,7077,6780,98\n12,2021-10-16,7114,6780,98\n12,2021-10-17,7133,6780,98\n12,2021-10-18,7155,6843,98\n12,2021-10-19,7161,6876,98\n12,2021-10-20,7166,6903,98\n12,2021-10-21,7185,6924,98\n12,2021-10-22,7208,6950,98\n12,2021-10-23,7208,6950,98\n12,2021-10-24,7208,6950,98\n12,2021-10-25,7265,7014,99\n12,2021-10-26,7272,7038,100\n12,2021-10-27,7298,7052,100\n12,2021-10-28,7328,7057,100\n12,2021-10-29,7354,7085,100\n12,2021-10-30,7354,7085,100\n12,2021-10-31,7354,7085,100\n12,2021-11-01,7413,7146,101\n12,2021-11-02,7424,7162,101\n12,2021-11-03,7462,7181,101\n12,2021-11-04,7512,7198,101\n12,2021-11-05,7550,7229,101\n12,2021-11-06,7550,7229,101\n12,2021-11-07,7550,7229,101\n12,2021-11-08,7661,7305,101\n12,2021-11-09,7717,7334,102\n12,2021-11-10,7746,7367,102\n12,2021-11-11,7746,7367,102\n12,2021-11-12,7815,7436,102\n12,2021-11-13,7815,7436,102\n12,2021-11-14,7815,7436,102\n12,2021-11-15,7913,7545,105\n12,2021-11-16,7944,7586,105\n12,2021-11-17,7963,7622,105\n12,2021-11-18,7985,7644,105\n12,2021-11-19,8012,7684,106\n12,2021-11-20,8012,7684,106\n12,2021-11-21,8012,7684,106\n12,2021-11-22,8072,7772,107\n12,2021-11-23,8100,7809,107\n12,2021-11-24,8119,7840,107\n12,2021-11-25,8141,7864,108\n12,2021-11-26,8169,7889,108\n12,2021-11-27,8169,7889,108\n12,2021-11-28,8169,7889,108\n12,2021-11-29,8227,7947,110\n12,2021-11-30,8288,7978,110\n12,2021-12-01,8322,8009,110\n12,2021-12-02,8362,8038,110\n12,2021-12-03,8381,8072,110\n12,2021-12-04,8381,8072,110\n12,2021-12-05,8381,8072,110\n12,2021-12-06,8427,8164,110\n12,2021-12-07,8448,8191,110\n12,2021-12-08,8481,8209,110\n12,2021-12-09,8532,8228,110\n12,2021-12-10,8655,8244,110\n12,2021-12-11,8784,8244,110\n12,2021-12-12,8895,8244,110\n12,2021-12-13,9009,8301,110\n12,2021-12-14,9136,8319,110\n12,2021-12-15,9314,8342,110\n12,2021-12-16,9601,8380,110\n12,2021-12-17,9995,8460,110\n12,2021-12-18,10421,8460,110\n12,2021-12-19,10897,8460,110\n12,2021-12-20,11382,8643,110\n12,2021-12-21,11904,8874,110\n12,2021-12-22,12441,8874,111\n12,2021-12-23,13130,9175,111\n12,2021-12-24,13741,9475,111\n12,2021-12-25,14310,9475,111\n12,2021-12-26,14888,9475,111\n12,2021-12-27,15469,9475,111\n12,2021-12-28,16030,9475,111\n12,2021-12-29,16616,11452,111\n12,2021-12-30,17127,11910,111\n12,2021-12-31,17745,12517,111\n12,2022-01-01,18454,12517,111\n12,2022-01-02,19638,12517,111\n12,2022-01-03,20658,12517,111\n12,2022-01-04,21678,15128,111\n12,2022-01-05,22520,15764,111\n12,2022-01-06,23265,16518,111\n12,2022-01-07,23943,17216,112\n12,2022-01-08,25088,17216,112\n12,2022-01-09,25925,17216,112\n12,2022-01-10,26741,19721,114\n12,2022-01-11,27357,20446,115\n12,2022-01-12,28194,21210,117\n12,2022-01-13,28736,21999,117\n12,2022-01-14,29627,22862,117\n12,2022-01-15,30253,22862,117\n12,2022-01-16,30950,22862,117\n12,2022-01-17,31445,25588,121\n12,2022-01-18,31860,26227,122\n12,2022-01-19,32387,26889,124\n12,2022-01-20,33083,27525,128\n12,2022-01-21,33684,28315,128\n12,2022-01-22,34186,28315,128\n12,2022-01-23,34689,28315,128\n12,2022-01-24,35051,30450,131\n12,2022-01-25,35543,31157,136\n12,2022-01-26,35889,31400,136\n12,2022-01-27,36255,31837,142\n12,2022-01-28,36875,32417,142\n12,2022-01-29,37378,32417,142\n12,2022-01-30,37803,32417,142\n12,2022-01-31,38059,34000,146\n12,2022-02-01,38333,34556,147\n12,2022-02-02,38728,34943,153\n12,2022-02-03,39129,35325,157\n12,2022-02-04,39723,35796,158\n12,2022-02-05,40105,35796,158\n12,2022-02-06,40454,35796,158\n12,2022-02-07,40767,37300,161\n12,2022-02-08,40986,37693,161\n12,2022-02-09,41351,37953,166\n12,2022-02-10,41716,38243,167\n12,2022-02-11,42105,38785,167\n12,2022-02-12,42414,38785,167\n12,2022-02-13,42657,38785,167\n12,2022-02-14,42815,39978,176\n12,2022-02-15,43041,40244,182\n12,2022-02-16,43264,40510,182\n12,2022-02-17,43506,40783,188\n12,2022-02-18,43826,41199,188\n12,2022-02-19,44026,41199,188\n12,2022-02-20,44240,41199,188\n12,2022-02-21,44240,41199,188\n12,2022-02-22,44351,42302,191\n12,2022-02-23,44551,42462,191\n12,2022-02-24,44738,42644,191\n12,2022-02-25,44908,42827,193\n12,2022-02-26,45230,42827,193\n12,2022-02-27,45552,42827,193\n12,2022-02-28,45795,43635,193\n12,2022-03-01,46012,43779,202\n12,2022-03-02,46374,43921,206\n12,2022-03-03,46795,44073,208\n12,2022-03-04,47089,44227,213\n12,2022-03-05,47089,44227,213\n12,2022-03-06,47089,44227,213\n12,2022-03-07,47089,44227,213\n12,2022-03-08,48471,,218\n12,2022-03-09,48471,,218\n12,2022-03-10,48471,,218\n12,2022-03-11,48471,,218\n12,2022-03-12,48471,,218\n12,2022-03-13,48471,,218\n12,2022-03-14,48471,,218\n12,2022-03-15,51359,,232\n12,2022-03-16,51359,,232\n12,2022-03-17,51359,,232\n12,2022-03-18,51359,,232\n12,2022-03-19,51359,,232\n12,2022-03-20,51359,,232\n12,2022-03-21,51359,,232\n12,2022-03-22,54812,,245\n12,2022-03-23,54812,,245\n12,2022-03-24,54812,,245\n12,2022-03-25,54812,,245\n12,2022-03-26,54812,,245\n12,2022-03-27,54812,,245\n12,2022-03-28,54812,,245\n12,2022-03-29,59000,,255\n12,2022-03-30,59000,,255\n12,2022-03-31,59000,,255\n12,2022-04-01,59000,,255\n12,2022-04-02,59000,,255\n12,2022-04-03,59000,,255\n12,2022-04-04,59000,,255\n12,2022-04-05,65991,,263\n12,2022-04-06,65991,,263\n12,2022-04-07,65991,,263\n12,2022-04-08,65991,,263\n12,2022-04-09,65991,,263\n12,2022-04-10,65991,,263\n12,2022-04-11,72903,,277\n12,2022-04-12,72903,,277\n12,2022-04-13,72903,,277\n12,2022-04-14,72903,,277\n12,2022-04-15,72903,,277\n12,2022-04-16,72903,,277\n12,2022-04-17,72903,,277\n12,2022-04-18,80411,,290\n12,2022-04-19,80411,,290\n12,2022-04-20,80411,,290\n12,2022-04-21,80411,,290\n12,2022-04-22,80411,,290\n12,2022-04-23,80411,,290\n12,2022-04-24,80411,,290\n12,2022-04-25,85847,,314\n12,2022-04-26,85847,,314\n12,2022-04-27,85847,,314\n12,2022-04-28,85847,,314\n12,2022-04-29,85847,,314\n12,2022-04-30,85847,,314\n12,2022-05-01,85847,,314\n12,2022-05-02,89262,,336\n12,2022-05-03,89262,,336\n12,2022-05-04,89262,,336\n12,2022-05-05,89262,,336\n12,2022-05-06,89262,,336\n12,2022-05-07,89262,,336\n12,2022-05-08,89262,,336\n12,2022-05-09,92380,,354\n12,2022-05-10,92380,,354\n12,2022-05-11,92380,,354\n12,2022-05-12,92380,,354\n12,2022-05-13,92380,,354\n12,2022-05-14,92380,,354\n12,2022-05-15,92380,,354\n12,2022-05-16,94893,,378\n12,2022-05-17,94893,,378\n12,2022-05-18,94893,,378\n12,2022-05-19,94893,,378\n12,2022-05-20,94893,,378\n12,2022-05-21,94893,,378\n12,2022-05-22,94893,,378\n12,2022-05-23,96477,,391\n12,2022-05-24,96477,,391\n12,2022-05-25,96477,,391\n12,2022-05-26,96477,,391\n12,2022-05-27,96477,,391\n12,2022-05-28,96477,,391\n12,2022-05-29,96477,,391\n12,2022-05-30,98040,,400\n12,2022-05-31,98040,,400\n12,2022-06-01,98040,,400\n12,2022-06-02,98040,,400\n12,2022-06-03,98040,,400\n12,2022-06-04,98040,,400\n12,2022-06-05,98040,,400\n12,2022-06-06,99514,,421\n12,2022-06-07,99514,,421\n12,2022-06-08,99514,,421\n12,2022-06-09,,,\n12,2022-06-10,,,\n59,2020-01-31,1,,0\n59,2020-02-08,4,,0\n59,2020-02-16,5,,0\n59,2020-02-21,6,,0\n59,2020-02-24,6,,0\n59,2020-02-25,7,,0\n59,2020-02-26,7,,0\n59,2020-02-27,7,,0\n59,2020-02-29,7,,0\n59,2020-03-01,8,,0\n59,2020-03-03,12,,0\n59,2020-03-05,21,,0\n59,2020-03-06,21,,0\n59,2020-03-07,27,,0\n59,2020-03-08,27,,1\n59,2020-03-09,32,,1\n59,2020-03-11,39,,1\n59,2020-03-12,46,,1\n59,2020-03-13,53,,1\n59,2020-03-14,64,,1\n59,2020-03-15,73,,1\n59,2020-03-16,73,,4\n59,2020-03-17,103,,7\n59,2020-03-18,186,,7\n59,2020-03-19,271,,8\n59,2020-03-20,271,,9\n59,2020-03-21,424,,10\n59,2020-03-22,424,,10\n59,2020-03-23,472,,13\n59,2020-03-24,617,,13\n59,2020-03-25,659,,14\n59,2020-03-26,725,186,14\n59,2020-03-27,725,186,14\n59,2020-03-28,884,396,16\n59,2020-03-29,884,396,17\n59,2020-03-30,960,469,19\n59,2020-03-31,970,507,19\n59,2020-04-01,1066,606,25\n59,2020-04-02,1121,641,31\n59,2020-04-03,1174,641,35\n59,2020-04-04,1203,705,38\n59,2020-04-05,1203,704,38\n59,2020-04-06,1266,783,39\n59,2020-04-07,1291,783,43\n59,2020-04-08,1336,838,48\n59,2020-04-09,1370,858,50\n59,2020-04-10,1410,879,55\n59,2020-04-11,1445,905,58\n59,2020-04-12,1445,905,58\n59,2020-04-13,1490,926,69\n59,2020-04-14,1517,942,72\n59,2020-04-15,1561,955,75\n59,2020-04-16,1561,955,75\n59,2020-04-17,1575,955,77\n59,2020-04-18,1618,966,78\n59,2020-04-19,1618,966,78\n59,2020-04-20,1699,1039,86\n59,2020-04-21,1724,1041,87\n59,2020-04-22,1795,1079,90\n59,2020-04-23,1824,1092,94\n59,2020-04-24,1853,1114,98\n59,2020-04-25,1948,1137,100\n59,2020-04-26,1948,1137,100\n59,2020-04-27,1998,1190,103\n59,2020-04-28,2053,1231,105\n59,2020-04-29,2087,1305,109\n59,2020-04-30,2112,1322,111\n59,2020-05-01,2145,1357,112\n59,2020-05-02,2171,1376,114\n59,2020-05-03,2171,1376,114\n59,2020-05-04,2224,1417,117\n59,2020-05-05,2232,1472,121\n59,2020-05-06,2255,1494,124\n59,2020-05-07,2288,1512,126\n59,2020-05-08,2315,1579,127\n59,2020-05-09,2330,1659,129\n59,2020-05-10,2330,1659,129\n59,2020-05-11,2353,1719,130\n59,2020-05-12,2360,1832,131\n59,2020-05-13,2376,1859,132\n59,2020-05-14,2392,1885,135\n59,2020-05-15,2407,1908,140\n59,2020-05-16,2428,1932,141\n59,2020-05-17,2428,1932,141\n59,2020-05-18,2444,1966,143\n59,2020-05-19,2446,1975,146\n59,2020-05-20,2467,2001,149\n59,2020-05-21,2479,2020,152\n59,2020-05-22,2507,2042,155\n59,2020-05-23,2517,2057,157\n59,2020-05-24,2517,2057,157\n59,2020-05-25,2530,2102,161\n59,2020-05-26,2541,2122,161\n59,2020-05-27,2550,2144,162\n59,2020-05-28,2558,2153,164\n59,2020-05-29,2562,2170,164\n59,2020-05-30,2573,2181,164\n59,2020-05-31,2573,2181,164\n59,2020-06-01,2597,2207,165\n59,2020-06-02,2601,2229,165\n59,2020-06-03,2623,2243,166\n59,2020-06-04,2632,2265,166\n59,2020-06-05,2632,2272,167\n59,2020-06-06,2632,2272,167\n59,2020-06-07,2632,2272,167\n59,2020-06-08,2659,2309,167\n59,2020-06-09,2669,2319,167\n59,2020-06-10,2680,2328,167\n59,2020-06-11,2694,2344,167\n59,2020-06-12,2709,2354,168\n59,2020-06-13,2709,2354,168\n59,2020-06-14,2709,2354,168\n59,2020-06-15,2745,2395,168\n59,2020-06-16,2756,2416,168\n59,2020-06-17,2775,2422,168\n59,2020-06-18,2783,2425,168\n59,2020-06-19,2790,2444,168\n59,2020-06-20,2790,2444,168\n59,2020-06-21,2790,2444,168\n59,2020-06-22,2822,2471,169\n59,2020-06-23,2835,2491,170\n59,2020-06-24,2849,2516,171\n59,2020-06-25,2869,2517,173\n59,2020-06-26,2878,2545,174\n59,2020-06-27,2878,2545,174\n59,2020-06-28,2878,2545,174\n59,2020-06-29,2904,2577,174\n59,2020-06-30,2916,2590,174\n59,2020-07-01,2916,2590,174\n59,2020-07-02,2940,2603,177\n59,2020-07-03,2947,2608,177\n59,2020-07-04,2947,2608,177\n59,2020-07-05,2947,2608,177\n59,2020-07-06,2978,2629,183\n59,2020-07-07,2990,2645,183\n59,2020-07-08,3008,2660,186\n59,2020-07-09,3028,2667,186\n59,2020-07-10,3053,2679,187\n59,2020-07-11,3053,2679,187\n59,2020-07-12,3053,2679,187\n59,2020-07-13,3115,2718,189\n59,2020-07-14,3128,2730,189\n59,2020-07-15,3149,2753,189\n59,2020-07-16,3170,2789,189\n59,2020-07-17,3198,2802,189\n59,2020-07-18,3198,2802,189\n59,2020-07-19,3198,2802,189\n59,2020-07-20,3300,2858,189\n59,2020-07-21,3328,2873,189\n59,2020-07-22,3362,2888,189\n59,2020-07-23,3392,2898,190\n59,2020-07-24,3419,2934,191\n59,2020-07-25,3419,2934,191\n59,2020-07-26,3419,2934,191\n59,2020-07-27,3500,3043,193\n59,2020-07-28,3523,3076,194\n59,2020-07-29,3562,3109,194\n59,2020-07-30,3591,3155,194\n59,2020-07-31,3641,3168,195\n59,2020-08-01,3641,3168,195\n59,2020-08-02,3641,3168,195\n59,2020-08-03,3641,3168,195\n59,2020-08-04,3787,3273,195\n59,2020-08-05,3834,3288,195\n59,2020-08-06,3881,3315,195\n59,2020-08-07,3934,3353,195\n59,2020-08-08,3934,3353,195\n59,2020-08-09,3934,3353,195\n59,2020-08-10,4065,3425,195\n59,2020-08-11,4111,3444,195\n59,2020-08-12,4196,3469,196\n59,2020-08-13,4274,3500,196\n59,2020-08-14,4358,3533,196\n59,2020-08-15,4358,3533,196\n59,2020-08-16,4358,3533,196\n59,2020-08-17,4594,3653,198\n59,2020-08-18,4677,3704,198\n59,2020-08-19,4745,3749,198\n59,2020-08-20,4825,3845,200\n59,2020-08-21,4915,3889,202\n59,2020-08-22,4915,3889,202\n59,2020-08-23,4915,3889,202\n59,2020-08-24,5184,4068,203\n59,2020-08-25,5242,4114,203\n59,2020-08-26,5304,4199,203\n59,2020-08-27,5372,4253,204\n59,2020-08-28,5496,4310,204\n59,2020-08-29,5496,4310,204\n59,2020-08-30,5496,4310,204\n59,2020-08-31,5790,4466,208\n59,2020-09-01,5848,4505,209\n59,2020-09-02,5952,4605,209\n59,2020-09-03,6041,4644,210\n59,2020-09-04,6162,4706,211\n59,2020-09-05,6162,4706,211\n59,2020-09-06,6162,4706,211\n59,2020-09-07,6162,4706,211\n59,2020-09-08,6591,4978,213\n59,2020-09-09,6691,5100,213\n59,2020-09-10,6830,5190,213\n59,2020-09-11,6962,5273,213\n59,2020-09-12,6962,5273,213\n59,2020-09-13,6962,5273,213\n59,2020-09-14,7279,5446,219\n59,2020-09-15,7376,5548,219\n59,2020-09-16,7498,5646,219\n59,2020-09-17,7663,5719,220\n59,2020-09-18,7842,5797,223\n59,2020-09-19,7842,5797,223\n59,2020-09-20,7842,5797,223\n59,2020-09-21,8208,5792,227\n59,2020-09-22,8304,6589,227\n59,2020-09-23,8395,6769,227\n59,2020-09-24,8543,6917,229\n59,2020-09-25,8641,7036,230\n59,2020-09-26,8641,7036,230\n59,2020-09-27,8641,7036,230\n59,2020-09-28,8908,7346,233\n59,2020-09-29,9013,7485,234\n59,2020-09-30,9138,7591,234\n59,2020-10-01,9220,7695,235\n59,2020-10-02,9381,7813,238\n59,2020-10-03,9381,7813,238\n59,2020-10-04,9381,7813,238\n59,2020-10-05,9739,8115,242\n59,2020-10-06,9841,8184,244\n59,2020-10-07,9956,8296,244\n59,2020-10-08,10066,8398,245\n59,2020-10-09,10185,8502,245\n59,2020-10-10,10185,8502,245\n59,2020-10-11,10185,8502,245\n59,2020-10-12,10185,8502,245\n59,2020-10-13,10734,8974,250\n59,2020-10-14,10892,9112,250\n59,2020-10-15,11034,9257,250\n59,2020-10-16,11189,9387,251\n59,2020-10-17,11189,9387,251\n59,2020-10-18,11189,9387,251\n59,2020-10-19,11687,9753,253\n59,2020-10-20,11854,9871,254\n59,2020-10-21,12057,9993,256\n59,2020-10-22,12331,10114,256\n59,2020-10-23,12554,10247,256\n59,2020-10-24,12554,10247,256\n59,2020-10-25,12554,10247,256\n59,2020-10-26,13371,10734,259\n59,2020-10-27,13588,10954,259\n59,2020-10-28,13875,11244,261\n59,2020-10-29,14109,11448,262\n59,2020-10-30,14381,11670,263\n59,2020-10-31,14733,11670,263\n59,2020-11-01,15122,11670,263\n59,2020-11-02,15501,12207,269\n59,2020-11-03,15800,12430,272\n59,2020-11-04,16135,12659,273\n59,2020-11-05,16560,12806,273\n59,2020-11-06,17149,13035,275\n59,2020-11-07,17716,13035,276\n59,2020-11-08,18252,13035,276\n59,2020-11-09,18714,13425,281\n59,2020-11-10,19239,13704,284\n59,2020-11-11,19774,13704,284\n59,2020-11-12,20368,14089,288\n59,2020-11-13,20985,14901,290\n59,2020-11-14,21639,14901,290\n59,2020-11-15,22298,14901,290\n59,2020-11-16,22944,16087,299\n59,2020-11-17,23661,16469,310\n59,2020-11-18,24422,16914,320\n59,2020-11-19,24958,17206,321\n59,2020-11-20,25474,17477,331\n59,2020-11-21,26187,17477,331\n59,2020-11-22,26813,17477,331\n59,2020-11-23,27407,19069,348\n59,2020-11-24,28348,19605,358\n59,2020-11-25,29086,19814,371\n59,2020-11-26,29973,19998,384\n59,2020-11-27,30884,21304,395\n59,2020-11-28,31634,21304,410\n59,2020-11-29,32642,21304,427\n59,2020-11-30,33238,23111,441\n59,2020-12-01,33894,23774,457\n59,2020-12-02,34728,24424,469\n59,2020-12-03,35421,24928,481\n59,2020-12-04,36132,25658,492\n59,2020-12-05,36779,25658,510\n59,2020-12-06,37505,25658,520\n59,2020-12-07,38152,27287,527\n59,2020-12-08,38718,27897,543\n59,2020-12-09,39337,28448,559\n59,2020-12-10,40060,28948,587\n59,2020-12-11,40797,29598,598\n59,2020-12-12,41495,29598,626\n59,2020-12-13,42184,29598,640\n59,2020-12-14,42943,31207,647\n59,2020-12-15,43463,31866,668\n59,2020-12-16,44103,32376,692\n59,2020-12-17,44776,32963,713\n59,2020-12-18,45400,33589,724\n59,2020-12-19,46052,33589,752\n59,2020-12-20,46538,33589,760\n59,2020-12-21,47067,35455,765\n59,2020-12-22,47510,36094,777\n59,2020-12-23,48027,36952,796\n59,2020-12-24,48609,37784,808\n59,2020-12-25,49121,37784,833\n59,2020-12-26,49568,37784,847\n59,2020-12-27,49992,37784,861\n59,2020-12-28,50433,37784,872\n59,2020-12-29,50815,41175,882\n59,2020-12-30,51300,41681,893\n59,2020-12-31,51990,42127,901\n59,2021-01-01,52555,42127,901\n59,2021-01-02,53162,42127,901\n59,2021-01-03,53662,42127,901\n59,2021-01-04,54201,45229,946\n59,2021-01-05,54629,45999,954\n59,2021-01-06,55254,46728,962\n59,2021-01-07,56015,47374,970\n59,2021-01-08,56632,48205,988\n59,2021-01-09,57170,48205,999\n59,2021-01-10,57677,48205,1005\n59,2021-01-11,58107,50541,1010\n59,2021-01-12,58553,51144,1019\n59,2021-01-13,59072,51893,1031\n59,2021-01-14,59608,52605,1038\n59,2021-01-15,60117,53115,1047\n59,2021-01-16,60701,53115,1064\n59,2021-01-17,61146,53115,1073\n59,2021-01-18,61447,54656,1078\n59,2021-01-19,61912,55099,1090\n59,2021-01-20,62412,55564,1104\n59,2021-01-21,62976,56010,1119\n59,2021-01-22,63484,56455,1128\n59,2021-01-23,64011,56455,1128\n59,2021-01-24,64482,56455,1128\n59,2021-01-25,64828,57831,1154\n59,2021-01-26,65234,58352,1168\n59,2021-01-27,65719,58778,1172\n59,2021-01-28,66265,59141,1184\n59,2021-01-29,66779,59551,1189\n59,2021-01-30,67187,59551,1189\n59,2021-01-31,67660,59551,1189\n59,2021-02-01,67937,61117,1210\n59,2021-02-02,68366,61129,1218\n59,2021-02-03,68780,61643,1234\n59,2021-02-04,69245,62078,1240\n59,2021-02-05,69716,62567,1246\n59,2021-02-06,70144,62567,1246\n59,2021-02-07,70609,62567,1246\n59,2021-02-08,70952,65605,1259\n59,2021-02-09,71387,65618,1263\n59,2021-02-10,71856,66167,1269\n59,2021-02-11,72305,66603,1278\n59,2021-02-12,72750,67008,1288\n59,2021-02-13,73202,67008,1298\n59,2021-02-14,73633,67008,1303\n59,2021-02-15,73981,67008,1310\n59,2021-02-16,74283,67008,1314\n59,2021-02-17,74710,69167,1317\n59,2021-02-18,75327,69602,1321\n59,2021-02-19,75835,69970,1327\n59,2021-02-20,76339,69970,1327\n59,2021-02-21,76814,69970,1327\n59,2021-02-22,77263,71313,1335\n59,2021-02-23,77858,71753,1336\n59,2021-02-24,78350,72219,1338\n59,2021-02-25,78782,72781,1348\n59,2021-02-26,79340,73188,1355\n59,2021-02-27,79909,73188,1355\n59,2021-02-28,80454,73188,1355\n59,2021-03-01,80929,74776,1363\n59,2021-03-02,81367,75255,1365\n59,2021-03-03,81909,75819,1372\n59,2021-03-04,82473,76289,1376\n59,2021-03-05,83107,76752,1380\n59,2021-03-06,83652,76752,1383\n59,2021-03-07,84184,76752,1387\n59,2021-03-08,84569,78237,1391\n59,2021-03-09,85119,78770,1393\n59,2021-03-10,85650,79309,1394\n59,2021-03-11,86219,79829,1397\n59,2021-03-12,86867,80325,1397\n59,2021-03-13,87422,80325,1401\n59,2021-03-14,87913,80325,1404\n59,2021-03-15,88373,81890,1407\n59,2021-03-16,88929,82436,1407\n59,2021-03-17,89427,83083,1411\n59,2021-03-18,90049,86613,1419\n59,2021-03-19,90786,84078,1421\n59,2021-03-20,91342,84078,1421\n59,2021-03-21,91940,84078,1421\n59,2021-03-22,92571,85746,1437\n59,2021-03-23,93253,86307,1438\n59,2021-03-24,93969,86857,1441\n59,2021-03-25,94769,87351,1446\n59,2021-03-26,95677,87866,1449\n59,2021-03-27,96613,87866,1452\n59,2021-03-28,97418,87866,1453\n59,2021-03-29,98195,89722,1455\n59,2021-03-30,99035,90401,1455\n59,2021-03-31,100048,91066,1458\n59,2021-04-01,100880,91732,1463\n59,2021-04-02,101954,91732,1463\n59,2021-04-03,103031,91732,1463\n59,2021-04-04,104030,91732,1463\n59,2021-04-05,104920,94806,1486\n59,2021-04-06,105988,95691,1489\n59,2021-04-07,106985,96626,1491\n59,2021-04-08,108278,97462,1493\n59,2021-04-09,109540,98336,1495\n59,2021-04-10,110823,98336,1504\n59,2021-04-11,111859,98336,1509\n59,2021-04-12,112829,101216,1513\n59,2021-04-13,113702,102268,1515\n59,2021-04-14,114870,103360,1521\n59,2021-04-15,116075,104331,1524\n59,2021-04-16,117080,105291,1530\n59,2021-04-17,118107,105291,1530\n59,2021-04-18,119040,105291,1530\n59,2021-04-19,120040,108919,1538\n59,2021-04-20,120889,109973,1539\n59,2021-04-21,121751,111039,1546\n59,2021-04-22,122757,112235,1550\n59,2021-04-23,123758,113139,1554\n59,2021-04-24,124639,113139,1563\n59,2021-04-25,125486,113139,1568\n59,2021-04-26,126249,116241,1571\n59,2021-04-27,127048,117150,1571\n59,2021-04-28,127889,118057,1576\n59,2021-04-29,128742,118937,1577\n59,2021-04-30,129482,119785,1581\n59,2021-05-01,130317,119785,1581\n59,2021-05-02,130988,119785,1581\n59,2021-05-03,131656,122518,1594\n59,2021-05-04,132353,123383,1594\n59,2021-05-05,132925,124252,1594\n59,2021-05-06,133619,125025,1595\n59,2021-05-07,134341,125799,1602\n59,2021-05-08,134937,125799,1614\n59,2021-05-09,135542,125799,1618\n59,2021-05-10,136108,128139,1622\n59,2021-05-11,136623,128782,1624\n59,2021-05-12,137223,129524,1625\n59,2021-05-13,137810,130310,1632\n59,2021-05-14,138304,130953,1634\n59,2021-05-15,138747,130953,1634\n59,2021-05-16,139240,130953,1634\n59,2021-05-17,139664,132841,1648\n59,2021-05-18,140075,133383,1650\n59,2021-05-19,140596,133985,1658\n59,2021-05-20,140953,134521,1661\n59,2021-05-21,141373,135068,1667\n59,2021-05-22,141729,135068,1667\n59,2021-05-23,142054,135068,1667\n59,2021-05-24,142347,136603,1679\n59,2021-05-25,142636,137062,1680\n59,2021-05-26,142886,137517,1683\n59,2021-05-27,143264,137929,1690\n59,2021-05-28,143581,138360,1692\n59,2021-05-29,143839,138360,1699\n59,2021-05-30,144077,138360,1700\n59,2021-05-31,144289,139562,1703\n59,2021-06-01,144473,139899,1703\n59,2021-06-02,144667,140238,1707\n59,2021-06-03,144866,140537,1709\n59,2021-06-04,145049,140835,1710\n59,2021-06-05,145266,140835,1719\n59,2021-06-06,145397,140835,1720\n59,2021-06-07,145530,141663,1722\n59,2021-06-08,145695,141879,1722\n59,2021-06-09,145843,142106,1725\n59,2021-06-10,145996,142314,1729\n59,2021-06-11,146176,142526,1730\n59,2021-06-12,146272,142526,1730\n59,2021-06-13,146385,142526,1730\n59,2021-06-14,146453,143147,1734\n59,2021-06-15,146561,143299,1734\n59,2021-06-16,146674,143449,1738\n59,2021-06-17,146794,143579,1739\n59,2021-06-18,146902,143748,1740\n59,2021-06-19,146996,143748,1740\n59,2021-06-20,147086,143748,1740\n59,2021-06-21,147131,144153,1743\n59,2021-06-22,147184,144263,1743\n59,2021-06-23,147271,144383,1744\n59,2021-06-24,147346,144466,1747\n59,2021-06-25,147418,144554,1749\n59,2021-06-26,147475,144554,1749\n59,2021-06-27,147511,144554,1749\n59,2021-06-28,147549,144848,1754\n59,2021-06-29,147578,144931,1754\n59,2021-06-30,147621,145032,1754\n59,2021-07-01,147670,145032,1754\n59,2021-07-02,147705,145200,1756\n59,2021-07-03,147735,145200,1756\n59,2021-07-04,147772,145200,1756\n59,2021-07-05,147790,145362,1759\n59,2021-07-06,147797,145420,1759\n59,2021-07-07,147856,145455,1759\n59,2021-07-08,147915,145491,1760\n59,2021-07-09,148031,145594,1760\n59,2021-07-10,148077,145594,1760\n59,2021-07-11,148124,145594,1760\n59,2021-07-12,148154,145722,1760\n59,2021-07-13,148187,145775,1760\n59,2021-07-14,148228,145817,1760\n59,2021-07-15,148286,145859,1761\n59,2021-07-16,148331,145908,1761\n59,2021-07-17,148387,145908,1761\n59,2021-07-18,148447,145908,1761\n59,2021-07-19,148487,146062,1763\n59,2021-07-20,148563,146099,1763\n59,2021-07-21,148641,146142,1763\n59,2021-07-22,148730,146178,1763\n59,2021-07-23,148842,146463,1767\n59,2021-07-24,148936,146463,1767\n59,2021-07-25,149015,146463,1767\n59,2021-07-26,149109,146636,1768\n59,2021-07-27,149259,146700,1768\n59,2021-07-28,149444,146756,1771\n59,2021-07-29,149646,146810,1771\n59,2021-07-30,149889,146876,1771\n59,2021-07-31,150049,146876,1771\n59,2021-08-01,150245,146876,1771\n59,2021-08-02,150430,146876,1771\n59,2021-08-03,150631,147285,1772\n59,2021-08-04,150973,147409,1772\n59,2021-08-05,151375,147510,1772\n59,2021-08-06,151839,147627,1772\n59,2021-08-07,152261,147627,1772\n59,2021-08-08,152625,147627,1772\n59,2021-08-09,152918,148066,1777\n59,2021-08-10,153313,148215,1777\n59,2021-08-11,153849,148446,1778\n59,2021-08-12,154362,148702,1779\n59,2021-08-13,155079,148964,1779\n59,2021-08-14,155611,148964,1779\n59,2021-08-15,156052,148964,1779\n59,2021-08-16,156513,149553,1780\n59,2021-08-17,157014,149847,1781\n59,2021-08-18,157567,150102,1782\n59,2021-08-19,158256,150377,1784\n59,2021-08-20,158919,150657,1785\n59,2021-08-21,159643,150657,1785\n59,2021-08-22,160188,150657,1785\n59,2021-08-23,160630,153627,1801\n59,2021-08-24,161271,153967,1801\n59,2021-08-25,161969,154669,1802\n59,2021-08-26,162693,155096,1804\n59,2021-08-27,163560,155928,1807\n59,2021-08-28,164329,155928,1807\n59,2021-08-29,164910,155928,1807\n59,2021-08-30,165413,157419,1814\n59,2021-08-31,166068,157941,1816\n59,2021-09-01,166853,158900,1818\n59,2021-09-02,167654,159560,1824\n59,2021-09-03,168325,160268,1827\n59,2021-09-04,168983,160268,1827\n59,2021-09-05,169617,160268,1827\n59,2021-09-06,170180,160268,1827\n59,2021-09-07,170750,163062,1842\n59,2021-09-08,171564,163793,1842\n59,2021-09-09,172338,164470,1847\n59,2021-09-10,173158,165027,1856\n59,2021-09-11,173981,165027,1856\n59,2021-09-12,174622,165027,1856\n59,2021-09-13,175142,167078,1865\n59,2021-09-14,175819,167416,1866\n59,2021-09-15,176480,168459,1873\n59,2021-09-16,177186,169083,1877\n59,2021-09-17,177954,169653,1888\n59,2021-09-18,178598,169653,1888\n59,2021-09-19,179211,169653,1888\n59,2021-09-20,179653,171769,1899\n59,2021-09-21,180178,172624,1900\n59,2021-09-22,180937,173215,1910\n59,2021-09-23,181798,173786,1915\n59,2021-09-24,182541,174281,1922\n59,2021-09-25,183417,174281,1922\n59,2021-09-26,184074,174281,1922\n59,2021-09-27,184780,176354,1940\n59,2021-09-28,185432,177113,1942\n59,2021-09-29,186245,177729,1953\n59,2021-09-30,186980,177729,1962\n59,2021-10-01,187694,178980,1973\n59,2021-10-02,188311,178980,1973\n59,2021-10-03,189018,178980,1973\n59,2021-10-04,189680,181304,1983\n59,2021-10-05,190372,182045,1983\n59,2021-10-06,191124,182786,1992\n59,2021-10-07,191748,183406,1996\n59,2021-10-08,192491,184121,2001\n59,2021-10-09,193094,184121,2001\n59,2021-10-10,193728,184121,2001\n59,2021-10-11,194196,184121,2001\n59,2021-10-12,194581,186955,2029\n59,2021-10-13,195186,187564,2033\n59,2021-10-14,195766,187985,2042\n59,2021-10-15,196433,188851,2055\n59,2021-10-16,197186,188851,2055\n59,2021-10-17,197835,188851,2055\n59,2021-10-18,198278,190918,2081\n59,2021-10-19,198838,191476,2086\n59,2021-10-20,199534,192189,2092\n59,2021-10-21,200249,192819,2096\n59,2021-10-22,200898,193325,2109\n59,2021-10-23,201511,193325,2109\n59,2021-10-24,202040,193325,2109\n59,2021-10-25,202516,195055,2129\n59,2021-10-26,202973,195646,2131\n59,2021-10-27,203572,196342,2137\n59,2021-10-28,204330,196858,2147\n59,2021-10-29,204914,197396,2156\n59,2021-10-30,205482,197396,2156\n59,2021-10-31,205952,197396,2156\n59,2021-11-01,206284,199107,2181\n59,2021-11-02,206690,199480,2186\n59,2021-11-03,207120,200220,2192\n59,2021-11-04,207716,200749,2200\n59,2021-11-05,208265,201267,2201\n59,2021-11-06,208818,201267,2201\n59,2021-11-07,209280,201267,2201\n59,2021-11-08,209703,202898,2218\n59,2021-11-09,210203,203375,2223\n59,2021-11-10,210758,203909,2234\n59,2021-11-11,211277,203909,2234\n59,2021-11-12,211750,204963,2257\n59,2021-11-13,212252,204963,2257\n59,2021-11-14,212639,204963,2257\n59,2021-11-15,213020,206665,2273\n59,2021-11-16,213358,207275,2274\n59,2021-11-17,213682,207779,2281\n59,2021-11-18,214150,208284,2290\n59,2021-11-19,214636,208702,2293\n59,2021-11-20,215026,208702,2293\n59,2021-11-21,215358,208702,2293\n59,2021-11-22,215677,210070,2303\n59,2021-11-23,216012,210478,2304\n59,2021-11-24,216334,210828,2313\n59,2021-11-25,216758,211202,2316\n59,2021-11-26,217099,211577,2322\n59,2021-11-27,217487,211577,2322\n59,2021-11-28,217796,211577,2322\n59,2021-11-29,218068,212704,2333\n59,2021-11-30,218426,213053,2333\n59,2021-12-01,218812,213394,2340\n59,2021-12-02,219180,213694,2345\n59,2021-12-03,219584,214047,2351\n59,2021-12-04,219935,214047,2351\n59,2021-12-05,220246,214047,2351\n59,2021-12-06,220530,215190,2362\n59,2021-12-07,220856,215577,2363\n59,2021-12-08,221235,215884,2369\n59,2021-12-09,221576,216185,2378\n59,2021-12-10,222013,216542,2381\n59,2021-12-11,222428,216542,2381\n59,2021-12-12,222793,216542,2381\n59,2021-12-13,223142,217705,2386\n59,2021-12-14,223661,218001,2386\n59,2021-12-15,224245,218295,2393\n59,2021-12-16,224998,218616,2396\n59,2021-12-17,225785,218960,2399\n59,2021-12-18,226696,218960,2399\n59,2021-12-19,227528,218960,2399\n59,2021-12-20,228335,220348,2402\n59,2021-12-21,229643,220741,2403\n59,2021-12-22,231171,221280,2409\n59,2021-12-23,233217,221872,2410\n59,2021-12-24,235658,222604,2414\n59,2021-12-25,238210,222604,2414\n59,2021-12-26,240233,222604,2414\n59,2021-12-27,241946,222604,2414\n59,2021-12-28,243731,222604,2414\n59,2021-12-29,246671,227780,2419\n59,2021-12-30,251054,230784,2420\n59,2021-12-31,254849,231058,2423\n59,2022-01-01,258882,231058,2423\n59,2022-01-02,261951,231058,2423\n59,2022-01-03,264181,231058,2423\n59,2022-01-04,266710,236309,2427\n59,2022-01-05,270508,237195,2427\n59,2022-01-06,273731,238524,2430\n59,2022-01-07,276875,240198,2439\n59,2022-01-08,279448,240198,2439\n59,2022-01-09,281735,240198,2439\n59,2022-01-10,283841,243953,2446\n59,2022-01-11,286080,244551,2449\n59,2022-01-12,288692,246693,2455\n59,2022-01-13,291246,249458,2462\n59,2022-01-14,293521,251846,2468\n59,2022-01-15,295904,251846,2468\n59,2022-01-16,297637,251846,2468\n59,2022-01-17,299146,257677,2490\n59,2022-01-18,301178,258417,2492\n59,2022-01-19,303565,262591,2505\n59,2022-01-20,305715,265765,2520\n59,2022-01-21,308079,269137,2529\n59,2022-01-22,310242,269137,2529\n59,2022-01-23,311731,269137,2529\n59,2022-01-24,313076,276529,2553\n59,2022-01-25,314787,277285,2554\n59,2022-01-26,316873,282189,2575\n59,2022-01-27,318906,284832,2588\n59,2022-01-28,320540,286134,2597\n59,2022-01-29,322265,286134,2597\n59,2022-01-30,323558,286134,2597\n59,2022-01-31,324615,293124,2616\n59,2022-02-01,325851,293488,2625\n59,2022-02-02,327625,297682,2643\n59,2022-02-03,329143,299657,2656\n59,2022-02-04,330638,301573,2675\n59,2022-02-05,331964,301573,2675\n59,2022-02-06,333082,301573,2675\n59,2022-02-07,333925,306419,2707\n59,2022-02-08,335042,306888,2707\n59,2022-02-09,336229,310533,2725\n59,2022-02-10,337547,310533,2730\n59,2022-02-11,338585,,2747\n59,2022-02-12,339736,,2747\n59,2022-02-13,340619,,2747\n59,2022-02-14,341286,,2764\n59,2022-02-15,341532,,2766\n59,2022-02-16,342282,,2777\n59,2022-02-17,342939,,2781\n59,2022-02-18,343631,,2786\n59,2022-02-19,344262,,2786\n59,2022-02-20,344833,,2786\n59,2022-02-21,345257,,2786\n59,2022-02-22,345734,,2830\n59,2022-02-23,346196,,2831\n59,2022-02-24,346793,,2840\n59,2022-02-25,347331,,2851\n59,2022-02-26,347729,,2851\n59,2022-02-27,348026,,2851\n59,2022-02-28,348305,,2873\n59,2022-03-01,348771,,2873\n59,2022-03-02,349213,,2883\n59,2022-03-03,349604,,2896\n59,2022-03-04,349944,,2903\n59,2022-03-05,350329,,2903\n59,2022-03-06,350656,,2903\n59,2022-03-07,350941,,2914\n59,2022-03-08,351141,,2915\n59,2022-03-09,351415,,2929\n59,2022-03-10,351751,,2932\n59,2022-03-11,352039,,2932\n59,2022-03-12,352319,,2932\n59,2022-03-13,352530,,2932\n59,2022-03-14,352728,,2946\n59,2022-03-15,352904,,2946\n59,2022-03-16,353139,,2953\n59,2022-03-17,353379,,2960\n59,2022-03-18,353578,,2966\n59,2022-03-19,353778,,2966\n59,2022-03-20,353948,,2966\n59,2022-03-21,354084,,2974\n59,2022-03-22,354334,,2974\n59,2022-03-23,354603,,2975\n59,2022-03-24,354874,,2981\n59,2022-03-25,355092,,2983\n59,2022-03-26,355299,,2983\n59,2022-03-27,355496,,2983\n59,2022-03-28,355648,,2989\n59,2022-03-29,355935,,2990\n59,2022-03-30,356252,,2996\n59,2022-03-31,356501,,2998\n59,2022-04-01,356858,,3002\n59,2022-04-02,357242,,3004\n59,2022-04-03,357331,,3004\n59,2022-04-04,357500,,3004\n59,2022-04-05,357758,,3004\n59,2022-04-06,357974,,3004\n59,2022-04-07,357974,,3004\n59,2022-04-08,357974,,3004\n59,2022-04-09,359002,,3036\n59,2022-04-10,359002,,3036\n59,2022-04-11,359002,,3036\n59,2022-04-12,359002,,3036\n59,2022-04-13,359002,,3036\n59,2022-04-14,359002,,3036\n59,2022-04-15,359002,,3036\n59,2022-04-16,361034,,3077\n59,2022-04-17,361034,,3077\n59,2022-04-18,361034,,3077\n59,2022-04-19,361034,,3077\n59,2022-04-20,361034,,3077\n59,2022-04-21,361034,,3077\n59,2022-04-22,361034,,3077\n59,2022-04-23,363302,,3147\n59,2022-04-24,363302,,3147\n59,2022-04-25,363302,,3147\n59,2022-04-26,363302,,3147\n59,2022-04-27,363302,,3147\n59,2022-04-28,363302,,3147\n59,2022-04-29,363302,,3147\n59,2022-04-30,365577,,3226\n59,2022-05-01,365577,,3226\n59,2022-05-02,365577,,3226\n59,2022-05-03,365577,,3226\n59,2022-05-04,365577,,3226\n59,2022-05-05,365577,,3226\n59,2022-05-06,365577,,3226\n59,2022-05-07,367559,,3307\n59,2022-05-08,367559,,3307\n59,2022-05-09,367559,,3307\n59,2022-05-10,367559,,3307\n59,2022-05-11,367559,,3307\n59,2022-05-12,367559,,3307\n59,2022-05-13,367559,,3307\n59,2022-05-14,369202,,3398\n59,2022-05-15,369202,,3398\n59,2022-05-16,369202,,3398\n59,2022-05-17,369202,,3398\n59,2022-05-18,369202,,3398\n59,2022-05-19,369202,,3398\n59,2022-05-20,369202,,3398\n59,2022-05-21,370559,,3469\n59,2022-05-22,370559,,3469\n59,2022-05-23,370559,,3469\n59,2022-05-24,370559,,3469\n59,2022-05-25,370559,,3469\n59,2022-05-26,370559,,3469\n59,2022-05-27,370559,,3469\n59,2022-05-28,371720,,3547\n59,2022-05-29,371720,,3547\n59,2022-05-30,371720,,3547\n59,2022-05-31,371720,,3547\n59,2022-06-01,371720,,3547\n59,2022-06-02,371720,,3547\n59,2022-06-03,371720,,3547\n59,2022-06-04,372611,,3614\n59,2022-06-05,372611,,3614\n59,2022-06-06,372611,,3614\n59,2022-06-07,372611,,3614\n59,2022-06-08,372611,,3614\n59,2022-06-09,,,\n59,2022-06-10,,,\n10,2020-03-11,0,,0\n10,2020-03-12,0,,0\n10,2020-03-13,0,,0\n10,2020-03-14,0,,0\n10,2020-03-15,0,,0\n10,2020-03-16,0,,0\n10,2020-03-17,0,,0\n10,2020-03-18,0,,0\n10,2020-03-19,1,,0\n10,2020-03-20,3,,0\n10,2020-03-21,3,,0\n10,2020-03-22,3,,0\n10,2020-03-23,4,,0\n10,2020-03-24,4,,0\n10,2020-03-25,67,,0\n10,2020-03-26,82,,0\n10,2020-03-27,102,,0\n10,2020-03-28,120,4,0\n10,2020-03-29,135,4,0\n10,2020-03-30,148,7,1\n10,2020-03-31,152,7,1\n10,2020-04-01,175,10,1\n10,2020-04-02,183,10,1\n10,2020-04-03,183,,1\n10,2020-04-04,195,,1\n10,2020-04-05,217,11,1\n10,2020-04-06,226,32,2\n10,2020-04-07,228,,2\n10,2020-04-08,232,,2\n10,2020-04-09,236,,3\n10,2020-04-10,239,,3\n10,2020-04-11,241,,3\n10,2020-04-12,242,,3\n10,2020-04-13,244,,3\n10,2020-04-14,244,,3\n10,2020-04-15,247,,3\n10,2020-04-16,252,,3\n10,2020-04-17,256,,3\n10,2020-04-18,256,189,3\n10,2020-04-19,256,191,3\n10,2020-04-20,256,191,3\n10,2020-04-21,256,194,3\n10,2020-04-22,256,199,3\n10,2020-04-23,256,205,3\n10,2020-04-24,256,207,3\n10,2020-04-25,257,208,3\n10,2020-04-26,258,219,3\n10,2020-04-27,258,221,3\n10,2020-04-28,258,222,3\n10,2020-04-29,258,225,3\n10,2020-04-30,258,225,3\n10,2020-05-01,259,230,3\n10,2020-05-02,259,231,3\n10,2020-05-03,259,232,3\n10,2020-05-04,259,233,3\n10,2020-05-05,259,241,3\n10,2020-05-06,259,244,3\n10,2020-05-07,260,244,3\n10,2020-05-08,260,244,3\n10,2020-05-09,260,244,3\n10,2020-05-10,260,244,3\n10,2020-05-11,260,244,3\n10,2020-05-12,260,247,3\n10,2020-05-13,260,247,3\n10,2020-05-14,260,248,3\n10,2020-05-15,260,248,3\n10,2020-05-16,260,249,3\n10,2020-05-17,260,249,3\n10,2020-05-18,260,249,3\n10,2020-05-19,260,250,3\n10,2020-05-20,260,250,3\n10,2020-05-21,260,253,3\n10,2020-05-22,260,253,3\n10,2020-05-23,260,254,3\n10,2020-05-24,260,254,3\n10,2020-05-25,260,254,3\n10,2020-05-26,260,255,3\n10,2020-05-27,260,255,3\n10,2020-05-28,261,255,3\n10,2020-05-29,261,255,3\n10,2020-05-30,261,255,3\n10,2020-05-31,261,255,3\n10,2020-06-01,261,255,3\n10,2020-06-02,261,256,3\n10,2020-06-03,261,256,3\n10,2020-06-04,261,256,3\n10,2020-06-05,261,256,3\n10,2020-06-06,261,256,3\n10,2020-06-07,261,256,3\n10,2020-06-08,261,256,3\n10,2020-06-09,261,256,3\n10,2020-06-10,261,256,3\n10,2020-06-11,261,256,3\n10,2020-06-12,261,256,3\n10,2020-06-13,261,256,3\n10,2020-06-14,261,256,3\n10,2020-06-15,261,257,3\n10,2020-06-16,261,257,3\n10,2020-06-17,261,257,3\n10,2020-06-18,261,258,3\n10,2020-06-19,261,258,3\n10,2020-06-20,261,258,3\n10,2020-06-21,261,258,3\n10,2020-06-22,261,258,3\n10,2020-06-23,261,258,3\n10,2020-06-24,261,258,3\n10,2020-06-25,261,258,3\n10,2020-06-26,261,258,3\n10,2020-06-27,261,258,3\n10,2020-06-28,261,258,3\n10,2020-06-29,261,258,3\n10,2020-06-30,261,258,3\n10,2020-07-01,261,258,3\n10,2020-07-02,261,258,3\n10,2020-07-03,261,258,3\n10,2020-07-04,261,258,3\n10,2020-07-05,261,258,3\n10,2020-07-06,261,258,3\n10,2020-07-07,261,258,3\n10,2020-07-08,261,258,3\n10,2020-07-09,261,258,3\n10,2020-07-10,262,258,3\n10,2020-07-11,262,258,3\n10,2020-07-12,262,258,3\n10,2020-07-13,262,258,3\n10,2020-07-14,262,258,3\n10,2020-07-15,262,258,3\n10,2020-07-16,262,258,3\n10,2020-07-17,262,259,3\n10,2020-07-18,262,259,3\n10,2020-07-19,262,259,3\n10,2020-07-20,262,259,3\n10,2020-07-21,263,259,3\n10,2020-07-22,264,259,3\n10,2020-07-23,264,259,3\n10,2020-07-24,265,259,3\n10,2020-07-25,265,259,3\n10,2020-07-26,266,259,3\n10,2020-07-27,266,259,3\n10,2020-07-28,266,259,3\n10,2020-07-29,266,259,3\n10,2020-07-30,266,259,3\n10,2020-07-31,266,259,3\n10,2020-08-01,266,259,3\n10,2020-08-02,266,259,3\n10,2020-08-03,266,259,3\n10,2020-08-04,266,260,3\n10,2020-08-05,266,263,3\n10,2020-08-06,266,263,3\n10,2020-08-07,267,263,3\n10,2020-08-08,267,263,3\n10,2020-08-09,267,263,3\n10,2020-08-10,268,263,3\n10,2020-08-11,268,263,3\n10,2020-08-12,268,263,3\n10,2020-08-13,268,263,3\n10,2020-08-14,268,263,3\n10,2020-08-15,268,263,3\n10,2020-08-16,268,263,3\n10,2020-08-17,268,263,3\n10,2020-08-18,268,263,3\n10,2020-08-19,268,263,3\n10,2020-08-20,268,263,3\n10,2020-08-21,268,265,3\n10,2020-08-22,268,265,3\n10,2020-08-23,268,265,3\n10,2020-08-24,268,265,3\n10,2020-08-25,268,265,3\n10,2020-08-26,268,265,3\n10,2020-08-27,268,265,3\n10,2020-08-28,269,265,3\n10,2020-08-29,269,265,3\n10,2020-08-30,269,265,3\n10,2020-08-31,269,265,3\n10,2020-09-01,269,265,3\n10,2020-09-02,269,265,3\n10,2020-09-03,269,265,3\n10,2020-09-04,269,265,3\n10,2020-09-05,270,265,3\n10,2020-09-06,270,265,3\n10,2020-09-07,270,265,3\n10,2020-09-08,270,265,3\n10,2020-09-09,270,266,3\n10,2020-09-10,270,266,3\n10,2020-09-11,270,266,3\n10,2020-09-12,271,266,3\n10,2020-09-13,271,266,3\n10,2020-09-14,271,266,3\n10,2020-09-15,271,266,3\n10,2020-09-16,271,267,3\n10,2020-09-17,271,267,3\n10,2020-09-18,272,267,3\n10,2020-09-19,272,267,3\n10,2020-09-20,272,268,3\n10,2020-09-21,272,268,3\n10,2020-09-22,272,268,3\n10,2020-09-23,272,268,3\n10,2020-09-24,272,268,3\n10,2020-09-25,272,268,3\n10,2020-09-26,272,268,3\n10,2020-09-27,273,268,3\n10,2020-09-28,273,268,3\n10,2020-09-29,273,268,3\n10,2020-09-30,274,269,3\n10,2020-10-01,275,269,3\n10,2020-10-02,275,269,3\n10,2020-10-03,276,269,4\n10,2020-10-04,277,269,4\n10,2020-10-05,277,269,4\n10,2020-10-06,277,269,4\n10,2020-10-07,277,269,4\n10,2020-10-08,277,269,4\n10,2020-10-09,279,269,4\n10,2020-10-10,282,269,4\n10,2020-10-11,282,269,4\n10,2020-10-12,283,270,4\n10,2020-10-13,283,271,4\n10,2020-10-14,283,271,4\n10,2020-10-15,284,271,4\n10,2020-10-16,287,271,4\n10,2020-10-17,287,272,4\n10,2020-10-18,287,272,4\n10,2020-10-19,287,272,4\n10,2020-10-20,287,272,4\n10,2020-10-21,287,274,4\n10,2020-10-22,288,275,4\n10,2020-10-23,288,275,4\n10,2020-10-24,289,275,4\n10,2020-10-25,290,275,4\n10,2020-10-26,291,282,4\n10,2020-10-27,291,283,4\n10,2020-10-28,291,283,4\n10,2020-10-29,291,283,4\n10,2020-10-30,291,284,4\n10,2020-10-31,291,284,4\n10,2020-11-01,291,284,4\n10,2020-11-02,291,284,4\n10,2020-11-03,291,284,4\n10,2020-11-04,292,285,4\n10,2020-11-05,294,285,4\n10,2020-11-06,294,285,4\n10,2020-11-07,296,286,4\n10,2020-11-08,297,286,4\n10,2020-11-09,297,286,4\n10,2020-11-10,297,286,4\n10,2020-11-11,298,287,4\n10,2020-11-12,298,287,4\n10,2020-11-13,299,289,4\n10,2020-11-14,301,289,4\n10,2020-11-15,303,289,4\n10,2020-11-16,303,289,4\n10,2020-11-17,305,292,4\n10,2020-11-18,307,294,4\n10,2020-11-19,308,294,4\n10,2020-11-20,311,294,4\n10,2020-11-21,316,294,4\n10,2020-11-22,319,294,4\n10,2020-11-23,321,294,4\n10,2020-11-24,323,295,4\n10,2020-11-25,324,295,4\n10,2020-11-26,327,295,4\n10,2020-11-27,331,296,4\n10,2020-11-28,333,297,4\n10,2020-11-29,337,297,4\n10,2020-11-30,338,298,4\n10,2020-12-01,339,302,4\n10,2020-12-02,340,306,4\n10,2020-12-03,340,307,4\n10,2020-12-04,343,312,4\n10,2020-12-05,347,317,4\n10,2020-12-06,351,317,4\n10,2020-12-07,351,319,4\n10,2020-12-08,352,320,4\n10,2020-12-09,353,329,4\n10,2020-12-10,354,330,4\n10,2020-12-11,355,331,4\n10,2020-12-12,358,331,4\n10,2020-12-13,358,332,4\n10,2020-12-14,359,332,4\n10,2020-12-15,359,335,4\n10,2020-12-16,364,337,4\n10,2020-12-17,367,339,4\n10,2020-12-18,372,341,4\n10,2020-12-19,380,342,4\n10,2020-12-20,382,344,4\n10,2020-12-21,382,347,4\n10,2020-12-22,383,347,4\n10,2020-12-23,384,354,4\n10,2020-12-24,384,356,4\n10,2020-12-25,384,356,4\n10,2020-12-26,384,356,4\n10,2020-12-27,387,359,4\n10,2020-12-28,389,363,4\n10,2020-12-29,390,364,4\n10,2020-12-30,390,365,4\n10,2020-12-31,390,366,4\n10,2021-01-01,390,366,4\n10,2021-01-02,390,372,4\n10,2021-01-03,390,374,4\n10,2021-01-04,391,374,4\n10,2021-01-05,392,374,4\n10,2021-01-06,392,376,4\n10,2021-01-07,392,376,4\n10,2021-01-08,392,376,4\n10,2021-01-09,392,381,4\n10,2021-01-10,393,381,4\n10,2021-01-11,393,381,4\n10,2021-01-12,393,382,4\n10,2021-01-13,393,383,4\n10,2021-01-14,394,383,4\n10,2021-01-15,395,383,4\n10,2021-01-16,395,383,4\n10,2021-01-17,396,383,4\n10,2021-01-18,396,383,4\n10,2021-01-19,396,384,4\n10,2021-01-20,396,384,4\n10,2021-01-21,397,384,4\n10,2021-01-22,398,384,4\n10,2021-01-23,398,386,4\n10,2021-01-24,398,386,4\n10,2021-01-25,398,386,4\n10,2021-01-26,398,388,4\n10,2021-01-27,400,388,4\n10,2021-01-28,404,388,4\n10,2021-01-29,408,388,4\n10,2021-01-30,408,388,4\n10,2021-01-31,408,388,4\n10,2021-02-01,408,388,4\n10,2021-02-02,408,388,4\n10,2021-02-03,410,389,4\n10,2021-02-04,411,390,4\n10,2021-02-05,412,391,4\n10,2021-02-06,415,391,4\n10,2021-02-07,416,393,4\n10,2021-02-08,427,393,4\n10,2021-02-09,457,393,4\n10,2021-02-10,510,393,4\n10,2021-02-11,610,393,4\n10,2021-02-12,660,393,4\n10,2021-02-13,686,394,4\n10,2021-02-14,697,394,4\n10,2021-02-15,704,399,4\n10,2021-02-16,711,407,4\n10,2021-02-17,755,410,4\n10,2021-02-18,803,416,4\n10,2021-02-19,863,439,4\n10,2021-02-20,901,460,4\n10,2021-02-21,926,489,4\n10,2021-02-22,939,526,4\n10,2021-02-23,954,576,4\n10,2021-02-24,962,610,5\n10,2021-02-25,972,630,5\n10,2021-02-26,976,682,5\n10,2021-02-27,980,701,6\n10,2021-02-28,987,716,6\n10,2021-03-01,989,743,6\n10,2021-03-02,994,781,6\n10,2021-03-03,997,838,6\n10,2021-03-04,1002,871,6\n10,2021-03-05,1003,880,6\n10,2021-03-06,1005,908,6\n10,2021-03-07,1006,909,6\n10,2021-03-08,1009,915,6\n10,2021-03-09,1010,920,6\n10,2021-03-10,1010,926,6\n10,2021-03-11,1011,933,6\n10,2021-03-12,1012,945,6\n10,2021-03-13,1012,949,6\n10,2021-03-14,1012,950,6\n10,2021-03-15,1012,952,6\n10,2021-03-16,1013,958,6\n10,2021-03-17,1013,967,6\n10,2021-03-18,1014,970,6\n10,2021-03-19,1014,978,6\n10,2021-03-20,1014,999,6\n10,2021-03-21,1014,999,6\n10,2021-03-22,1014,1000,6\n10,2021-03-23,1014,1002,6\n10,2021-03-24,1015,1002,6\n10,2021-03-25,1015,1004,6\n10,2021-03-26,1015,1004,6\n10,2021-03-27,1015,1004,6\n10,2021-03-28,1016,1004,6\n10,2021-03-29,1016,1004,6\n10,2021-03-30,1018,1004,6\n10,2021-03-31,1019,1006,6\n10,2021-04-01,1020,1006,6\n10,2021-04-02,1020,1006,6\n10,2021-04-03,1020,1006,6\n10,2021-04-04,1020,1006,6\n10,2021-04-05,1020,1006,6\n10,2021-04-06,1020,1007,6\n10,2021-04-07,1021,1007,6\n10,2021-04-08,1022,1007,6\n10,2021-04-09,1025,1007,6\n10,2021-04-10,1029,1009,6\n10,2021-04-11,1029,1009,6\n10,2021-04-12,1030,1010,6\n10,2021-04-13,1031,1010,6\n10,2021-04-14,1034,1010,6\n10,2021-04-15,1036,1011,6\n10,2021-04-16,1039,1011,6\n10,2021-04-17,1042,1011,6\n10,2021-04-18,1043,1011,6\n10,2021-04-19,1046,1011,6\n10,2021-04-20,1048,1011,6\n10,2021-04-21,1049,1012,6\n10,2021-04-22,1052,1016,6\n10,2021-04-23,1053,1021,6\n10,2021-04-24,1056,1023,6\n10,2021-04-25,1058,1023,6\n10,2021-04-26,1062,1024,6\n10,2021-04-27,1062,1028,6\n10,2021-04-28,1066,1029,6\n10,2021-04-29,1068,1031,6\n10,2021-04-30,1076,1033,6\n10,2021-05-01,1081,1038,6\n10,2021-05-02,1099,1038,6\n10,2021-05-03,1104,1038,6\n10,2021-05-04,1108,1042,6\n10,2021-05-05,1114,1046,6\n10,2021-05-06,1120,1052,6\n10,2021-05-07,1127,1054,6\n10,2021-05-08,1133,1056,6\n10,2021-05-09,1138,1061,6\n10,2021-05-10,1141,1064,6\n10,2021-05-11,1156,1069,6\n10,2021-05-12,1166,1075,6\n10,2021-05-13,1173,1081,6\n10,2021-05-14,1179,1083,6\n10,2021-05-15,1184,1096,6\n10,2021-05-16,1193,1098,6\n10,2021-05-17,1203,1100,6\n10,2021-05-18,1209,1116,6\n10,2021-05-19,1212,1124,6\n10,2021-05-20,1216,1134,6\n10,2021-05-21,1226,1146,6\n10,2021-05-22,1230,1155,6\n10,2021-05-23,1253,1156,6\n10,2021-05-24,1258,1159,6\n10,2021-05-25,1269,1166,6\n10,2021-05-26,1273,1170,6\n10,2021-05-27,1279,1180,6\n10,2021-05-28,1293,1187,6\n10,2021-05-29,1302,1192,6\n10,2021-05-30,1309,1195,6\n10,2021-05-31,1311,1200,6\n10,2021-06-01,1317,1217,6\n10,2021-06-02,1334,1234,6\n10,2021-06-03,1340,1240,6\n10,2021-06-04,1342,1252,6\n10,2021-06-05,1347,1266,6\n10,2021-06-06,1352,1274,6\n10,2021-06-07,1354,1274,6\n10,2021-06-08,1357,1284,7\n10,2021-06-09,1360,1296,7\n10,2021-06-10,1365,1303,7\n10,2021-06-11,1368,1303,7\n10,2021-06-12,1374,1323,7\n10,2021-06-13,1375,1329,7\n10,2021-06-14,1379,1329,7\n10,2021-06-15,1381,1329,7\n10,2021-06-16,1382,1336,7\n10,2021-06-17,1383,1340,7\n10,2021-06-18,1383,1350,7\n10,2021-06-19,1383,1350,7\n10,2021-06-20,1383,1350,7\n10,2021-06-21,1383,1350,7\n10,2021-06-22,1384,1360,7\n10,2021-06-23,1384,1360,7\n10,2021-06-24,1384,1366,7\n10,2021-06-25,1384,1366,7\n10,2021-06-26,1384,1366,7\n10,2021-06-27,1384,1366,7\n10,2021-06-28,1385,1368,7\n10,2021-06-29,1385,1369,7\n10,2021-06-30,1386,1370,7\n10,2021-07-01,1386,1370,7\n10,2021-07-02,1387,1372,7\n10,2021-07-03,1387,1372,7\n10,2021-07-04,1387,1372,7\n10,2021-07-05,1400,1372,7\n10,2021-07-06,1400,1373,7\n10,2021-07-07,1400,1375,7\n10,2021-07-08,1400,1375,7\n10,2021-07-09,1402,1375,7\n10,2021-07-10,1402,1376,7\n10,2021-07-11,1402,1376,7\n10,2021-07-12,1402,1376,7\n10,2021-07-13,1407,1376,7\n10,2021-07-14,1410,1376,7\n10,2021-07-15,1433,1376,7\n10,2021-07-16,1433,1376,7\n10,2021-07-17,1433,1376,7\n10,2021-07-18,1433,1376,7\n10,2021-07-19,1437,1376,7\n10,2021-07-20,1437,1377,7\n10,2021-07-21,1437,1377,7\n10,2021-07-22,1437,1377,7\n10,2021-07-23,1437,1391,7\n10,2021-07-24,1437,1391,7\n10,2021-07-25,1437,1391,7\n10,2021-07-26,1437,1391,7\n10,2021-07-27,1437,1391,7\n10,2021-07-28,1437,1421,7\n10,2021-07-29,1437,1421,7\n10,2021-07-30,1437,1421,7\n10,2021-07-31,1437,1421,7\n10,2021-08-01,1437,1421,7\n10,2021-08-02,1440,1421,7\n10,2021-08-03,1440,1421,7\n10,2021-08-04,1441,1421,7\n10,2021-08-05,1441,1421,7\n10,2021-08-06,1443,1422,7\n10,2021-08-07,1443,1422,7\n10,2021-08-08,1443,1422,7\n10,2021-08-09,1443,1423,7\n10,2021-08-10,1443,1424,7\n10,2021-08-11,1443,1424,7\n10,2021-08-12,1443,1424,7\n10,2021-08-13,1447,1426,7\n10,2021-08-14,1447,1426,7\n10,2021-08-15,1447,1426,7\n10,2021-08-16,1450,1427,7\n10,2021-08-17,1450,1427,7\n10,2021-08-18,1456,1430,7\n10,2021-08-19,1456,1430,7\n10,2021-08-20,1458,1430,7\n10,2021-08-21,1458,1430,7\n10,2021-08-22,1458,1430,7\n10,2021-08-23,1460,1431,7\n10,2021-08-24,1460,1431,7\n10,2021-08-25,1462,1435,7\n10,2021-08-26,1462,1435,7\n10,2021-08-27,1469,1441,7\n10,2021-08-28,1469,1441,7\n10,2021-08-29,1469,1441,7\n10,2021-08-30,1478,1443,7\n10,2021-08-31,1478,1443,7\n10,2021-09-01,1486,1445,7\n10,2021-09-02,1486,1445,7\n10,2021-09-03,1491,1448,7\n10,2021-09-04,1491,1448,7\n10,2021-09-05,1491,1448,7\n10,2021-09-06,1506,1459,7\n10,2021-09-07,1511,1462,7\n10,2021-09-08,1520,1466,7\n10,2021-09-09,1520,1466,7\n10,2021-09-10,1532,1473,7\n10,2021-09-11,1532,1473,7\n10,2021-09-12,1532,1473,7\n10,2021-09-13,1541,1487,7\n10,2021-09-14,1541,1487,7\n10,2021-09-15,1551,1488,7\n10,2021-09-16,1551,1488,7\n10,2021-09-17,1555,1503,7\n10,2021-09-18,1555,1503,7\n10,2021-09-19,1555,1503,7\n10,2021-09-20,1570,1510,7\n10,2021-09-21,1586,1515,7\n10,2021-09-22,1609,1518,7\n10,2021-09-23,1609,1518,7\n10,2021-09-24,1654,1531,7\n10,2021-09-25,1668,1538,7\n10,2021-09-26,1692,1544,7\n10,2021-09-27,1717,1547,8\n10,2021-09-28,1731,1557,8\n10,2021-09-29,1747,1568,8\n10,2021-09-30,1747,1568,8\n10,2021-10-01,1788,1591,10\n10,2021-10-02,1797,1610,10\n10,2021-10-03,1805,1638,10\n10,2021-10-04,1819,1642,10\n10,2021-10-05,1824,1654,10\n10,2021-10-06,1833,1684,10\n10,2021-10-07,1840,1705,10\n10,2021-10-08,1848,1718,11\n10,2021-10-09,1848,1718,11\n10,2021-10-10,1848,1718,11\n10,2021-10-11,1848,1718,11\n10,2021-10-12,1869,1780,13\n10,2021-10-13,1873,1791,13\n10,2021-10-14,1877,1797,13\n10,2021-10-15,1881,1808,13\n10,2021-10-16,1881,1808,13\n10,2021-10-17,1881,1808,13\n10,2021-10-18,1889,1820,15\n10,2021-10-19,1889,1820,15\n10,2021-10-20,1898,1830,15\n10,2021-10-21,1898,1830,15\n10,2021-10-22,1928,1844,15\n10,2021-10-23,1928,1844,15\n10,2021-10-24,1928,1844,15\n10,2021-10-25,1964,1852,15\n10,2021-10-26,1964,1852,15\n10,2021-10-27,1984,1860,16\n10,2021-10-28,1984,1860,16\n10,2021-10-29,1992,1870,16\n10,2021-10-30,1992,1880,16\n10,2021-10-31,1992,1880,16\n10,2021-11-01,1994,1880,16\n10,2021-11-02,1994,1880,16\n10,2021-11-03,1995,1912,16\n10,2021-11-04,1995,1912,16\n10,2021-11-05,2003,1928,16\n10,2021-11-06,2003,1928,16\n10,2021-11-07,2003,1928,16\n10,2021-11-08,2012,1953,16\n10,2021-11-09,2012,1953,16\n10,2021-11-10,2019,1955,16\n10,2021-11-11,2019,1955,16\n10,2021-11-12,2025,1962,16\n10,2021-11-13,2025,1962,16\n10,2021-11-14,2025,1962,16\n10,2021-11-15,2027,1972,17\n10,2021-11-16,2027,1972,17\n10,2021-11-17,2031,1985,17\n10,2021-11-18,2031,1985,17\n10,2021-11-19,2035,1992,17\n10,2021-11-20,2035,1992,17\n10,2021-11-21,2035,1992,17\n10,2021-11-22,2038,2002,17\n10,2021-11-23,2038,2002,17\n10,2021-11-24,2042,2004,18\n10,2021-11-25,2042,2004,18\n10,2021-11-26,2048,2009,18\n10,2021-11-27,2048,2009,18\n10,2021-11-28,2048,2009,18\n10,2021-11-29,2057,2011,18\n10,2021-11-30,2057,2011,18\n10,2021-12-01,2059,2012,18\n10,2021-12-02,2059,2012,18\n10,2021-12-03,2064,2019,18\n10,2021-12-04,2064,2019,18\n10,2021-12-05,2064,2019,18\n10,2021-12-06,2071,2033,18\n10,2021-12-07,2071,2033,18\n10,2021-12-08,2076,2034,18\n10,2021-12-09,2076,2034,18\n10,2021-12-10,2078,2040,18\n10,2021-12-11,2078,2040,18\n10,2021-12-12,2078,2040,18\n10,2021-12-13,2093,2045,18\n10,2021-12-14,2093,2045,18\n10,2021-12-15,2106,2047,18\n10,2021-12-16,2106,2047,18\n10,2021-12-17,2152,2051,18\n10,2021-12-18,2175,2051,18\n10,2021-12-19,2213,2061,18\n10,2021-12-20,2240,2061,18\n10,2021-12-21,2267,2067,18\n10,2021-12-22,2327,2079,18\n10,2021-12-23,2427,2088,18\n10,2021-12-24,2512,2098,18\n10,2021-12-25,2512,2098,18\n10,2021-12-26,2512,2098,18\n10,2021-12-27,2869,2098,18\n10,2021-12-28,3063,2098,18\n10,2021-12-29,3375,2239,18\n10,2021-12-30,3724,2271,18\n10,2021-12-31,4155,2384,19\n10,2022-01-01,4597,2422,19\n10,2022-01-02,5063,2441,19\n10,2022-01-03,5582,2630,20\n10,2022-01-04,6075,2794,20\n10,2022-01-05,6554,2862,20\n10,2022-01-06,7057,2971,20\n10,2022-01-07,7537,3139,21\n10,2022-01-08,7949,3139,21\n10,2022-01-09,8316,3139,21\n10,2022-01-10,9451,3466,23\n10,2022-01-11,10201,3960,23\n10,2022-01-12,10931,4458,23\n10,2022-01-13,11617,5456,23\n10,2022-01-14,12092,6485,24\n10,2022-01-15,12406,7210,25\n10,2022-01-16,12790,7261,26\n10,2022-01-17,13032,7670,26\n10,2022-01-18,13327,10123,28\n10,2022-01-19,13838,10594,28\n10,2022-01-20,14198,11358,30\n10,2022-01-21,14522,11816,30\n10,2022-01-22,14805,12192,30\n10,2022-01-23,15166,12480,30\n10,2022-01-24,15515,12805,31\n10,2022-01-25,15811,13082,31\n10,2022-01-26,16115,13390,34\n10,2022-01-27,16493,13934,38\n10,2022-01-28,16758,14231,38\n10,2022-01-29,16966,14696,38\n10,2022-01-30,17176,14976,38\n10,2022-01-31,17359,15187,40\n10,2022-02-01,17538,15572,40\n10,2022-02-02,17786,15836,44\n10,2022-02-03,17984,16208,45\n10,2022-02-04,18242,16437,46\n10,2022-02-05,18464,16437,46\n10,2022-02-06,18574,16437,46\n10,2022-02-07,18740,17156,46\n10,2022-02-08,18950,17403,48\n10,2022-02-09,19200,17558,50\n10,2022-02-10,19443,17792,50\n10,2022-02-11,19710,18048,52\n10,2022-02-12,19954,18253,52\n10,2022-02-13,20191,18449,52\n10,2022-02-14,20365,18584,56\n10,2022-02-15,20578,18809,57\n10,2022-02-16,20757,18985,60\n10,2022-02-17,21073,19246,61\n10,2022-02-18,21307,19489,61\n10,2022-02-19,21613,19489,61\n10,2022-02-20,21737,19489,61\n10,2022-02-21,21974,20147,63\n10,2022-02-22,22220,20147,63\n10,2022-02-23,22468,20564,64\n10,2022-02-24,22755,20564,64\n10,2022-02-25,23147,20992,64\n10,2022-02-26,23443,20992,64\n10,2022-02-27,23699,20992,64\n10,2022-02-28,24026,21705,66\n10,2022-03-01,24392,21705,66\n10,2022-03-02,24781,22189,66\n10,2022-03-03,25278,22189,66\n10,2022-03-04,25728,22829,66\n10,2022-03-05,26197,22829,66\n10,2022-03-06,26529,22829,66\n10,2022-03-07,26972,23654,68\n10,2022-03-08,27507,23654,68\n10,2022-03-09,28103,24334,72\n10,2022-03-10,28783,24334,72\n10,2022-03-11,29365,25162,76\n10,2022-03-12,30100,25162,76\n10,2022-03-13,30627,25162,76\n10,2022-03-14,31070,25162,76\n10,2022-03-15,31553,25162,78\n10,2022-03-16,32113,,82\n10,2022-03-17,32722,,82\n10,2022-03-18,33385,,85\n10,2022-03-19,33834,,85\n10,2022-03-20,34283,,85\n10,2022-03-21,34607,,87\n10,2022-03-22,34874,,87\n10,2022-03-23,35293,,92\n10,2022-03-24,35747,,92\n10,2022-03-25,36254,,101\n10,2022-03-26,36624,,101\n10,2022-03-27,37163,,101\n10,2022-03-28,37411,,103\n10,2022-03-29,37761,,103\n10,2022-03-30,38331,,110\n10,2022-03-31,38630,,110\n10,2022-04-01,39019,,116\n10,2022-04-02,39312,,116\n10,2022-04-03,39539,,116\n10,2022-04-04,39693,,118\n10,2022-04-05,39997,,118\n10,2022-04-06,40336,,122\n10,2022-04-07,40619,,122\n10,2022-04-08,41012,,124\n10,2022-04-09,41255,,124\n10,2022-04-10,41430,,124\n10,2022-04-11,41587,,130\n10,2022-04-12,41792,,130\n10,2022-04-13,42038,,137\n10,2022-04-14,42263,,137\n10,2022-04-15,42439,,137\n10,2022-04-16,42576,,137\n10,2022-04-17,42685,,137\n10,2022-04-18,42761,,142\n10,2022-04-19,42950,,142\n10,2022-04-20,43129,,152\n10,2022-04-21,43249,,152\n10,2022-04-22,43401,,157\n10,2022-04-23,43538,,157\n10,2022-04-24,43626,,157\n10,2022-04-25,43713,,157\n10,2022-04-26,43827,,157\n10,2022-04-27,43920,,162\n10,2022-04-28,44046,,162\n10,2022-04-29,44148,,164\n10,2022-04-30,44251,,164\n10,2022-05-01,44280,,164\n10,2022-05-02,44345,,165\n10,2022-05-03,44389,,165\n10,2022-05-04,44529,,168\n10,2022-05-05,44633,,168\n10,2022-05-06,44741,,168\n10,2022-05-07,44788,,168\n10,2022-05-08,44834,,168\n10,2022-05-09,44892,,169\n10,2022-05-10,44967,,169\n10,2022-05-11,45037,,176\n10,2022-05-12,45090,,176\n10,2022-05-13,45145,,176\n10,2022-05-14,45196,,176\n10,2022-05-15,45247,,176\n10,2022-05-16,45267,,176\n10,2022-05-17,45317,,176\n10,2022-05-18,45409,,177\n10,2022-05-19,45469,,177\n10,2022-05-20,45541,,177\n10,2022-05-21,45573,,177\n10,2022-05-22,45614,,177\n10,2022-05-23,45648,,177\n10,2022-05-24,45711,,177\n10,2022-05-25,45775,,182\n10,2022-05-26,45853,,182\n10,2022-05-27,45914,,182\n10,2022-05-28,45964,,182\n10,2022-05-29,45998,,182\n10,2022-05-30,46064,,182\n10,2022-05-31,46109,,182\n10,2022-06-01,46183,,184\n10,2022-06-02,46243,,184\n10,2022-06-03,46309,,184\n10,2022-06-04,46424,,184\n10,2022-06-05,46488,,184\n10,2022-06-06,46528,,184\n10,2022-06-07,46574,,184\n10,2022-06-08,46647,,187\n10,2022-06-09,,,\n10,2022-06-10,,,\n13,2020-03-11,0,,0\n13,2020-03-12,0,,0\n13,2020-03-13,1,,0\n13,2020-03-14,1,,0\n13,2020-03-15,1,,0\n13,2020-03-16,1,,0\n13,2020-03-17,2,,0\n13,2020-03-18,2,,0\n13,2020-03-19,7,,0\n13,2020-03-20,7,,0\n13,2020-03-21,9,,0\n13,2020-03-22,9,,0\n13,2020-03-23,9,,0\n13,2020-03-24,18,,0\n13,2020-03-25,26,,0\n13,2020-03-26,33,,0\n13,2020-03-27,45,1,0\n13,2020-03-28,51,2,0\n13,2020-03-29,66,2,0\n13,2020-03-30,68,2,0\n13,2020-03-31,70,9,0\n13,2020-04-01,81,14,0\n13,2020-04-02,91,22,0\n13,2020-04-03,95,,0\n13,2020-04-04,98,,0\n13,2020-04-05,101,28,0\n13,2020-04-06,103,30,0\n13,2020-04-07,105,,0\n13,2020-04-08,108,,0\n13,2020-04-09,111,,0\n13,2020-04-10,112,,0\n13,2020-04-11,112,,0\n13,2020-04-12,114,,0\n13,2020-04-13,116,,0\n13,2020-04-14,116,,0\n13,2020-04-15,117,,0\n13,2020-04-16,117,,0\n13,2020-04-17,117,,0\n13,2020-04-18,118,87,0\n13,2020-04-19,118,92,0\n13,2020-04-20,118,98,0\n13,2020-04-21,118,102,0\n13,2020-04-22,118,104,0\n13,2020-04-23,118,104,0\n13,2020-04-24,118,107,0\n13,2020-04-25,118,107,0\n13,2020-04-26,118,111,0\n13,2020-04-27,118,112,0\n13,2020-04-28,118,114,0\n13,2020-04-29,118,114,0\n13,2020-04-30,118,114,0\n13,2020-05-01,118,116,0\n13,2020-05-02,118,118,0\n13,2020-05-03,118,118,0\n13,2020-05-04,118,118,0\n13,2020-05-05,119,118,0\n13,2020-05-06,120,118,0\n13,2020-05-07,120,118,0\n13,2020-05-08,120,118,0\n13,2020-05-09,120,118,0\n13,2020-05-10,120,118,0\n13,2020-05-11,120,118,0\n13,2020-05-12,120,118,0\n13,2020-05-13,120,118,0\n13,2020-05-14,120,118,0\n13,2020-05-15,120,119,0\n13,2020-05-16,120,120,0\n13,2020-05-17,120,120,0\n13,2020-05-18,120,120,0\n13,2020-05-19,120,120,0\n13,2020-05-20,120,120,0\n13,2020-05-21,121,120,0\n13,2020-05-22,121,120,0\n13,2020-05-23,121,120,0\n13,2020-05-24,121,120,0\n13,2020-05-25,121,120,0\n13,2020-05-26,122,120,0\n13,2020-05-27,123,120,0\n13,2020-05-28,126,120,0\n13,2020-05-29,128,120,0\n13,2020-05-30,129,120,0\n13,2020-05-31,132,120,0\n13,2020-06-01,132,120,0\n13,2020-06-02,133,120,0\n13,2020-06-03,135,120,0\n13,2020-06-04,136,120,1\n13,2020-06-05,136,121,1\n13,2020-06-06,136,121,1\n13,2020-06-07,137,121,1\n13,2020-06-08,146,121,1\n13,2020-06-09,147,121,1\n13,2020-06-10,151,121,1\n13,2020-06-11,153,123,1\n13,2020-06-12,154,125,1\n13,2020-06-13,157,126,2\n13,2020-06-14,157,129,2\n13,2020-06-15,160,129,2\n13,2020-06-16,163,131,2\n13,2020-06-17,164,133,2\n13,2020-06-18,164,135,2\n13,2020-06-19,164,135,2\n13,2020-06-20,164,135,2\n13,2020-06-21,164,135,2\n13,2020-06-22,164,135,2\n13,2020-06-23,165,143,2\n13,2020-06-24,165,147,2\n13,2020-06-25,165,149,2\n13,2020-06-26,165,150,2\n13,2020-06-27,165,154,2\n13,2020-06-28,165,158,2\n13,2020-06-29,165,158,2\n13,2020-06-30,165,159,2\n13,2020-07-01,165,159,2\n13,2020-07-02,165,160,2\n13,2020-07-03,165,161,2\n13,2020-07-04,165,162,2\n13,2020-07-05,165,162,2\n13,2020-07-06,165,162,2\n13,2020-07-07,165,162,2\n13,2020-07-08,165,162,2\n13,2020-07-09,166,163,2\n13,2020-07-10,166,163,2\n13,2020-07-11,166,163,2\n13,2020-07-12,166,163,2\n13,2020-07-13,166,163,2\n13,2020-07-14,167,163,2\n13,2020-07-15,168,163,2\n13,2020-07-16,168,163,2\n13,2020-07-17,168,163,2\n13,2020-07-18,168,163,2\n13,2020-07-19,169,163,2\n13,2020-07-20,170,163,2\n13,2020-07-21,170,163,2\n13,2020-07-22,170,165,2\n13,2020-07-23,170,165,2\n13,2020-07-24,170,165,2\n13,2020-07-25,170,165,2\n13,2020-07-26,170,165,2\n13,2020-07-27,170,165,2\n13,2020-07-28,170,165,2\n13,2020-07-29,170,165,2\n13,2020-07-30,170,166,2\n13,2020-07-31,170,166,2\n13,2020-08-01,170,166,2\n13,2020-08-02,170,166,2\n13,2020-08-03,170,168,2\n13,2020-08-04,170,168,2\n13,2020-08-05,174,168,2\n13,2020-08-06,176,168,2\n13,2020-08-07,176,168,2\n13,2020-08-08,176,168,2\n13,2020-08-09,176,168,2\n13,2020-08-10,176,168,2\n13,2020-08-11,177,168,2\n13,2020-08-12,178,168,2\n13,2020-08-13,180,169,2\n13,2020-08-14,180,169,2\n13,2020-08-15,184,169,2\n13,2020-08-16,186,169,2\n13,2020-08-17,186,169,2\n13,2020-08-18,186,171,2\n13,2020-08-19,186,172,2\n13,2020-08-20,186,178,2\n13,2020-08-21,188,178,2\n13,2020-08-22,188,178,2\n13,2020-08-23,189,178,2\n13,2020-08-24,189,178,2\n13,2020-08-25,190,178,2\n13,2020-08-26,190,180,2\n13,2020-08-27,190,181,2\n13,2020-08-28,191,182,2\n13,2020-08-29,191,183,2\n13,2020-08-30,191,185,2\n13,2020-08-31,191,185,2\n13,2020-09-01,191,186,2\n13,2020-09-02,192,186,2\n13,2020-09-03,192,186,2\n13,2020-09-04,192,186,2\n13,2020-09-05,192,186,2\n13,2020-09-06,192,187,2\n13,2020-09-07,192,187,2\n13,2020-09-08,192,188,2\n13,2020-09-09,192,188,2\n13,2020-09-10,193,188,2\n13,2020-09-11,193,189,2\n13,2020-09-12,193,189,2\n13,2020-09-13,193,189,2\n13,2020-09-14,194,189,2\n13,2020-09-15,194,189,2\n13,2020-09-16,194,189,2\n13,2020-09-17,194,190,2\n13,2020-09-18,194,191,2\n13,2020-09-19,194,191,2\n13,2020-09-20,194,191,2\n13,2020-09-21,196,191,2\n13,2020-09-22,196,191,2\n13,2020-09-23,197,191,2\n13,2020-09-24,199,191,2\n13,2020-09-25,200,191,2\n13,2020-09-26,200,191,2\n13,2020-09-27,200,191,2\n13,2020-09-28,200,191,2\n13,2020-09-29,200,192,2\n13,2020-09-30,200,192,2\n13,2020-10-01,200,192,2\n13,2020-10-02,200,193,2\n13,2020-10-03,201,193,2\n13,2020-10-04,201,196,2\n13,2020-10-05,203,196,2\n13,2020-10-06,205,198,2\n13,2020-10-07,222,198,2\n13,2020-10-08,225,199,2\n13,2020-10-09,238,199,2\n13,2020-10-10,258,199,2\n13,2020-10-11,272,199,2\n13,2020-10-12,278,200,2\n13,2020-10-13,284,200,2\n13,2020-10-14,292,200,2\n13,2020-10-15,292,201,2\n13,2020-10-16,297,203,2\n13,2020-10-17,305,203,2\n13,2020-10-18,310,203,3\n13,2020-10-19,313,207,3\n13,2020-10-20,313,215,3\n13,2020-10-21,319,223,4\n13,2020-10-22,322,237,4\n13,2020-10-23,324,245,4\n13,2020-10-24,326,250,4\n13,2020-10-25,328,257,6\n13,2020-10-26,331,265,6\n13,2020-10-27,334,273,6\n13,2020-10-28,337,284,6\n13,2020-10-29,341,294,6\n13,2020-10-30,342,297,6\n13,2020-10-31,343,299,6\n13,2020-11-01,344,303,6\n13,2020-11-02,344,305,6\n13,2020-11-03,344,309,6\n13,2020-11-04,347,313,6\n13,2020-11-05,349,315,6\n13,2020-11-06,350,320,6\n13,2020-11-07,353,321,6\n13,2020-11-08,354,324,6\n13,2020-11-09,355,328,6\n13,2020-11-10,355,332,6\n13,2020-11-11,355,333,6\n13,2020-11-12,356,337,6\n13,2020-11-13,358,338,6\n13,2020-11-14,364,339,6\n13,2020-11-15,367,339,6\n13,2020-11-16,375,341,6\n13,2020-11-17,379,341,6\n13,2020-11-18,388,342,6\n13,2020-11-19,392,343,6\n13,2020-11-20,401,344,6\n13,2020-11-21,424,347,6\n13,2020-11-22,430,347,6\n13,2020-11-23,445,349,7\n13,2020-11-24,450,350,7\n13,2020-11-25,453,352,7\n13,2020-11-26,465,353,7\n13,2020-11-27,477,356,7\n13,2020-11-28,481,363,7\n13,2020-11-29,495,369,7\n13,2020-11-30,501,374,7\n13,2020-12-01,508,385,7\n13,2020-12-02,514,388,7\n13,2020-12-03,520,402,7\n13,2020-12-04,528,410,7\n13,2020-12-05,530,425,7\n13,2020-12-06,534,445,7\n13,2020-12-07,536,448,7\n13,2020-12-08,541,452,7\n13,2020-12-09,542,461,7\n13,2020-12-10,546,464,7\n13,2020-12-11,554,468,8\n13,2020-12-12,555,475,8\n13,2020-12-13,557,484,8\n13,2020-12-14,558,490,8\n13,2020-12-15,559,503,8\n13,2020-12-16,567,507,8\n13,2020-12-17,573,509,8\n13,2020-12-18,573,512,8\n13,2020-12-19,574,520,8\n13,2020-12-20,574,520,8\n13,2020-12-21,578,521,8\n13,2020-12-22,580,525,8\n13,2020-12-23,585,530,8\n13,2020-12-24,587,534,8\n13,2020-12-25,588,536,8\n13,2020-12-26,590,543,8\n13,2020-12-27,592,549,8\n13,2020-12-28,593,551,8\n13,2020-12-29,595,555,8\n13,2020-12-30,596,560,8\n13,2020-12-31,599,561,9\n13,2021-01-01,601,567,9\n13,2021-01-02,611,567,9\n13,2021-01-03,618,567,9\n13,2021-01-04,635,570,9\n13,2021-01-05,662,572,9\n13,2021-01-06,693,573,9\n13,2021-01-07,717,577,9\n13,2021-01-08,735,582,9\n13,2021-01-09,765,584,9\n13,2021-01-10,779,585,9\n13,2021-01-11,800,586,9\n13,2021-01-12,817,586,11\n13,2021-01-13,836,593,12\n13,2021-01-14,859,600,12\n13,2021-01-15,884,615,12\n13,2021-01-16,911,631,12\n13,2021-01-17,947,642,12\n13,2021-01-18,973,656,12\n13,2021-01-19,1004,674,13\n13,2021-01-20,1025,694,13\n13,2021-01-21,1057,719,13\n13,2021-01-22,1087,742,13\n13,2021-01-23,1104,762,13\n13,2021-01-24,1124,776,13\n13,2021-01-25,1151,788,14\n13,2021-01-26,1161,807,14\n13,2021-01-27,1175,831,16\n13,2021-01-28,1202,872,16\n13,2021-01-29,1218,887,17\n13,2021-01-30,1230,928,18\n13,2021-01-31,1256,954,18\n13,2021-02-01,1264,972,18\n13,2021-02-02,1288,1002,18\n13,2021-02-03,1302,1019,18\n13,2021-02-04,1318,1043,18\n13,2021-02-05,1325,1078,18\n13,2021-02-06,1337,1095,20\n13,2021-02-07,1344,1120,20\n13,2021-02-08,1346,1143,20\n13,2021-02-09,1361,1156,21\n13,2021-02-10,1375,1178,21\n13,2021-02-11,1377,1193,22\n13,2021-02-12,1382,1203,22\n13,2021-02-13,1398,1215,22\n13,2021-02-14,1400,1227,22\n13,2021-02-15,1401,1237,23\n13,2021-02-16,1404,1249,24\n13,2021-02-17,1407,1264,24\n13,2021-02-18,1411,1275,24\n13,2021-02-19,1417,1287,24\n13,2021-02-20,1420,1308,24\n13,2021-02-21,1423,1311,25\n13,2021-02-22,1424,1313,26\n13,2021-02-23,1424,1322,26\n13,2021-02-24,1426,1335,26\n13,2021-02-25,1427,1351,26\n13,2021-02-26,1428,1360,26\n13,2021-02-27,1430,1362,26\n13,2021-02-28,1430,1364,27\n13,2021-03-01,1431,1367,27\n13,2021-03-02,1435,1370,28\n13,2021-03-03,1438,1372,28\n13,2021-03-04,1443,1378,28\n13,2021-03-05,1447,1385,28\n13,2021-03-06,1453,1389,28\n13,2021-03-07,1455,1391,28\n13,2021-03-08,1459,1395,28\n13,2021-03-09,1460,1395,29\n13,2021-03-10,1460,1396,29\n13,2021-03-11,1462,1398,29\n13,2021-03-12,1465,1401,30\n13,2021-03-13,1465,1401,30\n13,2021-03-14,1470,1402,30\n13,2021-03-15,1471,1404,30\n13,2021-03-16,1476,1404,30\n13,2021-03-17,1477,1404,30\n13,2021-03-18,1484,1405,30\n13,2021-03-19,1486,1407,30\n13,2021-03-20,1489,1409,30\n13,2021-03-21,1490,1410,30\n13,2021-03-22,1498,1412,30\n13,2021-03-23,1505,1418,30\n13,2021-03-24,1516,1423,30\n13,2021-03-25,1546,1426,30\n13,2021-03-26,1559,1429,30\n13,2021-03-27,1571,1430,30\n13,2021-03-28,1577,1432,30\n13,2021-03-29,1587,1437,30\n13,2021-03-30,1601,1444,30\n13,2021-03-31,1613,1447,30\n13,2021-04-01,1623,1451,30\n13,2021-04-02,1632,1454,30\n13,2021-04-03,1641,1457,30\n13,2021-04-04,1652,1459,30\n13,2021-04-05,1662,1463,30\n13,2021-04-06,1665,1472,30\n13,2021-04-07,1679,1484,31\n13,2021-04-08,1686,1508,31\n13,2021-04-09,1694,1521,32\n13,2021-04-10,1713,1531,33\n13,2021-04-11,1722,1540,33\n13,2021-04-12,1732,1553,33\n13,2021-04-13,1736,1570,33\n13,2021-04-14,1752,1577,33\n13,2021-04-15,1758,1586,33\n13,2021-04-16,1767,1592,33\n13,2021-04-17,1778,1594,33\n13,2021-04-18,1788,1601,33\n13,2021-04-19,1797,1605,33\n13,2021-04-20,1797,1624,33\n13,2021-04-21,1804,1631,34\n13,2021-04-22,1823,1642,34\n13,2021-04-23,1839,1656,34\n13,2021-04-24,1847,1675,35\n13,2021-04-25,1851,1685,35\n13,2021-04-26,1858,1700,35\n13,2021-04-27,1882,1708,36\n13,2021-04-28,1890,1731,36\n13,2021-04-29,1900,1745,36\n13,2021-04-30,1915,1751,36\n13,2021-05-01,1933,1755,36\n13,2021-05-02,1939,1765,37\n13,2021-05-03,1954,1773,38\n13,2021-05-04,1958,1778,38\n13,2021-05-05,1969,1784,39\n13,2021-05-06,1980,1797,40\n13,2021-05-07,1988,1807,40\n13,2021-05-08,1996,1813,41\n13,2021-05-09,2002,1819,41\n13,2021-05-10,2013,1822,41\n13,2021-05-11,2015,1837,41\n13,2021-05-12,2024,1859,41\n13,2021-05-13,2040,1871,41\n13,2021-05-14,2045,1887,41\n13,2021-05-15,2052,1897,41\n13,2021-05-16,2063,1905,41\n13,2021-05-17,2073,1913,41\n13,2021-05-18,2083,1919,42\n13,2021-05-19,2091,1931,43\n13,2021-05-20,2098,1937,43\n13,2021-05-21,2113,1942,43\n13,2021-05-22,2115,1949,43\n13,2021-05-23,2129,1957,43\n13,2021-05-24,2144,1966,43\n13,2021-05-25,2153,1975,43\n13,2021-05-26,2163,1985,43\n13,2021-05-27,2172,1991,43\n13,2021-05-28,2181,1998,43\n13,2021-05-29,2191,2004,43\n13,2021-05-30,2200,2013,43\n13,2021-05-31,2210,2022,43\n13,2021-06-01,2215,2029,43\n13,2021-06-02,2227,2043,43\n13,2021-06-03,2243,2052,44\n13,2021-06-04,2253,2061,44\n13,2021-06-05,2262,2068,44\n13,2021-06-06,2265,2087,44\n13,2021-06-07,2266,2110,44\n13,2021-06-08,2267,2123,44\n13,2021-06-09,2280,2130,44\n13,2021-06-10,2283,2137,44\n13,2021-06-11,2284,2142,44\n13,2021-06-12,2291,2152,45\n13,2021-06-13,2298,2155,45\n13,2021-06-14,2299,2163,45\n13,2021-06-15,2302,2171,45\n13,2021-06-16,2305,2201,45\n13,2021-06-17,2308,2202,45\n13,2021-06-18,2311,2211,45\n13,2021-06-19,2316,2215,45\n13,2021-06-20,2318,2216,45\n13,2021-06-21,2318,2218,45\n13,2021-06-22,2319,2224,45\n13,2021-06-23,2320,2231,45\n13,2021-06-24,2322,2236,45\n13,2021-06-25,2323,2239,45\n13,2021-06-26,2324,2245,45\n13,2021-06-27,2325,2254,45\n13,2021-06-28,2326,2254,45\n13,2021-06-29,2329,2258,45\n13,2021-06-30,2332,2262,45\n13,2021-07-01,2332,2262,45\n13,2021-07-02,2335,2265,45\n13,2021-07-03,2335,2268,45\n13,2021-07-04,2335,2269,46\n13,2021-07-05,2336,2273,46\n13,2021-07-06,2336,2274,46\n13,2021-07-07,2336,2279,46\n13,2021-07-08,2336,2280,46\n13,2021-07-09,2336,2282,46\n13,2021-07-10,2336,2283,46\n13,2021-07-11,2336,2283,46\n13,2021-07-12,2336,2284,46\n13,2021-07-13,2336,2285,46\n13,2021-07-14,2336,2287,46\n13,2021-07-15,2343,2288,46\n13,2021-07-16,2345,2290,46\n13,2021-07-17,2345,2290,46\n13,2021-07-18,2346,2290,46\n13,2021-07-19,2346,2291,46\n13,2021-07-20,2346,2292,46\n13,2021-07-21,2346,2292,46\n13,2021-07-22,2347,2292,46\n13,2021-07-23,2350,2293,46\n13,2021-07-24,2350,2293,46\n13,2021-07-25,2350,2297,46\n13,2021-07-26,2351,2298,46\n13,2021-07-27,2352,2298,46\n13,2021-07-28,2354,2299,46\n13,2021-07-29,2358,2299,46\n13,2021-07-30,2365,2299,46\n13,2021-07-31,2365,2299,46\n13,2021-08-01,2383,2299,46\n13,2021-08-02,2383,2299,46\n13,2021-08-03,2394,2303,46\n13,2021-08-04,2396,2308,46\n13,2021-08-05,2408,2311,46\n13,2021-08-06,2414,2312,46\n13,2021-08-07,2414,2312,46\n13,2021-08-08,2434,2312,46\n13,2021-08-09,2439,2326,46\n13,2021-08-10,2447,2336,46\n13,2021-08-11,2460,2342,46\n13,2021-08-12,2471,2356,46\n13,2021-08-13,2490,2359,46\n13,2021-08-14,2490,2359,46\n13,2021-08-15,2490,2359,46\n13,2021-08-16,2530,2378,46\n13,2021-08-17,2543,2386,46\n13,2021-08-18,2559,2397,46\n13,2021-08-19,2580,2403,46\n13,2021-08-20,2614,2415,46\n13,2021-08-21,2614,2415,46\n13,2021-08-22,2614,2415,46\n13,2021-08-23,2672,2452,46\n13,2021-08-24,2687,2473,46\n13,2021-08-25,2697,2486,46\n13,2021-08-26,2705,2501,46\n13,2021-08-27,2721,2514,46\n13,2021-08-28,2738,2514,46\n13,2021-08-29,2748,2514,46\n13,2021-08-30,2760,2553,46\n13,2021-08-31,2763,2579,46\n13,2021-09-01,2774,2600,46\n13,2021-09-02,2784,2616,46\n13,2021-09-03,2798,2625,46\n13,2021-09-04,2811,2625,46\n13,2021-09-05,2824,2625,46\n13,2021-09-06,2839,2625,46\n13,2021-09-07,2852,2679,47\n13,2021-09-08,2868,2708,47\n13,2021-09-09,2885,2716,47\n13,2021-09-10,2909,2725,47\n13,2021-09-11,2960,2725,47\n13,2021-09-12,2999,2725,47\n13,2021-09-13,3031,2754,47\n13,2021-09-14,3066,2774,47\n13,2021-09-15,3129,2787,48\n13,2021-09-16,3180,2795,48\n13,2021-09-17,3237,2818,48\n13,2021-09-18,3300,2818,48\n13,2021-09-19,3375,2818,48\n13,2021-09-20,3436,2903,48\n13,2021-09-21,3501,2943,48\n13,2021-09-22,3577,2970,49\n13,2021-09-23,3629,3005,49\n13,2021-09-24,3707,3081,52\n13,2021-09-25,3768,3167,54\n13,2021-09-26,3850,3167,54\n13,2021-09-27,3936,3231,54\n13,2021-09-28,4004,3315,56\n13,2021-09-29,4088,3373,57\n13,2021-09-30,4187,3437,59\n13,2021-10-01,4272,3534,60\n13,2021-10-02,4412,3583,64\n13,2021-10-03,4505,3679,66\n13,2021-10-04,4580,3744,68\n13,2021-10-05,4670,3818,69\n13,2021-10-06,4741,3895,70\n13,2021-10-07,4857,3961,70\n13,2021-10-08,4987,4033,72\n13,2021-10-09,5087,4085,72\n13,2021-10-10,5160,4123,74\n13,2021-10-11,5258,4145,75\n13,2021-10-12,5367,4199,75\n13,2021-10-13,5449,4294,80\n13,2021-10-14,5582,4396,82\n13,2021-10-15,5669,4520,84\n13,2021-10-16,5735,4650,87\n13,2021-10-17,5793,4767,90\n13,2021-10-18,5846,4905,91\n13,2021-10-19,5896,5027,94\n13,2021-10-20,5965,5104,99\n13,2021-10-21,6032,5167,101\n13,2021-10-22,6072,5234,106\n13,2021-10-23,6112,5315,107\n13,2021-10-24,6163,5427,108\n13,2021-10-25,6185,5484,111\n13,2021-10-26,6206,5573,111\n13,2021-10-27,6263,5617,112\n13,2021-10-28,6332,5668,114\n13,2021-10-29,6380,5709,114\n13,2021-10-30,6413,5746,116\n13,2021-10-31,6445,5814,117\n13,2021-11-01,6476,5852,117\n13,2021-11-02,6516,5927,118\n13,2021-11-03,6576,5998,119\n13,2021-11-04,6615,6030,120\n13,2021-11-05,6666,6067,121\n13,2021-11-06,6716,6118,121\n13,2021-11-07,6769,6174,121\n13,2021-11-08,6813,6187,121\n13,2021-11-09,6865,6220,121\n13,2021-11-10,6934,6264,121\n13,2021-11-11,7004,6302,121\n13,2021-11-12,7069,6367,121\n13,2021-11-13,7129,6456,121\n13,2021-11-14,7194,6537,122\n13,2021-11-15,7234,6586,122\n13,2021-11-16,7268,6629,122\n13,2021-11-17,7350,6662,122\n13,2021-11-18,7422,6733,122\n13,2021-11-19,7512,6782,122\n13,2021-11-20,7579,6863,122\n13,2021-11-21,7669,6906,122\n13,2021-11-22,7731,6961,122\n13,2021-11-23,7806,7017,123\n13,2021-11-24,7893,7077,123\n13,2021-11-25,7988,7121,123\n13,2021-11-26,8087,7176,123\n13,2021-11-27,8172,7255,123\n13,2021-11-28,8217,7300,123\n13,2021-11-29,8263,7432,124\n13,2021-11-30,8318,7525,125\n13,2021-12-01,8411,7606,128\n13,2021-12-02,8506,7684,130\n13,2021-12-03,8603,7759,132\n13,2021-12-04,8680,7825,132\n13,2021-12-05,8798,7912,133\n13,2021-12-06,8869,7972,136\n13,2021-12-07,8938,8049,136\n13,2021-12-08,9049,8131,136\n13,2021-12-09,9223,8192,138\n13,2021-12-10,9366,8255,139\n13,2021-12-11,9492,8347,140\n13,2021-12-12,9604,8443,140\n13,2021-12-13,9704,8512,142\n13,2021-12-14,9813,8616,144\n13,2021-12-15,9973,8686,144\n13,2021-12-16,10150,8767,144\n13,2021-12-17,10313,8910,146\n13,2021-12-18,10446,9064,148\n13,2021-12-19,10554,9146,148\n13,2021-12-20,10672,9253,148\n13,2021-12-21,10828,9410,148\n13,2021-12-22,11065,9508,149\n13,2021-12-23,11322,9606,151\n13,2021-12-24,11587,9780,152\n13,2021-12-25,11896,9780,152\n13,2021-12-26,12075,9780,152\n13,2021-12-27,12226,10218,156\n13,2021-12-28,12532,10357,156\n13,2021-12-29,13018,10478,157\n13,2021-12-30,13590,10589,159\n13,2021-12-31,14272,10779,160\n13,2022-01-01,15069,10779,160\n13,2022-01-02,15898,10779,160\n13,2022-01-03,16820,11214,162\n13,2022-01-04,17566,11287,165\n13,2022-01-05,18345,11352,168\n13,2022-01-06,19017,11579,169\n13,2022-01-07,19857,12127,170\n13,2022-01-08,20278,12207,171\n13,2022-01-09,20479,12372,172\n13,2022-01-10,20699,12857,172\n13,2022-01-11,20890,13368,173\n13,2022-01-12,21249,14015,174\n13,2022-01-13,21553,14760,178\n13,2022-01-14,21979,15582,182\n13,2022-01-15,22359,15582,183\n13,2022-01-16,22768,17314,187\n13,2022-01-17,23173,18068,189\n13,2022-01-18,23503,18741,192\n13,2022-01-19,24001,19507,196\n13,2022-01-20,24489,19899,199\n13,2022-01-21,25003,20083,201\n13,2022-01-22,25465,20083,207\n13,2022-01-23,26010,20543,209\n13,2022-01-24,26391,20828,212\n13,2022-01-25,26741,21165,215\n13,2022-01-26,27261,21722,221\n13,2022-01-27,27649,22069,224\n13,2022-01-28,28045,22405,228\n13,2022-01-29,28442,22829,228\n13,2022-01-30,28716,23021,233\n13,2022-01-31,28885,23804,238\n13,2022-02-01,29113,24460,243\n13,2022-02-02,29494,24874,247\n13,2022-02-03,29905,25640,251\n13,2022-02-04,30306,26136,252\n13,2022-02-05,30602,26455,258\n13,2022-02-06,30756,26941,259\n13,2022-02-07,31017,27298,263\n13,2022-02-08,31276,27646,269\n13,2022-02-09,31597,28005,275\n13,2022-02-10,31948,28272,278\n13,2022-02-11,32307,28429,282\n13,2022-02-12,32610,28640,286\n13,2022-02-13,32876,29011,290\n13,2022-02-14,33066,29407,292\n13,2022-02-15,33342,29798,293\n13,2022-02-16,33647,30087,296\n13,2022-02-17,33968,30228,297\n13,2022-02-18,34222,30488,298\n13,2022-02-19,34222,30488,298\n13,2022-02-20,34222,30488,298\n13,2022-02-21,34222,30488,298\n13,2022-02-22,35370,31755,300\n13,2022-02-23,35670,32059,300\n13,2022-02-24,36035,32325,300\n13,2022-02-25,36417,32734,301\n13,2022-02-26,36417,32734,301\n13,2022-02-27,36417,32734,301\n13,2022-02-28,37482,33634,304\n13,2022-03-01,37769,33887,306\n13,2022-03-02,38155,34214,306\n13,2022-03-03,38546,34519,308\n13,2022-03-04,38937,34734,309\n13,2022-03-05,38937,34734,309\n13,2022-03-06,38937,34734,309\n13,2022-03-07,40070,35696,311\n13,2022-03-08,40312,36078,312\n13,2022-03-09,40654,36482,313\n13,2022-03-10,41109,36828,316\n13,2022-03-11,41512,37138,317\n13,2022-03-12,42320,37808,320\n13,2022-03-13,42320,37808,320\n13,2022-03-14,42320,37808,320\n13,2022-03-15,42320,37808,320\n13,2022-03-16,42320,37808,320\n13,2022-03-17,42320,37808,320\n13,2022-03-18,42320,37808,320\n13,2022-03-19,45101,40322,336\n13,2022-03-20,45101,40322,336\n13,2022-03-21,45101,40322,336\n13,2022-03-22,45101,40322,336\n13,2022-03-23,45101,40322,336\n13,2022-03-24,45101,40322,336\n13,2022-03-25,45101,40322,336\n13,2022-03-26,48197,42893,349\n13,2022-03-27,48197,42893,349\n13,2022-03-28,48197,42893,349\n13,2022-03-29,48197,42893,349\n13,2022-03-30,48197,42893,349\n13,2022-03-31,48197,42893,349\n13,2022-04-01,48197,42893,349\n13,2022-04-02,51854,45362,358\n13,2022-04-03,51854,45362,358\n13,2022-04-04,51854,45362,358\n13,2022-04-05,51854,45362,358\n13,2022-04-06,51854,45362,358\n13,2022-04-07,51854,45362,358\n13,2022-04-08,51854,45362,358\n13,2022-04-09,55812,49723,368\n13,2022-04-10,55812,49723,368\n13,2022-04-11,55812,49723,368\n13,2022-04-12,55812,49723,368\n13,2022-04-13,55812,49723,368\n13,2022-04-14,55812,49723,368\n13,2022-04-15,55812,49723,368\n13,2022-04-16,58768,53601,378\n13,2022-04-17,58768,53601,378\n13,2022-04-18,58768,53601,378\n13,2022-04-19,58768,53601,378\n13,2022-04-20,58768,53601,378\n13,2022-04-21,58768,53601,378\n13,2022-04-22,58768,53601,378\n13,2022-04-23,60756,57238,384\n13,2022-04-24,60756,57238,384\n13,2022-04-25,60756,57238,384\n13,2022-04-26,60756,57238,384\n13,2022-04-27,60756,57238,384\n13,2022-04-28,60756,57238,384\n13,2022-04-29,60756,57238,384\n13,2022-04-30,62148,59468,399\n13,2022-05-01,62148,59468,399\n13,2022-05-02,62148,59468,399\n13,2022-05-03,62148,59468,399\n13,2022-05-04,62148,59468,399\n13,2022-05-05,62148,59468,399\n13,2022-05-06,62148,59468,399\n13,2022-05-07,63486,61197,406\n13,2022-05-08,63486,61197,406\n13,2022-05-09,63486,61197,406\n13,2022-05-10,63486,61197,406\n13,2022-05-11,63486,61197,406\n13,2022-05-12,63486,61197,406\n13,2022-05-13,63486,61197,406\n13,2022-05-14,64490,62486,411\n13,2022-05-15,64490,62486,411\n13,2022-05-16,64490,62486,411\n13,2022-05-17,64490,62486,411\n13,2022-05-18,64490,62486,411\n13,2022-05-19,64490,62486,411\n13,2022-05-20,64490,62486,411\n13,2022-05-21,65258,63621,416\n13,2022-05-22,65258,63621,416\n13,2022-05-23,65258,63621,416\n13,2022-05-24,65258,63621,416\n13,2022-05-25,65258,63621,416\n13,2022-05-26,65258,63621,416\n13,2022-05-27,65258,63621,416\n13,2022-05-28,65812,64528,419\n13,2022-05-29,65812,64528,419\n13,2022-05-30,65812,64528,419\n13,2022-05-31,65812,64528,419\n13,2022-06-01,65812,64528,419\n13,2022-06-02,65812,64528,419\n13,2022-06-03,65812,64528,419\n13,2022-06-04,66345,65138,421\n13,2022-06-05,66345,65138,421\n13,2022-06-06,66345,65138,421\n13,2022-06-07,66345,65138,421\n13,2022-06-08,66345,65138,421\n13,2022-06-09,,,\n13,2022-06-10,,,\n47,2020-03-11,0,,0\n47,2020-03-12,0,,0\n47,2020-03-13,0,,0\n47,2020-03-14,0,,0\n47,2020-03-15,0,,0\n47,2020-03-16,1,,0\n47,2020-03-17,2,,0\n47,2020-03-18,2,,0\n47,2020-03-19,8,,0\n47,2020-03-20,8,,0\n47,2020-03-21,25,,0\n47,2020-03-22,33,,0\n47,2020-03-23,65,,0\n47,2020-03-24,72,,0\n47,2020-03-25,86,,0\n47,2020-03-26,95,3,0\n47,2020-03-27,104,3,0\n47,2020-03-28,134,3,0\n47,2020-03-29,134,4,0\n47,2020-03-30,175,14,2\n47,2020-03-31,184,21,2\n47,2020-04-01,193,30,3\n47,2020-04-02,206,36,3\n47,2020-04-03,220,,3\n47,2020-04-04,231,,3\n47,2020-04-05,249,55,3\n47,2020-04-06,253,81,3\n47,2020-04-07,260,,3\n47,2020-04-08,271,,3\n47,2020-04-09,278,,3\n47,2020-04-10,285,,3\n47,2020-04-11,289,,4\n47,2020-04-12,296,,4\n47,2020-04-13,300,,4\n47,2020-04-14,301,,4\n47,2020-04-15,304,,4\n47,2020-04-16,305,,4\n47,2020-04-17,306,,4\n47,2020-04-18,310,234,4\n47,2020-04-19,314,234,4\n47,2020-04-20,316,238,4\n47,2020-04-21,320,252,4\n47,2020-04-22,326,261,4\n47,2020-04-23,331,270,4\n47,2020-04-24,341,280,4\n47,2020-04-25,347,288,4\n47,2020-04-26,353,288,4\n47,2020-04-27,365,288,5\n47,2020-04-28,366,291,5\n47,2020-04-29,383,291,6\n47,2020-04-30,389,295,6\n47,2020-05-01,415,297,6\n47,2020-05-02,421,302,6\n47,2020-05-03,433,305,6\n47,2020-05-04,467,307,6\n47,2020-05-05,487,310,6\n47,2020-05-06,512,312,6\n47,2020-05-07,531,329,6\n47,2020-05-08,544,335,6\n47,2020-05-09,553,340,6\n47,2020-05-10,564,349,6\n47,2020-05-11,568,363,6\n47,2020-05-12,573,374,6\n47,2020-05-13,577,385,6\n47,2020-05-14,582,398,6\n47,2020-05-15,590,408,6\n47,2020-05-16,591,433,6\n47,2020-05-17,592,444,6\n47,2020-05-18,592,455,6\n47,2020-05-19,599,470,6\n47,2020-05-20,620,470,6\n47,2020-05-21,622,509,7\n47,2020-05-22,627,521,7\n47,2020-05-23,630,535,7\n47,2020-05-24,632,538,7\n47,2020-05-25,634,546,7\n47,2020-05-26,634,549,8\n47,2020-05-27,637,559,10\n47,2020-05-28,639,568,10\n47,2020-05-29,641,570,10\n47,2020-05-30,645,580,10\n47,2020-05-31,646,582,11\n47,2020-06-01,646,588,11\n47,2020-06-02,646,602,11\n47,2020-06-03,647,602,11\n47,2020-06-04,648,608,11\n47,2020-06-05,649,611,11\n47,2020-06-06,650,611,11\n47,2020-06-07,650,623,11\n47,2020-06-08,654,624,13\n47,2020-06-09,656,624,13\n47,2020-06-10,658,624,13\n47,2020-06-11,660,626,13\n47,2020-06-12,663,627,13\n47,2020-06-13,664,628,13\n47,2020-06-14,665,628,13\n47,2020-06-15,683,629,13\n47,2020-06-16,684,631,13\n47,2020-06-17,693,633,13\n47,2020-06-18,708,636,13\n47,2020-06-19,716,636,13\n47,2020-06-20,726,639,13\n47,2020-06-21,746,643,13\n47,2020-06-22,751,643,13\n47,2020-06-23,753,642,13\n47,2020-06-24,757,643,13\n47,2020-06-25,759,648,13\n47,2020-06-26,772,654,13\n47,2020-06-27,777,661,13\n47,2020-06-28,778,661,13\n47,2020-06-29,779,679,13\n47,2020-06-30,785,684,13\n47,2020-07-01,785,684,13\n47,2020-07-02,795,701,14\n47,2020-07-03,796,711,14\n47,2020-07-04,796,711,14\n47,2020-07-05,796,711,14\n47,2020-07-06,805,732,14\n47,2020-07-07,806,737,15\n47,2020-07-08,808,746,15\n47,2020-07-09,813,750,15\n47,2020-07-10,815,757,15\n47,2020-07-11,815,757,15\n47,2020-07-12,815,757,15\n47,2020-07-13,871,766,15\n47,2020-07-14,876,785,15\n47,2020-07-15,881,791,15\n47,2020-07-16,923,794,15\n47,2020-07-17,936,793,15\n47,2020-07-18,941,798,15\n47,2020-07-19,943,799,15\n47,2020-07-20,962,802,15\n47,2020-07-21,970,813,15\n47,2020-07-22,1030,825,15\n47,2020-07-23,1072,838,16\n47,2020-07-24,1099,848,16\n47,2020-07-25,1136,862,16\n47,2020-07-26,1178,873,16\n47,2020-07-27,1209,886,16\n47,2020-07-28,1218,907,17\n47,2020-07-29,1268,929,17\n47,2020-07-30,1306,984,18\n47,2020-07-31,1319,1008,18\n47,2020-08-01,1334,1054,18\n47,2020-08-02,1342,1070,18\n47,2020-08-03,1359,1089,18\n47,2020-08-04,1368,1097,18\n47,2020-08-05,1376,1133,18\n47,2020-08-06,1387,1164,19\n47,2020-08-07,1409,1221,20\n47,2020-08-08,1433,1245,20\n47,2020-08-09,1445,1257,20\n47,2020-08-10,1450,1265,20\n47,2020-08-11,1479,1294,20\n47,2020-08-12,1484,1314,20\n47,2020-08-13,1511,1325,20\n47,2020-08-14,1541,1347,20\n47,2020-08-15,1566,1356,21\n47,2020-08-16,1580,1365,22\n47,2020-08-17,1581,1387,22\n47,2020-08-18,1582,1403,22\n47,2020-08-19,1586,1410,22\n47,2020-08-20,1590,1419,22\n47,2020-08-21,1595,1439,22\n47,2020-08-22,1597,1458,22\n47,2020-08-23,1600,1472,22\n47,2020-08-24,1601,1482,22\n47,2020-08-25,1601,1490,23\n47,2020-08-26,1604,1520,24\n47,2020-08-27,1609,1527,24\n47,2020-08-28,1611,1543,24\n47,2020-08-29,1615,1548,24\n47,2020-08-30,1615,1549,24\n47,2020-08-31,1619,1561,24\n47,2020-09-01,1622,1567,24\n47,2020-09-02,1624,1571,24\n47,2020-09-03,1634,1574,24\n47,2020-09-04,1638,1578,24\n47,2020-09-05,1643,1579,24\n47,2020-09-06,1651,1579,24\n47,2020-09-07,1662,1580,24\n47,2020-09-08,1669,1587,24\n47,2020-09-09,1670,1587,24\n47,2020-09-10,1676,1593,24\n47,2020-09-11,1688,1598,24\n47,2020-09-12,1709,1602,24\n47,2020-09-13,1726,1603,24\n47,2020-09-14,1731,1604,24\n47,2020-09-15,1741,1616,24\n47,2020-09-16,1751,1620,24\n47,2020-09-17,1757,1624,24\n47,2020-09-18,1776,1639,24\n47,2020-09-19,1787,1642,24\n47,2020-09-20,1807,1643,24\n47,2020-09-21,1814,1645,24\n47,2020-09-22,1824,1654,24\n47,2020-09-23,1830,1673,24\n47,2020-09-24,1835,1681,24\n47,2020-09-25,1846,1699,24\n47,2020-09-26,1863,1705,24\n47,2020-09-27,1878,1710,24\n47,2020-09-28,1892,1719,24\n47,2020-09-29,1899,1737,24\n47,2020-09-30,1913,1750,24\n47,2020-10-01,1927,1759,24\n47,2020-10-02,1940,1769,24\n47,2020-10-03,1954,1782,24\n47,2020-10-04,1959,1782,24\n47,2020-10-05,1968,1801,24\n47,2020-10-06,1984,1821,24\n47,2020-10-07,1994,1832,24\n47,2020-10-08,2012,1845,24\n47,2020-10-09,2034,1871,24\n47,2020-10-10,2068,1883,24\n47,2020-10-11,2092,1888,25\n47,2020-10-12,2140,1900,25\n47,2020-10-13,2174,1911,25\n47,2020-10-14,2199,1920,25\n47,2020-10-15,2232,1936,25\n47,2020-10-16,2270,1946,25\n47,2020-10-17,2306,1955,25\n47,2020-10-18,2330,1963,25\n47,2020-10-19,2396,1973,25\n47,2020-10-20,2439,1987,25\n47,2020-10-21,2496,2002,25\n47,2020-10-22,2558,2024,25\n47,2020-10-23,2591,2055,25\n47,2020-10-24,2669,2070,25\n47,2020-10-25,2729,2085,25\n47,2020-10-26,2783,2108,25\n47,2020-10-27,2841,2164,25\n47,2020-10-28,2908,2217,25\n47,2020-10-29,2990,2258,25\n47,2020-10-30,3066,2299,25\n47,2020-10-31,3144,2380,25\n47,2020-11-01,3218,2395,25\n47,2020-11-02,3292,2409,25\n47,2020-11-03,3373,2506,25\n47,2020-11-04,3408,2584,25\n47,2020-11-05,3536,2634,25\n47,2020-11-06,3623,2687,25\n47,2020-11-07,3738,2726,27\n47,2020-11-08,3897,2747,28\n47,2020-11-09,4087,2769,29\n47,2020-11-10,4214,2880,29\n47,2020-11-11,4326,2934,29\n47,2020-11-12,4437,2949,29\n47,2020-11-13,4513,3057,29\n47,2020-11-14,4820,3100,29\n47,2020-11-15,5001,3163,31\n47,2020-11-16,5182,3223,31\n47,2020-11-17,5422,3336,31\n47,2020-11-18,5553,3422,32\n47,2020-11-19,5651,3553,32\n47,2020-11-20,5804,3626,33\n47,2020-11-21,6237,3667,33\n47,2020-11-22,6473,3757,33\n47,2020-11-23,6708,3807,37\n47,2020-11-24,6883,3919,37\n47,2020-11-25,7047,3998,37\n47,2020-11-26,7362,4176,40\n47,2020-11-27,7691,4384,44\n47,2020-11-28,7888,4521,45\n47,2020-11-29,8239,4589,45\n47,2020-11-30,8564,4638,47\n47,2020-12-01,8745,4875,51\n47,2020-12-02,8982,4959,53\n47,2020-12-03,9243,5173,54\n47,2020-12-04,9526,5356,55\n47,2020-12-05,9729,5484,55\n47,2020-12-06,10138,5530,59\n47,2020-12-07,10411,5589,60\n47,2020-12-08,10596,5868,66\n47,2020-12-09,10898,6121,71\n47,2020-12-10,11222,6466,75\n47,2020-12-11,11473,6853,75\n47,2020-12-12,11747,7566,86\n47,2020-12-13,11969,7694,89\n47,2020-12-14,12236,7767,91\n47,2020-12-15,12430,8130,98\n47,2020-12-16,12592,8283,98\n47,2020-12-17,12830,8749,105\n47,2020-12-18,13075,9234,107\n47,2020-12-19,13327,9452,115\n47,2020-12-20,13553,9557,118\n47,2020-12-21,13759,9649,122\n47,2020-12-22,13941,9872,125\n47,2020-12-23,14100,10121,130\n47,2020-12-24,14254,10775,134\n47,2020-12-25,14483,10775,134\n47,2020-12-26,14615,10775,134\n47,2020-12-27,14813,11275,141\n47,2020-12-28,14907,11275,141\n47,2020-12-29,15021,11680,151\n47,2020-12-30,15159,12057,154\n47,2020-12-31,15349,12496,155\n47,2021-01-01,15634,12496,155\n47,2021-01-02,15844,12975,158\n47,2021-01-03,16080,13084,158\n47,2021-01-04,16367,13180,160\n47,2021-01-05,16520,13298,165\n47,2021-01-06,16804,13737,174\n47,2021-01-07,17139,14014,177\n47,2021-01-08,17475,14237,184\n47,2021-01-09,17807,14426,191\n47,2021-01-10,18114,14426,191\n47,2021-01-11,18526,14588,199\n47,2021-01-12,18774,14814,204\n47,2021-01-13,19021,15063,206\n47,2021-01-14,19333,15264,206\n47,2021-01-15,19715,15495,210\n47,2021-01-16,19985,15730,212\n47,2021-01-17,20272,15936,215\n47,2021-01-18,20562,16078,219\n47,2021-01-19,20871,16490,225\n47,2021-01-20,21112,17184,226\n47,2021-01-21,21338,18000,239\n47,2021-01-22,21643,18200,247\n47,2021-01-23,21917,18506,250\n47,2021-01-24,22177,18673,253\n47,2021-01-25,22416,18890,254\n47,2021-01-26,22646,19729,268\n47,2021-01-27,22794,19993,274\n47,2021-01-28,23038,20275,285\n47,2021-01-29,23366,20575,292\n47,2021-01-30,23626,20803,300\n47,2021-01-31,23864,21026,304\n47,2021-02-01,24011,21336,306\n47,2021-02-02,24236,21602,314\n47,2021-02-03,24430,21854,322\n47,2021-02-04,24680,22086,329\n47,2021-02-05,24946,22315,332\n47,2021-02-06,25209,22460,336\n47,2021-02-07,25403,22701,339\n47,2021-02-08,25574,23029,341\n47,2021-02-09,25654,23282,346\n47,2021-02-10,25843,23527,348\n47,2021-02-11,25957,23674,348\n47,2021-02-12,26145,23895,350\n47,2021-02-13,26389,24085,354\n47,2021-02-14,26550,24332,354\n47,2021-02-15,26693,24332,354\n47,2021-02-16,26829,24861,357\n47,2021-02-17,26953,25050,362\n47,2021-02-18,27099,25221,362\n47,2021-02-19,27245,25298,365\n47,2021-02-20,27438,25468,368\n47,2021-02-21,27620,25578,372\n47,2021-02-22,27797,25773,372\n47,2021-02-23,27923,26017,376\n47,2021-02-24,27980,26176,379\n47,2021-02-25,28191,26318,380\n47,2021-02-26,28344,26454,380\n47,2021-02-27,28506,26573,385\n47,2021-02-28,28647,26719,385\n47,2021-03-01,28801,26865,385\n47,2021-03-02,28938,27059,387\n47,2021-03-03,29059,27239,389\n47,2021-03-04,29220,27407,391\n47,2021-03-05,29430,27532,393\n47,2021-03-06,29593,27584,396\n47,2021-03-07,29709,27794,398\n47,2021-03-08,29805,27944,399\n47,2021-03-09,29918,28104,400\n47,2021-03-10,30028,28244,401\n47,2021-03-11,30193,28397,401\n47,2021-03-12,30369,28528,404\n47,2021-03-13,30522,28648,405\n47,2021-03-14,30617,28814,407\n47,2021-03-15,30727,29021,407\n47,2021-03-16,30883,29182,409\n47,2021-03-17,30970,29296,410\n47,2021-03-18,31085,29392,411\n47,2021-03-19,31259,29500,414\n47,2021-03-20,31459,29608,417\n47,2021-03-21,31637,29772,418\n47,2021-03-22,31841,29948,418\n47,2021-03-23,31991,30100,419\n47,2021-03-24,32178,30196,420\n47,2021-03-25,32346,30301,422\n47,2021-03-26,32559,30449,430\n47,2021-03-27,32783,30536,430\n47,2021-03-28,33031,30648,433\n47,2021-03-29,33235,30822,433\n47,2021-03-30,33399,31023,434\n47,2021-03-31,33590,31199,436\n47,2021-04-01,33789,31404,436\n47,2021-04-02,34043,31554,436\n47,2021-04-03,34323,31744,436\n47,2021-04-04,34544,31909,439\n47,2021-04-05,34763,32121,440\n47,2021-04-06,34982,32342,443\n47,2021-04-07,35171,32588,445\n47,2021-04-08,35390,32788,447\n47,2021-04-09,35747,32958,453\n47,2021-04-10,35984,33149,453\n47,2021-04-11,36304,33347,454\n47,2021-04-12,36604,33600,455\n47,2021-04-13,36892,33880,457\n47,2021-04-14,37091,34102,458\n47,2021-04-15,37394,34325,460\n47,2021-04-16,37624,34550,462\n47,2021-04-17,37871,34550,464\n47,2021-04-18,38158,34953,465\n47,2021-04-19,38402,35310,465\n47,2021-04-20,38652,35546,465\n47,2021-04-21,38883,35863,469\n47,2021-04-22,39147,36162,470\n47,2021-04-23,39397,36458,471\n47,2021-04-24,39683,36652,473\n47,2021-04-25,39932,36942,475\n47,2021-04-26,40177,37163,476\n47,2021-04-27,40401,37401,482\n47,2021-04-28,40614,37685,486\n47,2021-04-29,40824,37929,487\n47,2021-04-30,41098,38181,491\n47,2021-05-01,41360,38414,494\n47,2021-05-02,41598,38667,495\n47,2021-05-03,41817,38911,497\n47,2021-05-04,42006,39202,499\n47,2021-05-05,42220,39452,501\n47,2021-05-06,42400,39717,501\n47,2021-05-07,42695,39954,502\n47,2021-05-08,42964,40169,502\n47,2021-05-09,43141,40379,502\n47,2021-05-10,43295,40645,502\n47,2021-05-11,43490,40911,506\n47,2021-05-12,43703,41149,508\n47,2021-05-13,43932,41381,513\n47,2021-05-14,44168,41569,515\n47,2021-05-15,44364,41776,516\n47,2021-05-16,44531,41932,517\n47,2021-05-17,44712,42225,519\n47,2021-05-18,44841,42494,522\n47,2021-05-19,44982,42674,522\n47,2021-05-20,45128,42821,522\n47,2021-05-21,45310,43010,524\n47,2021-05-22,45490,43194,526\n47,2021-05-23,45605,43436,527\n47,2021-05-24,45709,43645,527\n47,2021-05-25,45820,43842,527\n47,2021-05-26,46001,44031,528\n47,2021-05-27,46163,44247,534\n47,2021-05-28,46285,44378,536\n47,2021-05-29,46464,44519,537\n47,2021-05-30,46635,44667,538\n47,2021-05-31,46748,44841,539\n47,2021-06-01,46834,45022,540\n47,2021-06-02,46966,45138,541\n47,2021-06-03,47097,45240,543\n47,2021-06-04,47186,45351,543\n47,2021-06-05,47285,45498,546\n47,2021-06-06,47359,45617,546\n47,2021-06-07,47427,45736,549\n47,2021-06-08,47517,45913,551\n47,2021-06-09,47591,46084,552\n47,2021-06-10,47683,46213,553\n47,2021-06-11,47769,46311,554\n47,2021-06-12,47875,46446,555\n47,2021-06-13,47941,46577,555\n47,2021-06-14,47996,46666,556\n47,2021-06-15,48042,46761,560\n47,2021-06-16,48125,46837,561\n47,2021-06-17,48220,46907,561\n47,2021-06-18,48327,47002,562\n47,2021-06-19,48381,47059,562\n47,2021-06-20,48441,47135,563\n47,2021-06-21,48469,47214,564\n47,2021-06-22,48503,47301,564\n47,2021-06-23,48537,47365,565\n47,2021-06-24,48590,47420,565\n47,2021-06-25,48644,47472,565\n47,2021-06-26,48706,47543,566\n47,2021-06-27,48754,47639,566\n47,2021-06-28,48771,47737,566\n47,2021-06-29,48823,47791,568\n47,2021-06-30,48854,47851,568\n47,2021-07-01,48861,47873,568\n47,2021-07-02,48882,47909,568\n47,2021-07-03,48931,47942,568\n47,2021-07-04,48958,47994,568\n47,2021-07-05,48978,48050,568\n47,2021-07-06,48985,48110,569\n47,2021-07-07,49039,48150,570\n47,2021-07-08,49152,48167,570\n47,2021-07-09,49198,48224,571\n47,2021-07-10,49240,48254,572\n47,2021-07-11,49260,48288,573\n47,2021-07-12,49277,48309,573\n47,2021-07-13,49304,48356,573\n47,2021-07-14,49311,48386,573\n47,2021-07-15,49341,48395,573\n47,2021-07-16,49362,48407,575\n47,2021-07-17,49397,48462,575\n47,2021-07-18,49433,48576,575\n47,2021-07-19,49450,48613,575\n47,2021-07-20,49472,48655,575\n47,2021-07-21,49525,48674,575\n47,2021-07-22,49556,48694,575\n47,2021-07-23,49608,48719,577\n47,2021-07-24,49656,48738,578\n47,2021-07-25,49683,48769,578\n47,2021-07-26,49727,48792,578\n47,2021-07-27,49765,48825,578\n47,2021-07-28,49830,48876,578\n47,2021-07-29,49882,48892,578\n47,2021-07-30,49940,48914,578\n47,2021-07-31,50024,48967,578\n47,2021-08-01,50067,48993,578\n47,2021-08-02,50096,49044,578\n47,2021-08-03,50120,49093,578\n47,2021-08-04,50181,49119,579\n47,2021-08-05,50251,49167,581\n47,2021-08-06,50338,49207,582\n47,2021-08-07,50477,49267,582\n47,2021-08-08,50558,49320,582\n47,2021-08-09,50614,49382,582\n47,2021-08-10,50679,49461,584\n47,2021-08-11,50771,49505,584\n47,2021-08-12,50909,49533,586\n47,2021-08-13,51034,49555,586\n47,2021-08-14,51162,49618,586\n47,2021-08-15,51305,49676,586\n47,2021-08-16,51392,49766,586\n47,2021-08-17,51500,49896,586\n47,2021-08-18,51631,49978,586\n47,2021-08-19,51821,50032,586\n47,2021-08-20,52065,50098,586\n47,2021-08-21,52252,50188,586\n47,2021-08-22,52472,50330,586\n47,2021-08-23,52490,50330,586\n47,2021-08-24,52629,50583,592\n47,2021-08-25,52845,50725,592\n47,2021-08-26,53004,50808,594\n47,2021-08-27,53262,50913,596\n47,2021-08-28,53617,51033,597\n47,2021-08-29,53875,51212,598\n47,2021-08-30,54076,51407,601\n47,2021-08-31,54367,51560,603\n47,2021-09-01,54688,51709,607\n47,2021-09-02,54953,51879,608\n47,2021-09-03,55396,52031,610\n47,2021-09-04,55750,52246,610\n47,2021-09-05,56139,52409,611\n47,2021-09-06,56533,52669,612\n47,2021-09-07,56838,53041,613\n47,2021-09-08,57235,53297,615\n47,2021-09-09,57520,53489,616\n47,2021-09-10,57952,53762,617\n47,2021-09-11,58293,54087,618\n47,2021-09-12,58715,54350,621\n47,2021-09-13,59164,54764,625\n47,2021-09-14,59672,55117,627\n47,2021-09-15,60149,55504,629\n47,2021-09-16,60589,55895,630\n47,2021-09-17,61065,56194,637\n47,2021-09-18,61558,56591,638\n47,2021-09-19,62101,56876,639\n47,2021-09-20,62617,57307,641\n47,2021-09-21,62989,57643,646\n47,2021-09-22,63415,58058,651\n47,2021-09-23,63875,58502,658\n47,2021-09-24,64402,59005,663\n47,2021-09-25,64949,59531,667\n47,2021-09-26,65501,59967,670\n47,2021-09-27,65894,60437,672\n47,2021-09-28,66343,60927,682\n47,2021-09-29,66737,61467,685\n47,2021-09-30,67339,61975,695\n47,2021-10-01,67810,62340,700\n47,2021-10-02,68290,62758,708\n47,2021-10-03,68644,63215,711\n47,2021-10-04,69089,63738,716\n47,2021-10-05,69331,64220,726\n47,2021-10-06,69807,64763,733\n47,2021-10-07,70457,65156,737\n47,2021-10-08,71034,65601,741\n47,2021-10-09,71526,65982,746\n47,2021-10-10,72033,66583,747\n47,2021-10-11,72458,67049,751\n47,2021-10-12,72730,67527,753\n47,2021-10-13,73035,67870,764\n47,2021-10-14,73350,68287,769\n47,2021-10-15,73662,68525,773\n47,2021-10-16,74074,69001,776\n47,2021-10-17,74394,69646,781\n47,2021-10-18,74669,70218,785\n47,2021-10-19,74939,70713,793\n47,2021-10-20,75185,71213,798\n47,2021-10-21,75540,71636,800\n47,2021-10-22,75842,71895,812\n47,2021-10-23,76074,72217,817\n47,2021-10-24,76311,72531,817\n47,2021-10-25,76481,72842,817\n47,2021-10-26,76607,73242,827\n47,2021-10-27,76830,73558,832\n47,2021-10-28,77067,73826,843\n47,2021-10-29,77305,74095,846\n47,2021-10-30,77494,74337,850\n47,2021-10-31,77664,74691,851\n47,2021-11-01,77793,74989,854\n47,2021-11-02,77902,75214,859\n47,2021-11-03,78074,75448,861\n47,2021-11-04,78262,75618,861\n47,2021-11-05,78403,75744,863\n47,2021-11-06,78567,75956,866\n47,2021-11-07,78724,76187,872\n47,2021-11-08,78824,76424,873\n47,2021-11-09,78909,76612,874\n47,2021-11-10,79030,76778,878\n47,2021-11-11,79212,76898,886\n47,2021-11-12,79334,77000,891\n47,2021-11-13,79387,77170,893\n47,2021-11-14,79497,77358,894\n47,2021-11-15,79525,77497,896\n47,2021-11-16,79610,77601,897\n47,2021-11-17,79783,77778,901\n47,2021-11-18,79936,77932,905\n47,2021-11-19,80025,78015,908\n47,2021-11-20,80278,78201,910\n47,2021-11-21,80340,78382,911\n47,2021-11-22,80413,78503,912\n47,2021-11-23,80481,78553,914\n47,2021-11-24,80571,78663,914\n47,2021-11-25,80667,78759,915\n47,2021-11-26,80775,78842,916\n47,2021-11-27,80848,78987,921\n47,2021-11-28,80901,79078,925\n47,2021-11-29,80950,79166,926\n47,2021-11-30,80992,79351,926\n47,2021-12-01,81074,79412,927\n47,2021-12-02,81145,79484,928\n47,2021-12-03,81225,79552,929\n47,2021-12-04,81293,79642,929\n47,2021-12-05,81362,79738,929\n47,2021-12-06,81410,79845,931\n47,2021-12-07,81462,79915,934\n47,2021-12-08,81510,79965,936\n47,2021-12-09,81572,80014,936\n47,2021-12-10,81646,80056,937\n47,2021-12-11,81780,80193,937\n47,2021-12-12,81817,80268,937\n47,2021-12-13,81852,80347,937\n47,2021-12-14,81899,80413,941\n47,2021-12-15,81960,80482,941\n47,2021-12-16,82015,80530,941\n47,2021-12-17,82069,80579,942\n47,2021-12-18,82130,80627,942\n47,2021-12-19,82208,80690,942\n47,2021-12-20,82267,80760,942\n47,2021-12-21,82334,80835,943\n47,2021-12-22,82442,80871,944\n47,2021-12-23,82640,80906,945\n47,2021-12-24,82845,80906,945\n47,2021-12-25,83086,80906,945\n47,2021-12-26,83237,80906,945\n47,2021-12-27,83373,80906,945\n47,2021-12-28,83558,81183,947\n47,2021-12-29,83855,81259,951\n47,2021-12-30,84446,81315,955\n47,2021-12-31,85188,81389,955\n47,2022-01-01,85188,81389,955\n47,2022-01-02,85188,81389,955\n47,2022-01-03,85188,81389,955\n47,2022-01-04,87167,82145,960\n47,2022-01-05,87708,82302,960\n47,2022-01-06,88638,82442,961\n47,2022-01-07,89821,82606,961\n47,2022-01-08,90765,82907,961\n47,2022-01-09,91860,83481,961\n47,2022-01-10,92940,84229,961\n47,2022-01-11,94079,84890,961\n47,2022-01-12,95174,85507,961\n47,2022-01-13,96115,85912,961\n47,2022-01-14,97545,86259,961\n47,2022-01-15,98699,86815,961\n47,2022-01-16,100173,87747,961\n47,2022-01-17,101537,88934,961\n47,2022-01-18,102641,89899,961\n47,2022-01-19,103900,91046,961\n47,2022-01-20,105070,92138,961\n47,2022-01-21,106328,93160,969\n47,2022-01-22,107842,94253,972\n47,2022-01-23,109484,95222,972\n47,2022-01-24,110398,96671,975\n47,2022-01-25,111447,97818,977\n47,2022-01-26,112693,99262,983\n47,2022-01-27,113993,100622,985\n47,2022-01-28,115405,101733,987\n47,2022-01-29,116511,102969,989\n47,2022-01-30,117858,104148,990\n47,2022-01-31,118606,105406,992\n47,2022-02-01,119272,106909,993\n47,2022-02-02,119894,108543,997\n47,2022-02-03,120743,109473,1001\n47,2022-02-04,121516,110530,1005\n47,2022-02-05,122525,111734,1006\n47,2022-02-06,123258,113023,1012\n47,2022-02-07,123258,113023,1012\n47,2022-02-08,123258,,1012\n47,2022-02-09,123258,,1012\n47,2022-02-10,123258,,1012\n47,2022-02-11,123258,,1012\n47,2022-02-12,125780,,1054\n47,2022-02-13,125780,,1054\n47,2022-02-14,125780,,1054\n47,2022-02-15,125780,,1054\n47,2022-02-16,125780,,1054\n47,2022-02-17,125780,,1054\n47,2022-02-18,125780,,1054\n47,2022-02-19,127187,,1091\n47,2022-02-20,127187,,1091\n47,2022-02-21,127187,,1091\n47,2022-02-22,127187,,1091\n47,2022-02-23,127187,,1091\n47,2022-02-24,127187,,1091\n47,2022-02-25,127187,,1091\n47,2022-02-26,128288,,1135\n47,2022-02-27,128288,,1135\n47,2022-02-28,128288,,1135\n47,2022-03-01,128288,,1135\n47,2022-03-02,128288,,1135\n47,2022-03-03,128288,,1135\n47,2022-03-04,128288,,1135\n47,2022-03-05,129301,,1148\n47,2022-03-06,129301,,1148\n47,2022-03-07,129301,,1148\n47,2022-03-08,129301,,1148\n47,2022-03-09,129301,,1148\n47,2022-03-10,129301,,1148\n47,2022-03-11,129301,,1148\n47,2022-03-12,130133,,1176\n47,2022-03-13,130133,,1176\n47,2022-03-14,130133,,1176\n47,2022-03-15,130133,,1176\n47,2022-03-16,130133,,1176\n47,2022-03-17,130133,,1176\n47,2022-03-18,130133,,1176\n47,2022-03-19,131028,,1209\n47,2022-03-20,131028,,1209\n47,2022-03-21,131028,,1209\n47,2022-03-22,131028,,1209\n47,2022-03-23,131028,,1209\n47,2022-03-24,131028,,1209\n47,2022-03-25,131028,,1209\n47,2022-03-26,132224,,1229\n47,2022-03-27,132224,,1229\n47,2022-03-28,132224,,1229\n47,2022-03-29,132224,,1229\n47,2022-03-30,132224,,1229\n47,2022-03-31,132224,,1229\n47,2022-04-01,132224,,1229\n47,2022-04-02,133256,,1253\n47,2022-04-03,133256,,1253\n47,2022-04-04,133256,,1253\n47,2022-04-05,133256,,1253\n47,2022-04-06,133256,,1253\n47,2022-04-07,133256,,1253\n47,2022-04-08,133256,,1253\n47,2022-04-09,134307,,1273\n47,2022-04-10,134307,,1273\n47,2022-04-11,134307,,1273\n47,2022-04-12,134307,,1273\n47,2022-04-13,134307,,1273\n47,2022-04-14,134307,,1273\n47,2022-04-15,134307,,1273\n47,2022-04-16,135197,,1295\n47,2022-04-17,135197,,1295\n47,2022-04-18,135197,,1295\n47,2022-04-19,135197,,1295\n47,2022-04-20,135197,,1295\n47,2022-04-21,135197,,1295\n47,2022-04-22,135197,,1295\n47,2022-04-23,136026,,1309\n47,2022-04-24,136026,,1309\n47,2022-04-25,136026,,1309\n47,2022-04-26,136026,,1309\n47,2022-04-27,136026,,1309\n47,2022-04-28,136026,,1309\n47,2022-04-29,136026,,1309\n47,2022-04-30,136792,,1323\n47,2022-05-01,136792,,1323\n47,2022-05-02,136792,,1323\n47,2022-05-03,136792,,1323\n47,2022-05-04,136792,,1323\n47,2022-05-05,136792,,1323\n47,2022-05-06,136792,,1323\n47,2022-05-07,137502,,1342\n47,2022-05-08,137502,,1342\n47,2022-05-09,137502,,1342\n47,2022-05-10,137502,,1342\n47,2022-05-11,137502,,1342\n47,2022-05-12,137502,,1342\n47,2022-05-13,137502,,1342\n47,2022-05-14,137967,,1364\n47,2022-05-15,137967,,1364\n47,2022-05-16,137967,,1364\n47,2022-05-17,137967,,1364\n47,2022-05-18,137967,,1364\n47,2022-05-19,137967,,1364\n47,2022-05-20,137967,,1364\n47,2022-05-21,138343,,1376\n47,2022-05-22,138343,,1376\n47,2022-05-23,138343,,1376\n47,2022-05-24,138343,,1376\n47,2022-05-25,138343,,1376\n47,2022-05-26,138343,,1376\n47,2022-05-27,138343,,1376\n47,2022-05-28,138707,,1385\n47,2022-05-29,138707,,1385\n47,2022-05-30,138707,,1385\n47,2022-05-31,138707,,1385\n47,2022-06-01,138707,,1385\n47,2022-06-02,138707,,1385\n47,2022-06-03,138707,,1385\n47,2022-06-04,138992,,1395\n47,2022-06-05,138992,,1395\n47,2022-06-06,138992,,1395\n47,2022-06-07,138992,,1395\n47,2022-06-08,138992,,1395\n47,2022-06-09,,,\n47,2022-06-10,,,\n48,2020-03-08,1,,0\n48,2020-03-09,7,,0\n48,2020-03-11,14,,0\n48,2020-03-12,19,,0\n48,2020-03-13,23,,0\n48,2020-03-14,29,,0\n48,2020-03-15,39,,0\n48,2020-03-16,56,,0\n48,2020-03-17,74,,0\n48,2020-03-18,97,,0\n48,2020-03-19,146,,1\n48,2020-03-20,195,,1\n48,2020-03-21,226,,1\n48,2020-03-22,259,,1\n48,2020-03-23,301,,1\n48,2020-03-24,358,,2\n48,2020-03-25,419,,2\n48,2020-03-26,486,27,2\n48,2020-03-27,542,27,2\n48,2020-03-28,542,53,2\n48,2020-03-29,621,73,2\n48,2020-03-30,690,94,8\n48,2020-03-31,754,120,9\n48,2020-04-01,754,142,9\n48,2020-04-02,968,174,13\n48,2020-04-03,1075,,18\n48,2020-04-04,1075,,18\n48,2020-04-05,1250,240,23\n48,2020-04-06,1348,361,24\n48,2020-04-07,1373,,26\n48,2020-04-08,1423,,29\n48,2020-04-09,1451,,32\n48,2020-04-10,1500,,39\n48,2020-04-11,1569,,40\n48,2020-04-12,1651,,44\n48,2020-04-13,1732,,46\n48,2020-04-14,1870,,48\n48,2020-04-15,1996,,48\n48,2020-04-16,2158,,50\n48,2020-04-17,2397,,50\n48,2020-04-18,2562,1162,51\n48,2020-04-19,2562,1162,51\n48,2020-04-20,2908,1230,59\n48,2020-04-21,3095,1273,61\n48,2020-04-22,3401,1310,66\n48,2020-04-23,3720,1357,67\n48,2020-04-24,4017,1397,72\n48,2020-04-25,4233,1471,73\n48,2020-04-26,4480,1549,73\n48,2020-04-27,4696,1664,75\n48,2020-04-28,4850,1800,80\n48,2020-04-29,5165,1953,87\n48,2020-04-30,5355,2161,89\n48,2020-05-01,5573,2359,92\n48,2020-05-02,5670,2534,94\n48,2020-05-03,5766,2713,95\n48,2020-05-04,5836,2942,104\n48,2020-05-05,5893,3219,106\n48,2020-05-06,5963,3552,112\n48,2020-05-07,6017,3809,114\n48,2020-05-08,6098,4020,115\n48,2020-05-09,6157,4204,116\n48,2020-05-10,6253,4389,117\n48,2020-05-11,6300,4659,117\n48,2020-05-12,6345,4866,118\n48,2020-05-13,6407,5076,120\n48,2020-05-14,6457,5205,121\n48,2020-05-15,6515,5317,125\n48,2020-05-16,6587,5377,126\n48,2020-05-17,6644,5453,127\n48,2020-05-18,6683,5519,128\n48,2020-05-19,6716,5584,128\n48,2020-05-20,6716,5584,128\n48,2020-05-21,6768,5710,132\n48,2020-05-22,6800,5801,134\n48,2020-05-23,6818,5869,135\n48,2020-05-24,6860,5924,135\n48,2020-05-25,6879,5979,138\n48,2020-05-26,6901,6048,139\n48,2020-05-27,6926,6106,141\n48,2020-05-28,6955,6160,143\n48,2020-05-29,6979,6220,143\n48,2020-05-30,6992,6245,143\n48,2020-05-31,7010,6283,143\n48,2020-06-01,7044,6501,143\n48,2020-06-02,7057,6537,143\n48,2020-06-03,7076,6587,145\n48,2020-06-04,7091,6611,146\n48,2020-06-05,7098,6624,146\n48,2020-06-06,7138,6656,146\n48,2020-06-07,7138,6656,146\n48,2020-06-08,11067,6698,149\n48,2020-06-09,7229,6722,149\n48,2020-06-10,7276,6754,149\n48,2020-06-11,7316,6788,149\n48,2020-06-12,7346,6811,149\n48,2020-06-13,7383,6830,150\n48,2020-06-14,7433,6861,150\n48,2020-06-15,7453,6862,151\n48,2020-06-16,7482,6882,151\n48,2020-06-17,7530,6893,151\n48,2020-06-18,7579,6938,152\n48,2020-06-19,7625,6961,152\n48,2020-06-20,7673,6996,152\n48,2020-06-21,7704,7018,152\n48,2020-06-22,7736,7041,153\n48,2020-06-23,7781,7096,153\n48,2020-06-24,7825,7134,153\n48,2020-06-25,7851,7191,154\n48,2020-06-26,7888,7225,154\n48,2020-06-27,7957,7283,154\n48,2020-06-28,7996,7322,154\n48,2020-06-29,8067,7354,154\n48,2020-06-30,8108,7407,154\n48,2020-07-01,8108,7407,154\n48,2020-07-02,8202,7505,155\n48,2020-07-03,8259,7532,155\n48,2020-07-04,8259,7532,155\n48,2020-07-05,8259,7532,155\n48,2020-07-06,8389,7627,155\n48,2020-07-07,8436,7659,157\n48,2020-07-08,8482,7716,158\n48,2020-07-09,8519,7774,160\n48,2020-07-10,8596,7844,160\n48,2020-07-11,8596,7844,160\n48,2020-07-12,8596,7844,160\n48,2020-07-13,8826,7989,161\n48,2020-07-14,8912,8048,163\n48,2020-07-15,8994,8127,163\n48,2020-07-16,9114,8142,165\n48,2020-07-17,9219,8193,167\n48,2020-07-18,9219,8193,167\n48,2020-07-19,9219,8193,167\n48,2020-07-20,9587,8308,170\n48,2020-07-21,9728,8363,172\n48,2020-07-22,9861,8436,174\n48,2020-07-23,9975,8506,176\n48,2020-07-24,10086,8567,178\n48,2020-07-25,10086,8567,178\n48,2020-07-26,10086,8567,178\n48,2020-07-27,10390,8774,186\n48,2020-07-28,10470,8886,187\n48,2020-07-29,10603,8983,190\n48,2020-07-30,10716,9113,195\n48,2020-07-31,10843,9261,196\n48,2020-08-01,10843,9261,196\n48,2020-08-02,10843,9261,196\n48,2020-08-03,10843,9261,196\n48,2020-08-04,11146,9754,201\n48,2020-08-05,11240,9891,203\n48,2020-08-06,11296,9984,205\n48,2020-08-07,11430,10097,208\n48,2020-08-08,11430,10097,208\n48,2020-08-09,11430,10097,208\n48,2020-08-10,11687,10384,213\n48,2020-08-11,11772,10552,216\n48,2020-08-12,11893,10632,217\n48,2020-08-13,11969,10713,220\n48,2020-08-14,12053,10796,221\n48,2020-08-15,12053,10796,221\n48,2020-08-16,12053,10796,221\n48,2020-08-17,12412,11056,224\n48,2020-08-18,12419,11025,225\n48,2020-08-19,12501,11167,227\n48,2020-08-20,12604,11292,228\n48,2020-08-21,12748,11374,230\n48,2020-08-22,12748,11374,230\n48,2020-08-23,12748,11374,230\n48,2020-08-24,13006,11600,234\n48,2020-08-25,13083,11714,235\n48,2020-08-26,13210,11799,235\n48,2020-08-27,13318,11923,237\n48,2020-08-28,13476,12054,237\n48,2020-08-29,13476,12054,237\n48,2020-08-30,13476,12054,237\n48,2020-08-31,13902,12293,239\n48,2020-09-01,14066,12427,241\n48,2020-09-02,14180,12535,242\n48,2020-09-03,14310,12653,242\n48,2020-09-04,14474,12799,242\n48,2020-09-05,14474,12799,242\n48,2020-09-06,14474,12799,242\n48,2020-09-07,14474,12799,242\n48,2020-09-08,15093,13154,247\n48,2020-09-09,15191,13358,248\n48,2020-09-10,15304,13557,253\n48,2020-09-11,15415,13718,253\n48,2020-09-12,15415,13718,253\n48,2020-09-13,15415,13718,253\n48,2020-09-14,15833,14041,254\n48,2020-09-15,15957,14212,254\n48,2020-09-16,16128,14379,254\n48,2020-09-17,16274,14573,254\n48,2020-09-18,16381,14702,255\n48,2020-09-19,16381,14702,255\n48,2020-09-20,16381,14702,255\n48,2020-09-21,16739,15024,256\n48,2020-09-22,16889,15066,258\n48,2020-09-23,17032,15252,260\n48,2020-09-24,17190,15467,261\n48,2020-09-25,17343,15585,261\n48,2020-09-26,17343,15585,261\n48,2020-09-27,17343,15585,261\n48,2020-09-28,17749,15935,265\n48,2020-09-29,17909,16072,266\n48,2020-09-30,18062,16213,267\n48,2020-10-01,18235,16370,269\n48,2020-10-02,18357,16527,272\n48,2020-10-03,18357,16527,272\n48,2020-10-04,18357,16527,272\n48,2020-10-05,18935,16872,280\n48,2020-10-06,19211,17030,281\n48,2020-10-07,19354,17163,281\n48,2020-10-08,19718,17338,281\n48,2020-10-09,19995,17488,282\n48,2020-10-10,19995,17488,282\n48,2020-10-11,19995,17488,282\n48,2020-10-12,19995,17488,282\n48,2020-10-13,20956,18055,286\n48,2020-10-14,21199,18223,287\n48,2020-10-15,21443,18417,288\n48,2020-10-16,21775,18651,288\n48,2020-10-17,21775,18651,288\n48,2020-10-18,21775,18651,288\n48,2020-10-19,22673,19243,292\n48,2020-10-20,22996,19500,293\n48,2020-10-21,23402,19734,296\n48,2020-10-22,23829,20014,296\n48,2020-10-23,24261,20310,300\n48,2020-10-24,24261,20310,300\n48,2020-10-25,24261,20310,300\n48,2020-10-26,25733,20949,307\n48,2020-10-27,26155,21108,309\n48,2020-10-28,26565,21459,313\n48,2020-10-29,27042,21803,318\n48,2020-10-30,27664,22169,323\n48,2020-10-31,28245,22169,323\n48,2020-11-01,28770,22169,323\n48,2020-11-02,29362,22169,323\n48,2020-11-03,29932,23484,338\n48,2020-11-04,30447,23874,343\n48,2020-11-05,31249,23874,343\n48,2020-11-06,31858,24684,352\n48,2020-11-07,32777,24684,357\n48,2020-11-08,33504,24684,363\n48,2020-11-09,34160,25826,369\n48,2020-11-10,34873,26407,376\n48,2020-11-11,35545,26407,383\n48,2020-11-12,36405,27707,393\n48,2020-11-13,37312,28321,398\n48,2020-11-14,38338,28321,401\n48,2020-11-15,39329,28321,407\n48,2020-11-16,40189,29731,427\n48,2020-11-17,40962,30462,432\n48,2020-11-18,41692,31192,443\n48,2020-11-19,42797,31964,451\n48,2020-11-20,43952,32835,462\n48,2020-11-21,45288,33543,471\n48,2020-11-22,46872,34206,471\n48,2020-11-23,48421,34779,476\n48,2020-11-24,49536,35695,492\n48,2020-11-25,50801,36582,500\n48,2020-11-26,51878,37316,510\n48,2020-11-27,53105,38369,519\n48,2020-11-28,54836,39381,524\n48,2020-11-29,56444,40219,533\n48,2020-11-30,58177,41182,541\n48,2020-12-01,59484,42305,551\n48,2020-12-02,61169,43464,561\n48,2020-12-03,63023,44705,575\n48,2020-12-04,64851,46018,590\n48,2020-12-05,66730,47328,596\n48,2020-12-06,68566,48467,615\n48,2020-12-07,70301,49603,631\n48,2020-12-08,72028,51000,640\n48,2020-12-09,73488,52636,653\n48,2020-12-10,75054,54225,666\n48,2020-12-11,76792,55947,684\n48,2020-12-12,78382,57613,697\n48,2020-12-13,80099,58818,719\n48,2020-12-14,81986,60130,733\n48,2020-12-15,83327,61934,744\n48,2020-12-16,84597,63668,760\n48,2020-12-17,86168,65513,790\n48,2020-12-18,87581,67159,815\n48,2020-12-19,88933,68832,841\n48,2020-12-20,90219,70167,851\n48,2020-12-21,91459,71434,860\n48,2020-12-22,92480,73298,871\n48,2020-12-23,93781,75070,890\n48,2020-12-24,94788,75070,920\n48,2020-12-25,95979,75070,938\n48,2020-12-26,96893,75070,955\n48,2020-12-27,97352,75070,982\n48,2020-12-28,98269,81780,1002\n48,2020-12-29,99141,83328,1028\n48,2020-12-30,100428,84827,1046\n48,2020-12-31,101654,84827,1046\n48,2021-01-01,103015,84827,1046\n48,2021-01-02,103948,84827,1046\n48,2021-01-03,104407,84827,1046\n48,2021-01-04,105535,90554,1142\n48,2021-01-05,106378,91799,1168\n48,2021-01-06,107501,92858,1193\n48,2021-01-07,108469,93954,1217\n48,2021-01-08,109652,94783,1241\n48,2021-01-09,110641,94932,1272\n48,2021-01-10,111452,96052,1284\n48,2021-01-11,112091,96867,1307\n48,2021-01-12,112743,98178,1345\n48,2021-01-13,113618,99412,1368\n48,2021-01-14,114585,100762,1389\n48,2021-01-15,115370,101779,1402\n48,2021-01-16,116087,101957,1417\n48,2021-01-17,116837,103167,1436\n48,2021-01-18,117311,103941,1447\n48,2021-01-19,117767,105208,1463\n48,2021-01-20,118436,106387,1484\n48,2021-01-21,119114,107358,1500\n48,2021-01-22,119757,108258,1512\n48,2021-01-23,120330,109078,1525\n48,2021-01-24,120793,109733,1549\n48,2021-01-25,121535,110622,1574\n48,2021-01-26,121901,111662,1587\n48,2021-01-27,122360,112558,1599\n48,2021-01-28,122821,113174,1606\n48,2021-01-29,123364,113939,1620\n48,2021-01-30,123747,114586,1631\n48,2021-01-31,124208,115064,1639\n48,2021-02-01,124563,115527,1649\n48,2021-02-02,124831,116259,1660\n48,2021-02-03,125090,116820,1671\n48,2021-02-04,125672,117400,1684\n48,2021-02-05,126068,117968,1693\n48,2021-02-06,126416,118445,1705\n48,2021-02-07,126767,118816,1709\n48,2021-02-08,127036,119130,1710\n48,2021-02-09,127231,119678,1722\n48,2021-02-10,127570,120136,1728\n48,2021-02-11,127921,120676,1744\n48,2021-02-12,128235,121068,1760\n48,2021-02-13,128540,121494,1775\n48,2021-02-14,128824,121829,1780\n48,2021-02-15,129075,122071,1782\n48,2021-02-16,129338,122554,1791\n48,2021-02-17,129615,122960,1798\n48,2021-02-18,130030,123338,1805\n48,2021-02-19,130355,123703,1812\n48,2021-02-20,130735,124114,1818\n48,2021-02-21,131063,124478,1827\n48,2021-02-22,131336,124818,1843\n48,2021-02-23,131603,125234,1853\n48,2021-02-24,132033,125622,1866\n48,2021-02-25,132432,126074,1874\n48,2021-02-26,132788,126406,1877\n48,2021-02-27,133203,126774,1883\n48,2021-02-28,133504,127034,1886\n48,2021-03-01,133795,127233,1888\n48,2021-03-02,134052,127531,1890\n48,2021-03-03,134454,127903,1902\n48,2021-03-04,134785,128261,1911\n48,2021-03-05,135196,128644,1913\n48,2021-03-06,135537,128974,1916\n48,2021-03-07,135841,128974,1918\n48,2021-03-08,136119,129566,1920\n48,2021-03-09,136374,129978,1926\n48,2021-03-10,136773,130382,1928\n48,2021-03-11,137137,130716,1933\n48,2021-03-12,137562,131081,1935\n48,2021-03-13,138036,131502,1940\n48,2021-03-14,138424,131781,1946\n48,2021-03-15,138788,132028,1949\n48,2021-03-16,139143,132415,1952\n48,2021-03-17,139622,132748,1956\n48,2021-03-18,140127,133086,1957\n48,2021-03-19,140823,133437,1957\n48,2021-03-20,141379,133800,1961\n48,2021-03-21,141934,134000,1963\n48,2021-03-22,142390,134246,1968\n48,2021-03-23,142855,134653,1971\n48,2021-03-24,143547,135040,1973\n48,2021-03-25,144311,135500,1976\n48,2021-03-26,145028,135972,1979\n48,2021-03-27,145696,136350,1980\n48,2021-03-28,146340,136659,1983\n48,2021-03-29,146885,136980,1983\n48,2021-03-30,147461,137499,1987\n48,2021-03-31,148332,137992,1990\n48,2021-04-01,149207,138560,1994\n48,2021-04-02,150288,138560,1994\n48,2021-04-03,151359,138560,1994\n48,2021-04-04,152307,138560,1994\n48,2021-04-05,153194,140614,1998\n48,2021-04-06,154125,141315,2001\n48,2021-04-07,155476,142010,2002\n48,2021-04-08,156905,142713,2005\n48,2021-04-09,158426,143360,2007\n48,2021-04-10,159719,144020,2012\n48,2021-04-11,160902,144596,2013\n48,2021-04-12,162038,145171,2018\n48,2021-04-13,163119,146011,2021\n48,2021-04-14,164531,146933,2029\n48,2021-04-15,166177,147920,2034\n48,2021-04-16,167793,149000,2034\n48,2021-04-17,169279,149935,2037\n48,2021-04-18,170795,150820,2040\n48,2021-04-19,172186,151719,2043\n48,2021-04-20,173531,153002,2049\n48,2021-04-21,175230,153002,2052\n48,2021-04-22,177087,155851,2054\n48,2021-04-23,178777,157272,2059\n48,2021-04-24,180369,158603,2064\n48,2021-04-25,181806,159603,2067\n48,2021-04-26,183301,160617,2067\n48,2021-04-27,184840,162052,2067\n48,2021-04-28,186679,163668,2073\n48,2021-04-29,188727,165267,2075\n48,2021-04-30,190734,166824,2082\n48,2021-05-01,193167,168580,2083\n48,2021-05-02,194898,169892,2086\n48,2021-05-03,196910,171212,2090\n48,2021-05-04,198653,172931,2099\n48,2021-05-05,200924,174666,2102\n48,2021-05-06,203135,176536,2102\n48,2021-05-07,205115,178149,2106\n48,2021-05-08,207157,179894,2108\n48,2021-05-09,208790,181483,2110\n48,2021-05-10,210387,182832,2117\n48,2021-05-11,211836,184719,2119\n48,2021-05-12,213635,186550,2123\n48,2021-05-13,215193,188475,2132\n48,2021-05-14,216626,190616,2137\n48,2021-05-15,217821,192688,2140\n48,2021-05-16,218961,194538,2143\n48,2021-05-17,219682,196246,2148\n48,2021-05-18,220559,198394,2152\n48,2021-05-19,221467,200496,2158\n48,2021-05-20,222279,202442,2162\n48,2021-05-21,223011,204270,2164\n48,2021-05-22,223632,205960,2170\n48,2021-05-23,224195,207486,2176\n48,2021-05-24,224647,208856,2183\n48,2021-05-25,225034,210764,2192\n48,2021-05-26,225424,212273,2198\n48,2021-05-27,225937,213721,2199\n48,2021-05-28,226449,214966,2206\n48,2021-05-29,226855,216167,2214\n48,2021-05-30,227246,216954,2219\n48,2021-05-31,227509,217636,2227\n48,2021-06-01,227718,218719,2228\n48,2021-06-02,228128,219592,2231\n48,2021-06-03,228424,220357,2236\n48,2021-06-04,228668,221010,2243\n48,2021-06-05,228961,221644,2246\n48,2021-06-06,229192,222062,2246\n48,2021-06-07,229319,222364,2248\n48,2021-06-08,229458,222776,2251\n48,2021-06-09,229771,223311,2256\n48,2021-06-10,229949,223877,2262\n48,2021-06-11,230119,224325,2265\n48,2021-06-12,230298,224782,2269\n48,2021-06-13,230463,225013,2270\n48,2021-06-14,230578,225219,2270\n48,2021-06-15,230705,225627,2274\n48,2021-06-16,230858,225941,2278\n48,2021-06-17,231008,226257,2280\n48,2021-06-18,231132,226513,2283\n48,2021-06-19,231259,226800,2289\n48,2021-06-20,231359,226942,2289\n48,2021-06-21,231419,227124,2289\n48,2021-06-22,231476,227413,2290\n48,2021-06-23,231568,227600,2292\n48,2021-06-24,231641,227768,2293\n48,2021-06-25,231722,227768,2295\n48,2021-06-26,231786,227768,2295\n48,2021-06-27,231819,227768,2297\n48,2021-06-28,231850,228294,2299\n48,2021-06-29,231911,228480,2299\n48,2021-06-30,231987,228631,2301\n48,2021-07-01,232054,228631,2301\n48,2021-07-02,232097,228901,2301\n48,2021-07-03,232139,228901,2301\n48,2021-07-04,232192,228901,2301\n48,2021-07-05,232236,229102,2303\n48,2021-07-06,232269,229201,2305\n48,2021-07-07,232336,229284,2307\n48,2021-07-08,232359,229355,2307\n48,2021-07-09,232411,229429,2307\n48,2021-07-10,232442,229429,2307\n48,2021-07-11,232471,229429,2307\n48,2021-07-12,232501,229570,2307\n48,2021-07-13,232536,229627,2310\n48,2021-07-14,232582,229702,2311\n48,2021-07-15,232635,229745,2312\n48,2021-07-16,232676,229783,2314\n48,2021-07-17,232725,229783,2314\n48,2021-07-18,232768,229783,2314\n48,2021-07-19,232806,229885,2316\n48,2021-07-20,232875,229951,2318\n48,2021-07-21,232956,229989,2318\n48,2021-07-22,233062,230066,2320\n48,2021-07-23,233160,230039,2322\n48,2021-07-24,233311,230039,2322\n48,2021-07-25,233453,230039,2322\n48,2021-07-26,233547,230142,2322\n48,2021-07-27,233681,230183,2324\n48,2021-07-28,233875,230216,2324\n48,2021-07-29,234108,230263,2324\n48,2021-07-30,234295,230312,2324\n48,2021-07-31,234535,230312,2324\n48,2021-08-01,234765,230312,2324\n48,2021-08-02,234912,230312,2324\n48,2021-08-03,235038,230534,2324\n48,2021-08-04,235244,230634,2324\n48,2021-08-05,235641,230786,2324\n48,2021-08-06,236010,230966,2325\n48,2021-08-07,236408,230966,2325\n48,2021-08-08,236783,230966,2325\n48,2021-08-09,237027,231319,2328\n48,2021-08-10,237306,231513,2330\n48,2021-08-11,237807,231707,2331\n48,2021-08-12,238357,231925,2331\n48,2021-08-13,238939,232169,2332\n48,2021-08-14,239503,232169,2332\n48,2021-08-15,239954,232169,2332\n48,2021-08-16,240346,232659,2333\n48,2021-08-17,240753,232790,2336\n48,2021-08-18,241431,233160,2338\n48,2021-08-19,242248,233539,2342\n48,2021-08-20,242997,233945,2343\n48,2021-08-21,243818,233945,2343\n48,2021-08-22,244496,233945,2346\n48,2021-08-23,244969,234844,2348\n48,2021-08-24,245598,235312,2355\n48,2021-08-25,246674,235822,2356\n48,2021-08-26,247786,236360,2360\n48,2021-08-27,248954,236935,2364\n48,2021-08-28,250185,236935,2364\n48,2021-08-29,251145,236935,2364\n48,2021-08-30,252010,238213,2371\n48,2021-08-31,252930,238895,2375\n48,2021-09-01,254245,239572,2383\n48,2021-09-02,255584,240328,2388\n48,2021-09-03,256985,241100,2390\n48,2021-09-04,258315,241100,2390\n48,2021-09-05,259765,241100,2390\n48,2021-09-06,260585,241100,2390\n48,2021-09-07,261888,243995,2407\n48,2021-09-08,263054,245011,2425\n48,2021-09-09,264564,246153,2434\n48,2021-09-10,266037,247328,2444\n48,2021-09-11,267696,247328,2444\n48,2021-09-12,269193,247328,2444\n48,2021-09-13,270777,249920,2462\n48,2021-09-14,272211,251475,2471\n48,2021-09-15,273820,252904,2495\n48,2021-09-16,275538,254327,2505\n48,2021-09-17,277558,255834,2523\n48,2021-09-18,279163,255834,2523\n48,2021-09-19,280755,255834,2523\n48,2021-09-20,282191,259032,2545\n48,2021-09-21,283710,260219,2574\n48,2021-09-22,285046,262148,2594\n48,2021-09-23,286706,263915,2611\n48,2021-09-24,288357,265695,2622\n48,2021-09-25,290239,265695,2622\n48,2021-09-26,291780,265695,2622\n48,2021-09-27,293538,269586,2645\n48,2021-09-28,294784,271608,2663\n48,2021-09-29,296466,273463,2697\n48,2021-09-30,298172,275200,2717\n48,2021-10-01,299802,276856,2731\n48,2021-10-02,301431,276856,2731\n48,2021-10-03,302713,276856,2731\n48,2021-10-04,303839,280413,2752\n48,2021-10-05,304502,282268,2778\n48,2021-10-06,305765,284049,2804\n48,2021-10-07,307019,285794,2814\n48,2021-10-08,308275,287606,2830\n48,2021-10-09,309360,287606,2830\n48,2021-10-10,310399,287606,2830\n48,2021-10-11,311027,287606,2830\n48,2021-10-12,311633,293475,2863\n48,2021-10-13,312285,295166,2901\n48,2021-10-14,313201,296848,2930\n48,2021-10-15,314252,298328,2946\n48,2021-10-16,315035,298328,2946\n48,2021-10-17,315826,298328,2946\n48,2021-10-18,316433,301155,2976\n48,2021-10-19,316964,302574,2988\n48,2021-10-20,317750,303920,3006\n48,2021-10-21,318520,305072,3014\n48,2021-10-22,319176,306113,3026\n48,2021-10-23,319885,306113,3026\n48,2021-10-24,320400,306113,3026\n48,2021-10-25,320768,308236,3051\n48,2021-10-26,321210,308880,3063\n48,2021-10-27,321855,310049,3073\n48,2021-10-28,322386,310914,3085\n48,2021-10-29,322989,311738,3093\n48,2021-10-30,323522,311738,3093\n48,2021-10-31,323857,311738,3093\n48,2021-11-01,324199,313508,3111\n48,2021-11-02,324514,314484,3119\n48,2021-11-03,325001,315175,3133\n48,2021-11-04,325517,315865,3137\n48,2021-11-05,325983,316455,3142\n48,2021-11-06,326569,316455,3142\n48,2021-11-07,326999,316455,3142\n48,2021-11-08,327283,317741,3155\n48,2021-11-09,327705,318456,3159\n48,2021-11-10,328189,319017,3164\n48,2021-11-11,328659,319017,3164\n48,2021-11-12,329030,320114,3171\n48,2021-11-13,329459,320114,3171\n48,2021-11-14,329812,320114,3171\n48,2021-11-15,330098,321082,3188\n48,2021-11-16,330419,321653,3201\n48,2021-11-17,330831,322106,3204\n48,2021-11-18,331214,322621,3209\n48,2021-11-19,331626,323122,3211\n48,2021-11-20,332096,323122,3211\n48,2021-11-21,332482,323122,3211\n48,2021-11-22,332751,324223,3217\n48,2021-11-23,333004,324776,3227\n48,2021-11-24,333468,325204,3231\n48,2021-11-25,333847,325646,3232\n48,2021-11-26,334203,325951,3235\n48,2021-11-27,334528,325951,3235\n48,2021-11-28,334781,325951,3235\n48,2021-11-29,335009,326917,3242\n48,2021-11-30,335247,327454,3248\n48,2021-12-01,335677,327803,3255\n48,2021-12-02,336043,328247,3257\n48,2021-12-03,336392,328694,3258\n48,2021-12-04,336741,328694,3258\n48,2021-12-05,336993,328694,3258\n48,2021-12-06,337180,329543,3263\n48,2021-12-07,337420,330047,3268\n48,2021-12-08,337808,330396,3271\n48,2021-12-09,338141,330776,3271\n48,2021-12-10,338428,331097,3272\n48,2021-12-11,338801,331097,3272\n48,2021-12-12,339089,331097,3272\n48,2021-12-13,339291,331834,3275\n48,2021-12-14,339541,332242,3283\n48,2021-12-15,339997,332629,3285\n48,2021-12-16,340470,332973,3285\n48,2021-12-17,341023,333306,3286\n48,2021-12-18,341650,333306,3286\n48,2021-12-19,342371,333306,3286\n48,2021-12-20,342948,334004,3292\n48,2021-12-21,343734,334395,3294\n48,2021-12-22,345080,334716,3299\n48,2021-12-23,346705,335047,3299\n48,2021-12-24,348715,335047,3299\n48,2021-12-25,351199,335047,3299\n48,2021-12-26,352767,335047,3299\n48,2021-12-27,353453,335047,3299\n48,2021-12-28,354848,335047,3299\n48,2021-12-29,357623,336917,3310\n48,2021-12-30,361795,336917,3310\n48,2021-12-31,366409,336917,3310\n48,2022-01-01,370979,336917,3310\n48,2022-01-02,374302,336917,3310\n48,2022-01-03,376761,336917,3310\n48,2022-01-04,379374,341776,3322\n48,2022-01-05,384126,343597,3333\n48,2022-01-06,388995,345762,3336\n48,2022-01-07,395252,348500,3338\n48,2022-01-08,401413,348500,3338\n48,2022-01-09,407548,348500,3338\n48,2022-01-10,412829,352153,3344\n48,2022-01-11,417533,355568,3352\n48,2022-01-12,424322,359726,3367\n48,2022-01-13,430332,364224,3375\n48,2022-01-14,436495,368986,3380\n48,2022-01-15,442788,368986,3380\n48,2022-01-16,448195,368986,3380\n48,2022-01-17,452381,376610,3403\n48,2022-01-18,455660,382025,3412\n48,2022-01-19,459497,388550,3413\n48,2022-01-20,463024,395084,3421\n48,2022-01-21,466616,401572,3429\n48,2022-01-22,470685,401572,3429\n48,2022-01-23,473318,401572,3429\n48,2022-01-24,475119,415964,3470\n48,2022-01-25,477841,423201,3483\n48,2022-01-26,481182,429934,3505\n48,2022-01-27,484400,436581,3518\n48,2022-01-28,487436,442605,3531\n48,2022-01-29,490381,442605,3531\n48,2022-01-30,492196,442605,3531\n48,2022-01-31,493973,452939,3566\n48,2022-02-01,495953,457052,3579\n48,2022-02-02,498977,460507,3593\n48,2022-02-03,501347,463860,3608\n48,2022-02-04,503433,467088,3634\n48,2022-02-05,505539,467088,3634\n48,2022-02-06,506928,467088,3634\n48,2022-02-07,508051,474284,3673\n48,2022-02-08,509718,477767,3686\n48,2022-02-09,511402,480810,3696\n48,2022-02-10,512765,483708,3718\n48,2022-02-11,514165,486270,3741\n48,2022-02-12,515311,486270,3741\n48,2022-02-13,516177,486270,3741\n48,2022-02-14,516812,492171,3776\n48,2022-02-15,517650,494810,3790\n48,2022-02-16,518538,497060,3804\n48,2022-02-17,519351,498978,3822\n48,2022-02-18,519970,500756,3830\n48,2022-02-19,520787,500756,3830\n48,2022-02-20,521307,500756,3830\n48,2022-02-21,521816,500756,3830\n48,2022-02-22,522313,500756,3830\n48,2022-02-23,523104,508032,3883\n48,2022-02-24,523786,509275,3885\n48,2022-02-25,524381,510371,3898\n48,2022-02-26,524975,510371,3898\n48,2022-02-27,525433,510371,3898\n48,2022-02-28,525816,512716,3912\n48,2022-03-01,526175,512716,3912\n48,2022-03-02,526563,514460,3939\n48,2022-03-03,527102,515211,3946\n48,2022-03-04,527604,516004,3954\n48,2022-03-05,528033,516004,3954\n48,2022-03-06,528435,516004,3954\n48,2022-03-07,528717,517587,3972\n48,2022-03-08,529184,518056,3979\n48,2022-03-09,529736,518872,3986\n48,2022-03-10,530288,519607,3992\n48,2022-03-11,530761,520213,4003\n48,2022-03-12,531270,520213,4003\n48,2022-03-13,531665,520213,4003\n48,2022-03-14,532112,521451,4003\n48,2022-03-15,532571,522124,4003\n48,2022-03-16,533164,522702,4013\n48,2022-03-17,533783,523212,4019\n48,2022-03-18,534285,523679,4023\n48,2022-03-19,534850,523679,4033\n48,2022-03-20,535339,523679,4037\n48,2022-03-21,535684,523679,4041\n48,2022-03-22,536166,523679,4044\n48,2022-03-23,536166,,4044\n48,2022-03-24,536166,,4044\n48,2022-03-25,536166,,4044\n48,2022-03-26,536166,,4044\n48,2022-03-27,536166,,4044\n48,2022-03-28,536166,,4044\n48,2022-03-29,540733,,4074\n48,2022-03-30,540733,,4074\n48,2022-03-31,540733,,4074\n48,2022-04-01,540733,,4074\n48,2022-04-02,540733,,4074\n48,2022-04-03,540733,,4074\n48,2022-04-04,540733,,4074\n48,2022-04-05,546247,,4104\n48,2022-04-06,546247,,4104\n48,2022-04-07,546247,,4104\n48,2022-04-08,546247,,4104\n48,2022-04-09,546247,,4104\n48,2022-04-10,546247,,4104\n48,2022-04-11,546247,,4104\n48,2022-04-12,552403,,4141\n48,2022-04-13,552403,,4141\n48,2022-04-14,552403,,4141\n48,2022-04-15,552403,,4141\n48,2022-04-16,552403,,4141\n48,2022-04-17,552403,,4141\n48,2022-04-18,552403,,4141\n48,2022-04-19,558483,,4190\n48,2022-04-20,558483,,4190\n48,2022-04-21,558483,,4190\n48,2022-04-22,558483,,4190\n48,2022-04-23,558483,,4190\n48,2022-04-24,558483,,4190\n48,2022-04-25,558483,,4190\n48,2022-04-26,565052,,4252\n48,2022-04-27,565052,,4252\n48,2022-04-28,565052,,4252\n48,2022-04-29,565052,,4252\n48,2022-04-30,565052,,4252\n48,2022-05-01,565052,,4252\n48,2022-05-02,565052,,4252\n48,2022-05-03,570806,,4321\n48,2022-05-04,570806,,4321\n48,2022-05-05,570806,,4321\n48,2022-05-06,570806,,4321\n48,2022-05-07,570806,,4321\n48,2022-05-08,570806,,4321\n48,2022-05-09,570806,,4321\n48,2022-05-10,575185,,4391\n48,2022-05-11,575185,,4391\n48,2022-05-12,575185,,4391\n48,2022-05-13,575185,,4391\n48,2022-05-14,575185,,4391\n48,2022-05-15,575185,,4391\n48,2022-05-16,575185,,4391\n48,2022-05-17,578291,,4452\n48,2022-05-18,578291,,4452\n48,2022-05-19,578291,,4452\n48,2022-05-20,578291,,4452\n48,2022-05-21,578291,,4452\n48,2022-05-22,578291,,4452\n48,2022-05-23,578291,,4452\n48,2022-05-24,580881,,4507\n48,2022-05-25,580881,,4507\n48,2022-05-26,580881,,4507\n48,2022-05-27,580881,,4507\n48,2022-05-28,580881,,4507\n48,2022-05-29,580881,,4507\n48,2022-05-30,580881,,4507\n48,2022-05-31,583112,,4558\n48,2022-06-01,583112,,4558\n48,2022-06-02,583112,,4558\n48,2022-06-03,583112,,4558\n48,2022-06-04,583112,,4558\n48,2022-06-05,583112,,4558\n48,2022-06-06,583112,,4558\n48,2022-06-07,584763,,4567\n48,2022-06-08,584763,,4567\n48,2022-06-09,,,\n48,2022-06-10,,,\n61,2020-03-11,0,,0\n61,2020-03-12,0,,0\n61,2020-03-13,0,,0\n61,2020-03-14,0,,0\n61,2020-03-15,0,,0\n61,2020-03-16,0,,0\n61,2020-03-17,0,,0\n61,2020-03-18,0,,0\n61,2020-03-19,0,,0\n61,2020-03-20,0,,0\n61,2020-03-21,1,,0\n61,2020-03-22,1,,0\n61,2020-03-23,1,,0\n61,2020-03-24,1,,0\n61,2020-03-25,1,,0\n61,2020-03-26,1,,0\n61,2020-03-27,1,,0\n61,2020-03-28,1,,0\n61,2020-03-29,1,,0\n61,2020-03-30,1,,0\n61,2020-03-31,1,,0\n61,2020-04-01,2,,0\n61,2020-04-02,2,,0\n61,2020-04-03,4,,0\n61,2020-04-04,4,,0\n61,2020-04-05,4,1,0\n61,2020-04-06,5,1,0\n61,2020-04-07,5,,0\n61,2020-04-08,5,,0\n61,2020-04-09,5,,0\n61,2020-04-10,5,,0\n61,2020-04-11,5,,0\n61,2020-04-12,5,,0\n61,2020-04-13,5,,0\n61,2020-04-14,5,,0\n61,2020-04-15,5,,0\n61,2020-04-16,5,,0\n61,2020-04-17,5,,0\n61,2020-04-18,5,3,0\n61,2020-04-19,5,3,0\n61,2020-04-20,5,5,0\n61,2020-04-21,5,5,0\n61,2020-04-22,5,5,0\n61,2020-04-23,5,5,0\n61,2020-04-24,5,5,0\n61,2020-04-25,5,5,0\n61,2020-04-26,5,5,0\n61,2020-04-27,5,5,0\n61,2020-04-28,5,5,0\n61,2020-04-29,5,5,0\n61,2020-04-30,5,5,0\n61,2020-05-01,5,5,0\n61,2020-05-02,5,5,0\n61,2020-05-03,5,5,0\n61,2020-05-04,5,5,0\n61,2020-05-05,5,5,0\n61,2020-05-06,5,5,0\n61,2020-05-07,5,5,0\n61,2020-05-08,5,5,0\n61,2020-05-09,5,5,0\n61,2020-05-10,5,5,0\n61,2020-05-11,5,5,0\n61,2020-05-12,5,5,0\n61,2020-05-13,5,5,0\n61,2020-05-14,5,5,0\n61,2020-05-15,5,5,0\n61,2020-05-16,5,5,0\n61,2020-05-17,5,5,0\n61,2020-05-18,5,5,0\n61,2020-05-19,5,5,0\n61,2020-05-20,5,5,0\n61,2020-05-21,5,5,0\n61,2020-05-22,5,5,0\n61,2020-05-23,5,5,0\n61,2020-05-24,5,5,0\n61,2020-05-25,5,5,0\n61,2020-05-26,5,5,0\n61,2020-05-27,5,5,0\n61,2020-05-28,5,5,0\n61,2020-05-29,5,5,0\n61,2020-05-30,5,5,0\n61,2020-05-31,5,5,0\n61,2020-06-01,5,5,0\n61,2020-06-02,5,5,0\n61,2020-06-03,5,5,0\n61,2020-06-04,5,5,0\n61,2020-06-05,5,5,0\n61,2020-06-06,5,5,0\n61,2020-06-07,5,5,0\n61,2020-06-08,5,5,0\n61,2020-06-09,5,5,0\n61,2020-06-10,5,5,0\n61,2020-06-11,5,5,0\n61,2020-06-12,5,5,0\n61,2020-06-13,5,5,0\n61,2020-06-14,5,5,0\n61,2020-06-15,5,5,0\n61,2020-06-16,5,5,0\n61,2020-06-17,5,5,0\n61,2020-06-18,5,5,0\n61,2020-06-19,5,5,0\n61,2020-06-20,5,5,0\n61,2020-06-21,5,5,0\n61,2020-06-22,5,5,0\n61,2020-06-23,5,5,0\n61,2020-06-24,5,5,0\n61,2020-06-25,5,5,0\n61,2020-06-26,5,5,0\n61,2020-06-27,5,5,0\n61,2020-06-28,5,5,0\n61,2020-06-29,5,5,0\n61,2020-06-30,5,5,0\n61,2020-07-01,5,5,0\n61,2020-07-02,5,5,0\n61,2020-07-03,5,5,0\n61,2020-07-04,5,5,0\n61,2020-07-05,5,5,0\n61,2020-07-06,5,5,0\n61,2020-07-07,5,5,0\n61,2020-07-08,5,5,0\n61,2020-07-09,5,5,0\n61,2020-07-10,5,5,0\n61,2020-07-11,5,5,0\n61,2020-07-12,5,5,0\n61,2020-07-13,5,5,0\n61,2020-07-14,5,5,0\n61,2020-07-15,5,5,0\n61,2020-07-16,5,5,0\n61,2020-07-17,5,5,0\n61,2020-07-18,5,5,0\n61,2020-07-19,5,5,0\n61,2020-07-20,5,5,0\n61,2020-07-21,5,5,0\n61,2020-07-22,5,5,0\n61,2020-07-23,5,5,0\n61,2020-07-24,5,5,0\n61,2020-07-25,5,5,0\n61,2020-07-26,5,5,0\n61,2020-07-27,5,5,0\n61,2020-07-28,5,5,0\n61,2020-07-29,5,5,0\n61,2020-07-30,5,5,0\n61,2020-07-31,5,5,0\n61,2020-08-01,5,5,0\n61,2020-08-02,5,5,0\n61,2020-08-03,5,5,0\n61,2020-08-04,5,5,0\n61,2020-08-05,5,5,0\n61,2020-08-06,5,5,0\n61,2020-08-07,5,5,0\n61,2020-08-08,5,5,0\n61,2020-08-09,5,5,0\n61,2020-08-10,5,5,0\n61,2020-08-11,5,5,0\n61,2020-08-12,5,5,0\n61,2020-08-13,5,5,0\n61,2020-08-14,5,5,0\n61,2020-08-15,5,5,0\n61,2020-08-16,5,5,0\n61,2020-08-17,5,5,0\n61,2020-08-18,5,5,0\n61,2020-08-19,5,5,0\n61,2020-08-20,5,5,0\n61,2020-08-21,5,5,0\n61,2020-08-22,5,5,0\n61,2020-08-23,5,5,0\n61,2020-08-24,5,5,0\n61,2020-08-25,5,5,0\n61,2020-08-26,5,5,0\n61,2020-08-27,5,5,0\n61,2020-08-28,5,5,0\n61,2020-08-29,5,5,0\n61,2020-08-30,5,5,0\n61,2020-08-31,5,5,0\n61,2020-09-01,5,5,0\n61,2020-09-02,5,5,0\n61,2020-09-03,5,5,0\n61,2020-09-04,5,5,0\n61,2020-09-05,5,5,0\n61,2020-09-06,5,5,0\n61,2020-09-07,5,5,0\n61,2020-09-08,5,5,0\n61,2020-09-09,5,5,0\n61,2020-09-10,5,5,0\n61,2020-09-11,5,5,0\n61,2020-09-12,5,5,0\n61,2020-09-13,5,5,0\n61,2020-09-14,5,5,0\n61,2020-09-15,5,5,0\n61,2020-09-16,5,5,0\n61,2020-09-17,5,5,0\n61,2020-09-18,5,5,0\n61,2020-09-19,5,5,0\n61,2020-09-20,5,5,0\n61,2020-09-21,5,5,0\n61,2020-09-22,5,5,0\n61,2020-09-23,5,5,0\n61,2020-09-24,5,5,0\n61,2020-09-25,5,5,0\n61,2020-09-26,5,5,0\n61,2020-09-27,5,5,0\n61,2020-09-28,5,5,0\n61,2020-09-29,5,5,0\n61,2020-09-30,5,5,0\n61,2020-10-01,5,5,0\n61,2020-10-02,5,5,0\n61,2020-10-03,5,5,0\n61,2020-10-04,5,5,0\n61,2020-10-05,5,5,0\n61,2020-10-06,5,5,0\n61,2020-10-07,5,5,0\n61,2020-10-08,5,5,0\n61,2020-10-09,5,5,0\n61,2020-10-10,5,5,0\n61,2020-10-11,5,5,0\n61,2020-10-12,5,5,0\n61,2020-10-13,5,5,0\n61,2020-10-14,5,5,0\n61,2020-10-15,5,5,0\n61,2020-10-16,5,5,0\n61,2020-10-17,5,5,0\n61,2020-10-18,5,5,0\n61,2020-10-19,5,5,0\n61,2020-10-20,5,5,0\n61,2020-10-21,8,5,0\n61,2020-10-22,8,5,0\n61,2020-10-23,9,5,0\n61,2020-10-24,9,5,0\n61,2020-10-25,9,5,0\n61,2020-10-26,9,8,0\n61,2020-10-27,9,8,0\n61,2020-10-28,9,8,0\n61,2020-10-29,10,8,0\n61,2020-10-30,10,8,0\n61,2020-10-31,10,8,0\n61,2020-11-01,10,8,0\n61,2020-11-02,10,8,0\n61,2020-11-03,10,9,0\n61,2020-11-04,10,9,0\n61,2020-11-05,10,10,0\n61,2020-11-06,10,10,0\n61,2020-11-07,10,10,0\n61,2020-11-08,10,10,0\n61,2020-11-09,10,10,0\n61,2020-11-10,10,10,0\n61,2020-11-11,11,10,0\n61,2020-11-12,11,10,0\n61,2020-11-13,15,10,0\n61,2020-11-14,15,10,0\n61,2020-11-15,15,10,0\n61,2020-11-16,15,10,0\n61,2020-11-17,15,10,0\n61,2020-11-18,15,10,0\n61,2020-11-19,15,10,0\n61,2020-11-20,15,10,0\n61,2020-11-21,15,10,0\n61,2020-11-22,15,10,0\n61,2020-11-23,15,10,0\n61,2020-11-24,15,15,0\n61,2020-11-25,15,15,0\n61,2020-11-26,15,15,0\n61,2020-11-27,15,15,0\n61,2020-11-28,15,15,0\n61,2020-11-29,15,15,0\n61,2020-11-30,15,15,0\n61,2020-12-01,15,15,0\n61,2020-12-02,15,15,0\n61,2020-12-03,15,15,0\n61,2020-12-04,15,15,0\n61,2020-12-05,15,15,0\n61,2020-12-06,15,15,0\n61,2020-12-07,15,15,0\n61,2020-12-08,15,15,0\n61,2020-12-09,15,15,0\n61,2020-12-10,15,15,0\n61,2020-12-11,20,15,0\n61,2020-12-12,21,15,0\n61,2020-12-13,21,15,0\n61,2020-12-14,21,15,0\n61,2020-12-15,22,15,0\n61,2020-12-16,22,15,0\n61,2020-12-17,23,15,0\n61,2020-12-18,24,15,0\n61,2020-12-19,24,15,0\n61,2020-12-20,24,15,0\n61,2020-12-21,24,21,0\n61,2020-12-22,24,21,0\n61,2020-12-23,24,23,0\n61,2020-12-24,24,23,0\n61,2020-12-25,24,23,0\n61,2020-12-26,24,23,0\n61,2020-12-27,24,23,0\n61,2020-12-28,24,23,0\n61,2020-12-29,24,24,0\n61,2020-12-30,24,24,0\n61,2020-12-31,24,24,0\n61,2021-01-01,24,24,0\n61,2021-01-02,24,24,0\n61,2021-01-03,24,24,0\n61,2021-01-04,24,24,0\n61,2021-01-05,24,24,0\n61,2021-01-06,24,24,0\n61,2021-01-07,24,24,0\n61,2021-01-08,24,24,0\n61,2021-01-09,24,24,0\n61,2021-01-10,24,24,0\n61,2021-01-11,24,24,0\n61,2021-01-12,24,24,0\n61,2021-01-13,24,24,0\n61,2021-01-14,24,24,0\n61,2021-01-15,25,24,0\n61,2021-01-16,25,24,0\n61,2021-01-17,28,24,0\n61,2021-01-18,28,24,0\n61,2021-01-19,30,24,0\n61,2021-01-20,30,24,0\n61,2021-01-21,31,24,0\n61,2021-01-22,31,24,0\n61,2021-01-23,31,24,0\n61,2021-01-24,31,24,0\n61,2021-01-25,31,24,0\n61,2021-01-26,31,25,0\n61,2021-01-27,31,28,0\n61,2021-01-28,31,28,0\n61,2021-01-29,31,31,0\n61,2021-01-30,31,31,0\n61,2021-01-31,31,31,0\n61,2021-02-01,31,31,0\n61,2021-02-02,32,31,0\n61,2021-02-03,32,31,0\n61,2021-02-04,32,31,0\n61,2021-02-05,32,31,0\n61,2021-02-06,32,31,0\n61,2021-02-07,32,31,0\n61,2021-02-08,32,31,0\n61,2021-02-09,33,31,0\n61,2021-02-10,34,31,0\n61,2021-02-11,38,32,0\n61,2021-02-12,38,32,0\n61,2021-02-13,38,32,0\n61,2021-02-14,38,32,0\n61,2021-02-15,38,32,0\n61,2021-02-16,38,32,0\n61,2021-02-17,42,32,0\n61,2021-02-18,42,34,0\n61,2021-02-19,42,34,0\n61,2021-02-20,42,34,0\n61,2021-02-21,42,34,0\n61,2021-02-22,42,37,0\n61,2021-02-23,42,37,0\n61,2021-02-24,42,38,0\n61,2021-02-25,42,38,0\n61,2021-02-26,42,39,0\n61,2021-02-27,42,39,0\n61,2021-02-28,42,39,0\n61,2021-03-01,42,39,0\n61,2021-03-02,42,39,0\n61,2021-03-03,42,40,0\n61,2021-03-04,42,41,0\n61,2021-03-05,42,41,0\n61,2021-03-06,42,41,0\n61,2021-03-07,42,41,0\n61,2021-03-08,42,41,0\n61,2021-03-09,42,41,0\n61,2021-03-10,42,41,0\n61,2021-03-11,42,41,0\n61,2021-03-12,42,41,0\n61,2021-03-13,42,41,0\n61,2021-03-14,42,41,0\n61,2021-03-15,42,41,0\n61,2021-03-16,42,41,0\n61,2021-03-17,42,41,0\n61,2021-03-18,42,41,0\n61,2021-03-19,42,41,0\n61,2021-03-20,42,41,0\n61,2021-03-21,42,41,0\n61,2021-03-22,42,41,0\n61,2021-03-23,42,41,0\n61,2021-03-24,42,41,0\n61,2021-03-25,42,42,0\n61,2021-03-26,42,42,0\n61,2021-03-27,42,42,0\n61,2021-03-28,42,42,0\n61,2021-03-29,42,42,0\n61,2021-03-30,42,42,0\n61,2021-03-31,42,42,0\n61,2021-04-01,42,42,0\n61,2021-04-02,42,42,0\n61,2021-04-03,42,42,0\n61,2021-04-04,42,42,0\n61,2021-04-05,43,42,0\n61,2021-04-06,43,42,0\n61,2021-04-07,43,42,0\n61,2021-04-08,43,42,0\n61,2021-04-09,43,42,0\n61,2021-04-10,43,42,0\n61,2021-04-11,43,42,0\n61,2021-04-12,43,42,0\n61,2021-04-13,43,42,0\n61,2021-04-14,43,42,0\n61,2021-04-15,43,42,0\n61,2021-04-16,43,42,0\n61,2021-04-17,43,42,0\n61,2021-04-18,43,42,0\n61,2021-04-19,43,43,0\n61,2021-04-20,43,43,0\n61,2021-04-21,45,43,0\n61,2021-04-22,46,43,0\n61,2021-04-23,48,43,0\n61,2021-04-24,48,43,0\n61,2021-04-25,48,43,0\n61,2021-04-26,51,43,0\n61,2021-04-27,51,43,0\n61,2021-04-28,51,45,0\n61,2021-04-29,51,45,0\n61,2021-04-30,51,45,0\n61,2021-05-01,51,45,0\n61,2021-05-02,52,45,0\n61,2021-05-03,59,45,0\n61,2021-05-04,71,51,0\n61,2021-05-05,85,51,0\n61,2021-05-06,98,51,0\n61,2021-05-07,99,51,0\n61,2021-05-08,99,51,0\n61,2021-05-09,99,51,0\n61,2021-05-10,102,51,0\n61,2021-05-11,112,51,0\n61,2021-05-12,114,57,0\n61,2021-05-13,115,71,0\n61,2021-05-14,121,83,0\n61,2021-05-15,121,83,0\n61,2021-05-16,121,83,0\n61,2021-05-17,121,83,0\n61,2021-05-18,125,101,0\n61,2021-05-19,126,109,0\n61,2021-05-20,126,114,0\n61,2021-05-21,127,118,0\n61,2021-05-22,127,118,0\n61,2021-05-23,127,118,0\n61,2021-05-24,127,118,0\n61,2021-05-25,127,124,0\n61,2021-05-26,127,124,0\n61,2021-05-27,127,124,0\n61,2021-05-28,127,125,0\n61,2021-05-29,127,125,0\n61,2021-05-30,127,125,0\n61,2021-05-31,128,129,0\n61,2021-06-01,128,128,0\n61,2021-06-02,128,128,0\n61,2021-06-03,128,128,0\n61,2021-06-04,128,128,0\n61,2021-06-05,128,128,0\n61,2021-06-06,128,128,0\n61,2021-06-07,128,128,0\n61,2021-06-08,128,128,0\n61,2021-06-09,128,128,0\n61,2021-06-10,128,128,0\n61,2021-06-11,128,128,0\n61,2021-06-12,128,128,0\n61,2021-06-13,128,128,0\n61,2021-06-14,128,128,0\n61,2021-06-15,128,128,0\n61,2021-06-16,128,128,0\n61,2021-06-17,128,128,0\n61,2021-06-18,128,128,0\n61,2021-06-19,128,128,0\n61,2021-06-20,128,128,0\n61,2021-06-21,128,128,0\n61,2021-06-22,128,128,0\n61,2021-06-23,128,128,0\n61,2021-06-24,128,128,0\n61,2021-06-25,128,128,0\n61,2021-06-26,128,128,0\n61,2021-06-27,128,128,0\n61,2021-06-28,128,128,0\n61,2021-06-29,128,128,0\n61,2021-06-30,128,128,0\n61,2021-07-01,128,128,0\n61,2021-07-02,128,128,0\n61,2021-07-03,128,128,0\n61,2021-07-04,128,128,0\n61,2021-07-05,128,128,0\n61,2021-07-06,128,128,0\n61,2021-07-07,128,128,0\n61,2021-07-08,128,128,0\n61,2021-07-09,128,128,0\n61,2021-07-10,128,128,0\n61,2021-07-11,128,128,0\n61,2021-07-12,128,128,0\n61,2021-07-13,128,128,0\n61,2021-07-14,128,128,0\n61,2021-07-15,128,128,0\n61,2021-07-16,128,128,0\n61,2021-07-17,128,128,0\n61,2021-07-18,128,128,0\n61,2021-07-19,128,128,0\n61,2021-07-20,128,128,0\n61,2021-07-21,128,128,0\n61,2021-07-22,128,128,0\n61,2021-07-23,128,128,0\n61,2021-07-24,128,128,0\n61,2021-07-25,128,128,0\n61,2021-07-26,128,128,0\n61,2021-07-27,128,128,0\n61,2021-07-28,128,128,0\n61,2021-07-29,128,128,0\n61,2021-07-30,128,128,0\n61,2021-07-31,128,128,0\n61,2021-08-01,128,128,0\n61,2021-08-02,128,128,0\n61,2021-08-03,129,129,0\n61,2021-08-04,129,129,0\n61,2021-08-05,129,129,0\n61,2021-08-06,130,129,0\n61,2021-08-07,130,129,0\n61,2021-08-08,130,129,0\n61,2021-08-09,130,129,0\n61,2021-08-10,131,129,0\n61,2021-08-11,131,129,0\n61,2021-08-12,131,130,0\n61,2021-08-13,131,130,0\n61,2021-08-14,131,130,0\n61,2021-08-15,133,130,0\n61,2021-08-16,146,130,0\n61,2021-08-17,202,130,0\n61,2021-08-18,259,131,0\n61,2021-08-19,259,131,0\n61,2021-08-20,300,131,0\n61,2021-08-21,329,132,0\n61,2021-08-22,329,132,0\n61,2021-08-23,329,132,0\n61,2021-08-24,351,132,1\n61,2021-08-25,358,132,1\n61,2021-08-26,377,132,1\n61,2021-08-27,395,132,1\n61,2021-08-28,400,207,1\n61,2021-08-29,400,207,1\n61,2021-08-30,400,207,1\n61,2021-08-31,452,333,1\n61,2021-09-01,461,345,1\n61,2021-09-02,475,351,1\n61,2021-09-03,486,357,1\n61,2021-09-04,499,362,1\n61,2021-09-05,499,362,1\n61,2021-09-06,499,362,1\n61,2021-09-07,499,362,1\n61,2021-09-08,522,410,1\n61,2021-09-09,540,432,1\n61,2021-09-10,563,441,1\n61,2021-09-11,591,456,1\n61,2021-09-12,591,456,1\n61,2021-09-13,591,456,1\n61,2021-09-14,647,472,1\n61,2021-09-15,679,497,1\n61,2021-09-16,695,499,1\n61,2021-09-17,720,503,1\n61,2021-09-18,749,505,1\n61,2021-09-19,749,505,1\n61,2021-09-20,749,505,1\n61,2021-09-21,807,578,2\n61,2021-09-22,834,594,2\n61,2021-09-23,852,617,2\n61,2021-09-24,882,628,2\n61,2021-09-25,918,662,2\n61,2021-09-26,918,662,2\n61,2021-09-27,918,662,2\n61,2021-09-28,970,722,5\n61,2021-09-29,1019,754,6\n61,2021-09-30,1059,770,6\n61,2021-10-01,1059,770,6\n61,2021-10-02,1143,803,6\n61,2021-10-03,1143,803,6\n61,2021-10-04,1143,803,6\n61,2021-10-05,1240,900,6\n61,2021-10-06,1305,925,6\n61,2021-10-07,1360,936,6\n61,2021-10-08,1411,949,6\n61,2021-10-09,1456,998,6\n61,2021-10-10,1456,998,6\n61,2021-10-11,1456,998,6\n61,2021-10-12,1456,998,6\n61,2021-10-13,1537,1196,7\n61,2021-10-14,1580,1217,9\n61,2021-10-15,1617,1235,9\n61,2021-10-16,1638,1279,9\n61,2021-10-17,1638,1279,9\n61,2021-10-18,1638,1279,9\n61,2021-10-19,1694,1422,9\n61,2021-10-20,1712,1469,9\n61,2021-10-21,1746,1487,9\n61,2021-10-22,1763,1502,9\n61,2021-10-23,1786,1516,9\n61,2021-10-24,1786,1516,9\n61,2021-10-25,1786,1516,9\n61,2021-10-26,1826,1613,9\n61,2021-10-27,1843,1636,10\n61,2021-10-28,1860,1664,10\n61,2021-10-29,1863,1692,11\n61,2021-10-30,1863,1692,11\n61,2021-10-31,1863,1692,11\n61,2021-11-01,1871,1768,11\n61,2021-11-02,1880,1784,11\n61,2021-11-03,1886,1805,11\n61,2021-11-04,1886,1814,11\n61,2021-11-05,1886,1814,11\n61,2021-11-06,1886,1830,11\n61,2021-11-07,1886,1830,11\n61,2021-11-08,1886,1830,11\n61,2021-11-09,1925,1858,11\n61,2021-11-10,1951,1859,12\n61,2021-11-11,1951,1859,12\n61,2021-11-12,1951,1859,12\n61,2021-11-13,2001,1864,12\n61,2021-11-14,2001,1864,12\n61,2021-11-15,2021,1873,12\n61,2021-11-16,2028,1877,12\n61,2021-11-17,2029,1885,12\n61,2021-11-18,2032,1906,12\n61,2021-11-19,2032,1906,12\n61,2021-11-20,2036,1920,12\n61,2021-11-21,2036,1920,12\n61,2021-11-22,2044,1983,12\n61,2021-11-23,2055,1993,12\n61,2021-11-24,2057,1998,12\n61,2021-11-25,2059,2004,12\n61,2021-11-26,2059,2011,12\n61,2021-11-27,2059,2011,12\n61,2021-11-28,2059,2011,12\n61,2021-11-29,2059,2024,12\n61,2021-11-30,2060,2030,12\n61,2021-12-01,2063,2033,12\n61,2021-12-02,2068,2033,12\n61,2021-12-03,2068,2033,12\n61,2021-12-04,2069,2044,12\n61,2021-12-05,2069,2044,12\n61,2021-12-06,2069,2046,12\n61,2021-12-07,2069,2046,12\n61,2021-12-08,2069,2046,12\n61,2021-12-09,2069,2046,12\n61,2021-12-10,2070,2048,12\n61,2021-12-11,2070,2048,12\n61,2021-12-12,2070,2048,12\n61,2021-12-13,2071,2054,12\n61,2021-12-14,2071,2054,12\n61,2021-12-15,2076,2055,12\n61,2021-12-16,2082,2056,12\n61,2021-12-17,2082,2056,12\n61,2021-12-18,2082,2056,12\n61,2021-12-19,2082,2056,12\n61,2021-12-20,2082,2057,12\n61,2021-12-21,2083,2059,12\n61,2021-12-22,2090,2059,12\n61,2021-12-23,2090,2059,12\n61,2021-12-24,2090,2059,12\n61,2021-12-25,2090,2059,12\n61,2021-12-26,2090,2059,12\n61,2021-12-27,2090,2059,12\n61,2021-12-28,2090,2059,12\n61,2021-12-29,2090,2059,12\n61,2021-12-30,2187,2070,12\n61,2021-12-31,2229,2070,12\n61,2022-01-01,2229,2070,12\n61,2022-01-02,2229,2070,12\n61,2022-01-03,2229,2070,12\n61,2022-01-04,2419,2091,12\n61,2022-01-05,2495,2101,12\n61,2022-01-06,2652,2113,12\n61,2022-01-07,2801,2121,12\n61,2022-01-08,2801,2121,12\n61,2022-01-09,2801,2121,12\n61,2022-01-10,3107,2223,12\n61,2022-01-11,3322,2285,12\n61,2022-01-12,3467,2310,12\n61,2022-01-13,3587,2357,12\n61,2022-01-14,3741,2435,12\n61,2022-01-15,3741,2435,12\n61,2022-01-16,3741,2435,12\n61,2022-01-17,4055,2845,13\n61,2022-01-18,4234,3034,13\n61,2022-01-19,4372,3120,13\n61,2022-01-20,4508,3189,13\n61,2022-01-21,4680,3684,14\n61,2022-01-22,4680,3684,14\n61,2022-01-23,4680,3684,14\n61,2022-01-24,4962,4016,15\n61,2022-01-25,5120,4180,15\n61,2022-01-26,5295,4328,15\n61,2022-01-27,5446,4438,15\n61,2022-01-28,5614,4596,15\n61,2022-01-29,5614,4596,15\n61,2022-01-30,5614,4596,15\n61,2022-01-31,5865,4948,15\n61,2022-02-01,6073,5117,15\n61,2022-02-02,6221,5261,15\n61,2022-02-03,6363,5379,17\n61,2022-02-04,6550,5581,17\n61,2022-02-05,6550,5581,17\n61,2022-02-06,6550,5581,17\n61,2022-02-07,6846,5925,17\n61,2022-02-08,6919,6112,17\n61,2022-02-09,7029,6212,17\n61,2022-02-10,7126,6324,17\n61,2022-02-11,7343,6447,17\n61,2022-02-12,7343,6447,17\n61,2022-02-13,7343,6447,17\n61,2022-02-14,7678,6786,17\n61,2022-02-15,7776,6972,17\n61,2022-02-16,7907,7123,17\n61,2022-02-17,7987,7321,17\n61,2022-02-18,8085,7494,18\n61,2022-02-19,8085,7494,18\n61,2022-02-20,8085,7494,18\n61,2022-02-21,8302,7752,18\n61,2022-02-22,8424,7884,19\n61,2022-02-23,8495,7999,19\n61,2022-02-24,8594,8089,19\n61,2022-02-25,8682,8155,19\n61,2022-02-26,8682,8155,19\n61,2022-02-27,8682,8155,19\n61,2022-02-28,8797,8367,19\n61,2022-03-01,8924,8487,19\n61,2022-03-02,9007,8571,19\n61,2022-03-03,9080,8666,19\n61,2022-03-04,9122,8733,19\n61,2022-03-05,9122,8733,19\n61,2022-03-06,9122,8733,19\n61,2022-03-07,9231,8858,19\n61,2022-03-08,9325,8942,19\n61,2022-03-09,9400,9018,20\n61,2022-03-10,9466,9089,20\n61,2022-03-11,9514,9131,20\n61,2022-03-12,9514,9131,20\n61,2022-03-13,9514,9131,20\n61,2022-03-14,9590,9255,20\n61,2022-03-15,9666,9336,20\n61,2022-03-16,9737,9419,20\n61,2022-03-17,9790,9466,20\n61,2022-03-18,9843,9515,20\n61,2022-03-19,9843,9515,20\n61,2022-03-20,9843,9515,20\n61,2022-03-21,9942,9626,21\n61,2022-03-22,10005,9692,21\n61,2022-03-23,10106,9755,21\n61,2022-03-24,10235,9804,21\n61,2022-03-25,10333,9839,21\n61,2022-03-26,10333,9839,21\n61,2022-03-27,10333,9839,21\n61,2022-03-28,10547,9935,21\n61,2022-03-29,10679,10019,21\n61,2022-03-30,10779,10146,21\n61,2022-03-31,10877,10262,21\n61,2022-04-01,10951,10366,21\n61,2022-04-02,10951,10366,21\n61,2022-04-03,10951,10366,21\n61,2022-04-04,11004,10614,21\n61,2022-04-05,11004,10614,21\n61,2022-04-06,11004,10614,21\n61,2022-04-07,11004,10614,21\n61,2022-04-08,11004,10614,21\n61,2022-04-09,11004,10614,21\n61,2022-04-10,11004,10614,21\n61,2022-04-11,11136,10975,21\n61,2022-04-12,11136,10975,21\n61,2022-04-13,11136,10975,21\n61,2022-04-14,11136,10975,21\n61,2022-04-15,11136,10975,21\n61,2022-04-16,11136,10975,21\n61,2022-04-17,11136,10975,21\n61,2022-04-18,11136,10975,21\n61,2022-04-19,11217,11140,22\n61,2022-04-20,11217,11140,22\n61,2022-04-21,11217,11140,22\n61,2022-04-22,11217,11140,22\n61,2022-04-23,11217,11140,22\n61,2022-04-24,11217,11140,22\n61,2022-04-25,11286,11142,22\n61,2022-04-26,11286,11142,22\n61,2022-04-27,11286,11142,22\n61,2022-04-28,11286,11142,22\n61,2022-04-29,11286,11142,22\n61,2022-04-30,11286,11142,22\n61,2022-05-01,11286,11142,22\n61,2022-05-02,11373,11264,22\n61,2022-05-03,11373,11264,22\n61,2022-05-04,11373,11264,22\n61,2022-05-05,11373,11264,22\n61,2022-05-06,11373,11264,22\n61,2022-05-07,11373,11264,22\n61,2022-05-08,11373,11264,22\n61,2022-05-09,11426,11327,22\n61,2022-05-10,11426,11327,22\n61,2022-05-11,11426,11327,22\n61,2022-05-12,11426,11327,22\n61,2022-05-13,11426,11327,22\n61,2022-05-14,11426,11327,22\n61,2022-05-15,11426,11327,22\n61,2022-05-16,11426,11395,22\n61,2022-05-17,11426,11395,22\n61,2022-05-18,11426,11395,22\n61,2022-05-19,11426,11395,22\n61,2022-05-20,11426,11395,22\n61,2022-05-21,11426,11395,22\n61,2022-05-22,11426,11395,22\n61,2022-05-23,11436,11400,22\n61,2022-05-24,11436,11400,22\n61,2022-05-25,11436,11400,22\n61,2022-05-26,11436,11400,22\n61,2022-05-27,11436,11400,22\n61,2022-05-28,11436,11400,22\n61,2022-05-29,11436,11400,22\n61,2022-05-30,11478,11426,22\n61,2022-05-31,11478,11426,22\n61,2022-06-01,11478,11426,22\n61,2022-06-02,11478,11426,22\n61,2022-06-03,11478,11426,22\n61,2022-06-04,11478,11426,22\n61,2022-06-05,11478,11426,22\n61,2022-06-06,11502,11456,22\n61,2022-06-07,11502,11456,22\n61,2022-06-08,11502,11456,22\n61,2022-06-09,,,\n61,2022-06-10,,,\n"
  },
  {
    "path": "inst/extdata/ds/DPC.csv",
    "content": "\"date\",\"tests\",\"confirmed\"\n2020-02-05,31,10\n2020-02-06,102,20\n2020-02-07,273,61\n2020-02-08,279,64\n2020-02-09,336,70\n2020-02-10,439,135\n2020-02-12,492,174\n2020-02-13,713,218\n2020-02-15,930,285\n2020-02-16,1219,355\n2020-02-17,1723,454\n2020-02-18,2404,542\n2020-02-19,3011,621\n2020-02-20,3063,634\n2020-02-26,4061,705\n"
  },
  {
    "path": "inst/extdata/src.csv",
    "content": "\"iso_alpha_3\",\"administrative_area_level\",\"data_type\",\"url\",\"title\",\"year\",\"bibtype\",\"author\",\"institution\",\"textVersion\"\n\"ABW\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/aa.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"ABW\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/aa.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"AIA\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/av.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"AIA\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/av.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"AIA\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/av.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"ALA\",1,\"population\",\"https://en.wikipedia.org/wiki/Åland_Islands\",\"Wikipedia\",\"2019\",,,,\n\"ALA\",1,\"latitude\",\"https://en.wikipedia.org/wiki/Åland_Islands\",\"Wikipedia\",\"2019\",,,,\n\"ALA\",1,\"longitude\",\"https://en.wikipedia.org/wiki/Åland_Islands\",\"Wikipedia\",\"2019\",,,,\n\"ANT\",1,\"population\",\"https://www.wikipedia.org\",\"Wikipedia\",\"2010\",,,,\n\"ANT\",1,\"latitude\",\"https://www.geodatos.net/en/coordinates/netherlands-antilles\",\"Geodatos\",\"2020\",,,,\n\"ANT\",1,\"longitude\",\"https://www.geodatos.net/en/coordinates/netherlands-antilles\",\"Geodatos\",\"2020\",,,,\n\"ASM\",1,\"deaths\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"ASM\",1,\"confirmed\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"ASM\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/aq.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"ASM\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/aq.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"ATA\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ay.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"ATA\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ay.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"AUS\",1,\"confirmed\",\"https://github.com/M3IT/COVID-19_Data\",\"Covid19data.com.au\",\"2020\",,,,\n\"AUS\",1,\"deaths\",\"https://github.com/M3IT/COVID-19_Data\",\"Covid19data.com.au\",\"2020\",,,,\n\"AUS\",1,\"tests\",\"https://github.com/M3IT/COVID-19_Data\",\"Covid19data.com.au\",\"2020\",,,,\n\"AUS\",1,\"recovered\",\"https://github.com/M3IT/COVID-19_Data\",\"Covid19data.com.au\",\"2020\",,,,\n\"AUS\",1,\"hosp\",\"https://github.com/M3IT/COVID-19_Data\",\"Covid19data.com.au\",\"2020\",,,,\n\"AUS\",1,\"icu\",\"https://github.com/M3IT/COVID-19_Data\",\"Covid19data.com.au\",\"2020\",,,,\n\"AUS\",1,\"vent\",\"https://github.com/M3IT/COVID-19_Data\",\"Covid19data.com.au\",\"2020\",,,,\n\"AUS\",1,\"vaccines\",\"https://github.com/M3IT/COVID-19_Data\",\"Covid19data.com.au\",\"2020\",,,,\n\"AUS\",2,\"population\",\"https://www.abs.gov.au/AUSSTATS/abs@.nsf/DetailsPage/3101.0Sep%202019?OpenDocument\",\"Australian Bureau of Statistics\",\"2019\",,,,\n\"AUS\",2,\"confirmed\",\"https://github.com/M3IT/COVID-19_Data\",\"Covid19data.com.au\",\"2020\",,,,\n\"AUS\",2,\"deaths\",\"https://github.com/M3IT/COVID-19_Data\",\"Covid19data.com.au\",\"2020\",,,,\n\"AUS\",2,\"tests\",\"https://github.com/M3IT/COVID-19_Data\",\"Covid19data.com.au\",\"2020\",,,,\n\"AUS\",2,\"recovered\",\"https://github.com/M3IT/COVID-19_Data\",\"Covid19data.com.au\",\"2020\",,,,\n\"AUS\",2,\"hosp\",\"https://github.com/M3IT/COVID-19_Data\",\"Covid19data.com.au\",\"2020\",,,,\n\"AUS\",2,\"icu\",\"https://github.com/M3IT/COVID-19_Data\",\"Covid19data.com.au\",\"2020\",,,,\n\"AUS\",2,\"vent\",\"https://github.com/M3IT/COVID-19_Data\",\"Covid19data.com.au\",\"2020\",,,,\n\"AUS\",2,\"vaccines\",\"https://github.com/M3IT/COVID-19_Data\",\"Covid19data.com.au\",\"2020\",,,,\n\"AUT\",1,\"deaths\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"AUT\",1,\"confirmed\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"AUT\",1,\"tests\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"AUT\",1,\"recovered\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"AUT\",1,\"hosp\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"AUT\",1,\"icu\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"AUT\",2,\"deaths\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"AUT\",2,\"confirmed\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"AUT\",2,\"tests\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"AUT\",2,\"recovered\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"AUT\",2,\"hosp\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"AUT\",2,\"icu\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"AUT\",2,\"population\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"AUT\",3,\"deaths\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"AUT\",3,\"confirmed\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"AUT\",3,\"recovered\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"AUT\",3,\"population\",\"https://info.gesundheitsministerium.at/\",\"Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria\",\"2020\",,,,\n\"BEL\",1,\"confirmed\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",1,\"hosp\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",1,\"icu\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",1,\"vent\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",1,\"deaths\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",1,\"vaccines\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",1,\"tests\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",2,\"population\",\"https://statbel.fgov.be/en/themes/population/structure-population\",\"Statbel, Belgium in Figures\",\"2019\",,,,\n\"BEL\",2,\"latitude\",\"https://www.wikipedia.org\",\"Wikipedia\",\"2019\",,,,\n\"BEL\",2,\"longitude\",\"https://www.wikipedia.org\",\"Wikipedia\",\"2019\",,,,\n\"BEL\",2,\"confirmed\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",2,\"hosp\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",2,\"icu\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",2,\"vent\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",2,\"deaths\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",2,\"vaccines\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",2,\"tests\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",3,\"population\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"BEL\",3,\"latitude\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"BEL\",3,\"longitude\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"BEL\",3,\"confirmed\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",3,\"hosp\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",3,\"icu\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",3,\"vent\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BEL\",3,\"tests\",\"https://epistat.sciensano.be\",\"Epistat, Belgian Infectious Diseases\",\"2020\",,,,\n\"BLM\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tb.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"BLM\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tb.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"BLM\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tb.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"BMU\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/bd.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"BMU\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/bd.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"BOL\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/bl.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"BOL\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/bl.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"BRA\",1,\"deaths\",\"https://github.com/wcota/covid19br\",\"Monitoring the number of COVID-19 cases and deaths in Brazil at municipal and federative units level\",\"2020\",,\"Wesley Cota\",,\n\"BRA\",1,\"confirmed\",\"https://github.com/wcota/covid19br\",\"Monitoring the number of COVID-19 cases and deaths in Brazil at municipal and federative units level\",\"2020\",,\"Wesley Cota\",,\n\"BRA\",1,\"recovered\",\"https://github.com/wcota/covid19br\",\"Monitoring the number of COVID-19 cases and deaths in Brazil at municipal and federative units level\",\"2020\",,\"Wesley Cota\",,\n\"BRA\",1,\"tests\",\"https://github.com/wcota/covid19br\",\"Monitoring the number of COVID-19 cases and deaths in Brazil at municipal and federative units level\",\"2020\",,\"Wesley Cota\",,\n\"BRA\",1,\"vaccines\",\"https://github.com/wcota/covid19br\",\"Monitoring the number of COVID-19 cases and deaths in Brazil at municipal and federative units level\",\"2020\",,\"Wesley Cota\",,\n\"BRA\",2,\"deaths\",\"https://github.com/wcota/covid19br\",\"Monitoring the number of COVID-19 cases and deaths in Brazil at municipal and federative units level\",\"2020\",,\"Wesley Cota\",,\n\"BRA\",2,\"confirmed\",\"https://github.com/wcota/covid19br\",\"Monitoring the number of COVID-19 cases and deaths in Brazil at municipal and federative units level\",\"2020\",,\"Wesley Cota\",,\n\"BRA\",2,\"recovered\",\"https://github.com/wcota/covid19br\",\"Monitoring the number of COVID-19 cases and deaths in Brazil at municipal and federative units level\",\"2020\",,\"Wesley Cota\",,\n\"BRA\",2,\"tests\",\"https://github.com/wcota/covid19br\",\"Monitoring the number of COVID-19 cases and deaths in Brazil at municipal and federative units level\",\"2020\",,\"Wesley Cota\",,\n\"BRA\",2,\"vaccines\",\"https://github.com/wcota/covid19br\",\"Monitoring the number of COVID-19 cases and deaths in Brazil at municipal and federative units level\",\"2020\",,\"Wesley Cota\",,\n\"BRA\",2,\"confirmed\",\"https://coronavirus.es.gov.br/painel-covid-19-es\",\"State Government of Espírito Santo, Brazil\",\"2020\",,,,\n\"BRA\",2,\"tests\",\"https://coronavirus.es.gov.br/painel-covid-19-es\",\"State Government of Espírito Santo, Brazil\",\"2020\",,,,\n\"BRA\",2,\"deaths\",\"https://coronavirus.es.gov.br/painel-covid-19-es\",\"State Government of Espírito Santo, Brazil\",\"2020\",,,,\n\"BRA\",2,\"recovered\",\"https://coronavirus.es.gov.br/painel-covid-19-es\",\"State Government of Espírito Santo, Brazil\",\"2020\",,,,\n\"BRA\",2,\"population\",\"https://en.wikipedia.org/wiki/Esp%C3%ADrito_Santo\",\"Wikipedia\",\"2019\",,,,\n\"BRA\",2,\"population\",\"https://www.ibge.gov.br/en/cities-and-states.html\",\"Instituto Brasileiro de Geografia e Estatistica - IBGE\",\"2020\",,,,\n\"BRA\",2,\"latitude\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"BRA\",2,\"longitude\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"BRA\",3,\"deaths\",\"https://github.com/wcota/covid19br\",\"Monitoring the number of COVID-19 cases and deaths in Brazil at municipal and federative units level\",\"2020\",,\"Wesley Cota\",,\n\"BRA\",3,\"confirmed\",\"https://github.com/wcota/covid19br\",\"Monitoring the number of COVID-19 cases and deaths in Brazil at municipal and federative units level\",\"2020\",,\"Wesley Cota\",,\n\"BRA\",3,\"vaccines\",\"https://opendatasus.saude.gov.br/dataset/covid-19-vacinacao\",\"Ministry of Health of Brazil\",\"2021\",,,,\n\"BRA\",3,\"population\",\"https://github.com/wcota/covid19br\",\"Monitoring the number of COVID-19 cases and deaths in Brazil at municipal and federative units level\",\"2020\",,\"Wesley Cota\",,\n\"BRA\",3,\"latitude\",\"https://github.com/wcota/covid19br\",\"Monitoring the number of COVID-19 cases and deaths in Brazil at municipal and federative units level\",\"2020\",,\"Wesley Cota\",,\n\"BRA\",3,\"longitude\",\"https://github.com/wcota/covid19br\",\"Monitoring the number of COVID-19 cases and deaths in Brazil at municipal and federative units level\",\"2020\",,\"Wesley Cota\",,\n\"BRA\",3,\"confirmed\",\"https://coronavirus.es.gov.br/painel-covid-19-es\",\"State Government of Espírito Santo, Brazil\",\"2020\",,,,\n\"BRA\",3,\"tests\",\"https://coronavirus.es.gov.br/painel-covid-19-es\",\"State Government of Espírito Santo, Brazil\",\"2020\",,,,\n\"BRA\",3,\"deaths\",\"https://coronavirus.es.gov.br/painel-covid-19-es\",\"State Government of Espírito Santo, Brazil\",\"2020\",,,,\n\"BRA\",3,\"recovered\",\"https://coronavirus.es.gov.br/painel-covid-19-es\",\"State Government of Espírito Santo, Brazil\",\"2020\",,,,\n\"BRA\",3,\"latitude\",\"https://github.com/kelvins/Municipios-Brasileiros\",\"Municípios Brasileiros\",\"2019\",,,,\n\"BRA\",3,\"longitude\",\"https://github.com/kelvins/Municipios-Brasileiros\",\"Municípios Brasileiros\",\"2019\",,,,\n\"BRA\",3,\"population\",\"https://pt.wikipedia.org/wiki/Lista_de_munic%C3%ADpios_do_Esp%C3%ADrito_Santo_por_popula%C3%A7%C3%A3o\",\"Wikipedia\",\"2019\",,,,\n\"BRN\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/bx.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"BRN\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/bx.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"BVT\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/bv.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"BVT\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/bv.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"CAC\",1,\"tests\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"CAC\",1,\"confirmed\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"CAC\",1,\"deaths\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"CAC\",1,\"recovered\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"CAC\",1,\"hosp\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"CAC\",1,\"vent\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"CAC\",1,\"icu\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"CAC\",1,\"severe\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"CAC\",1,\"population\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"CAN\",1,\"confirmed\",\"https://health-infobase.canada.ca\",\"Public Health Infobase, Government of Canada\",\"2020\",,,,\n\"CAN\",1,\"deaths\",\"https://health-infobase.canada.ca\",\"Public Health Infobase, Government of Canada\",\"2020\",,,,\n\"CAN\",1,\"tests\",\"https://health-infobase.canada.ca\",\"Public Health Infobase, Government of Canada\",\"2020\",,,,\n\"CAN\",1,\"recovered\",\"https://health-infobase.canada.ca\",\"Public Health Infobase, Government of Canada\",\"2020\",,,,\n\"CAN\",2,\"population\",\"https://www150.statcan.gc.ca/t1/tbl1/en/tv.action?pid=1710000901\",\"Canada's National Statistical Agency\",\"2020\",,,,\n\"CAN\",2,\"confirmed\",\"https://health-infobase.canada.ca\",\"Public Health Infobase, Government of Canada\",\"2020\",,,,\n\"CAN\",2,\"deaths\",\"https://health-infobase.canada.ca\",\"Public Health Infobase, Government of Canada\",\"2020\",,,,\n\"CAN\",2,\"tests\",\"https://health-infobase.canada.ca\",\"Public Health Infobase, Government of Canada\",\"2020\",,,,\n\"CAN\",2,\"recovered\",\"https://health-infobase.canada.ca\",\"Public Health Infobase, Government of Canada\",\"2020\",,,,\n\"CCK\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ck.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"CCK\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ck.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"CCK\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ck.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"CHE\",1,\"confirmed\",\"https://www.covid19.admin.ch\",\"Federal Office of Public Health FOPH\",\"2020\",,,,\n\"CHE\",1,\"deaths\",\"https://www.covid19.admin.ch\",\"Federal Office of Public Health FOPH\",\"2020\",,,,\n\"CHE\",1,\"hosp\",\"https://www.covid19.admin.ch\",\"Federal Office of Public Health FOPH\",\"2020\",,,,\n\"CHE\",1,\"vaccines\",\"https://www.covid19.admin.ch\",\"Federal Office of Public Health FOPH\",\"2020\",,,,\n\"CHE\",1,\"tests\",\"https://www.covid19.admin.ch\",\"Federal Office of Public Health FOPH\",\"2020\",,,,\n\"CHE\",1,\"icu\",\"https://www.covid19.admin.ch\",\"Federal Office of Public Health FOPH\",\"2020\",,,,\n\"CHE\",1,\"latitude\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\",\"Swiss Federal Statistical Office\",\"2018\",,,,\n\"CHE\",1,\"longitude\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\",\"Swiss Federal Statistical Office\",\"2018\",,,,\n\"CHE\",1,\"population\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\",\"Swiss Federal Statistical Office\",\"2018\",,,,\n\"CHE\",2,\"confirmed\",\"https://www.covid19.admin.ch\",\"Federal Office of Public Health FOPH\",\"2020\",,,,\n\"CHE\",2,\"deaths\",\"https://www.covid19.admin.ch\",\"Federal Office of Public Health FOPH\",\"2020\",,,,\n\"CHE\",2,\"hosp\",\"https://www.covid19.admin.ch\",\"Federal Office of Public Health FOPH\",\"2020\",,,,\n\"CHE\",2,\"vaccines\",\"https://www.covid19.admin.ch\",\"Federal Office of Public Health FOPH\",\"2020\",,,,\n\"CHE\",2,\"tests\",\"https://www.covid19.admin.ch\",\"Federal Office of Public Health FOPH\",\"2020\",,,,\n\"CHE\",2,\"icu\",\"https://www.covid19.admin.ch\",\"Federal Office of Public Health FOPH\",\"2020\",,,,\n\"CHE\",2,\"recovered\",\"https://github.com/openZH/covid_19\",\"Open Government Data, Switzerland\",\"2020\",,,,\n\"CHE\",2,\"vent\",\"https://github.com/openZH/covid_19\",\"Open Government Data, Switzerland\",\"2020\",,,,\n\"CHE\",2,\"latitude\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\",\"Swiss Federal Statistical Office\",\"2018\",,,,\n\"CHE\",2,\"longitude\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\",\"Swiss Federal Statistical Office\",\"2018\",,,,\n\"CHE\",2,\"population\",\"https://www.bfs.admin.ch/bfs/en/home/statistics/regional-statistics/regional-portraits-key-figures/cantons/data-explanations.html\",\"Swiss Federal Statistical Office\",\"2018\",,,,\n\"CHL\",1,\"confirmed\",\"https://www.minciencia.gob.cl/COVID19\",\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación\",\"2020\",,,,\n\"CHL\",1,\"deaths\",\"https://www.minciencia.gob.cl/COVID19\",\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación\",\"2020\",,,,\n\"CHL\",1,\"hosp\",\"https://www.minciencia.gob.cl/COVID19\",\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación\",\"2020\",,,,\n\"CHL\",1,\"icu\",\"https://www.minciencia.gob.cl/COVID19\",\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación\",\"2020\",,,,\n\"CHL\",1,\"recovered\",\"https://www.minciencia.gob.cl/COVID19\",\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación\",\"2020\",,,,\n\"CHL\",1,\"tests\",\"https://www.minciencia.gob.cl/COVID19\",\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación\",\"2020\",,,,\n\"CHL\",2,\"confirmed\",\"https://www.minciencia.gob.cl/COVID19\",\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación\",\"2020\",,,,\n\"CHL\",2,\"deaths\",\"https://www.minciencia.gob.cl/COVID19\",\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación\",\"2020\",,,,\n\"CHL\",2,\"recovered\",\"https://www.minciencia.gob.cl/COVID19\",\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación\",\"2020\",,,,\n\"CHL\",2,\"icu\",\"https://www.minciencia.gob.cl/COVID19\",\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación\",\"2020\",,,,\n\"CHL\",2,\"tests\",\"https://www.minciencia.gob.cl/COVID19\",\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación\",\"2020\",,,,\n\"CHL\",2,\"population\",\"https://www.minciencia.gob.cl/COVID19\",\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación\",\"2020\",,,,\n\"CHL\",3,\"confirmed\",\"https://www.minciencia.gob.cl/COVID19\",\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación\",\"2020\",,,,\n\"CHL\",3,\"deaths\",\"https://www.minciencia.gob.cl/COVID19\",\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación\",\"2020\",,,,\n\"CHL\",3,\"population\",\"https://www.minciencia.gob.cl/COVID19\",\"Ministerio de Ciencia, Tecnología, Conocimiento e Innovación\",\"2020\",,,,\n\"CHN\",1,\"confirmed\",\"https://covid19.who.int\",\"World Health Organization\",\"2020\",,,,\n\"CHN\",1,\"deaths\",\"https://covid19.who.int\",\"World Health Organization\",\"2020\",,,,\n\"CHN\",2,\"population\",\"http://data.stats.gov.cn/english/easyquery.htm?cn=E0103\",\"National Bureau of Statistics of China NBS\",\"2018\",,,,\n\"CHN\",2,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/hk.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"CHN\",2,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/mc.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"CIV\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/iv.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"CIV\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/iv.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"COD\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/cg.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"COD\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/cg.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"COG\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/cf.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"COG\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/cf.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"COK\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/cw.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"COL\",1,\"deaths\",\"https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr\",\"Ministerio de Salud y Protección Social de Colombia\",\"2020\",,,,\n\"COL\",1,\"confirmed\",\"https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr\",\"Ministerio de Salud y Protección Social de Colombia\",\"2020\",,,,\n\"COL\",1,\"recovered\",\"https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr\",\"Ministerio de Salud y Protección Social de Colombia\",\"2020\",,,,\n\"COL\",1,\"tests\",\"https://www.datos.gov.co/Salud-y-Protecci-n-Social/Pruebas-PCR-procesadas-de-COVID-19-en-Colombia-Dep/8835-5baf\",\"Ministerio de Salud y Protección Social de Colombia\",\"2020\",,,,\n\"COL\",2,\"recovered\",\"https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr\",\"Ministerio de Salud y Protección Social de Colombia\",\"2020\",,,,\n\"COL\",2,\"deaths\",\"https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr\",\"Ministerio de Salud y Protección Social de Colombia\",\"2020\",,,,\n\"COL\",2,\"confirmed\",\"https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr\",\"Ministerio de Salud y Protección Social de Colombia\",\"2020\",,,,\n\"COL\",2,\"tests\",\"https://www.datos.gov.co/Salud-y-Protecci-n-Social/Pruebas-PCR-procesadas-de-COVID-19-en-Colombia-Dep/8835-5baf\",\"Ministerio de Salud y Protección Social de Colombia\",\"2020\",,,,\n\"COL\",2,\"population\",\"https://en.wikipedia.org/wiki/Buenaventura,_Valle_del_Cauca\",\"Wikipedia\",\"2019\",,,,\n\"COL\",2,\"latitude\",\"https://en.wikipedia.org/wiki/Buenaventura,_Valle_del_Cauca\",\"Wikipedia\",\"2019\",,,,\n\"COL\",2,\"longitude\",\"https://en.wikipedia.org/wiki/Buenaventura,_Valle_del_Cauca\",\"Wikipedia\",\"2019\",,,,\n\"COL\",2,\"population\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\",\"Wikipedia\",\"2018\",,,,\n\"COL\",2,\"latitude\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\",\"Wikipedia\",\"2018\",,,,\n\"COL\",2,\"longitude\",\"https://en.wikipedia.org/wiki/Departments_of_Colombia\",\"Wikipedia\",\"2018\",,,,\n\"COL\",3,\"deaths\",\"https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr\",\"Ministerio de Salud y Protección Social de Colombia\",\"2020\",,,,\n\"COL\",3,\"confirmed\",\"https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr\",\"Ministerio de Salud y Protección Social de Colombia\",\"2020\",,,,\n\"COL\",3,\"recovered\",\"https://www.datos.gov.co/Salud-y-Protecci-n-Social/Casos-positivos-de-COVID-19-en-Colombia/gt2j-8ykr\",\"Ministerio de Salud y Protección Social de Colombia\",\"2020\",,,,\n\"COM\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/cn.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"COM\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/cn.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"CPV\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/cv.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"CPV\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/cv.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"CXR\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/kt.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"CXR\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/kt.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"CXR\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/kt.html\",\"CIA - Central Intelligence Agency\",\"2016\",,,,\n\"CYM\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/cj.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"CYM\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/cj.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"CZE\",1,\"confirmed\",\"https://onemocneni-aktualne.mzcr.cz/covid-19\",\"Ministery of Health of Czech Republic\",\"2020\",,,,\n\"CZE\",1,\"tests\",\"https://onemocneni-aktualne.mzcr.cz/covid-19\",\"Ministery of Health of Czech Republic\",\"2020\",,,,\n\"CZE\",2,\"population\",\"https://www.czso.cz/csu/czso/demograficka-rocenka-kraju-2009-az-2018\",\"Czech Statistical Office\",\"2018\",,,,\n\"CZE\",2,\"confirmed\",\"https://onemocneni-aktualne.mzcr.cz/covid-19\",\"Ministery of Health of Czech Republic\",\"2020\",,,,\n\"CZE\",2,\"deaths\",\"https://onemocneni-aktualne.mzcr.cz/covid-19\",\"Ministery of Health of Czech Republic\",\"2020\",,,,\n\"CZE\",2,\"recovered\",\"https://onemocneni-aktualne.mzcr.cz/covid-19\",\"Ministery of Health of Czech Republic\",\"2020\",,,,\n\"CZE\",3,\"confirmed\",\"https://onemocneni-aktualne.mzcr.cz/covid-19\",\"Ministery of Health of Czech Republic\",\"2020\",,,,\n\"CZE\",3,\"deaths\",\"https://onemocneni-aktualne.mzcr.cz/covid-19\",\"Ministery of Health of Czech Republic\",\"2020\",,,,\n\"CZE\",3,\"recovered\",\"https://onemocneni-aktualne.mzcr.cz/covid-19\",\"Ministery of Health of Czech Republic\",\"2020\",,,,\n\"CZE\",3,\"population\",\"http://www.statoids.com/ycz.html\",\"Statoids\",\"2011\",,,,\n\"DEU\",1,\"confirmed\",\"https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/dd4580c810204019a7b8eb3e0b329dd6_0\",\"Robert Koch-Institut\",\"2020\",,,,\n\"DEU\",1,\"deaths\",\"https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/dd4580c810204019a7b8eb3e0b329dd6_0\",\"Robert Koch-Institut\",\"2020\",,,,\n\"DEU\",1,\"recovered\",\"https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/dd4580c810204019a7b8eb3e0b329dd6_0\",\"Robert Koch-Institut\",\"2020\",,,,\n\"DEU\",2,\"confirmed\",\"https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/dd4580c810204019a7b8eb3e0b329dd6_0\",\"Robert Koch-Institut\",\"2020\",,,,\n\"DEU\",2,\"deaths\",\"https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/dd4580c810204019a7b8eb3e0b329dd6_0\",\"Robert Koch-Institut\",\"2020\",,,,\n\"DEU\",2,\"recovered\",\"https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/dd4580c810204019a7b8eb3e0b329dd6_0\",\"Robert Koch-Institut\",\"2020\",,,,\n\"DEU\",2,\"population\",\"http://www.statoids.com/ude.html\",\"Statoids\",\"2021\",,,,\n\"DEU\",2,\"latitude\",\"https://public.opendatasoft.com/explore/dataset/landkreise-in-germany/table/\",\"GADM\",\"2019\",,,,\n\"DEU\",2,\"longitude\",\"https://public.opendatasoft.com/explore/dataset/landkreise-in-germany/table/\",\"GADM\",\"2019\",,,,\n\"DEU\",3,\"confirmed\",\"https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/dd4580c810204019a7b8eb3e0b329dd6_0\",\"Robert Koch-Institut\",\"2020\",,,,\n\"DEU\",3,\"deaths\",\"https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/dd4580c810204019a7b8eb3e0b329dd6_0\",\"Robert Koch-Institut\",\"2020\",,,,\n\"DEU\",3,\"recovered\",\"https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/dd4580c810204019a7b8eb3e0b329dd6_0\",\"Robert Koch-Institut\",\"2020\",,,,\n\"DEU\",3,\"population\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"DEU\",3,\"latitude\",\"https://public.opendatasoft.com/explore/dataset/landkreise-in-germany/table/\",\"GADM\",\"2019\",,,,\n\"DEU\",3,\"longitude\",\"https://public.opendatasoft.com/explore/dataset/landkreise-in-germany/table/\",\"GADM\",\"2019\",,,,\n\"DNK\",1,\"latitude\",\"https://wikipedia.org\",\"Wikipedia\",\"2020\",,,,\n\"DNK\",1,\"longitude\",\"https://wikipedia.org\",\"Wikipedia\",\"2020\",,,,\n\"DNK\",2,\"confirmed\",\"https://covid19.ssi.dk/overvagningsdata/download-fil-med-overvaagningdata\",\"Statens Serum Institut\",\"2020\",,,,\n\"DNK\",2,\"deaths\",\"https://covid19.ssi.dk/overvagningsdata/download-fil-med-overvaagningdata\",\"Statens Serum Institut\",\"2020\",,,,\n\"DNK\",3,\"confirmed\",\"https://covid19.ssi.dk/overvagningsdata/download-fil-med-overvaagningdata\",\"Statens Serum Institut\",\"2020\",,,,\n\"DPC\",1,\"tests\",\"https://www.wikipedia.org\",\"Wikipedia\",\"2020\",,,,\n\"DPC\",1,\"population\",\"https://www.wikipedia.org\",\"Wikipedia\",\"2020\",,,,\n\"ERI\",1,\"population\",\"https://en.wikipedia.org/wiki/Demographics_of_Eritrea\",\"Wikipedia\",\"2019\",,,,\n\"ESH\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/wi.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"ESP\",2,\"confirmed\",\"https://www.mscbs.gob.es/\",\"Ministerio de Sanidad, Consumo y Bienestar Social\",\"2020\",,,,\n\"ESP\",2,\"population\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"ESP\",2,\"latitude\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"ESP\",2,\"longitude\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"ESP\",3,\"confirmed\",\"https://www.mscbs.gob.es/\",\"Ministerio de Sanidad, Consumo y Bienestar Social\",\"2020\",,,,\n\"ESP\",3,\"population\",\"http://www.statoids.com/yes.html\",\"Statoids\",\"2011\",,,,\n\"FLK\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/fk.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"FLK\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/fk.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"FLK\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/fk.html\",\"CIA - Central Intelligence Agency\",\"2016\",,,,\n\"FRA\",1,\"icu\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",1,\"hosp\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",1,\"deaths\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",1,\"confirmed\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",1,\"tests\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",1,\"vaccines\",\"https://www.data.gouv.fr/fr/datasets/donnees-relatives-aux-personnes-vaccinees-contre-la-covid-19-1/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",1,\"latitude\",\"https://wikipedia.org\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",1,\"longitude\",\"https://wikipedia.org\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"icu\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",2,\"hosp\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",2,\"deaths\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",2,\"confirmed\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",2,\"tests\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",2,\"vaccines\",\"https://www.data.gouv.fr/fr/datasets/donnees-relatives-aux-personnes-vaccinees-contre-la-covid-19-1/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",2,\"population\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",2,\"latitude\",\"https://en.wikipedia.org/wiki/Wallis_and_Futuna\",\"Wikipedia\",\"2018\",,,,\n\"FRA\",2,\"longitude\",\"https://en.wikipedia.org/wiki/Wallis_and_Futuna\",\"Wikipedia\",\"2018\",,,,\n\"FRA\",2,\"latitude\",\"https://it.wikipedia.org/wiki/Corsica\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"longitude\",\"https://it.wikipedia.org/wiki/Corsica\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"latitude\",\"https://en.wikipedia.org/wiki/Mayotte\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"longitude\",\"https://en.wikipedia.org/wiki/Mayotte\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"latitude\",\"https://it.wikipedia.org/wiki/Centro-Valle_della_Loira\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"longitude\",\"https://it.wikipedia.org/wiki/Centro-Valle_della_Loira\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"latitude\",\"https://en.wikipedia.org/wiki/Pays_de_la_Loire\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"longitude\",\"https://en.wikipedia.org/wiki/Pays_de_la_Loire\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"latitude\",\"https://en.wikipedia.org/wiki/Grand_Est\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"longitude\",\"https://en.wikipedia.org/wiki/Grand_Est\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"latitude\",\"https://en.wikipedia.org/wiki/Provence-Alpes-Côte_d%27Azur\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"longitude\",\"https://en.wikipedia.org/wiki/Provence-Alpes-Côte_d%27Azur\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"latitude\",\"https://en.wikipedia.org/wiki/Normandy\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"longitude\",\"https://en.wikipedia.org/wiki/Normandy\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"latitude\",\"https://en.wikipedia.org/wiki/Brittany_(administrative_region)\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"longitude\",\"https://en.wikipedia.org/wiki/Brittany_(administrative_region)\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"latitude\",\"https://it.wikipedia.org/wiki/Borgogna-Franca_Contea\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"longitude\",\"https://it.wikipedia.org/wiki/Borgogna-Franca_Contea\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"latitude\",\"https://it.wikipedia.org/wiki/Alvernia-Rodano-Alpi\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"longitude\",\"https://it.wikipedia.org/wiki/Alvernia-Rodano-Alpi\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"latitude\",\"https://it.wikipedia.org/wiki/Île-de-France\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"longitude\",\"https://it.wikipedia.org/wiki/Île-de-France\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"latitude\",\"https://it.wikipedia.org/wiki/Alta_Francia\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"longitude\",\"https://it.wikipedia.org/wiki/Alta_Francia\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"latitude\",\"https://it.wikipedia.org/wiki/Nuova_Aquitania\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"longitude\",\"https://it.wikipedia.org/wiki/Nuova_Aquitania\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"latitude\",\"https://it.wikipedia.org/wiki/Occitania_(regione_francese)\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",2,\"longitude\",\"https://it.wikipedia.org/wiki/Occitania_(regione_francese)\",\"Wikipedia\",\"2020\",,,,\n\"FRA\",3,\"icu\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",3,\"hosp\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",3,\"deaths\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",3,\"confirmed\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",3,\"tests\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",3,\"vaccines\",\"https://www.data.gouv.fr/fr/datasets/donnees-relatives-aux-personnes-vaccinees-contre-la-covid-19-1/\",\"Santé publique France\",\"2020\",,,,\n\"FRA\",3,\"population\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"FRO\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/fo.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"FRO\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/fo.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"FSM\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/fm.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"FSM\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/fm.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"GBR\",1,\"deaths\",\"https://coronavirus.data.gov.uk\",\"Open Government Data, United Kingdom\",\"2020\",,,,\n\"GBR\",2,\"deaths\",\"https://coronavirus.data.gov.uk\",\"Open Government Data, United Kingdom\",\"2020\",,,,\n\"GBR\",2,\"confirmed\",\"https://coronavirus.data.gov.uk\",\"Open Government Data, United Kingdom\",\"2020\",,,,\n\"GBR\",2,\"population\",\"https://coronavirus.data.gov.uk\",\"Open Government Data, United Kingdom\",\"2020\",,,,\n\"GBR\",2,\"population\",\"https://www.worldometers.info/world-population/channel-islands-population/\",\"Worldometer\",\"2018\",,,,\n\"GBR\",2,\"population\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\",\"World Bank Open Data\",\"2018\",,,,\n\"GBR\",2,\"population\",\"https://en.wikipedia.org/wiki/Countries_of_the_United_Kingdom_by_population\",\"Wikipedia\",\"2018\",,,,\n\"GBR\",2,\"latitude\",\"https://en.wikipedia.org/wiki/Countries_of_the_United_Kingdom_by_population\",\"Wikipedia\",\"2018\",,,,\n\"GBR\",2,\"longitude\",\"https://en.wikipedia.org/wiki/Countries_of_the_United_Kingdom_by_population\",\"Wikipedia\",\"2018\",,,,\n\"GBR\",3,\"deaths\",\"https://coronavirus.data.gov.uk\",\"Open Government Data, United Kingdom\",\"2020\",,,,\n\"GBR\",3,\"confirmed\",\"https://coronavirus.data.gov.uk\",\"Open Government Data, United Kingdom\",\"2020\",,,,\n\"GBR\",3,\"population\",\"https://coronavirus.data.gov.uk/details/download\",\"Open Government Data, United Kingdom\",\"2021\",,,,\n\"GGY\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/gk.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"GGY\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/gk.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"GGY\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/gk.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"GIB\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/gi.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"GIB\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/gi.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"GLP\",1,\"population\",\"https://en.wikipedia.org/wiki/Guadeloupe\",\"Wikipedia\",\"2016\",,,,\n\"GLP\",1,\"latitude\",\"https://www.geodatos.net/en/coordinates/guadeloupe\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"GLP\",1,\"longitude\",\"https://www.geodatos.net/en/coordinates/guadeloupe\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"GLP\",1,\"icu\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"GLP\",1,\"hosp\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"GLP\",1,\"deaths\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"GLP\",1,\"confirmed\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"GLP\",1,\"tests\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"GLP\",1,\"vaccines\",\"https://www.data.gouv.fr/fr/datasets/donnees-relatives-aux-personnes-vaccinees-contre-la-covid-19-1/\",\"Santé publique France\",\"2020\",,,,\n\"GPC\",1,\"population\",\"https://en.wikipedia.org/wiki/COVID-19_pandemic_on_Grand_Princess\",\"Wikipedia\",\"2020\",,,,\n\"GRL\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/gl.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"GRL\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/gl.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"GUF\",1,\"longitude\",\"https://en.wikipedia.org/wiki/French_Guiana\",\"Wikipedia\",\"2020\",,,,\n\"GUF\",1,\"latitude\",\"https://en.wikipedia.org/wiki/French_Guiana\",\"Wikipedia\",\"2020\",,,,\n\"GUF\",1,\"population\",\"https://en.wikipedia.org/wiki/French_Guiana\",\"Wikipedia\",\"2020\",,,,\n\"GUF\",1,\"icu\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"GUF\",1,\"hosp\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"GUF\",1,\"deaths\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"GUF\",1,\"confirmed\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"GUF\",1,\"tests\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"GUF\",1,\"vaccines\",\"https://www.data.gouv.fr/fr/datasets/donnees-relatives-aux-personnes-vaccinees-contre-la-covid-19-1/\",\"Santé publique France\",\"2020\",,,,\n\"GUM\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/gq.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"GUM\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/gq.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"GUM\",1,\"deaths\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"GUM\",1,\"confirmed\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"HKG\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/hk.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"HKG\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/hk.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"HMD\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/hm.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"HMD\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/hm.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"HRV\",2,\"confirmed\",\"https://data.gov.hr/dataset/koronavirus/resource/08fab529-ebba-46c7-be79-05782ddb02ef\",\"Ministry of Health of Croatia\",\"2020\",,,,\n\"HRV\",2,\"deaths\",\"https://data.gov.hr/dataset/koronavirus/resource/08fab529-ebba-46c7-be79-05782ddb02ef\",\"Ministry of Health of Croatia\",\"2020\",,,,\n\"HTI\",2,\"deaths\",\"https://proxy.hxlstandard.org/data/738954\",\"Ministry of Public Health and Population of Haiti\",\"2020\",,,,\n\"HTI\",2,\"confirmed\",\"https://proxy.hxlstandard.org/data/738954\",\"Ministry of Public Health and Population of Haiti\",\"2020\",,,,\n\"HTI\",2,\"population\",\"https://en.wikipedia.org/wiki/Departments_of_Haiti\",\"Wikipedia\",\"2015\",,,,\n\"HTI\",2,\"latitude\",\"https://en.wikipedia.org/wiki/\",\"Wikipedia\",\"2020\",,,,\n\"HTI\",2,\"longitude\",\"https://en.wikipedia.org/wiki/\",\"Wikipedia\",\"2020\",,,,\n\"IMN\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/im.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"IMN\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/im.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"IND\",1,\"deaths\",\"https://www.covid19india.org/\",\"COVID19-India API\",\"2020\",,,,\n\"IND\",1,\"confirmed\",\"https://www.covid19india.org/\",\"COVID19-India API\",\"2020\",,,,\n\"IND\",1,\"recovered\",\"https://www.covid19india.org/\",\"COVID19-India API\",\"2020\",,,,\n\"IND\",1,\"tests\",\"https://github.com/owid/covid-19-data\",\"Our World in Data\",\"2020\",,,,\n\"IND\",2,\"deaths\",\"https://www.covid19india.org/\",\"COVID19-India API\",\"2020\",,,,\n\"IND\",2,\"confirmed\",\"https://www.covid19india.org/\",\"COVID19-India API\",\"2020\",,,,\n\"IND\",2,\"recovered\",\"https://www.covid19india.org/\",\"COVID19-India API\",\"2020\",,,,\n\"IND\",2,\"latitude\",\"https://www.covid19india.org/\",\"COVID19-India API\",\"2020\",,,,\n\"IND\",2,\"longitude\",\"https://www.covid19india.org/\",\"COVID19-India API\",\"2020\",,,,\n\"IND\",2,\"population\",\"https://en.wikipedia.org/wiki/Administrative_divisions_of_India\",\"Wikipedia\",\"2013\",,,,\n\"IOT\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/io.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"IOT\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/io.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"IRL\",1,\"confirmed\",\"https://covid19ireland-geohive.hub.arcgis.com/\",\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)\",\"2020\",,,,\n\"IRL\",1,\"deaths\",\"https://covid19ireland-geohive.hub.arcgis.com/\",\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)\",\"2020\",,,,\n\"IRL\",1,\"icu\",\"https://covid19ireland-geohive.hub.arcgis.com/\",\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)\",\"2020\",,,,\n\"IRL\",1,\"hosp\",\"https://covid19ireland-geohive.hub.arcgis.com/\",\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)\",\"2020\",,,,\n\"IRL\",1,\"tests\",\"https://covid19ireland-geohive.hub.arcgis.com/\",\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)\",\"2020\",,,,\n\"IRL\",2,\"confirmed\",\"https://covid19ireland-geohive.hub.arcgis.com/\",\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)\",\"2020\",,,,\n\"IRL\",2,\"deaths\",\"https://covid19ireland-geohive.hub.arcgis.com/\",\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)\",\"2020\",,,,\n\"IRL\",2,\"recovered\",\"https://covid19ireland-geohive.hub.arcgis.com/\",\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)\",\"2020\",,,,\n\"IRL\",2,\"population\",\"https://covid19ireland-geohive.hub.arcgis.com/\",\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)\",\"2020\",,,,\n\"IRL\",2,\"latitude\",\"https://covid19ireland-geohive.hub.arcgis.com/\",\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)\",\"2020\",,,,\n\"IRL\",2,\"longitude\",\"https://covid19ireland-geohive.hub.arcgis.com/\",\"Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)\",\"2020\",,,,\n\"IRN\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ir.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"IRN\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ir.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"ITA\",1,\"deaths\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",1,\"confirmed\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",1,\"tests\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",1,\"recovered\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",1,\"hosp\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",1,\"icu\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",1,\"vent\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",2,\"deaths\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",2,\"confirmed\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",2,\"tests\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",2,\"recovered\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",2,\"hosp\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",2,\"icu\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",2,\"vent\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",2,\"latitude\",\"https://www.istat.it/en/population-and-households?data-and-indicators\",\"Istituto Nazionale di Statistica, Italia\",\"2018\",,,,\n\"ITA\",2,\"longitude\",\"https://www.istat.it/en/population-and-households?data-and-indicators\",\"Istituto Nazionale di Statistica, Italia\",\"2018\",,,,\n\"ITA\",2,\"population\",\"https://www.istat.it/en/population-and-households?data-and-indicators\",\"Istituto Nazionale di Statistica, Italia\",\"2018\",,,,\n\"ITA\",3,\"deaths\",\"https://github.com/CEEDS-DEMM/COVID-Pro-Dataset\",\"Centre of Excellence in Economics and Data Science, University of Milano\",\"2020\",,,,\n\"ITA\",3,\"confirmed\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",3,\"tests\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",3,\"recovered\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",3,\"hosp\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",3,\"icu\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",3,\"vent\",\"https://github.com/pcm-dpc/COVID-19\",\"Ministero della Salute, Italia\",\"2020\",,,,\n\"ITA\",3,\"latitude\",\"https://www.istat.it/en/population-and-households?data-and-indicators\",\"Istituto Nazionale di Statistica, Italia\",\"2018\",,,,\n\"ITA\",3,\"longitude\",\"https://www.istat.it/en/population-and-households?data-and-indicators\",\"Istituto Nazionale di Statistica, Italia\",\"2018\",,,,\n\"ITA\",3,\"population\",\"https://www.istat.it/en/population-and-households?data-and-indicators\",\"Istituto Nazionale di Statistica, Italia\",\"2018\",,,,\n\"JEY\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/je.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"JEY\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/je.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"JEY\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/je.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"JPN\",1,\"tests\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",1,\"confirmed\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",1,\"deaths\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",1,\"recovered\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",1,\"hosp\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",1,\"vent\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",1,\"icu\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",1,\"severe\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",1,\"population\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",2,\"tests\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",2,\"confirmed\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",2,\"deaths\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",2,\"recovered\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",2,\"hosp\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",2,\"vent\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",2,\"icu\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",2,\"severe\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"JPN\",2,\"population\",\"https://github.com/swsoyee/2019-ncov-japan\",\"Japan COVID-19 Bulletin Board\",\"2020\",,,,\n\"KIR\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/kr.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"KIR\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/kr.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"KOR\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ks.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"KOR\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ks.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"LAO\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/la.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"LAO\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/la.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"LBY\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ly.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"LBY\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tv.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"LIE\",1,\"confirmed\",\"https://www.covid19.admin.ch\",\"Federal Office of Public Health FOPH\",\"2020\",,,,\n\"LIE\",1,\"deaths\",\"https://www.covid19.admin.ch\",\"Federal Office of Public Health FOPH\",\"2020\",,,,\n\"LIE\",1,\"vaccines\",\"https://www.covid19.admin.ch\",\"Federal Office of Public Health FOPH\",\"2020\",,,,\n\"LIE\",1,\"tests\",\"https://www.covid19.admin.ch\",\"Federal Office of Public Health FOPH\",\"2020\",,,,\n\"LIE\",1,\"recovered\",\"https://github.com/openZH/covid_19\",\"Open Government Data, Liechtenstein\",\"2020\",,,,\n\"LIE\",1,\"hosp\",\"https://github.com/openZH/covid_19\",\"Open Government Data, Liechtenstein\",\"2020\",,,,\n\"LSO\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/lt.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"LSO\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/lt.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"LTU\",1,\"confirmed\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",1,\"tests\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",1,\"deaths\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",1,\"recovered\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",1,\"vaccines\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",1,\"icu\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",1,\"vent\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",1,\"hosp\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",2,\"confirmed\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",2,\"tests\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",2,\"deaths\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",2,\"recovered\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",2,\"vaccines\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",2,\"population\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",3,\"confirmed\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",3,\"tests\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",3,\"deaths\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",3,\"recovered\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",3,\"vaccines\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LTU\",3,\"population\",\"https://github.com/mpiktas/covid19lt\",\"Vaidotas Zemlys-Balevicius\",\"2020\",,,,\n\"LVA\",1,\"deaths\",\"https://data.gov.lv/dati/dataset\",\"Open Government Data, Latvia\",\"2020\",,,,\n\"LVA\",1,\"confirmed\",\"https://data.gov.lv/dati/dataset\",\"Open Government Data, Latvia\",\"2020\",,,,\n\"LVA\",1,\"tests\",\"https://data.gov.lv/dati/dataset\",\"Open Government Data, Latvia\",\"2020\",,,,\n\"LVA\",2,\"confirmed\",\"https://data.gov.lv/dati/dataset\",\"Open Government Data, Latvia\",\"2020\",,,,\n\"LVA\",2,\"latitude\",\"https://geloky.com/geocoding/place/Valka+Latvia\",\"Geloky\",\"2019\",,,,\n\"LVA\",2,\"longitude\",\"https://geloky.com/geocoding/place/Valka+Latvia\",\"Geloky\",\"2019\",,,,\n\"LVA\",2,\"latitude\",\"https://en.wikipedia.org/\",\"Wikipedia\",\"2019\",,,,\n\"LVA\",2,\"longitude\",\"https://en.wikipedia.org/\",\"Wikipedia\",\"2019\",,,,\n\"LVA\",2,\"population\",\"https://en.wikipedia.org/\",\"Wikipedia\",\"2019\",,,,\n\"MAC\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/mc.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"MAC\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/mc.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"MAF\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/rn.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"MAF\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/rn.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"MDA\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/md.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"MDA\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/md.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"MEX\",2,\"confirmed\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"MEX\",2,\"deaths\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"MEX\",2,\"recovered\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"MEX\",2,\"latitude\",\"https://gitlab.com/minshall/covid-19\",\"Greg Minshall\",\"2020\",,,,\n\"MEX\",2,\"longitude\",\"https://gitlab.com/minshall/covid-19\",\"Greg Minshall\",\"2020\",,,,\n\"MHL\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/rm.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"MHL\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/rm.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"MKD\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/mk.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"MKD\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/mk.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"MNP\",2,\"deaths\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"MNP\",2,\"confirmed\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"MNP\",2,\"population\",\"http://www.statoids.com/ump.html\",\"Statoids\",\"2010\",,,,\n\"MSR\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/mh.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"MSR\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/mh.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"MSR\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/mh.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"MSZ\",1,\"deaths\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n\"MSZ\",1,\"confirmed\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n\"MSZ\",1,\"population\",\"https://en.wikipedia.org/wiki/COVID-19_pandemic_on_cruise_ships#Zaandam_and_Rotterdam\",\"Wikipedia\",\"2020\",,,,\n\"MTQ\",1,\"latitude\",\"https://en.wikipedia.org/wiki/Martinique\",\"Wikipedia\",\"2020\",,,,\n\"MTQ\",1,\"longitude\",\"https://en.wikipedia.org/wiki/Martinique\",\"Wikipedia\",\"2020\",,,,\n\"MTQ\",1,\"population\",\"https://en.wikipedia.org/wiki/Martinique\",\"Wikipedia\",\"2016\",,,,\n\"MTQ\",1,\"icu\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"MTQ\",1,\"hosp\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"MTQ\",1,\"deaths\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"MTQ\",1,\"confirmed\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"MTQ\",1,\"tests\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"MTQ\",1,\"vaccines\",\"https://www.data.gouv.fr/fr/datasets/donnees-relatives-aux-personnes-vaccinees-contre-la-covid-19-1/\",\"Santé publique France\",\"2020\",,,,\n\"MYT\",1,\"population\",\"https://it.wikipedia.org/wiki/Mayotte\",\"Wikipedia\",\"2017\",,,,\n\"MYT\",1,\"latitude\",\"https://it.wikipedia.org/wiki/Mayotte\",\"Wikipedia\",\"2017\",,,,\n\"MYT\",1,\"longitude\",\"https://it.wikipedia.org/wiki/Mayotte\",\"Wikipedia\",\"2017\",,,,\n\"MYT\",1,\"icu\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"MYT\",1,\"hosp\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"MYT\",1,\"deaths\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"MYT\",1,\"confirmed\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"MYT\",1,\"tests\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"MYT\",1,\"vaccines\",\"https://www.data.gouv.fr/fr/datasets/donnees-relatives-aux-personnes-vaccinees-contre-la-covid-19-1/\",\"Santé publique France\",\"2020\",,,,\n\"NCL\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/nc.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"NCL\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/nc.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"NFK\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/nf.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"NFK\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/nf.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"NFK\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/nf.html\",\"CIA - Central Intelligence Agency\",\"2016\",,,,\n\"NIU\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ne.html\",\"CIA - Central Intelligence Agency\",\"2019\",,,,\n\"NIU\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ne.html\",\"CIA - Central Intelligence Agency\",\"2019\",,,,\n\"NIU\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ne.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"NLD\",1,\"confirmed\",\"https://data.rivm.nl/covid-19/\",\"National Institute for Public Health and the Environment of Netherlands\",\"2020\",,,,\n\"NLD\",1,\"deaths\",\"https://data.rivm.nl/covid-19/\",\"National Institute for Public Health and the Environment of Netherlands\",\"2020\",,,,\n\"NLD\",1,\"hosp\",\"https://data.rivm.nl/covid-19/\",\"National Institute for Public Health and the Environment of Netherlands\",\"2020\",,,,\n\"NLD\",2,\"longitude\",\"https://it.wikipedia.org/wiki/Curaçao\",\"Wikipedia\",\"2020\",,,,\n\"NLD\",2,\"latitude\",\"https://it.wikipedia.org/wiki/Curaçao\",\"Wikipedia\",\"2020\",,,,\n\"NLD\",2,\"longitude\",\"https://en.wikipedia.org/wiki/Aruba\",\"Wikipedia\",\"2020\",,,,\n\"NLD\",2,\"latitude\",\"https://en.wikipedia.org/wiki/Aruba\",\"Wikipedia\",\"2020\",,,,\n\"NLD\",2,\"longitude\",\"https://en.wikipedia.org/wiki/Sint_Maarten\",\"Wikipedia\",\"2020\",,,,\n\"NLD\",2,\"latitude\",\"https://en.wikipedia.org/wiki/Sint_Maartena\",\"Wikipedia\",\"2020\",,,,\n\"NLD\",2,\"longitude\",\"https://it.wikipedia.org/wiki/Bonaire\",\"Wikipedia\",\"2020\",,,,\n\"NLD\",2,\"latitude\",\"https://it.wikipedia.org/wiki/Bonaire\",\"Wikipedia\",\"2020\",,,,\n\"NLD\",2,\"confirmed\",\"https://data.rivm.nl/covid-19/\",\"National Institute for Public Health and the Environment of Netherlands\",\"2020\",,,,\n\"NLD\",2,\"deaths\",\"https://data.rivm.nl/covid-19/\",\"National Institute for Public Health and the Environment of Netherlands\",\"2020\",,,,\n\"NLD\",2,\"hosp\",\"https://data.rivm.nl/covid-19/\",\"National Institute for Public Health and the Environment of Netherlands\",\"2020\",,,,\n\"NLD\",2,\"latitude\",\"https://www.cbs.nl/nl-nl/onze-diensten/open-data/open-data-v4/cartografie-odata-v4\",\"Statistics Netherlands\",\"2020\",,,,\n\"NLD\",2,\"longitude\",\"https://www.cbs.nl/nl-nl/onze-diensten/open-data/open-data-v4/cartografie-odata-v4\",\"Statistics Netherlands\",\"2020\",,,,\n\"NLD\",2,\"population\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\",\"Statistics Netherlands\",\"2020\",,,,\n\"NLD\",3,\"confirmed\",\"https://data.rivm.nl/covid-19/\",\"National Institute for Public Health and the Environment of Netherlands\",\"2020\",,,,\n\"NLD\",3,\"deaths\",\"https://data.rivm.nl/covid-19/\",\"National Institute for Public Health and the Environment of Netherlands\",\"2020\",,,,\n\"NLD\",3,\"hosp\",\"https://data.rivm.nl/covid-19/\",\"National Institute for Public Health and the Environment of Netherlands\",\"2020\",,,,\n\"NLD\",3,\"latitude\",\"https://www.cbs.nl/nl-nl/onze-diensten/open-data/open-data-v4/cartografie-odata-v4\",\"Statistics Netherlands\",\"2020\",,,,\n\"NLD\",3,\"longitude\",\"https://www.cbs.nl/nl-nl/onze-diensten/open-data/open-data-v4/cartografie-odata-v4\",\"Statistics Netherlands\",\"2020\",,,,\n\"NLD\",3,\"population\",\"https://opendata.cbs.nl/statline/#/CBS/nl/dataset/70072ned/table?dl=5A35F\",\"Statistics Netherlands\",\"2020\",,,,\n\"NRU\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/nr.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"NRU\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/nr.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"PAK\",2,\"confirmed\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"PAK\",2,\"deaths\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"PAK\",2,\"recovered\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"PAK\",2,\"latitude\",\"https://gitlab.com/minshall/covid-19\",\"Greg Minshall\",\"2020\",,,,\n\"PAK\",2,\"longitude\",\"https://gitlab.com/minshall/covid-19\",\"Greg Minshall\",\"2020\",,,,\n\"PCN\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/pc.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"PCN\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/pc.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"PCN\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/pc.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"PER\",1,\"tests\",\"https://github.com/jmcastagnetto/covid-19-peru-data\",\"COVID-19 Peru Data Repository\",\"2020\",,,,\n\"PER\",1,\"confirmed\",\"https://github.com/jmcastagnetto/covid-19-peru-data\",\"COVID-19 Peru Data Repository\",\"2020\",,,,\n\"PER\",1,\"deaths\",\"https://github.com/jmcastagnetto/covid-19-peru-data\",\"COVID-19 Peru Data Repository\",\"2020\",,,,\n\"PER\",1,\"recovered\",\"https://github.com/jmcastagnetto/covid-19-peru-data\",\"COVID-19 Peru Data Repository\",\"2020\",,,,\n\"PER\",1,\"hosp\",\"https://github.com/jmcastagnetto/covid-19-peru-data\",\"COVID-19 Peru Data Repository\",\"2020\",,,,\n\"PER\",1,\"vent\",\"https://github.com/jmcastagnetto/covid-19-peru-data\",\"COVID-19 Peru Data Repository\",\"2020\",,,,\n\"PER\",2,\"population\",\"https://github.com/jmcastagnetto/covid-19-peru-data\",\"COVID-19 Peru Data Repository\",\"2019\",,,,\n\"PER\",2,\"latitude\",\"https://github.com/jmcastagnetto/covid-19-peru-data\",\"COVID-19 Peru Data Repository\",\"2020\",,,,\n\"PER\",2,\"longitude\",\"https://github.com/jmcastagnetto/covid-19-peru-data\",\"COVID-19 Peru Data Repository\",\"2020\",,,,\n\"PER\",2,\"tests\",\"https://github.com/jmcastagnetto/covid-19-peru-data\",\"COVID-19 Peru Data Repository\",\"2020\",,,,\n\"PER\",2,\"confirmed\",\"https://github.com/jmcastagnetto/covid-19-peru-data\",\"COVID-19 Peru Data Repository\",\"2020\",,,,\n\"PER\",2,\"deaths\",\"https://github.com/jmcastagnetto/covid-19-peru-data\",\"COVID-19 Peru Data Repository\",\"2020\",,,,\n\"PER\",2,\"recovered\",\"https://github.com/jmcastagnetto/covid-19-peru-data\",\"COVID-19 Peru Data Repository\",\"2020\",,,,\n\"PLW\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ps.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"PLW\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ps.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"POL\",2,\"deaths\",\"https://github.com/martinbenes1996/covid19poland\",\"Twitter Web Scraper for Polish Ministery of Health\",\"2020\",,\"Martin Benes\",,\n\"POL\",2,\"tests\",\"https://github.com/martinbenes1996/covid19poland\",\"Twitter Web Scraper for Polish Ministery of Health\",\"2020\",,\"Martin Benes\",,\n\"POL\",3,\"deaths\",\"https://github.com/martinbenes1996/covid19poland\",\"Twitter Web Scraper for Polish Ministery of Health\",\"2020\",,\"Martin Benes\",,\n\"PRI\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/rq.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"PRI\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/rq.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"PRI\",1,\"deaths\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"PRI\",1,\"confirmed\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"PRI\",2,\"confirmed\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"PRI\",2,\"population\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n\"PRK\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/kn.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"PRK\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/kn.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"PRT\",1,\"confirmed\",\"https://github.com/dssg-pt/covid19pt-data\",\"Data on the COVID-19 pandemic in Portugal\",\"2020\",,,,\n\"PRT\",1,\"recovered\",\"https://github.com/dssg-pt/covid19pt-data\",\"Data on the COVID-19 pandemic in Portugal\",\"2020\",,,,\n\"PRT\",1,\"deaths\",\"https://github.com/dssg-pt/covid19pt-data\",\"Data on the COVID-19 pandemic in Portugal\",\"2020\",,,,\n\"PRT\",1,\"hosp\",\"https://github.com/dssg-pt/covid19pt-data\",\"Data on the COVID-19 pandemic in Portugal\",\"2020\",,,,\n\"PRT\",1,\"icu\",\"https://github.com/dssg-pt/covid19pt-data\",\"Data on the COVID-19 pandemic in Portugal\",\"2020\",,,,\n\"PRT\",2,\"confirmed\",\"https://github.com/dssg-pt/covid19pt-data\",\"Data on the COVID-19 pandemic in Portugal\",\"2020\",,,,\n\"PRT\",2,\"recovered\",\"https://github.com/dssg-pt/covid19pt-data\",\"Data on the COVID-19 pandemic in Portugal\",\"2020\",,,,\n\"PRT\",2,\"deaths\",\"https://github.com/dssg-pt/covid19pt-data\",\"Data on the COVID-19 pandemic in Portugal\",\"2020\",,,,\n\"PRT\",2,\"population\",\"https://www.portugalglobal.pt/EN/InvestInPortugal/RegionsofPortugal/Pages/TheRegionsofPortugal.aspx\",\"AICEP Portugal Global\",\"2014\",,,,\n\"PYF\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/fp.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"PYF\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/fp.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"REU\",1,\"population\",\"https://en.wikipedia.org/wiki/Réunion\",\"Wikipedia\",\"2020\",,,,\n\"REU\",1,\"latitude\",\"https://en.wikipedia.org/wiki/Réunion\",\"Wikipedia\",\"2020\",,,,\n\"REU\",1,\"longitude\",\"https://en.wikipedia.org/wiki/Réunion\",\"Wikipedia\",\"2020\",,,,\n\"REU\",1,\"icu\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"REU\",1,\"hosp\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"REU\",1,\"deaths\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"REU\",1,\"confirmed\",\"https://www.data.gouv.fr/fr/datasets/synthese-des-indicateurs-de-suivi-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"REU\",1,\"tests\",\"https://www.data.gouv.fr/fr/datasets/capacite-analytique-de-tests-virologiques-dans-le-cadre-de-lepidemie-covid-19/\",\"Santé publique France\",\"2020\",,,,\n\"REU\",1,\"vaccines\",\"https://www.data.gouv.fr/fr/datasets/donnees-relatives-aux-personnes-vaccinees-contre-la-covid-19-1/\",\"Santé publique France\",\"2020\",,,,\n\"RKS\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/kv.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"RUS\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/rs.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"RUS\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/rs.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"RUS\",2,\"confirmed\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"RUS\",2,\"deaths\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"RUS\",2,\"recovered\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"RUS\",2,\"latitude\",\"https://gitlab.com/minshall/covid-19\",\"Greg Minshall\",\"2020\",,,,\n\"RUS\",2,\"longitude\",\"https://gitlab.com/minshall/covid-19\",\"Greg Minshall\",\"2020\",,,,\n\"RUS\",2,\"population\",\"https://en.wikipedia.org/wiki/\",\"Wikipedia\",\"2010\",,,,\n\"RUS\",2,\"population\",\"https://it.wikipedia.org/wiki/Mosca_(Russia)\",\"Wikipedia\",\"2020\",,,,\n\"RUS\",2,\"population\",\"https://it.wikipedia.org/wiki/Oblast%27_di_Perm%27\",\"Wikipedia\",\"2020\",,,,\n\"SGS\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/sx.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"SGS\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/sx.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"SJM\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/sv.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"SJM\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/sv.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"SJM\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/sv.html\",\"CIA - Central Intelligence Agency\",\"2019\",,,,\n\"SLB\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/bp.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"SLB\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/bp.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"SPM\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/sb.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"SPM\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/sb.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"SPM\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/sb.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"SVN\",1,\"tests\",\"https://www.gov.si/en/topics/coronavirus-disease-covid-19/\",\"Ministery of Health, Slovenia\",\"2020\",,,,\n\"SVN\",1,\"confirmed\",\"https://www.gov.si/en/topics/coronavirus-disease-covid-19/\",\"Ministery of Health, Slovenia\",\"2020\",,,,\n\"SVN\",1,\"hosp\",\"https://www.gov.si/en/topics/coronavirus-disease-covid-19/\",\"Ministery of Health, Slovenia\",\"2020\",,,,\n\"SVN\",1,\"icu\",\"https://www.gov.si/en/topics/coronavirus-disease-covid-19/\",\"Ministery of Health, Slovenia\",\"2020\",,,,\n\"SVN\",1,\"recovered\",\"https://www.gov.si/en/topics/coronavirus-disease-covid-19/\",\"Ministery of Health, Slovenia\",\"2020\",,,,\n\"SVN\",1,\"deaths\",\"https://www.gov.si/en/topics/coronavirus-disease-covid-19/\",\"Ministery of Health, Slovenia\",\"2020\",,,,\n\"SWE\",1,\"deaths\",\"https://www.arcgis.com/home/item.html?id=b5e7488e117749c19881cce45db13f7e\",\"Public Health Agency, Sweden\",\"2020\",,,,\n\"SWE\",1,\"confirmed\",\"https://www.arcgis.com/home/item.html?id=b5e7488e117749c19881cce45db13f7e\",\"Public Health Agency, Sweden\",\"2020\",,,,\n\"SWE\",1,\"icu\",\"https://www.arcgis.com/home/item.html?id=b5e7488e117749c19881cce45db13f7e\",\"Public Health Agency, Sweden\",\"2020\",,,,\n\"SWE\",2,\"confirmed\",\"https://www.arcgis.com/home/item.html?id=b5e7488e117749c19881cce45db13f7e\",\"Public Health Agency, Sweden\",\"2020\",,,,\n\"SWE\",2,\"population\",\"http://www.statoids.com/use.html\",\"Statoids\",\"2006\",,,,\n\"SWE\",2,\"latitude\",\"https://en.wikipedia.org/wiki\",\"Wikipedia\",\"2020\",,,,\n\"SWE\",2,\"longitude\",\"https://en.wikipedia.org/wiki\",\"Wikipedia\",\"2020\",,,,\n\"SWZ\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/wz.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"SWZ\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/wz.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"SYR\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/sy.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"SYR\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/sy.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"TCA\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tk.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"TCA\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tk.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"THA\",1,\"confirmed\",\"https://covid19.ddc.moph.go.th/\",\"Department of Disease Control of Thailand\",\"2020\",,,,\n\"THA\",1,\"deaths\",\"https://covid19.ddc.moph.go.th/\",\"Department of Disease Control of Thailand\",\"2020\",,,,\n\"THA\",2,\"confirmed\",\"https://covid19.ddc.moph.go.th/\",\"Department of Disease Control of Thailand\",\"2020\",,,,\n\"THA\",2,\"deaths\",\"https://covid19.ddc.moph.go.th/\",\"Department of Disease Control of Thailand\",\"2020\",,,,\n\"THA\",2,\"population\",\"http://www.statoids.com/uth.html\",\"Statoids\",\"2010\",,,,\n\"TJK\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ti.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"TJK\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ti.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"TKL\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tl.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"TKL\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tl.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"TKL\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tl.html\",\"CIA - Central Intelligence Agency\",\"2019\",,,,\n\"TKM\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tx.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"TKM\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tx.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"TON\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tn.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"TON\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tn.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"TUR\",1,\"tests\",\"https://github.com/ozanerturk/covid19-turkey-api\",\"COVID-19 Turkey API\",\"2020\",,,,\n\"TUR\",1,\"confirmed\",\"https://github.com/ozanerturk/covid19-turkey-api\",\"COVID-19 Turkey API\",\"2020\",,,,\n\"TUR\",1,\"recovered\",\"https://github.com/ozanerturk/covid19-turkey-api\",\"COVID-19 Turkey API\",\"2020\",,,,\n\"TUR\",1,\"deaths\",\"https://github.com/ozanerturk/covid19-turkey-api\",\"COVID-19 Turkey API\",\"2020\",,,,\n\"TUR\",1,\"vent\",\"https://github.com/ozanerturk/covid19-turkey-api\",\"COVID-19 Turkey API\",\"2020\",,,,\n\"TUR\",1,\"icu\",\"https://github.com/ozanerturk/covid19-turkey-api\",\"COVID-19 Turkey API\",\"2020\",,,,\n\"TUV\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tv.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"TUV\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tv.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"TWN\",1,\"confirmed\",\"https://data.gov.tw/dataset/120711\",\"Taiwan Ministry of Health and Welfare\",\"2020\",,,,\n\"TWN\",1,\"tests\",\"https://data.gov.tw/dataset/120451\",\"Taiwan Ministry of Health and Welfare\",\"2020\",,,,\n\"TWN\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tw.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"TWN\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tw.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"TWN\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tw.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"TWN\",2,\"confirmed\",\"https://data.gov.tw/dataset/120711\",\"Taiwan Ministry of Health and Welfare\",\"2020\",,,,\n\"TWN\",2,\"latitude\",\"https://www.wikipedia.org\",\"Wikipedia\",\"2020\",,,,\n\"TWN\",2,\"longitude\",\"https://www.wikipedia.org\",\"Wikipedia\",\"2020\",,,,\n\"TWN\",2,\"population\",\"http://population.city/taiwan/adm/\",\"City populations worldwide\",\"2016\",,,,\n\"TZA\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tz.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"TZA\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/tz.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"UKR\",2,\"confirmed\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"UKR\",2,\"deaths\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"UKR\",2,\"recovered\",\"https://github.com/CSSEGISandData/COVID-19_Unified-Dataset\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2021\",,,,\n\"UKR\",2,\"latitude\",\"https://gitlab.com/minshall/covid-19\",\"Greg Minshall\",\"2020\",,,,\n\"UKR\",2,\"longitude\",\"https://gitlab.com/minshall/covid-19\",\"Greg Minshall\",\"2020\",,,,\n\"USA\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/us.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"USA\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/us.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"USA\",1,\"deaths\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n\"USA\",1,\"confirmed\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n\"USA\",1,\"population\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n\"USA\",2,\"latitude\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n\"USA\",2,\"longitude\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n\"USA\",2,\"population\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n\"USA\",2,\"vaccines\",\"https://ourworldindata.org/us-states-vaccinations\",\"Our World in Data\",\"2021\",,,,\n\"USA\",2,\"confirmed\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"USA\",2,\"deaths\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"USA\",2,\"tests\",\"https://healthdata.gov/dataset/COVID-19-Diagnostic-Laboratory-Testing-PCR-Testing/j8mb-icvb\",\"Department of Health & Human Services\",\"2020\",,,,\n\"USA\",2,\"recovered\",\"https://covidtracking.com\",\"The COVID Tracking Project\",\"2020\",,,,\n\"USA\",2,\"hosp\",\"https://healthdata.gov/Hospital/COVID-19-Reported-Patient-Impact-and-Hospital-Capa/g62h-syeh\",\"Department of Health & Human Services\",\"2020\",,,,\n\"USA\",2,\"icu\",\"https://healthdata.gov/Hospital/COVID-19-Reported-Patient-Impact-and-Hospital-Capa/g62h-syeh\",\"Department of Health & Human Services\",\"2020\",,,,\n\"USA\",2,\"vent\",\"https://covidtracking.com\",\"The COVID Tracking Project\",\"2020\",,,,\n\"USA\",3,\"confirmed\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"USA\",3,\"deaths\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"USA\",3,\"population\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n\"USA\",3,\"latitude\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n\"USA\",3,\"longitude\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n\"VAT\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/vt.html\",\"CIA - Central Intelligence Agency\",\"2019\",,,,\n\"VAT\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/vt.html\",\"CIA - Central Intelligence Agency\",\"2019\",,,,\n\"VAT\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/vt.html\",\"CIA - Central Intelligence Agency\",\"2019\",,,,\n\"VEN\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ve.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"VEN\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ve.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"VIR\",1,\"deaths\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"VIR\",1,\"confirmed\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"VIR\",2,\"deaths\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"VIR\",2,\"confirmed\",\"https://github.com/nytimes/covid-19-data\",\"The New York Times\",\"2020\",,,,\n\"VIR\",2,\"population\",\"http://www.statoids.com/uvi.html\",\"Statoids\",\"2010\",,,,\n\"VNM\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/vm.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"VNM\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/vm.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"VUT\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/nh.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"VUT\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/nh.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"WLF\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/wf.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"WLF\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/wf.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"WLF\",1,\"population\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/wf.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"WSM\",1,\"longitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ws.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"WSM\",1,\"latitude\",\"https://www.cia.gov/library/publications/the-world-factbook/geos/ws.html\",\"CIA - Central Intelligence Agency\",\"2020\",,,,\n\"ZAF\",1,\"deaths\",\"https://github.com/dsfsi/covid19za\",\"Data Science for Social Impact research group, University of Pretoria\",\"2020\",,,,\n\"ZAF\",1,\"confirmed\",\"https://github.com/dsfsi/covid19za\",\"Data Science for Social Impact research group, University of Pretoria\",\"2020\",,,,\n\"ZAF\",1,\"tests\",\"https://github.com/dsfsi/covid19za\",\"Data Science for Social Impact research group, University of Pretoria\",\"2020\",,,,\n\"ZAF\",1,\"recovered\",\"https://github.com/dsfsi/covid19za\",\"Data Science for Social Impact research group, University of Pretoria\",\"2020\",,,,\n\"ZAF\",1,\"hosp\",\"https://github.com/dsfsi/covid19za\",\"Data Science for Social Impact research group, University of Pretoria\",\"2020\",,,,\n\"ZAF\",1,\"icu\",\"https://github.com/dsfsi/covid19za\",\"Data Science for Social Impact research group, University of Pretoria\",\"2020\",,,,\n\"ZAF\",1,\"vent\",\"https://github.com/dsfsi/covid19za\",\"Data Science for Social Impact research group, University of Pretoria\",\"2020\",,,,\n\"ZAF\",2,\"confirmed\",\"https://github.com/dsfsi/covid19za\",\"Data Science for Social Impact research group, University of Pretoria\",\"2020\",,,,\n\"ZAF\",2,\"population\",\"https://www.wikipedia.org\",\"Wikipedia\",\"2018\",,,,\n\"ZAF\",2,\"latitude\",\"https://www.wikipedia.org\",\"Wikipedia\",\"2019\",,,,\n\"ZAF\",2,\"longitude\",\"https://www.wikipedia.org\",\"Wikipedia\",\"2019\",,,,\n,,\"deaths\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n,,\"confirmed\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n,,\"tests\",\"https://github.com/owid/covid-19-data\",\"Our World in Data\",\"2020\",,,,\n,,\"icu\",\"https://github.com/owid/covid-19-data\",\"Our World in Data\",\"2020\",,,,\n,,\"hosp\",\"https://github.com/owid/covid-19-data\",\"Our World in Data\",\"2020\",,,,\n,,\"vaccines\",\"https://github.com/owid/covid-19-data\",\"Our World in Data\",\"2020\",,,,\n,,\"recovered\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n,,\"latitude\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n,,\"longitude\",\"https://github.com/CSSEGISandData/COVID-19\",\"Johns Hopkins Center for Systems Science and Engineering\",\"2020\",,,,\n,,\"school_closing\",\"www.bsg.ox.ac.uk/covidtracker\",\"Oxford COVID-19 Government Response Tracker\",\"2020\",,\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, Beatriz Kira\",\"Blavatnik School of Government\",\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, and Beatriz Kira (2020). Oxford COVID-19 Government Response Tracker, Blavatnik School of Government.\"\n,,\"workplace_closing\",\"www.bsg.ox.ac.uk/covidtracker\",\"Oxford COVID-19 Government Response Tracker\",\"2020\",,\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, Beatriz Kira\",\"Blavatnik School of Government\",\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, and Beatriz Kira (2020). Oxford COVID-19 Government Response Tracker, Blavatnik School of Government.\"\n,,\"cancel_events\",\"www.bsg.ox.ac.uk/covidtracker\",\"Oxford COVID-19 Government Response Tracker\",\"2020\",,\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, Beatriz Kira\",\"Blavatnik School of Government\",\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, and Beatriz Kira (2020). Oxford COVID-19 Government Response Tracker, Blavatnik School of Government.\"\n,,\"transport_closing\",\"www.bsg.ox.ac.uk/covidtracker\",\"Oxford COVID-19 Government Response Tracker\",\"2020\",,\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, Beatriz Kira\",\"Blavatnik School of Government\",\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, and Beatriz Kira (2020). Oxford COVID-19 Government Response Tracker, Blavatnik School of Government.\"\n,,\"information_campaigns\",\"www.bsg.ox.ac.uk/covidtracker\",\"Oxford COVID-19 Government Response Tracker\",\"2020\",,\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, Beatriz Kira\",\"Blavatnik School of Government\",\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, and Beatriz Kira (2020). Oxford COVID-19 Government Response Tracker, Blavatnik School of Government.\"\n,,\"internal_movement_restrictions\",\"www.bsg.ox.ac.uk/covidtracker\",\"Oxford COVID-19 Government Response Tracker\",\"2020\",,\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, Beatriz Kira\",\"Blavatnik School of Government\",\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, and Beatriz Kira (2020). Oxford COVID-19 Government Response Tracker, Blavatnik School of Government.\"\n,,\"international_movement_restrictions\",\"www.bsg.ox.ac.uk/covidtracker\",\"Oxford COVID-19 Government Response Tracker\",\"2020\",,\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, Beatriz Kira\",\"Blavatnik School of Government\",\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, and Beatriz Kira (2020). Oxford COVID-19 Government Response Tracker, Blavatnik School of Government.\"\n,,\"testing_policy\",\"www.bsg.ox.ac.uk/covidtracker\",\"Oxford COVID-19 Government Response Tracker\",\"2020\",,\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, Beatriz Kira\",\"Blavatnik School of Government\",\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, and Beatriz Kira (2020). Oxford COVID-19 Government Response Tracker, Blavatnik School of Government.\"\n,,\"contact_tracing\",\"www.bsg.ox.ac.uk/covidtracker\",\"Oxford COVID-19 Government Response Tracker\",\"2020\",,\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, Beatriz Kira\",\"Blavatnik School of Government\",\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, and Beatriz Kira (2020). Oxford COVID-19 Government Response Tracker, Blavatnik School of Government.\"\n,,\"stringency_index\",\"www.bsg.ox.ac.uk/covidtracker\",\"Oxford COVID-19 Government Response Tracker\",\"2020\",,\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, Beatriz Kira\",\"Blavatnik School of Government\",\"Hale Thomas, Sam Webster, Anna Petherick, Toby Phillips, and Beatriz Kira (2020). Oxford COVID-19 Government Response Tracker, Blavatnik School of Government.\"\n,,\"population\",\"https://data.worldbank.org/indicator/SP.POP.TOTL\",\"World Bank Open Data\",\"2018\",,,,\n"
  },
  {
    "path": "inst/joss/README.md",
    "content": "# JOSS\nJournal of Open Source Software\n"
  },
  {
    "path": "inst/joss/apa.csl",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<style xmlns=\"http://purl.org/net/xbiblio/csl\" class=\"in-text\" version=\"1.0\" demote-non-dropping-particle=\"never\">\n  <info>\n    <title>American Psychological Association 6th Edition</title>\n    <id>http://www.zotero.org/styles/apa</id>\n    <link href=\"http://www.zotero.org/styles/apa\" rel=\"self\"/>\n    <link href=\"http://owl.english.purdue.edu/owl/resource/560/01/\" rel=\"documentation\"/>\n    <author>\n      <name>Simon Kornblith</name>\n      <email>simon@simonster.com</email>\n    </author>\n    <contributor>\n      <name>Bruce D'Arcus</name>\n    </contributor>\n    <contributor>\n      <name>Curtis M. Humphrey</name>\n    </contributor>\n    <contributor>\n      <name>Richard Karnesky</name>\n      <email>karnesky+zotero@gmail.com</email>\n      <uri>http://arc.nucapt.northwestern.edu/Richard_Karnesky</uri>\n    </contributor>\n    <contributor>\n      <name>Sebastian Karcher</name>\n    </contributor>\n    <category field=\"psychology\"/>\n    <category field=\"generic-base\"/>\n    <category citation-format=\"author-date\"/>\n    <updated>2010-01-27T20:08:03+00:00</updated>\n    <rights>This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License: http://creativecommons.org/licenses/by-sa/3.0/</rights>\n  </info>\n  <locale xml:lang=\"en\">\n    <terms>\n      <term name=\"translator\" form=\"short\">\n        <single>trans.</single>\n        <multiple>trans.</multiple>\n      </term>\n    </terms>\n  </locale>\n  <macro name=\"container-contributors\">\n    <choose>\n      <if type=\"chapter paper-conference\" match=\"any\">\n        <text term=\"in\" text-case=\"capitalize-first\" suffix=\" \"/>\n        <names variable=\"editor\" delimiter=\", \" suffix=\", \">\n          <name and=\"symbol\" initialize-with=\". \" delimiter=\", \"/>\n          <label form=\"short\" prefix=\" (\" text-case=\"capitalize-first\" suffix=\")\"/>\n          <substitute>\n            <names variable=\"translator\"/>\n          </substitute>\n        </names>\n      </if>\n    </choose>\n  </macro>\n  <macro name=\"secondary-contributors\">\n    <choose>\n      <if type=\"chapter paper-conference\" match=\"none\">\n        <names variable=\"translator\" delimiter=\", \" prefix=\" (\" suffix=\")\">\n          <name and=\"symbol\" initialize-with=\". \" delimiter=\", \"/>\n          <label form=\"short\" prefix=\", \" text-case=\"capitalize-first\" suffix=\"\"/>\n          <substitute>\n            <names variable=\"editor\"/>\n          </substitute>\n        </names>\n      </if>\n    </choose>\n  </macro>\n  <macro name=\"author\">\n    <names variable=\"author\">\n      <name name-as-sort-order=\"all\" and=\"symbol\" sort-separator=\", \" initialize-with=\". \" delimiter=\", \" delimiter-precedes-last=\"always\"/>\n      <label form=\"short\" prefix=\" (\" suffix=\".)\" text-case=\"capitalize-first\" strip-periods=\"true\"/>\n      <substitute>\n        <names variable=\"editor\"/>\n        <names variable=\"translator\"/>\n        <choose>\n          <if type=\"report\">\n            <text variable=\"publisher\"/>\n            <text macro=\"title\"/>\n          </if>\n          <else>\n            <text macro=\"title\"/>\n          </else>\n        </choose>\n      </substitute>\n    </names>\n  </macro>\n  <macro name=\"author-short\">\n    <names variable=\"author\">\n      <name form=\"short\" and=\"symbol\" delimiter=\", \" initialize-with=\". \"/>\n      <substitute>\n        <names variable=\"editor\"/>\n        <names variable=\"translator\"/>\n        <choose>\n          <if type=\"report\">\n            <text variable=\"publisher\"/>\n            <text variable=\"title\" form=\"short\" font-style=\"italic\"/>\n          </if>\n          <else-if type=\"bill book graphic legal_case legislation motion_picture song\" match=\"any\">\n            <text variable=\"title\" form=\"short\" font-style=\"italic\"/>\n          </else-if>\n          <else>\n            <text variable=\"title\" form=\"short\" quotes=\"true\"/>\n          </else>\n        </choose>\n      </substitute>\n    </names>\n  </macro>\n  <macro name=\"access\">\n    <choose>\n      <if type=\"thesis\">\n        <choose>\n          <if variable=\"archive\" match=\"any\">\n            <group>\n              <text term=\"retrieved\" text-case=\"capitalize-first\" suffix=\" \"/>\n              <text term=\"from\" suffix=\" \"/>\n              <text variable=\"archive\" suffix=\".\"/>\n              <text variable=\"archive_location\" prefix=\" (\" suffix=\")\"/>\n            </group>\n          </if>\n          <else>\n            <group>\n              <text term=\"retrieved\" text-case=\"capitalize-first\" suffix=\" \"/>\n              <text term=\"from\" suffix=\" \"/>\n              <text variable=\"URL\"/>\n            </group>\n          </else>\n        </choose>\n      </if>\n      <else>\n        <choose>\n          <if variable=\"DOI\">\n            <text variable=\"DOI\" prefix=\"doi:\"/>\n          </if>\n          <else>\n            <choose>\n              <if type=\"webpage\">\n                <group delimiter=\" \">\n                  <text term=\"retrieved\" text-case=\"capitalize-first\" suffix=\" \"/>\n                  <group>\n                    <date variable=\"accessed\" suffix=\", \">\n                      <date-part name=\"month\" suffix=\" \"/>\n                      <date-part name=\"day\" suffix=\", \"/>\n                      <date-part name=\"year\"/>\n                    </date>\n                  </group>\n                  <text term=\"from\"/>\n                  <text variable=\"URL\"/>\n                </group>\n              </if>\n              <else>\n                <group>\n                  <text term=\"retrieved\" text-case=\"capitalize-first\" suffix=\" \"/>\n                  <text term=\"from\" suffix=\" \"/>\n                  <text variable=\"URL\"/>\n                </group>\n              </else>\n            </choose>\n          </else>\n        </choose>\n      </else>\n    </choose>\n  </macro>\n  <macro name=\"title\">\n    <choose>\n      <if type=\"report thesis\" match=\"any\">\n        <text variable=\"title\" font-style=\"italic\"/>\n        <group prefix=\" (\" suffix=\")\" delimiter=\" \">\n          <text variable=\"genre\"/>\n          <text variable=\"number\" prefix=\"No. \"/>\n        </group>\n      </if>\n      <else-if type=\"book graphic  motion_picture report song manuscript speech\" match=\"any\">\n        <text variable=\"title\" font-style=\"italic\"/>\n      </else-if>\n      <else>\n        <text variable=\"title\"/>\n      </else>\n    </choose>\n  </macro>\n  <macro name=\"publisher\">\n    <choose>\n      <if type=\"report\" match=\"any\">\n        <group delimiter=\": \">\n          <text variable=\"publisher-place\"/>\n          <text variable=\"publisher\"/>\n        </group>\n      </if>\n      <else-if type=\"thesis\" match=\"any\">\n        <group delimiter=\", \">\n          <text variable=\"publisher\"/>\n          <text variable=\"publisher-place\"/>\n        </group>\n      </else-if>\n      <else>\n        <group delimiter=\", \">\n          <choose>\n            <if variable=\"event\" match=\"none\">\n              <text variable=\"genre\"/>\n            </if>\n          </choose>\n          <choose>\n            <if type=\"article-journal article-magazine\" match=\"none\">\n              <group delimiter=\": \">\n                <text variable=\"publisher-place\"/>\n                <text variable=\"publisher\"/>\n              </group>\n            </if>\n          </choose>\n        </group>\n      </else>\n    </choose>\n  </macro>\n  <macro name=\"event\">\n    <choose>\n      <if variable=\"event\">\n        <choose>\n          <if variable=\"genre\" match=\"none\">\n            <text term=\"presented at\" text-case=\"capitalize-first\" suffix=\" \"/>\n            <text variable=\"event\"/>\n          </if>\n          <else>\n            <group delimiter=\" \">\n              <text variable=\"genre\" text-case=\"capitalize-first\"/>\n              <text term=\"presented at\"/>\n              <text variable=\"event\"/>\n            </group>\n          </else>\n        </choose>\n      </if>\n    </choose>\n  </macro>\n  <macro name=\"issued\">\n    <choose>\n      <if type=\"bill legal_case legislation\" match=\"none\">\n        <choose>\n          <if variable=\"issued\">\n            <group prefix=\" (\" suffix=\").\">\n              <date variable=\"issued\">\n                <date-part name=\"year\"/>\n              </date>\n              <text variable=\"year-suffix\"/>\n              <choose>\n                <if type=\"article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song\" match=\"none\">\n                  <date variable=\"issued\">\n                    <date-part prefix=\", \" name=\"month\"/>\n                    <date-part prefix=\" \" name=\"day\"/>\n                  </date>\n                </if>\n              </choose>\n            </group>\n          </if>\n          <else>\n            <group prefix=\" (\" suffix=\").\">\n              <text term=\"no date\" form=\"short\"/>\n              <text variable=\"year-suffix\" prefix=\"-\"/>\n            </group>\n          </else>\n        </choose>\n      </if>\n    </choose>\n  </macro>\n  <macro name=\"issued-sort\">\n    <choose>\n      <if type=\"article-journal bill book chapter graphic legal_case legislation motion_picture paper-conference report song\" match=\"none\">\n        <date variable=\"issued\">\n          <date-part name=\"year\"/>\n          <date-part name=\"month\"/>\n          <date-part name=\"day\"/>\n        </date>\n      </if>\n      <else>\n        <date variable=\"issued\">\n          <date-part name=\"year\"/>\n        </date>\n      </else>\n    </choose>\n  </macro>\n  <macro name=\"issued-year\">\n    <choose>\n      <if variable=\"issued\">\n        <date variable=\"issued\">\n          <date-part name=\"year\"/>\n        </date>\n        <text variable=\"year-suffix\"/>\n      </if>\n      <else>\n        <text term=\"no date\" form=\"short\"/>\n        <text variable=\"year-suffix\" prefix=\"-\"/>\n      </else>\n    </choose>\n  </macro>\n  <macro name=\"edition\">\n    <choose>\n      <if is-numeric=\"edition\">\n        <group delimiter=\" \">\n          <number variable=\"edition\" form=\"ordinal\"/>\n          <text term=\"edition\" form=\"short\" suffix=\".\" strip-periods=\"true\"/>\n        </group>\n      </if>\n      <else>\n        <text variable=\"edition\" suffix=\".\"/>\n      </else>\n    </choose>\n  </macro>\n  <macro name=\"locators\">\n    <choose>\n      <if type=\"article-journal article-magazine\" match=\"any\">\n        <group prefix=\", \" delimiter=\", \">\n          <group>\n            <text variable=\"volume\" font-style=\"italic\"/>\n            <text variable=\"issue\" prefix=\"(\" suffix=\")\"/>\n          </group>\n          <text variable=\"page\"/>\n        </group>\n      </if>\n      <else-if type=\"article-newspaper\">\n        <group delimiter=\" \" prefix=\", \">\n          <label variable=\"page\" form=\"short\"/>\n          <text variable=\"page\"/>\n        </group>\n      </else-if>\n      <else-if type=\"book graphic motion_picture report song chapter paper-conference\" match=\"any\">\n        <group prefix=\" (\" suffix=\")\" delimiter=\", \">\n          <text macro=\"edition\"/>\n          <group>\n            <text term=\"volume\" form=\"short\" plural=\"true\" text-case=\"capitalize-first\" suffix=\". \" strip-periods=\"true\"/>\n            <number variable=\"number-of-volumes\" form=\"numeric\" prefix=\"1-\"/>\n          </group>\n          <group>\n            <text term=\"volume\" form=\"short\" text-case=\"capitalize-first\" suffix=\". \" strip-periods=\"true\"/>\n            <number variable=\"volume\" form=\"numeric\"/>\n          </group>\n          <group>\n            <label variable=\"page\" form=\"short\" suffix=\" \"/>\n            <text variable=\"page\"/>\n          </group>\n        </group>\n      </else-if>\n      <else-if type=\"legal_case\">\n        <group prefix=\" (\" suffix=\")\" delimiter=\" \">\n          <text variable=\"authority\"/>\n          <date variable=\"issued\" delimiter=\" \">\n            <date-part name=\"month\" form=\"short\"/>\n            <date-part name=\"day\" suffix=\",\"/>\n            <date-part name=\"year\"/>\n          </date>\n        </group>\n      </else-if>\n      <else-if type=\"bill legislation\">\n        <date variable=\"issued\" prefix=\" (\" suffix=\")\">\n          <date-part name=\"year\"/>\n        </date>\n      </else-if>\n    </choose>\n  </macro>\n  <macro name=\"citation-locator\">\n    <group>\n      <label variable=\"locator\" form=\"short\"/>\n      <text variable=\"locator\" prefix=\" \"/>\n    </group>\n  </macro>\n  <macro name=\"container\">\n    <choose>\n      <if type=\"bill legal_case legislation\" match=\"none\">\n        <text variable=\"container-title\" font-style=\"italic\"/>\n      </if>\n      <else>\n        <group delimiter=\" \" prefix=\", \">\n          <choose>\n            <if variable=\"container-title\">\n              <text variable=\"volume\"/>\n              <text variable=\"container-title\"/>\n              <group delimiter=\" \">\n                <!--change to label variable=\"section\" as that becomes available -->\n                <text term=\"section\" form=\"symbol\"/>\n                <text variable=\"section\"/>\n              </group>\n              <text variable=\"page\"/>\n            </if>\n            <else>\n              <choose>\n                <if type=\"legal_case\">\n                  <text variable=\"number\" prefix=\"No. \"/>\n                </if>\n                <else>\n                  <text variable=\"number\" prefix=\"Pub. L. No. \"/>\n                  <group delimiter=\" \">\n                    <!--change to label variable=\"section\" as that becomes available -->\n                    <text term=\"section\" form=\"symbol\"/>\n                    <text variable=\"section\"/>\n                  </group>\n                </else>\n              </choose>\n            </else>\n          </choose>\n        </group>\n      </else>\n    </choose>\n  </macro>\n  <citation et-al-min=\"6\" et-al-use-first=\"1\" et-al-subsequent-min=\"3\" et-al-subsequent-use-first=\"1\" disambiguate-add-year-suffix=\"true\" disambiguate-add-names=\"true\" disambiguate-add-givenname=\"true\" collapse=\"year\" givenname-disambiguation-rule=\"primary-name\">\n    <sort>\n      <key macro=\"author\"/>\n      <key macro=\"issued-sort\"/>\n    </sort>\n    <layout prefix=\"(\" suffix=\")\" delimiter=\"; \">\n      <group delimiter=\", \">\n        <text macro=\"author-short\"/>\n        <text macro=\"issued-year\"/>\n        <text macro=\"citation-locator\"/>\n      </group>\n    </layout>\n  </citation>\n  <bibliography hanging-indent=\"true\" et-al-min=\"8\" et-al-use-first=\"7\" entry-spacing=\"0\" line-spacing=\"2\">\n    <sort>\n      <key macro=\"author\"/>\n      <key macro=\"issued-sort\" sort=\"ascending\"/>\n    </sort>\n    <layout>\n      <group suffix=\".\">\n        <group delimiter=\". \">\n          <text macro=\"author\"/>\n          <text macro=\"issued\"/>\n        </group>\n        <group delimiter=\". \">\n          <text macro=\"title\" prefix=\" \"/>\n          <group>\n            <text macro=\"container-contributors\"/>\n            <text macro=\"secondary-contributors\"/>\n            <group delimiter=\", \">\n              <text macro=\"container\"/>\n              <text variable=\"collection-title\"/>\n            </group>\n          </group>\n        </group>\n        <text macro=\"locators\"/>\n        <group delimiter=\", \" prefix=\". \">\n          <text macro=\"event\"/>\n          <text macro=\"publisher\"/>\n        </group>\n      </group>\n      <text macro=\"access\" prefix=\" \"/>\n    </layout>\n  </bibliography>\n</style>\n"
  },
  {
    "path": "inst/joss/paper.Rmd",
    "content": "---\ntitle: 'COVID-19 Data Hub'\ntags:\n  - R\n  - COVID-19\nauthors:\n  - name: Emanuele Guidotti\n    orcid: 0000-0002-8961-6623\n    affiliation: \"1\"\n  - name: David Ardia\n    orcid: 0000-0003-2823-782X\n    affiliation: \"2\"\naffiliations:\n - name: University of Neuchâtel, Switzerland\n   index: 1\n - name: HEC Montréal, Canada\n   index: 2\ncitation_author: Guidotti and Ardia\ndate: 28 May 2020\nyear: 2020\noutput: rticles::joss_article\ncsl: apa.csl\njournal: JOSS\nbibliography: paper.bib\n---\n\n\\\n\n```{r, out.width = \"96pt\", echo=FALSE, fig.align=\"center\"}\nknitr::include_graphics(\"logo.png\")\n```\n\n# Summary\n\nThe goal of [COVID-19 Data Hub](https://covid19datahub.io) is to provide the research community with a **unified** dataset helpful for a better understanding of COVID-19.\n\nIn December 2019 the first cases of pneumonia of unknown etiology were reported in Wuhan city, People’s Republic of China.^[World Health Organization, Novel Coronavirus (2019-nCoV) SITUATION REPORT 1 - 21 JANUARY 2020] Since the outbreak of the disease, officially called COVID–19 by World Health Organization (WHO), a multitude of papers have appeared. \n\nBy one estimate, the COVID-19 literature published in January-May 2019 has reached more than 23,000 papers and is doubling every 20 days—among the biggest explosions of scientific literature ever.^[https://doi.org/10.1126/science.abc7839]\n\nIn response to the COVID-19 pandemic, the White House and a coalition of leading research groups have prepared the COVID-19 Open Research Dataset [@wang2020cord], a resource of over 134,000 scholarly articles about COVID-19, SARS-CoV-2, and related coronaviruses.\n\nThe Center for Systems Science and Engineering at the Whiting School of Engineering, with technical support from ESRI and the Johns Hopkins University Applied Physics Laboratory, is maintaining an interactive web-based dashboard to track COVID-19 in real time [@dong2020interactive]. All data collected and displayed are made freely available through a GitHub repository. ^[https://github.com/CSSEGISandData/COVID-19]\n\nA team of over one hundred Oxford University students and staff from every part of the world is collecting information on several different common policy responses governments have taken. The data are aggregated in The Oxford COVID-19 Government Response Tracker [@hale2020oxford].\n\nGoogle and Apple released mobility reports ^[https://www.google.com/covid19/mobility/] ^[https://www.apple.com/covid19/mobility/] to help public health officials. Governments all over the world are releasing COVID-19 data to track the outbreak as it unfolds.\n\nYet, to our knowledge, there is no application that collects COVID-19 worldwide fine-grained data, includes demographics, environmental factors, or other exogenous variables, and harmonizes the amount of heterogeneous data that have become available. \n\n\n## Data collection\n\nWe implemented an extendable R package [@r] designed to aggregate the data from several sources. Hosted on GitHub ^[https://github.com/covid19datahub/COVID19/], the package allows contributors to collaborate on the implementation of additional data sources.\n\nThe data are hourly crunched by a dedicated server exploiting the package. The data are harmonized in csv format and made available on a cloud storage, in order to be easily accessible from R, Python, MATLAB, Excel, and any other software.\n\nOut-of-the-box packages are available for seamless integration with the Data Hub. Namely, the [COVID19](https://cran.r-project.org/package=COVID19)  R package available on CRAN and the [covid19dh](https://pypi.org/project/covid19dh/) ^[we acknowledge the efforts of Martin Beneš for providing the package] Python package available on PyPI. According to the terms of use, World Bank, Google, and Apple data cannot be stored on external servers, but the packages provide functionalities to download such data from the original repositories and extend the dataset in real-time. The packages use an internal memory caching system so that the data are never downloaded twice. This is especially suited for interactive frameworks, such as Shiny [@shiny].\n\nWe do our best to guarantee the data quality and consistency: a) all sources are properly documented, along with their citation; b) we generate error logs to spot misalignments in the official data and inform authorities; c) we rely on the open-source community: the bigger the community, the faster possible bugs will be notified and fixed. Vintage data, daily snapshots of the data, are provided so to ensure research reproducibility. Still, this is free software and comes with absolutely no warranty.\n\nAt the time of writing, the dataset includes:\n\n- standard **COVID-19 variables**: total population, cumulative number of cases, tests, deaths, recovered, daily number of hospitalized, \npatients requiring ventilation and intensive therapy.\n- **policy measures** by Oxford COVID-19 Government Response Tracker [@hale2020oxford]\n- **geographic information** suited for data visualization and for interfacing with external databases (e.g. weather information, geo-located tweets).\n- **external identifiers** allowing to extend the dataset with World Bank Open Data, Google mobility reports, and Apple mobility reports. Governmental identifiers are provided to further extend the dataset with local, fine-grained statistics. \n\nThe data are available at different levels of granularity: 1) administrative area of top-level, usually countries; 2) states, regions, cantons; 3) cities, municipalities. Refer to the [dataset documentation](https://covid19datahub.io/articles/doc/data.html) for more details and to the introductory video available at [COVID-19 Data Hub](https://covid19datahub.io) for an overview of the project.\n\n# Acknowledgements\n\nWe are grateful to the Institute for Data Valorization [IVADO](https://ivado.ca/en/) and [HEC Montréal](https://www.hec.ca/) for sponsoring the development of the data hub. We also acknowledge the efforts of all the [volunteers](https://github.com/covid19datahub/COVID19/graphs/contributors) taking part in the data collection as a joint effort against COVID-19.\n\n# Terms of use\n\nYou assume full risk for the use of [COVID-19 Data Hub](https://covid19datahub.io). We try our best to guarantee the data quality and consistency and the continuous filling of the Data Hub. However, it is free software and comes with ABSOLUTELY NO WARRANTY. Reliance on [COVID-19 Data Hub](https://covid19datahub.io) for medical guidance or use of [COVID-19 Data Hub](https://covid19datahub.io) in commerce is strictly prohibited. **License**: [GPL-3](https://www.r-project.org/Licenses/GPL-3).\n\n# References\n"
  },
  {
    "path": "inst/joss/paper.bib",
    "content": "@article{wang2020cord,\n  title={CORD-19: The Covid-19 Open Research Dataset},\n  author={Wang, Lucy Lu and Lo, Kyle and Chandrasekhar, Yoganand and Reas, Russell and Yang, Jiangjiang and Eide, Darrin and Funk, Kathryn and Kinney, Rodney and Liu, Ziyang and Merrill, William and others},\n  journal={arXiv preprint arXiv:2004.10706},\n  year={2020}\n}\n\n@article{dong2020interactive,\n  title={An interactive web-based dashboard to track COVID-19 in real time},\n  author={Dong, Ensheng and Du, Hongru and Gardner, Lauren},\n  journal={The Lancet infectious diseases},\n  volume={20},\n  number={5},\n  pages={533--534},\n  year={2020},\n  publisher={Elsevier},\n  doi={10.1016/S1473-3099(20)30120-1}\n}\n\n@article{hale2020oxford,\n  title={Oxford COVID-19 Government Response Tracker},\n  author={Hale, Thomas and Webster, Samuel and Petherick, Anna and Phillips, Toby and Kira, Beatriz},\n  journal={Blavatnik School of Government},\n  year={2020}\n}\n\n@manual{shiny,\n  title={shiny: Web Application Framework for {R}},\n  author={Winston Chang and Joe Cheng and JJ Allaire and Yihui Xie and Jonathan McPherson},\n  year={2020},\n  note={R package version 1.4.0.2},\n  url={https://CRAN.R-project.org/package=shiny},\n}\n\n@Manual{r,\n  title = {R: A Language and Environment for Statistical Computing},\n  author = {{R Core Team}},\n  organization = {R Foundation for Statistical Computing},\n  address = {Vienna, Austria},\n  year = {2020},\n  url = {https://www.R-project.org/},\n}"
  },
  {
    "path": "inst/joss/paper.md",
    "content": "---\ntitle: 'COVID-19 Data Hub'\ntags:\n  - R\n  - COVID-19\nauthors:\n  - name: Emanuele Guidotti\n    orcid: 0000-0002-8961-6623\n    affiliation: \"1\"\n  - name: David Ardia\n    orcid: 0000-0003-2823-782X\n    affiliation: \"2\"\naffiliations:\n - name: University of Neuchâtel, Switzerland\n   index: 1\n - name: HEC Montréal, Canada\n   index: 2\ncitation_author: Guidotti and Ardia\ndate: 28 May 2020\nyear: 2020\noutput: rticles::joss_article\ncsl: apa.csl\njournal: JOSS\nbibliography: paper.bib\n---\n\n\\\n\n\n\\begin{center}\\includegraphics[width=96pt]{logo} \\end{center}\n\n# Summary\n\nThe goal of [COVID-19 Data Hub](https://covid19datahub.io) is to provide the research community with a **unified** dataset helpful for a better understanding of COVID-19.\n\nIn December 2019 the first cases of pneumonia of unknown etiology were reported in Wuhan city, People’s Republic of China.^[World Health Organization, Novel Coronavirus (2019-nCoV) SITUATION REPORT 1 - 21 JANUARY 2020] Since the outbreak of the disease, officially called COVID–19 by World Health Organization (WHO), a multitude of papers have appeared. \n\nBy one estimate, the COVID-19 literature published in January-May 2019 has reached more than 23,000 papers and is doubling every 20 days—among the biggest explosions of scientific literature ever.^[https://doi.org/10.1126/science.abc7839]\n\nIn response to the COVID-19 pandemic, the White House and a coalition of leading research groups have prepared the COVID-19 Open Research Dataset [@wang2020cord], a resource of over 134,000 scholarly articles about COVID-19, SARS-CoV-2, and related coronaviruses.\n\nThe Center for Systems Science and Engineering at the Whiting School of Engineering, with technical support from ESRI and the Johns Hopkins University Applied Physics Laboratory, is maintaining an interactive web-based dashboard to track COVID-19 in real time [@dong2020interactive]. All data collected and displayed are made freely available through a GitHub repository. ^[https://github.com/CSSEGISandData/COVID-19]\n\nA team of over one hundred Oxford University students and staff from every part of the world is collecting information on several different common policy responses governments have taken. The data are aggregated in The Oxford COVID-19 Government Response Tracker [@hale2020oxford].\n\nGoogle and Apple released mobility reports ^[https://www.google.com/covid19/mobility/] ^[https://www.apple.com/covid19/mobility/] to help public health officials. Governments all over the world are releasing COVID-19 data to track the outbreak as it unfolds.\n\nYet, to our knowledge, there is no application that collects COVID-19 worldwide fine-grained data, includes demographics, environmental factors, or other exogenous variables, and harmonizes the amount of heterogeneous data that have become available. \n\n\n## Data collection\n\nWe implemented an extendable R package [@r] designed to aggregate the data from several sources. Hosted on GitHub ^[https://github.com/covid19datahub/COVID19/], the package allows contributors to collaborate on the implementation of additional data sources.\n\nThe data are hourly crunched by a dedicated server exploiting the package. The data are harmonized in csv format and made available on a cloud storage, in order to be easily accessible from R, Python, MATLAB, Excel, and any other software.\n\nOut-of-the-box packages are available for seamless integration with the Data Hub. Namely, the [COVID19](https://cran.r-project.org/package=COVID19)  R package available on CRAN and the [covid19dh](https://pypi.org/project/covid19dh/) ^[we acknowledge the efforts of Martin Beneš for providing the package] Python package available on PyPI. According to the terms of use, World Bank, Google, and Apple data cannot be stored on external servers, but the packages provide functionalities to download such data from the original repositories and extend the dataset in real-time. The packages use an internal memory caching system so that the data are never downloaded twice. This is especially suited for interactive frameworks, such as Shiny [@shiny].\n\nWe do our best to guarantee the data quality and consistency: a) all sources are properly documented, along with their citation; b) we generate error logs to spot misalignments in the official data and inform authorities; c) we rely on the open-source community: the bigger the community, the faster possible bugs will be notified and fixed. Vintage data, daily snapshots of the data, are provided so to ensure research reproducibility. Still, this is free software and comes with absolutely no warranty.\n\nAt the time of writing, the dataset includes:\n\n- standard **COVID-19 variables**: total population, cumulative number of cases, tests, deaths, recovered, daily number of hospitalized, \npatients requiring ventilation and intensive therapy.\n- **policy measures** by Oxford COVID-19 Government Response Tracker [@hale2020oxford]\n- **geographic information** suited for data visualization and for interfacing with external databases (e.g. weather information, geo-located tweets).\n- **external identifiers** allowing to extend the dataset with World Bank Open Data, Google mobility reports, and Apple mobility reports. Governmental identifiers are provided to further extend the dataset with local, fine-grained statistics. \n\nThe data are available at different levels of granularity: 1) administrative area of top-level, usually countries; 2) states, regions, cantons; 3) cities, municipalities. Refer to the [dataset documentation](https://covid19datahub.io/articles/doc/data.html) for more details and to the introductory video available at [COVID-19 Data Hub](https://covid19datahub.io) for an overview of the project.\n\n# Acknowledgements\n\nWe are grateful to the Institute for Data Valorization [IVADO](https://ivado.ca/en/) and [HEC Montréal](https://www.hec.ca/) for sponsoring the development of the data hub. We also acknowledge the efforts of all the [volunteers](https://github.com/covid19datahub/COVID19/graphs/contributors) taking part in the data collection as a joint effort against COVID-19.\n\n# Terms of use\n\nYou assume full risk for the use of [COVID-19 Data Hub](https://covid19datahub.io). We try our best to guarantee the data quality and consistency and the continuous filling of the Data Hub. However, it is free software and comes with ABSOLUTELY NO WARRANTY. Reliance on [COVID-19 Data Hub](https://covid19datahub.io) for medical guidance or use of [COVID-19 Data Hub](https://covid19datahub.io) in commerce is strictly prohibited. **License**: [GPL-3](https://www.r-project.org/Licenses/GPL-3).\n\n# References\n"
  },
  {
    "path": "inst/templates/ds_.R",
    "content": "#' Use the function ds_docstring() to generate the documentation.\n#' \ndata.source.com <- function(level){\n  if(level!=3) return(NULL)\n  \n  # code here...\n  \n  return(x)\n}\n"
  },
  {
    "path": "inst/templates/iso_.R",
    "content": "#' Country Name\n#'\n#' @source \\url{`r repo(\"ISO\")`}\n#' \nISO <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"ISO\", 1)`\n  #' \n  if(level==1){\n    \n    # code here...\n    \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"ISO\", 2)`\n  #' \n  if(level==2){\n\n    # code here...\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"ISO\", 3)`\n  #' \n  if(level==3){  \n\n    # code here...\n    \n  }\n  \n  return(x)\n}\n"
  },
  {
    "path": "man/ABW.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ABW.R\n\\name{ABW}\n\\alias{ABW}\n\\title{Aruba}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ABW.R}\n}\n\\usage{\nABW(level)\n}\n\\description{\nAruba\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/AFG.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_AFG.R\n\\name{AFG}\n\\alias{AFG}\n\\title{Afghanistan}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_AFG.R}\n}\n\\usage{\nAFG(level)\n}\n\\description{\nAfghanistan\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/AFG.csv}{Ministry of Public Health Afghanistan (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_humdata.af.R}{Afghanistan Ministry of Health}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/AGO.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_AGO.R\n\\name{AGO}\n\\alias{AGO}\n\\title{Angola}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_AGO.R}\n}\n\\usage{\nAGO(level)\n}\n\\description{\nAngola\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/AIA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_AIA.R\n\\name{AIA}\n\\alias{AIA}\n\\title{Anguilla}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_AIA.R}\n}\n\\usage{\nAIA(level)\n}\n\\description{\nAnguilla\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/ALB.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ALB.R\n\\name{ALB}\n\\alias{ALB}\n\\title{Albania}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ALB.R}\n}\n\\usage{\nALB(level)\n}\n\\description{\nAlbania\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/AND.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_AND.R\n\\name{AND}\n\\alias{AND}\n\\title{Andorra}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_AND.R}\n}\n\\usage{\nAND(level)\n}\n\\description{\nAndorra\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/ARE.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ARE.R\n\\name{ARE}\n\\alias{ARE}\n\\title{United Arab Emirates}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ARE.R}\n}\n\\usage{\nARE(level)\n}\n\\description{\nUnited Arab Emirates\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/ARG.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ARG.R\n\\name{ARG}\n\\alias{ARG}\n\\title{Argentina}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ARG.R}\n}\n\\usage{\nARG(level)\n}\n\\description{\nArgentina\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ARG.csv}{Statoids (2010)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gob.ar.R}{Argentine Ministry of Health}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ARG.csv}{Statoids (2010)}, \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ARG.csv}{Wikipedia (2010)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gob.ar.R}{Argentine Ministry of Health}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/ARM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ARM.R\n\\name{ARM}\n\\alias{ARM}\n\\title{Armenia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ARM.R}\n}\n\\usage{\nARM(level)\n}\n\\description{\nArmenia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/ASM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ASM.R\n\\name{ASM}\n\\alias{ASM}\n\\title{American Samoa}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ASM.R}\n}\n\\usage{\nASM(level)\n}\n\\description{\nAmerican Samoa\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.nytimes.covid19data.R}{The New York Times}:\nconfirmed cases,\ndeaths.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/ATG.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ATG.R\n\\name{ATG}\n\\alias{ATG}\n\\title{Antigua and Barbuda}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ATG.R}\n}\n\\usage{\nATG(level)\n}\n\\description{\nAntigua and Barbuda\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/AUS.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_AUS.R\n\\name{AUS}\n\\alias{AUS}\n\\title{Australia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_AUS.R}\n}\n\\usage{\nAUS(level)\n}\n\\description{\nAustralia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.m3it.covid19data.R}{Matt Bolton}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care,\npatients requiring ventilation.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/AUS.csv}{Australian Bureau of Statistics (2019)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.m3it.covid19data.R}{Matt Bolton}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care,\npatients requiring ventilation.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/AUT.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_AUT.R\n\\name{AUT}\n\\alias{AUT}\n\\title{Austria}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_AUT.R}\n}\n\\usage{\nAUT(level)\n}\n\\description{\nAustria\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gv.at.R}{Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/AUT.csv}{Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gv.at.R}{Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/AUT.csv}{Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gv.at.R}{Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria}:\nconfirmed cases,\ndeaths,\nrecovered.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/AZE.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_AZE.R\n\\name{AZE}\n\\alias{AZE}\n\\title{Azerbaijan}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_AZE.R}\n}\n\\usage{\nAZE(level)\n}\n\\description{\nAzerbaijan\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BDI.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BDI.R\n\\name{BDI}\n\\alias{BDI}\n\\title{Burundi}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BDI.R}\n}\n\\usage{\nBDI(level)\n}\n\\description{\nBurundi\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BEL.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BEL.R\n\\name{BEL}\n\\alias{BEL}\n\\title{Belgium}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BEL.R}\n}\n\\usage{\nBEL(level)\n}\n\\description{\nBelgium\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_sciensano.be.R}{Sciensano, the Belgian Institute for Health}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care,\npatients requiring ventilation.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nrecovered.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/BEL.csv}{Statbel, Belgium in Figures (2019)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_sciensano.be.R}{Sciensano, the Belgian Institute for Health}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care,\npatients requiring ventilation.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/BEL.csv}{Johns Hopkins Center for Systems Science and Engineering (2021)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_sciensano.be.R}{Sciensano, the Belgian Institute for Health}:\nconfirmed cases,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care,\npatients requiring ventilation.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/BEN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BEN.R\n\\name{BEN}\n\\alias{BEN}\n\\title{Benin}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BEN.R}\n}\n\\usage{\nBEN(level)\n}\n\\description{\nBenin\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BES.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BES.R\n\\name{BES}\n\\alias{BES}\n\\title{Bonaire, Sint Eustatius and Saba}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BES.R}\n}\n\\usage{\nBES(level)\n}\n\\description{\nBonaire, Sint Eustatius and Saba\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BFA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BFA.R\n\\name{BFA}\n\\alias{BFA}\n\\title{Burkina Faso}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BFA.R}\n}\n\\usage{\nBFA(level)\n}\n\\description{\nBurkina Faso\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BGD.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BGD.R\n\\name{BGD}\n\\alias{BGD}\n\\title{Bangladesh}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BGD.R}\n}\n\\usage{\nBGD(level)\n}\n\\description{\nBangladesh\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BGR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BGR.R\n\\name{BGR}\n\\alias{BGR}\n\\title{Bulgaria}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BGR.R}\n}\n\\usage{\nBGR(level)\n}\n\\description{\nBulgaria\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BHR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BHR.R\n\\name{BHR}\n\\alias{BHR}\n\\title{Bahrain}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BHR.R}\n}\n\\usage{\nBHR(level)\n}\n\\description{\nBahrain\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BHS.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BHS.R\n\\name{BHS}\n\\alias{BHS}\n\\title{Bahamas}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BHS.R}\n}\n\\usage{\nBHS(level)\n}\n\\description{\nBahamas\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BIH.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BIH.R\n\\name{BIH}\n\\alias{BIH}\n\\title{Bosnia and Herzegovina}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BIH.R}\n}\n\\usage{\nBIH(level)\n}\n\\description{\nBosnia and Herzegovina\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BLR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BLR.R\n\\name{BLR}\n\\alias{BLR}\n\\title{Belarus}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BLR.R}\n}\n\\usage{\nBLR(level)\n}\n\\description{\nBelarus\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BLZ.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BLZ.R\n\\name{BLZ}\n\\alias{BLZ}\n\\title{Belize}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BLZ.R}\n}\n\\usage{\nBLZ(level)\n}\n\\description{\nBelize\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BMU.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BMU.R\n\\name{BMU}\n\\alias{BMU}\n\\title{Bermuda}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BMU.R}\n}\n\\usage{\nBMU(level)\n}\n\\description{\nBermuda\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BOL.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BOL.R\n\\name{BOL}\n\\alias{BOL}\n\\title{Bolivia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BOL.R}\n}\n\\usage{\nBOL(level)\n}\n\\description{\nBolivia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BRA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BRA.R\n\\name{BRA}\n\\alias{BRA}\n\\title{Brazil}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BRA.R}\n}\n\\usage{\nBRA(level, ...)\n}\n\\description{\nBrazil\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.wcota.covid19br.R}{Wesley Cota}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\ntotal vaccine doses administered.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/BRA.csv}{Instituto Brasileiro de Geografia e Estatistica - IBGE (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.wcota.covid19br.R}{Wesley Cota}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\ntotal vaccine doses administered.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/BRA.csv}{Wesley Cota (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.wcota.covid19br.R}{Wesley Cota}:\nconfirmed cases,\ndeaths.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.wcota.covid19br.vac.R}{Wesley Cota}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/BRB.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BRB.R\n\\name{BRB}\n\\alias{BRB}\n\\title{Barbados}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BRB.R}\n}\n\\usage{\nBRB(level)\n}\n\\description{\nBarbados\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BRN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BRN.R\n\\name{BRN}\n\\alias{BRN}\n\\title{Brunei}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BRN.R}\n}\n\\usage{\nBRN(level)\n}\n\\description{\nBrunei\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BTN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BTN.R\n\\name{BTN}\n\\alias{BTN}\n\\title{Bhutan}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BTN.R}\n}\n\\usage{\nBTN(level)\n}\n\\description{\nBhutan\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/BWA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_BWA.R\n\\name{BWA}\n\\alias{BWA}\n\\title{Botswana}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_BWA.R}\n}\n\\usage{\nBWA(level)\n}\n\\description{\nBotswana\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/CAC.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_CAC.R\n\\name{CAC}\n\\alias{CAC}\n\\title{Cruise Ship Costa Atlantica}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_CAC.R}\n}\n\\usage{\nCAC(level)\n}\n\\description{\nCruise Ship Costa Atlantica\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.swsoyee.2019ncovjapan.R}{Su Wei}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\nhospitalizations.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/CAF.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_CAF.R\n\\name{CAF}\n\\alias{CAF}\n\\title{Central African Republic}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_CAF.R}\n}\n\\usage{\nCAF(level)\n}\n\\description{\nCentral African Republic\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/CAN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_CAN.R\n\\name{CAN}\n\\alias{CAN}\n\\title{Canada}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_CAN.R}\n}\n\\usage{\nCAN(level)\n}\n\\description{\nCanada\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_canada.ca.R}{Public Health Agency of Canada}:\nconfirmed cases,\ndeaths,\ntests.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/CAN.csv}{Canada's National Statistical Agency (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_canada.ca.R}{Public Health Agency of Canada}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/CHE.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_CHE.R\n\\name{CHE}\n\\alias{CHE}\n\\title{Switzerland}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_CHE.R}\n}\n\\usage{\nCHE(level)\n}\n\\description{\nSwitzerland\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{Swiss Federal Statistical Office (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_admin.ch.R}{Federal Office of Public Health}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nrecovered.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/CHE.csv}{Swiss Federal Statistical Office (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_admin.ch.R}{Federal Office of Public Health}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.openzh.covid19.R}{Specialist Unit for Open Government Data Canton of Zurich}:\nrecovered,\npatients requiring ventilation.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/CHL.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_CHL.R\n\\name{CHL}\n\\alias{CHL}\n\\title{Chile}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_CHL.R}\n}\n\\usage{\nCHL(level)\n}\n\\description{\nChile\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.minciencia.datoscovid19.R}{Ministerio de Ciencia, Tecnología, Conocimiento, e Innovación}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care,\npatients requiring ventilation.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/CHL.csv}{Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.minciencia.datoscovid19.R}{Ministerio de Ciencia, Tecnología, Conocimiento, e Innovación}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nintensive care.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/CHL.csv}{Ministerio de Ciencia, Tecnología, Conocimiento e Innovación (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.minciencia.datoscovid19.R}{Ministerio de Ciencia, Tecnología, Conocimiento, e Innovación}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/CHN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_CHN.R\n\\name{CHN}\n\\alias{CHN}\n\\title{China}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_CHN.R}\n}\n\\usage{\nCHN(level)\n}\n\\description{\nChina\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_who.int.R}{World Health Organization}:\nconfirmed cases,\ndeaths.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/CIV.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_CIV.R\n\\name{CIV}\n\\alias{CIV}\n\\title{Cote d'Ivoire}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_CIV.R}\n}\n\\usage{\nCIV(level)\n}\n\\description{\nCote d'Ivoire\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/CMR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_CMR.R\n\\name{CMR}\n\\alias{CMR}\n\\title{Cameroon}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_CMR.R}\n}\n\\usage{\nCMR(level)\n}\n\\description{\nCameroon\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/COD.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_COD.R\n\\name{COD}\n\\alias{COD}\n\\title{Congo (Kinshasa)}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_COD.R}\n}\n\\usage{\nCOD(level)\n}\n\\description{\nCongo (Kinshasa)\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/COG.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_COG.R\n\\name{COG}\n\\alias{COG}\n\\title{Congo (Brazzaville)}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_COG.R}\n}\n\\usage{\nCOG(level)\n}\n\\description{\nCongo (Brazzaville)\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/COK.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_COK.R\n\\name{COK}\n\\alias{COK}\n\\title{Cook Islands}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_COK.R}\n}\n\\usage{\nCOK(level)\n}\n\\description{\nCook Islands\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/COL.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_COL.R\n\\name{COL}\n\\alias{COL}\n\\title{Colombia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_COL.R}\n}\n\\usage{\nCOL(level)\n}\n\\description{\nColombia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gov.co.R}{Instituto Nacional de Salud}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/COL.csv}{Wikipedia (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gov.co.R}{Instituto Nacional de Salud}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/COL.csv}{Johns Hopkins Center for Systems Science and Engineering}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gov.co.R}{Instituto Nacional de Salud}:\nconfirmed cases,\ndeaths,\nrecovered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/COM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_COM.R\n\\name{COM}\n\\alias{COM}\n\\title{Comoros}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_COM.R}\n}\n\\usage{\nCOM(level)\n}\n\\description{\nComoros\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/CPV.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_CPV.R\n\\name{CPV}\n\\alias{CPV}\n\\title{Cabo Verde}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_CPV.R}\n}\n\\usage{\nCPV(level)\n}\n\\description{\nCabo Verde\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/CRI.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_CRI.R\n\\name{CRI}\n\\alias{CRI}\n\\title{Costa Rica}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_CRI.R}\n}\n\\usage{\nCRI(level)\n}\n\\description{\nCosta Rica\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/CUB.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_CUB.R\n\\name{CUB}\n\\alias{CUB}\n\\title{Cuba}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_CUB.R}\n}\n\\usage{\nCUB(level)\n}\n\\description{\nCuba\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/CUW.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_CUW.R\n\\name{CUW}\n\\alias{CUW}\n\\title{Curaçao}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_CUW.R}\n}\n\\usage{\nCUW(level)\n}\n\\description{\nCuraçao\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/CYM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_CYM.R\n\\name{CYM}\n\\alias{CYM}\n\\title{Cayman Islands}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_CYM.R}\n}\n\\usage{\nCYM(level)\n}\n\\description{\nCayman Islands\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/CYP.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_CYP.R\n\\name{CYP}\n\\alias{CYP}\n\\title{Cyprus}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_CYP.R}\n}\n\\usage{\nCYP(level)\n}\n\\description{\nCyprus\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/CZE.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_CZE.R\n\\name{CZE}\n\\alias{CZE}\n\\title{Czech Republic}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_CZE.R}\n}\n\\usage{\nCZE(level)\n}\n\\description{\nCzech Republic\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_mzcr.cz.R}{Ministry of Health of the Czech Republic}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care,\npatients requiring ventilation.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/CZE.csv}{Czech Statistical Office (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_mzcr.cz.R}{Ministry of Health of the Czech Republic}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/CZE.csv}{Statoids (2011)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_mzcr.cz.R}{Ministry of Health of the Czech Republic}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/DEU.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_DEU.R\n\\name{DEU}\n\\alias{DEU}\n\\title{Germany}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_DEU.R}\n}\n\\usage{\nDEU(level)\n}\n\\description{\nGermany\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_arcgis.de.R}{Robert Koch Institute}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_impfdashboard.de.R}{Robert Koch Institute and the Federal Ministry of Health}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/DEU.csv}{Statoids (2021)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_arcgis.de.R}{Robert Koch Institute}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.robertkochinstitut.covid19impfungenindeutschland.R}{Robert Koch Institut}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/DEU.csv}{Johns Hopkins Center for Systems Science and Engineering (2021)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_arcgis.de.R}{Robert Koch Institute}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.robertkochinstitut.covid19impfungenindeutschland.R}{Robert Koch Institut}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/DJI.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_DJI.R\n\\name{DJI}\n\\alias{DJI}\n\\title{Djibouti}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_DJI.R}\n}\n\\usage{\nDJI(level)\n}\n\\description{\nDjibouti\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/DMA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_DMA.R\n\\name{DMA}\n\\alias{DMA}\n\\title{Dominica}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_DMA.R}\n}\n\\usage{\nDMA(level)\n}\n\\description{\nDominica\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/DNK.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_DNK.R\n\\name{DNK}\n\\alias{DNK}\n\\title{Denmark}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_DNK.R}\n}\n\\usage{\nDNK(level)\n}\n\\description{\nDenmark\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/DNK.csv}{Statoids (2005)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ssi.dk.R}{Statens Serum Institut}:\nconfirmed cases,\ndeaths,\ntests,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/DNK.csv}{Statoids (2005)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ssi.dk.R}{Statens Serum Institut}:\nconfirmed cases,\ntests,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/DOM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_DOM.R\n\\name{DOM}\n\\alias{DOM}\n\\title{Dominican Republic}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_DOM.R}\n}\n\\usage{\nDOM(level)\n}\n\\description{\nDominican Republic\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/DPC.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_DPC.R\n\\name{DPC}\n\\alias{DPC}\n\\title{Cruise Ship Diamond Princess}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_DPC.R}\n}\n\\usage{\nDPC(level)\n}\n\\description{\nCruise Ship Diamond Princess\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_wikipedia.dp.R}{Wikipedia}:\nconfirmed cases,\ntests.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/DZA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_DZA.R\n\\name{DZA}\n\\alias{DZA}\n\\title{Algeria}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_DZA.R}\n}\n\\usage{\nDZA(level)\n}\n\\description{\nAlgeria\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/ECU.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ECU.R\n\\name{ECU}\n\\alias{ECU}\n\\title{Ecuador}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ECU.R}\n}\n\\usage{\nECU(level)\n}\n\\description{\nEcuador\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/EGY.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_EGY.R\n\\name{EGY}\n\\alias{EGY}\n\\title{Egypt}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_EGY.R}\n}\n\\usage{\nEGY(level)\n}\n\\description{\nEgypt\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/ERI.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ERI.R\n\\name{ERI}\n\\alias{ERI}\n\\title{Eritrea}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ERI.R}\n}\n\\usage{\nERI(level)\n}\n\\description{\nEritrea\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/ESP.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ESP.R\n\\name{ESP}\n\\alias{ESP}\n\\title{Spain}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ESP.R}\n}\n\\usage{\nESP(level)\n}\n\\description{\nSpain\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ESP.csv}{Johns Hopkins Center for Systems Science and Engineering (2021)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_isciii.es.R}{Centro Nacional de Epidemiología}:\nconfirmed cases.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ESP.csv}{Statoids (2011)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_isciii.es.R}{Centro Nacional de Epidemiología}:\nconfirmed cases,\ndeaths,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/EST.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_EST.R\n\\name{EST}\n\\alias{EST}\n\\title{Estonia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_EST.R}\n}\n\\usage{\nEST(level)\n}\n\\description{\nEstonia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/ETH.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ETH.R\n\\name{ETH}\n\\alias{ETH}\n\\title{Ethiopia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ETH.R}\n}\n\\usage{\nETH(level)\n}\n\\description{\nEthiopia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/FIN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_FIN.R\n\\name{FIN}\n\\alias{FIN}\n\\title{Finland}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_FIN.R}\n}\n\\usage{\nFIN(level)\n}\n\\description{\nFinland\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/FJI.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_FJI.R\n\\name{FJI}\n\\alias{FJI}\n\\title{Fiji}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_FJI.R}\n}\n\\usage{\nFJI(level)\n}\n\\description{\nFiji\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/FLK.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_FLK.R\n\\name{FLK}\n\\alias{FLK}\n\\title{Falkland Islands}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_FLK.R}\n}\n\\usage{\nFLK(level)\n}\n\\description{\nFalkland Islands\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/FRA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_FRA.R\n\\name{FRA}\n\\alias{FRA}\n\\title{France}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_FRA.R}\n}\n\\usage{\nFRA(level)\n}\n\\description{\nFrance\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gouv.fr.R}{Santé Publique France}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/FRA.csv}{Santé publique France (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gouv.fr.R}{Santé Publique France}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/FRA.csv}{Santé publique France (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gouv.fr.R}{Santé Publique France}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/FRO.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_FRO.R\n\\name{FRO}\n\\alias{FRO}\n\\title{Faroe Islands}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_FRO.R}\n}\n\\usage{\nFRO(level)\n}\n\\description{\nFaroe Islands\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/FSM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_FSM.R\n\\name{FSM}\n\\alias{FSM}\n\\title{Micronesia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_FSM.R}\n}\n\\usage{\nFSM(level)\n}\n\\description{\nMicronesia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GAB.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GAB.R\n\\name{GAB}\n\\alias{GAB}\n\\title{Gabon}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GAB.R}\n}\n\\usage{\nGAB(level)\n}\n\\description{\nGabon\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GBR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GBR.R\n\\name{GBR}\n\\alias{GBR}\n\\title{United Kingdom}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GBR.R}\n}\n\\usage{\nGBR(level)\n}\n\\description{\nUnited Kingdom\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gov.uk.R}{UK Health Security Agency}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\npatients requiring ventilation.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/GBR.csv}{Office for National Statistics (2021)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gov.uk.R}{UK Health Security Agency}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\npatients requiring ventilation.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/GBR.csv}{Office for National Statistics (2021)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gov.uk.R}{UK Health Security Agency}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\npatients requiring ventilation.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/GEO.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GEO.R\n\\name{GEO}\n\\alias{GEO}\n\\title{Georgia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GEO.R}\n}\n\\usage{\nGEO(level)\n}\n\\description{\nGeorgia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GGY.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GGY.R\n\\name{GGY}\n\\alias{GGY}\n\\title{Guernsey}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GGY.R}\n}\n\\usage{\nGGY(level)\n}\n\\description{\nGuernsey\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GHA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GHA.R\n\\name{GHA}\n\\alias{GHA}\n\\title{Ghana}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GHA.R}\n}\n\\usage{\nGHA(level)\n}\n\\description{\nGhana\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GIB.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GIB.R\n\\name{GIB}\n\\alias{GIB}\n\\title{Gibraltar}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GIB.R}\n}\n\\usage{\nGIB(level)\n}\n\\description{\nGibraltar\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GIN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GIN.R\n\\name{GIN}\n\\alias{GIN}\n\\title{Guinea}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GIN.R}\n}\n\\usage{\nGIN(level)\n}\n\\description{\nGuinea\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GLP.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GLP.R\n\\name{GLP}\n\\alias{GLP}\n\\title{Guadeloupe}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GLP.R}\n}\n\\usage{\nGLP(level)\n}\n\\description{\nGuadeloupe\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gouv.fr.R}{Santé Publique France}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GMB.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GMB.R\n\\name{GMB}\n\\alias{GMB}\n\\title{Gambia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GMB.R}\n}\n\\usage{\nGMB(level)\n}\n\\description{\nGambia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GNB.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GNB.R\n\\name{GNB}\n\\alias{GNB}\n\\title{Guinea-Bissau}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GNB.R}\n}\n\\usage{\nGNB(level)\n}\n\\description{\nGuinea-Bissau\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GNQ.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GNQ.R\n\\name{GNQ}\n\\alias{GNQ}\n\\title{Equatorial Guinea}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GNQ.R}\n}\n\\usage{\nGNQ(level)\n}\n\\description{\nEquatorial Guinea\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GPC.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GPC.R\n\\name{GPC}\n\\alias{GPC}\n\\title{Cruise Ship Grand Princess}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GPC.R}\n}\n\\usage{\nGPC(level)\n}\n\\description{\nCruise Ship Grand Princess\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GRC.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GRC.R\n\\name{GRC}\n\\alias{GRC}\n\\title{Greece}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GRC.R}\n}\n\\usage{\nGRC(level)\n}\n\\description{\nGreece\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GRD.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GRD.R\n\\name{GRD}\n\\alias{GRD}\n\\title{Grenada}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GRD.R}\n}\n\\usage{\nGRD(level)\n}\n\\description{\nGrenada\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GRL.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GRL.R\n\\name{GRL}\n\\alias{GRL}\n\\title{Greenland}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GRL.R}\n}\n\\usage{\nGRL(level)\n}\n\\description{\nGreenland\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GTM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GTM.R\n\\name{GTM}\n\\alias{GTM}\n\\title{Guatemala}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GTM.R}\n}\n\\usage{\nGTM(level)\n}\n\\description{\nGuatemala\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GUF.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GUF.R\n\\name{GUF}\n\\alias{GUF}\n\\title{French Guiana}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GUF.R}\n}\n\\usage{\nGUF(level)\n}\n\\description{\nFrench Guiana\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gouv.fr.R}{Santé Publique France}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GUM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GUM.R\n\\name{GUM}\n\\alias{GUM}\n\\title{Guam}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GUM.R}\n}\n\\usage{\nGUM(level)\n}\n\\description{\nGuam\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.nytimes.covid19data.R}{The New York Times}:\nconfirmed cases,\ndeaths.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/GUY.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_GUY.R\n\\name{GUY}\n\\alias{GUY}\n\\title{Guyana}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_GUY.R}\n}\n\\usage{\nGUY(level)\n}\n\\description{\nGuyana\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/HKG.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_HKG.R\n\\name{HKG}\n\\alias{HKG}\n\\title{Hong Kong}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_HKG.R}\n}\n\\usage{\nHKG(level)\n}\n\\description{\nHong Kong\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/HND.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_HND.R\n\\name{HND}\n\\alias{HND}\n\\title{Honduras}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_HND.R}\n}\n\\usage{\nHND(level)\n}\n\\description{\nHonduras\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/HRV.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_HRV.R\n\\name{HRV}\n\\alias{HRV}\n\\title{Croatia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_HRV.R}\n}\n\\usage{\nHRV(level)\n}\n\\description{\nCroatia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_koronavirus.hr.R}{Croatian Institute of Public Health}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/HRV.csv}{Croatian Bureau of Statistics}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_koronavirus.hr.R}{Croatian Institute of Public Health}:\nconfirmed cases,\ndeaths,\nrecovered.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/HTI.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_HTI.R\n\\name{HTI}\n\\alias{HTI}\n\\title{Haiti}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_HTI.R}\n}\n\\usage{\nHTI(level)\n}\n\\description{\nHaiti\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/HTI.csv}{Wikipedia (2015)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_humdata.ht.R}{Ministry of Public Health and Population of Haiti}:\nconfirmed cases,\ndeaths.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/HUN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_HUN.R\n\\name{HUN}\n\\alias{HUN}\n\\title{Hungary}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_HUN.R}\n}\n\\usage{\nHUN(level)\n}\n\\description{\nHungary\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/IDN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_IDN.R\n\\name{IDN}\n\\alias{IDN}\n\\title{Indonesia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_IDN.R}\n}\n\\usage{\nIDN(level)\n}\n\\description{\nIndonesia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/IMN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_IMN.R\n\\name{IMN}\n\\alias{IMN}\n\\title{Isle of Man}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_IMN.R}\n}\n\\usage{\nIMN(level)\n}\n\\description{\nIsle of Man\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/IND.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_IND.R\n\\name{IND}\n\\alias{IND}\n\\title{India}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_IND.R}\n}\n\\usage{\nIND(level)\n}\n\\description{\nIndia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/IND.csv}{Wikipedia (2013)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_covid19india.org.R}{COVID-19 India API}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/IRL.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_IRL.R\n\\name{IRL}\n\\alias{IRL}\n\\title{Ireland}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_IRL.R}\n}\n\\usage{\nIRL(level)\n}\n\\description{\nIreland\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_geohive.ie.R}{Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nrecovered.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/IRL.csv}{Ireland Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE) (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_geohive.ie.R}{Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)}:\nconfirmed cases,\ndeaths,\nrecovered.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/IRN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_IRN.R\n\\name{IRN}\n\\alias{IRN}\n\\title{Iran}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_IRN.R}\n}\n\\usage{\nIRN(level)\n}\n\\description{\nIran\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/IRQ.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_IRQ.R\n\\name{IRQ}\n\\alias{IRQ}\n\\title{Iraq}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_IRQ.R}\n}\n\\usage{\nIRQ(level)\n}\n\\description{\nIraq\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/ISL.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ISL.R\n\\name{ISL}\n\\alias{ISL}\n\\title{Iceland}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ISL.R}\n}\n\\usage{\nISL(level)\n}\n\\description{\nIceland\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/ISR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ISR.R\n\\name{ISR}\n\\alias{ISR}\n\\title{Israel}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ISR.R}\n}\n\\usage{\nISR(level)\n}\n\\description{\nIsrael\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/ITA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ITA.R\n\\name{ITA}\n\\alias{ITA}\n\\title{Italy}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ITA.R}\n}\n\\usage{\nITA(level)\n}\n\\description{\nItaly\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.pcmdpc.covid19.R}{Ministero della Salute}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\nhospitalizations,\nintensive care.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.italia.covid19opendatavaccini.R}{Commissario straordinario per l'emergenza Covid-19, Presidenza del Consiglio dei Ministri}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ITA.csv}{Istituto Nazionale di Statistica, Italia (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.pcmdpc.covid19.R}{Ministero della Salute}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\nhospitalizations,\nintensive care.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.italia.covid19opendatavaccini.R}{Commissario straordinario per l'emergenza Covid-19, Presidenza del Consiglio dei Ministri}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ITA.csv}{Istituto Nazionale di Statistica, Italia (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.pcmdpc.covid19.R}{Ministero della Salute}:\nconfirmed cases.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/JAM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_JAM.R\n\\name{JAM}\n\\alias{JAM}\n\\title{Jamaica}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_JAM.R}\n}\n\\usage{\nJAM(level)\n}\n\\description{\nJamaica\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/JEY.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_JEY.R\n\\name{JEY}\n\\alias{JEY}\n\\title{Jersey}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_JEY.R}\n}\n\\usage{\nJEY(level)\n}\n\\description{\nJersey\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/JOR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_JOR.R\n\\name{JOR}\n\\alias{JOR}\n\\title{Jordan}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_JOR.R}\n}\n\\usage{\nJOR(level)\n}\n\\description{\nJordan\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/JPN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_JPN.R\n\\name{JPN}\n\\alias{JPN}\n\\title{Japan}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_JPN.R}\n}\n\\usage{\nJPN(level)\n}\n\\description{\nJapan\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{Japan COVID-19 Bulletin Board (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.lisphilar.covid19sir.R}{Hirokazu Takaya}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/JPN.csv}{Japan COVID-19 Bulletin Board (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.lisphilar.covid19sir.R}{Hirokazu Takaya}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/KAZ.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_KAZ.R\n\\name{KAZ}\n\\alias{KAZ}\n\\title{Kazakhstan}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_KAZ.R}\n}\n\\usage{\nKAZ(level)\n}\n\\description{\nKazakhstan\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/KEN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_KEN.R\n\\name{KEN}\n\\alias{KEN}\n\\title{Kenya}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_KEN.R}\n}\n\\usage{\nKEN(level)\n}\n\\description{\nKenya\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/KGZ.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_KGZ.R\n\\name{KGZ}\n\\alias{KGZ}\n\\title{Kyrgyzstan}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_KGZ.R}\n}\n\\usage{\nKGZ(level)\n}\n\\description{\nKyrgyzstan\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/KHM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_KHM.R\n\\name{KHM}\n\\alias{KHM}\n\\title{Cambodia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_KHM.R}\n}\n\\usage{\nKHM(level)\n}\n\\description{\nCambodia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/KIR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_KIR.R\n\\name{KIR}\n\\alias{KIR}\n\\title{Kiribati}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_KIR.R}\n}\n\\usage{\nKIR(level)\n}\n\\description{\nKiribati\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/KNA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_KNA.R\n\\name{KNA}\n\\alias{KNA}\n\\title{Saint Kitts and Nevis}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_KNA.R}\n}\n\\usage{\nKNA(level)\n}\n\\description{\nSaint Kitts and Nevis\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/KOR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_KOR.R\n\\name{KOR}\n\\alias{KOR}\n\\title{Korea, South}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_KOR.R}\n}\n\\usage{\nKOR(level)\n}\n\\description{\nKorea, South\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/KWT.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_KWT.R\n\\name{KWT}\n\\alias{KWT}\n\\title{Kuwait}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_KWT.R}\n}\n\\usage{\nKWT(level)\n}\n\\description{\nKuwait\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/LAO.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_LAO.R\n\\name{LAO}\n\\alias{LAO}\n\\title{Laos}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_LAO.R}\n}\n\\usage{\nLAO(level)\n}\n\\description{\nLaos\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/LBN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_LBN.R\n\\name{LBN}\n\\alias{LBN}\n\\title{Lebanon}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_LBN.R}\n}\n\\usage{\nLBN(level)\n}\n\\description{\nLebanon\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/LBR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_LBR.R\n\\name{LBR}\n\\alias{LBR}\n\\title{Liberia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_LBR.R}\n}\n\\usage{\nLBR(level)\n}\n\\description{\nLiberia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/LBY.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_LBY.R\n\\name{LBY}\n\\alias{LBY}\n\\title{Libya}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_LBY.R}\n}\n\\usage{\nLBY(level)\n}\n\\description{\nLibya\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/LCA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_LCA.R\n\\name{LCA}\n\\alias{LCA}\n\\title{Saint Lucia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_LCA.R}\n}\n\\usage{\nLCA(level)\n}\n\\description{\nSaint Lucia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/LIE.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_LIE.R\n\\name{LIE}\n\\alias{LIE}\n\\title{Liechtenstein}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_LIE.R}\n}\n\\usage{\nLIE(level)\n}\n\\description{\nLiechtenstein\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_admin.ch.R}{Federal Office of Public Health}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.openzh.covid19.R}{Specialist Unit for Open Government Data Canton of Zurich}:\nrecovered,\npatients requiring ventilation.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/LKA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_LKA.R\n\\name{LKA}\n\\alias{LKA}\n\\title{Sri Lanka}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_LKA.R}\n}\n\\usage{\nLKA(level)\n}\n\\description{\nSri Lanka\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/LSO.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_LSO.R\n\\name{LSO}\n\\alias{LSO}\n\\title{Lesotho}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_LSO.R}\n}\n\\usage{\nLSO(level)\n}\n\\description{\nLesotho\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/LTU.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_LTU.R\n\\name{LTU}\n\\alias{LTU}\n\\title{Lithuania}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_LTU.R}\n}\n\\usage{\nLTU(level)\n}\n\\description{\nLithuania\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.mpiktas.covid19lt.R}{Vaidotas Zemlys-Balevicius}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care,\npatients requiring ventilation.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/LTU.csv}{Vaidotas Zemlys-Balevicius (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.mpiktas.covid19lt.R}{Vaidotas Zemlys-Balevicius}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/LTU.csv}{Vaidotas Zemlys-Balevicius (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.mpiktas.covid19lt.R}{Vaidotas Zemlys-Balevicius}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/LUX.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_LUX.R\n\\name{LUX}\n\\alias{LUX}\n\\title{Luxembourg}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_LUX.R}\n}\n\\usage{\nLUX(level)\n}\n\\description{\nLuxembourg\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/LVA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_LVA.R\n\\name{LVA}\n\\alias{LVA}\n\\title{Latvia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_LVA.R}\n}\n\\usage{\nLVA(level)\n}\n\\description{\nLatvia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gov.lv.R}{Center for Disease Prevention and Control}:\nconfirmed cases,\ndeaths,\ntests.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/LVA.csv}{Oficialas statistikas portals (2019)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gov.lv.R}{Center for Disease Prevention and Control}:\nconfirmed cases.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/MAC.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MAC.R\n\\name{MAC}\n\\alias{MAC}\n\\title{Macao}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MAC.R}\n}\n\\usage{\nMAC(level)\n}\n\\description{\nMacao\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MAR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MAR.R\n\\name{MAR}\n\\alias{MAR}\n\\title{Morocco}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MAR.R}\n}\n\\usage{\nMAR(level)\n}\n\\description{\nMorocco\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MCO.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MCO.R\n\\name{MCO}\n\\alias{MCO}\n\\title{Monaco}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MCO.R}\n}\n\\usage{\nMCO(level)\n}\n\\description{\nMonaco\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MDA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MDA.R\n\\name{MDA}\n\\alias{MDA}\n\\title{Moldova}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MDA.R}\n}\n\\usage{\nMDA(level)\n}\n\\description{\nMoldova\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MDG.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MDG.R\n\\name{MDG}\n\\alias{MDG}\n\\title{Madagascar}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MDG.R}\n}\n\\usage{\nMDG(level)\n}\n\\description{\nMadagascar\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MDV.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MDV.R\n\\name{MDV}\n\\alias{MDV}\n\\title{Maldives}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MDV.R}\n}\n\\usage{\nMDV(level)\n}\n\\description{\nMaldives\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MEX.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MEX.R\n\\name{MEX}\n\\alias{MEX}\n\\title{Mexico}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MEX.R}\n}\n\\usage{\nMEX(level)\n}\n\\description{\nMexico\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/MEX.csv}{Statoids (2010)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19unified.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/MHL.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MHL.R\n\\name{MHL}\n\\alias{MHL}\n\\title{Marshall Islands}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MHL.R}\n}\n\\usage{\nMHL(level)\n}\n\\description{\nMarshall Islands\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MKD.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MKD.R\n\\name{MKD}\n\\alias{MKD}\n\\title{North Macedonia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MKD.R}\n}\n\\usage{\nMKD(level)\n}\n\\description{\nNorth Macedonia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MLI.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MLI.R\n\\name{MLI}\n\\alias{MLI}\n\\title{Mali}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MLI.R}\n}\n\\usage{\nMLI(level)\n}\n\\description{\nMali\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MLT.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MLT.R\n\\name{MLT}\n\\alias{MLT}\n\\title{Malta}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MLT.R}\n}\n\\usage{\nMLT(level)\n}\n\\description{\nMalta\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MMR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MMR.R\n\\name{MMR}\n\\alias{MMR}\n\\title{Burma}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MMR.R}\n}\n\\usage{\nMMR(level)\n}\n\\description{\nBurma\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MNE.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MNE.R\n\\name{MNE}\n\\alias{MNE}\n\\title{Montenegro}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MNE.R}\n}\n\\usage{\nMNE(level)\n}\n\\description{\nMontenegro\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MNG.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MNG.R\n\\name{MNG}\n\\alias{MNG}\n\\title{Mongolia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MNG.R}\n}\n\\usage{\nMNG(level)\n}\n\\description{\nMongolia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MNP.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MNP.R\n\\name{MNP}\n\\alias{MNP}\n\\title{Northern Mariana Islands}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MNP.R}\n}\n\\usage{\nMNP(level)\n}\n\\description{\nNorthern Mariana Islands\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.nytimes.covid19data.R}{The New York Times}:\nconfirmed cases,\ndeaths.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MOZ.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MOZ.R\n\\name{MOZ}\n\\alias{MOZ}\n\\title{Mozambique}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MOZ.R}\n}\n\\usage{\nMOZ(level)\n}\n\\description{\nMozambique\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MRT.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MRT.R\n\\name{MRT}\n\\alias{MRT}\n\\title{Mauritania}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MRT.R}\n}\n\\usage{\nMRT(level)\n}\n\\description{\nMauritania\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MSR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MSR.R\n\\name{MSR}\n\\alias{MSR}\n\\title{Montserrat}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MSR.R}\n}\n\\usage{\nMSR(level)\n}\n\\description{\nMontserrat\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MTQ.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MTQ.R\n\\name{MTQ}\n\\alias{MTQ}\n\\title{Martinique}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MTQ.R}\n}\n\\usage{\nMTQ(level)\n}\n\\description{\nMartinique\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gouv.fr.R}{Santé Publique France}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MUS.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MUS.R\n\\name{MUS}\n\\alias{MUS}\n\\title{Mauritius}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MUS.R}\n}\n\\usage{\nMUS(level)\n}\n\\description{\nMauritius\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MWI.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MWI.R\n\\name{MWI}\n\\alias{MWI}\n\\title{Malawi}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MWI.R}\n}\n\\usage{\nMWI(level)\n}\n\\description{\nMalawi\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MYS.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MYS.R\n\\name{MYS}\n\\alias{MYS}\n\\title{Malaysia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MYS.R}\n}\n\\usage{\nMYS(level)\n}\n\\description{\nMalaysia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/MYT.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_MYT.R\n\\name{MYT}\n\\alias{MYT}\n\\title{Mayotte}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_MYT.R}\n}\n\\usage{\nMYT(level)\n}\n\\description{\nMayotte\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gouv.fr.R}{Santé Publique France}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/NAM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_NAM.R\n\\name{NAM}\n\\alias{NAM}\n\\title{Namibia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_NAM.R}\n}\n\\usage{\nNAM(level)\n}\n\\description{\nNamibia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/NCL.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_NCL.R\n\\name{NCL}\n\\alias{NCL}\n\\title{New Caledonia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_NCL.R}\n}\n\\usage{\nNCL(level)\n}\n\\description{\nNew Caledonia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/NER.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_NER.R\n\\name{NER}\n\\alias{NER}\n\\title{Niger}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_NER.R}\n}\n\\usage{\nNER(level)\n}\n\\description{\nNiger\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/NGA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_NGA.R\n\\name{NGA}\n\\alias{NGA}\n\\title{Nigeria}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_NGA.R}\n}\n\\usage{\nNGA(level)\n}\n\\description{\nNigeria\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/NIC.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_NIC.R\n\\name{NIC}\n\\alias{NIC}\n\\title{Nicaragua}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_NIC.R}\n}\n\\usage{\nNIC(level)\n}\n\\description{\nNicaragua\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/NIU.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_NIU.R\n\\name{NIU}\n\\alias{NIU}\n\\title{Niue}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_NIU.R}\n}\n\\usage{\nNIU(level)\n}\n\\description{\nNiue\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/NLD.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_NLD.R\n\\name{NLD}\n\\alias{NLD}\n\\title{Netherlands}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_NLD.R}\n}\n\\usage{\nNLD(level)\n}\n\\description{\nNetherlands\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_rivm.nl.R}{National Institute for Public Health and the Environment}:\nconfirmed cases,\ndeaths.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/NLD.csv}{Statistics Netherlands (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_rivm.nl.R}{National Institute for Public Health and the Environment}:\nconfirmed cases,\ndeaths.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/NLD.csv}{Statistics Netherlands (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_rivm.nl.R}{National Institute for Public Health and the Environment}:\nconfirmed cases,\ndeaths.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/NOR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_NOR.R\n\\name{NOR}\n\\alias{NOR}\n\\title{Norway}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_NOR.R}\n}\n\\usage{\nNOR(level)\n}\n\\description{\nNorway\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/NPL.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_NPL.R\n\\name{NPL}\n\\alias{NPL}\n\\title{Nepal}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_NPL.R}\n}\n\\usage{\nNPL(level)\n}\n\\description{\nNepal\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/NRU.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_NRU.R\n\\name{NRU}\n\\alias{NRU}\n\\title{Nauru}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_NRU.R}\n}\n\\usage{\nNRU(level)\n}\n\\description{\nNauru\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/NZL.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_NZL.R\n\\name{NZL}\n\\alias{NZL}\n\\title{New Zealand}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_NZL.R}\n}\n\\usage{\nNZL(level)\n}\n\\description{\nNew Zealand\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/OMN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_OMN.R\n\\name{OMN}\n\\alias{OMN}\n\\title{Oman}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_OMN.R}\n}\n\\usage{\nOMN(level)\n}\n\\description{\nOman\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/PAK.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_PAK.R\n\\name{PAK}\n\\alias{PAK}\n\\title{Pakistan}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_PAK.R}\n}\n\\usage{\nPAK(level)\n}\n\\description{\nPakistan\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/PAK.csv}{Johns Hopkins Center for Systems Science and Engineering}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19unified.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/PAN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_PAN.R\n\\name{PAN}\n\\alias{PAN}\n\\title{Panama}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_PAN.R}\n}\n\\usage{\nPAN(level)\n}\n\\description{\nPanama\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/PCN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_PCN.R\n\\name{PCN}\n\\alias{PCN}\n\\title{Pitcairn}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_PCN.R}\n}\n\\usage{\nPCN(level)\n}\n\\description{\nPitcairn\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/PER.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_PER.R\n\\name{PER}\n\\alias{PER}\n\\title{Peru}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_PER.R}\n}\n\\usage{\nPER(level)\n}\n\\description{\nPeru\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.jmcastagnetto.covid19perudata.R}{Jesus M. Castagnetto}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests,\nhospitalizations,\nintensive care,\npatients requiring ventilation.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gob.pe.R}{Ministerio de Salud}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/PER.csv}{COVID-19 Peru Data Repository (2019)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.jmcastagnetto.covid19perudata.R}{Jesus M. Castagnetto}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gob.pe.R}{Ministerio de Salud}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/PHL.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_PHL.R\n\\name{PHL}\n\\alias{PHL}\n\\title{Philippines}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_PHL.R}\n}\n\\usage{\nPHL(level)\n}\n\\description{\nPhilippines\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/PLW.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_PLW.R\n\\name{PLW}\n\\alias{PLW}\n\\title{Palau}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_PLW.R}\n}\n\\usage{\nPLW(level)\n}\n\\description{\nPalau\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/PNG.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_PNG.R\n\\name{PNG}\n\\alias{PNG}\n\\title{Papua New Guinea}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_PNG.R}\n}\n\\usage{\nPNG(level)\n}\n\\description{\nPapua New Guinea\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/POL.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_POL.R\n\\name{POL}\n\\alias{POL}\n\\title{Poland}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_POL.R}\n}\n\\usage{\nPOL(level)\n}\n\\description{\nPoland\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/PRI.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_PRI.R\n\\name{PRI}\n\\alias{PRI}\n\\title{Puerto Rico}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_PRI.R}\n}\n\\usage{\nPRI(level)\n}\n\\description{\nPuerto Rico\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.nytimes.covid19data.R}{The New York Times}:\nconfirmed cases,\ndeaths.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/PRT.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_PRT.R\n\\name{PRT}\n\\alias{PRT}\n\\title{Portugal}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_PRT.R}\n}\n\\usage{\nPRT(level)\n}\n\\description{\nPortugal\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.dssgpt.covid19ptdata.R}{Data Science for Social Good Portugal}:\nhospitalizations,\nintensive care.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/PRT.csv}{AICEP Portugal Global (2014)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.dssgpt.covid19ptdata.R}{Data Science for Social Good Portugal}:\nconfirmed cases,\ndeaths.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/PRY.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_PRY.R\n\\name{PRY}\n\\alias{PRY}\n\\title{Paraguay}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_PRY.R}\n}\n\\usage{\nPRY(level)\n}\n\\description{\nParaguay\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/PSE.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_PSE.R\n\\name{PSE}\n\\alias{PSE}\n\\title{West Bank and Gaza}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_PSE.R}\n}\n\\usage{\nPSE(level)\n}\n\\description{\nWest Bank and Gaza\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/PYF.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_PYF.R\n\\name{PYF}\n\\alias{PYF}\n\\title{French Polynesia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_PYF.R}\n}\n\\usage{\nPYF(level)\n}\n\\description{\nFrench Polynesia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/QAT.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_QAT.R\n\\name{QAT}\n\\alias{QAT}\n\\title{Qatar}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_QAT.R}\n}\n\\usage{\nQAT(level)\n}\n\\description{\nQatar\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/REU.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_REU.R\n\\name{REU}\n\\alias{REU}\n\\title{Réunion}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_REU.R}\n}\n\\usage{\nREU(level)\n}\n\\description{\nRéunion\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gouv.fr.R}{Santé Publique France}:\nconfirmed cases,\ndeaths,\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/RKS.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_RKS.R\n\\name{RKS}\n\\alias{RKS}\n\\title{Kosovo}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_RKS.R}\n}\n\\usage{\nRKS(level)\n}\n\\description{\nKosovo\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/ROU.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ROU.R\n\\name{ROU}\n\\alias{ROU}\n\\title{Romania}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ROU.R}\n}\n\\usage{\nROU(level)\n}\n\\description{\nRomania\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/RUS.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_RUS.R\n\\name{RUS}\n\\alias{RUS}\n\\title{Russia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_RUS.R}\n}\n\\usage{\nRUS(level)\n}\n\\description{\nRussia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/RUS.csv}{Wikipedia (2010)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19unified.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/RWA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_RWA.R\n\\name{RWA}\n\\alias{RWA}\n\\title{Rwanda}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_RWA.R}\n}\n\\usage{\nRWA(level)\n}\n\\description{\nRwanda\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SAU.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SAU.R\n\\name{SAU}\n\\alias{SAU}\n\\title{Saudi Arabia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SAU.R}\n}\n\\usage{\nSAU(level)\n}\n\\description{\nSaudi Arabia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SDN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SDN.R\n\\name{SDN}\n\\alias{SDN}\n\\title{Sudan}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SDN.R}\n}\n\\usage{\nSDN(level)\n}\n\\description{\nSudan\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SEN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SEN.R\n\\name{SEN}\n\\alias{SEN}\n\\title{Senegal}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SEN.R}\n}\n\\usage{\nSEN(level)\n}\n\\description{\nSenegal\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SGP.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SGP.R\n\\name{SGP}\n\\alias{SGP}\n\\title{Singapore}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SGP.R}\n}\n\\usage{\nSGP(level)\n}\n\\description{\nSingapore\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SHN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SHN.R\n\\name{SHN}\n\\alias{SHN}\n\\title{Saint Helena, Ascension and Tristan da Cunha}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SHN.R}\n}\n\\usage{\nSHN(level)\n}\n\\description{\nSaint Helena, Ascension and Tristan da Cunha\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SLB.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SLB.R\n\\name{SLB}\n\\alias{SLB}\n\\title{Solomon Islands}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SLB.R}\n}\n\\usage{\nSLB(level)\n}\n\\description{\nSolomon Islands\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SLE.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SLE.R\n\\name{SLE}\n\\alias{SLE}\n\\title{Sierra Leone}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SLE.R}\n}\n\\usage{\nSLE(level)\n}\n\\description{\nSierra Leone\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SLV.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SLV.R\n\\name{SLV}\n\\alias{SLV}\n\\title{El Salvador}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SLV.R}\n}\n\\usage{\nSLV(level)\n}\n\\description{\nEl Salvador\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SMR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SMR.R\n\\name{SMR}\n\\alias{SMR}\n\\title{San Marino}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SMR.R}\n}\n\\usage{\nSMR(level)\n}\n\\description{\nSan Marino\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SOM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SOM.R\n\\name{SOM}\n\\alias{SOM}\n\\title{Somalia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SOM.R}\n}\n\\usage{\nSOM(level)\n}\n\\description{\nSomalia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SRB.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SRB.R\n\\name{SRB}\n\\alias{SRB}\n\\title{Serbia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SRB.R}\n}\n\\usage{\nSRB(level)\n}\n\\description{\nSerbia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SSD.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SSD.R\n\\name{SSD}\n\\alias{SSD}\n\\title{South Sudan}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SSD.R}\n}\n\\usage{\nSSD(level)\n}\n\\description{\nSouth Sudan\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/STP.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_STP.R\n\\name{STP}\n\\alias{STP}\n\\title{Sao Tome and Principe}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_STP.R}\n}\n\\usage{\nSTP(level)\n}\n\\description{\nSao Tome and Principe\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SUR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SUR.R\n\\name{SUR}\n\\alias{SUR}\n\\title{Suriname}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SUR.R}\n}\n\\usage{\nSUR(level)\n}\n\\description{\nSuriname\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SVK.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SVK.R\n\\name{SVK}\n\\alias{SVK}\n\\title{Slovakia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SVK.R}\n}\n\\usage{\nSVK(level)\n}\n\\description{\nSlovakia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SVN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SVN.R\n\\name{SVN}\n\\alias{SVN}\n\\title{Slovenia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SVN.R}\n}\n\\usage{\nSVN(level)\n}\n\\description{\nSlovenia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gov.si.R}{Ministry of Health and National Institute for Public health}:\nconfirmed cases,\ndeaths,\ntests,\nhospitalizations,\nintensive care.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SWE.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SWE.R\n\\name{SWE}\n\\alias{SWE}\n\\title{Sweden}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SWE.R}\n}\n\\usage{\nSWE(level)\n}\n\\description{\nSweden\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_arcgis.se.R}{Public Health Agency of Sweden}:\nconfirmed cases,\ndeaths.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/SWE.csv}{Statoids (2006)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_arcgis.se.R}{Public Health Agency of Sweden}:\nconfirmed cases.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/SWZ.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SWZ.R\n\\name{SWZ}\n\\alias{SWZ}\n\\title{Eswatini}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SWZ.R}\n}\n\\usage{\nSWZ(level)\n}\n\\description{\nEswatini\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SXM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SXM.R\n\\name{SXM}\n\\alias{SXM}\n\\title{Sint Maarten}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SXM.R}\n}\n\\usage{\nSXM(level)\n}\n\\description{\nSint Maarten\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SYC.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SYC.R\n\\name{SYC}\n\\alias{SYC}\n\\title{Seychelles}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SYC.R}\n}\n\\usage{\nSYC(level)\n}\n\\description{\nSeychelles\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/SYR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_SYR.R\n\\name{SYR}\n\\alias{SYR}\n\\title{Syria}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_SYR.R}\n}\n\\usage{\nSYR(level)\n}\n\\description{\nSyria\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/TCA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_TCA.R\n\\name{TCA}\n\\alias{TCA}\n\\title{Turks and Caicos Islands}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_TCA.R}\n}\n\\usage{\nTCA(level)\n}\n\\description{\nTurks and Caicos Islands\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/TCD.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_TCD.R\n\\name{TCD}\n\\alias{TCD}\n\\title{Chad}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_TCD.R}\n}\n\\usage{\nTCD(level)\n}\n\\description{\nChad\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/TGO.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_TGO.R\n\\name{TGO}\n\\alias{TGO}\n\\title{Togo}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_TGO.R}\n}\n\\usage{\nTGO(level)\n}\n\\description{\nTogo\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/THA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_THA.R\n\\name{THA}\n\\alias{THA}\n\\title{Thailand}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_THA.R}\n}\n\\usage{\nTHA(level)\n}\n\\description{\nThailand\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_go.th.R}{Department of Disease Control, Thailand Ministry of Public Health}:\nconfirmed cases,\ndeaths.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/THA.csv}{Statoids (2010)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_go.th.R}{Department of Disease Control, Thailand Ministry of Public Health}:\nconfirmed cases,\ndeaths.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/TJK.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_TJK.R\n\\name{TJK}\n\\alias{TJK}\n\\title{Tajikistan}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_TJK.R}\n}\n\\usage{\nTJK(level)\n}\n\\description{\nTajikistan\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/TKL.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_TKL.R\n\\name{TKL}\n\\alias{TKL}\n\\title{Tokelau}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_TKL.R}\n}\n\\usage{\nTKL(level)\n}\n\\description{\nTokelau\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/TKM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_TKM.R\n\\name{TKM}\n\\alias{TKM}\n\\title{Turkmenistan}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_TKM.R}\n}\n\\usage{\nTKM(level)\n}\n\\description{\nTurkmenistan\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/TLS.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_TLS.R\n\\name{TLS}\n\\alias{TLS}\n\\title{Timor-Leste}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_TLS.R}\n}\n\\usage{\nTLS(level)\n}\n\\description{\nTimor-Leste\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/TON.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_TON.R\n\\name{TON}\n\\alias{TON}\n\\title{Tonga}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_TON.R}\n}\n\\usage{\nTON(level)\n}\n\\description{\nTonga\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/TTO.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_TTO.R\n\\name{TTO}\n\\alias{TTO}\n\\title{Trinidad and Tobago}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_TTO.R}\n}\n\\usage{\nTTO(level)\n}\n\\description{\nTrinidad and Tobago\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/TUN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_TUN.R\n\\name{TUN}\n\\alias{TUN}\n\\title{Tunisia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_TUN.R}\n}\n\\usage{\nTUN(level)\n}\n\\description{\nTunisia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/TUR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_TUR.R\n\\name{TUR}\n\\alias{TUR}\n\\title{Turkey}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_TUR.R}\n}\n\\usage{\nTUR(level)\n}\n\\description{\nTurkey\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.ozanerturk.covid19turkeyapi.R}{Ozan Erturk}:\nintensive care,\npatients requiring ventilation.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/TUV.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_TUV.R\n\\name{TUV}\n\\alias{TUV}\n\\title{Tuvalu}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_TUV.R}\n}\n\\usage{\nTUV(level)\n}\n\\description{\nTuvalu\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/TWN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_TWN.R\n\\name{TWN}\n\\alias{TWN}\n\\title{Taiwan}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_TWN.R}\n}\n\\usage{\nTWN(level)\n}\n\\description{\nTaiwan\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{CIA - Central Intelligence Agency (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gov.tw.R}{Ministry of Health and Welfare of Taiwan}:\nconfirmed cases,\ntests.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/TWN.csv}{City populations worldwide (2016)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_gov.tw.R}{Ministry of Health and Welfare of Taiwan}:\nconfirmed cases.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/TZA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_TZA.R\n\\name{TZA}\n\\alias{TZA}\n\\title{Tanzania}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_TZA.R}\n}\n\\usage{\nTZA(level)\n}\n\\description{\nTanzania\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/UGA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_UGA.R\n\\name{UGA}\n\\alias{UGA}\n\\title{Uganda}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_UGA.R}\n}\n\\usage{\nUGA(level)\n}\n\\description{\nUganda\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/UKR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_UKR.R\n\\name{UKR}\n\\alias{UKR}\n\\title{Ukraine}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_UKR.R}\n}\n\\usage{\nUKR(level)\n}\n\\description{\nUkraine\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/UKR.csv}{Statoids (2001)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19unified.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/URY.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_URY.R\n\\name{URY}\n\\alias{URY}\n\\title{Uruguay}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_URY.R}\n}\n\\usage{\nURY(level)\n}\n\\description{\nUruguay\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/USA.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_USA.R\n\\name{USA}\n\\alias{USA}\n\\title{United States}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_USA.R}\n}\n\\usage{\nUSA(level)\n}\n\\description{\nUnited States\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{Johns Hopkins Center for Systems Science and Engineering (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.nytimes.covid19data.R}{The New York Times}:\nconfirmed cases,\ndeaths.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\nhospitalizations,\nintensive care.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_cdc.gov.R}{Centers for Disease Control and Prevention}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/USA.csv}{Johns Hopkins Center for Systems Science and Engineering (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.nytimes.covid19data.R}{The New York Times}:\nconfirmed cases,\ndeaths.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_healthdata.gov.R}{U.S. Department of Health & Human Services}:\ntests,\nhospitalizations,\nintensive care.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_covidtracking.com.R}{The COVID Tracking Project}:\nrecovered,\npatients requiring ventilation.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_cdc.gov.R}{Centers for Disease Control and Prevention}:\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n\n\n\\subsection{Level 3}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/USA.csv}{Johns Hopkins Center for Systems Science and Engineering (2020)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.nytimes.covid19data.R}{The New York Times}:\nconfirmed cases,\ndeaths.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_cdc.gov.R}{Centers for Disease Control and Prevention}:\npeople with at least one vaccine dose,\npeople fully vaccinated.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n\\concept{Level 3}\n"
  },
  {
    "path": "man/UZB.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_UZB.R\n\\name{UZB}\n\\alias{UZB}\n\\title{Uzbekistan}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_UZB.R}\n}\n\\usage{\nUZB(level)\n}\n\\description{\nUzbekistan\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/VAT.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_VAT.R\n\\name{VAT}\n\\alias{VAT}\n\\title{Holy See}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_VAT.R}\n}\n\\usage{\nVAT(level)\n}\n\\description{\nHoly See\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/VCT.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_VCT.R\n\\name{VCT}\n\\alias{VCT}\n\\title{Saint Vincent and the Grenadines}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_VCT.R}\n}\n\\usage{\nVCT(level)\n}\n\\description{\nSaint Vincent and the Grenadines\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/VEN.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_VEN.R\n\\name{VEN}\n\\alias{VEN}\n\\title{Venezuela}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_VEN.R}\n}\n\\usage{\nVEN(level)\n}\n\\description{\nVenezuela\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/VGB.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_VGB.R\n\\name{VGB}\n\\alias{VGB}\n\\title{British Virgin Islands}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_VGB.R}\n}\n\\usage{\nVGB(level)\n}\n\\description{\nBritish Virgin Islands\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/VIR.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_VIR.R\n\\name{VIR}\n\\alias{VIR}\n\\title{Virgin Islands, U.S.}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_VIR.R}\n}\n\\usage{\nVIR(level)\n}\n\\description{\nVirgin Islands, U.S.\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.nytimes.covid19data.R}{The New York Times}:\nconfirmed cases,\ndeaths.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/VNM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_VNM.R\n\\name{VNM}\n\\alias{VNM}\n\\title{Vietnam}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_VNM.R}\n}\n\\usage{\nVNM(level)\n}\n\\description{\nVietnam\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/VUT.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_VUT.R\n\\name{VUT}\n\\alias{VUT}\n\\title{Vanuatu}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_VUT.R}\n}\n\\usage{\nVUT(level)\n}\n\\description{\nVanuatu\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/WLF.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_WLF.R\n\\name{WLF}\n\\alias{WLF}\n\\title{Wallis and Futuna}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_WLF.R}\n}\n\\usage{\nWLF(level)\n}\n\\description{\nWallis and Futuna\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/WSM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_WSM.R\n\\name{WSM}\n\\alias{WSM}\n\\title{Samoa}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_WSM.R}\n}\n\\usage{\nWSM(level)\n}\n\\description{\nSamoa\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/YEM.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_YEM.R\n\\name{YEM}\n\\alias{YEM}\n\\title{Yemen}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_YEM.R}\n}\n\\usage{\nYEM(level)\n}\n\\description{\nYemen\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/ZAF.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ZAF.R\n\\name{ZAF}\n\\alias{ZAF}\n\\title{South Africa}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ZAF.R}\n}\n\\usage{\nZAF(level)\n}\n\\description{\nSouth Africa\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.dsfsi.covid19za.R}{Data Science for Social Impact research group, University of Pretoria}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n\n\n\\subsection{Level 2}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ZAF.csv}{Wikipedia (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.dsfsi.covid19za.R}{Data Science for Social Impact research group, University of Pretoria}:\nconfirmed cases,\ndeaths,\nrecovered,\ntests.\n}\n}\n}\n\n\\concept{Level 1}\n\\concept{Level 2}\n"
  },
  {
    "path": "man/ZMB.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ZMB.R\n\\name{ZMB}\n\\alias{ZMB}\n\\title{Zambia}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ZMB.R}\n}\n\\usage{\nZMB(level)\n}\n\\description{\nZambia\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/ZWE.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/iso_ZWE.R\n\\name{ZWE}\n\\alias{ZWE}\n\\title{Zimbabwe}\n\\source{\n\\url{https://github.com/covid19datahub/COVID19/blob/master/R/iso_ZWE.R}\n}\n\\usage{\nZWE(level)\n}\n\\description{\nZimbabwe\n}\n\\section{Data Sources}{\n\n\\subsection{Level 1}{\n\\itemize{\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/db/ISO.csv}{World Bank Open Data (2018)}: population.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_github.cssegisanddata.covid19.R}{Johns Hopkins Center for Systems Science and Engineering}:\nconfirmed cases,\ndeaths,\nrecovered.\n\\item \\href{https://github.com/covid19datahub/COVID19/blob/master/R/ds_ourworldindata.org.R}{Our World in Data}:\ntests,\ntotal vaccine doses administered,\npeople with at least one vaccine dose,\npeople fully vaccinated,\nhospitalizations,\nintensive care.\n}\n}\n}\n\n\\concept{Level 1}\n"
  },
  {
    "path": "man/add_iso.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{add_iso}\n\\alias{add_iso}\n\\title{Add XXX.csv file}\n\\usage{\nadd_iso(x, iso, ds, level, map = c(\"id\"), append = TRUE)\n}\n\\arguments{\n\\item{x}{\\code{data.frame} generated by a data source function.}\n\n\\item{iso}{ISO code (3 letters).}\n\n\\item{ds}{name of the data source function generating \\code{x}.}\n\n\\item{level}{integer. Granularity level. 1: country-level data. 2: state-level data. 3: city-level data.}\n\n\\item{map}{named vector mapping the columns of \\code{x} to the columns of the XXX.csv file.}\n\n\\item{append}{logical. Append the data to the XXX.csv file if it already exists? Default \\code{TRUE}.}\n}\n\\value{\n\\code{data.frame}\n}\n\\description{\nAdd new country in the inst/extdata/db/ folder\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/admin.ch.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_admin.ch.R\n\\name{admin.ch}\n\\alias{admin.ch}\n\\title{Federal Office of Public Health}\n\\source{\nhttps://www.covid19.admin.ch/en/overview\n}\n\\usage{\nadmin.ch(level, state = NULL)\n}\n\\arguments{\n\\item{level}{1, or 2 (only for Switzerland)}\n\n\\item{state}{one of CH (Switzerland) or FL (Liechtenstein)}\n}\n\\description{\nData source for: Switzerland and Liechtenstein\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/arcgis.de.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_arcgis.de.R\n\\name{arcgis.de}\n\\alias{arcgis.de}\n\\title{Robert Koch Institute}\n\\source{\nhttps://www.arcgis.com/home/item.html?id=f10774f1c63e40168479a1feb6c7ca74\n}\n\\usage{\narcgis.de(level)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n}\n\\description{\nData source for: Germany\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/arcgis.se.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_arcgis.se.R\n\\name{arcgis.se}\n\\alias{arcgis.se}\n\\title{Public Health Agency of Sweden}\n\\source{\nhttps://www.arcgis.com/home/item.html?id=b5e7488e117749c19881cce45db13f7e\n}\n\\usage{\narcgis.se(level)\n}\n\\arguments{\n\\item{level}{1, 2}\n}\n\\description{\nData source for: Sweden\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/canada.ca.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_canada.ca.R\n\\name{canada.ca}\n\\alias{canada.ca}\n\\title{Public Health Agency of Canada}\n\\source{\nhttps://www.canada.ca/en/public-health/services/diseases/coronavirus-disease-covid-19.html\n}\n\\usage{\ncanada.ca(level)\n}\n\\arguments{\n\\item{level}{1, 2}\n}\n\\description{\nData source for: Canada\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/cdc.gov.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_cdc.gov.R\n\\name{cdc.gov}\n\\alias{cdc.gov}\n\\title{Centers for Disease Control and Prevention}\n\\source{\nhttps://data.cdc.gov/browse?q=COVID-19\\%20Vaccination&sortBy=relevance\n}\n\\usage{\ncdc.gov(level)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n}\n\\description{\nData source for: United States\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/covid19.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{covid19}\n\\alias{covid19}\n\\title{COVID-19 Data Hub}\n\\source{\n\\url{https://covid19datahub.io}\n}\n\\usage{\ncovid19(country = NULL, level = 1)\n}\n\\arguments{\n\\item{country}{vector of 3-letter ISO codes for countries.}\n\n\\item{level}{integer. Granularity level. 1: country-level data. 2: state-level data. 3: city-level data.}\n}\n\\description{\nCOVID-19 Data Hub\n}\n\\references{\nGuidotti, E., Ardia, D., (2020), \"COVID-19 Data Hub\", Journal of Open Source Software 5(51):2376, \\doi{10.21105/joss.02376}.\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/covid19india.org.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_covid19india.org.R\n\\name{covid19india.org}\n\\alias{covid19india.org}\n\\title{COVID-19 India API}\n\\source{\nhttps://data.covid19india.org\n}\n\\usage{\ncovid19india.org(level)\n}\n\\arguments{\n\\item{level}{2}\n}\n\\description{\nData source for: India\n}\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/covidtracking.com.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_covidtracking.com.R\n\\name{covidtracking.com}\n\\alias{covidtracking.com}\n\\title{The COVID Tracking Project}\n\\source{\nhttps://covidtracking.com/data/api\n}\n\\usage{\ncovidtracking.com(level)\n}\n\\arguments{\n\\item{level}{2}\n}\n\\description{\nData source for: United States\n}\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/cumsum.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{cumsum}\n\\alias{cumsum}\n\\title{Cumulative Sums}\n\\usage{\ncumsum(x, na.rm = TRUE)\n}\n\\arguments{\n\\item{x}{a numeric object.}\n\n\\item{na.rm}{logical. Should missing values be removed? Default \\code{FALSE}.}\n}\n\\description{\nReturns a numeric object whose elements are the cumulative sums of the elements of the argument.\n}\n\\details{\nIf \\code{na.rm=TRUE}, then \\code{NA} are treated as \\code{0} when computing the cumulative sum.\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/decreasing.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{decreasing}\n\\alias{decreasing}\n\\title{Decreasing counts}\n\\usage{\ndecreasing(x, k = 1, strict = TRUE)\n}\n\\arguments{\n\\item{x}{numeric vector}\n\n\\item{k}{vector of lags (e.g., \\code{k=1:7} returns \\code{TRUE} if an element is decreasing with respect to any of the previous 7 elements)}\n\n\\item{strict}{logical indicating whether only strictly decreasing counts should be considered}\n}\n\\value{\n\\code{logical} indicating decreasing elements\n}\n\\description{\nCheck which elements in a numeric vector are decreasing with respect to the previous elements\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/docstring.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{docstring}\n\\alias{docstring}\n\\title{Generate docstring to use in the iso_ files to list the population data source}\n\\usage{\ndocstring(iso, level)\n}\n\\arguments{\n\\item{iso}{the ISO code of the country}\n\n\\item{level}{1, 2, 3}\n}\n\\description{\nGenerate docstring to use in the iso_ files to list the population data source\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/drop_decreasing.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{drop_decreasing}\n\\alias{drop_decreasing}\n\\title{Drop decreasing counts}\n\\usage{\ndrop_decreasing(x, by, cols, k, strict)\n}\n\\arguments{\n\\item{x}{\\code{data.frame} containing the column \\code{date}}\n\n\\item{by}{vector to group by}\n\n\\item{cols}{vector of columns to clean}\n\n\\item{k}{vector of lags (e.g., \\code{k=1:7} removes values that are decreasing with respect to any of the previous 7 values)}\n\n\\item{strict}{logical indicating whether only strictly decreasing counts should be dropped}\n}\n\\value{\n\\code{x} where decreasing counts are replaced with \\code{NA}\n}\n\\description{\nDrop decreasing counts\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/ds_check_format.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{ds_check_format}\n\\alias{ds_check_format}\n\\title{Check Data Source Format}\n\\usage{\nds_check_format(x, level, ci = 0.8)\n}\n\\arguments{\n\\item{x}{output of a data source function.}\n\n\\item{level}{integer. Granularity level. 1: country-level data. 2: state-level data. 3: city-level data.}\n}\n\\value{\nlogical.\n}\n\\description{\nChecks if the output of a data source function is correctly formatted.\nThe function checks the FORMAT, NOT the DATA.\nBefore submission, the data should be double checked by comparing with external data sources (e.g. Google search).\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/ds_docstring.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{ds_docstring}\n\\alias{ds_docstring}\n\\title{Generate docstring to use in the ds_ files}\n\\usage{\nds_docstring(ds, name, desc, url, ...)\n}\n\\arguments{\n\\item{ds}{the name of the ds_ R function}\n\n\\item{name}{the name of the data provider}\n\n\\item{desc}{the name(s) of the countries supported by the data provider, e.g., \"United States\".}\n\n\\item{url}{the link to the data provider}\n\n\\item{...}{arguments passed to the ds_ function}\n}\n\\description{\nGenerate docstring to use in the ds_ files\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/extdata.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{extdata}\n\\alias{extdata}\n\\title{External Data}\n\\usage{\nextdata(...)\n}\n\\arguments{\n\\item{...}{path to file}\n}\n\\value{\n\\code{data.frame}\n}\n\\description{\nRead files in the inst/extdata/ folder.\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/geohive.ie.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_geohive.ie.R\n\\name{geohive.ie}\n\\alias{geohive.ie}\n\\title{Health Protection Surveillance Centre (HPSC) and Health Service Executive (HSE)}\n\\source{\nhttps://covid-19.geohive.ie/search\n}\n\\usage{\ngeohive.ie(level)\n}\n\\arguments{\n\\item{level}{1, 2}\n}\n\\description{\nData source for: Ireland\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.ceedsdemm.covidprodataset.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.ceedsdemm.covidprodataset.R\n\\name{github.ceedsdemm.covidprodataset}\n\\alias{github.ceedsdemm.covidprodataset}\n\\title{Centre of Excellence in Economics and Data Science, University of Milan}\n\\source{\nhttps://github.com/CEEDS-DEMM/COVID-Pro-Dataset\n}\n\\usage{\ngithub.ceedsdemm.covidprodataset(level)\n}\n\\arguments{\n\\item{level}{3}\n}\n\\description{\nData source for: Italy\n}\n\\section{Level 3}{\n\n\\itemize{\n\\item deaths\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.covid19datahub.covid19br.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.eguidotti.covid19br.R\n\\name{github.covid19datahub.covid19br}\n\\alias{github.covid19datahub.covid19br}\n\\title{Emanuele Guidotti}\n\\source{\nhttps://github.com/covid19datahub/covid19br\n}\n\\usage{\ngithub.covid19datahub.covid19br(level)\n}\n\\arguments{\n\\item{level}{3}\n}\n\\description{\nData source for: Brazil\n}\n\\section{Level 3}{\n\n\\itemize{\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.covid19euzh.covid19eudata.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.covid19euzh.covid19eudata.R\n\\name{github.covid19euzh.covid19eudata}\n\\alias{github.covid19euzh.covid19eudata}\n\\title{COVID-19 European Chinese Channel}\n\\source{\nhttps://github.com/covid19-eu-zh/covid19-eu-data\n}\n\\usage{\ngithub.covid19euzh.covid19eudata(level)\n}\n\\arguments{\n\\item{level}{2}\n}\n\\description{\nData source for: Poland\n}\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.cssegisanddata.covid19.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.cssegisanddata.covid19.R\n\\name{github.cssegisanddata.covid19}\n\\alias{github.cssegisanddata.covid19}\n\\title{Johns Hopkins Center for Systems Science and Engineering}\n\\source{\nhttps://github.com/CSSEGISandData/COVID-19/tree/master/csse_covid_19_data/csse_covid_19_time_series\n}\n\\usage{\ngithub.cssegisanddata.covid19(\n  level = 1,\n  file = \"global\",\n  country = NULL,\n  state = NULL\n)\n}\n\\arguments{\n\\item{level}{1, 2, or 3 (U.S only)}\n\n\\item{file}{one of \"global\" for worldwide data or \"US\" for U.S. data}\n\n\\item{country}{filter by name of country}\n\n\\item{state}{filter by name of state}\n}\n\\description{\nData source for: Worldwide\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases (U.S. only)\n\\item deaths (U.S. only)\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.cssegisanddata.covid19unified.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.cssegisanddata.covid19unified.R\n\\name{github.cssegisanddata.covid19unified}\n\\alias{github.cssegisanddata.covid19unified}\n\\title{Johns Hopkins Center for Systems Science and Engineering}\n\\source{\nhttps://github.com/CSSEGISandData/COVID-19_Unified-Dataset\n}\n\\usage{\ngithub.cssegisanddata.covid19unified(level, iso)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n\n\\item{iso}{the 2-letter (level=1) or 3-letter (level>1) ISO code of the country}\n}\n\\description{\nData source for: Worldwide\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.dsfsi.covid19za.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.dsfsi.covid19za.R\n\\name{github.dsfsi.covid19za}\n\\alias{github.dsfsi.covid19za}\n\\title{Data Science for Social Impact research group, University of Pretoria}\n\\source{\nhttps://github.com/dsfsi/covid19za\n}\n\\usage{\ngithub.dsfsi.covid19za(level)\n}\n\\arguments{\n\\item{level}{1, 2}\n}\n\\description{\nData source for: South Africa\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.dssgpt.covid19ptdata.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.dssgpt.covid19ptdata.R\n\\name{github.dssgpt.covid19ptdata}\n\\alias{github.dssgpt.covid19ptdata}\n\\title{Data Science for Social Good Portugal}\n\\source{\nhttps://github.com/dssg-pt/covid19pt-data\n}\n\\usage{\ngithub.dssgpt.covid19ptdata(level)\n}\n\\arguments{\n\\item{level}{1, 2}\n}\n\\description{\nData source for: Portugal\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.italia.covid19opendatavaccini.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.italia.covid19opendatavaccini.R\n\\name{github.italia.covid19opendatavaccini}\n\\alias{github.italia.covid19opendatavaccini}\n\\title{Commissario straordinario per l'emergenza Covid-19, Presidenza del Consiglio dei Ministri}\n\\source{\nhttps://github.com/italia/covid19-opendata-vaccini\n}\n\\usage{\ngithub.italia.covid19opendatavaccini(level)\n}\n\\arguments{\n\\item{level}{1, 2}\n}\n\\description{\nData source for: Italy\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.jmcastagnetto.covid19perudata.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.jmcastagnetto.covid19perudata.R\n\\name{github.jmcastagnetto.covid19perudata}\n\\alias{github.jmcastagnetto.covid19perudata}\n\\title{Jesus M. Castagnetto}\n\\source{\nhttps://github.com/jmcastagnetto/covid-19-peru-data\n}\n\\usage{\ngithub.jmcastagnetto.covid19perudata(level)\n}\n\\arguments{\n\\item{level}{1, 2}\n}\n\\description{\nData source for: Peru\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.lisphilar.covid19sir.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.lisphilar.covid19sir.R\n\\name{github.lisphilar.covid19sir}\n\\alias{github.lisphilar.covid19sir}\n\\title{Hirokazu Takaya}\n\\source{\nhttps://github.com/lisphilar/covid19-sir\n}\n\\usage{\ngithub.lisphilar.covid19sir(level)\n}\n\\arguments{\n\\item{level}{1, 2}\n}\n\\description{\nData source for: Japan\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.m3it.covid19data.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.m3it.covid19data.R\n\\name{github.m3it.covid19data}\n\\alias{github.m3it.covid19data}\n\\title{Matt Bolton}\n\\source{\nhttps://github.com/M3IT/COVID-19_Data\n}\n\\usage{\ngithub.m3it.covid19data(level)\n}\n\\arguments{\n\\item{level}{1, 2}\n}\n\\description{\nData source for: Australia\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.minciencia.datoscovid19.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.minciencia.datoscovid19.R\n\\name{github.minciencia.datoscovid19}\n\\alias{github.minciencia.datoscovid19}\n\\title{Ministerio de Ciencia, Tecnología, Conocimiento, e Innovación}\n\\source{\nhttps://github.com/MinCiencia/Datos-COVID19\n}\n\\usage{\ngithub.minciencia.datoscovid19(level)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n}\n\\description{\nData source for: Chile\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item intensive care\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.mpiktas.covid19lt.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.mpiktas.covid19lt.R\n\\name{github.mpiktas.covid19lt}\n\\alias{github.mpiktas.covid19lt}\n\\title{Vaidotas Zemlys-Balevicius}\n\\source{\nhttps://github.com/mpiktas/covid19lt\n}\n\\usage{\ngithub.mpiktas.covid19lt(level)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n}\n\\description{\nData source for: Lithuania\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.nytimes.covid19data.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.nytimes.covid19data.R\n\\name{github.nytimes.covid19data}\n\\alias{github.nytimes.covid19data}\n\\title{The New York Times}\n\\source{\nhttps://github.com/nytimes/covid-19-data\n}\n\\usage{\ngithub.nytimes.covid19data(level, fips = NULL)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n\n\\item{fips}{filter by FIPS code}\n}\n\\description{\nData source for: United States\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.openzh.covid19.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.openzh.covid19.R\n\\name{github.openzh.covid19}\n\\alias{github.openzh.covid19}\n\\title{Specialist Unit for Open Government Data Canton of Zurich}\n\\source{\nhttps://github.com/openZH/covid_19\n}\n\\usage{\ngithub.openzh.covid19(level, state)\n}\n\\arguments{\n\\item{level}{1 (only for Liechtenstein), or 2 (only for Switzerland)}\n\n\\item{state}{one of CH (Switzerland) or FL (Liechtenstein)}\n}\n\\description{\nData source for: Switzerland and Liechtenstein\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.oxcgrt.covidpolicytracker.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.oxcgrt.covidpolicytracker.R\n\\name{github.oxcgrt.covidpolicytracker}\n\\alias{github.oxcgrt.covidpolicytracker}\n\\title{Oxford Covid-19 Government Response Tracker}\n\\source{\nhttps://github.com/OxCGRT/covid-policy-tracker\n}\n\\usage{\ngithub.oxcgrt.covidpolicytracker(level)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n}\n\\description{\nData source for: Worldwide\nDocumentation: https://covid19datahub.io/articles/docs.html#policy-measures\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.ozanerturk.covid19turkeyapi.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.ozanerturk.covid19turkeyapi.R\n\\name{github.ozanerturk.covid19turkeyapi}\n\\alias{github.ozanerturk.covid19turkeyapi}\n\\title{Ozan Erturk}\n\\source{\nhttps://github.com/ozanerturk/covid19-turkey-api\n}\n\\usage{\ngithub.ozanerturk.covid19turkeyapi(level)\n}\n\\arguments{\n\\item{level}{1}\n}\n\\description{\nData source for: Turkey\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.pcmdpc.covid19.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.pcmdpc.covid19.R\n\\name{github.pcmdpc.covid19}\n\\alias{github.pcmdpc.covid19}\n\\title{Ministero della Salute}\n\\source{\nhttps://github.com/pcm-dpc/COVID-19\n}\n\\usage{\ngithub.pcmdpc.covid19(level)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n}\n\\description{\nData source for: Italy\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.robertkochinstitut.covid19impfungenindeutschland.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in\n%   R/ds_github.robertkochinstitut.covid19impfungenindeutschland.R\n\\name{github.robertkochinstitut.covid19impfungenindeutschland}\n\\alias{github.robertkochinstitut.covid19impfungenindeutschland}\n\\title{Robert Koch Institut}\n\\source{\nhttps://github.com/robert-koch-institut/COVID-19-Impfungen_in_Deutschland\n}\n\\usage{\ngithub.robertkochinstitut.covid19impfungenindeutschland(level)\n}\n\\arguments{\n\\item{level}{2, 3}\n}\n\\description{\nData source for: Germany\n}\n\\section{Level 2}{\n\n\\itemize{\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.swsoyee.2019ncovjapan.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.swsoyee.2019ncovjapan.R\n\\name{github.swsoyee.2019ncovjapan}\n\\alias{github.swsoyee.2019ncovjapan}\n\\title{Su Wei}\n\\source{\nhttps://github.com/swsoyee/2019-ncov-japan/blob/master/README.en.md\n}\n\\usage{\ngithub.swsoyee.2019ncovjapan(level, id = NULL)\n}\n\\arguments{\n\\item{level}{1, 2}\n\n\\item{id}{filter by name}\n}\n\\description{\nData source for: Japan and Cruise Ships\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.wcota.covid19br.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.wcota.covid19br.R\n\\name{github.wcota.covid19br}\n\\alias{github.wcota.covid19br}\n\\title{Wesley Cota}\n\\source{\nhttps://github.com/wcota/covid19br\n}\n\\usage{\ngithub.wcota.covid19br(level)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n}\n\\description{\nData source for: Brazil\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/github.wcota.covid19br.vac.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_github.wcota.covid19br.vac.R\n\\name{github.wcota.covid19br.vac}\n\\alias{github.wcota.covid19br.vac}\n\\title{Wesley Cota}\n\\source{\nhttps://github.com/wcota/covid19br-vac\n}\n\\usage{\ngithub.wcota.covid19br.vac(level)\n}\n\\arguments{\n\\item{level}{3}\n}\n\\description{\nData source for: Brazil\n}\n\\section{Level 3}{\n\n\\itemize{\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/go.th.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_go.th.R\n\\name{go.th}\n\\alias{go.th}\n\\title{Department of Disease Control, Thailand Ministry of Public Health}\n\\source{\nhttps://data.go.th/en/dataset/covid-19-daily\n}\n\\usage{\ngo.th(level)\n}\n\\arguments{\n\\item{level}{1, 2}\n}\n\\description{\nData source for: Thailand\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/gob.ar.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_gob.ar.R\n\\name{gob.ar}\n\\alias{gob.ar}\n\\title{Argentine Ministry of Health}\n\\source{\nhttps://datos.gob.ar/dataset?q=covid&tags=COVID-19&sort=metadata_modified+desc\n}\n\\usage{\ngob.ar(level)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n}\n\\description{\nData source for: Argentina\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/gob.pe.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_gob.pe.R\n\\name{gob.pe}\n\\alias{gob.pe}\n\\title{Ministerio de Salud}\n\\source{\nhttps://www.datosabiertos.gob.pe/dataset/vacunaci\\%C3\\%B3n-contra-covid-19-ministerio-de-salud-minsa\n}\n\\usage{\ngob.pe(level)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n}\n\\description{\nData source for: Peru\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/gouv.fr.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_gouv.fr.R\n\\name{gouv.fr}\n\\alias{gouv.fr}\n\\title{Santé Publique France}\n\\source{\nhttps://www.data.gouv.fr/fr/pages/donnees-coronavirus/\n}\n\\usage{\ngouv.fr(level = 1, reg = NULL, dep = NULL)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n\n\\item{reg}{filter by region code}\n\n\\item{dep}{filter by department code}\n}\n\\description{\nData source for: France and overseas territories\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/gov.co.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_gov.co.R\n\\name{gov.co}\n\\alias{gov.co}\n\\title{Instituto Nacional de Salud}\n\\source{\nhttps://www.datos.gov.co/browse?category=Salud+y+Protecci\\%C3\\%B3n+Social&q=covid&sortBy=relevance\n}\n\\usage{\ngov.co(level)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n}\n\\description{\nData source for: Colombia\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/gov.lv.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_gov.lv.R\n\\name{gov.lv}\n\\alias{gov.lv}\n\\title{Center for Disease Prevention and Control}\n\\source{\nhttps://data.gov.lv/dati/eng/dataset?q=covid&res_format=CSV&sort=score+desc\\%2C+metadata_modified+desc\n}\n\\usage{\ngov.lv(level)\n}\n\\arguments{\n\\item{level}{1, 3}\n}\n\\description{\nData source for: Latvia\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/gov.si.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_gov.si.R\n\\name{gov.si}\n\\alias{gov.si}\n\\title{Ministry of Health and National Institute for Public health}\n\\source{\nhttps://www.gov.si/en/topics/coronavirus-disease-covid-19/actual-data/\n}\n\\usage{\ngov.si(level)\n}\n\\arguments{\n\\item{level}{1}\n}\n\\description{\nData source for: Slovenia\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/gov.tw.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_gov.tw.R\n\\name{gov.tw}\n\\alias{gov.tw}\n\\title{Ministry of Health and Welfare of Taiwan}\n\\source{\nhttps://data.gov.tw\n}\n\\usage{\ngov.tw(level)\n}\n\\arguments{\n\\item{level}{1, 2}\n}\n\\description{\nData source for: Taiwan\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item tests\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/gov.uk.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_gov.uk.R\n\\name{gov.uk}\n\\alias{gov.uk}\n\\title{UK Health Security Agency}\n\\source{\nhttps://coronavirus.data.gov.uk\n}\n\\usage{\ngov.uk(level)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n}\n\\description{\nData source for: United Kingdom\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item patients requiring ventilation\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item patients requiring ventilation\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item patients requiring ventilation\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/gv.at.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_gv.at.R\n\\name{gv.at}\n\\alias{gv.at}\n\\title{Federal Ministry of Social Affairs, Health, Care and Consumer Protection, Austria}\n\\source{\nhttps://www.data.gv.at/covid-19/\n}\n\\usage{\ngv.at(level)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n}\n\\description{\nData source for: Austria\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/healthdata.gov.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_healthdata.gov.R\n\\name{healthdata.gov}\n\\alias{healthdata.gov}\n\\title{U.S. Department of Health & Human Services}\n\\source{\nhttps://healthdata.gov/browse?tags=hhs+covid-19\n}\n\\usage{\nhealthdata.gov(level)\n}\n\\arguments{\n\\item{level}{2}\n}\n\\description{\nData source for: United States\n}\n\\section{Level 2}{\n\n\\itemize{\n\\item tests\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/humdata.af.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_humdata.af.R\n\\name{humdata.af}\n\\alias{humdata.af}\n\\title{Afghanistan Ministry of Health}\n\\source{\nhttps://data.humdata.org/dataset/afghanistan-covid-19-statistics-per-province\n}\n\\usage{\nhumdata.af(level)\n}\n\\arguments{\n\\item{level}{2}\n}\n\\description{\nData source for: Afghanistan\n}\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/humdata.ht.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_humdata.ht.R\n\\name{humdata.ht}\n\\alias{humdata.ht}\n\\title{Ministry of Public Health and Population of Haiti}\n\\source{\nhttps://data.humdata.org/dataset/haiti-covid-19-subnational-cases\n}\n\\usage{\nhumdata.ht(level)\n}\n\\arguments{\n\\item{level}{2}\n}\n\\description{\nData source for: Haiti\n}\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/id.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{id}\n\\alias{id}\n\\title{Convert identifiers}\n\\usage{\nid(x, iso, ds, level)\n}\n\\arguments{\n\\item{x}{vector of identifiers used by the data source to identify administrative areas.}\n\n\\item{iso}{the 3 letter ISO code of the country.}\n\n\\item{ds}{the name of the data source function.}\n\n\\item{level}{the level of the administrative areas.}\n}\n\\value{\nconverted vector of identifiers to use in the Data Hub.\n}\n\\description{\nMap the ids of administrative areas used by the data provider to the\nidentifiers used in the Data Hub.\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/impfdashboard.de.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_impfdashboard.de.R\n\\name{impfdashboard.de}\n\\alias{impfdashboard.de}\n\\title{Robert Koch Institute and the Federal Ministry of Health}\n\\source{\nhttps://impfdashboard.de/en/data\n}\n\\usage{\nimpfdashboard.de(level)\n}\n\\arguments{\n\\item{level}{1}\n}\n\\description{\nData source for: Germany\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/isciii.es.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_isciii.es.R\n\\name{isciii.es}\n\\alias{isciii.es}\n\\title{Centro Nacional de Epidemiología}\n\\source{\nhttps://cnecovid.isciii.es/covid19/#documentaci\\%C3\\%B3n-y-datos\n}\n\\usage{\nisciii.es(level)\n}\n\\arguments{\n\\item{level}{2, 3}\n}\n\\description{\nData source for: Spain\n}\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/iso_docstring.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{iso_docstring}\n\\alias{iso_docstring}\n\\title{Generate docstring to use in the iso_ files}\n\\usage{\niso_docstring(ds, ...)\n}\n\\arguments{\n\\item{ds}{the name of the ds_ R function}\n\n\\item{...}{arguments passed to the ds_ function}\n}\n\\description{\nGenerate docstring to use in the iso_ files\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/isoweek2date.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{isoweek2date}\n\\alias{isoweek2date}\n\\title{ISO week to date}\n\\usage{\nisoweek2date(isoweeks, day)\n}\n\\arguments{\n\\item{isoweeks}{vector of isoweeks in the format YYYYMM.}\n\n\\item{day}{integer between 1 (Mondays) and 7 (Sundays).}\n}\n\\value{\nDate.\n}\n\\description{\nConverts ISO week (e.g., 202009) to date (e.g. 2020-02-24)\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/koronavirus.hr.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_koronavirus.hr.R\n\\name{koronavirus.hr}\n\\alias{koronavirus.hr}\n\\title{Croatian Institute of Public Health}\n\\source{\nhttps://www.koronavirus.hr/otvoreni-strojno-citljivi-podaci/526\n}\n\\usage{\nkoronavirus.hr(level)\n}\n\\arguments{\n\\item{level}{1, 2}\n}\n\\description{\nData source for: Croatia\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/map_data.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{map_data}\n\\alias{map_data}\n\\title{Map Data}\n\\usage{\nmap_data(x, map)\n}\n\\arguments{\n\\item{x}{\\code{data.frame}}\n\n\\item{map}{named vector. Map columns of \\code{x} and subset.}\n}\n\\value{\n\\code{data.frame}\n}\n\\description{\nSubset a \\code{data.frame} and change column names.\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/map_values.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{map_values}\n\\alias{map_values}\n\\title{Map values}\n\\usage{\nmap_values(x, map, force = FALSE)\n}\n\\arguments{\n\\item{x}{vector.}\n\n\\item{map}{named vector mapping names to values.}\n}\n\\value{\n\\code{vector}.\n}\n\\description{\nMap values of a vector.\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/mzcr.cz.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_mzcr.cz.R\n\\name{mzcr.cz}\n\\alias{mzcr.cz}\n\\title{Ministry of Health of the Czech Republic}\n\\source{\nhttps://onemocneni-aktualne.mzcr.cz/api/v2/covid-19\n}\n\\usage{\nmzcr.cz(level)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n}\n\\description{\nData source for: Czech Republic\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/naming.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{naming}\n\\alias{naming}\n\\title{Naming convention}\n\\usage{\nnaming(x)\n}\n\\arguments{\n\\item{x}{the return of a ds_ funtion}\n}\n\\description{\nNaming convention\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/ourworldindata.org.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_ourworldindata.org.R\n\\name{ourworldindata.org}\n\\alias{ourworldindata.org}\n\\title{Our World in Data}\n\\source{\nhttps://covid.ourworldindata.org\n}\n\\usage{\nourworldindata.org(level = 1, id = NULL)\n}\n\\arguments{\n\\item{level}{1, 2}\n\n\\item{id}{filter by ISO code if level=1 or by name of state if level=2}\n}\n\\description{\nData source for: Worldwide\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/read.csv.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{read.csv}\n\\alias{read.csv}\n\\title{Data Input (csv)}\n\\usage{\nread.csv(\n  file,\n  cache = FALSE,\n  na.strings = \"\",\n  stringsAsFactors = FALSE,\n  encoding = \"UTF-8\",\n  ...\n)\n}\n\\arguments{\n\\item{file}{the name of the file which the data are to be read from. Each row of the table appears as one line of the file. If it does not contain an absolute path, the file name is relative to the current working directory, getwd(). Tilde-expansion is performed where supported. This can be a compressed file.}\n\n\\item{cache}{logical. Memory caching? Default \\code{FALSE}.}\n\n\\item{na.strings}{a character vector of strings which are to be interpreted as \\code{NA} values. Blank fields are also considered to be missing values in logical, integer, numeric and complex fields. Note that the test happens after white space is stripped from the input, so \\code{na.strings} values may need their own white space stripped in advance.}\n\n\\item{stringsAsFactors}{logical: should character vectors be converted to factors?}\n\n\\item{encoding}{encoding to be assumed for input strings. It is used to mark character strings as known to be in Latin-1 or UTF-8: it is not used to re-encode the input, but allows R to handle encoded strings in their native encoding.}\n\n\\item{...}{arguments passed to \\code{\\link[utils:write.table]{read.csv}}}\n}\n\\value{\nreturn value of \\code{\\link[utils:write.table]{read.csv}}\n}\n\\description{\nReads a file in table format and creates a data frame from it, with cases corresponding to lines and variables to fields in the file.\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/read.excel.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{read.excel}\n\\alias{read.excel}\n\\title{Data Input (excel)}\n\\usage{\nread.excel(path, cache = FALSE, sheet = NA, ...)\n}\n\\arguments{\n\\item{path}{Path to the xls/xlsx file.}\n\n\\item{cache}{logical. Memory caching? Default \\code{FALSE}.}\n\n\\item{sheet}{Sheet to read. Either a string (the name of a sheet), or an integer (the position of the sheet). Ignored if the sheet is specified via range. If neither argument specifies the sheet, defaults to all sheets.}\n\n\\item{...}{arguments passed to \\code{\\link[readxl]{read_excel}}}\n}\n\\value{\nlist of \\code{data.frame}\n}\n\\description{\nRead xls and xlsx files.\n}\n\\examples{\n\\dontrun{\n\nurl <- \"https://epistat.sciensano.be/Data/COVID19BE.xlsx\"\nx   <- read.excel(url, cache = TRUE)  \n\n}\n\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/read.xsv.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{read.xsv}\n\\alias{read.xsv}\n\\title{Data Input (csv)}\n\\usage{\nread.xsv(file, select, ...)\n}\n\\arguments{\n\\item{file}{the path to the csv file}\n\n\\item{select}{character vector of column names to extract}\n\n\\item{...}{additional arguments passed to \\code{\\link[data.table]{fread}}}\n}\n\\value{\ndata.table\n}\n\\description{\nReads specific columns of a csv file by using the xsv command line utility\nhttps://github.com/BurntSushi/xsv\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/read.zip.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{read.zip}\n\\alias{read.zip}\n\\title{Data Input (zip)}\n\\usage{\nread.zip(\n  zip,\n  files,\n  cache = FALSE,\n  fread = FALSE,\n  xsv = FALSE,\n  method = \"auto\",\n  ...\n)\n}\n\\arguments{\n\\item{zip}{path (url) to the zip folder.}\n\n\\item{files}{vector of filenames to read inside the zip folder.}\n\n\\item{cache}{logical. Memory caching? Default \\code{FALSE}.}\n\n\\item{fread}{logical indicating whether \\code{\\link[data.table]{fread}} should be used}\n\n\\item{xsv}{logical indicating whether \\code{\\link{xsv}} should be used. If \\code{TRUE}, the argument \\code{select} must be specified}\n\n\\item{method}{the download method passed to \\code{\\link[utils]{download.file}}}\n\n\\item{...}{arguments passed to \\code{\\link{read.csv}} or \\code{\\link{read.excel}}.}\n}\n\\value{\nlist of data frames\n}\n\\description{\nReads files from a zip folder.\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/repo.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{repo}\n\\alias{repo}\n\\title{Generate link to the file at the GitHub repository}\n\\usage{\nrepo(x, csv = FALSE)\n}\n\\arguments{\n\\item{x}{name of the iso_ or ds_ function, or name of the .csv file}\n}\n\\description{\nGenerate link to the file at the GitHub repository\n}\n\\keyword{internal}\n"
  },
  {
    "path": "man/rivm.nl.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_rivm.nl.R\n\\name{rivm.nl}\n\\alias{rivm.nl}\n\\title{National Institute for Public Health and the Environment}\n\\source{\nhttps://data.rivm.nl/covid-19/\n}\n\\usage{\nrivm.nl(level)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n}\n\\description{\nData source for: Netherlands\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/sciensano.be.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_sciensano.be.R\n\\name{sciensano.be}\n\\alias{sciensano.be}\n\\title{Sciensano, the Belgian Institute for Health}\n\\source{\nhttps://epistat.wiv-isp.be/covid/\n}\n\\usage{\nsciensano.be(level)\n}\n\\arguments{\n\\item{level}{1, 2, 3}\n}\n\\description{\nData source for: Belgium\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n\\item tests\n\\item total vaccine doses administered\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n\\item intensive care\n\\item patients requiring ventilation\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/ssi.dk.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_ssi.dk.R\n\\name{ssi.dk}\n\\alias{ssi.dk}\n\\title{Statens Serum Institut}\n\\source{\nhttps://covid19.ssi.dk/overvagningsdata\n}\n\\usage{\nssi.dk(level)\n}\n\\arguments{\n\\item{level}{2, 3}\n}\n\\description{\nData source for: Denmark\n}\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item tests\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n\\item hospitalizations\n}\n}\n\n\\section{Level 3}{\n\n\\itemize{\n\\item confirmed cases\n\\item tests\n\\item people with at least one vaccine dose\n\\item people fully vaccinated\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/toyokeizai.net.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_toyokeizai.net.R\n\\name{toyokeizai.net}\n\\alias{toyokeizai.net}\n\\title{Toyo Keizai}\n\\source{\nhttps://toyokeizai.net/sp/visual/tko/covid19/\n}\n\\usage{\ntoyokeizai.net(level)\n}\n\\arguments{\n\\item{level}{1, 2}\n}\n\\description{\nData source for: Japan\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\section{Level 2}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n\\item recovered\n\\item tests\n\\item hospitalizations\n\\item intensive care\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/who.int.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_who.int.R\n\\name{who.int}\n\\alias{who.int}\n\\title{World Health Organization}\n\\source{\nhttps://covid19.who.int\n}\n\\usage{\nwho.int(level = 1, id = NULL)\n}\n\\arguments{\n\\item{level}{1}\n\n\\item{id}{filter by 2-letter ISO code of country}\n}\n\\description{\nData source for: Worldwide\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item deaths\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/wikipedia.dp.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/ds_wikipedia.dp.R\n\\name{wikipedia.dp}\n\\alias{wikipedia.dp}\n\\title{Wikipedia}\n\\source{\nhttps://en.wikipedia.org/wiki/COVID-19_pandemic_on_Diamond_Princess\n}\n\\usage{\nwikipedia.dp(level)\n}\n\\arguments{\n\\item{level}{1}\n}\n\\description{\nData source for: Diamond Princess (Cruise Ship)\n}\n\\section{Level 1}{\n\n\\itemize{\n\\item confirmed cases\n\\item tests\n}\n}\n\n\\keyword{internal}\n"
  },
  {
    "path": "man/write.csv.Rd",
    "content": "% Generated by roxygen2: do not edit by hand\n% Please edit documentation in R/covid19.R\n\\name{write.csv}\n\\alias{write.csv}\n\\title{Data Output}\n\\usage{\nwrite.csv(x, file, row.names = FALSE, na = \"\", fileEncoding = \"UTF-8\", ...)\n}\n\\arguments{\n\\item{x}{the object to be written, preferably a matrix or data frame. If not, it is attempted to coerce x to a data frame.}\n\n\\item{file}{either a character string naming a file or a connection open for writing. \"\" indicates output to the console.}\n\n\\item{row.names}{either a logical value indicating whether the row names of x are to be written along with x, or a character vector of row names to be written.}\n\n\\item{na}{the string to use for missing values in the data.}\n\n\\item{fileEncoding}{character string: if non-empty declares the encoding to be used on a file (not a connection) so the character data can be re-encoded as they are written.}\n\n\\item{...}{arguments passed to \\code{\\link[utils:write.table]{write.csv}}}\n}\n\\value{\nreturn value of \\code{\\link[utils:write.table]{write.csv}}\n}\n\\description{\nWrite csv in UTF-8.\n}\n\\keyword{internal}\n"
  },
  {
    "path": "pkgdown/_pkgdown.yml",
    "content": "--- \nurl: \"https://covid19datahub.io\"\n\ntitle: \"COVID-19 Data Hub\"\n\ntemplate: \n  params: \n    ganalytics: UA-163902432-1\n    bootswatch: lumen\n    docsearch:\n      api_key: 4bb0f6b3d3527adec5f3b2193346004a\n      index_name: covid19datahub\n\nauthors: \n  David Ardia: \n    href: \"https://ardiad.github.io\"\n  Emanuele Guidotti: \n    href: \"https://guidotti.dev\"\n\nhome: \n  description: \"Unified dataset for a better understanding of COVID-19.\"\n  title: \"COVID-19 Data Hub\"\n\nreference:\n  - title: Data Sources\n    desc: >\n        This page lists all the countries that we currently support, together with the granularity of the data.\n        Click on a country to visualize the data sources for that country. \n        Each source is linked to the file at our [GitHub repository](https://github.com/covid19datahub/COVID19/) that is used to import the data.\n        If you find some issues with the data, please [report a bug](https://github.com/covid19datahub/COVID19/issues). \n        Suggestions about where to find data that we do not currently provide are also very welcome!\n  - subtitle: \"Level 1: country-level data\"\n    contents:\n    - has_concept(\"Level 1\")\n  - subtitle: \"Level 2: state-level data\"\n    contents:\n    - has_concept(\"Level 2\")\n  - subtitle: \"Level 3: city-level data\"\n    contents:\n    - has_concept(\"Level 3\")\n\nnavbar: \n  components: \n    articles: ~\n    reference: ~\n    news: ~\n    data: \n      text: Data\n      menu: \n        - text: Download\n          href: articles/data.html\n        - text: Documentation\n          href: articles/docs.html\n        - text: Data sources\n          href: reference/index.html\n    software:\n      text: Software\n      menu:\n        - text: R\n          href: articles/r.html\n        - text: Python\n          href: articles/python.html\n    papers:\n      text: Papers\n      menu:\n        - text: COVID-19 Data Hub\n          href: https://doi.org/10.21105/joss.02376\n        - text: A worldwide epidemiological database for COVID-19 at fine-grained spatial resolution\n          href: https://doi.org/10.1038/s41597-022-01245-1\n    contributors:\n      text: Contributors\n      href: articles/contributors.html\n    changelog: \n      text: Changelog\n      href: news/index.html\n  structure: \n    right: \n      - github\n\n"
  },
  {
    "path": "pkgdown/extra.css",
    "content": ".template-reference-topic #source, .template-reference-topic #source + p,\n.template-news h1 small {\n\tdisplay: none;\n}"
  },
  {
    "path": "pkgdown/extra.js",
    "content": "function downloadTable(el, slug) {\n\tvar html = '';\n\tvar id = el.value;\n\tvar name = $(el).text();\n\tif(id){\n\t\tvar url = \"https://storage.covid19datahub.io/\"+slug+\"/\"+id+\".csv\";\n\t\thtml = \n\t\t\"<table class=\\\"table\\\">\" +\n\t\t\t\"<colgroup>\" +\n\t\t\t\t\"<col width='39%'>\" +\n\t\t\t\t\"<col width='28%'>\" +\n\t\t\t\t\"<col width='18%'>\" +\n\t\t\t\t\"<col width='12%'>\" +\n\t\t\t\"</colgroup>\" +\n\t\t\t\"<thead>\" +\n\t\t\t\t\"<tr class=\\\"header\\\">\" +\n\t\t\t\t\t\"<th>URL</th>\" +\n\t\t\t\t\t\"<th>Description</th>\" +\n\t\t\t\t\t\"<th>Format</th>\" +\n\t\t\t\t\t\"<th>Downloads</th>\" +\n\t\t\t\t\"</tr>\" +\n\t\t\t\"</thead>\" +\n\t\t\t\"<tbody>\" +\n\t\t\t\t\"<tr>\" +\n\t\t\t\t\t\"<td><a href='\"+url+\".zip'>\"+url+\".zip</a></td>\" +\n\t\t\t\t\t\"<td>\"+name+\"</td>\" +\n\t\t\t\t\t\"<td><a href='\"+url+\"'>CSV</a> – <a href='\"+url+\".zip'>ZIP</a> – <a href='\"+url+\".gz'>GZIP</a></td>\" +\n\t\t\t\t\t\"<td><img src=\\\"https://storage.covid19datahub.io/downloads/\"+slug+\"/\"+id+\".svg\\\" onerror=\\\"this.src='https://img.shields.io/badge/downloads-0-blue'\\\"/></td>\" +\n\t\t\t\t\"</tr>\" +\n\t\t\t\"</tbody>\" +\n\t\t\"</table>\";\n\t}\n\tdocument.getElementById(\"download-\"+slug).innerHTML = html;\n}\n\n$(function () {\n\tif ( $.isFunction($.fn.selectize) ) {\n\t\t$(\".selectize\").selectize({\n\t\t\tsortField: \"text\",\n\t\t});\n\t}\n});\n"
  },
  {
    "path": "styleguide.md",
    "content": "# Style Guide\n\nCOVID-19 Data Hub is developed around 2 concepts: \n\n- data sources\n- countries  \n\nTo extract the data for one country, different data sources may be required. For this reason, it is important to keep the two concepts distinct. The code in the [R folder](https://github.com/covid19datahub/COVID19/tree/master/R) is organized in two main types of files:\n\n- files representing a data source (prefix `ds_`)\n- files representing a country (prefix `iso_`)\n\nThe R comments prefixed with `#'` are used to generate the documentation with [roxygen2](https://roxygen2.r-lib.org/). The comments prefixed with `#` are not used to generate the documentation. The package is set up to support the usage of Rmarkdown syntax in the docstring. Each documentation block (`#'`) starts uppercase and ends with a blank line. Each non-documentation comment (`#`) does not include the blank line and starts lowercase. \n\n```R\n#' This is a documentation block\n#'\ncode here...\n\n# this is a comment not used in the documentation\ncode here...\n```\n\n## `ds_` files\n\n### Naming convention\n\nThe `ds_` files are named according to the domain of the website where the data are provided (e.g. `example.com`). No subdomain is included (e.g., `sub.example.com` becomes `example.com`). For instance, if the data are pulled from https://coronavirus.data.gov.uk/details/developers-guide the file will be named `ds_gov.uk.R`. \n\nFor GitHub repositories, we use `github.username.repository` (lowercase). Hyphens and dashes are dropped. For instance https://github.com/CSSEGISandData/COVID-19 becomes `ds_github.cssegisanddata.covid19.R`\n\nFor open data sharing portals, such as https://www.arcgis.com, we use the domain of the portal with the suffix corresponding to the [Alpha-2 ISO 3166-1](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) code of the country providing the data. For example, the Swedish Public Health Agency is proving the data at https://www.arcgis.com/home/item.html?id=b5e7488e117749c19881cce45db13f7e which becomes `ds_arcgis.se.R` (`SE` being the 2 letter ISO code for Sweden).\n\n### Code style\n\nA `ds_` file implements the R function responsible to download the data from the provider and format them in a `data.frame` with the column `date` (mandatory) and the columns below (optional). The order is irrelevant and not all the columns need to be provided. Additional columns may be included.\n\n| Variable                  | Description                                                  |\n| ------------------------- | ------------------------------------------------------------ |\n| `confirmed`               | Cumulative number of confirmed cases.                        |\n| `deaths`                  | Cumulative number of deaths.                                 |\n| `recovered`               | Cumulative number of patients reported recovered.            |\n| `tests`                   | Cumulative number of tests.                                  |\n| `vaccines`                | Cumulative number of total vaccine doses administered.       |\n| `people_vaccinated`       | Cumulative number of people who received at least one vaccine dose. |\n| `people_fully_vaccinated` | Cumulative number of people who received all doses prescribed by the vaccination protocol. |\n| `hosp`                    | Number of hospitalized patients on date.                     |\n| `icu`                     | Number of hospitalized patients in ICUs on date.             |\n| `vent`                    | Number of patients requiring invasive ventilation on date.   |\n\nThe function takes the argument `level` as input. It may implement additional arguments as well. The function starts with an `if` condition to make clear which `level` is supported. The function has the same name of the corresponding `ds_` file (without the prefix `ds_` and without the suffix `.R`). \n\n```R\ngithub.eguidotti.covid19br <- function(level){\n  if(level!=3) return(NULL)\n    \n  # code here...\n    \n}\n```\n\n### Documentation style\n\nThe documentation starts with the name of the data provider. The name of the data provider is:\n\n- the official name of organizations (preferably in English)\n- the name of individuals (e.g., for personal GitHub repositories)\n\n```R\n#' Wesley Cota\n#'\ngithub.wcota.covid19br <- function(level){\n```\n\nThe description is \"Data source for:\" followed by the name of the country for which the data are provided. This is a comma-separated list of countries if multiple countries are supported. Use \"Worldwide\" if this is a worldwide data source.\n\n```R\n#' Wesley Cota\n#'\n#' Data source for: Brazil\n#'\ngithub.wcota.covid19br <- function(level){\n```\n\nThe rest of the documentation block is generated with the function `ds_docstring` from this package (copy-paste its output in the file).\n\n### Complete example\n\n- File name `ds_github.wcota.covid19br.R`\n\n```R\n#' Wesley Cota\n#'\n#' Data source for: Brazil\n#'\n#' @param level 1, 2, 3\n#'\n#' @section Level 1:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#'\n#' @section Level 2:\n#' - confirmed cases\n#' - deaths\n#' - recovered\n#' - tests\n#' - total vaccine doses administered\n#'\n#' @section Level 3:\n#' - confirmed cases\n#' - deaths\n#'\n#' @source https://github.com/wcota/covid19br\n#'\n#' @keywords internal\n#' \ngithub.wcota.covid19br <- function(level){\n  if(!level %in% 1:3) return(NULL)\n\n  # code here...\n\n  return(x)  \n}\n```\n\n## `iso_` files\n\n### Naming convention\n\nThe `iso_` files are named according to the [Alpha-3 ISO 3166-1](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) code of the country. For instance, the file for United States is named `iso_USA.R` (`USA` being the 3 letter ISO code for United States).\n\n### Code style\n\nAn `iso_` file implements the R function responsible to aggregate all the data sources for the country. The function is named with the three letter ISO code of the country. The function takes the argument `level` in input. For example, for Brazil we have:\n\n```R\nBRA <- function(level){\n  # code here...   \n}\n```\n\nThe function defines the internal variable `x` that represents the output of the function. This is the very first line of code in the body of the function. The very last line of code returns `x`. \n\n```R\nBRA <- function(level){\n  x <- NULL\n  \n  # code here...   \n  \n  return(x)\n}\n```\n\nInternally, the code is split by `level`, with no white spaces in the `if` condition and one blank line among different lines. Not all the 3 levels are required.\n\n```R\nBRA <- function(level){\n  x <- NULL\n  \n  if(level==1){\n      \n    # code here...         \n      \n  }\n\n  if(level==2){\n      \n    # code here...         \n      \n  }\n    \n  return(x)\n}\n```\n\n### Documentation style\n\nThe documentation starts with the name of the country and with the link to the file in this repository that implements the country. The link is generated with the function `repo` that takes as input the name of the function as follows:\n\n```R\n#' Brazil \n#'\n#' @source \\url{`r repo(\"BRA\")`}\n#' \nBRA <- function(level){\n```\n\nFor each level we create a new @concept and a new subsection in the \"Data Sources\" @section. The `docstring` function automatically generates the documentation for the providers of population data.\n\n```R\n#' Brazil \n#'\n#' @source \\url{`r repo(\"BRA\")`}\n#' \nBRA <- function(level){\n  x <- NULL\n  \n  #' @concept level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BRA\", 1)`\n  #'  \n  if(level==1){\n```\n\nFor each data source, we report the link to the `ds_` function, the name of the data provider, and the list of variables available. The documentation block is generated with the function `iso_docstring` from this package (copy-paste its output in the file).\n\n```R\n#' Brazil \n#'\n#' @source \\url{`r repo(\"BRA\")`}\n#' \nBRA <- function(level){\n  x <- NULL\n  \n  #' @concept level 1\n  #' @section Data Sources:\n  #'\n  #' ## Level 1\n  #' `r docstring(\"BRA\", 1)`\n  #'\n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.wcota.covid19br\")`}{Wesley Cota}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered.\n    #'\n    x <- github.wcota.covid19br(level = level)\n```\n\n### Complete example\n\n- File name: `iso_BRA.R`\n\n```R\n#' Brazil \n#'\n#' @source \\url{`r repo(\"BRA\")`}\n#' \nBRA <- function(level){\n  x <- NULL\n  \n  #' @concept Level 1\n  #' @section Data Sources:\n  #' \n  #' ## Level 1\n  #' `r docstring(\"BRA\", 1)`\n  #' \n  if(level==1){\n    \n    #' - \\href{`r repo(\"github.wcota.covid19br\")`}{Wesley Cota}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered.\n    #'\n    x <- github.wcota.covid19br(level = level)\n   \n  }\n  \n  #' @concept Level 2\n  #' @section Data Sources:\n  #' \n  #' ## Level 2\n  #' `r docstring(\"BRA\", 2)`\n  #' \n  if(level==2){\n    \n    #' - \\href{`r repo(\"github.wcota.covid19br\")`}{Wesley Cota}:\n    #' confirmed cases,\n    #' deaths,\n    #' recovered,\n    #' tests,\n    #' total vaccine doses administered.\n    #'\n    x <- github.wcota.covid19br(level = level)\n    x$id <- id(x$state, iso = \"BRA\", ds = \"github.wcota.covid19br\", level = level)\n    \n  }\n  \n  #' @concept Level 3\n  #' @section Data Sources:\n  #' \n  #' ## Level 3\n  #' `r docstring(\"BRA\", 3)`\n  #' \n  if(level==3){  \n\n    #' - \\href{`r repo(\"github.wcota.covid19br\")`}{Wesley Cota}:\n    #' confirmed cases,\n    #' deaths.\n    #'\n    x <- github.wcota.covid19br(level = level)\n    x$id <- id(x$code, iso = \"BRA\", ds = \"github.wcota.covid19br\", level = level)\n    \n    #' - \\href{`r repo(\"github.eguidotti.covid19br\")`}{Emanuele Guidotti}:\n    #' total vaccine doses administered,\n    #' people with at least one vaccine dose,\n    #' people fully vaccinated.\n    #'\n    v <- github.eguidotti.covid19br(level = level)\n    v$id <- id(v$ibge, iso = \"BRA\", ds = \"github.eguidotti.covid19br\", level = level)\n    \n    # merge\n    x <- dplyr::left_join(x, v, by = c(\"id\", \"date\"))\n    \n  }\n  \n  return(x)\n}\n```\n\n## Acknowledgements\n\nWe thank [@EstellaD](https://github.com/EstellaD) for inspiring and contributing this style guide."
  },
  {
    "path": "test/compare_data.R",
    "content": "library(scales)\nlibrary(ggplot2)\nlibrary(dplyr)\nlibrary(patchwork)\ncompare <- function(id, variables, data_updated, data_reference){\n  #' @id id of the geographical unit\n  #' @variables variables to compare\n  #' @data_updated updated data\n  #' @data_reference benchmark data\n  #' \n  #' @return One plot and table for each variable\n  #' \n\n  natables <- list()\n  tables <- list()\n  plots <- list()\n  \n  data_updated <- data_updated[which(data_updated$id == id),]\n  data_reference <- data_reference[which(data_reference$id == id),]\n  \n  merged <- merge(\n    data_updated[, c(\"id\", \"date\", variables)], \n                  data_reference[, c(\"id\", \"date\", variables)], \n                  by = c(\"id\", \"date\"), \n                  all = TRUE, \n                  suffixes = c(\"_updated\", \"_reference\")\n                  )\n    \n  for (variable in variables) {\n    variable_updated <- paste0(variable, \"_updated\")\n    variable_reference <- paste0(variable, \"_reference\")\n    table <- merged[, c(\"date\", variable_updated, variable_reference)]\n    table$difference <- table[[variable_updated]] - table[[variable_reference]]\n    tables[[variable]] <- table\n    \n    melted <- table[,1:3]\n    colnames(melted) <- c(\"DATE\", \"Updated\", \"Reference\")\n    melted <- pivot_longer(melted, cols = c(\"Updated\", \"Reference\"), names_to = \"NAME\", values_to = \"VALUE\")\n    \n    fig1 <- ggplot(melted, aes(x = DATE, y = VALUE, color = NAME)) +\n      geom_point(size = 0.25, na.rm = TRUE) +\n      geom_line(linewidth = 0.25, na.rm = TRUE) +\n      scale_y_continuous(labels = comma) +\n      labs(title = paste0(variable, \" id \", id), x = \"Date\", y = \"Count\", color = \"Dataset\") +\n      theme_minimal() +\n      theme(panel.background = element_rect(fill = \"white\", color = NA),\n            plot.background = element_rect(fill = \"white\", color = NA), \n            legend.position = \"bottom\")\n    \n    natable <- table[,1:3]\n    colnames(natable) <- c(\"DATE\", \"Updated\", \"Reference\")\n    natable <- natable[order(natable$DATE, decreasing = FALSE),]\n    natable$Updated[which(c(NA, diff(natable$Updated)) == 0)] <- NA\n    natable$Reference[which(c(NA, diff(natable$Reference)) == 0)] <- NA\n    natable$NADIFF <- is.na(natable[[\"Updated\"]]) - is.na(natable[[\"Reference\"]])\n    fig2 <- ggplot(natable, aes(x = DATE, y = NADIFF)) +\n      geom_point(size = 0.25, na.rm = TRUE) +\n      labs(title = variable, x = \"Date\", y = \"Count\", color = \"Dataset\") +\n      theme_minimal() +\n      ylim(c(-1, 1)) +\n      theme(panel.background = element_rect(fill = \"white\", color = NA),\n            plot.background = element_rect(fill = \"white\", color = NA), \n            legend.position = \"bottom\")\n\n    combined_plot <- fig1 / fig2 + plot_layout(ncol = 1, heights = c(2, 1))\n    \n    natables[[variable]] <- natable\n    plots[[variable]] <- combined_plot\n  }\n  \n  return(list(\n    \"natables\" = natables, \"tables\" = tables, \"plots\" = plots\n  ))\n}\n\n# Parameters\niso <- \"AFG\"\nid <- \"05761064\"\nlevel <- 2\nroot <- \"test\"\nvariables <- c(\n  \"confirmed\", \n  \"deaths\", \n  \"recovered\", \n  \"tests\", \n  \"vaccines\",\n  \"people_vaccinated\", \n  \"people_fully_vaccinated\", \n  \"hosp\", \n  \"icu\"\n)\n\ndata_reference <- read.csv(sprintf(\"https://storage.covid19datahub.io/country/%s.csv\",iso))\ndata_updated <- covid19(iso, level)\nresult <- compare(id, variables, data_updated, data_reference)\n\n# SAVE\nfolder <- paste0(root, '/fig/', id)\n\nif (!dir.exists(folder)) {\n  dir.create(folder)\n}\n\n\n# Save all plots\nfor (variables in names(result[[\"plots\"]])) {\n  ggsave(\n    filename = paste0(folder, paste0(iso, \"_\", variables, \".png\")),\n    plot = result[[\"plots\"]][[variables]],\n    width = 12, height = 6, dpi = 300\n  )\n}\n"
  },
  {
    "path": "vignettes/contributors.Rmd",
    "content": "---\ntitle: \"Contributors\"\noutput: rmarkdown::html_vignette\nvignette: >\n  %\\VignetteIndexEntry{Contributors}\n  %\\VignetteEngine{knitr::rmarkdown}\n  %\\VignetteEncoding{UTF-8}\n---\n\nSpecial mention:\n\n- [Martin Benes](https://www.linkedin.com/in/martinbenes1996/) is the author of the [`covid19dh`](https://pypi.org/project/covid19dh/) Python package.\n- [Viktoriia Tantsiura](https://www.linkedin.com/in/viktan/) was responsible for updating all the data pipelines in 2025.\n\nThe following people are gratefully acknowledged for taking part in the data collection. The names are in alphabetical order, to view individual contributions click [here](https://github.com/covid19datahub/COVID19/graphs/contributors).\n\n- [Baby Rijin](https://github.com/rijinbaby)\n- [Benes Martin](https://github.com/martinbenes1996)\n- [Bolton Matt](https://github.com/M3IT)\n- [Burren Elsa](https://github.com/elsaburren)\n- [Caggese Simone](https://github.com/sim55649)\n- [Castagnetto Jesus M.](https://github.com/jmcastagnetto)\n- [Dong Yixing](https://github.com/EstellaD) \n- [Guilherme Viana](https://github.com/guilhermegfv)\n- [Huang Xiangyun](https://github.com/XiangyunHuang)\n- [Jonekeat](https://github.com/jonekeat)\n- [Kelley Dan](https://github.com/dankelley)\n- [Khatiwada Angelina](https://github.com/angelinakhatiwada)\n- [Lo Giudice Federico](https://github.com/FedericoLG)\n- [Montemurro Paolo](https://github.com/montemurroPaolo)\n- [Pengatkundil Muhammed](https://github.com/muhammedseehan-commits)\n- [Rosca Robert](https://github.com/RobertRosca)\n- [Tantsiura Viktoriia](https://github.com/ViktoriiaTan)\n- [Yuan Zhou](https://github.com/yuanzhouIR)\n\n`r gsub(\"^# \", \"## \", readr::read_file('../LICENSE.md'))`\n"
  },
  {
    "path": "vignettes/data.Rmd",
    "content": "---\ntitle: \"Download Centre\"\noutput: rmarkdown::html_vignette\nvignette: >\n  %\\VignetteIndexEntry{Download Centre}\n  %\\VignetteEngine{knitr::rmarkdown}\n  %\\VignetteEncoding{UTF-8}\n---\n\n<script type=\"text/javascript\" src=\"https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.13.3/js/standalone/selectize.min.js\"></script>\n<link rel=\"stylesheet\" type=\"text/css\" href=\"https://cdnjs.cloudflare.com/ajax/libs/selectize.js/0.13.3/css/selectize.bootstrap4.min.css\" />\n\n> Download the data as a SQLite database or as CSV files.\n\n## Latest data\n\nThe latest data are updated on an hourly basis. \nYou can dowload them in several ways:\n\n- all-in-one (SQLite)\n- by level (CSV)\n- by country (CSV)\n- by location (CSV)\n\n### Download all-in-one\n\nDownload all the data at once as a compressed [SQLite](https://sqlite.org/) database file. The database contains two tables:\n\n- table `location`: contains information about the geographical entities\n- table `timeseries`: contains the time-series of epidemiological variables and policy measures for each location\n\nThe two tables can be joined on the column `id`. Read more in the [documentation](/articles/docs.html).\n\n| URL | Description | Format | Downloads |\n|-------------------------------------------------------|----------------------------------------|--------------------------|------------------|\n| https://storage.covid19datahub.io/latest.db.gz | Full database. Contains all the data. | [GZIP](https://storage.covid19datahub.io/latest.db.gz) | ![](https://storage.covid19datahub.io/downloads/latest.db.gz.svg) |\n\n\n### Download by level\n\nDownload worldwide data at 3 different levels of granularity: country-level data (level `1`), state-level data (level `2`), and city-level data (level `3`).\n\n| URL | Description | Format | Downloads |\n|-------------------------------------------------------|----------------------------------------|--------------------------|------------------|\n| https://storage.covid19datahub.io/level/1.csv.zip | Worldwide country-level data. | [CSV](https://storage.covid19datahub.io/level/1.csv) -- [ZIP](https://storage.covid19datahub.io/level/1.csv.zip) -- [GZIP](https://storage.covid19datahub.io/level/1.csv.gz) | ![](https://storage.covid19datahub.io/downloads/level/1.svg) |\n| https://storage.covid19datahub.io/level/2.csv.zip | Worldwide state-level data. | [CSV](https://storage.covid19datahub.io/level/2.csv) -- [ZIP](https://storage.covid19datahub.io/level/2.csv.zip) -- [GZIP](https://storage.covid19datahub.io/level/2.csv.gz) | ![](https://storage.covid19datahub.io/downloads/level/2.svg) |\n| https://storage.covid19datahub.io/level/3.csv.zip | Worldwide city-level data. | [CSV](https://storage.covid19datahub.io/level/3.csv) -- [ZIP](https://storage.covid19datahub.io/level/3.csv.zip) -- [GZIP](https://storage.covid19datahub.io/level/3.csv.gz) | ![](https://storage.covid19datahub.io/downloads/level/3.svg) |\n\n\n**For developers.** The endpoint to download data by level is:\n\n- `https://storage.covid19datahub.io/level/<level>.<ext>`\n\nwhere:\n\n- `<level>` is equal to `1`, `2`, or `3`\n- `<ext>` is one of: `csv` for the uncompressed file; `csv.zip` for the ZIP file; `csv.gz` for the GZIP file\n\n### Download by country\n\n```{r, include=FALSE}\nselect_country <- function(){\n  country <- read.csv(\"https://storage.covid19datahub.io/country/index.csv\", fileEncoding = \"UTF-8\")\n  options <- paste(sprintf('<option value=\"%s\">%s</option>', country$iso_alpha_3, country$name), collapse = \"\\n\")\n  sprintf('<select class=\"selectize\" placeholder=\"Select a country\" onchange=\"downloadTable(this, \\'country\\')\"><option disabled selected value></option>\\n%s\\n</select>', options)\n}\n```\n\n```{r, include=FALSE}\nselect_location <- function(){\n  location <- read.csv(\"https://storage.covid19datahub.io/location/index.csv\", fileEncoding = \"UTF-8\")\n  location$name <- gsub(\"^(, )*\", \"\", paste(sep = \", \",\n    location$administrative_area_level_3,\n    location$administrative_area_level_2,\n    location$administrative_area_level_1))\n  options <- paste(sprintf('<option value=\"%s\">%s</option>', location$id, location$name), collapse = \"\\n\")\n  sprintf('<select class=\"selectize\" placeholder=\"Select a location\" onchange=\"downloadTable(this, \\'location\\')\"><option disabled selected value></option>\\n%s\\n</select>', options)\n}\n```\n\nDownload the data for all the administrative divisions within one country.\n\n`r select_country()`\n\n<div id=\"download-country\"></div>\n\n**For developers.** The endpoint to download data by country is:\n\n- `https://storage.covid19datahub.io/country/<iso>.<ext>`\n\nwhere:\n\n- `iso` is the 3-letter ISO code of the country\n- `<ext>` is one of: `csv` for the uncompressed file; `csv.zip` for the ZIP file; `csv.gz` for the GZIP file\n\nThe lookup table mapping countries to `iso` codes is available at `https://storage.covid19datahub.io/country/index.<ext>`\n\n### Download by location\n\nDownload the data by single location.\n\n`r select_location()`\n\n<div id=\"download-location\"></div>\n\n**For developers.** The endpoint to download data by location is:\n\n- `https://storage.covid19datahub.io/location/<id>.<ext>`\n\nwhere:\n\n- `id` is the hash code identifying a location\n- `<ext>` is one of: `csv` for the uncompressed file; `csv.zip` for the ZIP file; `csv.gz` for the GZIP file\n\nThe lookup table mapping locations to `id`s is available at `https://storage.covid19datahub.io/location/index.<ext>`\n\n\n## Vintage data\n\nVintage data are immutable snapshots of the data taken each day. The vintage file on date `YYYY-MM-DD` contains the data that were available on that day. Typically, the data available on day $T$ include the counts up to day $T-1$ due to natural delays in reporting the data to the local authorities and different time zones worldwide.\n\n```{r, include=FALSE}\ntab <- function(start, end, version){\n  if(end<start) return(NULL)\n  dates <- seq(as.Date(end), as.Date(start), by = -1)\n  head <- \"| URL | Data Sources | Snapshot Date | Downloads | \\n |-------------------------------------------------------|----------------------------------------|--------------------------|------------------|\"\n  if(version<3){\n    tab <- sprintf(\"| https://storage.covid19datahub.io/%s.zip | Included in the zip folder | %s | <img src=\\\"https://storage.covid19datahub.io/downloads/%s.zip.svg\\\" onerror=\\\"this.src='https://img.shields.io/badge/downloads-0-blue'\\\"/> |\", dates, dates, dates)    \n  }\n  else{\n      tab <- sprintf(\"| https://storage.covid19datahub.io/%s.db.gz | [Download PDF](https://storage.covid19datahub.io/%s.pdf) &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | %s | <img src=\\\"https://storage.covid19datahub.io/downloads/%s.db.gz.svg\\\" onerror=\\\"this.src='https://img.shields.io/badge/downloads-0-blue'\\\"/> |\", dates, dates, dates, dates, dates, dates, dates, dates)\n  }\n  paste(head, paste0(tab, collapse = \"\\n\"), sep = '\\n')\n}\n```\n\n`r tab(start = \"2023-03-01\", end = \"2024-10-18\", version = 3)`\n\nTests for Switzerland are now retrieved from the file [COVID19Test_geoRegion_w](https://opendata.swiss/en/dataset/covid-19-schweiz/resource/d0222de9-00c3-4266-a53a-c00e459aeef6). Before this update, `tests` for Switzerland were significantly lower, because only tests performed in hospitals were counted.\n\n`r tab(start = \"2021-11-15\", end = \"2023-02-28\", version = 3)`\n\nVersion 3 is now live. This is a major update. The vintage data are now shipped in SQLite databases and the vintage data sources are reported in the corresponding PDF files. \n\nThe vintage data are now generated on the same date of the data snapshot. Before 14 November 2021, the vintage data were generated with a delay of 48 hours to make sure all the observations are complete, and we don't take snapshots of yet-not-complete data. Infact, there is a natural delay in reporting the data to the local authorities (+24h) and different time zones worldwide (+24h). This means that e.g., a vintage file for 1st November was actually generated on 3rd November, and the data between the 1st and 3rd November were filtered out. In other words, the vintage datasets before 14 November 2021 are affected by a look-ahead bias of 2 days. This is no longer the case after 14 November 2021.\n\n[See the changelog](/news/index.html) for further information on this update.\n\n`r tab(start = \"2021-04-11\", end = \"2021-11-14\", version = 2)`\n\nDue to the incresing size of the data files, we stopped providing the pre-processed data on 10 April 2021, so to improve the update and storage of the raw data. **Please switch to the raw data if you are still using the pre-processed files.**\nPre-processed data fill missing dates in the raw data with `NA` values. This ensures that all locations share the same grid of dates and no single day is skipped. Then, `NA` values are replaced with the previous non-`NA` value or `0`. \n\n`r tab(start = \"2020-12-30\", end = \"2021-04-10\", version = 2)`\n\nSince 2021-12-30, the datasets include the columns `vaccines` as described [here](/articles/docs.html#epidemiological-variables). \n\n`r tab(start = \"2020-12-12\", end = \"2020-12-29\", version = 2)`\n\nSince 2020-12-12, policies for admin areas level 3 are inherited from the policies available for admin areas level 2 as described [here](/articles/docs.html#policy-measures).\n\n`r tab(start = \"2020-04-14\", end = \"2020-12-11\", version = 2)`\n\n`r gsub(\"^# \", \"## \", readr::read_file('../LICENSE.md'))`\n"
  },
  {
    "path": "vignettes/docs.Rmd",
    "content": "---\ntitle: \"Documentation\"\noutput: rmarkdown::html_vignette\nvignette: >\n  %\\VignetteIndexEntry{Documentation}\n  %\\VignetteEngine{knitr::rmarkdown}\n  %\\VignetteEncoding{UTF-8}\n---\n\n> All the CSV files at the [download centre](/articles/data.html) share the same structure: a table consisting of rows and columns. Each row represents an observation for a geographical entity at a given point in time. The columns are documented below. \n\n> The [SQLite database](/articles/data.html#download-all-in-one-1) contains two tables: the table `location` where each row represents a geographical entity, and the table `timeseries` with the time-series observations for each location. The two tables can be joined on the column `id`. The columns are consistent with the CSV files and are documented below.\n\n## Identifiers\n\n| Variable                              | Description                                                  |\n| ----------------------------------------------- | ----------------------------------------------------------- |\n| `id`                                  | Unique identifier for the geographical entity.                                         |\n| `date`                                | Observation date in the format YYYY-MM-DD.                                            |\n\n\n## Epidemiological variables\n\nConfirmed cases, deaths, recovered, tests, and vaccination data are cumulative counts. When computing daily counts, you may end up with negative numbers. This is a known issue due to decreasing cumulative counts in the original data provider. COVID-19 Data Hub applies no cleaning procedure for this kind of issues, which are typically due to changes in the data collection methodology. Refer to the [data sources](/reference/index.html) to identify the original providers and obtain more information about the data. If the provider corrects the data retroactively, the changes are reflected in this dataset.\n\n| Variable                              | Description                                                  |\n| ----------------------------------------------- | ----------------------------------------------------------- |\n| `confirmed`                           | Cumulative number of confirmed cases.                       |\n| `deaths`                              | Cumulative number of deaths.                                |\n| `recovered`                           | Cumulative number of patients released from hospitals or reported recovered. |\n| `tests`                               | Cumulative number of tests.                                 |\n| `vaccines`                               | Cumulative number of total doses administered.                                |\n| `people_vaccinated`                                 | Cumulative number of people who received at least one vaccine dose.                                            |\n| `people_fully_vaccinated`                                 | Cumulative number of people who received all doses prescribed by the vaccination protocol.                                            |\n| `hosp`                                | Number of hospitalized patients on date.                     |\n| `icu`                                 | Number of hospitalized patients in intensive therapy on date.             |\n| `vent`                                | Number of patients requiring invasive ventilation on date.   |\n| `population`                                 | Total population.                                            |\n\n\n## Policy measures\n\nPolicy measures are provided by [Oxford Covid-19 Government Response Tracker](https://github.com/OxCGRT/covid-policy-tracker). From the [documentation](https://github.com/OxCGRT/covid-policy-tracker/blob/master/documentation/codebook.md): \"Policies often vary by region within countries. The Tracker codes the most stringent government policy that is in place in a country/territory, as represented by the highest ordinal value. Sometimes the most stringent policy in a country/territory will only apply to a small part of the population. If the most stringent policy is only present in a limited geographic area, the Tracker uses a binary flag variable to denote this limited scope. The indicators have a flag for whether they are \"targeted\" to a specific geographical region (flag=0) or whether they are a \"general\" policy that is applied across the whole country/territory (flag=1).\"\n\nCOVID-19 Data Hub uses these flags and indicators as follows:\n\n- General policies (flag=1) are encoded with a positive value.\n- Targeted policies (flag=0) are encoded with a negative value.\n- Missing flags are treated as flag=0 (targeted policy) to represent the fact that the policy may vary within the country.\n- All the policies for a country are used also for its sub-national areas (levels 2 and 3), unless [sub-national policies](https://github.com/OxCGRT/covid-policy-tracker#subnational-data) are directly available.\n- When data on [sub-national policies](https://github.com/OxCGRT/covid-policy-tracker#subnational-data) are available (level 2), policies at level 3 are inherited from the policies at level 2.\n\nIn short: positive integers identify policies applied to the entire administrative area. Negative integers are used to identify policies that represent a best guess of the policy in force, but may not represent the real status of the given area. **The negative sign is used solely to distinguish the two cases, it should not be treated as a real negative value.**\n\n| Variable                              | Description                                                  |\n| ----------------------------------------------- | ----------------------------------------------------------- |\n| `school_closing`                      | 0 - no measures <br/> 1 - recommend closing or all schools open with alterations resulting in significant differences compared to non-Covid-19 operations <br/> 2 - require closing (only some levels or categories, eg just high school, or just public schools) <br/> 3 - require closing all levels |\n| `workplace_closing`                   | 0 - no measures <br/> 1 - recommend closing (or recommend work from home) or all businesses open with alterations resulting in significant differences compared to non-Covid-19 operation <br/> 2 - require closing (or work from home) for some sectors or categories of workers <br/> 3 - require closing (or work from home) for all-but-essential workplaces (eg grocery stores, doctors) |\n| `cancel_events`                       | 0 - no measures <br/> 1 - recommend cancelling <br/> 2 - require cancelling |\n| `gatherings_restrictions`             | 0 - no restrictions <br/> 1 - restrictions on very large gatherings (the limit is above 1000 people) <br/> 2 - restrictions on gatherings between 101-1000 people <br/> 3 - restrictions on gatherings between 11-100 people <br/> 4 - restrictions on gatherings of 10 people or less |\n| `transport_closing`                   | 0 - no measures <br/> 1 - recommend closing (or significantly reduce volume/route/means of transport available) <br/> 2 - require closing (or prohibit most citizens from using it) |\n| `stay_home_restrictions`              | 0 - no measures <br/> 1 - recommend not leaving house <br/> 2 - require not leaving house with exceptions for daily exercise, grocery shopping, and 'essential' trips <br/> 3 - require not leaving house with minimal exceptions (eg allowed to leave once a week, or only one person can leave at a time, etc) |\n| `internal_movement_restrictions`      | 0 - no measures <br/> 1 - recommend not to travel between regions/cities <br/> 2 - internal movement restrictions in place |\n| `international_movement_restrictions` | 0 - no restrictions <br/> 1 - screening arrivals <br/> 2 - quarantine arrivals from some or all regions <br/> 3 - ban arrivals from some regions <br/> 4 - ban on all regions or total border closure |\n| `information_campaigns`               | 0 - no Covid-19 public information campaign <br/> 1 - public officials urging caution about Covid-19 <br/> 2- coordinated public information campaign (eg across traditional and social media) |\n| `testing_policy`                      | 0 - no testing policy <br/> 1 - only those who both (a) have symptoms AND (b) meet specific criteria (eg key workers, admitted to hospital, came into contact with a known case, returned from overseas) <br/> 2 - testing of anyone showing Covid-19 symptoms <br/> 3 - open public testing (eg \"drive through\" testing available to asymptomatic people) |\n| `contact_tracing`                     | 0 - no contact tracing <br/> 1 - limited contact tracing; not done for all cases <br/> 2 - comprehensive contact tracing; done for all identified cases |\n| `facial_coverings`                    | 0 - No policy <br/> 1 - Recommended <br/> 2 - Required in some specified shared/public spaces outside the home with other people present, or some situations when social distancing not possible <br/> 3 - Required in all shared/public spaces outside the home with other people present or all situations when social distancing not possible <br/> 4 - Required outside the home at all times regardless of location or presence of other people |\n| `vaccination_policy`                  | 0 - No availability <br/> 1 - Availability for ONE of following: key workers/ clinically vulnerable groups (non elderly) / elderly groups <br/> 2 - Availability for TWO of following: key workers/ clinically vulnerable groups (non elderly) / elderly groups <br/> 3 - Availability for ALL of following: key workers/ clinically vulnerable groups (non elderly) / elderly groups <br/> 4 - Availability for all three plus partial additional availability (select broad groups/ages) <br/> 5 - Universal availability |\n| `elderly_people_protection`           | 0 - no measures <br/> 1 - Recommended isolation, hygiene, and visitor restriction measures in LTCFs and/or elderly people to stay at home <br/> 2 - Narrow restrictions for isolation, hygiene in LTCFs, some limitations on external visitors and/or restrictions protecting elderly people at home <br/> 3 - Extensive restrictions for isolation and hygiene in LTCFs, all non-essential external visitors prohibited, and/or all elderly people required to stay at home and not leave the home with minimal exceptions, and receive no external visitors |\n\nOxford Covid-19 Government Response Tracker calculates several indices to give an overall impression of government activity, as described [here](https://github.com/OxCGRT/covid-policy-tracker/blob/master/documentation/index_methodology.md). COVID-19 Data Hub propagates the index value from upper level areas to lower level areas as described above for individual policy measures. When the index is not provided directly for the given area and it is inherited from an upper level area, we place a minus sign in front of the value of the index. **The negative sign is used solely to distinguish the two cases, it should not be treated as a real negative value.**\n\n| Variable                              | Description                                                  |\n| ----------------------------------------------- | ----------------------------------------------------------- |\n| `government_response_index`           | The index records how the response of governments has varied over all indicators in the [OxCGRT database](https://github.com/OxCGRT/covid-policy-tracker/blob/master/documentation/index_methodology.md), becoming stronger or weaker over the course of the outbreak. |\n| `stringency_index`                    | The index records the strictness of ‘lockdown style’ policies that primarily restrict people’s behaviour. |\n| `containment_health_index`            | The index combines ‘lockdown’ restrictions and closures with measures such as testing policy and contact tracing, short term investment in healthcare, as well investments in vaccines. |\n| `economic_support_index`              | The index records measures such as income support and debt relief. |\n\n\n## Administrative areas\n\n| Variable                              | Description                                                  |\n| ----------------------------------------------- | ----------------------------------------------------------- |\n| `administrative_area_level`                             | Level of the administrative area: `1` for countries; `2` for states, regions, cantons, or local equivalent; `3` for cities, municipalities, or local equivalent.                            |\n| `administrative_area_level_1`                             | Name of the administrative area of level 1.                            |\n| `administrative_area_level_2`                               | Name of the administrative area of level 2. |\n| `administrative_area_level_3`                                | Name of the administrative area of level 3. |\n\n## Coordinates\n\nLatitude and longitude are computed using [`st_point_on_surface`](https://r-spatial.github.io/sf/reference/geos_unary.html), which guarantees to return a point on the surface of the administrative area.\n\n| Variable                              | Description                                                  |\n| ----------------------------------------------- | ----------------------------------------------------------- |\n| `latitude`                                 | Latitude.                                                    |\n| `longitude`                                 | Longitude.                                                   |\n\n## ISO codes\n\n| Variable                              | Description                                                  |\n| ----------------------------------------------- | ----------------------------------------------------------- |\n| `iso_alpha_3`                                 | 3-letter code of the country according to the standard [ISO 3166-1 Alpha-3](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes).                                                    |\n| `iso_alpha_2`                                 | 2-letter code of the country according to the standard [ISO 3166-1 Alpha-2](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes).                                                   |\n| `iso_numeric`                                 | Numeric code of the country according to the standard [ISO 3166-1 Numeric](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes).                                                     |\n| `iso_currency`                                 | 3-letter code of the currency used in the country according to the standard [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217).                                                   |\n\n## External Keys\n\n| Variable                              | Description                                                  |\n| ----------------------------------------------- | ----------------------------------------------------------- |\n| `key_local`                                  | The administrative area identifier used by the local authorities, usually the national institute of statistics or local equivalent. E.g., `key_local` are FIPS codes for United States, IBGE codes for Brazil, ISTAT codes for Italy, etc.                                         |\n| `key_google_mobility`                                | The `place_id` used in [Google Mobility Reports](https://www.google.com/covid19/mobility/). The identifier also allows to interact with the [Google Places and Google Maps API](https://developers.google.com/maps/documentation/places/web-service/place-id).                                             |\n| `key_apple_mobility`                                |  The administrative area identifier identifier used in [Apple Mobility Reports](https://www.apple.com/covid19/mobility). This is constructed by concatenating `region` and, when not null, `sub-region` in Apple Mobility Reports: i.e., `<region>, <sub-region>`.                                           |\n| `key_jhu_csse`                                |  The administrative area identifier identifier used in the [JHU CSSE Unified COVID-19 Dataset](https://github.com/CSSEGISandData/COVID-19_Unified-Dataset). In particular, this enables to match administrative areas with the [Hydromet dataset](https://github.com/CSSEGISandData/COVID-19_Unified-Dataset/tree/master/Hydromet).                                             |\n| `key_nuts`                                |  The 2021 NUTS codes for Europe, by [Eurostat](https://ec.europa.eu/eurostat/web/nuts/nuts-maps). This is a one-to-many relation as one NUTS code can be associated with multiple administrative areas. The lowest level used is NUTS 3. Local Administrative Units (LAU) are mapped to NUTS 3.                                              |\n| `key_gadm`                                |  The identifier (GID) used in the [GADM database](https://gadm.org/) version 3.6. This is a one-to-one relation as one GID is associated with a unique administrative area. For some administrative areas, it is not possible to find the exact correspondence in the GADM database. In this cases we proceed as follows: (a) when the administrative area is the union of multiple areas in GADM, we use the GID of the area closer to the centroid; (b) when the administrative area is a subdivision not present in GADM, we create its GID by appending `.n_0` to the GID of the upper division, where `n` is a sequantial integer and `0` denotes the version number (read more about GID [here](https://gadm.org/metadata.html)). |\n\n\n`r gsub(\"^# \", \"## \", readr::read_file('../LICENSE.md'))`\n"
  },
  {
    "path": "vignettes/python.Rmd",
    "content": "---\ntitle: \"Python\"\noutput: rmarkdown::html_vignette\nvignette: >\n  %\\VignetteIndexEntry{Python}\n  %\\VignetteEngine{knitr::rmarkdown}\n  %\\VignetteEncoding{UTF-8}\n---\n\n[![](https://img.shields.io/pypi/v/covid19dh.svg?color=brightgreen)](https://pypi.org/pypi/covid19dh/) [![](https://img.shields.io/pypi/dm/covid19dh.svg?color=blue)](https://pypi.org/pypi/covid19dh/) [![](https://img.shields.io/github/stars/covid19datahub/python?style=social)](https://github.com/covid19datahub/python)\n\n## Setup and usage\n\nInstall from [pip](https://pypi.org/project/covid19dh/) with\n\n```py\npip install covid19dh\n```\n\nImporting the main function `covid19()`   \n\n```py\nfrom covid19dh import covid19\nx, src = covid19() \n```\n\nPackage is regularly updated. Update with\n\n```bash\npip install --upgrade covid19dh\n```\n\n## Return values\n\nThe function `covid19()` returns 2 pandas dataframes:\n* the data and\n* references to the data sources.\n\n## Parametrization\n\n### Country\n\nList of country names (case-insensitive) or ISO codes (alpha-2, alpha-3 or numeric). The list of ISO codes can be found [here](https://github.com/covid19datahub/COVID19/blob/master/inst/extdata/src.csv).\n\nFetching data from a particular country:\n\n```py\nx, src = covid19(\"USA\") # Unites States\n```\n\nSpecify multiple countries at the same time:\n\n```py\nx, src = covid19([\"ESP\",\"PT\",\"andorra\",250])\n```\n\nIf `country` is omitted, the whole dataset is returned:\n\n```py\nx, src = covid19()\n```\n\n### Raw data\n\nLogical. Skip data cleaning? Default `True`. If `raw=False`, the raw data are cleaned by filling missing dates with `NaN` values. This ensures that all locations share the same grid of dates and no single day is skipped. Then, `NaN` values are replaced with the previous non-`NaN` value or `0`.  \n\n```py\nx, src = covid19(raw = False)\n```\n\n### Date filter\n\nDate can be specified with `datetime.datetime`, `datetime.date` or as a `str` in format `YYYY-mm-dd`.\n\n```py\nfrom datetime import datetime\nx, src = covid19(\"SWE\", start = datetime(2020,4,1), end = \"2020-05-01\")\n```\n\n### Level\n\nInteger. Granularity level of the data:\n\n1. Country level\n2. State, region or canton level\n3. City or municipality level\n\n```py\nfrom datetime import date\nx, src = covid19(\"USA\", level = 2, start = date(2020,5,1))\n```\n\n### Cache\n\nLogical. Memory caching? Significantly improves performance on successive calls. By default, using the cached data is enabled.\n\nCaching can be disabled (e.g. for long running programs) by:\n\n```py\nx, src = covid19(\"FRA\", cache = False)\n```\n\n### Vintage\n\nLogical. Retrieve the snapshot of the dataset that was generated at the `end` date instead of using the latest version. Default `False`.\n\nTo fetch e.g. US data that were accessible on *22th April 2020* type\n\n```py\nx, src = covid19(\"US\", end = \"2020-04-22\", vintage = True)\n```\n\nThe vintage data are collected at the end of the day, but published with approximately 48 hour delay, once the day is completed in all the timezones.\n\nHence if `vintage = True`, but `end` is not set, warning is raised and `None` is returned.\n\n```py\nx, src = covid19(\"USA\", vintage = True) # too early to get today's vintage\n```\n\n```\nUserWarning: vintage data not available yet\n```\n\n### Citations\n\nThe data sources are returned as second value.\n\n```py\nfrom covid19dh import covid19\nx, src = covid19(\"USA\")\nprint(src)\n```\n\n## Star the repo\n\n<a class=\"github-button\" href=\"https://github.com/covid19datahub/python\" data-icon=\"octicon-star\" data-size=\"large\" data-show-count=\"true\" aria-label=\"Star covid19datahub/python on GitHub\">Star</a>\n<script async defer src=\"https://buttons.github.io/buttons.js\"></script>\n\n`r gsub(\"^# \", \"## \", readr::read_file('../LICENSE.md'))`\n"
  },
  {
    "path": "vignettes/r.Rmd",
    "content": "---\ntitle: \"R\"\noutput: rmarkdown::html_vignette\nvignette: >\n  %\\VignetteIndexEntry{R}\n  %\\VignetteEngine{knitr::rmarkdown}\n  %\\VignetteEncoding{UTF-8}\n---\n\n[![](https://www.r-pkg.org/badges/version/COVID19)](https://cran.r-project.org/package=COVID19) [![](https://cranlogs.r-pkg.org/badges/last-month/COVID19)](https://cran.r-project.org/package=COVID19) [![](https://img.shields.io/github/stars/covid19datahub/R?style=social)](https://github.com/covid19datahub/R)\n\n> The stable release of this package is hosted on [CRAN](https://cran.r-project.org/package=COVID19). The development version is available at [Github](https://github.com/covid19datahub/R).\n\n## Quickstart\n\nInstall the package:\n\n```R\ninstall.packages(\"COVID19\")\n```\n\nLoad the package\n\n```R\nlibrary(\"COVID19\")\n```\n\n## Usage\n\nThe only function in the package is `covid19()`. \n\nBy default, the function downloads worldwide data by country:\n\n```R\nx <- covid19()\n```\n\n### Level\n\nThe argument `level` specifies the granularity of the data:\n\n- 1: country-level data\n- 2: state-level data\n- 3: lower-level data\n\nDownload worldwide data by state:\n\n```R\nx <- covid19(level = 2)\n```\n\n### Country\n\nThe argument `country` filters the data by country. This is a vector of country names or [ISO codes](https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes) (ISO 3166-1 Alpha-2 code, Alpha-3 code, or numeric code). \n\nDownload data for Italy and Unites States at county/province level:\n\n```R\nx <- covid19(country = c(\"Italy\", \"US\"), level = 3)\n```\n\n### Time range\n\nThe arguments `start` and `end` specify the period of interest. The data are subsetted to match this time range.\n\nDownload national-level data for United States from 01 October 2021 to 01 November 2021:\n\n```R\nx <- covid19(\"US\", start = \"2021-10-01\", end = \"2021-11-01\")\n```\n\n### Vintage\n\nThe parameter `vintage` allows to retrieve the snapshot of the dataset that was available on the given date. This typically differs from subsetting the latest data, as most governments are updating the data retroactively. Available since 14 April, 2020.\n\nRetrieve the data that were available on 15 May, 2020:\n\n```R\nx <- covid19(vintage = \"2020-05-15\")\n```\n\n### Download folder\n\nThe argument `dir` specifies the folder where the data files are to be downloaded. By default this is a temporary folder. \n\nDownload the files in the folder `data`:\n\n```R\ndir.create(\"data\")\nx <- covid19(dir = \"data\")\n```\n\n### World Bank Open Data\n\nCountry-level covariates by [World Bank Open Data](https://data.worldbank.org/) can be added via the argument `wb`. This is a character vector of indicator codes to download. The codes can be found by inspecting the corresponding URL. For example, the code of the indicator \"Hospital beds (per 1,000 people)\" available at https://data.worldbank.org/indicator/SH.MED.BEDS.ZS is `SH.MED.BEDS.ZS`. The indicators are typically available at a yearly frequency. This function returns the latest data available between the `start` and the `end` date. See the table at the bottom of [this page](https://datatopics.worldbank.org/universal-health-coverage/coronavirus/) for suggested indicators. Example using GDP and number of hospital beds:\n\n```R\nx <- covid19(wb = c(\"gdp\" = \"NY.GDP.MKTP.CD\", \"hosp_beds\" = \"SH.MED.BEDS.ZS\"))\n```\n\n### Google Mobility Reports\n\nMobility data by [Google Mobility Reports](https://www.google.com/covid19/mobility/) can be added via the argument `gmr`. This is the link to the Google \"CSV by geographic area\" ZIP folder. At the time of writing, the link is https://www.gstatic.com/covid19/mobility/Region_Mobility_Report_CSVs.zip. As the link has been stable since the beginning of the pandemic, the function accepts `gmr=TRUE` to automatically use this link.\n\n```R\nx <- covid19(gmr = TRUE)\n```\n\n### Apple Mobility Reports\n\nMobility data by [Apple Mobility Reports](https://covid19.apple.com/mobility) can be added via the argument `amr`. This is the link to the Apple \"All CSV data\" file. This link is changing constantly. Consider downloading the data file from the website first, and then set `amr=\"path/to/file.csv\"`. Since v3.0.1 of the package, if `amr=TRUE` is provided, the function tries to detect the latest URL from [this endpoint](https://covid19-static.cdn-apple.com/covid19-mobility-data/current/v3/index.json). \n\n```R\nx <- covid19(amr = TRUE)\n```\n\n## Reference manual\n\n- https://cran.r-project.org/package=COVID19/COVID19.pdf\n\n## Star the repo\n\n<a class=\"github-button\" href=\"https://github.com/covid19datahub/R\" data-icon=\"octicon-star\" data-size=\"large\" data-show-count=\"true\" aria-label=\"Star covid19datahub/R on GitHub\">Star</a>\n<script async defer src=\"https://buttons.github.io/buttons.js\"></script>\n\n`r gsub(\"^# \", \"## \", readr::read_file('../LICENSE.md'))`\n"
  }
]