diff --git a/.veda/ui b/.veda/ui index 169ea8162..3fd694f77 160000 --- a/.veda/ui +++ b/.veda/ui @@ -1 +1 @@ -Subproject commit 169ea81629ebae74c2d9e46a7b416f784b025fdf +Subproject commit 3fd694f7757c370cea048c7e6c6d5c2613932e2c diff --git a/README.md b/README.md index 70e6c8218..b4fb83a33 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,15 @@ Discoveries are long form pieces of content that tell a story about some interes ## Getting started 1) Check [SETUP](./docs/SETUP.md) to see how you can run the project locally. (You'll need this to preview content.) -2) Check [CONFIGURATION](./docs/CONFIGURATION.md) to see a list of configuration options for VEDA. -3) Check [CONTENT](./docs/CONTENT.md) for how to structure the content pieces. +2) Alternatively, you can run the project using Github Codespaces. Check the [Codespaces guide](./docs/GH_CODESPACES.md) to know how. -If you plan to add features to `veda-config` check [DEVELOPMENT](./docs/DEVELOPMENT.md). +If you plan to do development on `veda-config` or update the `veda-ui` version check [DEVELOPMENT](./docs/DEVELOPMENT.md). + +## Creating content and configuring VEDA + +The configuration and content options for VEDA will depend on the `veda-ui` (the actual interface code) version that `veda-config` is running. + +**The documentation for the current version can be viewed at [169ea81 of veda-ui](https://github.com/NASA-IMPACT/veda-ui/tree/169ea81629ebae74c2d9e46a7b416f784b025fdf/README.md). ## License This project is licensed under **Apache 2**, see the [LICENSE](LICENSE) file for more details. diff --git a/datasets/disalexi-etsuppression.data.mdx b/datasets/disalexi-etsuppression.data.mdx index ea6b0931b..a030bf5fd 100644 --- a/datasets/disalexi-etsuppression.data.mdx +++ b/datasets/disalexi-etsuppression.data.mdx @@ -13,9 +13,9 @@ thematics: layers: - id: disalexi-etsuppression stacCol: disalexi-etsuppression - name: DisALEXI ET Suppression + name: DisALEXI ET Anomalies type: raster - description: "Change in ET using DisALEXI model of OpenET observations for 2017-20 fires, calculated as the difference of ET in the immediate post-fire water year from ET in the immediate pre-fire water year. The difference is normalized by pre-fire ET and negative values denote vegetation disturbance induced by fire or by a climatological anomaly resulting in the decline in ET" + description: "Standardized ET anomaly using DisALEXI model of OpenET observations for 2017-20 fires, calculated as the difference of ET in the immediate post-fire water year from ET in the immediate pre-fire water year. The difference is normalized by pre-fire ET and negative values denote vegetation disturbance induced by fire or by a climatological anomaly resulting in the decline in ET" zoomExtent: - 0 - 20 @@ -23,21 +23,20 @@ layers: asset_bidx: cog_default|1 colormap_name: rdylbu rescale: - - -0.5 - - 0.5 - nodata: -9999 + - -1.0 + - 1.0 compare: datasetId: mtbs-burn-severity layerId: mtbs-burn-severity mapLabel: | ::js ({ dateFns, datetime, compareDatetime }) => { - return `ET Suppression: ${dateFns.format(datetime, 'yyyy')} VS MTBS: ${dateFns.format(compareDatetime, 'yyyy')}`; + return `ET Anomalies: ${dateFns.format(datetime, 'yyyy')} VS MTBS: ${dateFns.format(compareDatetime, 'yyyy')}`; } legend: type: gradient - label: ET Suppression - min: "-0.5" - max: "0.5" + label: ET Anomalies + min: "-1.0" + max: "1.0" stops: - "#a50026" - "#f46d43" diff --git a/datasets/lis-etsuppression.data.mdx b/datasets/lis-etsuppression.data.mdx index 9fa3409b0..7d4da4a1c 100644 --- a/datasets/lis-etsuppression.data.mdx +++ b/datasets/lis-etsuppression.data.mdx @@ -13,9 +13,9 @@ thematics: layers: - id: lis-etsuppression stacCol: lis-etsuppression - name: LIS ET Suppression + name: LIS ET Anomalies type: raster - description: "Change in ET for 2020 fires using model outputs from Land Information System (LIS) framework that synthesizes multiple remote sensing observations within the Noah-MP land surface model." + description: "ET anomaly for 2020 fires using model outputs from Land Information System (LIS) framework that synthesizes multiple remote sensing observations within the Noah-MP land surface model." zoomExtent: - 0 - 20 @@ -23,21 +23,20 @@ layers: asset_bidx: cog_default|1 colormap_name: rdylbu rescale: - - -0.5 - - 0.5 - nodata: -9999 + - -0.6 + - 0.6 compare: datasetId: mtbs-burn-severity layerId: mtbs-burn-severity mapLabel: | ::js ({ dateFns, datetime, compareDatetime }) => { - return `ET Suppression: ${dateFns.format(datetime, 'yyyy')} VS MTBS: ${dateFns.format(compareDatetime, 'yyyy')}`; + return `ET Anomalies: ${dateFns.format(datetime, 'yyyy')} VS MTBS: ${dateFns.format(compareDatetime, 'yyyy')}`; } legend: type: gradient - label: ET Suppression - min: "-0.5" - max: "0.5" + label: ET Anomalies + min: "-0.6" + max: "0.6" stops: - "#a50026" - "#f46d43" diff --git a/datasets/lis-tvegsuppression.data.mdx b/datasets/lis-tvegsuppression.data.mdx index d2728272a..082c460be 100644 --- a/datasets/lis-tvegsuppression.data.mdx +++ b/datasets/lis-tvegsuppression.data.mdx @@ -13,9 +13,9 @@ thematics: layers: - id: lis-tvegsuppression stacCol: lis-tvegsuppression - name: LIS Transpiration Suppression + name: LIS Transpiration Anomalies type: raster - description: "Change in Transpiration for 2020 fires using model outputs from Land Information System (LIS) framework that synthesizes multiple remote sensing observations within the Noah-MP land surface model." + description: "Standardized transpiration anomalies for 2020 fires using model outputs from Land Information System (LIS) framework that synthesizes multiple remote sensing observations within the Noah-MP land surface model." zoomExtent: - 0 - 20 @@ -23,21 +23,20 @@ layers: asset_bidx: cog_default|1 colormap_name: rdylbu rescale: - - -0.5 - - 0.5 - nodata: -9999 + - -0.6 + - 0.6 compare: datasetId: mtbs-burn-severity layerId: mtbs-burn-severity mapLabel: | ::js ({ dateFns, datetime, compareDatetime }) => { - return `ET Suppression: ${dateFns.format(datetime, 'yyyy')} VS MTBS: ${dateFns.format(compareDatetime, 'yyyy')}`; + return `Transpiration Anomalies: ${dateFns.format(datetime, 'yyyy')} VS MTBS: ${dateFns.format(compareDatetime, 'yyyy')}`; } legend: type: gradient - label: Transpiration Suppression - min: "-0.5" - max: "0.5" + label: Transpiration Anomalies + min: "-0.6" + max: "0.6" stops: - "#a50026" - "#f46d43" diff --git a/datasets/nighttime-lights.data.mdx b/datasets/nighttime-lights.data.mdx index 47a1578d7..1a4e7f6e8 100644 --- a/datasets/nighttime-lights.data.mdx +++ b/datasets/nighttime-lights.data.mdx @@ -15,7 +15,7 @@ layers: stacCol: nightlights-hd-monthly name: Nightlights Monthly type: raster - description: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc sodales semper risus, suscipit varius diam facilisis non.' + description: 'Nightlights data are collected by the Visible Infrared Radiometer Suite (VIIRS) Day/Night Band (DNB) on the Suomi-National Polar-Orbiting Partnership (Suomi-NPP) platform, a joint National Oceanic and Atmospheric Administration (NOAA) and NASA satellite.' zoomExtent: - 8 - 16 diff --git a/discoveries/fire-life-cycle.discoveries.mdx b/discoveries/fire-life-cycle.discoveries.mdx index 320b198ee..2152e3bbe 100644 --- a/discoveries/fire-life-cycle.discoveries.mdx +++ b/discoveries/fire-life-cycle.discoveries.mdx @@ -1,8 +1,9 @@ --- +featuredOn: + - eis id: "fire-life-cycle" -name: Life Cycle of a Fire -description: "NASA EIS Transdisciplinary Science from Pre-Fire to Post-Fire" -featured: true +name: Hydrological Drivers and Impacts of Fire +description: "NASA's Earth Information System investigates pre-fire hydrological conditions and post-fire impacts on eco-hydrology" media: src: ::file ./fire-cover.png alt: Satellite imagery (false color) of East Troublesome fire spreading to the Rockies @@ -16,24 +17,16 @@ thematics: + ## Introduction 🚧 This Discovery presents work in progress and not peer-reviewed results! 🚧 - - - Join the discussion and provide comments on this Discovery at https://github.com/orgs/Earth-Information-System/discussions. - Authors: Shahryar K. Ahmad, Thomas R. Holmes, Sujay V. Kumar, Kim Locke, Timothy Lahmers, Elijah Orland - - + Fires are an integral part of the Earth system and have a large human dimension. Society's interaction with the Earth system affects fire risk, fire spread, and fire impacts (e.g. property destruction, emissions, mud slides). NASA data products and models provide real-time information on active fires, smoke, air quality, and forecasts of changing fire weather and seasonal fire risk. + EIS provides a platform for collaborative analysis of and decision support for pre-fire risk, active fire situational awareness, and managing post-fire impacts. The full potential of these individual efforts are realized through the EIS collaborative framework to support new transdisciplinary connections and fire-related management activities. - - - ## Introduction - Fires are an integral part of the Earth system and have a large human dimension. Society's interaction with the Earth system affects fire risk, fire spread, and fire impacts (e.g. property destruction, emissions, mud slides). NASA data products and models provide real-time information on active fires, smoke, air quality, and forecasts of changing fire weather and seasonal fire risk. + Join the discussion and provide comments on this Discovery in [EIS GitHub Discussions](https://github.com/orgs/Earth-Information-System/discussions/8). - - EIS provides a platform for collaborative analysis of and decision support for pre-fire risk, active fire situational awareness, and managing post-fire impacts. The full potential of these individual efforts are realized through the EIS collaborative framework to support new transdisciplinary connections and fire-related management activities. - + Authors: [Shahryar K. Ahmad](mailto:shahryarkhalique.ahmad@nasa.gov), Thomas R. Holmes, Sujay V. Kumar, Kim Locke, Timothy Lahmers, Elijah Orland @@ -60,7 +53,7 @@ thematics: Catastrophic wildfires are on increase across the Western United States. While fires constitute an important rangeland disturbance process in the semi-arid ecosystems of the Western U.S., climate change and intensifying droughts have increased the frequency and vigor of wildfires. - This chart shows total area burned from 1984 to 2020 in the Western U.S. + This chart shows total area burned from 1984 to 2020 in the Western U.S. @@ -83,8 +76,8 @@ thematics: ## Intensifying Fire Severity and Increasing Burned Area - - Monitoring Trends in Burn Severity ([MTBS] (https://www.mtbs.gov/)) program provides long record of CONUS wildland fires during 1984-2021, mapping burn area extents, date of ignition, and burn severity at 30 m resolution. The intensifying fire season can be seen with larger and more intense fires in 2020 when compared to 2016. + + Monitoring Trends in Burn Severity ([MTBS] (https://www.mtbs.gov/)) program provides long record of CONUS wildland fires during 1984-2021, mapping burn area extents, date of ignition, and burn severity at 30 m resolution. The intensifying fire season can be seen with larger and more intense fires in 2020 when compared to 2016.
## Drought Conditions Set the Stage for an Intense Fire Season in California in 2021 - The 2021 wildfire season in California started amid an ongoing drought and historically low rainfall and reservoir levels. By August, seasonal deficits of rainfall result in anomalously dry soils in large parts of the Western U.S. Eventually, the vegetation dried out as the roots couldn't provide moisture to meet atmospheric demand. This vegetation stress is captured as reduced plant growth by thermal imaging satellites and the Noah-MP land surface model (LSM) using the Goddard [Land Information System (LIS)](https://lis.gsfc.nasa.gov/) framework. + The 2021 wildfire season in California started amid an ongoing drought and historically low rainfall and reservoir levels. By August, seasonal deficits of rainfall result in anomalously dry soils in large parts of the Western U.S. Eventually, the vegetation dried out as the roots couldn't provide moisture to meet atmospheric demand. This vegetation stress is captured as reduced plant growth by thermal imaging satellites and the Noah-MP land surface model (LSM) using the Goddard [Land Information System (LIS)](https://lis.gsfc.nasa.gov/) framework. @@ -133,8 +126,8 @@ thematics: ## Developments in Fire Risk Modeling - Dry, windy weather combines with the dry vegetation to create perfect conditions for WildFires across much of Northern California in the summer of 2021. One way to track the increased risk of fires over large areas is through the use of indices based on weather, vegetation and soil conditions. Two examples of this are the globally used Fire Weather Index (FWI) and the Burning Index of the US-focused National Fire Danger Rating System (NFDRS). Traditionally, these indices are based on readily available weather station data which limits their spatial detail and sensitivity to soil and vegetation conditions. - + Dry, windy weather combines with the dry vegetation to create perfect conditions for WildFires across much of Northern California in the summer of 2021. One way to track the increased risk of fires over large areas is through the use of indices based on weather, vegetation and soil conditions. Two examples of this are the globally used Fire Weather Index (FWI) and the US-focused National Fire Danger Rating System (NFDRS). Traditionally, these indices are based on readily available weather station data which limits their spatial detail and sensitivity to soil and vegetation conditions. + EIS will explore the integration of more detailed land surface information, from models and satellites, with existing weather-based fire-risk indices. @@ -148,44 +141,11 @@ thematics: attrAuthor='NASA' attrUrl='https://nasa.gov/' > - Weather-based fire-risk indices do not capture detailed land surface processes such as irrigation practises in California’s Central Valley (Credit: [https://www.jpl.nasa.gov/news/nasa-measures-underground-water-flowing-from-sierra-to-central-valley](https://www.jpl.nasa.gov/news/nasa-measures-underground-water-flowing-from-sierra-to-central-valley)) + Weather-based fire-risk indices do not capture detailed land surface processes such as irrigation practises in California’s Central Valley (Credit: [https://www.jpl.nasa.gov/news/nasa-measures-underground-water-flowing-from-sierra-to-central-valley](https://www.jpl.nasa.gov/news/nasa-measures-underground-water-flowing-from-sierra-to-central-valley))
- - - - ## Real-time global fire event monitoring - - Tracking every fire on Earth, every 12 hours, using an automated algorithm that converts satellite measurements of fire occurrence and energy output on a pixel-by-pixel basis to maps of the active fire perimeter and cumulative burned area - - - [See here](https://svs.gsfc.nasa.gov/4992) for active mapping of the Spread of the Caldor Fire - 2021 - - - - - - - - - - - - - ## Vegetation Responds with Reduced Transpiration - - Fire leads to an immediate and lasting reduction in evapotranspiration (ET) over burned areas. This can be tracked for post-fire years using the [OpenET archive](https://openetdata.org/). OpenET produces ET estimates based on high-resolution Landsat observations and several different models. - - By comparing the annual ET of the post-fire year with the pre-fire 5-year mean value, we get a map that compares well with the burn severity maps from MTBS. - - [Explore interactive JupyterHub notebook](https://nasa-veda.2i2c.cloud/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FEarth-Information-System%2Feis-notebooks&urlpath=lab%2Ftree%2Feis-notebooks%2FFIRE_HYDRO%2Ffire-life-cycle-DisALEXI.ipynb&branch=main) for impacts using ET observations - - - - -
- High resolution observations of ET from OpenET (DisALEXI model) captures the impact of fires on vegetation. Large declines in post-fire ET are observed (left) that correspond well with burn scars from the MTBS burn severity dataset (right) during the fire year 2020. + High resolution observations of ET from OpenET (DisALEXI model) captures the impact of fires on vegetation. Large declines in post-fire standardized ET anomalies are observed (left) that correspond well with burn scars from the MTBS burn severity dataset (right) during the fire year 2020.
@@ -211,13 +171,13 @@ thematics: ## Impacts on Hydrology - A Journey Across Fires - - Response of vegetation to fire disturbances is a complex interplay of climate conditions, landcover, and burn severity. [OpenET](https://openetdata.org/) observations of ET ([DisALEXI model](https://openetdata.org/methodologies/)) capture the decline in ET after the fire. The progression of spatially-averaged ET over the burned and control regions (unimpacted from fire) show the post-fire recovery of vegetation. - + + Response of vegetation to fire disturbances is a complex interplay of climate conditions, landcover, and burn severity. [OpenET](https://openetdata.org/) observations of ET ([DisALEXI model](https://openetdata.org/methodologies/)) capture the decline in ET after the fire. The progression of spatially-averaged ET over the burned and control regions (unimpacted from fire) show the post-fire recovery of vegetation. + Below are three recent fire events showing these ET recovery trends. - + ## 2017 Preacher Fire in Nevada Ignited on July 24, 2017, the Preacher fire burned ~5000 ac of grassland with moderate severity. OpenET data show vegetation responded with declining ET, but transpiration recovered within a couple of post-fire seasons. - + ## 2018 Natchez Fire in Northern California - The Natchez fire started on July 15, 2018 and burned a massive 38,800 ac of forested landscape with high severity. Post-fire ET data show that vegetation sustained the impact on ET for a longer period of time, with incomplete recovery even after three post-fire seasons. - + The Natchez fire started on July 15, 2018 and burned a massive 38,800 ac of forested landscape with high severity. Post-fire ET data show that vegetation sustained the impact on ET for a longer period of time, with incomplete recovery even after three post-fire seasons. + ## 2017 Thomas Fire in Southern California - + On Dec 4, 2017, the Thomas fire burned 281,982 acres surpassing all preceding wildfires in modern California history, causing over $2.2 billion USD in damages. A mix of savannas and grasslands sustained moderate severity burns. Recovery was still incomplete by the end of 2021 (based on most recently available OpenET data). - - - + + + ## Ecosystem response to fires is complex! - - Recovery of severely burnt forests is slowest and can sustain damage over multiple seasons, even in near normal or wet conditions. + + Recovery of severely burnt forests is slowest and can sustain damage over multiple seasons, even in near normal or wet conditions. High severity fires caused highest ET suppression with slowest recovery over three post-fire years Post-fire management and risk assessment thus need to include the control of landcover, fire properties, and climate disturbances in studying the hydrology of burnt and surrounding regions. - + @@ -319,10 +279,8 @@ thematics: - - Modeled ET at 1 km resolution using NASA-LIS framework also captures the impact of fires on vegetation. Large declines in post-fire ET (left) correspond well with burn scars from the MTBS burn severity dataset (right) during the fire year 2020. - - [Explore interactive JupyterHub notebook](https://nasa-veda.2i2c.cloud/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2FEarth-Information-System%2Feis-notebooks&urlpath=lab%2Ftree%2Feis-notebooks%2FFIRE_HYDRO%2Ffire-life-cycle-LIS.ipynb&branch=main) for impacts using LIS-derived outputs. + + Modeled ET anomalies at 1 km resolution using NASA-LIS framework also captures the impact of fires on vegetation. Large declines in post-fire ET (left) correspond well with burn scars from the MTBS burn severity dataset (right) during the fire year 2020.
@@ -332,36 +290,36 @@ thematics: dateTime='2020-01-01' compareDateTime='2020-01-01' zoom={4} - center={[-116,36]} + center={[-116,45]} /> - Change in modeled ET (left) compared with MTBS severity maps for 2020 fire season. Zoom in for a closer look at these burned areas. + Standardized ET anomalies modeled with NASA-LIS (left) compared with MTBS severity maps for 2020 fire season. Zoom in for a closer look at these burned areas.
- + Transpiration modeled using LIS framework shows even stronger patterns with burn scars with large declines due to 2020 fires.
- Change in modeled transpiration (left) compared with MTBS severity maps for 2020 fire season. Zoom in for a closer look at these burned areas. + Standardized transpiration anomalies modeled with NASA-LIS (left) compared with MTBS severity maps for 2020 fire season. Zoom in for a closer look at these burned areas.
@@ -372,10 +330,10 @@ thematics: ## Downstream Effects of Fire on Debris Flow Risk - Fire Radiative Power (FRP) is an early observational indicator of interest to emergency response providers to prioritize areas with increased risk of mud-slides. - + Fire Radiative Power (FRP) is an early observational indicator of interest to emergency response providers to prioritize areas with increased risk of mud-slides. + Burn Area Reflectance Classification (BARC) maps from the Burned Area Emergency Response (BAER) program are one of the main products used to assess post-fire debris flow risk. Maximum FRP per 12hr fire line segment shows strong spatial relationship with BARC for the Thomas Fire of 2017 in the maps below. - +
- Maximum Fire Radiative Power per 12hr fire line segment (left) and Burn Area Reflectance Classification (BARC) for the Thomas Fire of 2017 + Maximum Fire Radiative Power per 12hr fire line segment (left) and Burn Area Reflectance Classification (BARC) for the Thomas Fire of 2017
@@ -433,5 +391,3 @@ thematics: - [MODIS](https://modis.gsfc.nasa.gov/) - - diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md deleted file mode 100644 index d4ded47a4..000000000 --- a/docs/CONFIGURATION.md +++ /dev/null @@ -1,72 +0,0 @@ -# Configuration - -The base properties used by Veda are set through the `.env` file. -This includes values like the application title, and contact email. These values are then used throughout the app. - -The `.env` file contains a list of all available variables and comments explaining what they are used for. - -## veda.config.js - -The `veda.config.js` file is an additional configuration file for veda. -It is through this file that you specify how the Veda content can be found. - -This is done by providing a glob path for each one of the [content types](./CONTENT.md). (Datasets, Discoveries). -The default configuration is: -```js -datasets: './datasets/*.data.mdx' -discoveries: './discoveries/*.discoveries.mdx' -``` - -### Taxonomy Index file - -Links to a `json` or `yml` file containing a list of [taxonomies](./TAXONOMY.md) to be used in the app. - -The default configuration is: -```js - taxonomiesIndex: './taxonomies.yml', -``` - -### Page overrides -To adapt the Veda dashboard to the individual needs of you instance, some content/component overrides are provided. These overrides allow you to alter certain parts of the application, or inject code without having to fork the UI part of veda. - -There are essentially 2 types of possible overrides: -- `Content Overrides` - allow you to change the default content of a page. Like with the different content types (discoveries, datasets), you'll have access to all [MDX_BLOCK.md](./MDX_BLOCKS.md). Depending on the content override you'll also be able to provide some frontmatter variables. The name of the override config variable will follow the `Content` scheme. -- `Component Overrides` - allow you to alter a specific component of the app, by providing new javascript code for it (advanced usage). No Mdx Blocks are available. - -The overrides are defined in the `veda.config.js` under `pageOverrides` by specifying the path to the mdx file to load. -These are the current available overrides: - -```js - pageOverrides: { - // Type: Content override - aboutContent: '.mdx' - - // There are currently no component overrides defined. - } -``` - -#### aboutContent -Type: `Content Override` - -The `aboutContent` allows you to specify new content for the global about page (locally at http://localhost:9000/about). -Besides the new content, this page also frontmatter variables to modify the page title and description. - -Example: -```js -// veda.config.js pageOverrides -aboutContent: './overrides/about.mdx' -``` -```jsx ---- -title: About the Dashboard -description: A brief description ---- - - - -

- This is my new about page. -

-
-
-``` \ No newline at end of file diff --git a/docs/CONTENT.md b/docs/CONTENT.md deleted file mode 100644 index 94c690307..000000000 --- a/docs/CONTENT.md +++ /dev/null @@ -1,271 +0,0 @@ -📇 **Shortcuts:** - -- Check the [MDX_BLOCK.md](./MDX_BLOCKS.md) for information on the different blocks that can be used to compose the content layout. -- Check [layer.md](./frontmatter/layer.md) for details on the different properties of a dataset layer. -- Check [media.md](./frontmatter/media.md) for information on the images needed for the content's covers. -- Check [GH_CODESPACES.md](./GH_CODESPACES.md) for a video walkthrough of adding content to VEDA with github codespaces. - ----- - -# Content - -- [Content](#content) - - [Datasets](#datasets) - - [Discoveries](#discoveries) - -Veda consists of Datasets, and Discoveries. -Each piece of content is written in [MDX](https://mdxjs.com/docs/what-is-mdx/#what-is-mdx) with configuration frontmatter. Frontmatter is separate by a set of `---` from MDX content. - -A file will look something like: -```yml ---- -id: discovery1 -name: Example discovery ---- - - - - ## About this discovery - - Once upon a time there was a content string - - -``` - -There are different types of `Block` components that can be used to create engaging content pieces. -Each `Block` comes with its own rules and needed props, so check the [MDX_BLOCK.md](./MDX_BLOCKS.md) for the full details. - ---- - -## Datasets - -Frontmatter configuration for the Dataset -```yaml ---- -id: string -name: string -description: string -media: Media - -thematics: string[] -sources: string[] -featured: boolean - -layers: Layer[] -related: Related[] - - type: string - id: string - thematic: string -usage: Usage[] - - url: string - label: string - title: string ---- - - - - ## This is a Dataset - - Once upon a time there was a content string - - -``` - -MDX content for datasets will show up on its own page under `/data-catalog/:dataset-id`. For example, `no2` dataset MDX will show up under `/data-catalog/no2`. - -**id** -`string` -Id of this dataset. Must be unique in the whole application - -**name** -`string` -Name of this dataset. This is used to reference to this dataset in the application. - -**description** -`string` -Brief description of this dataset. This is displayed on cards and the header of a dataset. - -**media** -`Media` -Image to identify this resource. See [media.md](./frontmatter/media.md). - -**thematics** -`string[]` -List of thematic areas this dataset belongs to. -Must be a list of ids as defined in the [taxonomies index file](./TAXONOMY.md). -Example: -```yaml -thematics: - - covid-19 - - agriculture -``` - -**sources** -`string[]` -List of sources for this dataset. -Must be a list of ids as defined in the [taxonomies index file](./TAXONOMY.md). -Example: -```yaml -sources: - - devseed -``` - -**featured** -`boolean` -Whether this dataset is featured -![](./media/fm-featured-dataset.png) - -**layers** -`Layer[]` -List of layers for this dataset. See [layer.md](./frontmatter/layer.md). -Example: -```yaml -layers: - - id: layerId - ... # more props - - id: anotherLayerId - ... # more props -``` - -**related** -`Related[]` -List of related contents. This list will be displayed at the bottom of dataset overview like below. -(The screenshot shows the case when there are 2 related content entries.) - -![screenshot of related content component on the dashboard](./media/related-content-dataset.jpg) - -Each content should be formatted like below. - -```yaml - - type: dataset - id: dataset-id - - type: discovery - id: discovery-id -``` - -**usage** -`Usage[]` -Links to examples for how to use this dataset. -The usage information will be accessible from the header of a dataset page (via the _Analyze data (Python)_ button), from the explore page, and from any long form content through the use of the [NotebookConnectCallout](./MDX_BLOCKS.md#notebook-connect-callout). - -![](./media/dataset-header.png) - -**usage[].url** -`string` -URL for example on how to use this dataset. - -**usage[].label** -`string` -A label for the type of interface this link opens. Currently, typical interfaces include a static notebook or a notebook hub. - -**usage[].title** -`string` -Title of the page linked to for an example of how to use this dataset. - -Example: -```yaml -usage: - - url: 'https://github.com/NASA-IMPACT' - label: View example notebook - title: 'Static view in VEDA documentation' - - url: "https://nasa-veda.2i2c.cloud/" - label: Run example notebook - title: 'Interactive session in VEDA 2i2c JupyterHub (requires account)' -``` - ---- - -## Discoveries - -Frontmatter configuration for the Discovery -```yaml ---- -id: string -name: string -description: string -media: Media -pubDate: string - -thematics: string[] -sources: string[] -featured: boolean - -related: Related[] - - type: string - id: string - thematic: string ---- - - - - ## This is a discovery - - Once upon a time there was a content string - - -``` - -MDX content for discoveries will show up on its own page under `/discoveries/:discovery-id`. For example, `air-quality-and-covid-19` discovery MDX will show up under `/discoveries/air-quality-and-covid-19`. - -**id** -`string` -Id of this discovery. Must be unique in the whole application. - -**name** -`string` -Name of this discovery. This is used to reference to this discovery in the application. - -**description** -`string` -Brief description of this discovery. This is displayed on cards and the header of a discovery. - -**media** -`Media` -Image to identify this resource. See [media.md](./frontmatter/media.md). - -**pubDate** -`string` -Publication date for this discovery. Should be in YYYY-MM-DD format. - -**thematics** -`string[]` -List of thematic areas this discovery belongs to. -Must be a list of ids as defined in the [taxonomies index file](./TAXONOMY.md). -Example: -```yaml -thematics: - - covid-19 - - agriculture -``` - -**sources** -`string[]` -List of sources for this discovery. -Must be a list of ids as defined in the [taxonomies index file](./TAXONOMY.md). -Example: -```yaml -sources: - - devseed -``` - -**featured** -`boolean` -Whether this discovery is featured - -![](./media/fm-featured-discovery.png) - -**related** -`Related[]` -List of related contents. This list will be displayed at the bottom of discovery page like below. -(The example shows the case when there are 3 related content entries.) - -![screenshot of related content component on discovery page](./media/related-content-discovery.jpg) - -Each content should be formatted like below - -```yaml - - type: dataset - id: dataset-id - - type: discovery - id: discovery-id -``` diff --git a/docs/MDX_BLOCKS.md b/docs/MDX_BLOCKS.md deleted file mode 100644 index ad9f31b3e..000000000 --- a/docs/MDX_BLOCKS.md +++ /dev/null @@ -1,519 +0,0 @@ -# Writing contents for Veda dashboard - -- [Writing contents for Veda dashboard](#writing-contents-for-veda-dashboard) - - [Background \& Prerequisites](#background--prerequisites) - - [Block](#block) - - [Notebook Connect Callout](#notebook-connect-callout) - - [Image](#image) - - [Inline image \& Figure image](#inline-image--figure-image) - - [How to use local image (assets)](#how-to-use-local-image-assets) - - [Chart](#chart) - - [Map](#map) - - [Scrollytelling](#scrollytelling) - - [Chapter properties](#chapter-properties) - - [Some gotchas](#some-gotchas) - -## Background & Prerequisites - -Veda dashboard content uses [MDX](https://mdxjs.com/docs/what-is-mdx/) for its content. To most simply put, MDX combines Javascript components and Markdown. By using MDX, Veda dashboard can offer editors rich experience with custom components while still having a way of writing text-based content with markdown syntax. - -Understanding of MDX is not required to write contents for Veda dashboard, but you need to know how to write [Markdown](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax), and to be familiar with the concept of [JSX](https://facebook.github.io/jsx/). - -## Block - -`Block` is a basic 'building block' for Veda dashboard contents. Any contents needs to be wrapped with `Block` component. The type of Block, and the combination of its children elements will decide the layout of the content block. When there is a layout change, you can assume that there is a change of block type. The image below shows what block was used for each layout. - - - - - - -
- -![How blocks look on discovery page](./media/prose-figure.jpg) - - - ![blocks with each layout name labeled.](./media/prose-figure-w-quotation.jpg) -
- - -We currently (2022, May) have 8 different `Block` combinations to construct a layout and a standalone `ScrollytellingBlock`. Mind that only `Prose` and `Figure` can be direct children of Block. Any raw markdown contents can be wrapped with `Prose`. Any media contents or custom components (`Image`, `Map`, `Chart` ...) should be wrapped with `Figure`. - -> If you are using a `Block` with more than one child element, mind that the order of children decides which one goes where. For example, in `FigureProse` Block, `
` comes before `` in the syntax. In result, `Figure` shows up on the left, and `Prose` shows up on the right. - -Layouts do work in any size of screen, but this documentation mainly addresses how they are represented on large (> 991px) screens. - - - - - - - - - - - - - - - - - - - - - - - ``` - - - - - - - - - - - ``` - - - - - - - - - - ``` - - - - - - - - - - - My markdown contents - - - ``` - - - - - - - - - - ``` - - - - - - - - - - My markdown contents - - - ``` - - - -
Type Syntax Result
Default Prose Block - - ```jsx - - - ### Your markdown header - - Your markdown contents comes here. - - - ``` - - - ![Screenshot of Default Prose Block](./media/block-default-prose.jpg) -
Wide Prose Block - - ```jsx - - - ### Your markdown header - - Your markdown contents comes here. - - - ``` - - - ![Screenshot of Wide Prose Block](./media/block-wide-prose.jpg) -
Wide Figure Block - - ```jsx - -
- -
caption
- - ![Screenshot of Wide Figure Block](./media/block-wide-figure.jpg) -
Full Figure Block - - ```jsx - -
- -
caption
- - ![Screenshot of Full Figure Block](./media/block-full-figure.jpg) -
Prose Figure Block - - ```jsx - - - My markdown contents - -
- -
...
- - ![Screenshot of Prose Figure Block](./media/block-prose-figure.jpg) -
Figure Prose Block - - ```jsx - -
- -
...
- - ![Screenshot of Figure Prose Block](./media/block-figure-prose.jpg) -
Prose Full Figure Block - - ```jsx - - - My markdown contents - -
- -
...
- - ![Screenshot of prose full figure Block](./media/block-prose-full-figure.jpg) -
Full Figure Prose Block - - - ```jsx - -
- -
...
- - ![Screenshot of full figure prose Block](./media/block-full-figure-prose.jpg) -
- - -## Notebook Connect Callout - -⚠️ This feature is still under development and may change at any time. ⚠️ - -When necessary, it is possible to include a callout to link to a dataset usage. This callout allows the user to add some custom text and define which dataset the callout is for. **Note that the linked dataset must have a [usage configuration](./CONTENT.md#datasets) defined on its file**. - -When the user clicks the button a modal will appear with the usage information. - -| Option | Type | Description| -|---|---|---| -| datasetId | string | Id of the dataset to link to, as defined by the `id` property on the dataset MDX file. | - - - - - - - - - - - -
SyntaxHow it looks on the page
- - ```jsx - - The No2 dataset is a great example of - what this data can be used for, and - you can also explore it on your own. - - ``` - - - ![Screenshot of notebook callout](./media/dataset-usage-callout.png) - - The information on the modal is derived from the [usage configuration](./CONTENT.md#datasets) and it is not customizable. - - ![Screenshot of notebook callout modal](./media/dataset-usage-callout-modal.png) -
- -The `NotebookConnectCallout` is meant to be used in a `` component like any other text element. For example: -```jsx - - - #### Pellentesque pretium - - Donec est tellus, finibus lobortis vestibulum tincidunt, egestas id nunc. - - - The No2 dataset is a great example of what this data can be used for, and you can also explore it on your own. - - - Maecenas placerat felis vel nisi lobortis, quis blandit mauris accumsan. Donec - vehicula ipsum orci, sit amet interdum est commodo sed. - - - -``` - -## Image - -To offer rich visual and better experience, Veda dashboard offers `Image` component, which is a wrapper for `` HTML tag. You can use `Image` component to display any kind of image. Depending on where Image is used (is it inside of `Prose` as an inline image? or inside of `Figure`?), there are additional attributes you need to pass. - -Also you can pass any attribute that you can use with `` HTML element and these will get passed down. Ex. you can pass width of image or height of image with `width`, `height`. - -| Option | Type | Default | Description| -|---|---|---|---| -| src | string | `''` | Path for image. If using local image, please look at the section below. | -| alt | string | `''` | Description for image, this will be used for screen readers. | -| align | string, enum (left, right, center) | `center` | For inline image. Alignment of image. | -| caption | string | `''` | For inline image. Caption text for inline image. | -| attrAuthor | string | `''` | Info for image author. When omitted, attribution mark on the right-top part of the figure wouldn't show up. | -| attrUrl | string | `''` | Link for image attribution. | - -### Inline image & Figure image - -`Image` component can take different attributes depending on its context. - -When `Image` is used in `Prose`, it is inline image ad should be used when you need to put an image inside of `Prose`. - - - - - - - - - - - -
SyntaxHow it looks on the page
- - ```jsx - Media example - ``` - - - ![Screenshot of inline Image component](./media/image-inline.jpg) -
- - -When `Image` is used in `Figure`, it is Figure image. -You can replace `attr` option with `` component if your image is used in `Figure` block. In this way, you can display rich text as Caption. - - - - - - - - - - - ``` - - - -
SyntaxHow it looks on the page
- - ```jsx -
- description for image -
- This is an image. This is a link. -
- - ![Screenshot of full figure Image component](./media/image-figure.jpg) -
- - - -#### How to use local image (assets) - -Because of internal build process, you need to wrap the path with specific template when using local assets like below. - -```js -new URL('where-your-image-is.jpg', import.meta.url).href -``` - -For example, if you put an image `image.jpg` inside of the folder where your mdx file is, the syntax for `Image` component will be like below. - -```jsx - -``` - -## Chart - -![Screenshot of chart component with sample data](./media/chart.png) - -| Option | Type | Default | Description| -|---|---|---|---| -| dataPath | string | `''` | Path for data. The data should be either in `csv` or `json` format. Use parcel's URL builder to use local file. (Refer to the example below.) | -| xKey | string | `''` | Attribute to be used for x axis. | -| yKey | string | `''` | Attribute to be used for y axis. | -| idKey | string | `''` | Attribute for each data point. (The data will be sorted alphabetical order.) | -| dateFormat | string | `''` | Template for how temporal date is formatted. This follows [d3's convention for date format](https://github.com/d3/d3-time-format#locale_format) | -| xAxisLabel | string | `''` | Label for x axis. | -| yAxisLabel | string | `''` | Label for y axis. Use this attribute if the value needs unit such as `%`. | -| altTitle | string | `''` | Title of the chart. This will help increase the accessibility of Chart. | -| altDesc | string | `''` | Description of the chart. Avoid a generic description such as 'covid case chart'. Put what you are trying to deliver through the chart ex. 'covid case spiked throughout all the counties in New York state.') | -| colors | array | `undefined` | Colors for lines. Use [HTML color name](https://www.w3schools.com/colors/colors_names.asp). The order of colors needs to match to the order of lines. (Mind that the data is sorted alphabetically. So if you want to give `red` color for `apple` and `yellow` for `lemon`, you will need to pass [`red`,`yellow`] for `colors`. ) | -| colorScheme | string | `'viridis'` | One of [d3 chromatic diverging](https://github.com/d3/d3-scale-chromatic#diverging) or [sequential color scheme](https://github.com/d3/d3-scale-chromatic#sequential-multi-hue). Use only the name of the scheme. ex. if you want `schemePuOr`, use `puOr`. When `colors` is defined, `colorScheme` attribute is ignored.| -| highlightStart | string | `''` | Start point for x axis to draw highlighted area. | -| highlightEnd | string | `''` | End point of x axis to draw highlighted area. -| highlightLabel | string | `''` | Label for highlighted area. This label will sit on top of the legend.| - -Syntax for Chart used in Wide Figure Block looks like this. Check how the data is formatted in [example.csv](./media/example.csv). - -```jsx - -
- - -
-
-``` - -## Map - -| Option | Type | Default | Description| -|---|---|---|---| -| datasetId | string | `''` | `id` defined in dataset mdx. | -| layerId | string | `''` | `id` for layer to display. The layer should be a part of the dataset above. | -| dateTime | string | `''` | Optional. This string should follow `yyyy-mm-dd` format. When omitted, the very first available dateTime for the dataset will be displayed | -| compareDateTime | string | `''` | Optional. This string should follow `yyyy-mm-dd` format. A date should only be specified if you wish to display the comparison slider | -| compareLabel | string | `''` | Text to display over the map when the comparison is active. If is for example used to indicate what dates are being compared. If not provided it will default to the value specified in the [dataset layer configuration](./frontmatter/layer.md#compare) | -| projectionId | string | `mercator` | The id of the [projection](./frontmatter/layer.md#projections) to load. | -| projectionCenter | [int, int] | `''` | Projection center for Conic projections | -| projectionParallels | [int, int] | `''` | Projection parallels for Conic projections | -| allowProjectionChange | boolean | `true` | Whether or not the user can change the position using a projection selector dropdown added to the map | - -Syntax for Map, which displays `nightlights-hd-monthly` layer from `sandbox` dataset in full figure block looks like this: - -```jsx - -
- - - The caption displays below the map. - -
-
-``` - -## Scrollytelling - -> "Scrollytelling" was a term first coined to describe online longform stories characterised by audio, video and animation effects triggered by simply scrolling the page. - [An introduction to scrollytelling](https://shorthand.com/the-craft/an-introduction-to-scrollytelling/index.html). - -![](./media/scrollytelling.png) - -The Scrollytelling feature of Veda is map based and allows you to define different `Chapters` where each chapter corresponds to a map position and layer being displayed. -As the user scrolls the chapter content comes into view on top of the map which will animate to a specific position. - -The scrollytelling is defined as a series os `Chapters` inside the `ScrollytellingBlock`. - -```jsx - - - ## Content of chapter 1 - - Markdown is supported - - - - Each chapter is a box where content appears. - - -``` - -### Chapter properties -| Option | Type | Description | -|---|---|---| -| center | [number, number] | Center coordinates for the map [Longitude, Latitude] | -| zoom | number | Zoom value for the map | -| datasetId | string | `id` of the Dataset to which the layer to to display belongs | -| layerId | boolean | `id` of the dataset layer to display | -| datetime | boolean | Optional. If the layer to display has a temporal extent, specify the datetime | -| showBaseMap | boolean | Optional. If there is a need to show basemap without any additional layers ontop, pass `true`. (datasetId, layerId can be omitted when `showBaseMap` is `true`) | -| projectionName | string | `mercator` | The name of the [projection](./frontmatter/layer.md#projections) to load. | -| projectionCenter | [int, int] | Projection center for Conic projections | -| projectionParallels | [int, int] | Projection parallels for Conic projections | - - -🧑‍🎓 **Notes on projections** -- As with other properties, the user is not allowed to change the projection used in a chapter -- Once a chapter with a set projection is reached, that projection will be used on subsequent chapters, until one specifies a different projection. - -## Some gotchas - -- Do not use h1(`# heading 1`) for your header. `h1` is reserved for page title. diff --git a/docs/TAXONOMY.md b/docs/TAXONOMY.md deleted file mode 100644 index 3b593e001..000000000 --- a/docs/TAXONOMY.md +++ /dev/null @@ -1,59 +0,0 @@ -# Content - -- [Content](#content) - - [Taxonomy Index file](#taxonomy-index-file) - - [Using a taxonomy in a content type](#using-a-taxonomy-in-a-content-type) - -Some of VEDA content types properties are taxonomies. -These are identified by their id and linked to the full taxonomy definition on the taxonomy index file. - -## Taxonomy Index file - -The location of the taxonomy index file is defined through `veda.config.js` and can either be a `json` or `yml` file. - -The different taxonomies are defined as a id keyed list. Each taxonomy item must, at least, have an `id` and `name` properties. - -Example: -```yml -# Key of the taxonomy is thematics. -thematics: - - id: water - name: Water Quality - - id: air - name: Air Quality - -# Key of the taxonomy is sources. -sources: - - id: devseed - name: Development Seed - url: https://developmentseed.org -``` - -## Using a taxonomy in a content type - -To link a content type to a taxonomy, you need to list the different item's `id` under the taxonomy key on your content type. - -Example adding `sources` to a dataset: -```yaml ---- -id: my-data -name: My example dataset -description: A dataset with sources - -sources: - - devseed - - another-source - -layers: # ... ---- - - - - ## This is a Dataset - - Once upon a time there was a content string - - -``` - -If you want to use a taxonomy item that doesn't exist (e.g. a new source) you will need to add it to the taxonomy index file. \ No newline at end of file diff --git a/docs/frontmatter/layer.md b/docs/frontmatter/layer.md deleted file mode 100644 index 2fd07ef98..000000000 --- a/docs/frontmatter/layer.md +++ /dev/null @@ -1,274 +0,0 @@ -# layer - -- [layer](#layer) - - [Properties](#properties) - - [Projection](#projection) - - [Legend](#legend) - - [Compare](#compare) - - [Function values](#function-values) - -```yaml -id: string -stacCol: string -name: string -type: string -initialDatetime: 'oldest' | 'newest' | Date(YYYY-MM-DD) = 'newest' -description: string -projection: Projection -zoomExtent: [int, int] | null | fn(bag) -sourceParams: - [key]: value | fn(bag) -compare: Compare -legend: Legend -``` - -## Properties - -> 🙋 Several layer properties support functions to provide the app with dynamic values. See [Function values](#function-values) at the end of the document for details. - -**id** -`string` -Id of the layer, using lowercase characters and dashes (Example: `no2-monthly-diff`). -Must be unique in a dataset. - -**stacCol** -`string` -The stac collection that this layer should load. - -**name** -`string` -Name of the layer for display purposes. - -**type** -`raster | vector` -The type of the layer will define how the data is displayed on the map. -⚠️ Vector datasets are should be in vector titles format with a source layer named `default`. It is currently not possible to customize the style of the dataset's features. - -**description** -`string` -Brief description of the layer. Will be shown in an info box. - -**initialDatetime** -`'oldest' | 'newest' | Date(YYYY-MM-DD) = 'newest'` -Define the initial date that is shown when enabling a timeseries layer. This value is used if no valid date is provided via the url parameters - -**zoomExtent** -`[int, int] | fn(bag)` -Minimum and maximum zoom values for the layer. Below the minimum zoom level the layer will not be shown, but markers will be displayed to indicate where data is available. - -**sourceParams** -`object` -Parameters to be appended to the tile source. The values will be used as provided as query string parameters. -These values may vary greatly depending on the layer being added but some may be: -- **rescale** - `[int, int] | fn(bag)` - Minimum and maximum value for the rescale. This value is used for the color mapping, such that the minimum value corresponds to the starting color of the color map, and the maximum value corresponds to the ending. Adjusting this value changes the underlying data values mapped to the colors allowing for the analysis of different trends. -- **colormap_name** - `string` - The colormap to use for the layer. One of https://cogeotiff.github.io/rio-tiler/colormap/#default-rio-tilers-colormaps - -### Projection - -**projection** -`object` -Define the starting [projection](https://docs.mapbox.com/mapbox-gl-js/guides/projections/) to use for this layer. The user will still be able to change the projection as they explore the map, but an initial one may be defined. - -```yaml -id: 'albers' | 'equalEarth' | 'equirectangular' | 'lambertConformalConic' | 'mercator' | 'naturalEarth' | 'winkelTripel' | 'globe' | 'polarNorth' | 'polarSouth' -center: [int, int] -parallels: [int, int] -``` - -**projection.id** -`albers | equalEarth | equirectangular | lambertConformalConic | mercator | naturalEarth | winkelTripel | globe | polarNorth | polarSouth` -The id of the projection to set. Besides all the projections offered by mapbox, veda supports two additional ones `polarNorth | polarSouth`. These are not true polar projections but are achieved using specific `center` and `parallels` values of the `lambertConformalConic` projection. - -**projection.center** -`[int, int]` -Projection center. Required for Conic projections like `lambertConformalConic` and `albers`. - -**projection.parallels** -`[int, int]` -Projection parallels. Required for Conic projections like `lambertConformalConic` and `albers`. - -### Legend - -**legend** -`object` -Legend for this layer. This is shown in the interface as a visual guide to the user. The resulting legend will depend on the selected type. - -```yaml -type: categorical | gradient -unit: - label: string -min: string -max: string -stops: string[] | object[] - - string[] - # or - - color: string - label: string -``` - -**legend.type** -`categorical | gradient` - - - - - - - - - - - - - - -
GradientCategorical
- -A `gradient` legend will display a continuous color scale using the provided stops which are rendered equally spaced from each other. - - -A `categorical` legend will display discreet color buckets according to the defined stops. -
- -![](../media/legend-gradient.png) - - -![](../media/legend-categorical.png) -
- -**legend.unit** -`object` -Settings for the unit. - -**legend.unit.label** -`string` -Unit label. Shown whenever a label for the values is needed. (Ex: The chart axis on the analysis page) - -**legend.min** -`string` -The label for the legend’s minimum value. -⚠️ Not used when the legend is `categorical`. - -**legend.max** -`string` -The label for the legend’s maximum value. -⚠️ Not used when the legend is `categorical`. - -**legend.stops** -`string[] | object[]` -The legend stops define the colors that should be rendered. - -In the case of `gradient` legends, this should be an array of color strings: -```yaml -stops: - - '#FF0000' - - '#00FF00' - - '#0000FF' -``` - -If the legend is `categorical`, each entry should be an object with a color and a label. These values will be displayed so that there’s a clear mapping between color and label. -```yaml -stops: - - color: '#FF0000' - label: Corn - - color: '#00FF00' - label: Wheat - - color: '#0000FF' - label: Barley -``` - -### Compare - -**compare** -`object` -Through the compare settings it is possible to define which layer should be loaded when the comparison gets enabled. - -There are 2 ways of defining compare layers: -1. The first, and easiest, is when the layer we want to compare to, is defined as a layer of a dataset. In this case we only need to reference the `datasetId` and the `layerId` (besides the other meta properties). -```yaml -compare: - datasetId: string - layerId: string -``` - -2. The second option is to compare to a layer which is not part of a dataset but still accessible via the api as a STAC item. This option requires us to fully define a layer within the `compare` object. -```yaml -compare: - stacCol: string - stacFilter: object - type: raster | vector - zoomExtent: [int, int] | null | fn - sourceParams: - [key]: value | fn -``` - -⚠️ Option 2 is not currently implemented. - -There are additional properties which are common to both ways of defining compare layers: -```yaml -compare: - mapLabel: string | fn -``` - -**compare.mapLabel** -`string | fn(bag)` -When the comparison is enabled, the user should be informed about what is being shown. Could be a static string like “Modeled vs Real” or something dynamic computed from input parameters. It is often used for operations with dates. - -**compare.datasetId** -`string` -Id of the dataset from which to get the layer. -⚠️ Only used when the layer belongs to a dataset present in the application. - -**compare.layerId** -`string` -Id of the layer we want to compare to. The layer must belong to the dataset defined through `layer.compare.datasetId`. -⚠️ Only used when the layer belongs to a dataset present in the application. - - -## Function values -Several layer properties support functions to provide the app with dynamic values. Functions are written in javascript syntax and must be prefixed with `::js`. -Example: -```yaml -property: ::js () => 'value' -``` - -For more complicated functions it is helpful to spread them in multiple lines. To achieve this we can use the YAML Block Style Indicator (`|` pipe). -```yaml -property: | - ::js () => { - const val = 'value'; - return val; - } -``` - -All these functions will be resolved by the app with a parameter (`bag`) containing helpers and internal values to help determining the correct value. -Properties of `bag`: -```js -{ - datetime: Date // The date that is currently selected - compareDatetime: Date // The date that the user selected to compare with. Null if nothing is selected. - dateFns: Object // All the functions of https://date-fns.org/ - raw: Object // The unresolved layer data - kind of a self reference. -} -``` - -Usage example: -```yaml -property: | - ::js (bag) => { - return bag.foo ? 'bar' : 'baz' - } -``` - -Example of the `compare.mapLabel` being dynamically set as "Date VS Date" (Ex: May 2020 VS May 2019`): -```yaml -compare: - mapLabel: | - ::js ({ dateFns, datetime, compareDatetime }) => { - return `${dateFns.format(datetime, 'LLL yyyy')} VS ${dateFns.format(compareDatetime, 'LLL yyyy')}`; - } -``` diff --git a/docs/frontmatter/media.md b/docs/frontmatter/media.md deleted file mode 100644 index 3d0253946..000000000 --- a/docs/frontmatter/media.md +++ /dev/null @@ -1,53 +0,0 @@ -# media -`object` -Controls the image used to identify this resource. This image will show up in the cards and whenever there’s the need to visually identify the resource. - -💡 [Unsplash](https://unsplash.com/) is a repository where great images can be found. Images are free, just make sure to reference the author (explained below). - -🧙‍♀️Consider optimizing your image by adjusting the quality and resizing it before using it. -It is important that the images are produced with a 2:1 ratio and a size of at least **(2000x1000px)**. Images should not weigh more than **500KB**. - -The [Image resizer](https://imageresizer.com/) webtool is a great resource for this task. The following video shows the process: - -https://user-images.githubusercontent.com/1090606/202161004-85060cfd-0e94-426e-9385-cda73841a019.mov - -Other tools that may be useful to optimize your image. - -### GUI -- [ImageOptim](https://imageoptim.com/mac) -- [Compressor.io](https://compressor.io/) - -### CLI -- [imagemagick](https://imagemagick.org/index.php) -- [pngquant](https://pngquant.org/) - -This is an example one liner command that resizes `example.png` to a max width/height, drops the quality then compresses it (using both `imagemagick` and `pngquant`). Tweak the parameters as needed. - -`mogrify -resize "2000x1000>" -quality 70 example.png && pngquant example.png --ext .png --force` - -**src** -`string | fileSrc` -The source for the image. Can be an absolute url like `https://example.com/img.png` or a reference to a local file. Whenever using a local file the value must be prefixed with `::file` to instruct the app how to load the file. -Example: -```yaml -media: - src: ::file ./img-placeholder-4.jpg -``` - -**alt** -`string` -Alternative description for the image. -Used when it is not possible to view the image, because it failed loading or when a user it using a screen reader. Should be a meaningful description. - -**author** -`object` -Allows you to give credits to the image author by providing a `name` and an optional `url` to link to. It will normally be displayed as a info icon on top of images. -Example: -```yaml -media: - author: - name: Lorem Picsum - url: https://unsplash.com/ -``` - -![](../media/fm-media-attr.png) diff --git a/docs/media/block-default-prose.jpg b/docs/media/block-default-prose.jpg deleted file mode 100644 index 602dfdb2b..000000000 Binary files a/docs/media/block-default-prose.jpg and /dev/null differ diff --git a/docs/media/block-figure-prose.jpg b/docs/media/block-figure-prose.jpg deleted file mode 100644 index cb8191741..000000000 Binary files a/docs/media/block-figure-prose.jpg and /dev/null differ diff --git a/docs/media/block-full-figure-prose.jpg b/docs/media/block-full-figure-prose.jpg deleted file mode 100644 index 6b108b68b..000000000 Binary files a/docs/media/block-full-figure-prose.jpg and /dev/null differ diff --git a/docs/media/block-full-figure.jpg b/docs/media/block-full-figure.jpg deleted file mode 100644 index bf8e5816a..000000000 Binary files a/docs/media/block-full-figure.jpg and /dev/null differ diff --git a/docs/media/block-prose-figure.jpg b/docs/media/block-prose-figure.jpg deleted file mode 100644 index 728e98d87..000000000 Binary files a/docs/media/block-prose-figure.jpg and /dev/null differ diff --git a/docs/media/block-prose-full-figure.jpg b/docs/media/block-prose-full-figure.jpg deleted file mode 100644 index 75b220cec..000000000 Binary files a/docs/media/block-prose-full-figure.jpg and /dev/null differ diff --git a/docs/media/block-wide-figure.jpg b/docs/media/block-wide-figure.jpg deleted file mode 100644 index 06a07a60b..000000000 Binary files a/docs/media/block-wide-figure.jpg and /dev/null differ diff --git a/docs/media/block-wide-prose.jpg b/docs/media/block-wide-prose.jpg deleted file mode 100644 index 0b9ae51bc..000000000 Binary files a/docs/media/block-wide-prose.jpg and /dev/null differ diff --git a/docs/media/chart.png b/docs/media/chart.png deleted file mode 100644 index bc50630a9..000000000 Binary files a/docs/media/chart.png and /dev/null differ diff --git a/docs/media/dataset-header.png b/docs/media/dataset-header.png deleted file mode 100644 index a1c974816..000000000 Binary files a/docs/media/dataset-header.png and /dev/null differ diff --git a/docs/media/dataset-usage-callout-modal.png b/docs/media/dataset-usage-callout-modal.png deleted file mode 100644 index 62ae5b2be..000000000 Binary files a/docs/media/dataset-usage-callout-modal.png and /dev/null differ diff --git a/docs/media/dataset-usage-callout.png b/docs/media/dataset-usage-callout.png deleted file mode 100644 index 4827e15a2..000000000 Binary files a/docs/media/dataset-usage-callout.png and /dev/null differ diff --git a/docs/media/example.csv b/docs/media/example.csv deleted file mode 100644 index 394d9be61..000000000 --- a/docs/media/example.csv +++ /dev/null @@ -1,10269 +0,0 @@ -Test Date,County,New Positives,Cumulative Number of Positives,Total Number of Tests Performed,Cumulative Number of Tests Performed -03/01/2020,Albany,0,0,0,0 -03/02/2020,Albany,0,0,0,0 -03/03/2020,Albany,0,0,0,0 -03/04/2020,Albany,0,0,0,0 -03/05/2020,Albany,0,0,3,3 -03/06/2020,Albany,0,0,0,3 -03/07/2020,Albany,0,0,5,8 -03/08/2020,Albany,0,0,2,10 -03/09/2020,Albany,0,0,3,13 -03/10/2020,Albany,0,0,2,15 -03/11/2020,Albany,0,0,13,28 -03/12/2020,Albany,1,1,11,39 -03/13/2020,Albany,2,3,26,65 -03/14/2020,Albany,3,6,108,173 -03/15/2020,Albany,6,12,108,281 -03/16/2020,Albany,11,23,140,421 -03/17/2020,Albany,13,36,267,688 -03/18/2020,Albany,7,43,331,1019 -03/19/2020,Albany,18,61,450,1469 -03/20/2020,Albany,27,88,499,1968 -03/21/2020,Albany,35,123,577,2545 -03/22/2020,Albany,4,127,197,2742 -03/23/2020,Albany,19,146,144,2886 -03/24/2020,Albany,6,152,198,3084 -03/25/2020,Albany,19,171,93,3177 -03/26/2020,Albany,16,187,112,3289 -03/27/2020,Albany,8,195,101,3390 -03/28/2020,Albany,10,205,73,3463 -03/29/2020,Albany,12,217,61,3524 -03/30/2020,Albany,9,226,72,3596 -03/31/2020,Albany,14,240,108,3704 -04/01/2020,Albany,13,253,106,3810 -04/02/2020,Albany,14,267,105,3915 -04/03/2020,Albany,26,293,123,4038 -04/04/2020,Albany,12,305,117,4155 -04/05/2020,Albany,14,319,89,4244 -04/06/2020,Albany,14,333,86,4330 -04/07/2020,Albany,9,342,74,4404 -04/08/2020,Albany,37,379,229,4633 -04/09/2020,Albany,47,426,332,4965 -04/10/2020,Albany,20,446,159,5124 -04/11/2020,Albany,32,478,223,5347 -04/12/2020,Albany,21,499,193,5540 -04/13/2020,Albany,36,535,216,5756 -04/14/2020,Albany,13,548,106,5862 -04/15/2020,Albany,33,581,301,6163 -04/16/2020,Albany,38,619,273,6436 -04/17/2020,Albany,29,648,291,6727 -04/18/2020,Albany,34,682,305,7032 -04/19/2020,Albany,5,687,103,7135 -04/20/2020,Albany,17,704,164,7299 -04/21/2020,Albany,33,737,236,7535 -04/22/2020,Albany,21,758,178,7713 -04/23/2020,Albany,47,805,319,8032 -04/24/2020,Albany,94,899,626,8658 -04/25/2020,Albany,49,948,402,9060 -04/26/2020,Albany,31,979,263,9323 -04/27/2020,Albany,30,1009,197,9520 -04/28/2020,Albany,58,1067,351,9871 -04/29/2020,Albany,98,1165,439,10310 -04/30/2020,Albany,39,1204,378,10688 -05/01/2020,Albany,34,1238,434,11122 -05/02/2020,Albany,20,1258,441,11563 -05/03/2020,Albany,29,1287,391,11954 -05/04/2020,Albany,7,1294,130,12084 -05/05/2020,Albany,27,1321,367,12451 -05/06/2020,Albany,27,1348,407,12858 -05/07/2020,Albany,36,1384,385,13243 -05/08/2020,Albany,32,1416,488,13731 -05/09/2020,Albany,16,1432,455,14186 -05/10/2020,Albany,24,1456,384,14570 -05/11/2020,Albany,23,1479,341,14911 -05/12/2020,Albany,15,1494,335,15246 -05/13/2020,Albany,15,1509,546,15792 -05/14/2020,Albany,29,1538,541,16333 -05/15/2020,Albany,34,1572,482,16815 -05/16/2020,Albany,7,1579,411,17226 -05/17/2020,Albany,31,1610,342,17568 -05/18/2020,Albany,45,1655,398,17966 -05/19/2020,Albany,27,1682,697,18663 -05/20/2020,Albany,18,1700,650,19313 -05/21/2020,Albany,56,1756,920,20233 -05/22/2020,Albany,14,1770,655,20888 -05/23/2020,Albany,12,1782,438,21326 -05/24/2020,Albany,9,1791,378,21704 -05/25/2020,Albany,2,1793,328,22032 -05/26/2020,Albany,3,1796,369,22401 -05/27/2020,Albany,18,1814,666,23067 -05/28/2020,Albany,20,1834,416,23483 -05/29/2020,Albany,9,1843,521,24004 -05/30/2020,Albany,17,1860,760,24764 -05/31/2020,Albany,22,1882,537,25301 -06/01/2020,Albany,18,1900,618,25919 -06/02/2020,Albany,20,1920,1170,27089 -06/03/2020,Albany,10,1930,817,27906 -06/04/2020,Albany,11,1941,1179,29085 -06/05/2020,Albany,12,1953,1164,30249 -06/06/2020,Albany,8,1961,751,31000 -06/07/2020,Albany,17,1978,1194,32194 -06/08/2020,Albany,5,1983,616,32810 -06/09/2020,Albany,3,1986,569,33379 -06/10/2020,Albany,10,1996,774,34153 -06/11/2020,Albany,11,2007,1103,35256 -06/12/2020,Albany,9,2016,739,35995 -06/13/2020,Albany,4,2020,874,36869 -06/14/2020,Albany,2,2022,496,37365 -06/15/2020,Albany,4,2026,577,37942 -06/16/2020,Albany,3,2029,592,38534 -06/17/2020,Albany,5,2034,843,39377 -06/18/2020,Albany,15,2049,1070,40447 -06/19/2020,Albany,4,2053,610,41057 -06/20/2020,Albany,1,2054,784,41841 -06/21/2020,Albany,6,2060,931,42772 -06/22/2020,Albany,2,2062,427,43199 -06/23/2020,Albany,3,2065,586,43785 -06/24/2020,Albany,11,2076,1325,45110 -06/25/2020,Albany,8,2084,630,45740 -06/26/2020,Albany,7,2091,799,46539 -06/27/2020,Albany,6,2097,762,47301 -06/28/2020,Albany,2,2099,514,47815 -06/29/2020,Albany,3,2102,543,48358 -06/30/2020,Albany,10,2112,731,49089 -07/01/2020,Albany,13,2125,928,50017 -07/02/2020,Albany,5,2130,805,50822 -07/03/2020,Albany,15,2145,970,51792 -07/04/2020,Albany,7,2152,1098,52890 -07/05/2020,Albany,8,2160,626,53516 -07/06/2020,Albany,4,2164,421,53937 -07/07/2020,Albany,11,2175,1020,54957 -07/08/2020,Albany,8,2183,1260,56217 -07/09/2020,Albany,7,2190,625,56842 -07/10/2020,Albany,18,2208,1252,58094 -07/11/2020,Albany,11,2219,815,58909 -07/12/2020,Albany,6,2225,594,59503 -07/13/2020,Albany,22,2247,1139,60642 -07/14/2020,Albany,33,2280,860,61502 -07/15/2020,Albany,10,2290,1065,62567 -07/16/2020,Albany,20,2310,1098,63665 -07/17/2020,Albany,5,2315,816,64481 -07/18/2020,Albany,3,2318,335,64816 -07/19/2020,Albany,4,2322,877,65693 -07/20/2020,Albany,29,2351,1354,67047 -07/21/2020,Albany,18,2369,981,68028 -07/22/2020,Albany,32,2401,975,69003 -07/23/2020,Albany,25,2426,896,69899 -07/24/2020,Albany,12,2438,632,70531 -07/25/2020,Albany,13,2451,817,71348 -07/26/2020,Albany,2,2453,820,72168 -07/27/2020,Albany,15,2468,929,73097 -07/28/2020,Albany,12,2480,843,73940 -07/29/2020,Albany,13,2493,763,74703 -07/30/2020,Albany,10,2503,745,75448 -07/31/2020,Albany,12,2515,1055,76503 -08/01/2020,Albany,6,2521,463,76966 -08/02/2020,Albany,10,2531,529,77495 -08/03/2020,Albany,12,2543,770,78265 -08/04/2020,Albany,13,2556,1218,79483 -08/05/2020,Albany,9,2565,800,80283 -08/06/2020,Albany,8,2573,757,81040 -08/07/2020,Albany,8,2581,946,81986 -08/08/2020,Albany,14,2595,903,82889 -08/09/2020,Albany,5,2600,739,83628 -08/10/2020,Albany,14,2614,1127,84755 -08/11/2020,Albany,10,2624,1451,86206 -08/12/2020,Albany,12,2636,1052,87258 -08/13/2020,Albany,3,2639,1173,88431 -08/14/2020,Albany,4,2643,1109,89540 -08/15/2020,Albany,11,2654,1142,90682 -08/16/2020,Albany,3,2657,700,91382 -08/17/2020,Albany,4,2661,991,92373 -08/18/2020,Albany,14,2675,1197,93570 -08/19/2020,Albany,9,2684,1750,95320 -08/20/2020,Albany,7,2691,1443,96763 -08/21/2020,Albany,2,2693,1336,98099 -08/22/2020,Albany,6,2699,1263,99362 -08/23/2020,Albany,2,2701,490,99852 -08/24/2020,Albany,10,2711,972,100824 -08/25/2020,Albany,7,2718,1042,101866 -08/26/2020,Albany,18,2736,1266,103132 -08/27/2020,Albany,10,2746,1264,104396 -08/28/2020,Albany,8,2754,1183,105579 -08/29/2020,Albany,10,2764,1519,107098 -08/30/2020,Albany,6,2770,594,107692 -08/31/2020,Albany,16,2786,841,108533 -09/01/2020,Albany,5,2791,1116,109649 -09/02/2020,Albany,11,2802,1655,111304 -09/03/2020,Albany,17,2819,899,112203 -09/04/2020,Albany,4,2823,996,113199 -09/05/2020,Albany,8,2831,824,114023 -09/06/2020,Albany,2,2833,727,114750 -09/07/2020,Albany,7,2840,665,115415 -09/08/2020,Albany,6,2846,499,115914 -09/09/2020,Albany,13,2859,724,116638 -09/10/2020,Albany,23,2882,1326,117964 -09/11/2020,Albany,14,2896,1386,119350 -09/12/2020,Albany,19,2915,844,120194 -09/13/2020,Albany,6,2921,555,120749 -09/14/2020,Albany,15,2936,797,121546 -09/15/2020,Albany,12,2948,997,122543 -09/16/2020,Albany,21,2969,1084,123627 -09/17/2020,Albany,10,2979,1229,124856 -09/18/2020,Albany,27,3006,1322,126178 -09/19/2020,Albany,10,3016,1147,127325 -09/20/2020,Albany,8,3024,669,127994 -09/21/2020,Albany,13,3037,776,128770 -09/22/2020,Albany,6,3043,869,129639 -09/23/2020,Albany,10,3053,1519,131158 -09/24/2020,Albany,10,3063,1348,132506 -09/25/2020,Albany,19,3082,1202,133708 -09/26/2020,Albany,13,3095,1091,134799 -09/27/2020,Albany,9,3104,789,135588 -09/28/2020,Albany,12,3116,939,136527 -09/29/2020,Albany,4,3120,925,137452 -09/30/2020,Albany,13,3133,1496,138948 -10/01/2020,Albany,20,3153,1343,140291 -10/02/2020,Albany,22,3175,1783,142074 -10/03/2020,Albany,15,3190,1052,143126 -10/04/2020,Albany,11,3201,833,143959 -10/05/2020,Albany,17,3218,1061,145020 -10/06/2020,Albany,15,3233,1328,146348 -10/07/2020,Albany,18,3251,2089,148437 -10/08/2020,Albany,17,3268,2240,150677 -10/09/2020,Albany,12,3280,2225,152902 -10/10/2020,Albany,13,3293,1823,154725 -10/11/2020,Albany,11,3304,819,155544 -10/12/2020,Albany,20,3324,1393,156937 -10/13/2020,Albany,19,3343,1278,158215 -10/14/2020,Albany,26,3369,1823,160038 -10/15/2020,Albany,14,3383,3007,163045 -10/16/2020,Albany,15,3398,1318,164363 -10/17/2020,Albany,18,3416,1354,165717 -10/18/2020,Albany,11,3427,769,166486 -10/19/2020,Albany,9,3436,997,167483 -10/20/2020,Albany,24,3460,1466,168949 -10/21/2020,Albany,28,3488,1454,170403 -10/22/2020,Albany,28,3516,1856,172259 -10/23/2020,Albany,33,3549,2694,174953 -10/24/2020,Albany,28,3577,1148,176101 -10/25/2020,Albany,13,3590,809,176910 -10/26/2020,Albany,23,3613,1212,178122 -10/27/2020,Albany,14,3627,1082,179204 -10/28/2020,Albany,33,3660,2240,181444 -10/29/2020,Albany,45,3705,2037,183481 -10/30/2020,Albany,19,3724,1581,185062 -10/31/2020,Albany,26,3750,1578,186640 -11/01/2020,Albany,21,3771,905,187545 -11/02/2020,Albany,31,3802,1432,188977 -11/03/2020,Albany,43,3845,1169,190146 -11/04/2020,Albany,32,3877,2982,193128 -11/05/2020,Albany,65,3942,3059,196187 -11/06/2020,Albany,82,4024,2976,199163 -11/07/2020,Albany,25,4049,2845,202008 -11/08/2020,Albany,46,4095,976,202984 -11/09/2020,Albany,97,4192,1767,204751 -11/10/2020,Albany,60,4252,4990,209741 -11/11/2020,Albany,84,4336,2714,212455 -11/12/2020,Albany,89,4425,3923,216378 -11/13/2020,Albany,89,4514,3012,219390 -11/14/2020,Albany,15,4529,1000,220390 -11/15/2020,Albany,43,4572,1955,222345 -11/16/2020,Albany,81,4653,1773,224118 -11/17/2020,Albany,77,4730,1628,225746 -11/18/2020,Albany,92,4822,2566,228312 -11/19/2020,Albany,84,4906,4662,232974 -11/20/2020,Albany,107,5013,2351,235325 -11/21/2020,Albany,95,5108,3915,239240 -11/22/2020,Albany,40,5148,1827,241067 -11/23/2020,Albany,85,5233,2269,243336 -11/24/2020,Albany,91,5324,2282,245618 -11/25/2020,Albany,102,5426,2909,248527 -11/26/2020,Albany,129,5555,2300,250827 -11/27/2020,Albany,63,5618,1911,252738 -11/28/2020,Albany,94,5712,2465,255203 -11/29/2020,Albany,104,5816,2187,257390 -11/30/2020,Albany,152,5968,2826,260216 -12/01/2020,Albany,170,6138,2656,262872 -12/02/2020,Albany,120,6258,2848,265720 -12/03/2020,Albany,148,6406,3002,268722 -12/04/2020,Albany,165,6571,4048,272770 -12/05/2020,Albany,140,6711,2700,275470 -12/06/2020,Albany,107,6818,1453,276923 -12/07/2020,Albany,173,6991,2223,279146 -12/08/2020,Albany,185,7176,1922,281068 -12/09/2020,Albany,216,7392,3015,284083 -12/10/2020,Albany,163,7555,3138,287221 -12/11/2020,Albany,163,7718,2794,290015 -12/12/2020,Albany,170,7888,2708,292723 -12/13/2020,Albany,162,8050,1766,294489 -12/14/2020,Albany,164,8214,1646,296135 -12/15/2020,Albany,191,8405,2463,298598 -12/16/2020,Albany,208,8613,3191,301789 -12/17/2020,Albany,208,8821,3258,305047 -12/18/2020,Albany,176,8997,2498,307545 -12/19/2020,Albany,177,9174,2716,310261 -12/20/2020,Albany,203,9377,2095,312356 -12/21/2020,Albany,209,9586,2519,314875 -12/22/2020,Albany,200,9786,2485,317360 -12/23/2020,Albany,259,10045,2544,319904 -12/24/2020,Albany,229,10274,4015,323919 -12/25/2020,Albany,215,10489,2413,326332 -12/26/2020,Albany,140,10629,1858,328190 -12/27/2020,Albany,251,10880,1657,329847 -12/28/2020,Albany,232,11112,1869,331716 -12/29/2020,Albany,221,11333,2096,333812 -12/30/2020,Albany,252,11585,2845,336657 -12/31/2020,Albany,332,11917,3711,340368 -01/01/2021,Albany,282,12199,2716,343084 -01/02/2021,Albany,206,12405,1950,345034 -01/03/2021,Albany,188,12593,1365,346399 -01/04/2021,Albany,259,12852,2046,348445 -01/05/2021,Albany,260,13112,2403,350848 -01/06/2021,Albany,298,13410,3628,354476 -01/07/2021,Albany,287,13697,3320,357796 -01/08/2021,Albany,233,13930,3553,361349 -01/09/2021,Albany,266,14196,2977,364326 -01/10/2021,Albany,215,14411,2523,366849 -01/11/2021,Albany,352,14763,2895,369744 -01/12/2021,Albany,211,14974,2409,372153 -01/13/2021,Albany,256,15230,2998,375151 -01/14/2021,Albany,290,15520,3947,379098 -01/15/2021,Albany,251,15771,3592,382690 -01/16/2021,Albany,210,15981,2948,385638 -01/17/2021,Albany,187,16168,1963,387601 -01/18/2021,Albany,175,16343,2056,389657 -01/19/2021,Albany,178,16521,2099,391756 -01/20/2021,Albany,267,16788,3998,395754 -01/21/2021,Albany,257,17045,3840,399594 -01/22/2021,Albany,242,17287,3275,402869 -01/23/2021,Albany,198,17485,2808,405677 -01/24/2021,Albany,135,17620,2110,407787 -01/25/2021,Albany,178,17798,2459,410246 -01/26/2021,Albany,179,17977,2405,412651 -01/27/2021,Albany,212,18189,3486,416137 -01/28/2021,Albany,170,18359,3924,420061 -01/29/2021,Albany,160,18519,3700,423761 -01/30/2021,Albany,182,18701,3852,427613 -01/31/2021,Albany,70,18771,1424,429037 -02/01/2021,Albany,87,18858,1272,430309 -02/02/2021,Albany,80,18938,1276,431585 -02/03/2021,Albany,162,19100,2997,434582 -02/04/2021,Albany,115,19215,5240,439822 -02/05/2021,Albany,129,19344,3933,443755 -02/06/2021,Albany,94,19438,2658,446413 -02/07/2021,Albany,69,19507,1714,448127 -02/08/2021,Albany,80,19587,1394,449521 -02/09/2021,Albany,68,19655,1766,451287 -02/10/2021,Albany,93,19748,5082,456369 -02/11/2021,Albany,84,19832,2686,459055 -02/12/2021,Albany,76,19908,5570,464625 -02/13/2021,Albany,74,19982,2018,466643 -02/14/2021,Albany,51,20033,3431,470074 -02/15/2021,Albany,57,20090,1353,471427 -02/16/2021,Albany,42,20132,4248,475675 -02/17/2021,Albany,52,20184,2399,478074 -02/18/2021,Albany,88,20272,3283,481357 -02/19/2021,Albany,64,20336,7797,489154 -02/20/2021,Albany,56,20392,3727,492881 -02/21/2021,Albany,49,20441,1542,494423 -02/22/2021,Albany,45,20486,1305,495728 -02/23/2021,Albany,40,20526,1843,497571 -02/24/2021,Albany,94,20620,4931,502502 -02/25/2021,Albany,63,20683,5862,508364 -02/26/2021,Albany,75,20758,4453,512817 -02/27/2021,Albany,90,20848,4113,516930 -02/28/2021,Albany,42,20890,1612,518542 -03/01/2021,Albany,41,20931,1242,519784 -03/02/2021,Albany,54,20985,1994,521778 -03/03/2021,Albany,45,21030,2493,524271 -03/04/2021,Albany,84,21114,5983,530254 -03/05/2021,Albany,66,21180,4295,534549 -03/06/2021,Albany,59,21239,2283,536832 -03/07/2021,Albany,63,21302,1515,538347 -03/08/2021,Albany,52,21354,1118,539465 -03/09/2021,Albany,49,21403,1749,541214 -03/10/2021,Albany,65,21468,4543,545757 -03/11/2021,Albany,43,21511,3924,549681 -03/12/2021,Albany,40,21551,3374,553055 -03/13/2021,Albany,44,21595,3750,556805 -03/14/2021,Albany,50,21645,1466,558271 -03/15/2021,Albany,43,21688,1457,559728 -03/16/2021,Albany,48,21736,1907,561635 -03/17/2021,Albany,70,21806,4089,565724 -03/18/2021,Albany,61,21867,2860,568584 -03/19/2021,Albany,47,21914,4698,573282 -03/20/2021,Albany,68,21982,4197,577479 -03/21/2021,Albany,42,22024,1385,578864 -03/22/2021,Albany,54,22078,1247,580111 -03/23/2021,Albany,63,22141,1659,581770 -03/24/2021,Albany,73,22214,4447,586217 -03/25/2021,Albany,62,22276,4003,590220 -03/26/2021,Albany,75,22351,3732,593952 -03/27/2021,Albany,67,22418,2573,596525 -03/28/2021,Albany,58,22476,2781,599306 -03/29/2021,Albany,60,22536,1426,600732 -03/30/2021,Albany,77,22613,1923,602655 -03/31/2021,Albany,83,22696,3171,605826 -04/01/2021,Albany,42,22738,4022,609848 -04/02/2021,Albany,61,22799,4096,613944 -04/03/2021,Albany,56,22855,2515,616459 -04/04/2021,Albany,70,22925,1373,617832 -04/05/2021,Albany,40,22965,1139,618971 -04/06/2021,Albany,46,23011,1966,620937 -04/07/2021,Albany,68,23079,2097,623034 -04/08/2021,Albany,70,23149,4494,627528 -04/09/2021,Albany,68,23217,3101,630629 -04/10/2021,Albany,63,23280,2326,632955 -04/11/2021,Albany,43,23323,1013,633968 -04/12/2021,Albany,45,23368,1386,635354 -04/13/2021,Albany,41,23409,1790,637144 -04/14/2021,Albany,64,23473,2498,639642 -04/15/2021,Albany,62,23535,1719,641361 -04/16/2021,Albany,74,23609,2618,643979 -04/17/2021,Albany,70,23679,2656,646635 -04/18/2021,Albany,39,23718,1334,647969 -04/19/2021,Albany,54,23772,1031,649000 -04/20/2021,Albany,28,23800,1669,650669 -04/21/2021,Albany,70,23870,2541,653210 -04/22/2021,Albany,44,23914,2179,655389 -04/23/2021,Albany,38,23952,3326,658715 -04/24/2021,Albany,24,23976,2009,660724 -04/25/2021,Albany,33,24009,1125,661849 -04/26/2021,Albany,29,24038,1268,663117 -04/27/2021,Albany,18,24056,1401,664518 -04/28/2021,Albany,46,24102,2234,666752 -04/29/2021,Albany,26,24128,2400,669152 -04/30/2021,Albany,31,24159,2044,671196 -05/01/2021,Albany,21,24180,2176,673372 -05/02/2021,Albany,12,24192,1217,674589 -05/03/2021,Albany,20,24212,854,675443 -05/04/2021,Albany,14,24226,1661,677104 -05/05/2021,Albany,20,24246,2021,679125 -05/06/2021,Albany,24,24270,1717,680842 -05/07/2021,Albany,32,24302,5310,686152 -05/08/2021,Albany,19,24321,1600,687752 -05/09/2021,Albany,13,24334,902,688654 -05/10/2021,Albany,15,24349,1077,689731 -05/11/2021,Albany,19,24368,1212,690943 -05/12/2021,Albany,17,24385,1939,692882 -05/13/2021,Albany,21,24406,2972,695854 -05/14/2021,Albany,22,24428,2307,698161 -05/15/2021,Albany,17,24445,1612,699773 -05/16/2021,Albany,10,24455,900,700673 -05/17/2021,Albany,11,24466,766,701439 -05/18/2021,Albany,14,24480,1306,702745 -05/19/2021,Albany,13,24493,2476,705221 -05/20/2021,Albany,23,24516,1969,707190 -05/21/2021,Albany,15,24531,1771,708961 -05/22/2021,Albany,18,24549,1218,710179 -05/23/2021,Albany,17,24566,806,710985 -05/24/2021,Albany,17,24583,544,711529 -05/25/2021,Albany,10,24593,1336,712865 -05/26/2021,Albany,10,24603,1699,714564 -05/27/2021,Albany,11,24614,1454,716018 -05/28/2021,Albany,7,24621,1420,717438 -05/29/2021,Albany,7,24628,1119,718557 -05/30/2021,Albany,5,24633,577,719134 -05/31/2021,Albany,1,24634,305,719439 -06/01/2021,Albany,8,24642,670,720109 -06/02/2021,Albany,6,24648,1075,721184 -06/03/2021,Albany,4,24652,2250,723434 -06/04/2021,Albany,9,24661,1711,725145 -06/05/2021,Albany,7,24668,1074,726219 -06/06/2021,Albany,7,24675,571,726790 -06/07/2021,Albany,3,24678,996,727786 -06/08/2021,Albany,4,24682,985,728771 -06/09/2021,Albany,3,24685,1498,730269 -06/10/2021,Albany,2,24687,1509,731778 -06/11/2021,Albany,2,24689,1864,733642 -06/12/2021,Albany,5,24694,758,734400 -06/13/2021,Albany,2,24696,539,734939 -06/14/2021,Albany,3,24699,319,735258 -06/15/2021,Albany,1,24700,856,736114 -06/16/2021,Albany,3,24703,1212,737326 -06/17/2021,Albany,5,24708,754,738080 -06/18/2021,Albany,4,24712,1069,739149 -06/19/2021,Albany,4,24716,738,739887 -06/20/2021,Albany,2,24718,492,740379 -06/21/2021,Albany,1,24719,373,740752 -06/22/2021,Albany,3,24722,667,741419 -06/23/2021,Albany,1,24723,945,742364 -06/24/2021,Albany,3,24726,757,743121 -06/25/2021,Albany,2,24728,928,744049 -06/26/2021,Albany,1,24729,1068,745117 -06/27/2021,Albany,4,24733,469,745586 -06/28/2021,Albany,0,24733,434,746020 -06/29/2021,Albany,1,24734,457,746477 -06/30/2021,Albany,1,24735,970,747447 -07/01/2021,Albany,1,24736,617,748064 -07/02/2021,Albany,1,24737,555,748619 -07/03/2021,Albany,2,24739,544,749163 -07/04/2021,Albany,0,24739,313,749476 -07/05/2021,Albany,1,24740,315,749791 -07/06/2021,Albany,0,24740,299,750090 -07/07/2021,Albany,6,24746,605,750695 -07/08/2021,Albany,2,24748,665,751360 -07/09/2021,Albany,5,24753,578,751938 -07/10/2021,Albany,5,24758,408,752346 -07/11/2021,Albany,9,24767,424,752770 -07/12/2021,Albany,3,24770,339,753109 -07/13/2021,Albany,8,24778,438,753547 -07/14/2021,Albany,8,24786,585,754132 -07/15/2021,Albany,9,24795,496,754628 -07/16/2021,Albany,5,24800,463,755091 -07/17/2021,Albany,10,24810,622,755713 -07/18/2021,Albany,13,24823,466,756179 -07/19/2021,Albany,8,24831,507,756686 -07/20/2021,Albany,11,24842,605,757291 -07/21/2021,Albany,17,24859,733,758024 -07/22/2021,Albany,22,24881,773,758797 -07/23/2021,Albany,12,24893,618,759415 -07/24/2021,Albany,24,24917,759,760174 -07/25/2021,Albany,7,24924,335,760509 -07/26/2021,Albany,19,24943,553,761062 -07/27/2021,Albany,22,24965,770,761832 -07/28/2021,Albany,36,25001,1072,762904 -07/29/2021,Albany,26,25027,639,763543 -07/30/2021,Albany,32,25059,836,764379 -07/31/2021,Albany,26,25085,698,765077 -08/01/2021,Albany,22,25107,536,765613 -08/02/2021,Albany,49,25156,733,766346 -08/03/2021,Albany,44,25200,907,767253 -08/04/2021,Albany,37,25237,1086,768339 -08/05/2021,Albany,60,25297,1196,769535 -08/06/2021,Albany,79,25376,1286,770821 -08/07/2021,Albany,34,25410,872,771693 -08/08/2021,Albany,58,25468,797,772490 -08/09/2021,Albany,42,25510,788,773278 -08/10/2021,Albany,55,25565,1216,774494 -08/11/2021,Albany,42,25607,1744,776238 -08/12/2021,Albany,63,25670,1468,777706 -08/13/2021,Albany,71,25741,1366,779072 -08/14/2021,Albany,67,25808,1217,780289 -08/15/2021,Albany,39,25847,832,781121 -08/16/2021,Albany,56,25903,1044,782165 -08/17/2021,Albany,62,25965,1354,783519 -08/18/2021,Albany,52,26017,1874,785393 -08/19/2021,Albany,72,26089,2173,787566 -08/20/2021,Albany,82,26171,2154,789720 -08/21/2021,Albany,60,26231,1343,791063 -08/22/2021,Albany,42,26273,952,792015 -08/23/2021,Albany,46,26319,731,792746 -08/24/2021,Albany,63,26382,1271,794017 -08/25/2021,Albany,66,26448,1779,795796 -08/26/2021,Albany,121,26569,2257,798053 -08/27/2021,Albany,90,26659,2026,800079 -08/28/2021,Albany,73,26732,1261,801340 -08/29/2021,Albany,67,26799,1107,802447 -08/30/2021,Albany,62,26861,1016,803463 -08/31/2021,Albany,64,26925,1798,805261 -09/01/2021,Albany,95,27020,1724,806985 -09/02/2021,Albany,89,27109,1975,808960 -09/03/2021,Albany,91,27200,1904,810864 -09/04/2021,Albany,52,27252,1523,812387 -09/05/2021,Albany,54,27306,1129,813516 -09/06/2021,Albany,49,27355,727,814243 -09/07/2021,Albany,45,27400,1209,815452 -09/08/2021,Albany,81,27481,1685,817137 -09/09/2021,Albany,90,27571,2161,819298 -09/10/2021,Albany,67,27638,1675,820973 -09/11/2021,Albany,67,27705,1823,822796 -09/12/2021,Albany,64,27769,1061,823857 -09/13/2021,Albany,48,27817,803,824660 -09/14/2021,Albany,57,27874,1224,825884 -09/15/2021,Albany,130,28004,2545,828429 -09/16/2021,Albany,69,28073,1796,830225 -09/17/2021,Albany,91,28164,1708,831933 -09/18/2021,Albany,75,28239,2316,834249 -09/19/2021,Albany,40,28279,930,835179 -09/20/2021,Albany,86,28365,1698,836877 -09/21/2021,Albany,74,28439,1726,838603 -09/22/2021,Albany,74,28513,2733,841336 -09/23/2021,Albany,124,28637,2731,844067 -09/24/2021,Albany,71,28708,1952,846019 -09/25/2021,Albany,70,28778,2254,848273 -09/26/2021,Albany,58,28836,1186,849459 -09/27/2021,Albany,97,28933,1491,850950 -09/28/2021,Albany,93,29026,2891,853841 -09/29/2021,Albany,66,29092,2571,856412 -09/30/2021,Albany,98,29190,2557,858969 -10/01/2021,Albany,79,29269,2394,861363 -10/02/2021,Albany,109,29378,2398,863761 -10/03/2021,Albany,31,29409,1062,864823 -10/04/2021,Albany,66,29475,1748,866571 -10/05/2021,Albany,102,29577,2927,869498 -10/06/2021,Albany,94,29671,2685,872183 -10/07/2021,Albany,102,29773,3053,875236 -10/08/2021,Albany,79,29852,2898,878134 -10/09/2021,Albany,41,29893,1312,879446 -10/10/2021,Albany,100,29993,2768,882214 -10/11/2021,Albany,42,30035,1000,883214 -10/12/2021,Albany,84,30119,2274,885488 -10/13/2021,Albany,95,30214,2585,888073 -10/14/2021,Albany,105,30319,3181,891254 -10/15/2021,Albany,124,30443,3241,894495 -10/16/2021,Albany,67,30510,2570,897065 -10/17/2021,Albany,71,30581,1724,898789 -10/18/2021,Albany,52,30633,800,899589 -10/19/2021,Albany,127,30760,2570,902159 -10/20/2021,Albany,78,30838,2678,904837 -10/21/2021,Albany,77,30915,2642,907479 -10/22/2021,Albany,105,31020,3033,910512 -10/23/2021,Albany,54,31074,1884,912396 -10/24/2021,Albany,56,31130,1913,914309 -10/25/2021,Albany,44,31174,923,915232 -10/26/2021,Albany,100,31274,2649,917881 -10/27/2021,Albany,99,31373,2829,920710 -10/28/2021,Albany,112,31485,4123,924833 -10/29/2021,Albany,89,31574,2407,927240 -10/30/2021,Albany,75,31649,2509,929749 -10/31/2021,Albany,47,31696,1317,931066 -11/01/2021,Albany,54,31750,1188,932254 -11/02/2021,Albany,71,31821,2129,934383 -11/03/2021,Albany,94,31915,3018,937401 -11/04/2021,Albany,77,31992,2623,940024 -11/05/2021,Albany,86,32078,2053,942077 -11/06/2021,Albany,68,32146,2079,944156 -11/07/2021,Albany,59,32205,1136,945292 -11/08/2021,Albany,87,32292,1443,946735 -11/09/2021,Albany,99,32391,1656,948391 -11/10/2021,Albany,125,32516,3805,952196 -11/11/2021,Albany,90,32606,2166,954362 -11/12/2021,Albany,114,32720,2302,956664 -11/13/2021,Albany,94,32814,2017,958681 -11/14/2021,Albany,60,32874,1219,959900 -11/15/2021,Albany,55,32929,1266,961166 -11/16/2021,Albany,94,33023,1889,963055 -11/17/2021,Albany,179,33202,3096,966151 -11/18/2021,Albany,114,33316,2303,968454 -11/19/2021,Albany,116,33432,1847,970301 -11/20/2021,Albany,104,33536,2657,972958 -11/21/2021,Albany,76,33612,1788,974746 -11/22/2021,Albany,60,33672,1366,976112 -11/23/2021,Albany,104,33776,1964,978076 -11/24/2021,Albany,153,33929,2750,980826 -11/25/2021,Albany,127,34056,2368,983194 -11/26/2021,Albany,60,34116,936,984130 -11/27/2021,Albany,105,34221,1334,985464 -11/28/2021,Albany,72,34293,1031,986495 -11/29/2021,Albany,106,34399,1375,987870 -11/30/2021,Albany,184,34583,2650,990520 -12/01/2021,Albany,181,34764,3107,993627 -12/02/2021,Albany,219,34983,3302,996929 -12/03/2021,Albany,176,35159,2545,999474 -12/04/2021,Albany,166,35325,2954,1002428 -12/05/2021,Albany,112,35437,1631,1004059 -12/06/2021,Albany,149,35586,1499,1005558 -12/07/2021,Albany,143,35729,3179,1008737 -12/08/2021,Albany,176,35905,3192,1011929 -12/09/2021,Albany,212,36117,3507,1015436 -12/10/2021,Albany,171,36288,3244,1018680 -12/11/2021,Albany,113,36401,2744,1021424 -12/12/2021,Albany,88,36489,1529,1022953 -12/13/2021,Albany,123,36612,1486,1024439 -12/14/2021,Albany,161,36773,2834,1027273 -12/15/2021,Albany,186,36959,3522,1030795 -12/16/2021,Albany,202,37161,2759,1033554 -12/17/2021,Albany,218,37379,3109,1036663 -12/18/2021,Albany,187,37566,2716,1039379 -12/19/2021,Albany,135,37701,1892,1041271 -12/20/2021,Albany,181,37882,1891,1043162 -12/21/2021,Albany,232,38114,2310,1045472 -12/22/2021,Albany,277,38391,2916,1048388 -12/23/2021,Albany,278,38669,3026,1051414 -12/24/2021,Albany,283,38952,3177,1054591 -12/25/2021,Albany,206,39158,2478,1057069 -12/26/2021,Albany,118,39276,1058,1058127 -12/27/2021,Albany,216,39492,1301,1059428 -12/28/2021,Albany,444,39936,2763,1062191 -12/29/2021,Albany,496,40432,2744,1064935 -12/30/2021,Albany,701,41133,3690,1068625 -12/31/2021,Albany,575,41708,3484,1072109 -01/01/2022,Albany,521,42229,2886,1074995 -01/02/2022,Albany,378,42607,1838,1076833 -01/03/2022,Albany,234,42841,1091,1077924 -01/04/2022,Albany,658,43499,3525,1081449 -01/05/2022,Albany,858,44357,4382,1085831 -01/06/2022,Albany,874,45231,4474,1090305 -01/07/2022,Albany,1031,46262,4452,1094757 -01/08/2022,Albany,671,46933,4041,1098798 -01/09/2022,Albany,622,47555,3117,1101915 -01/10/2022,Albany,510,48065,2735,1104650 -01/11/2022,Albany,575,48640,3524,1108174 -01/12/2022,Albany,747,49387,4278,1112452 -01/13/2022,Albany,823,50210,3609,1116061 -01/14/2022,Albany,730,50940,4260,1120321 -01/15/2022,Albany,557,51497,3961,1124282 -01/16/2022,Albany,326,51823,2202,1126484 -01/17/2022,Albany,323,52146,1714,1128198 -01/18/2022,Albany,298,52444,2097,1130295 -01/19/2022,Albany,474,52918,3473,1133768 -01/20/2022,Albany,437,53355,3359,1137127 -01/21/2022,Albany,417,53772,3589,1140716 -01/22/2022,Albany,276,54048,3015,1143731 -01/23/2022,Albany,165,54213,1606,1145337 -01/24/2022,Albany,193,54406,1988,1147325 -01/25/2022,Albany,262,54668,2848,1150173 -01/26/2022,Albany,253,54921,2313,1152486 -01/27/2022,Albany,207,55128,2629,1155115 -01/28/2022,Albany,233,55361,2296,1157411 -01/29/2022,Albany,163,55524,2488,1159899 -01/30/2022,Albany,82,55606,1128,1161027 -01/31/2022,Albany,92,55698,1491,1162518 -02/01/2022,Albany,199,55897,1971,1164489 -02/02/2022,Albany,175,56072,2409,1166898 -02/03/2022,Albany,125,56197,1915,1168813 -02/04/2022,Albany,128,56325,2006,1170819 -02/05/2022,Albany,376,56701,2183,1173002 -03/01/2020,Allegany,0,0,0,0 -03/02/2020,Allegany,0,0,0,0 -03/03/2020,Allegany,0,0,0,0 -03/04/2020,Allegany,0,0,0,0 -03/05/2020,Allegany,0,0,0,0 -03/06/2020,Allegany,0,0,0,0 -03/07/2020,Allegany,0,0,0,0 -03/08/2020,Allegany,0,0,0,0 -03/09/2020,Allegany,0,0,0,0 -03/10/2020,Allegany,0,0,0,0 -03/11/2020,Allegany,0,0,4,4 -03/12/2020,Allegany,0,0,1,5 -03/13/2020,Allegany,0,0,0,5 -03/14/2020,Allegany,0,0,1,6 -03/15/2020,Allegany,2,2,5,11 -03/16/2020,Allegany,0,2,1,12 -03/17/2020,Allegany,0,2,0,12 -03/18/2020,Allegany,0,2,3,15 -03/19/2020,Allegany,0,2,2,17 -03/20/2020,Allegany,0,2,10,27 -03/21/2020,Allegany,0,2,10,37 -03/22/2020,Allegany,0,2,39,76 -03/23/2020,Allegany,0,2,2,78 -03/24/2020,Allegany,0,2,5,83 -03/25/2020,Allegany,0,2,6,89 -03/26/2020,Allegany,0,2,9,98 -03/27/2020,Allegany,0,2,4,102 -03/28/2020,Allegany,4,6,12,114 -03/29/2020,Allegany,1,7,7,121 -03/30/2020,Allegany,0,7,4,125 -03/31/2020,Allegany,2,9,10,135 -04/01/2020,Allegany,3,12,14,149 -04/02/2020,Allegany,2,14,18,167 -04/03/2020,Allegany,2,16,13,180 -04/04/2020,Allegany,0,16,8,188 -04/05/2020,Allegany,1,17,8,196 -04/06/2020,Allegany,0,17,3,199 -04/07/2020,Allegany,4,21,16,215 -04/08/2020,Allegany,1,22,12,227 -04/09/2020,Allegany,4,26,21,248 -04/10/2020,Allegany,0,26,16,264 -04/11/2020,Allegany,0,26,11,275 -04/12/2020,Allegany,0,26,5,280 -04/13/2020,Allegany,2,28,14,294 -04/14/2020,Allegany,0,28,10,304 -04/15/2020,Allegany,0,28,8,312 -04/16/2020,Allegany,1,29,21,333 -04/17/2020,Allegany,1,30,15,348 -04/18/2020,Allegany,0,30,7,355 -04/19/2020,Allegany,0,30,5,360 -04/20/2020,Allegany,0,30,9,369 -04/21/2020,Allegany,0,30,10,379 -04/22/2020,Allegany,0,30,14,393 -04/23/2020,Allegany,1,31,10,403 -04/24/2020,Allegany,4,35,61,464 -04/25/2020,Allegany,0,35,12,476 -04/26/2020,Allegany,0,35,9,485 -04/27/2020,Allegany,0,35,14,499 -04/28/2020,Allegany,0,35,26,525 -04/29/2020,Allegany,0,35,18,543 -04/30/2020,Allegany,0,35,20,563 -05/01/2020,Allegany,0,35,11,574 -05/02/2020,Allegany,0,35,18,592 -05/03/2020,Allegany,0,35,14,606 -05/04/2020,Allegany,0,35,31,637 -05/05/2020,Allegany,0,35,22,659 -05/06/2020,Allegany,0,35,40,699 -05/07/2020,Allegany,0,35,33,732 -05/08/2020,Allegany,0,35,18,750 -05/09/2020,Allegany,1,36,20,770 -05/10/2020,Allegany,2,38,35,805 -05/11/2020,Allegany,4,42,41,846 -05/12/2020,Allegany,2,44,39,885 -05/13/2020,Allegany,0,44,53,938 -05/14/2020,Allegany,0,44,44,982 -05/15/2020,Allegany,0,44,27,1009 -05/16/2020,Allegany,0,44,36,1045 -05/17/2020,Allegany,0,44,89,1134 -05/18/2020,Allegany,0,44,28,1162 -05/19/2020,Allegany,0,44,49,1211 -05/20/2020,Allegany,0,44,68,1279 -05/21/2020,Allegany,0,44,47,1326 -05/22/2020,Allegany,0,44,26,1352 -05/23/2020,Allegany,0,44,33,1385 -05/24/2020,Allegany,0,44,53,1438 -05/25/2020,Allegany,0,44,28,1466 -05/26/2020,Allegany,1,45,96,1562 -05/27/2020,Allegany,0,45,98,1660 -05/28/2020,Allegany,0,45,60,1720 -05/29/2020,Allegany,0,45,64,1784 -05/30/2020,Allegany,0,45,51,1835 -05/31/2020,Allegany,3,48,100,1935 -06/01/2020,Allegany,0,48,160,2095 -06/02/2020,Allegany,1,49,181,2276 -06/03/2020,Allegany,0,49,131,2407 -06/04/2020,Allegany,2,51,154,2561 -06/05/2020,Allegany,0,51,309,2870 -06/06/2020,Allegany,0,51,98,2968 -06/07/2020,Allegany,0,51,149,3117 -06/08/2020,Allegany,0,51,220,3337 -06/09/2020,Allegany,1,52,128,3465 -06/10/2020,Allegany,1,53,137,3602 -06/11/2020,Allegany,0,53,163,3765 -06/12/2020,Allegany,1,54,144,3909 -06/13/2020,Allegany,0,54,103,4012 -06/14/2020,Allegany,1,55,65,4077 -06/15/2020,Allegany,0,55,120,4197 -06/16/2020,Allegany,0,55,134,4331 -06/17/2020,Allegany,2,57,77,4408 -06/18/2020,Allegany,1,58,220,4628 -06/19/2020,Allegany,0,58,166,4794 -06/20/2020,Allegany,0,58,66,4860 -06/21/2020,Allegany,0,58,114,4974 -06/22/2020,Allegany,0,58,142,5116 -06/23/2020,Allegany,0,58,104,5220 -06/24/2020,Allegany,0,58,131,5351 -06/25/2020,Allegany,0,58,109,5460 -06/26/2020,Allegany,0,58,55,5515 -06/27/2020,Allegany,1,59,74,5589 -06/28/2020,Allegany,0,59,157,5746 -06/29/2020,Allegany,0,59,194,5940 -06/30/2020,Allegany,2,61,78,6018 -07/01/2020,Allegany,1,62,48,6066 -07/02/2020,Allegany,1,63,105,6171 -07/03/2020,Allegany,0,63,75,6246 -07/04/2020,Allegany,0,63,97,6343 -07/05/2020,Allegany,0,63,93,6436 -07/06/2020,Allegany,0,63,87,6523 -07/07/2020,Allegany,1,64,205,6728 -07/08/2020,Allegany,0,64,91,6819 -07/09/2020,Allegany,0,64,78,6897 -07/10/2020,Allegany,2,66,106,7003 -07/11/2020,Allegany,0,66,107,7110 -07/12/2020,Allegany,0,66,88,7198 -07/13/2020,Allegany,2,68,243,7441 -07/14/2020,Allegany,1,69,97,7538 -07/15/2020,Allegany,1,70,80,7618 -07/16/2020,Allegany,1,71,72,7690 -07/17/2020,Allegany,0,71,111,7801 -07/18/2020,Allegany,0,71,78,7879 -07/19/2020,Allegany,0,71,72,7951 -07/20/2020,Allegany,1,72,97,8048 -07/21/2020,Allegany,0,72,171,8219 -07/22/2020,Allegany,0,72,130,8349 -07/23/2020,Allegany,2,74,112,8461 -07/24/2020,Allegany,0,74,138,8599 -07/25/2020,Allegany,0,74,75,8674 -07/26/2020,Allegany,0,74,58,8732 -07/27/2020,Allegany,0,74,53,8785 -07/28/2020,Allegany,0,74,212,8997 -07/29/2020,Allegany,0,74,100,9097 -07/30/2020,Allegany,0,74,65,9162 -07/31/2020,Allegany,0,74,102,9264 -08/01/2020,Allegany,0,74,118,9382 -08/02/2020,Allegany,1,75,63,9445 -08/03/2020,Allegany,0,75,153,9598 -08/04/2020,Allegany,1,76,178,9776 -08/05/2020,Allegany,2,78,118,9894 -08/06/2020,Allegany,1,79,128,10022 -08/07/2020,Allegany,0,79,110,10132 -08/08/2020,Allegany,0,79,65,10197 -08/09/2020,Allegany,1,80,71,10268 -08/10/2020,Allegany,0,80,325,10593 -08/11/2020,Allegany,0,80,95,10688 -08/12/2020,Allegany,0,80,74,10762 -08/13/2020,Allegany,0,80,90,10852 -08/14/2020,Allegany,0,80,141,10993 -08/15/2020,Allegany,0,80,118,11111 -08/16/2020,Allegany,0,80,66,11177 -08/17/2020,Allegany,0,80,169,11346 -08/18/2020,Allegany,0,80,242,11588 -08/19/2020,Allegany,1,81,94,11682 -08/20/2020,Allegany,3,84,149,11831 -08/21/2020,Allegany,0,84,145,11976 -08/22/2020,Allegany,1,85,93,12069 -08/23/2020,Allegany,0,85,47,12116 -08/24/2020,Allegany,1,86,199,12315 -08/25/2020,Allegany,0,86,258,12573 -08/26/2020,Allegany,1,87,180,12753 -08/27/2020,Allegany,0,87,236,12989 -08/28/2020,Allegany,1,88,180,13169 -08/29/2020,Allegany,1,89,149,13318 -08/30/2020,Allegany,0,89,94,13412 -08/31/2020,Allegany,0,89,355,13767 -09/01/2020,Allegany,0,89,122,13889 -09/02/2020,Allegany,1,90,253,14142 -09/03/2020,Allegany,0,90,220,14362 -09/04/2020,Allegany,2,92,126,14488 -09/05/2020,Allegany,0,92,51,14539 -09/06/2020,Allegany,0,92,102,14641 -09/07/2020,Allegany,0,92,194,14835 -09/08/2020,Allegany,0,92,156,14991 -09/09/2020,Allegany,1,93,86,15077 -09/10/2020,Allegany,0,93,230,15307 -09/11/2020,Allegany,1,94,135,15442 -09/12/2020,Allegany,0,94,51,15493 -09/13/2020,Allegany,0,94,106,15599 -09/14/2020,Allegany,0,94,121,15720 -09/15/2020,Allegany,0,94,232,15952 -09/16/2020,Allegany,0,94,86,16038 -09/17/2020,Allegany,1,95,169,16207 -09/18/2020,Allegany,1,96,115,16322 -09/19/2020,Allegany,2,98,165,16487 -09/20/2020,Allegany,1,99,145,16632 -09/21/2020,Allegany,0,99,230,16862 -09/22/2020,Allegany,0,99,135,16997 -09/23/2020,Allegany,2,101,161,17158 -09/24/2020,Allegany,2,103,129,17287 -09/25/2020,Allegany,3,106,301,17588 -09/26/2020,Allegany,0,106,137,17725 -09/27/2020,Allegany,0,106,129,17854 -09/28/2020,Allegany,2,108,170,18024 -09/29/2020,Allegany,6,114,139,18163 -09/30/2020,Allegany,5,119,140,18303 -10/01/2020,Allegany,3,122,207,18510 -10/02/2020,Allegany,2,124,435,18945 -10/03/2020,Allegany,0,124,153,19098 -10/04/2020,Allegany,1,125,67,19165 -10/05/2020,Allegany,3,128,330,19495 -10/06/2020,Allegany,2,130,314,19809 -10/07/2020,Allegany,1,131,309,20118 -10/08/2020,Allegany,10,141,203,20321 -10/09/2020,Allegany,3,144,137,20458 -10/10/2020,Allegany,6,150,266,20724 -10/11/2020,Allegany,1,151,110,20834 -10/12/2020,Allegany,5,156,434,21268 -10/13/2020,Allegany,5,161,379,21647 -10/14/2020,Allegany,15,176,355,22002 -10/15/2020,Allegany,12,188,191,22193 -10/16/2020,Allegany,12,200,342,22535 -10/17/2020,Allegany,5,205,182,22717 -10/18/2020,Allegany,7,212,120,22837 -10/19/2020,Allegany,8,220,195,23032 -10/20/2020,Allegany,4,224,627,23659 -10/21/2020,Allegany,19,243,206,23865 -10/22/2020,Allegany,21,264,485,24350 -10/23/2020,Allegany,5,269,312,24662 -10/24/2020,Allegany,2,271,128,24790 -10/25/2020,Allegany,16,287,148,24938 -10/26/2020,Allegany,2,289,136,25074 -10/27/2020,Allegany,19,308,464,25538 -10/28/2020,Allegany,6,314,591,26129 -10/29/2020,Allegany,22,336,628,26757 -10/30/2020,Allegany,5,341,256,27013 -10/31/2020,Allegany,7,348,85,27098 -11/01/2020,Allegany,16,364,358,27456 -11/02/2020,Allegany,10,374,227,27683 -11/03/2020,Allegany,5,379,477,28160 -11/04/2020,Allegany,10,389,704,28864 -11/05/2020,Allegany,25,414,245,29109 -11/06/2020,Allegany,41,455,296,29405 -11/07/2020,Allegany,14,469,187,29592 -11/08/2020,Allegany,2,471,59,29651 -11/09/2020,Allegany,13,484,263,29914 -11/10/2020,Allegany,19,503,799,30713 -11/11/2020,Allegany,40,543,715,31428 -11/12/2020,Allegany,46,589,432,31860 -11/13/2020,Allegany,39,628,272,32132 -11/14/2020,Allegany,16,644,97,32229 -11/15/2020,Allegany,6,650,125,32354 -11/16/2020,Allegany,17,667,196,32550 -11/17/2020,Allegany,25,692,302,32852 -11/18/2020,Allegany,17,709,1511,34363 -11/19/2020,Allegany,49,758,2048,36411 -11/20/2020,Allegany,49,807,1098,37509 -11/21/2020,Allegany,39,846,505,38014 -11/22/2020,Allegany,10,856,274,38288 -11/23/2020,Allegany,13,869,290,38578 -11/24/2020,Allegany,38,907,422,39000 -11/25/2020,Allegany,23,930,389,39389 -11/26/2020,Allegany,53,983,456,39845 -11/27/2020,Allegany,14,997,150,39995 -11/28/2020,Allegany,22,1019,397,40392 -11/29/2020,Allegany,23,1042,328,40720 -11/30/2020,Allegany,16,1058,197,40917 -12/01/2020,Allegany,11,1069,338,41255 -12/02/2020,Allegany,26,1095,298,41553 -12/03/2020,Allegany,32,1127,344,41897 -12/04/2020,Allegany,55,1182,376,42273 -12/05/2020,Allegany,42,1224,401,42674 -12/06/2020,Allegany,15,1239,132,42806 -12/07/2020,Allegany,3,1242,94,42900 -12/08/2020,Allegany,44,1286,737,43637 -12/09/2020,Allegany,20,1306,343,43980 -12/10/2020,Allegany,44,1350,342,44322 -12/11/2020,Allegany,27,1377,338,44660 -12/12/2020,Allegany,18,1395,154,44814 -12/13/2020,Allegany,8,1403,113,44927 -12/14/2020,Allegany,24,1427,166,45093 -12/15/2020,Allegany,24,1451,535,45628 -12/16/2020,Allegany,17,1468,240,45868 -12/17/2020,Allegany,34,1502,398,46266 -12/18/2020,Allegany,35,1537,411,46677 -12/19/2020,Allegany,22,1559,221,46898 -12/20/2020,Allegany,17,1576,128,47026 -12/21/2020,Allegany,31,1607,264,47290 -12/22/2020,Allegany,20,1627,246,47536 -12/23/2020,Allegany,35,1662,372,47908 -12/24/2020,Allegany,31,1693,288,48196 -12/25/2020,Allegany,26,1719,201,48397 -12/26/2020,Allegany,12,1731,231,48628 -12/27/2020,Allegany,17,1748,114,48742 -12/28/2020,Allegany,14,1762,149,48891 -12/29/2020,Allegany,20,1782,158,49049 -12/30/2020,Allegany,49,1831,432,49481 -12/31/2020,Allegany,45,1876,279,49760 -01/01/2021,Allegany,18,1894,255,50015 -01/02/2021,Allegany,33,1927,253,50268 -01/03/2021,Allegany,20,1947,169,50437 -01/04/2021,Allegany,14,1961,152,50589 -01/05/2021,Allegany,21,1982,257,50846 -01/06/2021,Allegany,33,2015,270,51116 -01/07/2021,Allegany,51,2066,372,51488 -01/08/2021,Allegany,29,2095,209,51697 -01/09/2021,Allegany,28,2123,226,51923 -01/10/2021,Allegany,72,2195,472,52395 -01/11/2021,Allegany,31,2226,426,52821 -01/12/2021,Allegany,12,2238,280,53101 -01/13/2021,Allegany,19,2257,225,53326 -01/14/2021,Allegany,29,2286,460,53786 -01/15/2021,Allegany,27,2313,311,54097 -01/16/2021,Allegany,15,2328,449,54546 -01/17/2021,Allegany,19,2347,159,54705 -01/18/2021,Allegany,19,2366,335,55040 -01/19/2021,Allegany,9,2375,422,55462 -01/20/2021,Allegany,19,2394,330,55792 -01/21/2021,Allegany,19,2413,303,56095 -01/22/2021,Allegany,29,2442,536,56631 -01/23/2021,Allegany,17,2459,357,56988 -01/24/2021,Allegany,21,2480,306,57294 -01/25/2021,Allegany,16,2496,306,57600 -01/26/2021,Allegany,17,2513,455,58055 -01/27/2021,Allegany,19,2532,406,58461 -01/28/2021,Allegany,9,2541,432,58893 -01/29/2021,Allegany,12,2553,681,59574 -01/30/2021,Allegany,25,2578,590,60164 -01/31/2021,Allegany,8,2586,255,60419 -02/01/2021,Allegany,8,2594,250,60669 -02/02/2021,Allegany,17,2611,498,61167 -02/03/2021,Allegany,18,2629,374,61541 -02/04/2021,Allegany,23,2652,2950,64491 -02/05/2021,Allegany,13,2665,509,65000 -02/06/2021,Allegany,18,2683,442,65442 -02/07/2021,Allegany,7,2690,341,65783 -02/08/2021,Allegany,8,2698,88,65871 -02/09/2021,Allegany,12,2710,2480,68351 -02/10/2021,Allegany,11,2721,1844,70195 -02/11/2021,Allegany,13,2734,319,70514 -02/12/2021,Allegany,13,2747,462,70976 -02/13/2021,Allegany,8,2755,554,71530 -02/14/2021,Allegany,5,2760,238,71768 -02/15/2021,Allegany,8,2768,226,71994 -02/16/2021,Allegany,28,2796,3523,75517 -02/17/2021,Allegany,17,2813,274,75791 -02/18/2021,Allegany,10,2823,1242,77033 -02/19/2021,Allegany,9,2832,976,78009 -02/20/2021,Allegany,7,2839,1989,79998 -02/21/2021,Allegany,5,2844,137,80135 -02/22/2021,Allegany,6,2850,172,80307 -02/23/2021,Allegany,6,2856,1015,81322 -02/24/2021,Allegany,13,2869,10407,91729 -02/25/2021,Allegany,9,2878,1772,93501 -02/26/2021,Allegany,14,2892,601,94102 -02/27/2021,Allegany,8,2900,1707,95809 -02/28/2021,Allegany,4,2904,223,96032 -03/01/2021,Allegany,2,2906,132,96164 -03/02/2021,Allegany,2,2908,818,96982 -03/03/2021,Allegany,5,2913,1789,98771 -03/04/2021,Allegany,6,2919,2923,101694 -03/05/2021,Allegany,5,2924,593,102287 -03/06/2021,Allegany,6,2930,1817,104104 -03/07/2021,Allegany,6,2936,159,104263 -03/08/2021,Allegany,0,2936,221,104484 -03/09/2021,Allegany,3,2939,909,105393 -03/10/2021,Allegany,5,2944,1683,107076 -03/11/2021,Allegany,6,2950,3106,110182 -03/12/2021,Allegany,6,2956,1865,112047 -03/13/2021,Allegany,1,2957,284,112331 -03/14/2021,Allegany,2,2959,158,112489 -03/15/2021,Allegany,3,2962,233,112722 -03/16/2021,Allegany,3,2965,1360,114082 -03/17/2021,Allegany,5,2970,3306,117388 -03/18/2021,Allegany,1,2971,3039,120427 -03/19/2021,Allegany,5,2976,1936,122363 -03/20/2021,Allegany,5,2981,705,123068 -03/21/2021,Allegany,3,2984,167,123235 -03/22/2021,Allegany,4,2988,195,123430 -03/23/2021,Allegany,1,2989,609,124039 -03/24/2021,Allegany,6,2995,934,124973 -03/25/2021,Allegany,5,3000,1677,126650 -03/26/2021,Allegany,3,3003,1634,128284 -03/27/2021,Allegany,8,3011,670,128954 -03/28/2021,Allegany,3,3014,402,129356 -03/29/2021,Allegany,4,3018,202,129558 -03/30/2021,Allegany,11,3029,849,130407 -03/31/2021,Allegany,12,3041,515,130922 -04/01/2021,Allegany,7,3048,1625,132547 -04/02/2021,Allegany,12,3060,669,133216 -04/03/2021,Allegany,7,3067,446,133662 -04/04/2021,Allegany,4,3071,194,133856 -04/05/2021,Allegany,5,3076,119,133975 -04/06/2021,Allegany,8,3084,475,134450 -04/07/2021,Allegany,13,3097,912,135362 -04/08/2021,Allegany,10,3107,1031,136393 -04/09/2021,Allegany,11,3118,548,136941 -04/10/2021,Allegany,8,3126,800,137741 -04/11/2021,Allegany,3,3129,94,137835 -04/12/2021,Allegany,4,3133,232,138067 -04/13/2021,Allegany,8,3141,467,138534 -04/14/2021,Allegany,13,3154,497,139031 -04/15/2021,Allegany,7,3161,729,139760 -04/16/2021,Allegany,17,3178,360,140120 -04/17/2021,Allegany,7,3185,1075,141195 -04/18/2021,Allegany,8,3193,156,141351 -04/19/2021,Allegany,4,3197,242,141593 -04/20/2021,Allegany,7,3204,1066,142659 -04/21/2021,Allegany,16,3220,659,143318 -04/22/2021,Allegany,11,3231,738,144056 -04/23/2021,Allegany,9,3240,898,144954 -04/24/2021,Allegany,2,3242,488,145442 -04/25/2021,Allegany,6,3248,138,145580 -04/26/2021,Allegany,7,3255,225,145805 -04/27/2021,Allegany,10,3265,282,146087 -04/28/2021,Allegany,8,3273,758,146845 -04/29/2021,Allegany,9,3282,351,147196 -04/30/2021,Allegany,17,3299,839,148035 -05/01/2021,Allegany,10,3309,411,148446 -05/02/2021,Allegany,13,3322,159,148605 -05/03/2021,Allegany,7,3329,329,148934 -05/04/2021,Allegany,7,3336,235,149169 -05/05/2021,Allegany,7,3343,658,149827 -05/06/2021,Allegany,10,3353,447,150274 -05/07/2021,Allegany,13,3366,614,150888 -05/08/2021,Allegany,6,3372,400,151288 -05/09/2021,Allegany,7,3379,170,151458 -05/10/2021,Allegany,7,3386,141,151599 -05/11/2021,Allegany,7,3393,351,151950 -05/12/2021,Allegany,5,3398,330,152280 -05/13/2021,Allegany,19,3417,717,152997 -05/14/2021,Allegany,16,3433,569,153566 -05/15/2021,Allegany,7,3440,246,153812 -05/16/2021,Allegany,11,3451,138,153950 -05/17/2021,Allegany,7,3458,200,154150 -05/18/2021,Allegany,6,3464,252,154402 -05/19/2021,Allegany,15,3479,363,154765 -05/20/2021,Allegany,7,3486,504,155269 -05/21/2021,Allegany,12,3498,456,155725 -05/22/2021,Allegany,5,3503,294,156019 -05/23/2021,Allegany,3,3506,182,156201 -05/24/2021,Allegany,5,3511,84,156285 -05/25/2021,Allegany,6,3517,251,156536 -05/26/2021,Allegany,2,3519,324,156860 -05/27/2021,Allegany,4,3523,550,157410 -05/28/2021,Allegany,6,3529,186,157596 -05/29/2021,Allegany,0,3529,216,157812 -05/30/2021,Allegany,2,3531,66,157878 -05/31/2021,Allegany,1,3532,60,157938 -06/01/2021,Allegany,1,3533,277,158215 -06/02/2021,Allegany,2,3535,265,158480 -06/03/2021,Allegany,1,3536,405,158885 -06/04/2021,Allegany,9,3545,304,159189 -06/05/2021,Allegany,4,3549,149,159338 -06/06/2021,Allegany,0,3549,139,159477 -06/07/2021,Allegany,2,3551,47,159524 -06/08/2021,Allegany,4,3555,302,159826 -06/09/2021,Allegany,0,3555,230,160056 -06/10/2021,Allegany,0,3555,347,160403 -06/11/2021,Allegany,0,3555,204,160607 -06/12/2021,Allegany,0,3555,107,160714 -06/13/2021,Allegany,0,3555,72,160786 -06/14/2021,Allegany,0,3555,59,160845 -06/15/2021,Allegany,1,3556,144,160989 -06/16/2021,Allegany,1,3557,214,161203 -06/17/2021,Allegany,1,3558,214,161417 -06/18/2021,Allegany,1,3559,136,161553 -06/19/2021,Allegany,0,3559,74,161627 -06/20/2021,Allegany,0,3559,94,161721 -06/21/2021,Allegany,2,3561,55,161776 -06/22/2021,Allegany,0,3561,109,161885 -06/23/2021,Allegany,0,3561,138,162023 -06/24/2021,Allegany,0,3561,159,162182 -06/25/2021,Allegany,0,3561,126,162308 -06/26/2021,Allegany,1,3562,100,162408 -06/27/2021,Allegany,0,3562,88,162496 -06/28/2021,Allegany,0,3562,41,162537 -06/29/2021,Allegany,0,3562,98,162635 -06/30/2021,Allegany,0,3562,130,162765 -07/01/2021,Allegany,0,3562,168,162933 -07/02/2021,Allegany,0,3562,115,163048 -07/03/2021,Allegany,0,3562,57,163105 -07/04/2021,Allegany,0,3562,74,163179 -07/05/2021,Allegany,0,3562,26,163205 -07/06/2021,Allegany,0,3562,29,163234 -07/07/2021,Allegany,0,3562,40,163274 -07/08/2021,Allegany,1,3563,78,163352 -07/09/2021,Allegany,0,3563,136,163488 -07/10/2021,Allegany,0,3563,33,163521 -07/11/2021,Allegany,0,3563,35,163556 -07/12/2021,Allegany,1,3564,51,163607 -07/13/2021,Allegany,0,3564,64,163671 -07/14/2021,Allegany,1,3565,72,163743 -07/15/2021,Allegany,2,3567,139,163882 -07/16/2021,Allegany,2,3569,242,164124 -07/17/2021,Allegany,0,3569,67,164191 -07/18/2021,Allegany,0,3569,44,164235 -07/19/2021,Allegany,2,3571,50,164285 -07/20/2021,Allegany,1,3572,71,164356 -07/21/2021,Allegany,2,3574,75,164431 -07/22/2021,Allegany,1,3575,81,164512 -07/23/2021,Allegany,1,3576,47,164559 -07/24/2021,Allegany,0,3576,41,164600 -07/25/2021,Allegany,0,3576,36,164636 -07/26/2021,Allegany,0,3576,57,164693 -07/27/2021,Allegany,0,3576,67,164760 -07/28/2021,Allegany,2,3578,55,164815 -07/29/2021,Allegany,1,3579,114,164929 -07/30/2021,Allegany,1,3580,67,164996 -07/31/2021,Allegany,2,3582,56,165052 -08/01/2021,Allegany,0,3582,36,165088 -08/02/2021,Allegany,0,3582,54,165142 -08/03/2021,Allegany,3,3585,104,165246 -08/04/2021,Allegany,2,3587,81,165327 -08/05/2021,Allegany,5,3592,121,165448 -08/06/2021,Allegany,4,3596,85,165533 -08/07/2021,Allegany,1,3597,59,165592 -08/08/2021,Allegany,1,3598,77,165669 -08/09/2021,Allegany,7,3605,108,165777 -08/10/2021,Allegany,6,3611,101,165878 -08/11/2021,Allegany,7,3618,103,165981 -08/12/2021,Allegany,2,3620,194,166175 -08/13/2021,Allegany,1,3621,112,166287 -08/14/2021,Allegany,1,3622,65,166352 -08/15/2021,Allegany,5,3627,63,166415 -08/16/2021,Allegany,3,3630,96,166511 -08/17/2021,Allegany,3,3633,261,166772 -08/18/2021,Allegany,2,3635,120,166892 -08/19/2021,Allegany,4,3639,250,167142 -08/20/2021,Allegany,2,3641,146,167288 -08/21/2021,Allegany,6,3647,126,167414 -08/22/2021,Allegany,4,3651,103,167517 -08/23/2021,Allegany,6,3657,177,167694 -08/24/2021,Allegany,10,3667,417,168111 -08/25/2021,Allegany,7,3674,254,168365 -08/26/2021,Allegany,14,3688,286,168651 -08/27/2021,Allegany,4,3692,237,168888 -08/28/2021,Allegany,11,3703,295,169183 -08/29/2021,Allegany,4,3707,123,169306 -08/30/2021,Allegany,8,3715,138,169444 -08/31/2021,Allegany,6,3721,283,169727 -09/01/2021,Allegany,11,3732,238,169965 -09/02/2021,Allegany,17,3749,375,170340 -09/03/2021,Allegany,19,3768,270,170610 -09/04/2021,Allegany,7,3775,222,170832 -09/05/2021,Allegany,9,3784,182,171014 -09/06/2021,Allegany,6,3790,107,171121 -09/07/2021,Allegany,8,3798,170,171291 -09/08/2021,Allegany,8,3806,176,171467 -09/09/2021,Allegany,24,3830,368,171835 -09/10/2021,Allegany,13,3843,269,172104 -09/11/2021,Allegany,19,3862,310,172414 -09/12/2021,Allegany,13,3875,86,172500 -09/13/2021,Allegany,14,3889,213,172713 -09/14/2021,Allegany,7,3896,237,172950 -09/15/2021,Allegany,30,3926,530,173480 -09/16/2021,Allegany,20,3946,465,173945 -09/17/2021,Allegany,21,3967,367,174312 -09/18/2021,Allegany,14,3981,370,174682 -09/19/2021,Allegany,5,3986,149,174831 -09/20/2021,Allegany,14,4000,297,175128 -09/21/2021,Allegany,19,4019,470,175598 -09/22/2021,Allegany,19,4038,425,176023 -09/23/2021,Allegany,23,4061,579,176602 -09/24/2021,Allegany,16,4077,333,176935 -09/25/2021,Allegany,14,4091,300,177235 -09/26/2021,Allegany,15,4106,239,177474 -09/27/2021,Allegany,10,4116,168,177642 -09/28/2021,Allegany,14,4130,342,177984 -09/29/2021,Allegany,22,4152,444,178428 -09/30/2021,Allegany,16,4168,451,178879 -10/01/2021,Allegany,29,4197,340,179219 -10/02/2021,Allegany,20,4217,444,179663 -10/03/2021,Allegany,11,4228,117,179780 -10/04/2021,Allegany,12,4240,156,179936 -10/05/2021,Allegany,20,4260,354,180290 -10/06/2021,Allegany,30,4290,334,180624 -10/07/2021,Allegany,30,4320,496,181120 -10/08/2021,Allegany,24,4344,446,181566 -10/09/2021,Allegany,16,4360,209,181775 -10/10/2021,Allegany,43,4403,255,182030 -10/11/2021,Allegany,19,4422,212,182242 -10/12/2021,Allegany,14,4436,379,182621 -10/13/2021,Allegany,24,4460,318,182939 -10/14/2021,Allegany,28,4488,460,183399 -10/15/2021,Allegany,29,4517,494,183893 -10/16/2021,Allegany,25,4542,289,184182 -10/17/2021,Allegany,20,4562,184,184366 -10/18/2021,Allegany,9,4571,150,184516 -10/19/2021,Allegany,13,4584,309,184825 -10/20/2021,Allegany,31,4615,403,185228 -10/21/2021,Allegany,26,4641,360,185588 -10/22/2021,Allegany,20,4661,359,185947 -10/23/2021,Allegany,21,4682,338,186285 -10/24/2021,Allegany,33,4715,221,186506 -10/25/2021,Allegany,9,4724,140,186646 -10/26/2021,Allegany,38,4762,344,186990 -10/27/2021,Allegany,31,4793,497,187487 -10/28/2021,Allegany,55,4848,529,188016 -10/29/2021,Allegany,35,4883,378,188394 -10/30/2021,Allegany,30,4913,394,188788 -10/31/2021,Allegany,20,4933,147,188935 -11/01/2021,Allegany,35,4968,184,189119 -11/02/2021,Allegany,25,4993,392,189511 -11/03/2021,Allegany,46,5039,316,189827 -11/04/2021,Allegany,41,5080,424,190251 -11/05/2021,Allegany,58,5138,556,190807 -11/06/2021,Allegany,52,5190,397,191204 -11/07/2021,Allegany,16,5206,189,191393 -11/08/2021,Allegany,21,5227,329,191722 -11/09/2021,Allegany,47,5274,625,192347 -11/10/2021,Allegany,63,5337,458,192805 -11/11/2021,Allegany,45,5382,452,193257 -11/12/2021,Allegany,49,5431,446,193703 -11/13/2021,Allegany,35,5466,468,194171 -11/14/2021,Allegany,22,5488,180,194351 -11/15/2021,Allegany,55,5543,316,194667 -11/16/2021,Allegany,27,5570,303,194970 -11/17/2021,Allegany,52,5622,390,195360 -11/18/2021,Allegany,47,5669,516,195876 -11/19/2021,Allegany,31,5700,408,196284 -11/20/2021,Allegany,29,5729,289,196573 -11/21/2021,Allegany,36,5765,276,196849 -11/22/2021,Allegany,30,5795,164,197013 -11/23/2021,Allegany,25,5820,369,197382 -11/24/2021,Allegany,47,5867,309,197691 -11/25/2021,Allegany,29,5896,243,197934 -11/26/2021,Allegany,21,5917,134,198068 -11/27/2021,Allegany,12,5929,95,198163 -11/28/2021,Allegany,22,5951,135,198298 -11/29/2021,Allegany,37,5988,220,198518 -11/30/2021,Allegany,40,6028,390,198908 -12/01/2021,Allegany,52,6080,394,199302 -12/02/2021,Allegany,66,6146,497,199799 -12/03/2021,Allegany,45,6191,333,200132 -12/04/2021,Allegany,47,6238,369,200501 -12/05/2021,Allegany,30,6268,154,200655 -12/06/2021,Allegany,58,6326,248,200903 -12/07/2021,Allegany,22,6348,332,201235 -12/08/2021,Allegany,42,6390,312,201547 -12/09/2021,Allegany,41,6431,455,202002 -12/10/2021,Allegany,38,6469,306,202308 -12/11/2021,Allegany,34,6503,299,202607 -12/12/2021,Allegany,28,6531,230,202837 -12/13/2021,Allegany,20,6551,131,202968 -12/14/2021,Allegany,18,6569,225,203193 -12/15/2021,Allegany,49,6618,355,203548 -12/16/2021,Allegany,36,6654,404,203952 -12/17/2021,Allegany,32,6686,296,204248 -12/18/2021,Allegany,31,6717,270,204518 -12/19/2021,Allegany,24,6741,177,204695 -12/20/2021,Allegany,28,6769,181,204876 -12/21/2021,Allegany,16,6785,321,205197 -12/22/2021,Allegany,38,6823,304,205501 -12/23/2021,Allegany,16,6839,237,205738 -12/24/2021,Allegany,15,6854,113,205851 -12/25/2021,Allegany,7,6861,43,205894 -12/26/2021,Allegany,4,6865,44,205938 -12/27/2021,Allegany,16,6881,87,206025 -12/28/2021,Allegany,27,6908,267,206292 -12/29/2021,Allegany,49,6957,282,206574 -12/30/2021,Allegany,22,6979,189,206763 -12/31/2021,Allegany,26,7005,202,206965 -01/01/2022,Allegany,18,7023,127,207092 -01/02/2022,Allegany,35,7058,149,207241 -01/03/2022,Allegany,47,7105,225,207466 -01/04/2022,Allegany,34,7139,221,207687 -01/05/2022,Allegany,75,7214,354,208041 -01/06/2022,Allegany,54,7268,314,208355 -01/07/2022,Allegany,52,7320,340,208695 -01/08/2022,Allegany,48,7368,376,209071 -01/09/2022,Allegany,31,7399,171,209242 -01/10/2022,Allegany,56,7455,274,209516 -01/11/2022,Allegany,47,7502,450,209966 -01/12/2022,Allegany,61,7563,421,210387 -01/13/2022,Allegany,69,7632,489,210876 -01/14/2022,Allegany,37,7669,441,211317 -01/15/2022,Allegany,55,7724,327,211644 -01/16/2022,Allegany,34,7758,203,211847 -01/17/2022,Allegany,30,7788,203,212050 -01/18/2022,Allegany,55,7843,442,212492 -01/19/2022,Allegany,39,7882,542,213034 -01/20/2022,Allegany,59,7941,510,213544 -01/21/2022,Allegany,65,8006,500,214044 -01/22/2022,Allegany,43,8049,385,214429 -01/23/2022,Allegany,25,8074,234,214663 -01/24/2022,Allegany,43,8117,233,214896 -01/25/2022,Allegany,43,8160,416,215312 -01/26/2022,Allegany,53,8213,401,215713 -01/27/2022,Allegany,36,8249,491,216204 -01/28/2022,Allegany,32,8281,335,216539 -01/29/2022,Allegany,20,8301,292,216831 -01/30/2022,Allegany,18,8319,152,216983 -01/31/2022,Allegany,18,8337,191,217174 -02/01/2022,Allegany,25,8362,329,217503 -02/02/2022,Allegany,44,8406,302,217805 -02/03/2022,Allegany,26,8432,250,218055 -02/04/2022,Allegany,27,8459,287,218342 -02/05/2022,Allegany,27,8486,216,218558 -03/01/2020,Bronx,0,0,0,0 -03/02/2020,Bronx,0,0,0,0 -03/03/2020,Bronx,0,0,1,1 -03/04/2020,Bronx,0,0,0,1 -03/05/2020,Bronx,0,0,5,6 -03/06/2020,Bronx,0,0,6,12 -03/07/2020,Bronx,0,0,17,29 -03/08/2020,Bronx,1,1,16,45 -03/09/2020,Bronx,4,5,31,76 -03/10/2020,Bronx,0,5,47,123 -03/11/2020,Bronx,2,7,31,154 -03/12/2020,Bronx,3,10,36,190 -03/13/2020,Bronx,10,20,99,289 -03/14/2020,Bronx,8,28,80,369 -03/15/2020,Bronx,29,57,116,485 -03/16/2020,Bronx,29,86,151,636 -03/17/2020,Bronx,123,209,433,1069 -03/18/2020,Bronx,154,363,597,1666 -03/19/2020,Bronx,191,554,605,2271 -03/20/2020,Bronx,297,851,884,3155 -03/21/2020,Bronx,367,1218,1044,4199 -03/22/2020,Bronx,606,1824,1276,5475 -03/23/2020,Bronx,455,2279,970,6445 -03/24/2020,Bronx,611,2890,1188,7633 -03/25/2020,Bronx,838,3728,1770,9403 -03/26/2020,Bronx,829,4557,1428,10831 -03/27/2020,Bronx,846,5403,1478,12309 -03/28/2020,Bronx,901,6304,1529,13838 -03/29/2020,Bronx,658,6962,1160,14998 -03/30/2020,Bronx,804,7766,1341,16339 -03/31/2020,Bronx,1095,8861,1818,18157 -04/01/2020,Bronx,1066,9927,1754,19911 -04/02/2020,Bronx,1159,11086,1946,21857 -04/03/2020,Bronx,1229,12315,2108,23965 -04/04/2020,Bronx,1053,13368,1778,25743 -04/05/2020,Bronx,959,14327,1628,27371 -04/06/2020,Bronx,1021,15348,1996,29367 -04/07/2020,Bronx,1278,16626,2562,31929 -04/08/2020,Bronx,1166,17792,2348,34277 -04/09/2020,Bronx,1368,19160,2637,36914 -04/10/2020,Bronx,1317,20477,2580,39494 -04/11/2020,Bronx,964,21441,2081,41575 -04/12/2020,Bronx,764,22205,1623,43198 -04/13/2020,Bronx,1061,23266,2294,45492 -04/14/2020,Bronx,1387,24653,2622,48114 -04/15/2020,Bronx,1279,25932,2939,51053 -04/16/2020,Bronx,1103,27035,2793,53846 -04/17/2020,Bronx,984,28019,2597,56443 -04/18/2020,Bronx,804,28823,2162,58605 -04/19/2020,Bronx,549,29372,1707,60312 -04/20/2020,Bronx,617,29989,2050,62362 -04/21/2020,Bronx,879,30868,2942,65304 -04/22/2020,Bronx,791,31659,3084,68388 -04/23/2020,Bronx,1042,32701,3691,72079 -04/24/2020,Bronx,1482,34183,4800,76879 -04/25/2020,Bronx,787,34970,2967,79846 -04/26/2020,Bronx,586,35556,2363,82209 -04/27/2020,Bronx,438,35994,2107,84316 -04/28/2020,Bronx,606,36600,2938,87254 -04/29/2020,Bronx,644,37244,2977,90231 -04/30/2020,Bronx,541,37785,2824,93055 -05/01/2020,Bronx,665,38450,3694,96749 -05/02/2020,Bronx,466,38916,2857,99606 -05/03/2020,Bronx,307,39223,1869,101475 -05/04/2020,Bronx,253,39476,2001,103476 -05/05/2020,Bronx,363,39839,2657,106133 -05/06/2020,Bronx,342,40181,2786,108919 -05/07/2020,Bronx,352,40533,3078,111997 -05/08/2020,Bronx,271,40804,2873,114870 -05/09/2020,Bronx,255,41059,2935,117805 -05/10/2020,Bronx,237,41296,2140,119945 -05/11/2020,Bronx,145,41441,1510,121455 -05/12/2020,Bronx,236,41677,2678,124133 -05/13/2020,Bronx,303,41980,3338,127471 -05/14/2020,Bronx,539,42519,4408,131879 -05/15/2020,Bronx,293,42812,3632,135511 -05/16/2020,Bronx,210,43022,2861,138372 -05/17/2020,Bronx,136,43158,2126,140498 -05/18/2020,Bronx,112,43270,2102,142600 -05/19/2020,Bronx,148,43418,2682,145282 -05/20/2020,Bronx,185,43603,3618,148900 -05/21/2020,Bronx,163,43766,3421,152321 -05/22/2020,Bronx,155,43921,3518,155839 -05/23/2020,Bronx,216,44137,4575,160414 -05/24/2020,Bronx,110,44247,2445,162859 -05/25/2020,Bronx,117,44364,2233,165092 -05/26/2020,Bronx,139,44503,3064,168156 -05/27/2020,Bronx,250,44753,5657,173813 -05/28/2020,Bronx,221,44974,5781,179594 -05/29/2020,Bronx,142,45116,4817,184411 -05/30/2020,Bronx,137,45253,4338,188749 -05/31/2020,Bronx,106,45359,3997,192746 -06/01/2020,Bronx,107,45466,4069,196815 -06/02/2020,Bronx,105,45571,3579,200394 -06/03/2020,Bronx,117,45688,4303,204697 -06/04/2020,Bronx,90,45778,4606,209303 -06/05/2020,Bronx,104,45882,5144,214447 -06/06/2020,Bronx,98,45980,4164,218611 -06/07/2020,Bronx,72,46052,3718,222329 -06/08/2020,Bronx,75,46127,3214,225543 -06/09/2020,Bronx,96,46223,4468,230011 -06/10/2020,Bronx,93,46316,3929,233940 -06/11/2020,Bronx,80,46396,4894,238834 -06/12/2020,Bronx,105,46501,5869,244703 -06/13/2020,Bronx,66,46567,4578,249281 -06/14/2020,Bronx,78,46645,4689,253970 -06/15/2020,Bronx,65,46710,4542,258512 -06/16/2020,Bronx,68,46778,5106,263618 -06/17/2020,Bronx,52,46830,5556,269174 -06/18/2020,Bronx,85,46915,6272,275446 -06/19/2020,Bronx,64,46979,5007,280453 -06/20/2020,Bronx,48,47027,4694,285147 -06/21/2020,Bronx,65,47092,4917,290064 -06/22/2020,Bronx,62,47154,3723,293787 -06/23/2020,Bronx,76,47230,3549,297336 -06/24/2020,Bronx,64,47294,4930,302266 -06/25/2020,Bronx,89,47383,4377,306643 -06/26/2020,Bronx,73,47456,5794,312437 -06/27/2020,Bronx,58,47514,5208,317645 -06/28/2020,Bronx,41,47555,3588,321233 -06/29/2020,Bronx,43,47598,4056,325289 -06/30/2020,Bronx,53,47651,4725,330014 -07/01/2020,Bronx,107,47758,5267,335281 -07/02/2020,Bronx,80,47838,5521,340802 -07/03/2020,Bronx,64,47902,4449,345251 -07/04/2020,Bronx,36,47938,4275,349526 -07/05/2020,Bronx,56,47994,4111,353637 -07/06/2020,Bronx,44,48038,3695,357332 -07/07/2020,Bronx,38,48076,3456,360788 -07/08/2020,Bronx,50,48126,3993,364781 -07/09/2020,Bronx,82,48208,5706,370487 -07/10/2020,Bronx,59,48267,4932,375419 -07/11/2020,Bronx,60,48327,4401,379820 -07/12/2020,Bronx,50,48377,3980,383800 -07/13/2020,Bronx,56,48433,4169,387969 -07/14/2020,Bronx,63,48496,4435,392404 -07/15/2020,Bronx,79,48575,5635,398039 -07/16/2020,Bronx,68,48643,5250,403289 -07/17/2020,Bronx,72,48715,5748,409037 -07/18/2020,Bronx,54,48769,4297,413334 -07/19/2020,Bronx,68,48837,3543,416877 -07/20/2020,Bronx,89,48926,4443,421320 -07/21/2020,Bronx,91,49017,5492,426812 -07/22/2020,Bronx,69,49086,4802,431614 -07/23/2020,Bronx,114,49200,5276,436890 -07/24/2020,Bronx,80,49280,4754,441644 -07/25/2020,Bronx,56,49336,3711,445355 -07/26/2020,Bronx,52,49388,3459,448814 -07/27/2020,Bronx,34,49422,3654,452468 -07/28/2020,Bronx,59,49481,3397,455865 -07/29/2020,Bronx,46,49527,4741,460606 -07/30/2020,Bronx,46,49573,3994,464600 -07/31/2020,Bronx,53,49626,5253,469853 -08/01/2020,Bronx,50,49676,3384,473237 -08/02/2020,Bronx,38,49714,3630,476867 -08/03/2020,Bronx,109,49823,7059,483926 -08/04/2020,Bronx,83,49906,5301,489227 -08/05/2020,Bronx,74,49980,5205,494432 -08/06/2020,Bronx,77,50057,5151,499583 -08/07/2020,Bronx,63,50120,4634,504217 -08/08/2020,Bronx,68,50188,5261,509478 -08/09/2020,Bronx,38,50226,4747,514225 -08/10/2020,Bronx,52,50278,5083,519308 -08/11/2020,Bronx,91,50369,7934,527242 -08/12/2020,Bronx,116,50485,7110,534352 -08/13/2020,Bronx,94,50579,6420,540772 -08/14/2020,Bronx,72,50651,6849,547621 -08/15/2020,Bronx,73,50724,6399,554020 -08/16/2020,Bronx,62,50786,4742,558762 -08/17/2020,Bronx,54,50840,4675,563437 -08/18/2020,Bronx,67,50907,5591,569028 -08/19/2020,Bronx,47,50954,5402,574430 -08/20/2020,Bronx,56,51010,6412,580842 -08/21/2020,Bronx,57,51067,6574,587416 -08/22/2020,Bronx,70,51137,4937,592353 -08/23/2020,Bronx,57,51194,5141,597494 -08/24/2020,Bronx,45,51239,4296,601790 -08/25/2020,Bronx,53,51292,5358,607148 -08/26/2020,Bronx,65,51357,5535,612683 -08/27/2020,Bronx,49,51406,6190,618873 -08/28/2020,Bronx,62,51468,6305,625178 -08/29/2020,Bronx,65,51533,6778,631956 -08/30/2020,Bronx,77,51610,4854,636810 -08/31/2020,Bronx,53,51663,4880,641690 -09/01/2020,Bronx,48,51711,7314,649004 -09/02/2020,Bronx,57,51768,5696,654700 -09/03/2020,Bronx,52,51820,6594,661294 -09/04/2020,Bronx,40,51860,6365,667659 -09/05/2020,Bronx,52,51912,5858,673517 -09/06/2020,Bronx,32,51944,4414,677931 -09/07/2020,Bronx,40,51984,5366,683297 -09/08/2020,Bronx,34,52018,5571,688868 -09/09/2020,Bronx,58,52076,5655,694523 -09/10/2020,Bronx,49,52125,5615,700138 -09/11/2020,Bronx,61,52186,7455,707593 -09/12/2020,Bronx,49,52235,4625,712218 -09/13/2020,Bronx,46,52281,4288,716506 -09/14/2020,Bronx,54,52335,4856,721362 -09/15/2020,Bronx,36,52371,4810,726172 -09/16/2020,Bronx,51,52422,5950,732122 -09/17/2020,Bronx,46,52468,5601,737723 -09/18/2020,Bronx,58,52526,6097,743820 -09/19/2020,Bronx,52,52578,7106,750926 -09/20/2020,Bronx,41,52619,3854,754780 -09/21/2020,Bronx,47,52666,5869,760649 -09/22/2020,Bronx,44,52710,5074,765723 -09/23/2020,Bronx,46,52756,5812,771535 -09/24/2020,Bronx,59,52815,7131,778666 -09/25/2020,Bronx,57,52872,6388,785054 -09/26/2020,Bronx,48,52920,4941,789995 -09/27/2020,Bronx,36,52956,3456,793451 -09/28/2020,Bronx,69,53025,6624,800075 -09/29/2020,Bronx,66,53091,6152,806227 -09/30/2020,Bronx,78,53169,6093,812320 -10/01/2020,Bronx,63,53232,6554,818874 -10/02/2020,Bronx,66,53298,6513,825387 -10/03/2020,Bronx,55,53353,5282,830669 -10/04/2020,Bronx,64,53417,4521,835190 -10/05/2020,Bronx,84,53501,6190,841380 -10/06/2020,Bronx,55,53556,5842,847222 -10/07/2020,Bronx,61,53617,6595,853817 -10/08/2020,Bronx,74,53691,7217,861034 -10/09/2020,Bronx,71,53762,6783,867817 -10/10/2020,Bronx,74,53836,6143,873960 -10/11/2020,Bronx,58,53894,3930,877890 -10/12/2020,Bronx,66,53960,6546,884436 -10/13/2020,Bronx,46,54006,6116,890552 -10/14/2020,Bronx,71,54077,6174,896726 -10/15/2020,Bronx,121,54198,7400,904126 -10/16/2020,Bronx,109,54307,9054,913180 -10/17/2020,Bronx,102,54409,6911,920091 -10/18/2020,Bronx,63,54472,5081,925172 -10/19/2020,Bronx,51,54523,5727,930899 -10/20/2020,Bronx,105,54628,7912,938811 -10/21/2020,Bronx,78,54706,6996,945807 -10/22/2020,Bronx,86,54792,7642,953449 -10/23/2020,Bronx,100,54892,9802,963251 -10/24/2020,Bronx,119,55011,6745,969996 -10/25/2020,Bronx,75,55086,4808,974804 -10/26/2020,Bronx,127,55213,7625,982429 -10/27/2020,Bronx,141,55354,7498,989927 -10/28/2020,Bronx,173,55527,8348,998275 -10/29/2020,Bronx,134,55661,8374,1006649 -10/30/2020,Bronx,106,55767,6473,1013122 -10/31/2020,Bronx,145,55912,7975,1021097 -11/01/2020,Bronx,87,55999,5713,1026810 -11/02/2020,Bronx,166,56165,7615,1034425 -11/03/2020,Bronx,127,56292,9344,1043769 -11/04/2020,Bronx,168,56460,8765,1052534 -11/05/2020,Bronx,195,56655,8772,1061306 -11/06/2020,Bronx,162,56817,8258,1069564 -11/07/2020,Bronx,247,57064,7618,1077182 -11/08/2020,Bronx,170,57234,6413,1083595 -11/09/2020,Bronx,191,57425,7110,1090705 -11/10/2020,Bronx,232,57657,8467,1099172 -11/11/2020,Bronx,260,57917,10011,1109183 -11/12/2020,Bronx,288,58205,9635,1118818 -11/13/2020,Bronx,286,58491,10066,1128884 -11/14/2020,Bronx,221,58712,8575,1137459 -11/15/2020,Bronx,193,58905,7790,1145249 -11/16/2020,Bronx,360,59265,9704,1154953 -11/17/2020,Bronx,283,59548,7300,1162253 -11/18/2020,Bronx,308,59856,11469,1173722 -11/19/2020,Bronx,377,60233,11946,1185668 -11/20/2020,Bronx,402,60635,10570,1196238 -11/21/2020,Bronx,344,60979,10351,1206589 -11/22/2020,Bronx,337,61316,9809,1216398 -11/23/2020,Bronx,301,61617,8453,1224851 -11/24/2020,Bronx,347,61964,8787,1233638 -11/25/2020,Bronx,414,62378,11708,1245346 -11/26/2020,Bronx,392,62770,10035,1255381 -11/27/2020,Bronx,379,63149,9203,1264584 -11/28/2020,Bronx,399,63548,9829,1274413 -11/29/2020,Bronx,449,63997,9560,1283973 -11/30/2020,Bronx,497,64494,10467,1294440 -12/01/2020,Bronx,511,65005,10712,1305152 -12/02/2020,Bronx,525,65530,10720,1315872 -12/03/2020,Bronx,598,66128,12932,1328804 -12/04/2020,Bronx,554,66682,12632,1341436 -12/05/2020,Bronx,575,67257,12827,1354263 -12/06/2020,Bronx,497,67754,9573,1363836 -12/07/2020,Bronx,691,68445,11975,1375811 -12/08/2020,Bronx,559,69004,11463,1387274 -12/09/2020,Bronx,536,69540,13004,1400278 -12/10/2020,Bronx,545,70085,13299,1413577 -12/11/2020,Bronx,582,70667,14137,1427714 -12/12/2020,Bronx,596,71263,14842,1442556 -12/13/2020,Bronx,475,71738,10333,1452889 -12/14/2020,Bronx,671,72409,12776,1465665 -12/15/2020,Bronx,601,73010,11360,1477025 -12/16/2020,Bronx,675,73685,14431,1491456 -12/17/2020,Bronx,720,74405,15274,1506730 -12/18/2020,Bronx,511,74916,9822,1516552 -12/19/2020,Bronx,580,75496,12049,1528601 -12/20/2020,Bronx,473,75969,8681,1537282 -12/21/2020,Bronx,542,76511,9974,1547256 -12/22/2020,Bronx,637,77148,11328,1558584 -12/23/2020,Bronx,739,77887,14098,1572682 -12/24/2020,Bronx,776,78663,13179,1585861 -12/25/2020,Bronx,645,79308,12212,1598073 -12/26/2020,Bronx,451,79759,8838,1606911 -12/27/2020,Bronx,591,80350,7063,1613974 -12/28/2020,Bronx,754,81104,11558,1625532 -12/29/2020,Bronx,778,81882,8649,1634181 -12/30/2020,Bronx,1110,82992,15473,1649654 -12/31/2020,Bronx,983,83975,12937,1662591 -01/01/2021,Bronx,1094,85069,13672,1676263 -01/02/2021,Bronx,577,85646,7217,1683480 -01/03/2021,Bronx,631,86277,7455,1690935 -01/04/2021,Bronx,796,87073,12710,1703645 -01/05/2021,Bronx,871,87944,10740,1714385 -01/06/2021,Bronx,1224,89168,14834,1729219 -01/07/2021,Bronx,1185,90353,15694,1744913 -01/08/2021,Bronx,1051,91404,15365,1760278 -01/09/2021,Bronx,906,92310,15255,1775533 -01/10/2021,Bronx,997,93307,12524,1788057 -01/11/2021,Bronx,1094,94401,14373,1802430 -01/12/2021,Bronx,944,95345,11933,1814363 -01/13/2021,Bronx,1024,96369,13746,1828109 -01/14/2021,Bronx,1434,97803,21084,1849193 -01/15/2021,Bronx,1227,99030,18569,1867762 -01/16/2021,Bronx,1085,100115,15650,1883412 -01/17/2021,Bronx,1055,101170,12518,1895930 -01/18/2021,Bronx,1057,102227,13779,1909709 -01/19/2021,Bronx,789,103016,11814,1921523 -01/20/2021,Bronx,1087,104103,14683,1936206 -01/21/2021,Bronx,1256,105359,18045,1954251 -01/22/2021,Bronx,1227,106586,17143,1971394 -01/23/2021,Bronx,1229,107815,16911,1988305 -01/24/2021,Bronx,1180,108995,17973,2006278 -01/25/2021,Bronx,966,109961,11351,2017629 -01/26/2021,Bronx,885,110846,14393,2032022 -01/27/2021,Bronx,1231,112077,17826,2049848 -01/28/2021,Bronx,1156,113233,17959,2067807 -01/29/2021,Bronx,1143,114376,16492,2084299 -01/30/2021,Bronx,1051,115427,15693,2099992 -01/31/2021,Bronx,878,116305,12274,2112266 -02/01/2021,Bronx,799,117104,11193,2123459 -02/02/2021,Bronx,473,117577,7688,2131147 -02/03/2021,Bronx,503,118080,8461,2139608 -02/04/2021,Bronx,743,118823,11023,2150631 -02/05/2021,Bronx,1024,119847,16021,2166652 -02/06/2021,Bronx,1223,121070,16118,2182770 -02/07/2021,Bronx,1014,122084,15290,2198060 -02/08/2021,Bronx,939,123023,11654,2209714 -02/09/2021,Bronx,728,123751,12874,2222588 -02/10/2021,Bronx,1232,124983,18786,2241374 -02/11/2021,Bronx,918,125901,15735,2257109 -02/12/2021,Bronx,1002,126903,17006,2274115 -02/13/2021,Bronx,798,127701,12878,2286993 -02/14/2021,Bronx,723,128424,13448,2300441 -02/15/2021,Bronx,694,129118,10119,2310560 -02/16/2021,Bronx,573,129691,9582,2320142 -02/17/2021,Bronx,668,130359,13431,2333573 -02/18/2021,Bronx,1074,131433,16704,2350277 -02/19/2021,Bronx,798,132231,15013,2365290 -02/20/2021,Bronx,650,132881,10965,2376255 -02/21/2021,Bronx,648,133529,9944,2386199 -02/22/2021,Bronx,692,134221,10131,2396330 -02/23/2021,Bronx,469,134690,13036,2409366 -02/24/2021,Bronx,935,135625,16980,2426346 -02/25/2021,Bronx,935,136560,18621,2444967 -02/26/2021,Bronx,842,137402,17950,2462917 -02/27/2021,Bronx,824,138226,16074,2478991 -02/28/2021,Bronx,670,138896,14206,2493197 -03/01/2021,Bronx,600,139496,8959,2502156 -03/02/2021,Bronx,754,140250,13455,2515611 -03/03/2021,Bronx,731,140981,16338,2531949 -03/04/2021,Bronx,930,141911,19644,2551593 -03/05/2021,Bronx,778,142689,16995,2568588 -03/06/2021,Bronx,618,143307,13100,2581688 -03/07/2021,Bronx,456,143763,9051,2590739 -03/08/2021,Bronx,728,144491,14967,2605706 -03/09/2021,Bronx,561,145052,13161,2618867 -03/10/2021,Bronx,611,145663,14088,2632955 -03/11/2021,Bronx,910,146573,18594,2651549 -03/12/2021,Bronx,582,147155,13639,2665188 -03/13/2021,Bronx,437,147592,9652,2674840 -03/14/2021,Bronx,451,148043,8181,2683021 -03/15/2021,Bronx,556,148599,11041,2694062 -03/16/2021,Bronx,975,149574,19610,2713672 -03/17/2021,Bronx,701,150275,16432,2730104 -03/18/2021,Bronx,745,151020,18188,2748292 -03/19/2021,Bronx,643,151663,16421,2764713 -03/20/2021,Bronx,713,152376,15129,2779842 -03/21/2021,Bronx,631,153007,9751,2789593 -03/22/2021,Bronx,529,153536,9804,2799397 -03/23/2021,Bronx,552,154088,12353,2811750 -03/24/2021,Bronx,655,154743,16477,2828227 -03/25/2021,Bronx,708,155451,17435,2845662 -03/26/2021,Bronx,722,156173,15689,2861351 -03/27/2021,Bronx,883,157056,18132,2879483 -03/28/2021,Bronx,837,157893,15486,2894969 -03/29/2021,Bronx,565,158458,10882,2905851 -03/30/2021,Bronx,730,159188,14993,2920844 -03/31/2021,Bronx,815,160003,16706,2937550 -04/01/2021,Bronx,652,160655,16484,2954034 -04/02/2021,Bronx,620,161275,13774,2967808 -04/03/2021,Bronx,650,161925,14242,2982050 -04/04/2021,Bronx,488,162413,11179,2993229 -04/05/2021,Bronx,439,162852,8224,3001453 -04/06/2021,Bronx,551,163403,13769,3015222 -04/07/2021,Bronx,580,163983,17790,3033012 -04/08/2021,Bronx,712,164695,20196,3053208 -04/09/2021,Bronx,579,165274,19027,3072235 -04/10/2021,Bronx,501,165775,15043,3087278 -04/11/2021,Bronx,345,166120,9422,3096700 -04/12/2021,Bronx,342,166462,7628,3104328 -04/13/2021,Bronx,377,166839,11450,3115778 -04/14/2021,Bronx,420,167259,14876,3130654 -04/15/2021,Bronx,549,167808,16628,3147282 -04/16/2021,Bronx,666,168474,25470,3172752 -04/17/2021,Bronx,452,168926,16771,3189523 -04/18/2021,Bronx,320,169246,10795,3200318 -04/19/2021,Bronx,290,169536,7894,3208212 -04/20/2021,Bronx,272,169808,13153,3221365 -04/21/2021,Bronx,434,170242,17758,3239123 -04/22/2021,Bronx,336,170578,16505,3255628 -04/23/2021,Bronx,319,170897,15795,3271423 -04/24/2021,Bronx,302,171199,16311,3287734 -04/25/2021,Bronx,194,171393,8924,3296658 -04/26/2021,Bronx,188,171581,7505,3304163 -04/27/2021,Bronx,184,171765,11390,3315553 -04/28/2021,Bronx,304,172069,17840,3333393 -04/29/2021,Bronx,280,172349,16553,3349946 -04/30/2021,Bronx,247,172596,16915,3366861 -05/01/2021,Bronx,212,172808,13348,3380209 -05/02/2021,Bronx,140,172948,7913,3388122 -05/03/2021,Bronx,139,173087,6870,3394992 -05/04/2021,Bronx,262,173349,15276,3410268 -05/05/2021,Bronx,153,173502,14422,3424690 -05/06/2021,Bronx,152,173654,15202,3439892 -05/07/2021,Bronx,234,173888,17620,3457512 -05/08/2021,Bronx,145,174033,11453,3468965 -05/09/2021,Bronx,118,174151,7987,3476952 -05/10/2021,Bronx,73,174224,7033,3483985 -05/11/2021,Bronx,132,174356,12406,3496391 -05/12/2021,Bronx,151,174507,16929,3513320 -05/13/2021,Bronx,139,174646,15729,3529049 -05/14/2021,Bronx,108,174754,13210,3542259 -05/15/2021,Bronx,111,174865,11969,3554228 -05/16/2021,Bronx,72,174937,7874,3562102 -05/17/2021,Bronx,72,175009,7019,3569121 -05/18/2021,Bronx,69,175078,11544,3580665 -05/19/2021,Bronx,130,175208,15718,3596383 -05/20/2021,Bronx,82,175290,13948,3610331 -05/21/2021,Bronx,95,175385,13618,3623949 -05/22/2021,Bronx,69,175454,10477,3634426 -05/23/2021,Bronx,65,175519,6302,3640728 -05/24/2021,Bronx,39,175558,6565,3647293 -05/25/2021,Bronx,54,175612,11244,3658537 -05/26/2021,Bronx,67,175679,12472,3671009 -05/27/2021,Bronx,89,175768,14830,3685839 -05/28/2021,Bronx,54,175822,12062,3697901 -05/29/2021,Bronx,58,175880,10435,3708336 -05/30/2021,Bronx,36,175916,5829,3714165 -05/31/2021,Bronx,44,175960,4509,3718674 -06/01/2021,Bronx,26,175986,5164,3723838 -06/02/2021,Bronx,55,176041,11334,3735172 -06/03/2021,Bronx,65,176106,17314,3752486 -06/04/2021,Bronx,68,176174,10401,3762887 -06/05/2021,Bronx,56,176230,10098,3772985 -06/06/2021,Bronx,52,176282,5727,3778712 -06/07/2021,Bronx,55,176337,6139,3784851 -06/08/2021,Bronx,44,176381,10318,3795169 -06/09/2021,Bronx,96,176477,13174,3808343 -06/10/2021,Bronx,49,176526,10357,3818700 -06/11/2021,Bronx,56,176582,12718,3831418 -06/12/2021,Bronx,35,176617,10669,3842087 -06/13/2021,Bronx,38,176655,5571,3847658 -06/14/2021,Bronx,35,176690,4916,3852574 -06/15/2021,Bronx,32,176722,9154,3861728 -06/16/2021,Bronx,44,176766,10665,3872393 -06/17/2021,Bronx,41,176807,9482,3881875 -06/18/2021,Bronx,40,176847,10905,3892780 -06/19/2021,Bronx,26,176873,8020,3900800 -06/20/2021,Bronx,17,176890,5367,3906167 -06/21/2021,Bronx,24,176914,5136,3911303 -06/22/2021,Bronx,30,176944,8367,3919670 -06/23/2021,Bronx,22,176966,9426,3929096 -06/24/2021,Bronx,23,176989,8622,3937718 -06/25/2021,Bronx,36,177025,9595,3947313 -06/26/2021,Bronx,21,177046,6334,3953647 -06/27/2021,Bronx,19,177065,4769,3958416 -06/28/2021,Bronx,23,177088,5338,3963754 -06/29/2021,Bronx,36,177124,7203,3970957 -06/30/2021,Bronx,28,177152,5815,3976772 -07/01/2021,Bronx,42,177194,5659,3982431 -07/02/2021,Bronx,28,177222,6629,3989060 -07/03/2021,Bronx,29,177251,4808,3993868 -07/04/2021,Bronx,28,177279,4046,3997914 -07/05/2021,Bronx,14,177293,2527,4000441 -07/06/2021,Bronx,70,177363,6425,4006866 -07/07/2021,Bronx,62,177425,9796,4016662 -07/08/2021,Bronx,84,177509,8697,4025359 -07/09/2021,Bronx,50,177559,7279,4032638 -07/10/2021,Bronx,52,177611,4679,4037317 -07/11/2021,Bronx,49,177660,4088,4041405 -07/12/2021,Bronx,49,177709,4549,4045954 -07/13/2021,Bronx,65,177774,5502,4051456 -07/14/2021,Bronx,75,177849,7515,4058971 -07/15/2021,Bronx,73,177922,7548,4066519 -07/16/2021,Bronx,93,178015,7162,4073681 -07/17/2021,Bronx,92,178107,6220,4079901 -07/18/2021,Bronx,83,178190,4235,4084136 -07/19/2021,Bronx,85,178275,5532,4089668 -07/20/2021,Bronx,98,178373,6769,4096437 -07/21/2021,Bronx,132,178505,7788,4104225 -07/22/2021,Bronx,169,178674,10533,4114758 -07/23/2021,Bronx,148,178822,8025,4122783 -07/24/2021,Bronx,152,178974,7248,4130031 -07/25/2021,Bronx,74,179048,4424,4134455 -07/26/2021,Bronx,124,179172,5202,4139657 -07/27/2021,Bronx,155,179327,7475,4147132 -07/28/2021,Bronx,192,179519,7956,4155088 -07/29/2021,Bronx,203,179722,8983,4164071 -07/30/2021,Bronx,294,180016,11522,4175593 -07/31/2021,Bronx,174,180190,7105,4182698 -08/01/2021,Bronx,155,180345,5512,4188210 -08/02/2021,Bronx,272,180617,7142,4195352 -08/03/2021,Bronx,176,180793,9923,4205275 -08/04/2021,Bronx,291,181084,9971,4215246 -08/05/2021,Bronx,277,181361,9997,4225243 -08/06/2021,Bronx,282,181643,11682,4236925 -08/07/2021,Bronx,231,181874,9831,4246756 -08/08/2021,Bronx,279,182153,8510,4255266 -08/09/2021,Bronx,225,182378,6752,4262018 -08/10/2021,Bronx,258,182636,9738,4271756 -08/11/2021,Bronx,391,183027,10541,4282297 -08/12/2021,Bronx,327,183354,10007,4292304 -08/13/2021,Bronx,318,183672,11378,4303682 -08/14/2021,Bronx,320,183992,10968,4314650 -08/15/2021,Bronx,204,184196,6885,4321535 -08/16/2021,Bronx,225,184421,7080,4328615 -08/17/2021,Bronx,263,184684,11871,4340486 -08/18/2021,Bronx,417,185101,13003,4353489 -08/19/2021,Bronx,298,185399,10282,4363771 -08/20/2021,Bronx,353,185752,12532,4376303 -08/21/2021,Bronx,306,186058,11024,4387327 -08/22/2021,Bronx,265,186323,7211,4394538 -08/23/2021,Bronx,280,186603,6836,4401374 -08/24/2021,Bronx,293,186896,11290,4412664 -08/25/2021,Bronx,339,187235,11618,4424282 -08/26/2021,Bronx,317,187552,12724,4437006 -08/27/2021,Bronx,527,188079,17485,4454491 -08/28/2021,Bronx,300,188379,11017,4465508 -08/29/2021,Bronx,238,188617,7716,4473224 -08/30/2021,Bronx,236,188853,6540,4479764 -08/31/2021,Bronx,264,189117,9455,4489219 -09/01/2021,Bronx,265,189382,10223,4499442 -09/02/2021,Bronx,418,189800,15714,4515156 -09/03/2021,Bronx,301,190101,10740,4525896 -09/04/2021,Bronx,279,190380,10033,4535929 -09/05/2021,Bronx,167,190547,6452,4542381 -09/06/2021,Bronx,165,190712,5264,4547645 -09/07/2021,Bronx,202,190914,6016,4553661 -09/08/2021,Bronx,363,191277,15424,4569085 -09/09/2021,Bronx,353,191630,15008,4584093 -09/10/2021,Bronx,362,191992,14940,4599033 -09/11/2021,Bronx,239,192231,11271,4610304 -09/12/2021,Bronx,211,192442,7810,4618114 -09/13/2021,Bronx,228,192670,8735,4626849 -09/14/2021,Bronx,198,192868,10878,4637727 -09/15/2021,Bronx,241,193109,13453,4651180 -09/16/2021,Bronx,294,193403,15163,4666343 -09/17/2021,Bronx,259,193662,14992,4681335 -09/18/2021,Bronx,196,193858,12726,4694061 -09/19/2021,Bronx,167,194025,8215,4702276 -09/20/2021,Bronx,241,194266,9360,4711636 -09/21/2021,Bronx,290,194556,14550,4726186 -09/22/2021,Bronx,245,194801,14378,4740564 -09/23/2021,Bronx,221,195022,14808,4755372 -09/24/2021,Bronx,211,195233,14957,4770329 -09/25/2021,Bronx,171,195404,13247,4783576 -09/26/2021,Bronx,120,195524,8009,4791585 -09/27/2021,Bronx,219,195743,11730,4803315 -09/28/2021,Bronx,152,195895,11570,4814885 -09/29/2021,Bronx,198,196093,16871,4831756 -09/30/2021,Bronx,189,196282,14567,4846323 -10/01/2021,Bronx,167,196449,15850,4862173 -10/02/2021,Bronx,151,196600,12419,4874592 -10/03/2021,Bronx,94,196694,10104,4884696 -10/04/2021,Bronx,104,196798,9307,4894003 -10/05/2021,Bronx,185,196983,12355,4906358 -10/06/2021,Bronx,187,197170,18146,4924504 -10/07/2021,Bronx,184,197354,13288,4937792 -10/08/2021,Bronx,136,197490,14207,4951999 -10/09/2021,Bronx,117,197607,9273,4961272 -10/10/2021,Bronx,168,197775,16755,4978027 -10/11/2021,Bronx,141,197916,9337,4987364 -10/12/2021,Bronx,107,198023,8975,4996339 -10/13/2021,Bronx,122,198145,10965,5007304 -10/14/2021,Bronx,154,198299,14589,5021893 -10/15/2021,Bronx,136,198435,13851,5035744 -10/16/2021,Bronx,117,198552,14412,5050156 -10/17/2021,Bronx,87,198639,9440,5059596 -10/18/2021,Bronx,74,198713,7704,5067300 -10/19/2021,Bronx,181,198894,15124,5082424 -10/20/2021,Bronx,111,199005,13157,5095581 -10/21/2021,Bronx,125,199130,12819,5108400 -10/22/2021,Bronx,106,199236,14133,5122533 -10/23/2021,Bronx,91,199327,11276,5133809 -10/24/2021,Bronx,64,199391,9515,5143324 -10/25/2021,Bronx,61,199452,6564,5149888 -10/26/2021,Bronx,111,199563,9925,5159813 -10/27/2021,Bronx,105,199668,14062,5173875 -10/28/2021,Bronx,106,199774,12747,5186622 -10/29/2021,Bronx,118,199892,14155,5200777 -10/30/2021,Bronx,85,199977,10604,5211381 -10/31/2021,Bronx,79,200056,6493,5217874 -11/01/2021,Bronx,65,200121,6829,5224703 -11/02/2021,Bronx,86,200207,11591,5236294 -11/03/2021,Bronx,110,200317,11093,5247387 -11/04/2021,Bronx,80,200397,10985,5258372 -11/05/2021,Bronx,98,200495,12468,5270840 -11/06/2021,Bronx,122,200617,12018,5282858 -11/07/2021,Bronx,79,200696,7367,5290225 -11/08/2021,Bronx,92,200788,6824,5297049 -11/09/2021,Bronx,107,200895,10093,5307142 -11/10/2021,Bronx,158,201053,13657,5320799 -11/11/2021,Bronx,134,201187,12240,5333039 -11/12/2021,Bronx,163,201350,11103,5344142 -11/13/2021,Bronx,84,201434,8436,5352578 -11/14/2021,Bronx,105,201539,6373,5358951 -11/15/2021,Bronx,87,201626,5831,5364782 -11/16/2021,Bronx,149,201775,11907,5376689 -11/17/2021,Bronx,179,201954,11480,5388169 -11/18/2021,Bronx,199,202153,13771,5401940 -11/19/2021,Bronx,233,202386,12182,5414122 -11/20/2021,Bronx,152,202538,10608,5424730 -11/21/2021,Bronx,118,202656,6672,5431402 -11/22/2021,Bronx,145,202801,6801,5438203 -11/23/2021,Bronx,159,202960,9468,5447671 -11/24/2021,Bronx,159,203119,11709,5459380 -11/25/2021,Bronx,142,203261,9869,5469249 -11/26/2021,Bronx,97,203358,5704,5474953 -11/27/2021,Bronx,194,203552,8431,5483384 -11/28/2021,Bronx,132,203684,4670,5488054 -11/29/2021,Bronx,140,203824,6379,5494433 -11/30/2021,Bronx,267,204091,13085,5507518 -12/01/2021,Bronx,295,204386,14439,5521957 -12/02/2021,Bronx,318,204704,14449,5536406 -12/03/2021,Bronx,339,205043,13926,5550332 -12/04/2021,Bronx,349,205392,14423,5564755 -12/05/2021,Bronx,177,205569,6983,5571738 -12/06/2021,Bronx,302,205871,9491,5581229 -12/07/2021,Bronx,293,206164,12986,5594215 -12/08/2021,Bronx,639,206803,18039,5612254 -12/09/2021,Bronx,370,207173,19459,5631713 -12/10/2021,Bronx,449,207622,22304,5654017 -12/11/2021,Bronx,539,208161,19835,5673852 -12/12/2021,Bronx,460,208621,15347,5689199 -12/13/2021,Bronx,409,209030,9232,5698431 -12/14/2021,Bronx,542,209572,12841,5711272 -12/15/2021,Bronx,899,210471,17253,5728525 -12/16/2021,Bronx,968,211439,14562,5743087 -12/17/2021,Bronx,1366,212805,20590,5763677 -12/18/2021,Bronx,1365,214170,18909,5782586 -12/19/2021,Bronx,1321,215491,14999,5797585 -12/20/2021,Bronx,1502,216993,13581,5811166 -12/21/2021,Bronx,2461,219454,21461,5832627 -12/22/2021,Bronx,3396,222850,25165,5857792 -12/23/2021,Bronx,3612,226462,25326,5883118 -12/24/2021,Bronx,5321,231783,33999,5917117 -12/25/2021,Bronx,3785,235568,20706,5937823 -12/26/2021,Bronx,3401,238969,16662,5954485 -12/27/2021,Bronx,5302,244271,22384,5976869 -12/28/2021,Bronx,6492,250763,24599,6001468 -12/29/2021,Bronx,7640,258403,27463,6028931 -12/30/2021,Bronx,7883,266286,27418,6056349 -12/31/2021,Bronx,9639,275925,33899,6090248 -01/01/2022,Bronx,6570,282495,22282,6112530 -01/02/2022,Bronx,5351,287846,18837,6131367 -01/03/2022,Bronx,6288,294134,23633,6155000 -01/04/2022,Bronx,7894,302028,30733,6185733 -01/05/2022,Bronx,8451,310479,32371,6218104 -01/06/2022,Bronx,9029,319508,37940,6256044 -01/07/2022,Bronx,8393,327901,34592,6290636 -01/08/2022,Bronx,7766,335667,36591,6327227 -01/09/2022,Bronx,5463,341130,26174,6353401 -01/10/2022,Bronx,4926,346056,27717,6381118 -01/11/2022,Bronx,5568,351624,31998,6413116 -01/12/2022,Bronx,6052,357676,37081,6450197 -01/13/2022,Bronx,3600,361276,22047,6472244 -01/14/2022,Bronx,4132,365408,28683,6500927 -01/15/2022,Bronx,5579,370987,45518,6546445 -01/16/2022,Bronx,2277,373264,17943,6564388 -01/17/2022,Bronx,1518,374782,15691,6580079 -01/18/2022,Bronx,1399,376181,13664,6593743 -01/19/2022,Bronx,1871,378052,21471,6615214 -01/20/2022,Bronx,1704,379756,26304,6641518 -01/21/2022,Bronx,1681,381437,25924,6667442 -01/22/2022,Bronx,1144,382581,21701,6689143 -01/23/2022,Bronx,604,383185,10140,6699283 -01/24/2022,Bronx,585,383770,10342,6709625 -01/25/2022,Bronx,727,384497,14816,6724441 -01/26/2022,Bronx,882,385379,20067,6744508 -01/27/2022,Bronx,677,386056,18620,6763128 -01/28/2022,Bronx,493,386549,16933,6780061 -01/29/2022,Bronx,356,386905,13101,6793162 -01/30/2022,Bronx,152,387057,5965,6799127 -01/31/2022,Bronx,303,387360,8274,6807401 -02/01/2022,Bronx,614,387974,12955,6820356 -02/02/2022,Bronx,463,388437,15026,6835382 -02/03/2022,Bronx,305,388742,14092,6849474 -02/04/2022,Bronx,396,389138,17763,6867237 -02/05/2022,Bronx,441,389579,14215,6881452 -03/01/2020,Broome,0,0,0,0 -03/02/2020,Broome,0,0,0,0 -03/03/2020,Broome,0,0,0,0 -03/04/2020,Broome,0,0,0,0 -03/05/2020,Broome,0,0,0,0 -03/06/2020,Broome,0,0,0,0 -03/07/2020,Broome,0,0,0,0 -03/08/2020,Broome,0,0,2,2 -03/09/2020,Broome,0,0,1,3 -03/10/2020,Broome,0,0,1,4 -03/11/2020,Broome,0,0,1,5 -03/12/2020,Broome,1,1,2,7 -03/13/2020,Broome,0,1,2,9 -03/14/2020,Broome,0,1,3,12 -03/15/2020,Broome,0,1,2,14 -03/16/2020,Broome,0,1,1,15 -03/17/2020,Broome,0,1,6,21 -03/18/2020,Broome,1,2,9,30 -03/19/2020,Broome,0,2,3,33 -03/20/2020,Broome,0,2,16,49 -03/21/2020,Broome,1,3,5,54 -03/22/2020,Broome,4,7,20,74 -03/23/2020,Broome,2,9,18,92 -03/24/2020,Broome,2,11,13,105 -03/25/2020,Broome,5,16,37,142 -03/26/2020,Broome,2,18,25,167 -03/27/2020,Broome,5,23,37,204 -03/28/2020,Broome,6,29,45,249 -03/29/2020,Broome,6,35,36,285 -03/30/2020,Broome,3,38,48,333 -03/31/2020,Broome,4,42,35,368 -04/01/2020,Broome,4,46,43,411 -04/02/2020,Broome,10,56,72,483 -04/03/2020,Broome,9,65,55,538 -04/04/2020,Broome,6,71,36,574 -04/05/2020,Broome,5,76,33,607 -04/06/2020,Broome,10,86,47,654 -04/07/2020,Broome,2,88,24,678 -04/08/2020,Broome,17,105,82,760 -04/09/2020,Broome,7,112,58,818 -04/10/2020,Broome,5,117,31,849 -04/11/2020,Broome,9,126,60,909 -04/12/2020,Broome,7,133,39,948 -04/13/2020,Broome,13,146,90,1038 -04/14/2020,Broome,7,153,73,1111 -04/15/2020,Broome,14,167,74,1185 -04/16/2020,Broome,11,178,82,1267 -04/17/2020,Broome,8,186,64,1331 -04/18/2020,Broome,6,192,52,1383 -04/19/2020,Broome,7,199,43,1426 -04/20/2020,Broome,6,205,47,1473 -04/21/2020,Broome,14,219,54,1527 -04/22/2020,Broome,5,224,102,1629 -04/23/2020,Broome,8,232,85,1714 -04/24/2020,Broome,19,251,212,1926 -04/25/2020,Broome,6,257,105,2031 -04/26/2020,Broome,4,261,69,2100 -04/27/2020,Broome,5,266,60,2160 -04/28/2020,Broome,7,273,87,2247 -04/29/2020,Broome,11,284,114,2361 -04/30/2020,Broome,15,299,110,2471 -05/01/2020,Broome,6,305,114,2585 -05/02/2020,Broome,22,327,415,3000 -05/03/2020,Broome,7,334,353,3353 -05/04/2020,Broome,4,338,180,3533 -05/05/2020,Broome,7,345,273,3806 -05/06/2020,Broome,15,360,333,4139 -05/07/2020,Broome,4,364,214,4353 -05/08/2020,Broome,8,372,252,4605 -05/09/2020,Broome,1,373,317,4922 -05/10/2020,Broome,5,378,319,5241 -05/11/2020,Broome,1,379,271,5512 -05/12/2020,Broome,3,382,291,5803 -05/13/2020,Broome,1,383,343,6146 -05/14/2020,Broome,7,390,343,6489 -05/15/2020,Broome,23,413,458,6947 -05/16/2020,Broome,1,414,486,7433 -05/17/2020,Broome,9,423,379,7812 -05/18/2020,Broome,6,429,295,8107 -05/19/2020,Broome,7,436,639,8746 -05/20/2020,Broome,15,451,419,9165 -05/21/2020,Broome,17,468,820,9985 -05/22/2020,Broome,17,485,645,10630 -05/23/2020,Broome,16,501,629,11259 -05/24/2020,Broome,18,519,669,11928 -05/25/2020,Broome,3,522,536,12464 -05/26/2020,Broome,6,528,369,12833 -05/27/2020,Broome,17,545,523,13356 -05/28/2020,Broome,12,557,614,13970 -05/29/2020,Broome,4,561,531,14501 -05/30/2020,Broome,5,566,1002,15503 -05/31/2020,Broome,8,574,777,16280 -06/01/2020,Broome,4,578,629,16909 -06/02/2020,Broome,11,589,826,17735 -06/03/2020,Broome,4,593,631,18366 -06/04/2020,Broome,12,605,1417,19783 -06/05/2020,Broome,8,613,1311,21094 -06/06/2020,Broome,7,620,950,22044 -06/07/2020,Broome,4,624,745,22789 -06/08/2020,Broome,3,627,797,23586 -06/09/2020,Broome,3,630,755,24341 -06/10/2020,Broome,11,641,875,25216 -06/11/2020,Broome,3,644,1085,26301 -06/12/2020,Broome,3,647,779,27080 -06/13/2020,Broome,4,651,795,27875 -06/14/2020,Broome,4,655,382,28257 -06/15/2020,Broome,1,656,606,28863 -06/16/2020,Broome,1,657,546,29409 -06/17/2020,Broome,0,657,442,29851 -06/18/2020,Broome,6,663,952,30803 -06/19/2020,Broome,2,665,586,31389 -06/20/2020,Broome,3,668,430,31819 -06/21/2020,Broome,2,670,552,32371 -06/22/2020,Broome,1,671,588,32959 -06/23/2020,Broome,0,671,179,33138 -06/24/2020,Broome,9,680,935,34073 -06/25/2020,Broome,17,697,509,34582 -06/26/2020,Broome,4,701,922,35504 -06/27/2020,Broome,2,703,486,35990 -06/28/2020,Broome,7,710,377,36367 -06/29/2020,Broome,6,716,772,37139 -06/30/2020,Broome,6,722,448,37587 -07/01/2020,Broome,7,729,846,38433 -07/02/2020,Broome,7,736,476,38909 -07/03/2020,Broome,16,752,979,39888 -07/04/2020,Broome,1,753,898,40786 -07/05/2020,Broome,4,757,554,41340 -07/06/2020,Broome,5,762,588,41928 -07/07/2020,Broome,4,766,234,42162 -07/08/2020,Broome,4,770,731,42893 -07/09/2020,Broome,14,784,662,43555 -07/10/2020,Broome,23,807,747,44302 -07/11/2020,Broome,13,820,1236,45538 -07/12/2020,Broome,7,827,595,46133 -07/13/2020,Broome,14,841,852,46985 -07/14/2020,Broome,11,852,592,47577 -07/15/2020,Broome,9,861,914,48491 -07/16/2020,Broome,9,870,595,49086 -07/17/2020,Broome,7,877,522,49608 -07/18/2020,Broome,6,883,347,49955 -07/19/2020,Broome,19,902,914,50869 -07/20/2020,Broome,15,917,687,51556 -07/21/2020,Broome,13,930,915,52471 -07/22/2020,Broome,4,934,538,53009 -07/23/2020,Broome,20,954,756,53765 -07/24/2020,Broome,12,966,762,54527 -07/25/2020,Broome,12,978,549,55076 -07/26/2020,Broome,8,986,1287,56363 -07/27/2020,Broome,6,992,522,56885 -07/28/2020,Broome,23,1015,779,57664 -07/29/2020,Broome,14,1029,698,58362 -07/30/2020,Broome,8,1037,777,59139 -07/31/2020,Broome,11,1048,781,59920 -08/01/2020,Broome,6,1054,825,60745 -08/02/2020,Broome,10,1064,743,61488 -08/03/2020,Broome,14,1078,1025,62513 -08/04/2020,Broome,4,1082,379,62892 -08/05/2020,Broome,12,1094,711,63603 -08/06/2020,Broome,21,1115,517,64120 -08/07/2020,Broome,5,1120,412,64532 -08/08/2020,Broome,6,1126,583,65115 -08/09/2020,Broome,5,1131,747,65862 -08/10/2020,Broome,12,1143,1408,67270 -08/11/2020,Broome,7,1150,559,67829 -08/12/2020,Broome,3,1153,641,68470 -08/13/2020,Broome,12,1165,947,69417 -08/14/2020,Broome,0,1165,708,70125 -08/15/2020,Broome,1,1166,417,70542 -08/16/2020,Broome,6,1172,607,71149 -08/17/2020,Broome,5,1177,1523,72672 -08/18/2020,Broome,12,1189,679,73351 -08/19/2020,Broome,7,1196,627,73978 -08/20/2020,Broome,15,1211,1124,75102 -08/21/2020,Broome,16,1227,1203,76305 -08/22/2020,Broome,12,1239,725,77030 -08/23/2020,Broome,11,1250,848,77878 -08/24/2020,Broome,6,1256,508,78386 -08/25/2020,Broome,12,1268,844,79230 -08/26/2020,Broome,6,1274,1434,80664 -08/27/2020,Broome,9,1283,902,81566 -08/28/2020,Broome,3,1286,851,82417 -08/29/2020,Broome,9,1295,4937,87354 -08/30/2020,Broome,12,1307,1000,88354 -08/31/2020,Broome,4,1311,482,88836 -09/01/2020,Broome,4,1315,477,89313 -09/02/2020,Broome,18,1333,809,90122 -09/03/2020,Broome,9,1342,850,90972 -09/04/2020,Broome,8,1350,2400,93372 -09/05/2020,Broome,7,1357,873,94245 -09/06/2020,Broome,8,1365,546,94791 -09/07/2020,Broome,9,1374,644,95435 -09/08/2020,Broome,4,1378,199,95634 -09/09/2020,Broome,5,1383,572,96206 -09/10/2020,Broome,12,1395,1248,97454 -09/11/2020,Broome,15,1410,1875,99329 -09/12/2020,Broome,8,1418,571,99900 -09/13/2020,Broome,2,1420,720,100620 -09/14/2020,Broome,3,1423,593,101213 -09/15/2020,Broome,5,1428,514,101727 -09/16/2020,Broome,9,1437,730,102457 -09/17/2020,Broome,13,1450,1394,103851 -09/18/2020,Broome,9,1459,1102,104953 -09/19/2020,Broome,6,1465,2159,107112 -09/20/2020,Broome,7,1472,502,107614 -09/21/2020,Broome,4,1476,738,108352 -09/22/2020,Broome,4,1480,850,109202 -09/23/2020,Broome,16,1496,1356,110558 -09/24/2020,Broome,17,1513,1327,111885 -09/25/2020,Broome,37,1550,1510,113395 -09/26/2020,Broome,22,1572,606,114001 -09/27/2020,Broome,34,1606,690,114691 -09/28/2020,Broome,36,1642,1175,115866 -09/29/2020,Broome,31,1673,928,116794 -09/30/2020,Broome,56,1729,1188,117982 -10/01/2020,Broome,57,1786,1472,119454 -10/02/2020,Broome,110,1896,2145,121599 -10/03/2020,Broome,51,1947,1591,123190 -10/04/2020,Broome,27,1974,865,124055 -10/05/2020,Broome,52,2026,892,124947 -10/06/2020,Broome,105,2131,1723,126670 -10/07/2020,Broome,108,2239,2144,128814 -10/08/2020,Broome,75,2314,2332,131146 -10/09/2020,Broome,86,2400,1885,133031 -10/10/2020,Broome,42,2442,1235,134266 -10/11/2020,Broome,43,2485,1371,135637 -10/12/2020,Broome,53,2538,1434,137071 -10/13/2020,Broome,69,2607,1318,138389 -10/14/2020,Broome,96,2703,3366,141755 -10/15/2020,Broome,81,2784,2717,144472 -10/16/2020,Broome,60,2844,2030,146502 -10/17/2020,Broome,52,2896,1241,147743 -10/18/2020,Broome,31,2927,1088,148831 -10/19/2020,Broome,76,3003,1756,150587 -10/20/2020,Broome,57,3060,1439,152026 -10/21/2020,Broome,106,3166,2307,154333 -10/22/2020,Broome,96,3262,2746,157079 -10/23/2020,Broome,68,3330,2217,159296 -10/24/2020,Broome,38,3368,1375,160671 -10/25/2020,Broome,47,3415,1246,161917 -10/26/2020,Broome,101,3516,2013,163930 -10/27/2020,Broome,50,3566,1639,165569 -10/28/2020,Broome,54,3620,1908,167477 -10/29/2020,Broome,42,3662,2192,169669 -10/30/2020,Broome,48,3710,2050,171719 -10/31/2020,Broome,28,3738,1267,172986 -11/01/2020,Broome,21,3759,850,173836 -11/02/2020,Broome,30,3789,1500,175336 -11/03/2020,Broome,46,3835,1166,176502 -11/04/2020,Broome,49,3884,1707,178209 -11/05/2020,Broome,43,3927,2293,180502 -11/06/2020,Broome,55,3982,2430,182932 -11/07/2020,Broome,21,4003,1307,184239 -11/08/2020,Broome,29,4032,863,185102 -11/09/2020,Broome,54,4086,1253,186355 -11/10/2020,Broome,81,4167,2119,188474 -11/11/2020,Broome,48,4215,1841,190315 -11/12/2020,Broome,88,4303,3055,193370 -11/13/2020,Broome,59,4362,2125,195495 -11/14/2020,Broome,32,4394,988,196483 -11/15/2020,Broome,37,4431,1030,197513 -11/16/2020,Broome,38,4469,1302,198815 -11/17/2020,Broome,76,4545,2432,201247 -11/18/2020,Broome,75,4620,2157,203404 -11/19/2020,Broome,68,4688,1697,205101 -11/20/2020,Broome,104,4792,3228,208329 -11/21/2020,Broome,67,4859,2477,210806 -11/22/2020,Broome,68,4927,1555,212361 -11/23/2020,Broome,56,4983,1614,213975 -11/24/2020,Broome,71,5054,2168,216143 -11/25/2020,Broome,89,5143,2889,219032 -11/26/2020,Broome,58,5201,1606,220638 -11/27/2020,Broome,33,5234,1053,221691 -11/28/2020,Broome,74,5308,2116,223807 -11/29/2020,Broome,59,5367,1080,224887 -11/30/2020,Broome,81,5448,1376,226263 -12/01/2020,Broome,103,5551,2123,228386 -12/02/2020,Broome,106,5657,1538,229924 -12/03/2020,Broome,111,5768,2223,232147 -12/04/2020,Broome,107,5875,2245,234392 -12/05/2020,Broome,71,5946,1685,236077 -12/06/2020,Broome,57,6003,952,237029 -12/07/2020,Broome,54,6057,955,237984 -12/08/2020,Broome,103,6160,1797,239781 -12/09/2020,Broome,78,6238,2012,241793 -12/10/2020,Broome,68,6306,2076,243869 -12/11/2020,Broome,84,6390,1953,245822 -12/12/2020,Broome,70,6460,2195,248017 -12/13/2020,Broome,72,6532,988,249005 -12/14/2020,Broome,69,6601,1208,250213 -12/15/2020,Broome,91,6692,1829,252042 -12/16/2020,Broome,72,6764,2080,254122 -12/17/2020,Broome,129,6893,1941,256063 -12/18/2020,Broome,45,6938,979,257042 -12/19/2020,Broome,66,7004,1253,258295 -12/20/2020,Broome,79,7083,968,259263 -12/21/2020,Broome,61,7144,609,259872 -12/22/2020,Broome,174,7318,2094,261966 -12/23/2020,Broome,111,7429,2028,263994 -12/24/2020,Broome,111,7540,1957,265951 -12/25/2020,Broome,76,7616,1447,267398 -12/26/2020,Broome,47,7663,880,268278 -12/27/2020,Broome,82,7745,1124,269402 -12/28/2020,Broome,110,7855,941,270343 -12/29/2020,Broome,149,8004,1428,271771 -12/30/2020,Broome,153,8157,1960,273731 -12/31/2020,Broome,144,8301,1793,275524 -01/01/2021,Broome,186,8487,2247,277771 -01/02/2021,Broome,114,8601,978,278749 -01/03/2021,Broome,71,8672,759,279508 -01/04/2021,Broome,116,8788,848,280356 -01/05/2021,Broome,243,9031,2404,282760 -01/06/2021,Broome,233,9264,2379,285139 -01/07/2021,Broome,195,9459,2464,287603 -01/08/2021,Broome,191,9650,1819,289422 -01/09/2021,Broome,194,9844,2446,291868 -01/10/2021,Broome,115,9959,1135,293003 -01/11/2021,Broome,136,10095,1157,294160 -01/12/2021,Broome,201,10296,2045,296205 -01/13/2021,Broome,161,10457,2379,298584 -01/14/2021,Broome,163,10620,2170,300754 -01/15/2021,Broome,123,10743,2223,302977 -01/16/2021,Broome,123,10866,1742,304719 -01/17/2021,Broome,115,10981,1304,306023 -01/18/2021,Broome,127,11108,1103,307126 -01/19/2021,Broome,147,11255,1982,309108 -01/20/2021,Broome,212,11467,2388,311496 -01/21/2021,Broome,190,11657,2302,313798 -01/22/2021,Broome,147,11804,2349,316147 -01/23/2021,Broome,120,11924,1783,317930 -01/24/2021,Broome,84,12008,1234,319164 -01/25/2021,Broome,96,12104,1037,320201 -01/26/2021,Broome,123,12227,2200,322401 -01/27/2021,Broome,139,12366,2299,324700 -01/28/2021,Broome,143,12509,1852,326552 -01/29/2021,Broome,142,12651,1986,328538 -01/30/2021,Broome,97,12748,2045,330583 -01/31/2021,Broome,46,12794,927,331510 -02/01/2021,Broome,37,12831,709,332219 -02/02/2021,Broome,88,12919,1466,333685 -02/03/2021,Broome,119,13038,1861,335546 -02/04/2021,Broome,83,13121,1676,337222 -02/05/2021,Broome,111,13232,2770,339992 -02/06/2021,Broome,73,13305,2339,342331 -02/07/2021,Broome,44,13349,1641,343972 -02/08/2021,Broome,44,13393,1792,345764 -02/09/2021,Broome,64,13457,2895,348659 -02/10/2021,Broome,75,13532,3552,352211 -02/11/2021,Broome,53,13585,2384,354595 -02/12/2021,Broome,63,13648,2003,356598 -02/13/2021,Broome,56,13704,1649,358247 -02/14/2021,Broome,53,13757,829,359076 -02/15/2021,Broome,46,13803,1143,360219 -02/16/2021,Broome,66,13869,2317,362536 -02/17/2021,Broome,98,13967,2401,364937 -02/18/2021,Broome,84,14051,3611,368548 -02/19/2021,Broome,94,14145,3831,372379 -02/20/2021,Broome,83,14228,3671,376050 -02/21/2021,Broome,37,14265,852,376902 -02/22/2021,Broome,51,14316,1056,377958 -02/23/2021,Broome,96,14412,2850,380808 -02/24/2021,Broome,109,14521,4300,385108 -02/25/2021,Broome,116,14637,3937,389045 -02/26/2021,Broome,98,14735,3602,392647 -02/27/2021,Broome,107,14842,3490,396137 -02/28/2021,Broome,28,14870,750,396887 -03/01/2021,Broome,43,14913,1232,398119 -03/02/2021,Broome,115,15028,3719,401838 -03/03/2021,Broome,141,15169,3957,405795 -03/04/2021,Broome,107,15276,3093,408888 -03/05/2021,Broome,108,15384,3954,412842 -03/06/2021,Broome,77,15461,3086,415928 -03/07/2021,Broome,36,15497,614,416542 -03/08/2021,Broome,39,15536,1062,417604 -03/09/2021,Broome,84,15620,3741,421345 -03/10/2021,Broome,56,15676,3618,424963 -03/11/2021,Broome,59,15735,3729,428692 -03/12/2021,Broome,59,15794,4501,433193 -03/13/2021,Broome,39,15833,2683,435876 -03/14/2021,Broome,20,15853,609,436485 -03/15/2021,Broome,30,15883,803,437288 -03/16/2021,Broome,55,15938,4162,441450 -03/17/2021,Broome,49,15987,3475,444925 -03/18/2021,Broome,39,16026,3111,448036 -03/19/2021,Broome,58,16084,3294,451330 -03/20/2021,Broome,46,16130,2858,454188 -03/21/2021,Broome,43,16173,814,455002 -03/22/2021,Broome,38,16211,820,455822 -03/23/2021,Broome,43,16254,3816,459638 -03/24/2021,Broome,41,16295,3862,463500 -03/25/2021,Broome,46,16341,3322,466822 -03/26/2021,Broome,52,16393,3769,470591 -03/27/2021,Broome,47,16440,3164,473755 -03/28/2021,Broome,52,16492,726,474481 -03/29/2021,Broome,38,16530,989,475470 -03/30/2021,Broome,46,16576,4002,479472 -03/31/2021,Broome,74,16650,3112,482584 -04/01/2021,Broome,45,16695,3552,486136 -04/02/2021,Broome,51,16746,3114,489250 -04/03/2021,Broome,37,16783,2755,492005 -04/04/2021,Broome,23,16806,529,492534 -04/05/2021,Broome,36,16842,1205,493739 -04/06/2021,Broome,39,16881,3260,496999 -04/07/2021,Broome,29,16910,3226,500225 -04/08/2021,Broome,47,16957,3701,503926 -04/09/2021,Broome,50,17007,2994,506920 -04/10/2021,Broome,47,17054,2554,509474 -04/11/2021,Broome,44,17098,504,509978 -04/12/2021,Broome,31,17129,811,510789 -04/13/2021,Broome,46,17175,4120,514909 -04/14/2021,Broome,64,17239,3362,518271 -04/15/2021,Broome,54,17293,3524,521795 -04/16/2021,Broome,67,17360,2931,524726 -04/17/2021,Broome,57,17417,3024,527750 -04/18/2021,Broome,38,17455,590,528340 -04/19/2021,Broome,47,17502,713,529053 -04/20/2021,Broome,57,17559,3754,532807 -04/21/2021,Broome,51,17610,2591,535398 -04/22/2021,Broome,50,17660,3141,538539 -04/23/2021,Broome,60,17720,3425,541964 -04/24/2021,Broome,38,17758,2646,544610 -04/25/2021,Broome,29,17787,727,545337 -04/26/2021,Broome,34,17821,887,546224 -04/27/2021,Broome,44,17865,3204,549428 -04/28/2021,Broome,45,17910,3315,552743 -04/29/2021,Broome,36,17946,2817,555560 -04/30/2021,Broome,29,17975,3031,558591 -05/01/2021,Broome,22,17997,2607,561198 -05/02/2021,Broome,23,18020,545,561743 -05/03/2021,Broome,37,18057,924,562667 -05/04/2021,Broome,24,18081,3246,565913 -05/05/2021,Broome,24,18105,2950,568863 -05/06/2021,Broome,22,18127,2501,571364 -05/07/2021,Broome,51,18178,2839,574203 -05/08/2021,Broome,39,18217,3120,577323 -05/09/2021,Broome,26,18243,576,577899 -05/10/2021,Broome,15,18258,960,578859 -05/11/2021,Broome,17,18275,2838,581697 -05/12/2021,Broome,25,18300,2713,584410 -05/13/2021,Broome,28,18328,2587,586997 -05/14/2021,Broome,16,18344,3001,589998 -05/15/2021,Broome,23,18367,2345,592343 -05/16/2021,Broome,14,18381,1062,593405 -05/17/2021,Broome,7,18388,826,594231 -05/18/2021,Broome,18,18406,1857,596088 -05/19/2021,Broome,23,18429,1811,597899 -05/20/2021,Broome,27,18456,1287,599186 -05/21/2021,Broome,7,18463,2848,602034 -05/22/2021,Broome,19,18482,1889,603923 -05/23/2021,Broome,10,18492,401,604324 -05/24/2021,Broome,7,18499,565,604889 -05/25/2021,Broome,9,18508,1895,606784 -05/26/2021,Broome,17,18525,1827,608611 -05/27/2021,Broome,14,18539,1614,610225 -05/28/2021,Broome,3,18542,1578,611803 -05/29/2021,Broome,6,18548,1167,612970 -05/30/2021,Broome,2,18550,425,613395 -05/31/2021,Broome,4,18554,362,613757 -06/01/2021,Broome,3,18557,582,614339 -06/02/2021,Broome,9,18566,1897,616236 -06/03/2021,Broome,17,18583,1479,617715 -06/04/2021,Broome,10,18593,1363,619078 -06/05/2021,Broome,2,18595,991,620069 -06/06/2021,Broome,4,18599,397,620466 -06/07/2021,Broome,1,18600,423,620889 -06/08/2021,Broome,0,18600,1500,622389 -06/09/2021,Broome,3,18603,1142,623531 -06/10/2021,Broome,4,18607,1259,624790 -06/11/2021,Broome,5,18612,1306,626096 -06/12/2021,Broome,4,18616,906,627002 -06/13/2021,Broome,3,18619,320,627322 -06/14/2021,Broome,4,18623,719,628041 -06/15/2021,Broome,2,18625,1243,629284 -06/16/2021,Broome,1,18626,1111,630395 -06/17/2021,Broome,4,18630,928,631323 -06/18/2021,Broome,3,18633,870,632193 -06/19/2021,Broome,3,18636,641,632834 -06/20/2021,Broome,1,18637,364,633198 -06/21/2021,Broome,1,18638,339,633537 -06/22/2021,Broome,3,18641,824,634361 -06/23/2021,Broome,2,18643,1137,635498 -06/24/2021,Broome,4,18647,611,636109 -06/25/2021,Broome,1,18648,594,636703 -06/26/2021,Broome,2,18650,559,637262 -06/27/2021,Broome,2,18652,294,637556 -06/28/2021,Broome,0,18652,673,638229 -06/29/2021,Broome,3,18655,755,638984 -06/30/2021,Broome,1,18656,810,639794 -07/01/2021,Broome,3,18659,696,640490 -07/02/2021,Broome,0,18659,323,640813 -07/03/2021,Broome,1,18660,477,641290 -07/04/2021,Broome,9,18669,467,641757 -07/05/2021,Broome,0,18669,218,641975 -07/06/2021,Broome,0,18669,482,642457 -07/07/2021,Broome,2,18671,862,643319 -07/08/2021,Broome,5,18676,770,644089 -07/09/2021,Broome,2,18678,465,644554 -07/10/2021,Broome,3,18681,433,644987 -07/11/2021,Broome,1,18682,278,645265 -07/12/2021,Broome,4,18686,323,645588 -07/13/2021,Broome,4,18690,855,646443 -07/14/2021,Broome,3,18693,664,647107 -07/15/2021,Broome,2,18695,445,647552 -07/16/2021,Broome,7,18702,630,648182 -07/17/2021,Broome,4,18706,573,648755 -07/18/2021,Broome,4,18710,254,649009 -07/19/2021,Broome,5,18715,466,649475 -07/20/2021,Broome,3,18718,521,649996 -07/21/2021,Broome,6,18724,752,650748 -07/22/2021,Broome,6,18730,549,651297 -07/23/2021,Broome,14,18744,616,651913 -07/24/2021,Broome,7,18751,417,652330 -07/25/2021,Broome,4,18755,247,652577 -07/26/2021,Broome,9,18764,292,652869 -07/27/2021,Broome,5,18769,416,653285 -07/28/2021,Broome,7,18776,816,654101 -07/29/2021,Broome,13,18789,757,654858 -07/30/2021,Broome,11,18800,707,655565 -07/31/2021,Broome,14,18814,499,656064 -08/01/2021,Broome,13,18827,427,656491 -08/02/2021,Broome,23,18850,407,656898 -08/03/2021,Broome,32,18882,1371,658269 -08/04/2021,Broome,19,18901,1441,659710 -08/05/2021,Broome,28,18929,1167,660877 -08/06/2021,Broome,34,18963,939,661816 -08/07/2021,Broome,31,18994,619,662435 -08/08/2021,Broome,26,19020,414,662849 -08/09/2021,Broome,27,19047,663,663512 -08/10/2021,Broome,27,19074,966,664478 -08/11/2021,Broome,42,19116,1477,665955 -08/12/2021,Broome,64,19180,1418,667373 -08/13/2021,Broome,46,19226,1137,668510 -08/14/2021,Broome,28,19254,692,669202 -08/15/2021,Broome,31,19285,463,669665 -08/16/2021,Broome,37,19322,497,670162 -08/17/2021,Broome,43,19365,1170,671332 -08/18/2021,Broome,49,19414,1106,672438 -08/19/2021,Broome,23,19437,1310,673748 -08/20/2021,Broome,43,19480,1365,675113 -08/21/2021,Broome,43,19523,1076,676189 -08/22/2021,Broome,37,19560,474,676663 -08/23/2021,Broome,37,19597,704,677367 -08/24/2021,Broome,70,19667,1579,678946 -08/25/2021,Broome,59,19726,1353,680299 -08/26/2021,Broome,83,19809,1332,681631 -08/27/2021,Broome,72,19881,1531,683162 -08/28/2021,Broome,56,19937,1341,684503 -08/29/2021,Broome,54,19991,549,685052 -08/30/2021,Broome,50,20041,963,686015 -08/31/2021,Broome,68,20109,1926,687941 -09/01/2021,Broome,92,20201,1554,689495 -09/02/2021,Broome,111,20312,1990,691485 -09/03/2021,Broome,94,20406,1630,693115 -09/04/2021,Broome,65,20471,1355,694470 -09/05/2021,Broome,54,20525,598,695068 -09/06/2021,Broome,35,20560,595,695663 -09/07/2021,Broome,58,20618,824,696487 -09/08/2021,Broome,84,20702,1457,697944 -09/09/2021,Broome,106,20808,1913,699857 -09/10/2021,Broome,75,20883,1760,701617 -09/11/2021,Broome,78,20961,1529,703146 -09/12/2021,Broome,59,21020,611,703757 -09/13/2021,Broome,61,21081,1354,705111 -09/14/2021,Broome,97,21178,1869,706980 -09/15/2021,Broome,91,21269,2051,709031 -09/16/2021,Broome,100,21369,2657,711688 -09/17/2021,Broome,117,21486,2408,714096 -09/18/2021,Broome,71,21557,1489,715585 -09/19/2021,Broome,49,21606,666,716251 -09/20/2021,Broome,58,21664,797,717048 -09/21/2021,Broome,109,21773,1871,718919 -09/22/2021,Broome,125,21898,2453,721372 -09/23/2021,Broome,90,21988,2056,723428 -09/24/2021,Broome,114,22102,2346,725774 -09/25/2021,Broome,98,22200,1960,727734 -09/26/2021,Broome,63,22263,724,728458 -09/27/2021,Broome,72,22335,964,729422 -09/28/2021,Broome,101,22436,2373,731795 -09/29/2021,Broome,81,22517,2155,733950 -09/30/2021,Broome,94,22611,2345,736295 -10/01/2021,Broome,91,22702,2601,738896 -10/02/2021,Broome,78,22780,2077,740973 -10/03/2021,Broome,67,22847,732,741705 -10/04/2021,Broome,53,22900,909,742614 -10/05/2021,Broome,94,22994,2269,744883 -10/06/2021,Broome,114,23108,2252,747135 -10/07/2021,Broome,105,23213,1894,749029 -10/08/2021,Broome,121,23334,2029,751058 -10/09/2021,Broome,38,23372,1545,752603 -10/10/2021,Broome,100,23472,977,753580 -10/11/2021,Broome,71,23543,801,754381 -10/12/2021,Broome,126,23669,1869,756250 -10/13/2021,Broome,119,23788,2174,758424 -10/14/2021,Broome,115,23903,2090,760514 -10/15/2021,Broome,123,24026,2623,763137 -10/16/2021,Broome,95,24121,1843,764980 -10/17/2021,Broome,62,24183,653,765633 -10/18/2021,Broome,50,24233,746,766379 -10/19/2021,Broome,120,24353,2192,768571 -10/20/2021,Broome,98,24451,1888,770459 -10/21/2021,Broome,101,24552,1921,772380 -10/22/2021,Broome,105,24657,2162,774542 -10/23/2021,Broome,72,24729,1645,776187 -10/24/2021,Broome,72,24801,824,777011 -10/25/2021,Broome,61,24862,868,777879 -10/26/2021,Broome,69,24931,2007,779886 -10/27/2021,Broome,127,25058,2217,782103 -10/28/2021,Broome,108,25166,2183,784286 -10/29/2021,Broome,72,25238,2297,786583 -10/30/2021,Broome,82,25320,1505,788088 -10/31/2021,Broome,61,25381,747,788835 -11/01/2021,Broome,35,25416,670,789505 -11/02/2021,Broome,98,25514,1769,791274 -11/03/2021,Broome,85,25599,1928,793202 -11/04/2021,Broome,121,25720,2049,795251 -11/05/2021,Broome,82,25802,1774,797025 -11/06/2021,Broome,98,25900,1387,798412 -11/07/2021,Broome,68,25968,701,799113 -11/08/2021,Broome,80,26048,834,799947 -11/09/2021,Broome,120,26168,1808,801755 -11/10/2021,Broome,130,26298,1923,803678 -11/11/2021,Broome,97,26395,1874,805552 -11/12/2021,Broome,126,26521,2042,807594 -11/13/2021,Broome,133,26654,1782,809376 -11/14/2021,Broome,84,26738,720,810096 -11/15/2021,Broome,66,26804,860,810956 -11/16/2021,Broome,129,26933,1615,812571 -11/17/2021,Broome,126,27059,2102,814673 -11/18/2021,Broome,149,27208,1759,816432 -11/19/2021,Broome,130,27338,1915,818347 -11/20/2021,Broome,125,27463,1718,820065 -11/21/2021,Broome,79,27542,665,820730 -11/22/2021,Broome,69,27611,829,821559 -11/23/2021,Broome,118,27729,1844,823403 -11/24/2021,Broome,136,27865,2043,825446 -11/25/2021,Broome,79,27944,1594,827040 -11/26/2021,Broome,38,27982,516,827556 -11/27/2021,Broome,74,28056,852,828408 -11/28/2021,Broome,86,28142,695,829103 -11/29/2021,Broome,70,28212,617,829720 -11/30/2021,Broome,156,28368,1699,831419 -12/01/2021,Broome,181,28549,2012,833431 -12/02/2021,Broome,181,28730,2248,835679 -12/03/2021,Broome,123,28853,1916,837595 -12/04/2021,Broome,154,29007,1746,839341 -12/05/2021,Broome,54,29061,473,839814 -12/06/2021,Broome,169,29230,1396,841210 -12/07/2021,Broome,128,29358,2075,843285 -12/08/2021,Broome,178,29536,2041,845326 -12/09/2021,Broome,167,29703,2126,847452 -12/10/2021,Broome,234,29937,2387,849839 -12/11/2021,Broome,150,30087,1747,851586 -12/12/2021,Broome,78,30165,778,852364 -12/13/2021,Broome,77,30242,975,853339 -12/14/2021,Broome,161,30403,2246,855585 -12/15/2021,Broome,214,30617,2293,857878 -12/16/2021,Broome,250,30867,3061,860939 -12/17/2021,Broome,213,31080,2531,863470 -12/18/2021,Broome,193,31273,2418,865888 -12/19/2021,Broome,107,31380,907,866795 -12/20/2021,Broome,114,31494,1211,868006 -12/21/2021,Broome,112,31606,1538,869544 -12/22/2021,Broome,230,31836,2500,872044 -12/23/2021,Broome,154,31990,1905,873949 -12/24/2021,Broome,232,32222,2271,876220 -12/25/2021,Broome,134,32356,767,876987 -12/26/2021,Broome,40,32396,315,877302 -12/27/2021,Broome,128,32524,788,878090 -12/28/2021,Broome,313,32837,2774,880864 -12/29/2021,Broome,293,33130,1819,882683 -12/30/2021,Broome,382,33512,1694,884377 -12/31/2021,Broome,414,33926,2789,887166 -01/01/2022,Broome,370,34296,1636,888802 -01/02/2022,Broome,240,34536,850,889652 -01/03/2022,Broome,237,34773,1090,890742 -01/04/2022,Broome,327,35100,1976,892718 -01/05/2022,Broome,519,35619,3190,895908 -01/06/2022,Broome,577,36196,3187,899095 -01/07/2022,Broome,508,36704,3068,902163 -01/08/2022,Broome,521,37225,2351,904514 -01/09/2022,Broome,219,37444,994,905508 -01/10/2022,Broome,282,37726,1690,907198 -01/11/2022,Broome,364,38090,2789,909987 -01/12/2022,Broome,493,38583,2429,912416 -01/13/2022,Broome,435,39018,2584,915000 -01/14/2022,Broome,299,39317,2319,917319 -01/15/2022,Broome,322,39639,2035,919354 -01/16/2022,Broome,199,39838,893,920247 -01/17/2022,Broome,134,39972,889,921136 -01/18/2022,Broome,169,40141,1737,922873 -01/19/2022,Broome,321,40462,2227,925100 -01/20/2022,Broome,285,40747,1856,926956 -01/21/2022,Broome,310,41057,3662,930618 -01/22/2022,Broome,151,41208,2338,932956 -01/23/2022,Broome,115,41323,2264,935220 -01/24/2022,Broome,96,41419,2677,937897 -01/25/2022,Broome,100,41519,1682,939579 -01/26/2022,Broome,278,41797,2839,942418 -01/27/2022,Broome,182,41979,2217,944635 -01/28/2022,Broome,157,42136,2438,947073 -01/29/2022,Broome,158,42294,1755,948828 -01/30/2022,Broome,67,42361,503,949331 -01/31/2022,Broome,80,42441,697,950028 -02/01/2022,Broome,151,42592,2409,952437 -02/02/2022,Broome,152,42744,2517,954954 -02/03/2022,Broome,129,42873,1837,956791 -02/04/2022,Broome,93,42966,1353,958144 -02/05/2022,Broome,55,43021,866,959010 -03/01/2020,Cattaraugus,0,0,0,0 -03/02/2020,Cattaraugus,0,0,0,0 -03/03/2020,Cattaraugus,0,0,0,0 -03/04/2020,Cattaraugus,0,0,0,0 -03/05/2020,Cattaraugus,0,0,0,0 -03/06/2020,Cattaraugus,0,0,0,0 -03/07/2020,Cattaraugus,0,0,0,0 -03/08/2020,Cattaraugus,0,0,0,0 -03/09/2020,Cattaraugus,0,0,0,0 -03/10/2020,Cattaraugus,0,0,0,0 -03/11/2020,Cattaraugus,0,0,0,0 -03/12/2020,Cattaraugus,0,0,2,2 -03/13/2020,Cattaraugus,0,0,2,4 -03/14/2020,Cattaraugus,0,0,1,5 -03/15/2020,Cattaraugus,0,0,2,7 -03/16/2020,Cattaraugus,0,0,0,7 -03/17/2020,Cattaraugus,0,0,0,7 -03/18/2020,Cattaraugus,0,0,5,12 -03/19/2020,Cattaraugus,0,0,2,14 -03/20/2020,Cattaraugus,0,0,10,24 -03/21/2020,Cattaraugus,0,0,23,47 -03/22/2020,Cattaraugus,0,0,14,61 -03/23/2020,Cattaraugus,0,0,12,73 -03/24/2020,Cattaraugus,0,0,3,76 -03/25/2020,Cattaraugus,0,0,12,88 -03/26/2020,Cattaraugus,0,0,13,101 -03/27/2020,Cattaraugus,1,1,25,126 -03/28/2020,Cattaraugus,3,4,13,139 -03/29/2020,Cattaraugus,2,6,7,146 -03/30/2020,Cattaraugus,0,6,5,151 -03/31/2020,Cattaraugus,1,7,12,163 -04/01/2020,Cattaraugus,1,8,28,191 -04/02/2020,Cattaraugus,1,9,24,215 -04/03/2020,Cattaraugus,0,9,8,223 -04/04/2020,Cattaraugus,1,10,12,235 -04/05/2020,Cattaraugus,2,12,16,251 -04/06/2020,Cattaraugus,1,13,14,265 -04/07/2020,Cattaraugus,2,15,19,284 -04/08/2020,Cattaraugus,2,17,15,299 -04/09/2020,Cattaraugus,1,18,26,325 -04/10/2020,Cattaraugus,1,19,7,332 -04/11/2020,Cattaraugus,9,28,32,364 -04/12/2020,Cattaraugus,0,28,6,370 -04/13/2020,Cattaraugus,4,32,13,383 -04/14/2020,Cattaraugus,0,32,11,394 -04/15/2020,Cattaraugus,0,32,14,408 -04/16/2020,Cattaraugus,2,34,31,439 -04/17/2020,Cattaraugus,0,34,15,454 -04/18/2020,Cattaraugus,0,34,17,471 -04/19/2020,Cattaraugus,0,34,1,472 -04/20/2020,Cattaraugus,1,35,8,480 -04/21/2020,Cattaraugus,2,37,34,514 -04/22/2020,Cattaraugus,0,37,40,554 -04/23/2020,Cattaraugus,2,39,32,586 -04/24/2020,Cattaraugus,6,45,102,688 -04/25/2020,Cattaraugus,0,45,24,712 -04/26/2020,Cattaraugus,0,45,21,733 -04/27/2020,Cattaraugus,0,45,15,748 -04/28/2020,Cattaraugus,2,47,76,824 -04/29/2020,Cattaraugus,0,47,85,909 -04/30/2020,Cattaraugus,2,49,78,987 -05/01/2020,Cattaraugus,1,50,80,1067 -05/02/2020,Cattaraugus,3,53,54,1121 -05/03/2020,Cattaraugus,0,53,7,1128 -05/04/2020,Cattaraugus,0,53,14,1142 -05/05/2020,Cattaraugus,1,54,47,1189 -05/06/2020,Cattaraugus,5,59,65,1254 -05/07/2020,Cattaraugus,0,59,36,1290 -05/08/2020,Cattaraugus,1,60,54,1344 -05/09/2020,Cattaraugus,0,60,21,1365 -05/10/2020,Cattaraugus,1,61,103,1468 -05/11/2020,Cattaraugus,0,61,29,1497 -05/12/2020,Cattaraugus,0,61,77,1574 -05/13/2020,Cattaraugus,3,64,134,1708 -05/14/2020,Cattaraugus,0,64,173,1881 -05/15/2020,Cattaraugus,1,65,186,2067 -05/16/2020,Cattaraugus,0,65,142,2209 -05/17/2020,Cattaraugus,2,67,207,2416 -05/18/2020,Cattaraugus,2,69,24,2440 -05/19/2020,Cattaraugus,1,70,152,2592 -05/20/2020,Cattaraugus,1,71,186,2778 -05/21/2020,Cattaraugus,3,74,125,2903 -05/22/2020,Cattaraugus,4,78,176,3079 -05/23/2020,Cattaraugus,0,78,172,3251 -05/24/2020,Cattaraugus,3,81,311,3562 -05/25/2020,Cattaraugus,0,81,136,3698 -05/26/2020,Cattaraugus,1,82,162,3860 -05/27/2020,Cattaraugus,3,85,286,4146 -05/28/2020,Cattaraugus,1,86,147,4293 -05/29/2020,Cattaraugus,1,87,189,4482 -05/30/2020,Cattaraugus,1,88,183,4665 -05/31/2020,Cattaraugus,1,89,215,4880 -06/01/2020,Cattaraugus,0,89,333,5213 -06/02/2020,Cattaraugus,1,90,375,5588 -06/03/2020,Cattaraugus,1,91,290,5878 -06/04/2020,Cattaraugus,1,92,304,6182 -06/05/2020,Cattaraugus,0,92,416,6598 -06/06/2020,Cattaraugus,2,94,193,6791 -06/07/2020,Cattaraugus,1,95,245,7036 -06/08/2020,Cattaraugus,0,95,183,7219 -06/09/2020,Cattaraugus,1,96,205,7424 -06/10/2020,Cattaraugus,2,98,258,7682 -06/11/2020,Cattaraugus,3,101,282,7964 -06/12/2020,Cattaraugus,0,101,341,8305 -06/13/2020,Cattaraugus,3,104,272,8577 -06/14/2020,Cattaraugus,2,106,155,8732 -06/15/2020,Cattaraugus,1,107,393,9125 -06/16/2020,Cattaraugus,2,109,202,9327 -06/17/2020,Cattaraugus,0,109,219,9546 -06/18/2020,Cattaraugus,0,109,335,9881 -06/19/2020,Cattaraugus,4,113,325,10206 -06/20/2020,Cattaraugus,2,115,377,10583 -06/21/2020,Cattaraugus,0,115,252,10835 -06/22/2020,Cattaraugus,3,118,220,11055 -06/23/2020,Cattaraugus,2,120,210,11265 -06/24/2020,Cattaraugus,1,121,316,11581 -06/25/2020,Cattaraugus,2,123,149,11730 -06/26/2020,Cattaraugus,0,123,389,12119 -06/27/2020,Cattaraugus,0,123,107,12226 -06/28/2020,Cattaraugus,0,123,191,12417 -06/29/2020,Cattaraugus,0,123,120,12537 -06/30/2020,Cattaraugus,0,123,163,12700 -07/01/2020,Cattaraugus,1,124,173,12873 -07/02/2020,Cattaraugus,0,124,313,13186 -07/03/2020,Cattaraugus,3,127,460,13646 -07/04/2020,Cattaraugus,0,127,202,13848 -07/05/2020,Cattaraugus,1,128,249,14097 -07/06/2020,Cattaraugus,0,128,129,14226 -07/07/2020,Cattaraugus,2,130,119,14345 -07/08/2020,Cattaraugus,1,131,210,14555 -07/09/2020,Cattaraugus,3,134,421,14976 -07/10/2020,Cattaraugus,4,138,345,15321 -07/11/2020,Cattaraugus,0,138,122,15443 -07/12/2020,Cattaraugus,0,138,105,15548 -07/13/2020,Cattaraugus,1,139,288,15836 -07/14/2020,Cattaraugus,2,141,178,16014 -07/15/2020,Cattaraugus,1,142,294,16308 -07/16/2020,Cattaraugus,3,145,381,16689 -07/17/2020,Cattaraugus,0,145,207,16896 -07/18/2020,Cattaraugus,0,145,103,16999 -07/19/2020,Cattaraugus,0,145,56,17055 -07/20/2020,Cattaraugus,2,147,359,17414 -07/21/2020,Cattaraugus,0,147,253,17667 -07/22/2020,Cattaraugus,1,148,146,17813 -07/23/2020,Cattaraugus,2,150,180,17993 -07/24/2020,Cattaraugus,0,150,340,18333 -07/25/2020,Cattaraugus,1,151,104,18437 -07/26/2020,Cattaraugus,2,153,229,18666 -07/27/2020,Cattaraugus,0,153,182,18848 -07/28/2020,Cattaraugus,4,157,176,19024 -07/29/2020,Cattaraugus,0,157,239,19263 -07/30/2020,Cattaraugus,1,158,254,19517 -07/31/2020,Cattaraugus,0,158,217,19734 -08/01/2020,Cattaraugus,1,159,229,19963 -08/02/2020,Cattaraugus,3,162,146,20109 -08/03/2020,Cattaraugus,2,164,190,20299 -08/04/2020,Cattaraugus,0,164,379,20678 -08/05/2020,Cattaraugus,0,164,325,21003 -08/06/2020,Cattaraugus,0,164,277,21280 -08/07/2020,Cattaraugus,1,165,217,21497 -08/08/2020,Cattaraugus,0,165,165,21662 -08/09/2020,Cattaraugus,1,166,174,21836 -08/10/2020,Cattaraugus,2,168,282,22118 -08/11/2020,Cattaraugus,0,168,192,22310 -08/12/2020,Cattaraugus,1,169,238,22548 -08/13/2020,Cattaraugus,0,169,281,22829 -08/14/2020,Cattaraugus,1,170,283,23112 -08/15/2020,Cattaraugus,1,171,397,23509 -08/16/2020,Cattaraugus,0,171,113,23622 -08/17/2020,Cattaraugus,1,172,276,23898 -08/18/2020,Cattaraugus,1,173,356,24254 -08/19/2020,Cattaraugus,1,174,354,24608 -08/20/2020,Cattaraugus,0,174,375,24983 -08/21/2020,Cattaraugus,4,178,145,25128 -08/22/2020,Cattaraugus,2,180,299,25427 -08/23/2020,Cattaraugus,2,182,150,25577 -08/24/2020,Cattaraugus,2,184,264,25841 -08/25/2020,Cattaraugus,1,185,176,26017 -08/26/2020,Cattaraugus,3,188,314,26331 -08/27/2020,Cattaraugus,9,197,291,26622 -08/28/2020,Cattaraugus,0,197,231,26853 -08/29/2020,Cattaraugus,4,201,334,27187 -08/30/2020,Cattaraugus,4,205,283,27470 -08/31/2020,Cattaraugus,1,206,320,27790 -09/01/2020,Cattaraugus,10,216,242,28032 -09/02/2020,Cattaraugus,6,222,276,28308 -09/03/2020,Cattaraugus,1,223,320,28628 -09/04/2020,Cattaraugus,4,227,459,29087 -09/05/2020,Cattaraugus,2,229,214,29301 -09/06/2020,Cattaraugus,1,230,133,29434 -09/07/2020,Cattaraugus,3,233,372,29806 -09/08/2020,Cattaraugus,1,234,162,29968 -09/09/2020,Cattaraugus,2,236,200,30168 -09/10/2020,Cattaraugus,3,239,248,30416 -09/11/2020,Cattaraugus,0,239,486,30902 -09/12/2020,Cattaraugus,2,241,258,31160 -09/13/2020,Cattaraugus,1,242,230,31390 -09/14/2020,Cattaraugus,0,242,244,31634 -09/15/2020,Cattaraugus,3,245,137,31771 -09/16/2020,Cattaraugus,3,248,255,32026 -09/17/2020,Cattaraugus,1,249,247,32273 -09/18/2020,Cattaraugus,4,253,290,32563 -09/19/2020,Cattaraugus,1,254,335,32898 -09/20/2020,Cattaraugus,1,255,160,33058 -09/21/2020,Cattaraugus,0,255,226,33284 -09/22/2020,Cattaraugus,3,258,196,33480 -09/23/2020,Cattaraugus,0,258,298,33778 -09/24/2020,Cattaraugus,0,258,404,34182 -09/25/2020,Cattaraugus,1,259,392,34574 -09/26/2020,Cattaraugus,1,260,300,34874 -09/27/2020,Cattaraugus,0,260,120,34994 -09/28/2020,Cattaraugus,11,271,295,35289 -09/29/2020,Cattaraugus,5,276,141,35430 -09/30/2020,Cattaraugus,3,279,298,35728 -10/01/2020,Cattaraugus,11,290,233,35961 -10/02/2020,Cattaraugus,12,302,657,36618 -10/03/2020,Cattaraugus,1,303,419,37037 -10/04/2020,Cattaraugus,4,307,188,37225 -10/05/2020,Cattaraugus,4,311,321,37546 -10/06/2020,Cattaraugus,5,316,238,37784 -10/07/2020,Cattaraugus,11,327,413,38197 -10/08/2020,Cattaraugus,16,343,330,38527 -10/09/2020,Cattaraugus,12,355,396,38923 -10/10/2020,Cattaraugus,3,358,265,39188 -10/11/2020,Cattaraugus,4,362,331,39519 -10/12/2020,Cattaraugus,2,364,263,39782 -10/13/2020,Cattaraugus,3,367,300,40082 -10/14/2020,Cattaraugus,16,383,427,40509 -10/15/2020,Cattaraugus,10,393,456,40965 -10/16/2020,Cattaraugus,6,399,445,41410 -10/17/2020,Cattaraugus,4,403,284,41694 -10/18/2020,Cattaraugus,3,406,390,42084 -10/19/2020,Cattaraugus,11,417,333,42417 -10/20/2020,Cattaraugus,17,434,410,42827 -10/21/2020,Cattaraugus,8,442,473,43300 -10/22/2020,Cattaraugus,5,447,709,44009 -10/23/2020,Cattaraugus,8,455,417,44426 -10/24/2020,Cattaraugus,6,461,491,44917 -10/25/2020,Cattaraugus,1,462,328,45245 -10/26/2020,Cattaraugus,8,470,229,45474 -10/27/2020,Cattaraugus,32,502,340,45814 -10/28/2020,Cattaraugus,15,517,491,46305 -10/29/2020,Cattaraugus,10,527,470,46775 -10/30/2020,Cattaraugus,9,536,385,47160 -10/31/2020,Cattaraugus,13,549,464,47624 -11/01/2020,Cattaraugus,1,550,181,47805 -11/02/2020,Cattaraugus,12,562,445,48250 -11/03/2020,Cattaraugus,6,568,422,48672 -11/04/2020,Cattaraugus,14,582,595,49267 -11/05/2020,Cattaraugus,9,591,509,49776 -11/06/2020,Cattaraugus,8,599,389,50165 -11/07/2020,Cattaraugus,6,605,429,50594 -11/08/2020,Cattaraugus,6,611,277,50871 -11/09/2020,Cattaraugus,7,618,399,51270 -11/10/2020,Cattaraugus,9,627,572,51842 -11/11/2020,Cattaraugus,15,642,518,52360 -11/12/2020,Cattaraugus,19,661,467,52827 -11/13/2020,Cattaraugus,14,675,391,53218 -11/14/2020,Cattaraugus,3,678,240,53458 -11/15/2020,Cattaraugus,5,683,307,53765 -11/16/2020,Cattaraugus,12,695,313,54078 -11/17/2020,Cattaraugus,44,739,440,54518 -11/18/2020,Cattaraugus,41,780,695,55213 -11/19/2020,Cattaraugus,29,809,408,55621 -11/20/2020,Cattaraugus,33,842,440,56061 -11/21/2020,Cattaraugus,35,877,481,56542 -11/22/2020,Cattaraugus,24,901,423,56965 -11/23/2020,Cattaraugus,18,919,303,57268 -11/24/2020,Cattaraugus,37,956,577,57845 -11/25/2020,Cattaraugus,41,997,746,58591 -11/26/2020,Cattaraugus,61,1058,686,59277 -11/27/2020,Cattaraugus,17,1075,401,59678 -11/28/2020,Cattaraugus,39,1114,581,60259 -11/29/2020,Cattaraugus,21,1135,315,60574 -11/30/2020,Cattaraugus,29,1164,550,61124 -12/01/2020,Cattaraugus,35,1199,592,61716 -12/02/2020,Cattaraugus,53,1252,608,62324 -12/03/2020,Cattaraugus,39,1291,698,63022 -12/04/2020,Cattaraugus,83,1374,839,63861 -12/05/2020,Cattaraugus,38,1412,741,64602 -12/06/2020,Cattaraugus,27,1439,257,64859 -12/07/2020,Cattaraugus,31,1470,429,65288 -12/08/2020,Cattaraugus,44,1514,595,65883 -12/09/2020,Cattaraugus,80,1594,694,66577 -12/10/2020,Cattaraugus,90,1684,854,67431 -12/11/2020,Cattaraugus,38,1722,694,68125 -12/12/2020,Cattaraugus,40,1762,694,68819 -12/13/2020,Cattaraugus,21,1783,321,69140 -12/14/2020,Cattaraugus,34,1817,426,69566 -12/15/2020,Cattaraugus,51,1868,588,70154 -12/16/2020,Cattaraugus,37,1905,704,70858 -12/17/2020,Cattaraugus,71,1976,833,71691 -12/18/2020,Cattaraugus,35,2011,553,72244 -12/19/2020,Cattaraugus,26,2037,591,72835 -12/20/2020,Cattaraugus,18,2055,295,73130 -12/21/2020,Cattaraugus,53,2108,527,73657 -12/22/2020,Cattaraugus,25,2133,480,74137 -12/23/2020,Cattaraugus,34,2167,535,74672 -12/24/2020,Cattaraugus,61,2228,822,75494 -12/25/2020,Cattaraugus,46,2274,541,76035 -12/26/2020,Cattaraugus,15,2289,220,76255 -12/27/2020,Cattaraugus,48,2337,260,76515 -12/28/2020,Cattaraugus,35,2372,300,76815 -12/29/2020,Cattaraugus,65,2437,474,77289 -12/30/2020,Cattaraugus,61,2498,729,78018 -12/31/2020,Cattaraugus,87,2585,846,78864 -01/01/2021,Cattaraugus,45,2630,778,79642 -01/02/2021,Cattaraugus,37,2667,306,79948 -01/03/2021,Cattaraugus,32,2699,283,80231 -01/04/2021,Cattaraugus,38,2737,242,80473 -01/05/2021,Cattaraugus,58,2795,598,81071 -01/06/2021,Cattaraugus,41,2836,503,81574 -01/07/2021,Cattaraugus,89,2925,814,82388 -01/08/2021,Cattaraugus,58,2983,930,83318 -01/09/2021,Cattaraugus,57,3040,516,83834 -01/10/2021,Cattaraugus,32,3072,430,84264 -01/11/2021,Cattaraugus,39,3111,537,84801 -01/12/2021,Cattaraugus,45,3156,618,85419 -01/13/2021,Cattaraugus,43,3199,501,85920 -01/14/2021,Cattaraugus,54,3253,938,86858 -01/15/2021,Cattaraugus,55,3308,819,87677 -01/16/2021,Cattaraugus,36,3344,647,88324 -01/17/2021,Cattaraugus,29,3373,401,88725 -01/18/2021,Cattaraugus,27,3400,328,89053 -01/19/2021,Cattaraugus,27,3427,653,89706 -01/20/2021,Cattaraugus,35,3462,519,90225 -01/21/2021,Cattaraugus,66,3528,668,90893 -01/22/2021,Cattaraugus,53,3581,803,91696 -01/23/2021,Cattaraugus,26,3607,676,92372 -01/24/2021,Cattaraugus,16,3623,316,92688 -01/25/2021,Cattaraugus,19,3642,395,93083 -01/26/2021,Cattaraugus,35,3677,698,93781 -01/27/2021,Cattaraugus,36,3713,1021,94802 -01/28/2021,Cattaraugus,27,3740,862,95664 -01/29/2021,Cattaraugus,18,3758,713,96377 -01/30/2021,Cattaraugus,39,3797,761,97138 -01/31/2021,Cattaraugus,12,3809,207,97345 -02/01/2021,Cattaraugus,14,3823,365,97710 -02/02/2021,Cattaraugus,20,3843,465,98175 -02/03/2021,Cattaraugus,38,3881,840,99015 -02/04/2021,Cattaraugus,47,3928,782,99797 -02/05/2021,Cattaraugus,29,3957,619,100416 -02/06/2021,Cattaraugus,28,3985,726,101142 -02/07/2021,Cattaraugus,19,4004,276,101418 -02/08/2021,Cattaraugus,8,4012,233,101651 -02/09/2021,Cattaraugus,34,4046,557,102208 -02/10/2021,Cattaraugus,29,4075,1008,103216 -02/11/2021,Cattaraugus,31,4106,770,103986 -02/12/2021,Cattaraugus,27,4133,550,104536 -02/13/2021,Cattaraugus,28,4161,670,105206 -02/14/2021,Cattaraugus,8,4169,213,105419 -02/15/2021,Cattaraugus,16,4185,298,105717 -02/16/2021,Cattaraugus,18,4203,549,106266 -02/17/2021,Cattaraugus,25,4228,960,107226 -02/18/2021,Cattaraugus,22,4250,630,107856 -02/19/2021,Cattaraugus,19,4269,784,108640 -02/20/2021,Cattaraugus,12,4281,331,108971 -02/21/2021,Cattaraugus,9,4290,214,109185 -02/22/2021,Cattaraugus,22,4312,470,109655 -02/23/2021,Cattaraugus,12,4324,942,110597 -02/24/2021,Cattaraugus,27,4351,719,111316 -02/25/2021,Cattaraugus,12,4363,597,111913 -02/26/2021,Cattaraugus,24,4387,634,112547 -02/27/2021,Cattaraugus,24,4411,595,113142 -02/28/2021,Cattaraugus,9,4420,188,113330 -03/01/2021,Cattaraugus,13,4433,247,113577 -03/02/2021,Cattaraugus,15,4448,1185,114762 -03/03/2021,Cattaraugus,10,4458,629,115391 -03/04/2021,Cattaraugus,16,4474,698,116089 -03/05/2021,Cattaraugus,15,4489,580,116669 -03/06/2021,Cattaraugus,10,4499,445,117114 -03/07/2021,Cattaraugus,1,4500,213,117327 -03/08/2021,Cattaraugus,7,4507,336,117663 -03/09/2021,Cattaraugus,11,4518,527,118190 -03/10/2021,Cattaraugus,10,4528,808,118998 -03/11/2021,Cattaraugus,20,4548,521,119519 -03/12/2021,Cattaraugus,4,4552,465,119984 -03/13/2021,Cattaraugus,10,4562,281,120265 -03/14/2021,Cattaraugus,13,4575,264,120529 -03/15/2021,Cattaraugus,14,4589,349,120878 -03/16/2021,Cattaraugus,18,4607,618,121496 -03/17/2021,Cattaraugus,16,4623,725,122221 -03/18/2021,Cattaraugus,3,4626,514,122735 -03/19/2021,Cattaraugus,13,4639,474,123209 -03/20/2021,Cattaraugus,10,4649,508,123717 -03/21/2021,Cattaraugus,5,4654,229,123946 -03/22/2021,Cattaraugus,15,4669,263,124209 -03/23/2021,Cattaraugus,14,4683,884,125093 -03/24/2021,Cattaraugus,16,4699,559,125652 -03/25/2021,Cattaraugus,13,4712,533,126185 -03/26/2021,Cattaraugus,22,4734,648,126833 -03/27/2021,Cattaraugus,12,4746,612,127445 -03/28/2021,Cattaraugus,15,4761,348,127793 -03/29/2021,Cattaraugus,31,4792,355,128148 -03/30/2021,Cattaraugus,21,4813,731,128879 -03/31/2021,Cattaraugus,14,4827,988,129867 -04/01/2021,Cattaraugus,18,4845,645,130512 -04/02/2021,Cattaraugus,16,4861,493,131005 -04/03/2021,Cattaraugus,16,4877,606,131611 -04/04/2021,Cattaraugus,20,4897,247,131858 -04/05/2021,Cattaraugus,6,4903,250,132108 -04/06/2021,Cattaraugus,20,4923,463,132571 -04/07/2021,Cattaraugus,22,4945,828,133399 -04/08/2021,Cattaraugus,21,4966,706,134105 -04/09/2021,Cattaraugus,19,4985,537,134642 -04/10/2021,Cattaraugus,17,5002,658,135300 -04/11/2021,Cattaraugus,13,5015,179,135479 -04/12/2021,Cattaraugus,22,5037,267,135746 -04/13/2021,Cattaraugus,31,5068,1067,136813 -04/14/2021,Cattaraugus,30,5098,564,137377 -04/15/2021,Cattaraugus,13,5111,480,137857 -04/16/2021,Cattaraugus,37,5148,583,138440 -04/17/2021,Cattaraugus,21,5169,535,138975 -04/18/2021,Cattaraugus,11,5180,245,139220 -04/19/2021,Cattaraugus,14,5194,208,139428 -04/20/2021,Cattaraugus,19,5213,726,140154 -04/21/2021,Cattaraugus,18,5231,572,140726 -04/22/2021,Cattaraugus,13,5244,708,141434 -04/23/2021,Cattaraugus,16,5260,546,141980 -04/24/2021,Cattaraugus,10,5270,605,142585 -04/25/2021,Cattaraugus,11,5281,210,142795 -04/26/2021,Cattaraugus,12,5293,209,143004 -04/27/2021,Cattaraugus,21,5314,1026,144030 -04/28/2021,Cattaraugus,25,5339,609,144639 -04/29/2021,Cattaraugus,35,5374,589,145228 -04/30/2021,Cattaraugus,25,5399,810,146038 -05/01/2021,Cattaraugus,12,5411,419,146457 -05/02/2021,Cattaraugus,11,5422,217,146674 -05/03/2021,Cattaraugus,11,5433,343,147017 -05/04/2021,Cattaraugus,11,5444,583,147600 -05/05/2021,Cattaraugus,16,5460,435,148035 -05/06/2021,Cattaraugus,5,5465,425,148460 -05/07/2021,Cattaraugus,31,5496,703,149163 -05/08/2021,Cattaraugus,13,5509,372,149535 -05/09/2021,Cattaraugus,7,5516,166,149701 -05/10/2021,Cattaraugus,10,5526,228,149929 -05/11/2021,Cattaraugus,13,5539,875,150804 -05/12/2021,Cattaraugus,20,5559,649,151453 -05/13/2021,Cattaraugus,15,5574,503,151956 -05/14/2021,Cattaraugus,26,5600,698,152654 -05/15/2021,Cattaraugus,12,5612,410,153064 -05/16/2021,Cattaraugus,8,5620,166,153230 -05/17/2021,Cattaraugus,5,5625,217,153447 -05/18/2021,Cattaraugus,18,5643,494,153941 -05/19/2021,Cattaraugus,10,5653,416,154357 -05/20/2021,Cattaraugus,12,5665,591,154948 -05/21/2021,Cattaraugus,3,5668,555,155503 -05/22/2021,Cattaraugus,0,5668,292,155795 -05/23/2021,Cattaraugus,3,5671,232,156027 -05/24/2021,Cattaraugus,1,5672,137,156164 -05/25/2021,Cattaraugus,6,5678,570,156734 -05/26/2021,Cattaraugus,6,5684,436,157170 -05/27/2021,Cattaraugus,2,5686,323,157493 -05/28/2021,Cattaraugus,8,5694,436,157929 -05/29/2021,Cattaraugus,8,5702,400,158329 -05/30/2021,Cattaraugus,0,5702,96,158425 -05/31/2021,Cattaraugus,0,5702,147,158572 -06/01/2021,Cattaraugus,5,5707,278,158850 -06/02/2021,Cattaraugus,2,5709,491,159341 -06/03/2021,Cattaraugus,3,5712,412,159753 -06/04/2021,Cattaraugus,3,5715,578,160331 -06/05/2021,Cattaraugus,1,5716,257,160588 -06/06/2021,Cattaraugus,0,5716,126,160714 -06/07/2021,Cattaraugus,0,5716,221,160935 -06/08/2021,Cattaraugus,1,5717,583,161518 -06/09/2021,Cattaraugus,1,5718,316,161834 -06/10/2021,Cattaraugus,0,5718,307,162141 -06/11/2021,Cattaraugus,1,5719,384,162525 -06/12/2021,Cattaraugus,1,5720,224,162749 -06/13/2021,Cattaraugus,0,5720,102,162851 -06/14/2021,Cattaraugus,0,5720,126,162977 -06/15/2021,Cattaraugus,0,5720,252,163229 -06/16/2021,Cattaraugus,2,5722,191,163420 -06/17/2021,Cattaraugus,1,5723,190,163610 -06/18/2021,Cattaraugus,0,5723,198,163808 -06/19/2021,Cattaraugus,0,5723,152,163960 -06/20/2021,Cattaraugus,0,5723,56,164016 -06/21/2021,Cattaraugus,0,5723,128,164144 -06/22/2021,Cattaraugus,0,5723,201,164345 -06/23/2021,Cattaraugus,0,5723,169,164514 -06/24/2021,Cattaraugus,0,5723,135,164649 -06/25/2021,Cattaraugus,0,5723,200,164849 -06/26/2021,Cattaraugus,0,5723,229,165078 -06/27/2021,Cattaraugus,0,5723,83,165161 -06/28/2021,Cattaraugus,0,5723,98,165259 -06/29/2021,Cattaraugus,1,5724,209,165468 -06/30/2021,Cattaraugus,1,5725,144,165612 -07/01/2021,Cattaraugus,2,5727,160,165772 -07/02/2021,Cattaraugus,1,5728,195,165967 -07/03/2021,Cattaraugus,0,5728,149,166116 -07/04/2021,Cattaraugus,0,5728,66,166182 -07/05/2021,Cattaraugus,0,5728,79,166261 -07/06/2021,Cattaraugus,1,5729,180,166441 -07/07/2021,Cattaraugus,0,5729,115,166556 -07/08/2021,Cattaraugus,1,5730,168,166724 -07/09/2021,Cattaraugus,0,5730,177,166901 -07/10/2021,Cattaraugus,0,5730,120,167021 -07/11/2021,Cattaraugus,0,5730,58,167079 -07/12/2021,Cattaraugus,0,5730,148,167227 -07/13/2021,Cattaraugus,3,5733,109,167336 -07/14/2021,Cattaraugus,2,5735,86,167422 -07/15/2021,Cattaraugus,1,5736,217,167639 -07/16/2021,Cattaraugus,2,5738,207,167846 -07/17/2021,Cattaraugus,11,5749,164,168010 -07/18/2021,Cattaraugus,0,5749,50,168060 -07/19/2021,Cattaraugus,7,5756,90,168150 -07/20/2021,Cattaraugus,2,5758,128,168278 -07/21/2021,Cattaraugus,4,5762,152,168430 -07/22/2021,Cattaraugus,2,5764,204,168634 -07/23/2021,Cattaraugus,1,5765,74,168708 -07/24/2021,Cattaraugus,1,5766,103,168811 -07/25/2021,Cattaraugus,0,5766,38,168849 -07/26/2021,Cattaraugus,1,5767,94,168943 -07/27/2021,Cattaraugus,6,5773,140,169083 -07/28/2021,Cattaraugus,4,5777,179,169262 -07/29/2021,Cattaraugus,4,5781,154,169416 -07/30/2021,Cattaraugus,10,5791,152,169568 -07/31/2021,Cattaraugus,10,5801,139,169707 -08/01/2021,Cattaraugus,3,5804,60,169767 -08/02/2021,Cattaraugus,4,5808,222,169989 -08/03/2021,Cattaraugus,4,5812,163,170152 -08/04/2021,Cattaraugus,2,5814,253,170405 -08/05/2021,Cattaraugus,2,5816,129,170534 -08/06/2021,Cattaraugus,14,5830,225,170759 -08/07/2021,Cattaraugus,4,5834,152,170911 -08/08/2021,Cattaraugus,2,5836,84,170995 -08/09/2021,Cattaraugus,4,5840,97,171092 -08/10/2021,Cattaraugus,12,5852,335,171427 -08/11/2021,Cattaraugus,11,5863,196,171623 -08/12/2021,Cattaraugus,11,5874,366,171989 -08/13/2021,Cattaraugus,11,5885,425,172414 -08/14/2021,Cattaraugus,8,5893,202,172616 -08/15/2021,Cattaraugus,4,5897,104,172720 -08/16/2021,Cattaraugus,5,5902,217,172937 -08/17/2021,Cattaraugus,10,5912,241,173178 -08/18/2021,Cattaraugus,12,5924,413,173591 -08/19/2021,Cattaraugus,18,5942,375,173966 -08/20/2021,Cattaraugus,15,5957,293,174259 -08/21/2021,Cattaraugus,16,5973,247,174506 -08/22/2021,Cattaraugus,9,5982,343,174849 -08/23/2021,Cattaraugus,10,5992,87,174936 -08/24/2021,Cattaraugus,7,5999,294,175230 -08/25/2021,Cattaraugus,18,6017,304,175534 -08/26/2021,Cattaraugus,37,6054,581,176115 -08/27/2021,Cattaraugus,29,6083,452,176567 -08/28/2021,Cattaraugus,12,6095,362,176929 -08/29/2021,Cattaraugus,16,6111,272,177201 -08/30/2021,Cattaraugus,24,6135,190,177391 -08/31/2021,Cattaraugus,22,6157,478,177869 -09/01/2021,Cattaraugus,26,6183,455,178324 -09/02/2021,Cattaraugus,41,6224,399,178723 -09/03/2021,Cattaraugus,34,6258,411,179134 -09/04/2021,Cattaraugus,11,6269,259,179393 -09/05/2021,Cattaraugus,25,6294,320,179713 -09/06/2021,Cattaraugus,27,6321,265,179978 -09/07/2021,Cattaraugus,23,6344,499,180477 -09/08/2021,Cattaraugus,45,6389,605,181082 -09/09/2021,Cattaraugus,44,6433,404,181486 -09/10/2021,Cattaraugus,34,6467,481,181967 -09/11/2021,Cattaraugus,23,6490,393,182360 -09/12/2021,Cattaraugus,18,6508,292,182652 -09/13/2021,Cattaraugus,20,6528,292,182944 -09/14/2021,Cattaraugus,16,6544,453,183397 -09/15/2021,Cattaraugus,51,6595,671,184068 -09/16/2021,Cattaraugus,27,6622,468,184536 -09/17/2021,Cattaraugus,23,6645,503,185039 -09/18/2021,Cattaraugus,30,6675,518,185557 -09/19/2021,Cattaraugus,7,6682,156,185713 -09/20/2021,Cattaraugus,28,6710,533,186246 -09/21/2021,Cattaraugus,18,6728,515,186761 -09/22/2021,Cattaraugus,22,6750,496,187257 -09/23/2021,Cattaraugus,55,6805,770,188027 -09/24/2021,Cattaraugus,28,6833,724,188751 -09/25/2021,Cattaraugus,16,6849,316,189067 -09/26/2021,Cattaraugus,28,6877,354,189421 -09/27/2021,Cattaraugus,16,6893,259,189680 -09/28/2021,Cattaraugus,38,6931,747,190427 -09/29/2021,Cattaraugus,30,6961,469,190896 -09/30/2021,Cattaraugus,39,7000,703,191599 -10/01/2021,Cattaraugus,21,7021,613,192212 -10/02/2021,Cattaraugus,35,7056,466,192678 -10/03/2021,Cattaraugus,18,7074,198,192876 -10/04/2021,Cattaraugus,26,7100,382,193258 -10/05/2021,Cattaraugus,47,7147,714,193972 -10/06/2021,Cattaraugus,23,7170,603,194575 -10/07/2021,Cattaraugus,57,7227,599,195174 -10/08/2021,Cattaraugus,17,7244,514,195688 -10/09/2021,Cattaraugus,18,7262,342,196030 -10/10/2021,Cattaraugus,54,7316,511,196541 -10/11/2021,Cattaraugus,11,7327,174,196715 -10/12/2021,Cattaraugus,48,7375,569,197284 -10/13/2021,Cattaraugus,36,7411,454,197738 -10/14/2021,Cattaraugus,71,7482,693,198431 -10/15/2021,Cattaraugus,64,7546,507,198938 -10/16/2021,Cattaraugus,40,7586,416,199354 -10/17/2021,Cattaraugus,27,7613,241,199595 -10/18/2021,Cattaraugus,9,7622,146,199741 -10/19/2021,Cattaraugus,56,7678,610,200351 -10/20/2021,Cattaraugus,54,7732,643,200994 -10/21/2021,Cattaraugus,20,7752,488,201482 -10/22/2021,Cattaraugus,65,7817,673,202155 -10/23/2021,Cattaraugus,13,7830,343,202498 -10/24/2021,Cattaraugus,33,7863,300,202798 -10/25/2021,Cattaraugus,21,7884,203,203001 -10/26/2021,Cattaraugus,105,7989,857,203858 -10/27/2021,Cattaraugus,43,8032,676,204534 -10/28/2021,Cattaraugus,81,8113,921,205455 -10/29/2021,Cattaraugus,50,8163,497,205952 -10/30/2021,Cattaraugus,33,8196,457,206409 -10/31/2021,Cattaraugus,22,8218,232,206641 -11/01/2021,Cattaraugus,50,8268,269,206910 -11/02/2021,Cattaraugus,53,8321,673,207583 -11/03/2021,Cattaraugus,40,8361,617,208200 -11/04/2021,Cattaraugus,55,8416,684,208884 -11/05/2021,Cattaraugus,50,8466,550,209434 -11/06/2021,Cattaraugus,37,8503,412,209846 -11/07/2021,Cattaraugus,33,8536,270,210116 -11/08/2021,Cattaraugus,46,8582,362,210478 -11/09/2021,Cattaraugus,75,8657,590,211068 -11/10/2021,Cattaraugus,103,8760,794,211862 -11/11/2021,Cattaraugus,68,8828,600,212462 -11/12/2021,Cattaraugus,75,8903,591,213053 -11/13/2021,Cattaraugus,58,8961,696,213749 -11/14/2021,Cattaraugus,32,8993,534,214283 -11/15/2021,Cattaraugus,50,9043,367,214650 -11/16/2021,Cattaraugus,88,9131,583,215233 -11/17/2021,Cattaraugus,121,9252,697,215930 -11/18/2021,Cattaraugus,84,9336,695,216625 -11/19/2021,Cattaraugus,57,9393,524,217149 -11/20/2021,Cattaraugus,84,9477,578,217727 -11/21/2021,Cattaraugus,55,9532,506,218233 -11/22/2021,Cattaraugus,52,9584,894,219127 -11/23/2021,Cattaraugus,83,9667,559,219686 -11/24/2021,Cattaraugus,110,9777,584,220270 -11/25/2021,Cattaraugus,47,9824,454,220724 -11/26/2021,Cattaraugus,55,9879,307,221031 -11/27/2021,Cattaraugus,19,9898,203,221234 -11/28/2021,Cattaraugus,34,9932,462,221696 -11/29/2021,Cattaraugus,51,9983,493,222189 -11/30/2021,Cattaraugus,99,10082,651,222840 -12/01/2021,Cattaraugus,94,10176,693,223533 -12/02/2021,Cattaraugus,78,10254,738,224271 -12/03/2021,Cattaraugus,83,10337,541,224812 -12/04/2021,Cattaraugus,42,10379,390,225202 -12/05/2021,Cattaraugus,25,10404,280,225482 -12/06/2021,Cattaraugus,56,10460,305,225787 -12/07/2021,Cattaraugus,54,10514,724,226511 -12/08/2021,Cattaraugus,80,10594,564,227075 -12/09/2021,Cattaraugus,60,10654,654,227729 -12/10/2021,Cattaraugus,61,10715,490,228219 -12/11/2021,Cattaraugus,40,10755,406,228625 -12/12/2021,Cattaraugus,46,10801,406,229031 -12/13/2021,Cattaraugus,26,10827,216,229247 -12/14/2021,Cattaraugus,39,10866,369,229616 -12/15/2021,Cattaraugus,59,10925,428,230044 -12/16/2021,Cattaraugus,49,10974,420,230464 -12/17/2021,Cattaraugus,48,11022,421,230885 -12/18/2021,Cattaraugus,54,11076,411,231296 -12/19/2021,Cattaraugus,31,11107,294,231590 -12/20/2021,Cattaraugus,26,11133,295,231885 -12/21/2021,Cattaraugus,28,11161,568,232453 -12/22/2021,Cattaraugus,45,11206,356,232809 -12/23/2021,Cattaraugus,43,11249,384,233193 -12/24/2021,Cattaraugus,34,11283,321,233514 -12/25/2021,Cattaraugus,6,11289,169,233683 -12/26/2021,Cattaraugus,11,11300,122,233805 -12/27/2021,Cattaraugus,23,11323,176,233981 -12/28/2021,Cattaraugus,49,11372,524,234505 -12/29/2021,Cattaraugus,77,11449,449,234954 -12/30/2021,Cattaraugus,48,11497,418,235372 -12/31/2021,Cattaraugus,76,11573,564,235936 -01/01/2022,Cattaraugus,39,11612,328,236264 -01/02/2022,Cattaraugus,35,11647,219,236483 -01/03/2022,Cattaraugus,87,11734,854,237337 -01/04/2022,Cattaraugus,103,11837,463,237800 -01/05/2022,Cattaraugus,124,11961,624,238424 -01/06/2022,Cattaraugus,115,12076,556,238980 -01/07/2022,Cattaraugus,166,12242,748,239728 -01/08/2022,Cattaraugus,104,12346,656,240384 -01/09/2022,Cattaraugus,64,12410,385,240769 -01/10/2022,Cattaraugus,46,12456,259,241028 -01/11/2022,Cattaraugus,157,12613,589,241617 -01/12/2022,Cattaraugus,119,12732,522,242139 -01/13/2022,Cattaraugus,126,12858,605,242744 -01/14/2022,Cattaraugus,98,12956,554,243298 -01/15/2022,Cattaraugus,90,13046,532,243830 -01/16/2022,Cattaraugus,106,13152,706,244536 -01/17/2022,Cattaraugus,108,13260,664,245200 -01/18/2022,Cattaraugus,185,13445,880,246080 -01/19/2022,Cattaraugus,129,13574,567,246647 -01/20/2022,Cattaraugus,112,13686,743,247390 -01/21/2022,Cattaraugus,108,13794,630,248020 -01/22/2022,Cattaraugus,116,13910,927,248947 -01/23/2022,Cattaraugus,65,13975,645,249592 -01/24/2022,Cattaraugus,49,14024,536,250128 -01/25/2022,Cattaraugus,100,14124,568,250696 -01/26/2022,Cattaraugus,83,14207,463,251159 -01/27/2022,Cattaraugus,93,14300,623,251782 -01/28/2022,Cattaraugus,77,14377,693,252475 -01/29/2022,Cattaraugus,55,14432,691,253166 -01/30/2022,Cattaraugus,39,14471,309,253475 -01/31/2022,Cattaraugus,46,14517,636,254111 -02/01/2022,Cattaraugus,58,14575,425,254536 -02/02/2022,Cattaraugus,60,14635,555,255091 -02/03/2022,Cattaraugus,37,14672,354,255445 -02/04/2022,Cattaraugus,43,14715,576,256021 -02/05/2022,Cattaraugus,24,14739,384,256405 -03/01/2020,Cayuga,0,0,0,0 -03/02/2020,Cayuga,0,0,0,0 -03/03/2020,Cayuga,0,0,0,0 -03/04/2020,Cayuga,0,0,0,0 -03/05/2020,Cayuga,0,0,0,0 -03/06/2020,Cayuga,0,0,0,0 -03/07/2020,Cayuga,0,0,0,0 -03/08/2020,Cayuga,0,0,0,0 -03/09/2020,Cayuga,0,0,0,0 -03/10/2020,Cayuga,0,0,0,0 -03/11/2020,Cayuga,0,0,0,0 -03/12/2020,Cayuga,0,0,0,0 -03/13/2020,Cayuga,0,0,0,0 -03/14/2020,Cayuga,0,0,3,3 -03/15/2020,Cayuga,0,0,1,4 -03/16/2020,Cayuga,0,0,2,6 -03/17/2020,Cayuga,0,0,2,8 -03/18/2020,Cayuga,0,0,2,10 -03/19/2020,Cayuga,0,0,3,13 -03/20/2020,Cayuga,0,0,8,21 -03/21/2020,Cayuga,0,0,25,46 -03/22/2020,Cayuga,2,2,33,79 -03/23/2020,Cayuga,0,2,10,89 -03/24/2020,Cayuga,0,2,5,94 -03/25/2020,Cayuga,0,2,13,107 -03/26/2020,Cayuga,0,2,25,132 -03/27/2020,Cayuga,0,2,26,158 -03/28/2020,Cayuga,0,2,32,190 -03/29/2020,Cayuga,1,3,37,227 -03/30/2020,Cayuga,0,3,10,237 -03/31/2020,Cayuga,0,3,9,246 -04/01/2020,Cayuga,1,4,25,271 -04/02/2020,Cayuga,2,6,36,307 -04/03/2020,Cayuga,1,7,15,322 -04/04/2020,Cayuga,1,8,32,354 -04/05/2020,Cayuga,3,11,31,385 -04/06/2020,Cayuga,3,14,33,418 -04/07/2020,Cayuga,0,14,11,429 -04/08/2020,Cayuga,2,16,37,466 -04/09/2020,Cayuga,11,27,31,497 -04/10/2020,Cayuga,1,28,5,502 -04/11/2020,Cayuga,1,29,8,510 -04/12/2020,Cayuga,1,30,5,515 -04/13/2020,Cayuga,3,33,52,567 -04/14/2020,Cayuga,3,36,10,577 -04/15/2020,Cayuga,0,36,10,587 -04/16/2020,Cayuga,0,36,1,588 -04/17/2020,Cayuga,0,36,9,597 -04/18/2020,Cayuga,0,36,9,606 -04/19/2020,Cayuga,0,36,12,618 -04/20/2020,Cayuga,0,36,1,619 -04/21/2020,Cayuga,0,36,3,622 -04/22/2020,Cayuga,1,37,12,634 -04/23/2020,Cayuga,2,39,14,648 -04/24/2020,Cayuga,8,47,191,839 -04/25/2020,Cayuga,0,47,19,858 -04/26/2020,Cayuga,1,48,20,878 -04/27/2020,Cayuga,0,48,20,898 -04/28/2020,Cayuga,0,48,34,932 -04/29/2020,Cayuga,0,48,25,957 -04/30/2020,Cayuga,3,51,28,985 -05/01/2020,Cayuga,0,51,17,1002 -05/02/2020,Cayuga,0,51,14,1016 -05/03/2020,Cayuga,0,51,10,1026 -05/04/2020,Cayuga,0,51,22,1048 -05/05/2020,Cayuga,0,51,19,1067 -05/06/2020,Cayuga,1,52,25,1092 -05/07/2020,Cayuga,0,52,20,1112 -05/08/2020,Cayuga,1,53,61,1173 -05/09/2020,Cayuga,5,58,23,1196 -05/10/2020,Cayuga,2,60,48,1244 -05/11/2020,Cayuga,0,60,23,1267 -05/12/2020,Cayuga,0,60,45,1312 -05/13/2020,Cayuga,0,60,104,1416 -05/14/2020,Cayuga,1,61,261,1677 -05/15/2020,Cayuga,2,63,111,1788 -05/16/2020,Cayuga,0,63,79,1867 -05/17/2020,Cayuga,2,65,189,2056 -05/18/2020,Cayuga,3,68,68,2124 -05/19/2020,Cayuga,0,68,106,2230 -05/20/2020,Cayuga,4,72,105,2335 -05/21/2020,Cayuga,1,73,245,2580 -05/22/2020,Cayuga,3,76,356,2936 -05/23/2020,Cayuga,1,77,143,3079 -05/24/2020,Cayuga,0,77,176,3255 -05/25/2020,Cayuga,1,78,76,3331 -05/26/2020,Cayuga,2,80,117,3448 -05/27/2020,Cayuga,4,84,101,3549 -05/28/2020,Cayuga,5,89,383,3932 -05/29/2020,Cayuga,1,90,374,4306 -05/30/2020,Cayuga,1,91,249,4555 -05/31/2020,Cayuga,1,92,289,4844 -06/01/2020,Cayuga,1,93,250,5094 -06/02/2020,Cayuga,3,96,288,5382 -06/03/2020,Cayuga,0,96,375,5757 -06/04/2020,Cayuga,2,98,375,6132 -06/05/2020,Cayuga,2,100,299,6431 -06/06/2020,Cayuga,1,101,233,6664 -06/07/2020,Cayuga,0,101,465,7129 -06/08/2020,Cayuga,1,102,231,7360 -06/09/2020,Cayuga,0,102,231,7591 -06/10/2020,Cayuga,0,102,152,7743 -06/11/2020,Cayuga,1,103,337,8080 -06/12/2020,Cayuga,0,103,170,8250 -06/13/2020,Cayuga,3,106,432,8682 -06/14/2020,Cayuga,0,106,106,8788 -06/15/2020,Cayuga,0,106,169,8957 -06/16/2020,Cayuga,0,106,142,9099 -06/17/2020,Cayuga,0,106,98,9197 -06/18/2020,Cayuga,1,107,476,9673 -06/19/2020,Cayuga,1,108,225,9898 -06/20/2020,Cayuga,0,108,420,10318 -06/21/2020,Cayuga,0,108,101,10419 -06/22/2020,Cayuga,0,108,193,10612 -06/23/2020,Cayuga,1,109,144,10756 -06/24/2020,Cayuga,0,109,116,10872 -06/25/2020,Cayuga,0,109,200,11072 -06/26/2020,Cayuga,2,111,285,11357 -06/27/2020,Cayuga,2,113,338,11695 -06/28/2020,Cayuga,1,114,277,11972 -06/29/2020,Cayuga,1,115,184,12156 -06/30/2020,Cayuga,4,119,121,12277 -07/01/2020,Cayuga,0,119,126,12403 -07/02/2020,Cayuga,1,120,194,12597 -07/03/2020,Cayuga,0,120,308,12905 -07/04/2020,Cayuga,0,120,97,13002 -07/05/2020,Cayuga,2,122,75,13077 -07/06/2020,Cayuga,0,122,188,13265 -07/07/2020,Cayuga,0,122,262,13527 -07/08/2020,Cayuga,2,124,240,13767 -07/09/2020,Cayuga,0,124,291,14058 -07/10/2020,Cayuga,2,126,236,14294 -07/11/2020,Cayuga,0,126,308,14602 -07/12/2020,Cayuga,0,126,154,14756 -07/13/2020,Cayuga,1,127,362,15118 -07/14/2020,Cayuga,1,128,190,15308 -07/15/2020,Cayuga,0,128,221,15529 -07/16/2020,Cayuga,1,129,574,16103 -07/17/2020,Cayuga,0,129,253,16356 -07/18/2020,Cayuga,0,129,92,16448 -07/19/2020,Cayuga,2,131,172,16620 -07/20/2020,Cayuga,0,131,325,16945 -07/21/2020,Cayuga,3,134,346,17291 -07/22/2020,Cayuga,1,135,376,17667 -07/23/2020,Cayuga,2,137,423,18090 -07/24/2020,Cayuga,2,139,260,18350 -07/25/2020,Cayuga,0,139,438,18788 -07/26/2020,Cayuga,1,140,238,19026 -07/27/2020,Cayuga,0,140,168,19194 -07/28/2020,Cayuga,1,141,236,19430 -07/29/2020,Cayuga,0,141,205,19635 -07/30/2020,Cayuga,2,143,152,19787 -07/31/2020,Cayuga,1,144,236,20023 -08/01/2020,Cayuga,4,148,115,20138 -08/02/2020,Cayuga,0,148,85,20223 -08/03/2020,Cayuga,2,150,541,20764 -08/04/2020,Cayuga,0,150,257,21021 -08/05/2020,Cayuga,1,151,262,21283 -08/06/2020,Cayuga,0,151,233,21516 -08/07/2020,Cayuga,0,151,155,21671 -08/08/2020,Cayuga,1,152,109,21780 -08/09/2020,Cayuga,0,152,60,21840 -08/10/2020,Cayuga,5,157,628,22468 -08/11/2020,Cayuga,4,161,304,22772 -08/12/2020,Cayuga,1,162,193,22965 -08/13/2020,Cayuga,1,163,175,23140 -08/14/2020,Cayuga,0,163,224,23364 -08/15/2020,Cayuga,1,164,131,23495 -08/16/2020,Cayuga,0,164,374,23869 -08/17/2020,Cayuga,0,164,221,24090 -08/18/2020,Cayuga,0,164,224,24314 -08/19/2020,Cayuga,0,164,291,24605 -08/20/2020,Cayuga,0,164,427,25032 -08/21/2020,Cayuga,2,166,280,25312 -08/22/2020,Cayuga,1,167,168,25480 -08/23/2020,Cayuga,0,167,67,25547 -08/24/2020,Cayuga,7,174,532,26079 -08/25/2020,Cayuga,1,175,212,26291 -08/26/2020,Cayuga,1,176,229,26520 -08/27/2020,Cayuga,1,177,233,26753 -08/28/2020,Cayuga,0,177,675,27428 -08/29/2020,Cayuga,0,177,374,27802 -08/30/2020,Cayuga,1,178,74,27876 -08/31/2020,Cayuga,2,180,245,28121 -09/01/2020,Cayuga,0,180,204,28325 -09/02/2020,Cayuga,1,181,351,28676 -09/03/2020,Cayuga,0,181,253,28929 -09/04/2020,Cayuga,1,182,539,29468 -09/05/2020,Cayuga,1,183,179,29647 -09/06/2020,Cayuga,0,183,89,29736 -09/07/2020,Cayuga,1,184,155,29891 -09/08/2020,Cayuga,1,185,114,30005 -09/09/2020,Cayuga,0,185,178,30183 -09/10/2020,Cayuga,0,185,511,30694 -09/11/2020,Cayuga,2,187,637,31331 -09/12/2020,Cayuga,3,190,263,31594 -09/13/2020,Cayuga,0,190,86,31680 -09/14/2020,Cayuga,1,191,286,31966 -09/15/2020,Cayuga,2,193,172,32138 -09/16/2020,Cayuga,1,194,391,32529 -09/17/2020,Cayuga,1,195,356,32885 -09/18/2020,Cayuga,1,196,806,33691 -09/19/2020,Cayuga,3,199,344,34035 -09/20/2020,Cayuga,0,199,119,34154 -09/21/2020,Cayuga,3,202,304,34458 -09/22/2020,Cayuga,2,204,257,34715 -09/23/2020,Cayuga,1,205,355,35070 -09/24/2020,Cayuga,3,208,600,35670 -09/25/2020,Cayuga,3,211,676,36346 -09/26/2020,Cayuga,4,215,378,36724 -09/27/2020,Cayuga,3,218,376,37100 -09/28/2020,Cayuga,1,219,207,37307 -09/29/2020,Cayuga,1,220,422,37729 -09/30/2020,Cayuga,1,221,418,38147 -10/01/2020,Cayuga,3,224,529,38676 -10/02/2020,Cayuga,4,228,526,39202 -10/03/2020,Cayuga,3,231,337,39539 -10/04/2020,Cayuga,0,231,418,39957 -10/05/2020,Cayuga,1,232,412,40369 -10/06/2020,Cayuga,2,234,356,40725 -10/07/2020,Cayuga,3,237,344,41069 -10/08/2020,Cayuga,3,240,595,41664 -10/09/2020,Cayuga,1,241,920,42584 -10/10/2020,Cayuga,3,244,275,42859 -10/11/2020,Cayuga,2,246,437,43296 -10/12/2020,Cayuga,5,251,303,43599 -10/13/2020,Cayuga,8,259,532,44131 -10/14/2020,Cayuga,10,269,448,44579 -10/15/2020,Cayuga,6,275,480,45059 -10/16/2020,Cayuga,9,284,798,45857 -10/17/2020,Cayuga,5,289,336,46193 -10/18/2020,Cayuga,5,294,386,46579 -10/19/2020,Cayuga,8,302,394,46973 -10/20/2020,Cayuga,30,332,567,47540 -10/21/2020,Cayuga,10,342,608,48148 -10/22/2020,Cayuga,9,351,442,48590 -10/23/2020,Cayuga,1,352,770,49360 -10/24/2020,Cayuga,12,364,668,50028 -10/25/2020,Cayuga,9,373,480,50508 -10/26/2020,Cayuga,16,389,498,51006 -10/27/2020,Cayuga,8,397,376,51382 -10/28/2020,Cayuga,8,405,371,51753 -10/29/2020,Cayuga,24,429,567,52320 -10/30/2020,Cayuga,9,438,866,53186 -10/31/2020,Cayuga,15,453,386,53572 -11/01/2020,Cayuga,3,456,348,53920 -11/02/2020,Cayuga,9,465,460,54380 -11/03/2020,Cayuga,9,474,475,54855 -11/04/2020,Cayuga,12,486,557,55412 -11/05/2020,Cayuga,10,496,590,56002 -11/06/2020,Cayuga,22,518,706,56708 -11/07/2020,Cayuga,15,533,348,57056 -11/08/2020,Cayuga,16,549,496,57552 -11/09/2020,Cayuga,17,566,470,58022 -11/10/2020,Cayuga,7,573,509,58531 -11/11/2020,Cayuga,21,594,522,59053 -11/12/2020,Cayuga,15,609,731,59784 -11/13/2020,Cayuga,18,627,987,60771 -11/14/2020,Cayuga,5,632,293,61064 -11/15/2020,Cayuga,7,639,272,61336 -11/16/2020,Cayuga,15,654,745,62081 -11/17/2020,Cayuga,10,664,807,62888 -11/18/2020,Cayuga,12,676,564,63452 -11/19/2020,Cayuga,5,681,222,63674 -11/20/2020,Cayuga,17,698,864,64538 -11/21/2020,Cayuga,6,704,239,64777 -11/22/2020,Cayuga,31,735,1032,65809 -11/23/2020,Cayuga,27,762,850,66659 -11/24/2020,Cayuga,21,783,415,67074 -11/25/2020,Cayuga,11,794,515,67589 -11/26/2020,Cayuga,28,822,771,68360 -11/27/2020,Cayuga,24,846,279,68639 -11/28/2020,Cayuga,23,869,444,69083 -11/29/2020,Cayuga,21,890,499,69582 -11/30/2020,Cayuga,27,917,343,69925 -12/01/2020,Cayuga,13,930,573,70498 -12/02/2020,Cayuga,53,983,588,71086 -12/03/2020,Cayuga,34,1017,901,71987 -12/04/2020,Cayuga,51,1068,570,72557 -12/05/2020,Cayuga,51,1119,1031,73588 -12/06/2020,Cayuga,77,1196,750,74338 -12/07/2020,Cayuga,46,1242,494,74832 -12/08/2020,Cayuga,40,1282,843,75675 -12/09/2020,Cayuga,42,1324,873,76548 -12/10/2020,Cayuga,97,1421,1226,77774 -12/11/2020,Cayuga,67,1488,1060,78834 -12/12/2020,Cayuga,56,1544,574,79408 -12/13/2020,Cayuga,37,1581,836,80244 -12/14/2020,Cayuga,48,1629,563,80807 -12/15/2020,Cayuga,68,1697,634,81441 -12/16/2020,Cayuga,101,1798,1071,82512 -12/17/2020,Cayuga,86,1884,1476,83988 -12/18/2020,Cayuga,69,1953,1010,84998 -12/19/2020,Cayuga,67,2020,784,85782 -12/20/2020,Cayuga,98,2118,852,86634 -12/21/2020,Cayuga,46,2164,470,87104 -12/22/2020,Cayuga,71,2235,772,87876 -12/23/2020,Cayuga,62,2297,1259,89135 -12/24/2020,Cayuga,86,2383,1155,90290 -12/25/2020,Cayuga,53,2436,715,91005 -12/26/2020,Cayuga,35,2471,271,91276 -12/27/2020,Cayuga,104,2575,829,92105 -12/28/2020,Cayuga,80,2655,537,92642 -12/29/2020,Cayuga,87,2742,703,93345 -12/30/2020,Cayuga,152,2894,1302,94647 -12/31/2020,Cayuga,103,2997,664,95311 -01/01/2021,Cayuga,75,3072,576,95887 -01/02/2021,Cayuga,94,3166,955,96842 -01/03/2021,Cayuga,128,3294,626,97468 -01/04/2021,Cayuga,87,3381,814,98282 -01/05/2021,Cayuga,111,3492,1086,99368 -01/06/2021,Cayuga,97,3589,1064,100432 -01/07/2021,Cayuga,118,3707,1069,101501 -01/08/2021,Cayuga,76,3783,1059,102560 -01/09/2021,Cayuga,65,3848,735,103295 -01/10/2021,Cayuga,54,3902,634,103929 -01/11/2021,Cayuga,62,3964,644,104573 -01/12/2021,Cayuga,68,4032,939,105512 -01/13/2021,Cayuga,71,4103,802,106314 -01/14/2021,Cayuga,94,4197,1171,107485 -01/15/2021,Cayuga,70,4267,964,108449 -01/16/2021,Cayuga,43,4310,979,109428 -01/17/2021,Cayuga,62,4372,603,110031 -01/18/2021,Cayuga,60,4432,805,110836 -01/19/2021,Cayuga,42,4474,1088,111924 -01/20/2021,Cayuga,84,4558,923,112847 -01/21/2021,Cayuga,50,4608,713,113560 -01/22/2021,Cayuga,47,4655,1160,114720 -01/23/2021,Cayuga,34,4689,660,115380 -01/24/2021,Cayuga,21,4710,377,115757 -01/25/2021,Cayuga,39,4749,588,116345 -01/26/2021,Cayuga,30,4779,716,117061 -01/27/2021,Cayuga,38,4817,695,117756 -01/28/2021,Cayuga,24,4841,580,118336 -01/29/2021,Cayuga,29,4870,1136,119472 -01/30/2021,Cayuga,33,4903,606,120078 -01/31/2021,Cayuga,19,4922,361,120439 -02/01/2021,Cayuga,13,4935,632,121071 -02/02/2021,Cayuga,23,4958,587,121658 -02/03/2021,Cayuga,15,4973,545,122203 -02/04/2021,Cayuga,27,5000,624,122827 -02/05/2021,Cayuga,19,5019,728,123555 -02/06/2021,Cayuga,13,5032,565,124120 -02/07/2021,Cayuga,13,5045,491,124611 -02/08/2021,Cayuga,7,5052,462,125073 -02/09/2021,Cayuga,22,5074,906,125979 -02/10/2021,Cayuga,20,5094,719,126698 -02/11/2021,Cayuga,29,5123,599,127297 -02/12/2021,Cayuga,21,5144,852,128149 -02/13/2021,Cayuga,22,5166,449,128598 -02/14/2021,Cayuga,10,5176,252,128850 -02/15/2021,Cayuga,6,5182,147,128997 -02/16/2021,Cayuga,7,5189,329,129326 -02/17/2021,Cayuga,18,5207,732,130058 -02/18/2021,Cayuga,21,5228,697,130755 -02/19/2021,Cayuga,14,5242,699,131454 -02/20/2021,Cayuga,47,5289,1070,132524 -02/21/2021,Cayuga,7,5296,397,132921 -02/22/2021,Cayuga,7,5303,277,133198 -02/23/2021,Cayuga,9,5312,624,133822 -02/24/2021,Cayuga,21,5333,963,134785 -02/25/2021,Cayuga,12,5345,697,135482 -02/26/2021,Cayuga,8,5353,1011,136493 -02/27/2021,Cayuga,14,5367,605,137098 -02/28/2021,Cayuga,12,5379,507,137605 -03/01/2021,Cayuga,7,5386,212,137817 -03/02/2021,Cayuga,12,5398,797,138614 -03/03/2021,Cayuga,8,5406,718,139332 -03/04/2021,Cayuga,15,5421,977,140309 -03/05/2021,Cayuga,7,5428,936,141245 -03/06/2021,Cayuga,10,5438,948,142193 -03/07/2021,Cayuga,3,5441,242,142435 -03/08/2021,Cayuga,3,5444,287,142722 -03/09/2021,Cayuga,5,5449,514,143236 -03/10/2021,Cayuga,6,5455,802,144038 -03/11/2021,Cayuga,8,5463,813,144851 -03/12/2021,Cayuga,8,5471,794,145645 -03/13/2021,Cayuga,5,5476,570,146215 -03/14/2021,Cayuga,10,5486,424,146639 -03/15/2021,Cayuga,7,5493,515,147154 -03/16/2021,Cayuga,4,5497,963,148117 -03/17/2021,Cayuga,7,5504,511,148628 -03/18/2021,Cayuga,8,5512,1203,149831 -03/19/2021,Cayuga,7,5519,919,150750 -03/20/2021,Cayuga,9,5528,572,151322 -03/21/2021,Cayuga,5,5533,512,151834 -03/22/2021,Cayuga,5,5538,458,152292 -03/23/2021,Cayuga,7,5545,581,152873 -03/24/2021,Cayuga,12,5557,936,153809 -03/25/2021,Cayuga,11,5568,944,154753 -03/26/2021,Cayuga,9,5577,869,155622 -03/27/2021,Cayuga,15,5592,755,156377 -03/28/2021,Cayuga,7,5599,550,156927 -03/29/2021,Cayuga,11,5610,388,157315 -03/30/2021,Cayuga,5,5615,718,158033 -03/31/2021,Cayuga,8,5623,665,158698 -04/01/2021,Cayuga,12,5635,727,159425 -04/02/2021,Cayuga,12,5647,768,160193 -04/03/2021,Cayuga,2,5649,707,160900 -04/04/2021,Cayuga,30,5679,284,161184 -04/05/2021,Cayuga,2,5681,561,161745 -04/06/2021,Cayuga,17,5698,713,162458 -04/07/2021,Cayuga,20,5718,526,162984 -04/08/2021,Cayuga,27,5745,1241,164225 -04/09/2021,Cayuga,10,5755,722,164947 -04/10/2021,Cayuga,14,5769,552,165499 -04/11/2021,Cayuga,9,5778,189,165688 -04/12/2021,Cayuga,16,5794,562,166250 -04/13/2021,Cayuga,16,5810,650,166900 -04/14/2021,Cayuga,15,5825,1329,168229 -04/15/2021,Cayuga,15,5840,665,168894 -04/16/2021,Cayuga,23,5863,661,169555 -04/17/2021,Cayuga,8,5871,832,170387 -04/18/2021,Cayuga,22,5893,319,170706 -04/19/2021,Cayuga,8,5901,571,171277 -04/20/2021,Cayuga,14,5915,649,171926 -04/21/2021,Cayuga,19,5934,996,172922 -04/22/2021,Cayuga,16,5950,724,173646 -04/23/2021,Cayuga,7,5957,585,174231 -04/24/2021,Cayuga,5,5962,718,174949 -04/25/2021,Cayuga,13,5975,325,175274 -04/26/2021,Cayuga,6,5981,323,175597 -04/27/2021,Cayuga,20,6001,633,176230 -04/28/2021,Cayuga,13,6014,845,177075 -04/29/2021,Cayuga,20,6034,716,177791 -04/30/2021,Cayuga,15,6049,911,178702 -05/01/2021,Cayuga,13,6062,490,179192 -05/02/2021,Cayuga,10,6072,260,179452 -05/03/2021,Cayuga,13,6085,429,179881 -05/04/2021,Cayuga,8,6093,777,180658 -05/05/2021,Cayuga,5,6098,918,181576 -05/06/2021,Cayuga,14,6112,1021,182597 -05/07/2021,Cayuga,15,6127,759,183356 -05/08/2021,Cayuga,11,6138,515,183871 -05/09/2021,Cayuga,7,6145,218,184089 -05/10/2021,Cayuga,10,6155,382,184471 -05/11/2021,Cayuga,5,6160,575,185046 -05/12/2021,Cayuga,17,6177,1250,186296 -05/13/2021,Cayuga,20,6197,857,187153 -05/14/2021,Cayuga,17,6214,638,187791 -05/15/2021,Cayuga,7,6221,409,188200 -05/16/2021,Cayuga,10,6231,240,188440 -05/17/2021,Cayuga,4,6235,319,188759 -05/18/2021,Cayuga,11,6246,675,189434 -05/19/2021,Cayuga,9,6255,753,190187 -05/20/2021,Cayuga,10,6265,478,190665 -05/21/2021,Cayuga,3,6268,477,191142 -05/22/2021,Cayuga,7,6275,578,191720 -05/23/2021,Cayuga,6,6281,196,191916 -05/24/2021,Cayuga,1,6282,267,192183 -05/25/2021,Cayuga,7,6289,529,192712 -05/26/2021,Cayuga,4,6293,522,193234 -05/27/2021,Cayuga,6,6299,549,193783 -05/28/2021,Cayuga,8,6307,651,194434 -05/29/2021,Cayuga,4,6311,334,194768 -05/30/2021,Cayuga,2,6313,111,194879 -05/31/2021,Cayuga,0,6313,48,194927 -06/01/2021,Cayuga,3,6316,250,195177 -06/02/2021,Cayuga,3,6319,401,195578 -06/03/2021,Cayuga,3,6322,698,196276 -06/04/2021,Cayuga,4,6326,704,196980 -06/05/2021,Cayuga,2,6328,274,197254 -06/06/2021,Cayuga,1,6329,101,197355 -06/07/2021,Cayuga,2,6331,202,197557 -06/08/2021,Cayuga,1,6332,306,197863 -06/09/2021,Cayuga,1,6333,664,198527 -06/10/2021,Cayuga,3,6336,330,198857 -06/11/2021,Cayuga,0,6336,489,199346 -06/12/2021,Cayuga,1,6337,277,199623 -06/13/2021,Cayuga,0,6337,96,199719 -06/14/2021,Cayuga,0,6337,182,199901 -06/15/2021,Cayuga,0,6337,337,200238 -06/16/2021,Cayuga,1,6338,377,200615 -06/17/2021,Cayuga,0,6338,339,200954 -06/18/2021,Cayuga,0,6338,486,201440 -06/19/2021,Cayuga,0,6338,209,201649 -06/20/2021,Cayuga,0,6338,97,201746 -06/21/2021,Cayuga,0,6338,141,201887 -06/22/2021,Cayuga,0,6338,203,202090 -06/23/2021,Cayuga,1,6339,297,202387 -06/24/2021,Cayuga,1,6340,214,202601 -06/25/2021,Cayuga,2,6342,302,202903 -06/26/2021,Cayuga,2,6344,260,203163 -06/27/2021,Cayuga,1,6345,81,203244 -06/28/2021,Cayuga,2,6347,97,203341 -06/29/2021,Cayuga,3,6350,195,203536 -06/30/2021,Cayuga,1,6351,264,203800 -07/01/2021,Cayuga,2,6353,355,204155 -07/02/2021,Cayuga,1,6354,298,204453 -07/03/2021,Cayuga,0,6354,231,204684 -07/04/2021,Cayuga,3,6357,99,204783 -07/05/2021,Cayuga,0,6357,75,204858 -07/06/2021,Cayuga,1,6358,100,204958 -07/07/2021,Cayuga,1,6359,265,205223 -07/08/2021,Cayuga,1,6360,174,205397 -07/09/2021,Cayuga,2,6362,295,205692 -07/10/2021,Cayuga,0,6362,189,205881 -07/11/2021,Cayuga,0,6362,124,206005 -07/12/2021,Cayuga,1,6363,66,206071 -07/13/2021,Cayuga,1,6364,264,206335 -07/14/2021,Cayuga,2,6366,178,206513 -07/15/2021,Cayuga,2,6368,233,206746 -07/16/2021,Cayuga,1,6369,157,206903 -07/17/2021,Cayuga,4,6373,270,207173 -07/18/2021,Cayuga,0,6373,52,207225 -07/19/2021,Cayuga,4,6377,92,207317 -07/20/2021,Cayuga,3,6380,220,207537 -07/21/2021,Cayuga,3,6383,200,207737 -07/22/2021,Cayuga,2,6385,179,207916 -07/23/2021,Cayuga,1,6386,221,208137 -07/24/2021,Cayuga,9,6395,217,208354 -07/25/2021,Cayuga,1,6396,61,208415 -07/26/2021,Cayuga,7,6403,150,208565 -07/27/2021,Cayuga,8,6411,294,208859 -07/28/2021,Cayuga,6,6417,225,209084 -07/29/2021,Cayuga,3,6420,270,209354 -07/30/2021,Cayuga,1,6421,331,209685 -07/31/2021,Cayuga,5,6426,228,209913 -08/01/2021,Cayuga,4,6430,79,209992 -08/02/2021,Cayuga,5,6435,164,210156 -08/03/2021,Cayuga,7,6442,282,210438 -08/04/2021,Cayuga,4,6446,199,210637 -08/05/2021,Cayuga,9,6455,243,210880 -08/06/2021,Cayuga,19,6474,476,211356 -08/07/2021,Cayuga,24,6498,328,211684 -08/08/2021,Cayuga,7,6505,132,211816 -08/09/2021,Cayuga,29,6534,236,212052 -08/10/2021,Cayuga,10,6544,331,212383 -08/11/2021,Cayuga,20,6564,365,212748 -08/12/2021,Cayuga,13,6577,347,213095 -08/13/2021,Cayuga,39,6616,453,213548 -08/14/2021,Cayuga,30,6646,373,213921 -08/15/2021,Cayuga,26,6672,231,214152 -08/16/2021,Cayuga,39,6711,329,214481 -08/17/2021,Cayuga,34,6745,932,215413 -08/18/2021,Cayuga,36,6781,395,215808 -08/19/2021,Cayuga,29,6810,804,216612 -08/20/2021,Cayuga,36,6846,429,217041 -08/21/2021,Cayuga,37,6883,511,217552 -08/22/2021,Cayuga,25,6908,268,217820 -08/23/2021,Cayuga,16,6924,232,218052 -08/24/2021,Cayuga,12,6936,875,218927 -08/25/2021,Cayuga,22,6958,357,219284 -08/26/2021,Cayuga,60,7018,964,220248 -08/27/2021,Cayuga,28,7046,723,220971 -08/28/2021,Cayuga,25,7071,416,221387 -08/29/2021,Cayuga,44,7115,392,221779 -08/30/2021,Cayuga,25,7140,332,222111 -08/31/2021,Cayuga,24,7164,474,222585 -09/01/2021,Cayuga,28,7192,410,222995 -09/02/2021,Cayuga,66,7258,1050,224045 -09/03/2021,Cayuga,35,7293,1031,225076 -09/04/2021,Cayuga,17,7310,360,225436 -09/05/2021,Cayuga,33,7343,371,225807 -09/06/2021,Cayuga,35,7378,204,226011 -09/07/2021,Cayuga,25,7403,222,226233 -09/08/2021,Cayuga,53,7456,902,227135 -09/09/2021,Cayuga,44,7500,613,227748 -09/10/2021,Cayuga,27,7527,569,228317 -09/11/2021,Cayuga,51,7578,833,229150 -09/12/2021,Cayuga,44,7622,321,229471 -09/13/2021,Cayuga,18,7640,355,229826 -09/14/2021,Cayuga,22,7662,583,230409 -09/15/2021,Cayuga,63,7725,1149,231558 -09/16/2021,Cayuga,35,7760,852,232410 -09/17/2021,Cayuga,22,7782,539,232949 -09/18/2021,Cayuga,46,7828,690,233639 -09/19/2021,Cayuga,18,7846,282,233921 -09/20/2021,Cayuga,61,7907,700,234621 -09/21/2021,Cayuga,19,7926,683,235304 -09/22/2021,Cayuga,16,7942,881,236185 -09/23/2021,Cayuga,39,7981,995,237180 -09/24/2021,Cayuga,32,8013,788,237968 -09/25/2021,Cayuga,21,8034,413,238381 -09/26/2021,Cayuga,25,8059,416,238797 -09/27/2021,Cayuga,8,8067,269,239066 -09/28/2021,Cayuga,30,8097,669,239735 -09/29/2021,Cayuga,21,8118,804,240539 -09/30/2021,Cayuga,39,8157,919,241458 -10/01/2021,Cayuga,27,8184,919,242377 -10/02/2021,Cayuga,15,8199,669,243046 -10/03/2021,Cayuga,8,8207,253,243299 -10/04/2021,Cayuga,24,8231,592,243891 -10/05/2021,Cayuga,31,8262,759,244650 -10/06/2021,Cayuga,34,8296,807,245457 -10/07/2021,Cayuga,28,8324,1420,246877 -10/08/2021,Cayuga,22,8346,691,247568 -10/09/2021,Cayuga,27,8373,533,248101 -10/10/2021,Cayuga,37,8410,588,248689 -10/11/2021,Cayuga,13,8423,260,248949 -10/12/2021,Cayuga,31,8454,667,249616 -10/13/2021,Cayuga,26,8480,1151,250767 -10/14/2021,Cayuga,33,8513,912,251679 -10/15/2021,Cayuga,49,8562,787,252466 -10/16/2021,Cayuga,20,8582,1117,253583 -10/17/2021,Cayuga,18,8600,345,253928 -10/18/2021,Cayuga,13,8613,401,254329 -10/19/2021,Cayuga,27,8640,698,255027 -10/20/2021,Cayuga,18,8658,769,255796 -10/21/2021,Cayuga,16,8674,1113,256909 -10/22/2021,Cayuga,28,8702,1010,257919 -10/23/2021,Cayuga,20,8722,451,258370 -10/24/2021,Cayuga,23,8745,401,258771 -10/25/2021,Cayuga,13,8758,271,259042 -10/26/2021,Cayuga,16,8774,711,259753 -10/27/2021,Cayuga,13,8787,777,260530 -10/28/2021,Cayuga,40,8827,1389,261919 -10/29/2021,Cayuga,18,8845,804,262723 -10/30/2021,Cayuga,18,8863,490,263213 -10/31/2021,Cayuga,17,8880,254,263467 -11/01/2021,Cayuga,31,8911,414,263881 -11/02/2021,Cayuga,29,8940,674,264555 -11/03/2021,Cayuga,35,8975,789,265344 -11/04/2021,Cayuga,24,8999,1269,266613 -11/05/2021,Cayuga,27,9026,668,267281 -11/06/2021,Cayuga,23,9049,680,267961 -11/07/2021,Cayuga,14,9063,285,268246 -11/08/2021,Cayuga,31,9094,427,268673 -11/09/2021,Cayuga,24,9118,880,269553 -11/10/2021,Cayuga,28,9146,675,270228 -11/11/2021,Cayuga,31,9177,797,271025 -11/12/2021,Cayuga,32,9209,969,271994 -11/13/2021,Cayuga,31,9240,483,272477 -11/14/2021,Cayuga,23,9263,275,272752 -11/15/2021,Cayuga,29,9292,344,273096 -11/16/2021,Cayuga,44,9336,622,273718 -11/17/2021,Cayuga,42,9378,878,274596 -11/18/2021,Cayuga,34,9412,760,275356 -11/19/2021,Cayuga,32,9444,689,276045 -11/20/2021,Cayuga,27,9471,534,276579 -11/21/2021,Cayuga,23,9494,277,276856 -11/22/2021,Cayuga,22,9516,266,277122 -11/23/2021,Cayuga,34,9550,606,277728 -11/24/2021,Cayuga,35,9585,512,278240 -11/25/2021,Cayuga,33,9618,436,278676 -11/26/2021,Cayuga,21,9639,239,278915 -11/27/2021,Cayuga,14,9653,308,279223 -11/28/2021,Cayuga,27,9680,214,279437 -11/29/2021,Cayuga,49,9729,473,279910 -11/30/2021,Cayuga,58,9787,742,280652 -12/01/2021,Cayuga,63,9850,786,281438 -12/02/2021,Cayuga,52,9902,880,282318 -12/03/2021,Cayuga,49,9951,902,283220 -12/04/2021,Cayuga,64,10015,860,284080 -12/05/2021,Cayuga,38,10053,421,284501 -12/06/2021,Cayuga,51,10104,563,285064 -12/07/2021,Cayuga,45,10149,783,285847 -12/08/2021,Cayuga,59,10208,811,286658 -12/09/2021,Cayuga,72,10280,958,287616 -12/10/2021,Cayuga,45,10325,966,288582 -12/11/2021,Cayuga,45,10370,709,289291 -12/12/2021,Cayuga,33,10403,302,289593 -12/13/2021,Cayuga,48,10451,450,290043 -12/14/2021,Cayuga,60,10511,682,290725 -12/15/2021,Cayuga,68,10579,945,291670 -12/16/2021,Cayuga,34,10613,812,292482 -12/17/2021,Cayuga,52,10665,778,293260 -12/18/2021,Cayuga,55,10720,813,294073 -12/19/2021,Cayuga,28,10748,327,294400 -12/20/2021,Cayuga,58,10806,554,294954 -12/21/2021,Cayuga,60,10866,700,295654 -12/22/2021,Cayuga,69,10935,947,296601 -12/23/2021,Cayuga,52,10987,645,297246 -12/24/2021,Cayuga,30,11017,351,297597 -12/25/2021,Cayuga,18,11035,134,297731 -12/26/2021,Cayuga,13,11048,56,297787 -12/27/2021,Cayuga,11,11059,78,297865 -12/28/2021,Cayuga,141,11200,1701,299566 -12/29/2021,Cayuga,114,11314,856,300422 -12/30/2021,Cayuga,105,11419,655,301077 -12/31/2021,Cayuga,132,11551,941,302018 -01/01/2022,Cayuga,71,11622,490,302508 -01/02/2022,Cayuga,96,11718,452,302960 -01/03/2022,Cayuga,134,11852,644,303604 -01/04/2022,Cayuga,196,12048,1203,304807 -01/05/2022,Cayuga,171,12219,1164,305971 -01/06/2022,Cayuga,215,12434,1107,307078 -01/07/2022,Cayuga,193,12627,1262,308340 -01/08/2022,Cayuga,177,12804,1046,309386 -01/09/2022,Cayuga,142,12946,685,310071 -01/10/2022,Cayuga,111,13057,536,310607 -01/11/2022,Cayuga,161,13218,914,311521 -01/12/2022,Cayuga,136,13354,947,312468 -01/13/2022,Cayuga,181,13535,961,313429 -01/14/2022,Cayuga,154,13689,1013,314442 -01/15/2022,Cayuga,131,13820,838,315280 -01/16/2022,Cayuga,72,13892,463,315743 -01/17/2022,Cayuga,66,13958,297,316040 -01/18/2022,Cayuga,71,14029,449,316489 -01/19/2022,Cayuga,168,14197,977,317466 -01/20/2022,Cayuga,106,14303,797,318263 -01/21/2022,Cayuga,96,14399,829,319092 -01/22/2022,Cayuga,80,14479,629,319721 -01/23/2022,Cayuga,56,14535,373,320094 -01/24/2022,Cayuga,62,14597,418,320512 -01/25/2022,Cayuga,69,14666,567,321079 -01/26/2022,Cayuga,106,14772,652,321731 -01/27/2022,Cayuga,75,14847,752,322483 -01/28/2022,Cayuga,67,14914,764,323247 -01/29/2022,Cayuga,51,14965,557,323804 -01/30/2022,Cayuga,40,15005,290,324094 -01/31/2022,Cayuga,38,15043,346,324440 -02/01/2022,Cayuga,46,15089,535,324975 -02/02/2022,Cayuga,39,15128,564,325539 -02/03/2022,Cayuga,38,15166,618,326157 -02/04/2022,Cayuga,42,15208,499,326656 -02/05/2022,Cayuga,22,15230,316,326972 -03/01/2020,Chautauqua,0,0,0,0 -03/02/2020,Chautauqua,0,0,0,0 -03/03/2020,Chautauqua,0,0,0,0 -03/04/2020,Chautauqua,0,0,0,0 -03/05/2020,Chautauqua,0,0,0,0 -03/06/2020,Chautauqua,0,0,0,0 -03/07/2020,Chautauqua,0,0,0,0 -03/08/2020,Chautauqua,0,0,0,0 -03/09/2020,Chautauqua,0,0,0,0 -03/10/2020,Chautauqua,0,0,0,0 -03/11/2020,Chautauqua,0,0,0,0 -03/12/2020,Chautauqua,0,0,1,1 -03/13/2020,Chautauqua,0,0,1,2 -03/14/2020,Chautauqua,0,0,0,2 -03/15/2020,Chautauqua,0,0,1,3 -03/16/2020,Chautauqua,0,0,0,3 -03/17/2020,Chautauqua,0,0,0,3 -03/18/2020,Chautauqua,0,0,3,6 -03/19/2020,Chautauqua,0,0,1,7 -03/20/2020,Chautauqua,0,0,2,9 -03/21/2020,Chautauqua,0,0,4,13 -03/22/2020,Chautauqua,0,0,12,25 -03/23/2020,Chautauqua,0,0,4,29 -03/24/2020,Chautauqua,1,1,3,32 -03/25/2020,Chautauqua,0,1,4,36 -03/26/2020,Chautauqua,0,1,20,56 -03/27/2020,Chautauqua,4,5,19,75 -03/28/2020,Chautauqua,0,5,20,95 -03/29/2020,Chautauqua,0,5,3,98 -03/30/2020,Chautauqua,1,6,9,107 -03/31/2020,Chautauqua,0,6,9,116 -04/01/2020,Chautauqua,2,8,8,124 -04/02/2020,Chautauqua,1,9,15,139 -04/03/2020,Chautauqua,1,10,20,159 -04/04/2020,Chautauqua,1,11,28,187 -04/05/2020,Chautauqua,4,15,50,237 -04/06/2020,Chautauqua,1,16,37,274 -04/07/2020,Chautauqua,1,17,6,280 -04/08/2020,Chautauqua,1,18,32,312 -04/09/2020,Chautauqua,2,20,54,366 -04/10/2020,Chautauqua,1,21,67,433 -04/11/2020,Chautauqua,1,22,39,472 -04/12/2020,Chautauqua,1,23,25,497 -04/13/2020,Chautauqua,0,23,8,505 -04/14/2020,Chautauqua,1,24,19,524 -04/15/2020,Chautauqua,0,24,29,553 -04/16/2020,Chautauqua,1,25,32,585 -04/17/2020,Chautauqua,0,25,22,607 -04/18/2020,Chautauqua,0,25,20,627 -04/19/2020,Chautauqua,0,25,9,636 -04/20/2020,Chautauqua,0,25,3,639 -04/21/2020,Chautauqua,1,26,26,665 -04/22/2020,Chautauqua,0,26,38,703 -04/23/2020,Chautauqua,1,27,74,777 -04/24/2020,Chautauqua,0,27,97,874 -04/25/2020,Chautauqua,2,29,56,930 -04/26/2020,Chautauqua,1,30,101,1031 -04/27/2020,Chautauqua,0,30,26,1057 -04/28/2020,Chautauqua,1,31,64,1121 -04/29/2020,Chautauqua,2,33,39,1160 -04/30/2020,Chautauqua,2,35,47,1207 -05/01/2020,Chautauqua,0,35,53,1260 -05/02/2020,Chautauqua,1,36,18,1278 -05/03/2020,Chautauqua,1,37,9,1287 -05/04/2020,Chautauqua,0,37,54,1341 -05/05/2020,Chautauqua,1,38,88,1429 -05/06/2020,Chautauqua,2,40,80,1509 -05/07/2020,Chautauqua,0,40,51,1560 -05/08/2020,Chautauqua,0,40,97,1657 -05/09/2020,Chautauqua,1,41,58,1715 -05/10/2020,Chautauqua,0,41,27,1742 -05/11/2020,Chautauqua,1,42,49,1791 -05/12/2020,Chautauqua,1,43,125,1916 -05/13/2020,Chautauqua,1,44,125,2041 -05/14/2020,Chautauqua,1,45,139,2180 -05/15/2020,Chautauqua,3,48,60,2240 -05/16/2020,Chautauqua,0,48,91,2331 -05/17/2020,Chautauqua,1,49,63,2394 -05/18/2020,Chautauqua,0,49,98,2492 -05/19/2020,Chautauqua,1,50,90,2582 -05/20/2020,Chautauqua,8,58,273,2855 -05/21/2020,Chautauqua,5,63,190,3045 -05/22/2020,Chautauqua,9,72,217,3262 -05/23/2020,Chautauqua,3,75,134,3396 -05/24/2020,Chautauqua,0,75,38,3434 -05/25/2020,Chautauqua,2,77,94,3528 -05/26/2020,Chautauqua,1,78,145,3673 -05/27/2020,Chautauqua,3,81,129,3802 -05/28/2020,Chautauqua,1,82,637,4439 -05/29/2020,Chautauqua,1,83,272,4711 -05/30/2020,Chautauqua,1,84,637,5348 -05/31/2020,Chautauqua,1,85,253,5601 -06/01/2020,Chautauqua,1,86,184,5785 -06/02/2020,Chautauqua,3,89,277,6062 -06/03/2020,Chautauqua,6,95,604,6666 -06/04/2020,Chautauqua,2,97,522,7188 -06/05/2020,Chautauqua,2,99,364,7552 -06/06/2020,Chautauqua,2,101,1131,8683 -06/07/2020,Chautauqua,0,101,343,9026 -06/08/2020,Chautauqua,2,103,250,9276 -06/09/2020,Chautauqua,2,105,308,9584 -06/10/2020,Chautauqua,1,106,778,10362 -06/11/2020,Chautauqua,0,106,487,10849 -06/12/2020,Chautauqua,0,106,370,11219 -06/13/2020,Chautauqua,1,107,723,11942 -06/14/2020,Chautauqua,0,107,261,12203 -06/15/2020,Chautauqua,1,108,607,12810 -06/16/2020,Chautauqua,0,108,439,13249 -06/17/2020,Chautauqua,2,110,511,13760 -06/18/2020,Chautauqua,2,112,407,14167 -06/19/2020,Chautauqua,3,115,281,14448 -06/20/2020,Chautauqua,1,116,511,14959 -06/21/2020,Chautauqua,0,116,318,15277 -06/22/2020,Chautauqua,0,116,393,15670 -06/23/2020,Chautauqua,2,118,316,15986 -06/24/2020,Chautauqua,3,121,332,16318 -06/25/2020,Chautauqua,1,122,586,16904 -06/26/2020,Chautauqua,1,123,207,17111 -06/27/2020,Chautauqua,0,123,284,17395 -06/28/2020,Chautauqua,0,123,372,17767 -06/29/2020,Chautauqua,4,127,568,18335 -06/30/2020,Chautauqua,0,127,492,18827 -07/01/2020,Chautauqua,0,127,292,19119 -07/02/2020,Chautauqua,2,129,227,19346 -07/03/2020,Chautauqua,2,131,107,19453 -07/04/2020,Chautauqua,1,132,287,19740 -07/05/2020,Chautauqua,2,134,582,20322 -07/06/2020,Chautauqua,1,135,428,20750 -07/07/2020,Chautauqua,14,149,318,21068 -07/08/2020,Chautauqua,3,152,193,21261 -07/09/2020,Chautauqua,3,155,606,21867 -07/10/2020,Chautauqua,15,170,352,22219 -07/11/2020,Chautauqua,0,170,267,22486 -07/12/2020,Chautauqua,1,171,192,22678 -07/13/2020,Chautauqua,9,180,573,23251 -07/14/2020,Chautauqua,6,186,479,23730 -07/15/2020,Chautauqua,5,191,575,24305 -07/16/2020,Chautauqua,1,192,670,24975 -07/17/2020,Chautauqua,2,194,275,25250 -07/18/2020,Chautauqua,0,194,295,25545 -07/19/2020,Chautauqua,0,194,199,25744 -07/20/2020,Chautauqua,12,206,769,26513 -07/21/2020,Chautauqua,4,210,692,27205 -07/22/2020,Chautauqua,2,212,385,27590 -07/23/2020,Chautauqua,0,212,629,28219 -07/24/2020,Chautauqua,4,216,408,28627 -07/25/2020,Chautauqua,2,218,118,28745 -07/26/2020,Chautauqua,0,218,57,28802 -07/27/2020,Chautauqua,1,219,339,29141 -07/28/2020,Chautauqua,4,223,386,29527 -07/29/2020,Chautauqua,1,224,471,29998 -07/30/2020,Chautauqua,4,228,422,30420 -07/31/2020,Chautauqua,3,231,729,31149 -08/01/2020,Chautauqua,1,232,262,31411 -08/02/2020,Chautauqua,2,234,230,31641 -08/03/2020,Chautauqua,7,241,295,31936 -08/04/2020,Chautauqua,0,241,298,32234 -08/05/2020,Chautauqua,3,244,232,32466 -08/06/2020,Chautauqua,5,249,330,32796 -08/07/2020,Chautauqua,4,253,530,33326 -08/08/2020,Chautauqua,0,253,350,33676 -08/09/2020,Chautauqua,4,257,418,34094 -08/10/2020,Chautauqua,1,258,706,34800 -08/11/2020,Chautauqua,0,258,949,35749 -08/12/2020,Chautauqua,2,260,530,36279 -08/13/2020,Chautauqua,0,260,376,36655 -08/14/2020,Chautauqua,3,263,396,37051 -08/15/2020,Chautauqua,0,263,194,37245 -08/16/2020,Chautauqua,2,265,167,37412 -08/17/2020,Chautauqua,6,271,1028,38440 -08/18/2020,Chautauqua,1,272,259,38699 -08/19/2020,Chautauqua,3,275,238,38937 -08/20/2020,Chautauqua,3,278,497,39434 -08/21/2020,Chautauqua,9,287,393,39827 -08/22/2020,Chautauqua,2,289,308,40135 -08/23/2020,Chautauqua,0,289,587,40722 -08/24/2020,Chautauqua,16,305,415,41137 -08/25/2020,Chautauqua,5,310,204,41341 -08/26/2020,Chautauqua,30,340,683,42024 -08/27/2020,Chautauqua,15,355,665,42689 -08/28/2020,Chautauqua,18,373,492,43181 -08/29/2020,Chautauqua,9,382,361,43542 -08/30/2020,Chautauqua,12,394,676,44218 -08/31/2020,Chautauqua,11,405,747,44965 -09/01/2020,Chautauqua,23,428,653,45618 -09/02/2020,Chautauqua,24,452,543,46161 -09/03/2020,Chautauqua,12,464,557,46718 -09/04/2020,Chautauqua,7,471,459,47177 -09/05/2020,Chautauqua,4,475,522,47699 -09/06/2020,Chautauqua,1,476,430,48129 -09/07/2020,Chautauqua,1,477,207,48336 -09/08/2020,Chautauqua,1,478,261,48597 -09/09/2020,Chautauqua,14,492,530,49127 -09/10/2020,Chautauqua,4,496,399,49526 -09/11/2020,Chautauqua,11,507,514,50040 -09/12/2020,Chautauqua,8,515,376,50416 -09/13/2020,Chautauqua,1,516,140,50556 -09/14/2020,Chautauqua,7,523,420,50976 -09/15/2020,Chautauqua,4,527,630,51606 -09/16/2020,Chautauqua,6,533,536,52142 -09/17/2020,Chautauqua,2,535,463,52605 -09/18/2020,Chautauqua,1,536,387,52992 -09/19/2020,Chautauqua,1,537,388,53380 -09/20/2020,Chautauqua,4,541,451,53831 -09/21/2020,Chautauqua,6,547,607,54438 -09/22/2020,Chautauqua,4,551,530,54968 -09/23/2020,Chautauqua,3,554,276,55244 -09/24/2020,Chautauqua,7,561,762,56006 -09/25/2020,Chautauqua,7,568,502,56508 -09/26/2020,Chautauqua,5,573,608,57116 -09/27/2020,Chautauqua,5,578,343,57459 -09/28/2020,Chautauqua,7,585,774,58233 -09/29/2020,Chautauqua,5,590,486,58719 -09/30/2020,Chautauqua,12,602,600,59319 -10/01/2020,Chautauqua,2,604,588,59907 -10/02/2020,Chautauqua,7,611,1057,60964 -10/03/2020,Chautauqua,18,629,759,61723 -10/04/2020,Chautauqua,3,632,390,62113 -10/05/2020,Chautauqua,4,636,278,62391 -10/06/2020,Chautauqua,5,641,423,62814 -10/07/2020,Chautauqua,15,656,695,63509 -10/08/2020,Chautauqua,12,668,620,64129 -10/09/2020,Chautauqua,14,682,927,65056 -10/10/2020,Chautauqua,9,691,1167,66223 -10/11/2020,Chautauqua,4,695,288,66511 -10/12/2020,Chautauqua,37,732,413,66924 -10/13/2020,Chautauqua,16,748,406,67330 -10/14/2020,Chautauqua,10,758,285,67615 -10/15/2020,Chautauqua,13,771,640,68255 -10/16/2020,Chautauqua,18,789,548,68803 -10/17/2020,Chautauqua,7,796,368,69171 -10/18/2020,Chautauqua,3,799,513,69684 -10/19/2020,Chautauqua,6,805,558,70242 -10/20/2020,Chautauqua,40,845,540,70782 -10/21/2020,Chautauqua,13,858,932,71714 -10/22/2020,Chautauqua,10,868,488,72202 -10/23/2020,Chautauqua,9,877,910,73112 -10/24/2020,Chautauqua,7,884,769,73881 -10/25/2020,Chautauqua,3,887,433,74314 -10/26/2020,Chautauqua,18,905,793,75107 -10/27/2020,Chautauqua,19,924,622,75729 -10/28/2020,Chautauqua,31,955,1345,77074 -10/29/2020,Chautauqua,21,976,691,77765 -10/30/2020,Chautauqua,18,994,671,78436 -10/31/2020,Chautauqua,23,1017,950,79386 -11/01/2020,Chautauqua,6,1023,706,80092 -11/02/2020,Chautauqua,17,1040,639,80731 -11/03/2020,Chautauqua,11,1051,528,81259 -11/04/2020,Chautauqua,30,1081,1009,82268 -11/05/2020,Chautauqua,13,1094,1187,83455 -11/06/2020,Chautauqua,9,1103,919,84374 -11/07/2020,Chautauqua,11,1114,1006,85380 -11/08/2020,Chautauqua,4,1118,261,85641 -11/09/2020,Chautauqua,18,1136,574,86215 -11/10/2020,Chautauqua,25,1161,1816,88031 -11/11/2020,Chautauqua,26,1187,1245,89276 -11/12/2020,Chautauqua,23,1210,3147,92423 -11/13/2020,Chautauqua,24,1234,2006,94429 -11/14/2020,Chautauqua,5,1239,300,94729 -11/15/2020,Chautauqua,9,1248,515,95244 -11/16/2020,Chautauqua,17,1265,709,95953 -11/17/2020,Chautauqua,39,1304,1817,97770 -11/18/2020,Chautauqua,12,1316,769,98539 -11/19/2020,Chautauqua,35,1351,1291,99830 -11/20/2020,Chautauqua,11,1362,608,100438 -11/21/2020,Chautauqua,30,1392,970,101408 -11/22/2020,Chautauqua,11,1403,400,101808 -11/23/2020,Chautauqua,11,1414,433,102241 -11/24/2020,Chautauqua,35,1449,1313,103554 -11/25/2020,Chautauqua,31,1480,833,104387 -11/26/2020,Chautauqua,36,1516,977,105364 -11/27/2020,Chautauqua,23,1539,197,105561 -11/28/2020,Chautauqua,23,1562,516,106077 -11/29/2020,Chautauqua,18,1580,520,106597 -11/30/2020,Chautauqua,29,1609,509,107106 -12/01/2020,Chautauqua,22,1631,821,107927 -12/02/2020,Chautauqua,61,1692,988,108915 -12/03/2020,Chautauqua,85,1777,1592,110507 -12/04/2020,Chautauqua,64,1841,1151,111658 -12/05/2020,Chautauqua,52,1893,683,112341 -12/06/2020,Chautauqua,24,1917,311,112652 -12/07/2020,Chautauqua,43,1960,1015,113667 -12/08/2020,Chautauqua,67,2027,633,114300 -12/09/2020,Chautauqua,72,2099,1125,115425 -12/10/2020,Chautauqua,121,2220,846,116271 -12/11/2020,Chautauqua,51,2271,869,117140 -12/12/2020,Chautauqua,52,2323,632,117772 -12/13/2020,Chautauqua,42,2365,318,118090 -12/14/2020,Chautauqua,58,2423,716,118806 -12/15/2020,Chautauqua,35,2458,408,119214 -12/16/2020,Chautauqua,38,2496,1290,120504 -12/17/2020,Chautauqua,128,2624,1015,121519 -12/18/2020,Chautauqua,96,2720,1554,123073 -12/19/2020,Chautauqua,50,2770,1350,124423 -12/20/2020,Chautauqua,53,2823,487,124910 -12/21/2020,Chautauqua,47,2870,188,125098 -12/22/2020,Chautauqua,47,2917,1037,126135 -12/23/2020,Chautauqua,70,2987,924,127059 -12/24/2020,Chautauqua,113,3100,1066,128125 -12/25/2020,Chautauqua,62,3162,686,128811 -12/26/2020,Chautauqua,13,3175,270,129081 -12/27/2020,Chautauqua,86,3261,350,129431 -12/28/2020,Chautauqua,76,3337,787,130218 -12/29/2020,Chautauqua,67,3404,475,130693 -12/30/2020,Chautauqua,114,3518,1273,131966 -12/31/2020,Chautauqua,107,3625,1006,132972 -01/01/2021,Chautauqua,96,3721,1329,134301 -01/02/2021,Chautauqua,64,3785,410,134711 -01/03/2021,Chautauqua,130,3915,663,135374 -01/04/2021,Chautauqua,102,4017,432,135806 -01/05/2021,Chautauqua,109,4126,694,136500 -01/06/2021,Chautauqua,61,4187,1432,137932 -01/07/2021,Chautauqua,240,4427,1256,139188 -01/08/2021,Chautauqua,134,4561,1256,140444 -01/09/2021,Chautauqua,147,4708,1158,141602 -01/10/2021,Chautauqua,99,4807,923,142525 -01/11/2021,Chautauqua,119,4926,933,143458 -01/12/2021,Chautauqua,78,5004,558,144016 -01/13/2021,Chautauqua,87,5091,1131,145147 -01/14/2021,Chautauqua,130,5221,1271,146418 -01/15/2021,Chautauqua,129,5350,1036,147454 -01/16/2021,Chautauqua,110,5460,1476,148930 -01/17/2021,Chautauqua,81,5541,716,149646 -01/18/2021,Chautauqua,60,5601,630,150276 -01/19/2021,Chautauqua,59,5660,784,151060 -01/20/2021,Chautauqua,82,5742,1180,152240 -01/21/2021,Chautauqua,102,5844,1041,153281 -01/22/2021,Chautauqua,103,5947,859,154140 -01/23/2021,Chautauqua,66,6013,1570,155710 -01/24/2021,Chautauqua,40,6053,783,156493 -01/25/2021,Chautauqua,43,6096,656,157149 -01/26/2021,Chautauqua,84,6180,956,158105 -01/27/2021,Chautauqua,99,6279,1331,159436 -01/28/2021,Chautauqua,62,6341,1077,160513 -01/29/2021,Chautauqua,50,6391,981,161494 -01/30/2021,Chautauqua,90,6481,2459,163953 -01/31/2021,Chautauqua,33,6514,395,164348 -02/01/2021,Chautauqua,46,6560,443,164791 -02/02/2021,Chautauqua,36,6596,766,165557 -02/03/2021,Chautauqua,71,6667,1267,166824 -02/04/2021,Chautauqua,69,6736,1273,168097 -02/05/2021,Chautauqua,46,6782,1239,169336 -02/06/2021,Chautauqua,37,6819,784,170120 -02/07/2021,Chautauqua,27,6846,646,170766 -02/08/2021,Chautauqua,14,6860,318,171084 -02/09/2021,Chautauqua,49,6909,1515,172599 -02/10/2021,Chautauqua,31,6940,2663,175262 -02/11/2021,Chautauqua,33,6973,788,176050 -02/12/2021,Chautauqua,31,7004,1632,177682 -02/13/2021,Chautauqua,40,7044,3020,180702 -02/14/2021,Chautauqua,14,7058,357,181059 -02/15/2021,Chautauqua,13,7071,344,181403 -02/16/2021,Chautauqua,16,7087,1123,182526 -02/17/2021,Chautauqua,35,7122,962,183488 -02/18/2021,Chautauqua,18,7140,2448,185936 -02/19/2021,Chautauqua,12,7152,2963,188899 -02/20/2021,Chautauqua,33,7185,2031,190930 -02/21/2021,Chautauqua,12,7197,786,191716 -02/22/2021,Chautauqua,4,7201,225,191941 -02/23/2021,Chautauqua,12,7213,1055,192996 -02/24/2021,Chautauqua,44,7257,2453,195449 -02/25/2021,Chautauqua,11,7268,2430,197879 -02/26/2021,Chautauqua,20,7288,2111,199990 -02/27/2021,Chautauqua,33,7321,2340,202330 -02/28/2021,Chautauqua,15,7336,574,202904 -03/01/2021,Chautauqua,5,7341,132,203036 -03/02/2021,Chautauqua,20,7361,1555,204591 -03/03/2021,Chautauqua,18,7379,1729,206320 -03/04/2021,Chautauqua,23,7402,2080,208400 -03/05/2021,Chautauqua,23,7425,1434,209834 -03/06/2021,Chautauqua,18,7443,2814,212648 -03/07/2021,Chautauqua,12,7455,281,212929 -03/08/2021,Chautauqua,21,7476,1001,213930 -03/09/2021,Chautauqua,10,7486,2272,216202 -03/10/2021,Chautauqua,8,7494,2168,218370 -03/11/2021,Chautauqua,23,7517,1997,220367 -03/12/2021,Chautauqua,10,7527,1943,222310 -03/13/2021,Chautauqua,11,7538,2428,224738 -03/14/2021,Chautauqua,24,7562,532,225270 -03/15/2021,Chautauqua,20,7582,219,225489 -03/16/2021,Chautauqua,16,7598,1755,227244 -03/17/2021,Chautauqua,37,7635,1915,229159 -03/18/2021,Chautauqua,25,7660,1827,230986 -03/19/2021,Chautauqua,21,7681,1989,232975 -03/20/2021,Chautauqua,29,7710,2380,235355 -03/21/2021,Chautauqua,10,7720,512,235867 -03/22/2021,Chautauqua,22,7742,441,236308 -03/23/2021,Chautauqua,14,7756,1489,237797 -03/24/2021,Chautauqua,36,7792,3991,241788 -03/25/2021,Chautauqua,25,7817,3293,245081 -03/26/2021,Chautauqua,17,7834,1168,246249 -03/27/2021,Chautauqua,20,7854,1608,247857 -03/28/2021,Chautauqua,13,7867,820,248677 -03/29/2021,Chautauqua,35,7902,518,249195 -03/30/2021,Chautauqua,25,7927,1881,251076 -03/31/2021,Chautauqua,23,7950,919,251995 -04/01/2021,Chautauqua,20,7970,3492,255487 -04/02/2021,Chautauqua,18,7988,964,256451 -04/03/2021,Chautauqua,12,8000,1230,257681 -04/04/2021,Chautauqua,50,8050,411,258092 -04/05/2021,Chautauqua,9,8059,437,258529 -04/06/2021,Chautauqua,18,8077,862,259391 -04/07/2021,Chautauqua,22,8099,1146,260537 -04/08/2021,Chautauqua,24,8123,1736,262273 -04/09/2021,Chautauqua,26,8149,716,262989 -04/10/2021,Chautauqua,29,8178,1517,264506 -04/11/2021,Chautauqua,27,8205,703,265209 -04/12/2021,Chautauqua,22,8227,342,265551 -04/13/2021,Chautauqua,29,8256,1784,267335 -04/14/2021,Chautauqua,48,8304,2810,270145 -04/15/2021,Chautauqua,24,8328,1155,271300 -04/16/2021,Chautauqua,50,8378,1333,272633 -04/17/2021,Chautauqua,41,8419,1824,274457 -04/18/2021,Chautauqua,9,8428,408,274865 -04/19/2021,Chautauqua,13,8441,198,275063 -04/20/2021,Chautauqua,18,8459,1786,276849 -04/21/2021,Chautauqua,30,8489,1275,278124 -04/22/2021,Chautauqua,15,8504,1521,279645 -04/23/2021,Chautauqua,11,8515,538,280183 -04/24/2021,Chautauqua,16,8531,1342,281525 -04/25/2021,Chautauqua,5,8536,905,282430 -04/26/2021,Chautauqua,9,8545,277,282707 -04/27/2021,Chautauqua,17,8562,561,283268 -04/28/2021,Chautauqua,27,8589,1323,284591 -04/29/2021,Chautauqua,30,8619,1029,285620 -04/30/2021,Chautauqua,16,8635,1416,287036 -05/01/2021,Chautauqua,6,8641,805,287841 -05/02/2021,Chautauqua,15,8656,300,288141 -05/03/2021,Chautauqua,14,8670,510,288651 -05/04/2021,Chautauqua,12,8682,416,289067 -05/05/2021,Chautauqua,13,8695,1247,290314 -05/06/2021,Chautauqua,8,8703,668,290982 -05/07/2021,Chautauqua,11,8714,1907,292889 -05/08/2021,Chautauqua,22,8736,738,293627 -05/09/2021,Chautauqua,7,8743,592,294219 -05/10/2021,Chautauqua,6,8749,162,294381 -05/11/2021,Chautauqua,18,8767,621,295002 -05/12/2021,Chautauqua,9,8776,1269,296271 -05/13/2021,Chautauqua,12,8788,977,297248 -05/14/2021,Chautauqua,19,8807,1342,298590 -05/15/2021,Chautauqua,7,8814,493,299083 -05/16/2021,Chautauqua,6,8820,396,299479 -05/17/2021,Chautauqua,2,8822,523,300002 -05/18/2021,Chautauqua,12,8834,422,300424 -05/19/2021,Chautauqua,5,8839,1052,301476 -05/20/2021,Chautauqua,10,8849,1002,302478 -05/21/2021,Chautauqua,12,8861,635,303113 -05/22/2021,Chautauqua,4,8865,526,303639 -05/23/2021,Chautauqua,8,8873,638,304277 -05/24/2021,Chautauqua,15,8888,106,304383 -05/25/2021,Chautauqua,9,8897,422,304805 -05/26/2021,Chautauqua,3,8900,670,305475 -05/27/2021,Chautauqua,3,8903,757,306232 -05/28/2021,Chautauqua,7,8910,470,306702 -05/29/2021,Chautauqua,7,8917,809,307511 -05/30/2021,Chautauqua,1,8918,89,307600 -05/31/2021,Chautauqua,0,8918,42,307642 -06/01/2021,Chautauqua,1,8919,242,307884 -06/02/2021,Chautauqua,2,8921,762,308646 -06/03/2021,Chautauqua,3,8924,586,309232 -06/04/2021,Chautauqua,7,8931,768,310000 -06/05/2021,Chautauqua,0,8931,497,310497 -06/06/2021,Chautauqua,5,8936,320,310817 -06/07/2021,Chautauqua,2,8938,727,311544 -06/08/2021,Chautauqua,2,8940,355,311899 -06/09/2021,Chautauqua,5,8945,736,312635 -06/10/2021,Chautauqua,3,8948,492,313127 -06/11/2021,Chautauqua,1,8949,763,313890 -06/12/2021,Chautauqua,1,8950,241,314131 -06/13/2021,Chautauqua,1,8951,491,314622 -06/14/2021,Chautauqua,0,8951,136,314758 -06/15/2021,Chautauqua,1,8952,205,314963 -06/16/2021,Chautauqua,4,8956,378,315341 -06/17/2021,Chautauqua,1,8957,402,315743 -06/18/2021,Chautauqua,1,8958,206,315949 -06/19/2021,Chautauqua,0,8958,214,316163 -06/20/2021,Chautauqua,1,8959,247,316410 -06/21/2021,Chautauqua,0,8959,209,316619 -06/22/2021,Chautauqua,0,8959,177,316796 -06/23/2021,Chautauqua,0,8959,259,317055 -06/24/2021,Chautauqua,0,8959,371,317426 -06/25/2021,Chautauqua,0,8959,272,317698 -06/26/2021,Chautauqua,2,8961,198,317896 -06/27/2021,Chautauqua,0,8961,145,318041 -06/28/2021,Chautauqua,0,8961,87,318128 -06/29/2021,Chautauqua,1,8962,191,318319 -06/30/2021,Chautauqua,1,8963,229,318548 -07/01/2021,Chautauqua,1,8964,333,318881 -07/02/2021,Chautauqua,1,8965,226,319107 -07/03/2021,Chautauqua,1,8966,146,319253 -07/04/2021,Chautauqua,0,8966,214,319467 -07/05/2021,Chautauqua,0,8966,103,319570 -07/06/2021,Chautauqua,0,8966,191,319761 -07/07/2021,Chautauqua,1,8967,332,320093 -07/08/2021,Chautauqua,3,8970,211,320304 -07/09/2021,Chautauqua,1,8971,353,320657 -07/10/2021,Chautauqua,0,8971,224,320881 -07/11/2021,Chautauqua,0,8971,142,321023 -07/12/2021,Chautauqua,2,8973,58,321081 -07/13/2021,Chautauqua,2,8975,118,321199 -07/14/2021,Chautauqua,0,8975,276,321475 -07/15/2021,Chautauqua,2,8977,163,321638 -07/16/2021,Chautauqua,0,8977,105,321743 -07/17/2021,Chautauqua,4,8981,214,321957 -07/18/2021,Chautauqua,1,8982,47,322004 -07/19/2021,Chautauqua,0,8982,117,322121 -07/20/2021,Chautauqua,2,8984,118,322239 -07/21/2021,Chautauqua,2,8986,112,322351 -07/22/2021,Chautauqua,3,8989,201,322552 -07/23/2021,Chautauqua,1,8990,66,322618 -07/24/2021,Chautauqua,0,8990,168,322786 -07/25/2021,Chautauqua,3,8993,47,322833 -07/26/2021,Chautauqua,4,8997,161,322994 -07/27/2021,Chautauqua,3,9000,131,323125 -07/28/2021,Chautauqua,4,9004,186,323311 -07/29/2021,Chautauqua,4,9008,235,323546 -07/30/2021,Chautauqua,2,9010,117,323663 -07/31/2021,Chautauqua,4,9014,156,323819 -08/01/2021,Chautauqua,1,9015,45,323864 -08/02/2021,Chautauqua,9,9024,172,324036 -08/03/2021,Chautauqua,8,9032,212,324248 -08/04/2021,Chautauqua,9,9041,270,324518 -08/05/2021,Chautauqua,5,9046,226,324744 -08/06/2021,Chautauqua,25,9071,598,325342 -08/07/2021,Chautauqua,11,9082,218,325560 -08/08/2021,Chautauqua,15,9097,117,325677 -08/09/2021,Chautauqua,12,9109,130,325807 -08/10/2021,Chautauqua,9,9118,234,326041 -08/11/2021,Chautauqua,22,9140,230,326271 -08/12/2021,Chautauqua,22,9162,421,326692 -08/13/2021,Chautauqua,15,9177,492,327184 -08/14/2021,Chautauqua,21,9198,204,327388 -08/15/2021,Chautauqua,10,9208,189,327577 -08/16/2021,Chautauqua,8,9216,203,327780 -08/17/2021,Chautauqua,23,9239,287,328067 -08/18/2021,Chautauqua,21,9260,413,328480 -08/19/2021,Chautauqua,22,9282,785,329265 -08/20/2021,Chautauqua,25,9307,446,329711 -08/21/2021,Chautauqua,26,9333,274,329985 -08/22/2021,Chautauqua,55,9388,300,330285 -08/23/2021,Chautauqua,18,9406,144,330429 -08/24/2021,Chautauqua,15,9421,185,330614 -08/25/2021,Chautauqua,32,9453,252,330866 -08/26/2021,Chautauqua,86,9539,1009,331875 -08/27/2021,Chautauqua,55,9594,593,332468 -08/28/2021,Chautauqua,23,9617,608,333076 -08/29/2021,Chautauqua,40,9657,352,333428 -08/30/2021,Chautauqua,35,9692,242,333670 -08/31/2021,Chautauqua,21,9713,235,333905 -09/01/2021,Chautauqua,43,9756,506,334411 -09/02/2021,Chautauqua,53,9809,1002,335413 -09/03/2021,Chautauqua,41,9850,697,336110 -09/04/2021,Chautauqua,39,9889,334,336444 -09/05/2021,Chautauqua,71,9960,461,336905 -09/06/2021,Chautauqua,56,10016,408,337313 -09/07/2021,Chautauqua,35,10051,291,337604 -09/08/2021,Chautauqua,62,10113,748,338352 -09/09/2021,Chautauqua,69,10182,568,338920 -09/10/2021,Chautauqua,66,10248,823,339743 -09/11/2021,Chautauqua,64,10312,483,340226 -09/12/2021,Chautauqua,45,10357,667,340893 -09/13/2021,Chautauqua,22,10379,179,341072 -09/14/2021,Chautauqua,40,10419,495,341567 -09/15/2021,Chautauqua,118,10537,1201,342768 -09/16/2021,Chautauqua,85,10622,1430,344198 -09/17/2021,Chautauqua,52,10674,470,344668 -09/18/2021,Chautauqua,122,10796,856,345524 -09/19/2021,Chautauqua,19,10815,737,346261 -09/20/2021,Chautauqua,94,10909,614,346875 -09/21/2021,Chautauqua,31,10940,558,347433 -09/22/2021,Chautauqua,40,10980,957,348390 -09/23/2021,Chautauqua,131,11111,1760,350150 -09/24/2021,Chautauqua,79,11190,853,351003 -09/25/2021,Chautauqua,45,11235,390,351393 -09/26/2021,Chautauqua,70,11305,680,352073 -09/27/2021,Chautauqua,18,11323,222,352295 -09/28/2021,Chautauqua,86,11409,1082,353377 -09/29/2021,Chautauqua,48,11457,718,354095 -09/30/2021,Chautauqua,88,11545,1096,355191 -10/01/2021,Chautauqua,42,11587,581,355772 -10/02/2021,Chautauqua,72,11659,1007,356779 -10/03/2021,Chautauqua,19,11678,322,357101 -10/04/2021,Chautauqua,47,11725,942,358043 -10/05/2021,Chautauqua,80,11805,677,358720 -10/06/2021,Chautauqua,19,11824,547,359267 -10/07/2021,Chautauqua,96,11920,1297,360564 -10/08/2021,Chautauqua,58,11978,769,361333 -10/09/2021,Chautauqua,37,12015,431,361764 -10/10/2021,Chautauqua,54,12069,688,362452 -10/11/2021,Chautauqua,18,12087,184,362636 -10/12/2021,Chautauqua,39,12126,426,363062 -10/13/2021,Chautauqua,23,12149,881,363943 -10/14/2021,Chautauqua,50,12199,971,364914 -10/15/2021,Chautauqua,49,12248,832,365746 -10/16/2021,Chautauqua,33,12281,616,366362 -10/17/2021,Chautauqua,27,12308,415,366777 -10/18/2021,Chautauqua,10,12318,345,367122 -10/19/2021,Chautauqua,61,12379,595,367717 -10/20/2021,Chautauqua,49,12428,586,368303 -10/21/2021,Chautauqua,21,12449,839,369142 -10/22/2021,Chautauqua,51,12500,936,370078 -10/23/2021,Chautauqua,26,12526,477,370555 -10/24/2021,Chautauqua,30,12556,464,371019 -10/25/2021,Chautauqua,14,12570,154,371173 -10/26/2021,Chautauqua,71,12641,782,371955 -10/27/2021,Chautauqua,20,12661,442,372397 -10/28/2021,Chautauqua,67,12728,1794,374191 -10/29/2021,Chautauqua,44,12772,775,374966 -10/30/2021,Chautauqua,56,12828,619,375585 -10/31/2021,Chautauqua,26,12854,414,375999 -11/01/2021,Chautauqua,30,12884,269,376268 -11/02/2021,Chautauqua,36,12920,980,377248 -11/03/2021,Chautauqua,52,12972,738,377986 -11/04/2021,Chautauqua,69,13041,966,378952 -11/05/2021,Chautauqua,57,13098,847,379799 -11/06/2021,Chautauqua,50,13148,650,380449 -11/07/2021,Chautauqua,52,13200,479,380928 -11/08/2021,Chautauqua,61,13261,694,381622 -11/09/2021,Chautauqua,50,13311,871,382493 -11/10/2021,Chautauqua,77,13388,967,383460 -11/11/2021,Chautauqua,69,13457,929,384389 -11/12/2021,Chautauqua,72,13529,1189,385578 -11/13/2021,Chautauqua,65,13594,808,386386 -11/14/2021,Chautauqua,53,13647,481,386867 -11/15/2021,Chautauqua,64,13711,412,387279 -11/16/2021,Chautauqua,95,13806,992,388271 -11/17/2021,Chautauqua,98,13904,978,389249 -11/18/2021,Chautauqua,113,14017,1530,390779 -11/19/2021,Chautauqua,75,14092,746,391525 -11/20/2021,Chautauqua,109,14201,1515,393040 -11/21/2021,Chautauqua,89,14290,870,393910 -11/22/2021,Chautauqua,59,14349,527,394437 -11/23/2021,Chautauqua,142,14491,1029,395466 -11/24/2021,Chautauqua,123,14614,1268,396734 -11/25/2021,Chautauqua,89,14703,898,397632 -11/26/2021,Chautauqua,94,14797,395,398027 -11/27/2021,Chautauqua,40,14837,717,398744 -11/28/2021,Chautauqua,61,14898,610,399354 -11/29/2021,Chautauqua,87,14985,450,399804 -11/30/2021,Chautauqua,131,15116,1145,400949 -12/01/2021,Chautauqua,131,15247,981,401930 -12/02/2021,Chautauqua,163,15410,1052,402982 -12/03/2021,Chautauqua,111,15521,926,403908 -12/04/2021,Chautauqua,98,15619,1074,404982 -12/05/2021,Chautauqua,89,15708,549,405531 -12/06/2021,Chautauqua,67,15775,599,406130 -12/07/2021,Chautauqua,89,15864,833,406963 -12/08/2021,Chautauqua,108,15972,784,407747 -12/09/2021,Chautauqua,97,16069,962,408709 -12/10/2021,Chautauqua,111,16180,921,409630 -12/11/2021,Chautauqua,64,16244,1218,410848 -12/12/2021,Chautauqua,75,16319,732,411580 -12/13/2021,Chautauqua,64,16383,569,412149 -12/14/2021,Chautauqua,83,16466,792,412941 -12/15/2021,Chautauqua,111,16577,745,413686 -12/16/2021,Chautauqua,72,16649,784,414470 -12/17/2021,Chautauqua,70,16719,808,415278 -12/18/2021,Chautauqua,84,16803,924,416202 -12/19/2021,Chautauqua,40,16843,432,416634 -12/20/2021,Chautauqua,54,16897,626,417260 -12/21/2021,Chautauqua,70,16967,919,418179 -12/22/2021,Chautauqua,86,17053,982,419161 -12/23/2021,Chautauqua,72,17125,824,419985 -12/24/2021,Chautauqua,78,17203,627,420612 -12/25/2021,Chautauqua,32,17235,328,420940 -12/26/2021,Chautauqua,48,17283,314,421254 -12/27/2021,Chautauqua,42,17325,317,421571 -12/28/2021,Chautauqua,104,17429,769,422340 -12/29/2021,Chautauqua,116,17545,694,423034 -12/30/2021,Chautauqua,132,17677,736,423770 -12/31/2021,Chautauqua,146,17823,923,424693 -01/01/2022,Chautauqua,140,17963,608,425301 -01/02/2022,Chautauqua,77,18040,343,425644 -01/03/2022,Chautauqua,154,18194,658,426302 -01/04/2022,Chautauqua,140,18334,802,427104 -01/05/2022,Chautauqua,188,18522,979,428083 -01/06/2022,Chautauqua,186,18708,1082,429165 -01/07/2022,Chautauqua,310,19018,1415,430580 -01/08/2022,Chautauqua,244,19262,1202,431782 -01/09/2022,Chautauqua,167,19429,651,432433 -01/10/2022,Chautauqua,133,19562,548,432981 -01/11/2022,Chautauqua,199,19761,958,433939 -01/12/2022,Chautauqua,186,19947,827,434766 -01/13/2022,Chautauqua,192,20139,1497,436263 -01/14/2022,Chautauqua,202,20341,1266,437529 -01/15/2022,Chautauqua,153,20494,1011,438540 -01/16/2022,Chautauqua,134,20628,710,439250 -01/17/2022,Chautauqua,143,20771,739,439989 -01/18/2022,Chautauqua,260,21031,1166,441155 -01/19/2022,Chautauqua,111,21142,778,441933 -01/20/2022,Chautauqua,203,21345,1567,443500 -01/21/2022,Chautauqua,171,21516,1311,444811 -01/22/2022,Chautauqua,150,21666,1201,446012 -01/23/2022,Chautauqua,94,21760,840,446852 -01/24/2022,Chautauqua,72,21832,454,447306 -01/25/2022,Chautauqua,132,21964,960,448266 -01/26/2022,Chautauqua,114,22078,1118,449384 -01/27/2022,Chautauqua,84,22162,1089,450473 -01/28/2022,Chautauqua,102,22264,1095,451568 -01/29/2022,Chautauqua,91,22355,1217,452785 -01/30/2022,Chautauqua,68,22423,631,453416 -01/31/2022,Chautauqua,53,22476,401,453817 -02/01/2022,Chautauqua,77,22553,553,454370 -02/02/2022,Chautauqua,89,22642,896,455266 -02/03/2022,Chautauqua,61,22703,1122,456388 -02/04/2022,Chautauqua,61,22764,700,457088 -02/05/2022,Chautauqua,34,22798,540,457628 -03/01/2020,Chemung,0,0,0,0 -03/02/2020,Chemung,0,0,0,0 -03/03/2020,Chemung,0,0,0,0 -03/04/2020,Chemung,0,0,0,0 -03/05/2020,Chemung,0,0,0,0 -03/06/2020,Chemung,0,0,0,0 -03/07/2020,Chemung,0,0,0,0 -03/08/2020,Chemung,0,0,0,0 -03/09/2020,Chemung,0,0,0,0 -03/10/2020,Chemung,0,0,1,1 -03/11/2020,Chemung,0,0,0,1 -03/12/2020,Chemung,0,0,0,1 -03/13/2020,Chemung,0,0,0,1 -03/14/2020,Chemung,0,0,0,1 -03/15/2020,Chemung,0,0,1,2 -03/16/2020,Chemung,0,0,0,2 -03/17/2020,Chemung,0,0,0,2 -03/18/2020,Chemung,0,0,2,4 -03/19/2020,Chemung,0,0,6,10 -03/20/2020,Chemung,0,0,10,20 -03/21/2020,Chemung,0,0,2,22 -03/22/2020,Chemung,0,0,17,39 -03/23/2020,Chemung,1,1,17,56 -03/24/2020,Chemung,0,1,5,61 -03/25/2020,Chemung,6,7,57,118 -03/26/2020,Chemung,4,11,48,166 -03/27/2020,Chemung,1,12,48,214 -03/28/2020,Chemung,3,15,25,239 -03/29/2020,Chemung,0,15,7,246 -03/30/2020,Chemung,5,20,47,293 -03/31/2020,Chemung,2,22,42,335 -04/01/2020,Chemung,0,22,14,349 -04/02/2020,Chemung,13,35,84,433 -04/03/2020,Chemung,1,36,28,461 -04/04/2020,Chemung,2,38,35,496 -04/05/2020,Chemung,9,47,50,546 -04/06/2020,Chemung,2,49,22,568 -04/07/2020,Chemung,6,55,56,624 -04/08/2020,Chemung,4,59,38,662 -04/09/2020,Chemung,0,59,39,701 -04/10/2020,Chemung,1,60,26,727 -04/11/2020,Chemung,0,60,6,733 -04/12/2020,Chemung,0,60,9,742 -04/13/2020,Chemung,4,64,40,782 -04/14/2020,Chemung,5,69,43,825 -04/15/2020,Chemung,1,70,18,843 -04/16/2020,Chemung,1,71,9,852 -04/17/2020,Chemung,1,72,32,884 -04/18/2020,Chemung,1,73,15,899 -04/19/2020,Chemung,0,73,17,916 -04/20/2020,Chemung,2,75,32,948 -04/21/2020,Chemung,0,75,38,986 -04/22/2020,Chemung,1,76,29,1015 -04/23/2020,Chemung,3,79,39,1054 -04/24/2020,Chemung,24,103,228,1282 -04/25/2020,Chemung,3,106,17,1299 -04/26/2020,Chemung,2,108,20,1319 -04/27/2020,Chemung,5,113,64,1383 -04/28/2020,Chemung,6,119,96,1479 -04/29/2020,Chemung,3,122,84,1563 -04/30/2020,Chemung,1,123,54,1617 -05/01/2020,Chemung,1,124,36,1653 -05/02/2020,Chemung,1,125,26,1679 -05/03/2020,Chemung,1,126,244,1923 -05/04/2020,Chemung,0,126,154,2077 -05/05/2020,Chemung,2,128,143,2220 -05/06/2020,Chemung,1,129,89,2309 -05/07/2020,Chemung,1,130,46,2355 -05/08/2020,Chemung,1,131,108,2463 -05/09/2020,Chemung,0,131,125,2588 -05/10/2020,Chemung,0,131,174,2762 -05/11/2020,Chemung,0,131,68,2830 -05/12/2020,Chemung,1,132,282,3112 -05/13/2020,Chemung,0,132,312,3424 -05/14/2020,Chemung,1,133,234,3658 -05/15/2020,Chemung,1,134,240,3898 -05/16/2020,Chemung,0,134,106,4004 -05/17/2020,Chemung,0,134,68,4072 -05/18/2020,Chemung,0,134,118,4190 -05/19/2020,Chemung,0,134,113,4303 -05/20/2020,Chemung,0,134,91,4394 -05/21/2020,Chemung,1,135,141,4535 -05/22/2020,Chemung,1,136,233,4768 -05/23/2020,Chemung,0,136,215,4983 -05/24/2020,Chemung,0,136,196,5179 -05/25/2020,Chemung,0,136,96,5275 -05/26/2020,Chemung,0,136,295,5570 -05/27/2020,Chemung,0,136,63,5633 -05/28/2020,Chemung,1,137,99,5732 -05/29/2020,Chemung,0,137,451,6183 -05/30/2020,Chemung,0,137,337,6520 -05/31/2020,Chemung,0,137,73,6593 -06/01/2020,Chemung,0,137,145,6738 -06/02/2020,Chemung,0,137,247,6985 -06/03/2020,Chemung,0,137,219,7204 -06/04/2020,Chemung,0,137,114,7318 -06/05/2020,Chemung,0,137,853,8171 -06/06/2020,Chemung,0,137,263,8434 -06/07/2020,Chemung,0,137,217,8651 -06/08/2020,Chemung,1,138,544,9195 -06/09/2020,Chemung,0,138,296,9491 -06/10/2020,Chemung,0,138,437,9928 -06/11/2020,Chemung,0,138,169,10097 -06/12/2020,Chemung,0,138,380,10477 -06/13/2020,Chemung,0,138,157,10634 -06/14/2020,Chemung,0,138,106,10740 -06/15/2020,Chemung,0,138,219,10959 -06/16/2020,Chemung,0,138,325,11284 -06/17/2020,Chemung,0,138,317,11601 -06/18/2020,Chemung,1,139,372,11973 -06/19/2020,Chemung,0,139,267,12240 -06/20/2020,Chemung,0,139,108,12348 -06/21/2020,Chemung,0,139,198,12546 -06/22/2020,Chemung,0,139,237,12783 -06/23/2020,Chemung,0,139,275,13058 -06/24/2020,Chemung,0,139,306,13364 -06/25/2020,Chemung,0,139,148,13512 -06/26/2020,Chemung,0,139,340,13852 -06/27/2020,Chemung,1,140,276,14128 -06/28/2020,Chemung,0,140,231,14359 -06/29/2020,Chemung,1,141,167,14526 -06/30/2020,Chemung,3,144,278,14804 -07/01/2020,Chemung,0,144,194,14998 -07/02/2020,Chemung,1,145,205,15203 -07/03/2020,Chemung,1,146,419,15622 -07/04/2020,Chemung,0,146,257,15879 -07/05/2020,Chemung,0,146,250,16129 -07/06/2020,Chemung,1,147,244,16373 -07/07/2020,Chemung,0,147,276,16649 -07/08/2020,Chemung,1,148,179,16828 -07/09/2020,Chemung,0,148,308,17136 -07/10/2020,Chemung,0,148,268,17404 -07/11/2020,Chemung,0,148,378,17782 -07/12/2020,Chemung,0,148,190,17972 -07/13/2020,Chemung,1,149,332,18304 -07/14/2020,Chemung,2,151,464,18768 -07/15/2020,Chemung,0,151,422,19190 -07/16/2020,Chemung,0,151,473,19663 -07/17/2020,Chemung,2,153,284,19947 -07/18/2020,Chemung,1,154,213,20160 -07/19/2020,Chemung,1,155,139,20299 -07/20/2020,Chemung,0,155,188,20487 -07/21/2020,Chemung,1,156,273,20760 -07/22/2020,Chemung,1,157,506,21266 -07/23/2020,Chemung,1,158,640,21906 -07/24/2020,Chemung,2,160,336,22242 -07/25/2020,Chemung,0,160,146,22388 -07/26/2020,Chemung,0,160,109,22497 -07/27/2020,Chemung,0,160,142,22639 -07/28/2020,Chemung,1,161,413,23052 -07/29/2020,Chemung,1,162,387,23439 -07/30/2020,Chemung,1,163,409,23848 -07/31/2020,Chemung,0,163,232,24080 -08/01/2020,Chemung,0,163,196,24276 -08/02/2020,Chemung,0,163,90,24366 -08/03/2020,Chemung,0,163,101,24467 -08/04/2020,Chemung,2,165,570,25037 -08/05/2020,Chemung,0,165,417,25454 -08/06/2020,Chemung,3,168,376,25830 -08/07/2020,Chemung,3,171,387,26217 -08/08/2020,Chemung,0,171,264,26481 -08/09/2020,Chemung,1,172,181,26662 -08/10/2020,Chemung,4,176,273,26935 -08/11/2020,Chemung,1,177,443,27378 -08/12/2020,Chemung,7,184,472,27850 -08/13/2020,Chemung,3,187,396,28246 -08/14/2020,Chemung,1,188,476,28722 -08/15/2020,Chemung,1,189,253,28975 -08/16/2020,Chemung,1,190,149,29124 -08/17/2020,Chemung,0,190,155,29279 -08/18/2020,Chemung,1,191,320,29599 -08/19/2020,Chemung,2,193,247,29846 -08/20/2020,Chemung,0,193,573,30419 -08/21/2020,Chemung,1,194,407,30826 -08/22/2020,Chemung,0,194,264,31090 -08/23/2020,Chemung,0,194,164,31254 -08/24/2020,Chemung,0,194,103,31357 -08/25/2020,Chemung,0,194,430,31787 -08/26/2020,Chemung,0,194,371,32158 -08/27/2020,Chemung,2,196,525,32683 -08/28/2020,Chemung,0,196,302,32985 -08/29/2020,Chemung,4,200,218,33203 -08/30/2020,Chemung,3,203,146,33349 -08/31/2020,Chemung,2,205,95,33444 -09/01/2020,Chemung,0,205,338,33782 -09/02/2020,Chemung,0,205,554,34336 -09/03/2020,Chemung,1,206,243,34579 -09/04/2020,Chemung,0,206,239,34818 -09/05/2020,Chemung,2,208,176,34994 -09/06/2020,Chemung,2,210,105,35099 -09/07/2020,Chemung,1,211,141,35240 -09/08/2020,Chemung,3,214,159,35399 -09/09/2020,Chemung,4,218,677,36076 -09/10/2020,Chemung,21,239,427,36503 -09/11/2020,Chemung,8,247,379,36882 -09/12/2020,Chemung,4,251,134,37016 -09/13/2020,Chemung,0,251,325,37341 -09/14/2020,Chemung,18,269,444,37785 -09/15/2020,Chemung,6,275,365,38150 -09/16/2020,Chemung,19,294,728,38878 -09/17/2020,Chemung,11,305,653,39531 -09/18/2020,Chemung,17,322,621,40152 -09/19/2020,Chemung,8,330,273,40425 -09/20/2020,Chemung,8,338,179,40604 -09/21/2020,Chemung,11,349,243,40847 -09/22/2020,Chemung,12,361,825,41672 -09/23/2020,Chemung,26,387,750,42422 -09/24/2020,Chemung,28,415,706,43128 -09/25/2020,Chemung,25,440,599,43727 -09/26/2020,Chemung,21,461,413,44140 -09/27/2020,Chemung,9,470,152,44292 -09/28/2020,Chemung,22,492,384,44676 -09/29/2020,Chemung,18,510,582,45258 -09/30/2020,Chemung,50,560,742,46000 -10/01/2020,Chemung,31,591,590,46590 -10/02/2020,Chemung,60,651,824,47414 -10/03/2020,Chemung,70,721,744,48158 -10/04/2020,Chemung,26,747,302,48460 -10/05/2020,Chemung,38,785,499,48959 -10/06/2020,Chemung,31,816,664,49623 -10/07/2020,Chemung,39,855,869,50492 -10/08/2020,Chemung,33,888,769,51261 -10/09/2020,Chemung,41,929,930,52191 -10/10/2020,Chemung,29,958,677,52868 -10/11/2020,Chemung,27,985,401,53269 -10/12/2020,Chemung,30,1015,491,53760 -10/13/2020,Chemung,46,1061,815,54575 -10/14/2020,Chemung,43,1104,604,55179 -10/15/2020,Chemung,52,1156,994,56173 -10/16/2020,Chemung,43,1199,792,56965 -10/17/2020,Chemung,45,1244,808,57773 -10/18/2020,Chemung,48,1292,429,58202 -10/19/2020,Chemung,40,1332,482,58684 -10/20/2020,Chemung,49,1381,942,59626 -10/21/2020,Chemung,75,1456,1127,60753 -10/22/2020,Chemung,54,1510,1150,61903 -10/23/2020,Chemung,34,1544,891,62794 -10/24/2020,Chemung,96,1640,1206,64000 -10/25/2020,Chemung,22,1662,311,64311 -10/26/2020,Chemung,48,1710,687,64998 -10/27/2020,Chemung,33,1743,575,65573 -10/28/2020,Chemung,34,1777,995,66568 -10/29/2020,Chemung,20,1797,913,67481 -10/30/2020,Chemung,29,1826,606,68087 -10/31/2020,Chemung,26,1852,754,68841 -11/01/2020,Chemung,38,1890,391,69232 -11/02/2020,Chemung,33,1923,448,69680 -11/03/2020,Chemung,25,1948,637,70317 -11/04/2020,Chemung,48,1996,863,71180 -11/05/2020,Chemung,50,2046,1036,72216 -11/06/2020,Chemung,50,2096,853,73069 -11/07/2020,Chemung,30,2126,937,74006 -11/08/2020,Chemung,9,2135,501,74507 -11/09/2020,Chemung,22,2157,591,75098 -11/10/2020,Chemung,40,2197,972,76070 -11/11/2020,Chemung,44,2241,927,76997 -11/12/2020,Chemung,39,2280,1242,78239 -11/13/2020,Chemung,51,2331,979,79218 -11/14/2020,Chemung,31,2362,903,80121 -11/15/2020,Chemung,18,2380,856,80977 -11/16/2020,Chemung,24,2404,427,81404 -11/17/2020,Chemung,34,2438,846,82250 -11/18/2020,Chemung,49,2487,956,83206 -11/19/2020,Chemung,31,2518,716,83922 -11/20/2020,Chemung,53,2571,1633,85555 -11/21/2020,Chemung,76,2647,868,86423 -11/22/2020,Chemung,55,2702,1215,87638 -11/23/2020,Chemung,22,2724,639,88277 -11/24/2020,Chemung,45,2769,679,88956 -11/25/2020,Chemung,103,2872,1488,90444 -11/26/2020,Chemung,83,2955,1265,91709 -11/27/2020,Chemung,38,2993,491,92200 -11/28/2020,Chemung,55,3048,917,93117 -11/29/2020,Chemung,39,3087,297,93414 -11/30/2020,Chemung,22,3109,382,93796 -12/01/2020,Chemung,31,3140,829,94625 -12/02/2020,Chemung,72,3212,1301,95926 -12/03/2020,Chemung,98,3310,1336,97262 -12/04/2020,Chemung,85,3395,1237,98499 -12/05/2020,Chemung,38,3433,1189,99688 -12/06/2020,Chemung,24,3457,641,100329 -12/07/2020,Chemung,16,3473,241,100570 -12/08/2020,Chemung,58,3531,1102,101672 -12/09/2020,Chemung,64,3595,1275,102947 -12/10/2020,Chemung,56,3651,1537,104484 -12/11/2020,Chemung,50,3701,1328,105812 -12/12/2020,Chemung,42,3743,1021,106833 -12/13/2020,Chemung,33,3776,397,107230 -12/14/2020,Chemung,27,3803,451,107681 -12/15/2020,Chemung,45,3848,875,108556 -12/16/2020,Chemung,70,3918,1417,109973 -12/17/2020,Chemung,73,3991,1577,111550 -12/18/2020,Chemung,37,4028,616,112166 -12/19/2020,Chemung,55,4083,959,113125 -12/20/2020,Chemung,23,4106,293,113418 -12/21/2020,Chemung,30,4136,404,113822 -12/22/2020,Chemung,29,4165,953,114775 -12/23/2020,Chemung,46,4211,1437,116212 -12/24/2020,Chemung,42,4253,959,117171 -12/25/2020,Chemung,31,4284,733,117904 -12/26/2020,Chemung,15,4299,321,118225 -12/27/2020,Chemung,43,4342,345,118570 -12/28/2020,Chemung,47,4389,337,118907 -12/29/2020,Chemung,59,4448,822,119729 -12/30/2020,Chemung,83,4531,1447,121176 -12/31/2020,Chemung,54,4585,782,121958 -01/01/2021,Chemung,44,4629,825,122783 -01/02/2021,Chemung,56,4685,515,123298 -01/03/2021,Chemung,68,4753,464,123762 -01/04/2021,Chemung,38,4791,378,124140 -01/05/2021,Chemung,98,4889,960,125100 -01/06/2021,Chemung,55,4944,1378,126478 -01/07/2021,Chemung,94,5038,1292,127770 -01/08/2021,Chemung,48,5086,1318,129088 -01/09/2021,Chemung,53,5139,726,129814 -01/10/2021,Chemung,53,5192,626,130440 -01/11/2021,Chemung,66,5258,625,131065 -01/12/2021,Chemung,47,5305,1077,132142 -01/13/2021,Chemung,54,5359,1482,133624 -01/14/2021,Chemung,63,5422,1328,134952 -01/15/2021,Chemung,57,5479,1422,136374 -01/16/2021,Chemung,55,5534,811,137185 -01/17/2021,Chemung,33,5567,561,137746 -01/18/2021,Chemung,36,5603,427,138173 -01/19/2021,Chemung,40,5643,832,139005 -01/20/2021,Chemung,46,5689,1833,140838 -01/21/2021,Chemung,50,5739,1207,142045 -01/22/2021,Chemung,43,5782,1238,143283 -01/23/2021,Chemung,52,5834,1034,144317 -01/24/2021,Chemung,32,5866,462,144779 -01/25/2021,Chemung,23,5889,347,145126 -01/26/2021,Chemung,41,5930,930,146056 -01/27/2021,Chemung,48,5978,1447,147503 -01/28/2021,Chemung,20,5998,1312,148815 -01/29/2021,Chemung,20,6018,1174,149989 -01/30/2021,Chemung,23,6041,849,150838 -01/31/2021,Chemung,24,6065,472,151310 -02/01/2021,Chemung,18,6083,285,151595 -02/02/2021,Chemung,16,6099,723,152318 -02/03/2021,Chemung,20,6119,845,153163 -02/04/2021,Chemung,23,6142,726,153889 -02/05/2021,Chemung,11,6153,748,154637 -02/06/2021,Chemung,10,6163,753,155390 -02/07/2021,Chemung,31,6194,511,155901 -02/08/2021,Chemung,12,6206,265,156166 -02/09/2021,Chemung,19,6225,834,157000 -02/10/2021,Chemung,15,6240,1425,158425 -02/11/2021,Chemung,9,6249,819,159244 -02/12/2021,Chemung,17,6266,1123,160367 -02/13/2021,Chemung,17,6283,756,161123 -02/14/2021,Chemung,13,6296,360,161483 -02/15/2021,Chemung,11,6307,341,161824 -02/16/2021,Chemung,8,6315,585,162409 -02/17/2021,Chemung,14,6329,1029,163438 -02/18/2021,Chemung,16,6345,723,164161 -02/19/2021,Chemung,5,6350,886,165047 -02/20/2021,Chemung,12,6362,653,165700 -02/21/2021,Chemung,13,6375,382,166082 -02/22/2021,Chemung,17,6392,374,166456 -02/23/2021,Chemung,5,6397,718,167174 -02/24/2021,Chemung,11,6408,1042,168216 -02/25/2021,Chemung,12,6420,557,168773 -02/26/2021,Chemung,8,6428,1015,169788 -02/27/2021,Chemung,9,6437,769,170557 -02/28/2021,Chemung,3,6440,328,170885 -03/01/2021,Chemung,5,6445,322,171207 -03/02/2021,Chemung,8,6453,828,172035 -03/03/2021,Chemung,1,6454,1166,173201 -03/04/2021,Chemung,14,6468,757,173958 -03/05/2021,Chemung,12,6480,804,174762 -03/06/2021,Chemung,1,6481,915,175677 -03/07/2021,Chemung,10,6491,233,175910 -03/08/2021,Chemung,5,6496,418,176328 -03/09/2021,Chemung,12,6508,869,177197 -03/10/2021,Chemung,13,6521,1039,178236 -03/11/2021,Chemung,15,6536,940,179176 -03/12/2021,Chemung,18,6554,776,179952 -03/13/2021,Chemung,5,6559,766,180718 -03/14/2021,Chemung,7,6566,244,180962 -03/15/2021,Chemung,2,6568,338,181300 -03/16/2021,Chemung,5,6573,839,182139 -03/17/2021,Chemung,17,6590,926,183065 -03/18/2021,Chemung,8,6598,789,183854 -03/19/2021,Chemung,18,6616,832,184686 -03/20/2021,Chemung,14,6630,937,185623 -03/21/2021,Chemung,17,6647,363,185986 -03/22/2021,Chemung,16,6663,489,186475 -03/23/2021,Chemung,13,6676,876,187351 -03/24/2021,Chemung,29,6705,970,188321 -03/25/2021,Chemung,35,6740,802,189123 -03/26/2021,Chemung,26,6766,841,189964 -03/27/2021,Chemung,15,6781,914,190878 -03/28/2021,Chemung,16,6797,469,191347 -03/29/2021,Chemung,21,6818,574,191921 -03/30/2021,Chemung,18,6836,775,192696 -03/31/2021,Chemung,25,6861,1172,193868 -04/01/2021,Chemung,14,6875,713,194581 -04/02/2021,Chemung,15,6890,871,195452 -04/03/2021,Chemung,17,6907,757,196209 -04/04/2021,Chemung,11,6918,339,196548 -04/05/2021,Chemung,6,6924,558,197106 -04/06/2021,Chemung,14,6938,723,197829 -04/07/2021,Chemung,22,6960,868,198697 -04/08/2021,Chemung,19,6979,749,199446 -04/09/2021,Chemung,22,7001,1021,200467 -04/10/2021,Chemung,21,7022,734,201201 -04/11/2021,Chemung,11,7033,243,201444 -04/12/2021,Chemung,19,7052,543,201987 -04/13/2021,Chemung,16,7068,723,202710 -04/14/2021,Chemung,13,7081,912,203622 -04/15/2021,Chemung,17,7098,699,204321 -04/16/2021,Chemung,44,7142,888,205209 -04/17/2021,Chemung,20,7162,1061,206270 -04/18/2021,Chemung,21,7183,421,206691 -04/19/2021,Chemung,15,7198,317,207008 -04/20/2021,Chemung,11,7209,696,207704 -04/21/2021,Chemung,18,7227,1058,208762 -04/22/2021,Chemung,18,7245,867,209629 -04/23/2021,Chemung,21,7266,1001,210630 -04/24/2021,Chemung,13,7279,808,211438 -04/25/2021,Chemung,17,7296,368,211806 -04/26/2021,Chemung,11,7307,326,212132 -04/27/2021,Chemung,5,7312,839,212971 -04/28/2021,Chemung,20,7332,970,213941 -04/29/2021,Chemung,10,7342,739,214680 -04/30/2021,Chemung,19,7361,1026,215706 -05/01/2021,Chemung,24,7385,791,216497 -05/02/2021,Chemung,11,7396,379,216876 -05/03/2021,Chemung,12,7408,349,217225 -05/04/2021,Chemung,8,7416,703,217928 -05/05/2021,Chemung,7,7423,1009,218937 -05/06/2021,Chemung,12,7435,403,219340 -05/07/2021,Chemung,17,7452,974,220314 -05/08/2021,Chemung,15,7467,646,220960 -05/09/2021,Chemung,9,7476,442,221402 -05/10/2021,Chemung,10,7486,372,221774 -05/11/2021,Chemung,9,7495,637,222411 -05/12/2021,Chemung,21,7516,729,223140 -05/13/2021,Chemung,17,7533,580,223720 -05/14/2021,Chemung,21,7554,1042,224762 -05/15/2021,Chemung,6,7560,691,225453 -05/16/2021,Chemung,10,7570,440,225893 -05/17/2021,Chemung,8,7578,335,226228 -05/18/2021,Chemung,9,7587,771,226999 -05/19/2021,Chemung,13,7600,790,227789 -05/20/2021,Chemung,11,7611,681,228470 -05/21/2021,Chemung,14,7625,620,229090 -05/22/2021,Chemung,8,7633,559,229649 -05/23/2021,Chemung,4,7637,293,229942 -05/24/2021,Chemung,4,7641,177,230119 -05/25/2021,Chemung,11,7652,533,230652 -05/26/2021,Chemung,18,7670,833,231485 -05/27/2021,Chemung,17,7687,693,232178 -05/28/2021,Chemung,10,7697,477,232655 -05/29/2021,Chemung,10,7707,491,233146 -05/30/2021,Chemung,11,7718,230,233376 -05/31/2021,Chemung,4,7722,167,233543 -06/01/2021,Chemung,2,7724,282,233825 -06/02/2021,Chemung,0,7724,509,234334 -06/03/2021,Chemung,4,7728,650,234984 -06/04/2021,Chemung,8,7736,782,235766 -06/05/2021,Chemung,4,7740,565,236331 -06/06/2021,Chemung,5,7745,192,236523 -06/07/2021,Chemung,4,7749,209,236732 -06/08/2021,Chemung,1,7750,429,237161 -06/09/2021,Chemung,3,7753,677,237838 -06/10/2021,Chemung,1,7754,476,238314 -06/11/2021,Chemung,3,7757,364,238678 -06/12/2021,Chemung,1,7758,410,239088 -06/13/2021,Chemung,1,7759,124,239212 -06/14/2021,Chemung,2,7761,192,239404 -06/15/2021,Chemung,3,7764,393,239797 -06/16/2021,Chemung,5,7769,485,240282 -06/17/2021,Chemung,3,7772,174,240456 -06/18/2021,Chemung,2,7774,315,240771 -06/19/2021,Chemung,0,7774,290,241061 -06/20/2021,Chemung,2,7776,122,241183 -06/21/2021,Chemung,0,7776,131,241314 -06/22/2021,Chemung,0,7776,217,241531 -06/23/2021,Chemung,3,7779,383,241914 -06/24/2021,Chemung,0,7779,140,242054 -06/25/2021,Chemung,1,7780,171,242225 -06/26/2021,Chemung,0,7780,274,242499 -06/27/2021,Chemung,0,7780,127,242626 -06/28/2021,Chemung,2,7782,111,242737 -06/29/2021,Chemung,1,7783,280,243017 -06/30/2021,Chemung,0,7783,203,243220 -07/01/2021,Chemung,0,7783,171,243391 -07/02/2021,Chemung,0,7783,194,243585 -07/03/2021,Chemung,1,7784,256,243841 -07/04/2021,Chemung,2,7786,105,243946 -07/05/2021,Chemung,1,7787,55,244001 -07/06/2021,Chemung,1,7788,132,244133 -07/07/2021,Chemung,2,7790,224,244357 -07/08/2021,Chemung,1,7791,302,244659 -07/09/2021,Chemung,2,7793,242,244901 -07/10/2021,Chemung,4,7797,463,245364 -07/11/2021,Chemung,2,7799,92,245456 -07/12/2021,Chemung,4,7803,77,245533 -07/13/2021,Chemung,2,7805,263,245796 -07/14/2021,Chemung,3,7808,235,246031 -07/15/2021,Chemung,1,7809,146,246177 -07/16/2021,Chemung,1,7810,344,246521 -07/17/2021,Chemung,1,7811,278,246799 -07/18/2021,Chemung,3,7814,77,246876 -07/19/2021,Chemung,3,7817,88,246964 -07/20/2021,Chemung,4,7821,240,247204 -07/21/2021,Chemung,1,7822,209,247413 -07/22/2021,Chemung,4,7826,199,247612 -07/23/2021,Chemung,0,7826,382,247994 -07/24/2021,Chemung,6,7832,233,248227 -07/25/2021,Chemung,2,7834,95,248322 -07/26/2021,Chemung,0,7834,138,248460 -07/27/2021,Chemung,1,7835,237,248697 -07/28/2021,Chemung,3,7838,187,248884 -07/29/2021,Chemung,2,7840,159,249043 -07/30/2021,Chemung,5,7845,200,249243 -07/31/2021,Chemung,4,7849,143,249386 -08/01/2021,Chemung,2,7851,99,249485 -08/02/2021,Chemung,5,7856,143,249628 -08/03/2021,Chemung,16,7872,313,249941 -08/04/2021,Chemung,4,7876,299,250240 -08/05/2021,Chemung,5,7881,199,250439 -08/06/2021,Chemung,17,7898,314,250753 -08/07/2021,Chemung,8,7906,176,250929 -08/08/2021,Chemung,6,7912,104,251033 -08/09/2021,Chemung,14,7926,144,251177 -08/10/2021,Chemung,14,7940,354,251531 -08/11/2021,Chemung,21,7961,241,251772 -08/12/2021,Chemung,7,7968,246,252018 -08/13/2021,Chemung,17,7985,338,252356 -08/14/2021,Chemung,2,7987,331,252687 -08/15/2021,Chemung,9,7996,145,252832 -08/16/2021,Chemung,12,8008,170,253002 -08/17/2021,Chemung,15,8023,357,253359 -08/18/2021,Chemung,17,8040,363,253722 -08/19/2021,Chemung,9,8049,359,254081 -08/20/2021,Chemung,19,8068,312,254393 -08/21/2021,Chemung,16,8084,305,254698 -08/22/2021,Chemung,26,8110,204,254902 -08/23/2021,Chemung,17,8127,198,255100 -08/24/2021,Chemung,22,8149,511,255611 -08/25/2021,Chemung,18,8167,566,256177 -08/26/2021,Chemung,35,8202,882,257059 -08/27/2021,Chemung,31,8233,553,257612 -08/28/2021,Chemung,17,8250,502,258114 -08/29/2021,Chemung,19,8269,247,258361 -08/30/2021,Chemung,21,8290,183,258544 -08/31/2021,Chemung,14,8304,664,259208 -09/01/2021,Chemung,21,8325,870,260078 -09/02/2021,Chemung,29,8354,668,260746 -09/03/2021,Chemung,36,8390,664,261410 -09/04/2021,Chemung,20,8410,694,262104 -09/05/2021,Chemung,25,8435,305,262409 -09/06/2021,Chemung,26,8461,292,262701 -09/07/2021,Chemung,22,8483,262,262963 -09/08/2021,Chemung,37,8520,865,263828 -09/09/2021,Chemung,26,8546,724,264552 -09/10/2021,Chemung,45,8591,1040,265592 -09/11/2021,Chemung,50,8641,1028,266620 -09/12/2021,Chemung,19,8660,288,266908 -09/13/2021,Chemung,21,8681,270,267178 -09/14/2021,Chemung,29,8710,594,267772 -09/15/2021,Chemung,62,8772,1070,268842 -09/16/2021,Chemung,65,8837,717,269559 -09/17/2021,Chemung,52,8889,872,270431 -09/18/2021,Chemung,67,8956,1032,271463 -09/19/2021,Chemung,35,8991,312,271775 -09/20/2021,Chemung,30,9021,558,272333 -09/21/2021,Chemung,48,9069,740,273073 -09/22/2021,Chemung,43,9112,984,274057 -09/23/2021,Chemung,72,9184,960,275017 -09/24/2021,Chemung,93,9277,1306,276323 -09/25/2021,Chemung,77,9354,992,277315 -09/26/2021,Chemung,60,9414,552,277867 -09/27/2021,Chemung,34,9448,342,278209 -09/28/2021,Chemung,89,9537,1045,279254 -09/29/2021,Chemung,53,9590,923,280177 -09/30/2021,Chemung,53,9643,1215,281392 -10/01/2021,Chemung,78,9721,1130,282522 -10/02/2021,Chemung,67,9788,1126,283648 -10/03/2021,Chemung,36,9824,341,283989 -10/04/2021,Chemung,31,9855,415,284404 -10/05/2021,Chemung,94,9949,967,285371 -10/06/2021,Chemung,71,10020,977,286348 -10/07/2021,Chemung,124,10144,1368,287716 -10/08/2021,Chemung,67,10211,1161,288877 -10/09/2021,Chemung,52,10263,923,289800 -10/10/2021,Chemung,69,10332,643,290443 -10/11/2021,Chemung,35,10367,406,290849 -10/12/2021,Chemung,70,10437,830,291679 -10/13/2021,Chemung,68,10505,922,292601 -10/14/2021,Chemung,94,10599,1160,293761 -10/15/2021,Chemung,84,10683,1372,295133 -10/16/2021,Chemung,57,10740,772,295905 -10/17/2021,Chemung,32,10772,340,296245 -10/18/2021,Chemung,26,10798,258,296503 -10/19/2021,Chemung,64,10862,982,297485 -10/20/2021,Chemung,70,10932,1237,298722 -10/21/2021,Chemung,34,10966,736,299458 -10/22/2021,Chemung,55,11021,1295,300753 -10/23/2021,Chemung,25,11046,812,301565 -10/24/2021,Chemung,23,11069,469,302034 -10/25/2021,Chemung,23,11092,293,302327 -10/26/2021,Chemung,54,11146,1034,303361 -10/27/2021,Chemung,61,11207,1004,304365 -10/28/2021,Chemung,68,11275,1062,305427 -10/29/2021,Chemung,40,11315,1222,306649 -10/30/2021,Chemung,24,11339,791,307440 -10/31/2021,Chemung,34,11373,357,307797 -11/01/2021,Chemung,27,11400,336,308133 -11/02/2021,Chemung,58,11458,795,308928 -11/03/2021,Chemung,48,11506,1104,310032 -11/04/2021,Chemung,45,11551,746,310778 -11/05/2021,Chemung,48,11599,1040,311818 -11/06/2021,Chemung,44,11643,1087,312905 -11/07/2021,Chemung,13,11656,430,313335 -11/08/2021,Chemung,45,11701,526,313861 -11/09/2021,Chemung,46,11747,658,314519 -11/10/2021,Chemung,69,11816,1140,315659 -11/11/2021,Chemung,59,11875,654,316313 -11/12/2021,Chemung,54,11929,1134,317447 -11/13/2021,Chemung,51,11980,629,318076 -11/14/2021,Chemung,30,12010,336,318412 -11/15/2021,Chemung,39,12049,316,318728 -11/16/2021,Chemung,62,12111,607,319335 -11/17/2021,Chemung,91,12202,1179,320514 -11/18/2021,Chemung,72,12274,892,321406 -11/19/2021,Chemung,51,12325,972,322378 -11/20/2021,Chemung,76,12401,963,323341 -11/21/2021,Chemung,44,12445,423,323764 -11/22/2021,Chemung,37,12482,371,324135 -11/23/2021,Chemung,66,12548,558,324693 -11/24/2021,Chemung,82,12630,1208,325901 -11/25/2021,Chemung,61,12691,888,326789 -11/26/2021,Chemung,35,12726,246,327035 -11/27/2021,Chemung,14,12740,295,327330 -11/28/2021,Chemung,41,12781,322,327652 -11/29/2021,Chemung,53,12834,329,327981 -11/30/2021,Chemung,82,12916,665,328646 -12/01/2021,Chemung,88,13004,1189,329835 -12/02/2021,Chemung,91,13095,943,330778 -12/03/2021,Chemung,102,13197,1157,331935 -12/04/2021,Chemung,93,13290,1281,333216 -12/05/2021,Chemung,29,13319,325,333541 -12/06/2021,Chemung,62,13381,515,334056 -12/07/2021,Chemung,79,13460,967,335023 -12/08/2021,Chemung,93,13553,1232,336255 -12/09/2021,Chemung,81,13634,1009,337264 -12/10/2021,Chemung,70,13704,1124,338388 -12/11/2021,Chemung,69,13773,1067,339455 -12/12/2021,Chemung,42,13815,479,339934 -12/13/2021,Chemung,42,13857,347,340281 -12/14/2021,Chemung,73,13930,772,341053 -12/15/2021,Chemung,80,14010,1113,342166 -12/16/2021,Chemung,56,14066,905,343071 -12/17/2021,Chemung,93,14159,1258,344329 -12/18/2021,Chemung,68,14227,1041,345370 -12/19/2021,Chemung,29,14256,390,345760 -12/20/2021,Chemung,39,14295,462,346222 -12/21/2021,Chemung,80,14375,709,346931 -12/22/2021,Chemung,86,14461,1089,348020 -12/23/2021,Chemung,63,14524,752,348772 -12/24/2021,Chemung,49,14573,597,349369 -12/25/2021,Chemung,36,14609,272,349641 -12/26/2021,Chemung,14,14623,116,349757 -12/27/2021,Chemung,34,14657,178,349935 -12/28/2021,Chemung,133,14790,1554,351489 -12/29/2021,Chemung,155,14945,760,352249 -12/30/2021,Chemung,147,15092,945,353194 -12/31/2021,Chemung,190,15282,1218,354412 -01/01/2022,Chemung,102,15384,557,354969 -01/02/2022,Chemung,108,15492,491,355460 -01/03/2022,Chemung,91,15583,428,355888 -01/04/2022,Chemung,160,15743,904,356792 -01/05/2022,Chemung,206,15949,1129,357921 -01/06/2022,Chemung,302,16251,1641,359562 -01/07/2022,Chemung,269,16520,1913,361475 -01/08/2022,Chemung,293,16813,1447,362922 -01/09/2022,Chemung,160,16973,674,363596 -01/10/2022,Chemung,138,17111,721,364317 -01/11/2022,Chemung,294,17405,1621,365938 -01/12/2022,Chemung,381,17786,1670,367608 -01/13/2022,Chemung,289,18075,1735,369343 -01/14/2022,Chemung,239,18314,1709,371052 -01/15/2022,Chemung,217,18531,1377,372429 -01/16/2022,Chemung,122,18653,666,373095 -01/17/2022,Chemung,85,18738,403,373498 -01/18/2022,Chemung,118,18856,824,374322 -01/19/2022,Chemung,127,18983,1040,375362 -01/20/2022,Chemung,154,19137,1325,376687 -01/21/2022,Chemung,183,19320,1350,378037 -01/22/2022,Chemung,139,19459,840,378877 -01/23/2022,Chemung,67,19526,495,379372 -01/24/2022,Chemung,87,19613,673,380045 -01/25/2022,Chemung,101,19714,795,380840 -01/26/2022,Chemung,108,19822,968,381808 -01/27/2022,Chemung,106,19928,1071,382879 -01/28/2022,Chemung,72,20000,942,383821 -01/29/2022,Chemung,81,20081,704,384525 -01/30/2022,Chemung,54,20135,426,384951 -01/31/2022,Chemung,48,20183,296,385247 -02/01/2022,Chemung,71,20254,771,386018 -02/02/2022,Chemung,59,20313,785,386803 -02/03/2022,Chemung,61,20374,1022,387825 -02/04/2022,Chemung,33,20407,652,388477 -02/05/2022,Chemung,28,20435,317,388794 -03/01/2020,Chenango,0,0,0,0 -03/02/2020,Chenango,0,0,0,0 -03/03/2020,Chenango,0,0,0,0 -03/04/2020,Chenango,0,0,0,0 -03/05/2020,Chenango,0,0,0,0 -03/06/2020,Chenango,0,0,0,0 -03/07/2020,Chenango,0,0,0,0 -03/08/2020,Chenango,0,0,0,0 -03/09/2020,Chenango,0,0,0,0 -03/10/2020,Chenango,0,0,0,0 -03/11/2020,Chenango,0,0,0,0 -03/12/2020,Chenango,0,0,0,0 -03/13/2020,Chenango,0,0,0,0 -03/14/2020,Chenango,0,0,0,0 -03/15/2020,Chenango,0,0,1,1 -03/16/2020,Chenango,0,0,2,3 -03/17/2020,Chenango,1,1,1,4 -03/18/2020,Chenango,1,2,1,5 -03/19/2020,Chenango,0,2,0,5 -03/20/2020,Chenango,0,2,4,9 -03/21/2020,Chenango,1,3,4,13 -03/22/2020,Chenango,0,3,2,15 -03/23/2020,Chenango,0,3,3,18 -03/24/2020,Chenango,0,3,6,24 -03/25/2020,Chenango,0,3,1,25 -03/26/2020,Chenango,1,4,6,31 -03/27/2020,Chenango,4,8,13,44 -03/28/2020,Chenango,7,15,15,59 -03/29/2020,Chenango,2,17,7,66 -03/30/2020,Chenango,2,19,9,75 -03/31/2020,Chenango,7,26,20,95 -04/01/2020,Chenango,2,28,16,111 -04/02/2020,Chenango,4,32,17,128 -04/03/2020,Chenango,7,39,40,168 -04/04/2020,Chenango,4,43,17,185 -04/05/2020,Chenango,3,46,27,212 -04/06/2020,Chenango,5,51,42,254 -04/07/2020,Chenango,2,53,11,265 -04/08/2020,Chenango,2,55,21,286 -04/09/2020,Chenango,5,60,29,315 -04/10/2020,Chenango,1,61,17,332 -04/11/2020,Chenango,2,63,12,344 -04/12/2020,Chenango,2,65,17,361 -04/13/2020,Chenango,3,68,36,397 -04/14/2020,Chenango,3,71,17,414 -04/15/2020,Chenango,2,73,21,435 -04/16/2020,Chenango,3,76,16,451 -04/17/2020,Chenango,1,77,11,462 -04/18/2020,Chenango,1,78,13,475 -04/19/2020,Chenango,0,78,11,486 -04/20/2020,Chenango,1,79,7,493 -04/21/2020,Chenango,0,79,17,510 -04/22/2020,Chenango,3,82,20,530 -04/23/2020,Chenango,2,84,20,550 -04/24/2020,Chenango,7,91,144,694 -04/25/2020,Chenango,2,93,19,713 -04/26/2020,Chenango,2,95,23,736 -04/27/2020,Chenango,0,95,10,746 -04/28/2020,Chenango,1,96,18,764 -04/29/2020,Chenango,2,98,25,789 -04/30/2020,Chenango,1,99,21,810 -05/01/2020,Chenango,0,99,35,845 -05/02/2020,Chenango,0,99,36,881 -05/03/2020,Chenango,1,100,50,931 -05/04/2020,Chenango,0,100,42,973 -05/05/2020,Chenango,2,102,51,1024 -05/06/2020,Chenango,3,105,50,1074 -05/07/2020,Chenango,0,105,26,1100 -05/08/2020,Chenango,4,109,181,1281 -05/09/2020,Chenango,0,109,45,1326 -05/10/2020,Chenango,2,111,107,1433 -05/11/2020,Chenango,1,112,197,1630 -05/12/2020,Chenango,0,112,83,1713 -05/13/2020,Chenango,0,112,41,1754 -05/14/2020,Chenango,1,113,45,1799 -05/15/2020,Chenango,2,115,54,1853 -05/16/2020,Chenango,2,117,50,1903 -05/17/2020,Chenango,1,118,62,1965 -05/18/2020,Chenango,0,118,67,2032 -05/19/2020,Chenango,0,118,54,2086 -05/20/2020,Chenango,0,118,150,2236 -05/21/2020,Chenango,0,118,219,2455 -05/22/2020,Chenango,0,118,143,2598 -05/23/2020,Chenango,0,118,226,2824 -05/24/2020,Chenango,1,119,217,3041 -05/25/2020,Chenango,4,123,221,3262 -05/26/2020,Chenango,2,125,122,3384 -05/27/2020,Chenango,1,126,139,3523 -05/28/2020,Chenango,4,130,168,3691 -05/29/2020,Chenango,2,132,199,3890 -05/30/2020,Chenango,1,133,404,4294 -05/31/2020,Chenango,0,133,173,4467 -06/01/2020,Chenango,0,133,190,4657 -06/02/2020,Chenango,0,133,245,4902 -06/03/2020,Chenango,0,133,193,5095 -06/04/2020,Chenango,0,133,329,5424 -06/05/2020,Chenango,0,133,252,5676 -06/06/2020,Chenango,1,134,233,5909 -06/07/2020,Chenango,1,135,313,6222 -06/08/2020,Chenango,0,135,177,6399 -06/09/2020,Chenango,2,137,234,6633 -06/10/2020,Chenango,0,137,264,6897 -06/11/2020,Chenango,1,138,273,7170 -06/12/2020,Chenango,0,138,188,7358 -06/13/2020,Chenango,0,138,219,7577 -06/14/2020,Chenango,0,138,79,7656 -06/15/2020,Chenango,1,139,213,7869 -06/16/2020,Chenango,0,139,175,8044 -06/17/2020,Chenango,0,139,281,8325 -06/18/2020,Chenango,0,139,359,8684 -06/19/2020,Chenango,0,139,169,8853 -06/20/2020,Chenango,0,139,348,9201 -06/21/2020,Chenango,1,140,134,9335 -06/22/2020,Chenango,1,141,273,9608 -06/23/2020,Chenango,1,142,83,9691 -06/24/2020,Chenango,2,144,217,9908 -06/25/2020,Chenango,1,145,300,10208 -06/26/2020,Chenango,1,146,199,10407 -06/27/2020,Chenango,0,146,234,10641 -06/28/2020,Chenango,0,146,162,10803 -06/29/2020,Chenango,0,146,104,10907 -06/30/2020,Chenango,0,146,119,11026 -07/01/2020,Chenango,2,148,231,11257 -07/02/2020,Chenango,0,148,256,11513 -07/03/2020,Chenango,1,149,115,11628 -07/04/2020,Chenango,1,150,89,11717 -07/05/2020,Chenango,6,156,433,12150 -07/06/2020,Chenango,1,157,225,12375 -07/07/2020,Chenango,2,159,83,12458 -07/08/2020,Chenango,4,163,87,12545 -07/09/2020,Chenango,3,166,208,12753 -07/10/2020,Chenango,0,166,133,12886 -07/11/2020,Chenango,0,166,162,13048 -07/12/2020,Chenango,3,169,188,13236 -07/13/2020,Chenango,2,171,282,13518 -07/14/2020,Chenango,4,175,209,13727 -07/15/2020,Chenango,3,178,129,13856 -07/16/2020,Chenango,3,181,197,14053 -07/17/2020,Chenango,1,182,173,14226 -07/18/2020,Chenango,0,182,112,14338 -07/19/2020,Chenango,2,184,134,14472 -07/20/2020,Chenango,4,188,175,14647 -07/21/2020,Chenango,3,191,306,14953 -07/22/2020,Chenango,3,194,204,15157 -07/23/2020,Chenango,2,196,212,15369 -07/24/2020,Chenango,7,203,220,15589 -07/25/2020,Chenango,0,203,102,15691 -07/26/2020,Chenango,0,203,249,15940 -07/27/2020,Chenango,0,203,92,16032 -07/28/2020,Chenango,2,205,147,16179 -07/29/2020,Chenango,1,206,108,16287 -07/30/2020,Chenango,1,207,189,16476 -07/31/2020,Chenango,2,209,193,16669 -08/01/2020,Chenango,2,211,289,16958 -08/02/2020,Chenango,0,211,206,17164 -08/03/2020,Chenango,1,212,111,17275 -08/04/2020,Chenango,0,212,179,17454 -08/05/2020,Chenango,0,212,95,17549 -08/06/2020,Chenango,3,215,213,17762 -08/07/2020,Chenango,0,215,155,17917 -08/08/2020,Chenango,1,216,165,18082 -08/09/2020,Chenango,0,216,122,18204 -08/10/2020,Chenango,2,218,520,18724 -08/11/2020,Chenango,0,218,95,18819 -08/12/2020,Chenango,0,218,158,18977 -08/13/2020,Chenango,0,218,185,19162 -08/14/2020,Chenango,0,218,227,19389 -08/15/2020,Chenango,0,218,278,19667 -08/16/2020,Chenango,0,218,249,19916 -08/17/2020,Chenango,0,218,173,20089 -08/18/2020,Chenango,0,218,183,20272 -08/19/2020,Chenango,1,219,144,20416 -08/20/2020,Chenango,3,222,419,20835 -08/21/2020,Chenango,1,223,280,21115 -08/22/2020,Chenango,0,223,131,21246 -08/23/2020,Chenango,0,223,119,21365 -08/24/2020,Chenango,0,223,144,21509 -08/25/2020,Chenango,0,223,144,21653 -08/26/2020,Chenango,1,224,173,21826 -08/27/2020,Chenango,0,224,361,22187 -08/28/2020,Chenango,1,225,290,22477 -08/29/2020,Chenango,2,227,210,22687 -08/30/2020,Chenango,1,228,153,22840 -08/31/2020,Chenango,1,229,349,23189 -09/01/2020,Chenango,0,229,158,23347 -09/02/2020,Chenango,1,230,134,23481 -09/03/2020,Chenango,1,231,164,23645 -09/04/2020,Chenango,2,233,330,23975 -09/05/2020,Chenango,2,235,176,24151 -09/06/2020,Chenango,0,235,294,24445 -09/07/2020,Chenango,4,239,187,24632 -09/08/2020,Chenango,1,240,80,24712 -09/09/2020,Chenango,2,242,120,24832 -09/10/2020,Chenango,2,244,232,25064 -09/11/2020,Chenango,1,245,446,25510 -09/12/2020,Chenango,0,245,314,25824 -09/13/2020,Chenango,0,245,255,26079 -09/14/2020,Chenango,0,245,93,26172 -09/15/2020,Chenango,0,245,92,26264 -09/16/2020,Chenango,0,245,218,26482 -09/17/2020,Chenango,3,248,223,26705 -09/18/2020,Chenango,0,248,338,27043 -09/19/2020,Chenango,0,248,283,27326 -09/20/2020,Chenango,0,248,173,27499 -09/21/2020,Chenango,0,248,87,27586 -09/22/2020,Chenango,0,248,107,27693 -09/23/2020,Chenango,0,248,161,27854 -09/24/2020,Chenango,0,248,166,28020 -09/25/2020,Chenango,1,249,457,28477 -09/26/2020,Chenango,0,249,186,28663 -09/27/2020,Chenango,2,251,103,28766 -09/28/2020,Chenango,0,251,111,28877 -09/29/2020,Chenango,2,253,174,29051 -09/30/2020,Chenango,0,253,157,29208 -10/01/2020,Chenango,4,257,262,29470 -10/02/2020,Chenango,2,259,457,29927 -10/03/2020,Chenango,2,261,298,30225 -10/04/2020,Chenango,1,262,148,30373 -10/05/2020,Chenango,1,263,78,30451 -10/06/2020,Chenango,2,265,98,30549 -10/07/2020,Chenango,2,267,247,30796 -10/08/2020,Chenango,1,268,295,31091 -10/09/2020,Chenango,3,271,312,31403 -10/10/2020,Chenango,4,275,247,31650 -10/11/2020,Chenango,2,277,400,32050 -10/12/2020,Chenango,3,280,189,32239 -10/13/2020,Chenango,10,290,93,32332 -10/14/2020,Chenango,1,291,267,32599 -10/15/2020,Chenango,3,294,297,32896 -10/16/2020,Chenango,10,304,389,33285 -10/17/2020,Chenango,9,313,281,33566 -10/18/2020,Chenango,17,330,337,33903 -10/19/2020,Chenango,1,331,233,34136 -10/20/2020,Chenango,6,337,114,34250 -10/21/2020,Chenango,10,347,198,34448 -10/22/2020,Chenango,11,358,205,34653 -10/23/2020,Chenango,7,365,356,35009 -10/24/2020,Chenango,16,381,447,35456 -10/25/2020,Chenango,5,386,198,35654 -10/26/2020,Chenango,2,388,120,35774 -10/27/2020,Chenango,9,397,404,36178 -10/28/2020,Chenango,11,408,438,36616 -10/29/2020,Chenango,5,413,174,36790 -10/30/2020,Chenango,6,419,324,37114 -10/31/2020,Chenango,6,425,317,37431 -11/01/2020,Chenango,3,428,253,37684 -11/02/2020,Chenango,2,430,207,37891 -11/03/2020,Chenango,2,432,151,38042 -11/04/2020,Chenango,11,443,333,38375 -11/05/2020,Chenango,6,449,383,38758 -11/06/2020,Chenango,6,455,401,39159 -11/07/2020,Chenango,5,460,205,39364 -11/08/2020,Chenango,8,468,159,39523 -11/09/2020,Chenango,4,472,245,39768 -11/10/2020,Chenango,5,477,316,40084 -11/11/2020,Chenango,3,480,287,40371 -11/12/2020,Chenango,9,489,327,40698 -11/13/2020,Chenango,6,495,302,41000 -11/14/2020,Chenango,6,501,145,41145 -11/15/2020,Chenango,5,506,167,41312 -11/16/2020,Chenango,6,512,181,41493 -11/17/2020,Chenango,6,518,232,41725 -11/18/2020,Chenango,13,531,344,42069 -11/19/2020,Chenango,11,542,187,42256 -11/20/2020,Chenango,9,551,344,42600 -11/21/2020,Chenango,12,563,268,42868 -11/22/2020,Chenango,15,578,360,43228 -11/23/2020,Chenango,5,583,205,43433 -11/24/2020,Chenango,19,602,353,43786 -11/25/2020,Chenango,3,605,273,44059 -11/26/2020,Chenango,18,623,406,44465 -11/27/2020,Chenango,6,629,212,44677 -11/28/2020,Chenango,10,639,314,44991 -11/29/2020,Chenango,4,643,276,45267 -11/30/2020,Chenango,6,649,203,45470 -12/01/2020,Chenango,3,652,306,45776 -12/02/2020,Chenango,13,665,409,46185 -12/03/2020,Chenango,17,682,335,46520 -12/04/2020,Chenango,28,710,577,47097 -12/05/2020,Chenango,14,724,487,47584 -12/06/2020,Chenango,15,739,287,47871 -12/07/2020,Chenango,15,754,188,48059 -12/08/2020,Chenango,13,767,307,48366 -12/09/2020,Chenango,14,781,471,48837 -12/10/2020,Chenango,34,815,339,49176 -12/11/2020,Chenango,20,835,588,49764 -12/12/2020,Chenango,33,868,410,50174 -12/13/2020,Chenango,12,880,356,50530 -12/14/2020,Chenango,12,892,150,50680 -12/15/2020,Chenango,25,917,253,50933 -12/16/2020,Chenango,11,928,352,51285 -12/17/2020,Chenango,17,945,448,51733 -12/18/2020,Chenango,17,962,206,51939 -12/19/2020,Chenango,10,972,298,52237 -12/20/2020,Chenango,16,988,212,52449 -12/21/2020,Chenango,8,996,176,52625 -12/22/2020,Chenango,24,1020,316,52941 -12/23/2020,Chenango,16,1036,473,53414 -12/24/2020,Chenango,38,1074,316,53730 -12/25/2020,Chenango,28,1102,450,54180 -12/26/2020,Chenango,6,1108,228,54408 -12/27/2020,Chenango,21,1129,202,54610 -12/28/2020,Chenango,31,1160,271,54881 -12/29/2020,Chenango,19,1179,170,55051 -12/30/2020,Chenango,35,1214,536,55587 -12/31/2020,Chenango,36,1250,411,55998 -01/01/2021,Chenango,25,1275,278,56276 -01/02/2021,Chenango,21,1296,370,56646 -01/03/2021,Chenango,30,1326,501,57147 -01/04/2021,Chenango,11,1337,109,57256 -01/05/2021,Chenango,20,1357,295,57551 -01/06/2021,Chenango,36,1393,493,58044 -01/07/2021,Chenango,37,1430,436,58480 -01/08/2021,Chenango,41,1471,592,59072 -01/09/2021,Chenango,31,1502,422,59494 -01/10/2021,Chenango,27,1529,326,59820 -01/11/2021,Chenango,29,1558,329,60149 -01/12/2021,Chenango,23,1581,424,60573 -01/13/2021,Chenango,31,1612,456,61029 -01/14/2021,Chenango,42,1654,760,61789 -01/15/2021,Chenango,26,1680,628,62417 -01/16/2021,Chenango,24,1704,473,62890 -01/17/2021,Chenango,46,1750,459,63349 -01/18/2021,Chenango,8,1758,202,63551 -01/19/2021,Chenango,37,1795,539,64090 -01/20/2021,Chenango,26,1821,461,64551 -01/21/2021,Chenango,29,1850,569,65120 -01/22/2021,Chenango,38,1888,816,65936 -01/23/2021,Chenango,38,1926,673,66609 -01/24/2021,Chenango,17,1943,496,67105 -01/25/2021,Chenango,16,1959,230,67335 -01/26/2021,Chenango,18,1977,303,67638 -01/27/2021,Chenango,24,2001,523,68161 -01/28/2021,Chenango,48,2049,735,68896 -01/29/2021,Chenango,29,2078,762,69658 -01/30/2021,Chenango,32,2110,529,70187 -01/31/2021,Chenango,9,2119,389,70576 -02/01/2021,Chenango,14,2133,171,70747 -02/02/2021,Chenango,13,2146,389,71136 -02/03/2021,Chenango,29,2175,513,71649 -02/04/2021,Chenango,20,2195,508,72157 -02/05/2021,Chenango,19,2214,521,72678 -02/06/2021,Chenango,23,2237,516,73194 -02/07/2021,Chenango,12,2249,303,73497 -02/08/2021,Chenango,7,2256,120,73617 -02/09/2021,Chenango,10,2266,253,73870 -02/10/2021,Chenango,19,2285,378,74248 -02/11/2021,Chenango,13,2298,669,74917 -02/12/2021,Chenango,9,2307,644,75561 -02/13/2021,Chenango,12,2319,478,76039 -02/14/2021,Chenango,8,2327,226,76265 -02/15/2021,Chenango,1,2328,125,76390 -02/16/2021,Chenango,1,2329,298,76688 -02/17/2021,Chenango,9,2338,527,77215 -02/18/2021,Chenango,6,2344,508,77723 -02/19/2021,Chenango,15,2359,553,78276 -02/20/2021,Chenango,17,2376,499,78775 -02/21/2021,Chenango,7,2383,282,79057 -02/22/2021,Chenango,2,2385,106,79163 -02/23/2021,Chenango,5,2390,255,79418 -02/24/2021,Chenango,7,2397,530,79948 -02/25/2021,Chenango,13,2410,638,80586 -02/26/2021,Chenango,17,2427,556,81142 -02/27/2021,Chenango,7,2434,608,81750 -02/28/2021,Chenango,5,2439,258,82008 -03/01/2021,Chenango,4,2443,109,82117 -03/02/2021,Chenango,9,2452,393,82510 -03/03/2021,Chenango,9,2461,527,83037 -03/04/2021,Chenango,13,2474,601,83638 -03/05/2021,Chenango,13,2487,570,84208 -03/06/2021,Chenango,15,2502,495,84703 -03/07/2021,Chenango,3,2505,237,84940 -03/08/2021,Chenango,5,2510,146,85086 -03/09/2021,Chenango,17,2527,300,85386 -03/10/2021,Chenango,4,2531,309,85695 -03/11/2021,Chenango,10,2541,752,86447 -03/12/2021,Chenango,13,2554,514,86961 -03/13/2021,Chenango,9,2563,511,87472 -03/14/2021,Chenango,7,2570,197,87669 -03/15/2021,Chenango,15,2585,153,87822 -03/16/2021,Chenango,13,2598,374,88196 -03/17/2021,Chenango,11,2609,309,88505 -03/18/2021,Chenango,16,2625,752,89257 -03/19/2021,Chenango,14,2639,521,89778 -03/20/2021,Chenango,12,2651,578,90356 -03/21/2021,Chenango,8,2659,175,90531 -03/22/2021,Chenango,12,2671,159,90690 -03/23/2021,Chenango,15,2686,335,91025 -03/24/2021,Chenango,14,2700,271,91296 -03/25/2021,Chenango,23,2723,776,92072 -03/26/2021,Chenango,27,2750,697,92769 -03/27/2021,Chenango,21,2771,534,93303 -03/28/2021,Chenango,13,2784,218,93521 -03/29/2021,Chenango,13,2797,192,93713 -03/30/2021,Chenango,21,2818,333,94046 -03/31/2021,Chenango,17,2835,471,94517 -04/01/2021,Chenango,17,2852,599,95116 -04/02/2021,Chenango,14,2866,611,95727 -04/03/2021,Chenango,13,2879,468,96195 -04/04/2021,Chenango,14,2893,161,96356 -04/05/2021,Chenango,7,2900,119,96475 -04/06/2021,Chenango,12,2912,279,96754 -04/07/2021,Chenango,22,2934,359,97113 -04/08/2021,Chenango,22,2956,714,97827 -04/09/2021,Chenango,17,2973,614,98441 -04/10/2021,Chenango,14,2987,397,98838 -04/11/2021,Chenango,20,3007,204,99042 -04/12/2021,Chenango,11,3018,189,99231 -04/13/2021,Chenango,13,3031,387,99618 -04/14/2021,Chenango,17,3048,436,100054 -04/15/2021,Chenango,10,3058,579,100633 -04/16/2021,Chenango,19,3077,505,101138 -04/17/2021,Chenango,14,3091,704,101842 -04/18/2021,Chenango,13,3104,166,102008 -04/19/2021,Chenango,21,3125,172,102180 -04/20/2021,Chenango,13,3138,297,102477 -04/21/2021,Chenango,18,3156,483,102960 -04/22/2021,Chenango,27,3183,756,103716 -04/23/2021,Chenango,19,3202,624,104340 -04/24/2021,Chenango,11,3213,452,104792 -04/25/2021,Chenango,6,3219,234,105026 -04/26/2021,Chenango,10,3229,139,105165 -04/27/2021,Chenango,9,3238,377,105542 -04/28/2021,Chenango,18,3256,645,106187 -04/29/2021,Chenango,12,3268,535,106722 -04/30/2021,Chenango,20,3288,566,107288 -05/01/2021,Chenango,10,3298,561,107849 -05/02/2021,Chenango,11,3309,189,108038 -05/03/2021,Chenango,13,3322,101,108139 -05/04/2021,Chenango,9,3331,294,108433 -05/05/2021,Chenango,11,3342,651,109084 -05/06/2021,Chenango,11,3353,603,109687 -05/07/2021,Chenango,3,3356,513,110200 -05/08/2021,Chenango,10,3366,471,110671 -05/09/2021,Chenango,3,3369,119,110790 -05/10/2021,Chenango,7,3376,135,110925 -05/11/2021,Chenango,12,3388,256,111181 -05/12/2021,Chenango,4,3392,598,111779 -05/13/2021,Chenango,5,3397,586,112365 -05/14/2021,Chenango,5,3402,571,112936 -05/15/2021,Chenango,7,3409,360,113296 -05/16/2021,Chenango,3,3412,167,113463 -05/17/2021,Chenango,8,3420,101,113564 -05/18/2021,Chenango,12,3432,341,113905 -05/19/2021,Chenango,5,3437,502,114407 -05/20/2021,Chenango,9,3446,513,114920 -05/21/2021,Chenango,5,3451,456,115376 -05/22/2021,Chenango,4,3455,376,115752 -05/23/2021,Chenango,0,3455,125,115877 -05/24/2021,Chenango,1,3456,101,115978 -05/25/2021,Chenango,2,3458,283,116261 -05/26/2021,Chenango,4,3462,394,116655 -05/27/2021,Chenango,0,3462,410,117065 -05/28/2021,Chenango,4,3466,421,117486 -05/29/2021,Chenango,2,3468,293,117779 -05/30/2021,Chenango,1,3469,99,117878 -05/31/2021,Chenango,2,3471,47,117925 -06/01/2021,Chenango,2,3473,99,118024 -06/02/2021,Chenango,2,3475,295,118319 -06/03/2021,Chenango,1,3476,585,118904 -06/04/2021,Chenango,2,3478,455,119359 -06/05/2021,Chenango,5,3483,444,119803 -06/06/2021,Chenango,5,3488,130,119933 -06/07/2021,Chenango,1,3489,77,120010 -06/08/2021,Chenango,3,3492,220,120230 -06/09/2021,Chenango,2,3494,314,120544 -06/10/2021,Chenango,1,3495,505,121049 -06/11/2021,Chenango,0,3495,340,121389 -06/12/2021,Chenango,3,3498,388,121777 -06/13/2021,Chenango,0,3498,73,121850 -06/14/2021,Chenango,1,3499,129,121979 -06/15/2021,Chenango,2,3501,170,122149 -06/16/2021,Chenango,2,3503,344,122493 -06/17/2021,Chenango,1,3504,413,122906 -06/18/2021,Chenango,0,3504,269,123175 -06/19/2021,Chenango,0,3504,116,123291 -06/20/2021,Chenango,0,3504,58,123349 -06/21/2021,Chenango,1,3505,73,123422 -06/22/2021,Chenango,2,3507,134,123556 -06/23/2021,Chenango,2,3509,190,123746 -06/24/2021,Chenango,1,3510,204,123950 -06/25/2021,Chenango,1,3511,132,124082 -06/26/2021,Chenango,0,3511,134,124216 -06/27/2021,Chenango,1,3512,38,124254 -06/28/2021,Chenango,1,3513,65,124319 -06/29/2021,Chenango,1,3514,162,124481 -06/30/2021,Chenango,2,3516,143,124624 -07/01/2021,Chenango,0,3516,137,124761 -07/02/2021,Chenango,0,3516,69,124830 -07/03/2021,Chenango,0,3516,71,124901 -07/04/2021,Chenango,0,3516,74,124975 -07/05/2021,Chenango,0,3516,23,124998 -07/06/2021,Chenango,0,3516,50,125048 -07/07/2021,Chenango,2,3518,147,125195 -07/08/2021,Chenango,0,3518,182,125377 -07/09/2021,Chenango,0,3518,95,125472 -07/10/2021,Chenango,1,3519,136,125608 -07/11/2021,Chenango,0,3519,61,125669 -07/12/2021,Chenango,0,3519,36,125705 -07/13/2021,Chenango,0,3519,101,125806 -07/14/2021,Chenango,0,3519,140,125946 -07/15/2021,Chenango,0,3519,102,126048 -07/16/2021,Chenango,0,3519,89,126137 -07/17/2021,Chenango,0,3519,132,126269 -07/18/2021,Chenango,1,3520,25,126294 -07/19/2021,Chenango,2,3522,67,126361 -07/20/2021,Chenango,2,3524,77,126438 -07/21/2021,Chenango,1,3525,82,126520 -07/22/2021,Chenango,1,3526,93,126613 -07/23/2021,Chenango,1,3527,79,126692 -07/24/2021,Chenango,4,3531,87,126779 -07/25/2021,Chenango,0,3531,75,126854 -07/26/2021,Chenango,5,3536,133,126987 -07/27/2021,Chenango,2,3538,106,127093 -07/28/2021,Chenango,8,3546,101,127194 -07/29/2021,Chenango,7,3553,175,127369 -07/30/2021,Chenango,9,3562,153,127522 -07/31/2021,Chenango,5,3567,163,127685 -08/01/2021,Chenango,3,3570,135,127820 -08/02/2021,Chenango,2,3572,126,127946 -08/03/2021,Chenango,6,3578,252,128198 -08/04/2021,Chenango,5,3583,172,128370 -08/05/2021,Chenango,7,3590,180,128550 -08/06/2021,Chenango,9,3599,159,128709 -08/07/2021,Chenango,8,3607,124,128833 -08/08/2021,Chenango,14,3621,86,128919 -08/09/2021,Chenango,9,3630,160,129079 -08/10/2021,Chenango,14,3644,216,129295 -08/11/2021,Chenango,4,3648,225,129520 -08/12/2021,Chenango,24,3672,239,129759 -08/13/2021,Chenango,12,3684,233,129992 -08/14/2021,Chenango,10,3694,212,130204 -08/15/2021,Chenango,11,3705,139,130343 -08/16/2021,Chenango,8,3713,139,130482 -08/17/2021,Chenango,13,3726,344,130826 -08/18/2021,Chenango,12,3738,398,131224 -08/19/2021,Chenango,13,3751,212,131436 -08/20/2021,Chenango,16,3767,212,131648 -08/21/2021,Chenango,10,3777,325,131973 -08/22/2021,Chenango,7,3784,138,132111 -08/23/2021,Chenango,10,3794,227,132338 -08/24/2021,Chenango,15,3809,250,132588 -08/25/2021,Chenango,14,3823,196,132784 -08/26/2021,Chenango,15,3838,305,133089 -08/27/2021,Chenango,11,3849,257,133346 -08/28/2021,Chenango,11,3860,193,133539 -08/29/2021,Chenango,12,3872,198,133737 -08/30/2021,Chenango,15,3887,145,133882 -08/31/2021,Chenango,17,3904,316,134198 -09/01/2021,Chenango,22,3926,366,134564 -09/02/2021,Chenango,12,3938,372,134936 -09/03/2021,Chenango,18,3956,239,135175 -09/04/2021,Chenango,12,3968,224,135399 -09/05/2021,Chenango,9,3977,266,135665 -09/06/2021,Chenango,8,3985,154,135819 -09/07/2021,Chenango,6,3991,95,135914 -09/08/2021,Chenango,11,4002,285,136199 -09/09/2021,Chenango,18,4020,252,136451 -09/10/2021,Chenango,11,4031,391,136842 -09/11/2021,Chenango,15,4046,255,137097 -09/12/2021,Chenango,11,4057,123,137220 -09/13/2021,Chenango,11,4068,148,137368 -09/14/2021,Chenango,12,4080,194,137562 -09/15/2021,Chenango,18,4098,390,137952 -09/16/2021,Chenango,14,4112,485,138437 -09/17/2021,Chenango,21,4133,387,138824 -09/18/2021,Chenango,15,4148,293,139117 -09/19/2021,Chenango,8,4156,133,139250 -09/20/2021,Chenango,12,4168,164,139414 -09/21/2021,Chenango,22,4190,370,139784 -09/22/2021,Chenango,22,4212,366,140150 -09/23/2021,Chenango,21,4233,486,140636 -09/24/2021,Chenango,12,4245,381,141017 -09/25/2021,Chenango,14,4259,229,141246 -09/26/2021,Chenango,8,4267,166,141412 -09/27/2021,Chenango,8,4275,225,141637 -09/28/2021,Chenango,9,4284,376,142013 -09/29/2021,Chenango,22,4306,323,142336 -09/30/2021,Chenango,20,4326,440,142776 -10/01/2021,Chenango,12,4338,411,143187 -10/02/2021,Chenango,21,4359,518,143705 -10/03/2021,Chenango,9,4368,216,143921 -10/04/2021,Chenango,9,4377,267,144188 -10/05/2021,Chenango,24,4401,457,144645 -10/06/2021,Chenango,18,4419,438,145083 -10/07/2021,Chenango,29,4448,779,145862 -10/08/2021,Chenango,27,4475,437,146299 -10/09/2021,Chenango,16,4491,293,146592 -10/10/2021,Chenango,9,4500,276,146868 -10/11/2021,Chenango,16,4516,120,146988 -10/12/2021,Chenango,27,4543,322,147310 -10/13/2021,Chenango,13,4556,364,147674 -10/14/2021,Chenango,38,4594,611,148285 -10/15/2021,Chenango,25,4619,442,148727 -10/16/2021,Chenango,16,4635,473,149200 -10/17/2021,Chenango,14,4649,233,149433 -10/18/2021,Chenango,8,4657,153,149586 -10/19/2021,Chenango,17,4674,342,149928 -10/20/2021,Chenango,15,4689,350,150278 -10/21/2021,Chenango,17,4706,493,150771 -10/22/2021,Chenango,9,4715,394,151165 -10/23/2021,Chenango,18,4733,414,151579 -10/24/2021,Chenango,13,4746,203,151782 -10/25/2021,Chenango,3,4749,121,151903 -10/26/2021,Chenango,13,4762,307,152210 -10/27/2021,Chenango,20,4782,267,152477 -10/28/2021,Chenango,23,4805,582,153059 -10/29/2021,Chenango,11,4816,456,153515 -10/30/2021,Chenango,16,4832,404,153919 -10/31/2021,Chenango,13,4845,168,154087 -11/01/2021,Chenango,11,4856,235,154322 -11/02/2021,Chenango,12,4868,316,154638 -11/03/2021,Chenango,11,4879,429,155067 -11/04/2021,Chenango,26,4905,538,155605 -11/05/2021,Chenango,19,4924,436,156041 -11/06/2021,Chenango,23,4947,521,156562 -11/07/2021,Chenango,12,4959,235,156797 -11/08/2021,Chenango,21,4980,301,157098 -11/09/2021,Chenango,32,5012,490,157588 -11/10/2021,Chenango,30,5042,423,158011 -11/11/2021,Chenango,33,5075,670,158681 -11/12/2021,Chenango,30,5105,344,159025 -11/13/2021,Chenango,22,5127,406,159431 -11/14/2021,Chenango,16,5143,259,159690 -11/15/2021,Chenango,28,5171,362,160052 -11/16/2021,Chenango,22,5193,322,160374 -11/17/2021,Chenango,33,5226,424,160798 -11/18/2021,Chenango,52,5278,566,161364 -11/19/2021,Chenango,43,5321,471,161835 -11/20/2021,Chenango,33,5354,442,162277 -11/21/2021,Chenango,13,5367,168,162445 -11/22/2021,Chenango,31,5398,366,162811 -11/23/2021,Chenango,28,5426,408,163219 -11/24/2021,Chenango,26,5452,497,163716 -11/25/2021,Chenango,27,5479,307,164023 -11/26/2021,Chenango,11,5490,225,164248 -11/27/2021,Chenango,18,5508,275,164523 -11/28/2021,Chenango,19,5527,139,164662 -11/29/2021,Chenango,20,5547,200,164862 -11/30/2021,Chenango,40,5587,547,165409 -12/01/2021,Chenango,41,5628,511,165920 -12/02/2021,Chenango,51,5679,576,166496 -12/03/2021,Chenango,48,5727,709,167205 -12/04/2021,Chenango,39,5766,315,167520 -12/05/2021,Chenango,21,5787,195,167715 -12/06/2021,Chenango,57,5844,524,168239 -12/07/2021,Chenango,36,5880,488,168727 -12/08/2021,Chenango,43,5923,489,169216 -12/09/2021,Chenango,30,5953,478,169694 -12/10/2021,Chenango,63,6016,629,170323 -12/11/2021,Chenango,32,6048,412,170735 -12/12/2021,Chenango,22,6070,363,171098 -12/13/2021,Chenango,25,6095,362,171460 -12/14/2021,Chenango,42,6137,410,171870 -12/15/2021,Chenango,53,6190,520,172390 -12/16/2021,Chenango,60,6250,710,173100 -12/17/2021,Chenango,47,6297,487,173587 -12/18/2021,Chenango,37,6334,578,174165 -12/19/2021,Chenango,28,6362,191,174356 -12/20/2021,Chenango,20,6382,409,174765 -12/21/2021,Chenango,31,6413,448,175213 -12/22/2021,Chenango,34,6447,544,175757 -12/23/2021,Chenango,46,6493,508,176265 -12/24/2021,Chenango,22,6515,475,176740 -12/25/2021,Chenango,18,6533,130,176870 -12/26/2021,Chenango,6,6539,68,176938 -12/27/2021,Chenango,20,6559,269,177207 -12/28/2021,Chenango,39,6598,696,177903 -12/29/2021,Chenango,39,6637,458,178361 -12/30/2021,Chenango,80,6717,580,178941 -12/31/2021,Chenango,68,6785,621,179562 -01/01/2022,Chenango,52,6837,370,179932 -01/02/2022,Chenango,31,6868,175,180107 -01/03/2022,Chenango,63,6931,390,180497 -01/04/2022,Chenango,77,7008,658,181155 -01/05/2022,Chenango,112,7120,674,181829 -01/06/2022,Chenango,84,7204,566,182395 -01/07/2022,Chenango,109,7313,762,183157 -01/08/2022,Chenango,95,7408,527,183684 -01/09/2022,Chenango,41,7449,288,183972 -01/10/2022,Chenango,28,7477,311,184283 -01/11/2022,Chenango,57,7534,570,184853 -01/12/2022,Chenango,91,7625,603,185456 -01/13/2022,Chenango,92,7717,584,186040 -01/14/2022,Chenango,81,7798,659,186699 -01/15/2022,Chenango,72,7870,410,187109 -01/16/2022,Chenango,35,7905,389,187498 -01/17/2022,Chenango,51,7956,228,187726 -01/18/2022,Chenango,38,7994,471,188197 -01/19/2022,Chenango,89,8083,529,188726 -01/20/2022,Chenango,73,8156,537,189263 -01/21/2022,Chenango,85,8241,625,189888 -01/22/2022,Chenango,44,8285,367,190255 -01/23/2022,Chenango,43,8328,383,190638 -01/24/2022,Chenango,34,8362,419,191057 -01/25/2022,Chenango,37,8399,330,191387 -01/26/2022,Chenango,57,8456,528,191915 -01/27/2022,Chenango,65,8521,475,192390 -01/28/2022,Chenango,35,8556,552,192942 -01/29/2022,Chenango,48,8604,338,193280 -01/30/2022,Chenango,22,8626,206,193486 -01/31/2022,Chenango,18,8644,352,193838 -02/01/2022,Chenango,41,8685,387,194225 -02/02/2022,Chenango,49,8734,435,194660 -02/03/2022,Chenango,23,8757,410,195070 -02/04/2022,Chenango,28,8785,380,195450 -02/05/2022,Chenango,16,8801,164,195614 -03/01/2020,Clinton,0,0,0,0 -03/02/2020,Clinton,0,0,0,0 -03/03/2020,Clinton,0,0,0,0 -03/04/2020,Clinton,0,0,0,0 -03/05/2020,Clinton,0,0,0,0 -03/06/2020,Clinton,0,0,0,0 -03/07/2020,Clinton,0,0,0,0 -03/08/2020,Clinton,0,0,0,0 -03/09/2020,Clinton,0,0,0,0 -03/10/2020,Clinton,0,0,0,0 -03/11/2020,Clinton,0,0,4,4 -03/12/2020,Clinton,0,0,3,7 -03/13/2020,Clinton,0,0,1,8 -03/14/2020,Clinton,0,0,1,9 -03/15/2020,Clinton,0,0,0,9 -03/16/2020,Clinton,1,1,1,10 -03/17/2020,Clinton,0,1,3,13 -03/18/2020,Clinton,1,2,21,34 -03/19/2020,Clinton,0,2,9,43 -03/20/2020,Clinton,2,4,12,55 -03/21/2020,Clinton,0,4,2,57 -03/22/2020,Clinton,2,6,12,69 -03/23/2020,Clinton,2,8,17,86 -03/24/2020,Clinton,2,10,14,100 -03/25/2020,Clinton,1,11,16,116 -03/26/2020,Clinton,0,11,6,122 -03/27/2020,Clinton,1,12,22,144 -03/28/2020,Clinton,1,13,18,162 -03/29/2020,Clinton,4,17,19,181 -03/30/2020,Clinton,4,21,9,190 -03/31/2020,Clinton,4,25,21,211 -04/01/2020,Clinton,0,25,5,216 -04/02/2020,Clinton,5,30,16,232 -04/03/2020,Clinton,1,31,11,243 -04/04/2020,Clinton,2,33,23,266 -04/05/2020,Clinton,3,36,14,280 -04/06/2020,Clinton,1,37,16,296 -04/07/2020,Clinton,2,39,25,321 -04/08/2020,Clinton,1,40,25,346 -04/09/2020,Clinton,3,43,17,363 -04/10/2020,Clinton,0,43,23,386 -04/11/2020,Clinton,0,43,25,411 -04/12/2020,Clinton,1,44,9,420 -04/13/2020,Clinton,1,45,23,443 -04/14/2020,Clinton,0,45,8,451 -04/15/2020,Clinton,1,46,17,468 -04/16/2020,Clinton,1,47,21,489 -04/17/2020,Clinton,1,48,16,505 -04/18/2020,Clinton,1,49,12,517 -04/19/2020,Clinton,2,51,10,527 -04/20/2020,Clinton,0,51,17,544 -04/21/2020,Clinton,0,51,4,548 -04/22/2020,Clinton,1,52,11,559 -04/23/2020,Clinton,1,53,14,573 -04/24/2020,Clinton,1,54,39,612 -04/25/2020,Clinton,3,57,28,640 -04/26/2020,Clinton,2,59,30,670 -04/27/2020,Clinton,0,59,15,685 -04/28/2020,Clinton,0,59,23,708 -04/29/2020,Clinton,0,59,40,748 -04/30/2020,Clinton,2,61,48,796 -05/01/2020,Clinton,1,62,35,831 -05/02/2020,Clinton,4,66,33,864 -05/03/2020,Clinton,2,68,21,885 -05/04/2020,Clinton,1,69,27,912 -05/05/2020,Clinton,0,69,25,937 -05/06/2020,Clinton,0,69,22,959 -05/07/2020,Clinton,5,74,72,1031 -05/08/2020,Clinton,2,76,27,1058 -05/09/2020,Clinton,0,76,33,1091 -05/10/2020,Clinton,0,76,53,1144 -05/11/2020,Clinton,1,77,38,1182 -05/12/2020,Clinton,1,78,53,1235 -05/13/2020,Clinton,3,81,123,1358 -05/14/2020,Clinton,4,85,126,1484 -05/15/2020,Clinton,6,91,150,1634 -05/16/2020,Clinton,1,92,88,1722 -05/17/2020,Clinton,2,94,155,1877 -05/18/2020,Clinton,0,94,59,1936 -05/19/2020,Clinton,0,94,58,1994 -05/20/2020,Clinton,0,94,204,2198 -05/21/2020,Clinton,0,94,131,2329 -05/22/2020,Clinton,1,95,135,2464 -05/23/2020,Clinton,0,95,131,2595 -05/24/2020,Clinton,0,95,70,2665 -05/25/2020,Clinton,0,95,108,2773 -05/26/2020,Clinton,0,95,51,2824 -05/27/2020,Clinton,0,95,201,3025 -05/28/2020,Clinton,0,95,226,3251 -05/29/2020,Clinton,0,95,441,3692 -05/30/2020,Clinton,0,95,329,4021 -05/31/2020,Clinton,1,96,146,4167 -06/01/2020,Clinton,1,97,147,4314 -06/02/2020,Clinton,0,97,309,4623 -06/03/2020,Clinton,0,97,632,5255 -06/04/2020,Clinton,0,97,319,5574 -06/05/2020,Clinton,0,97,421,5995 -06/06/2020,Clinton,0,97,305,6300 -06/07/2020,Clinton,0,97,220,6520 -06/08/2020,Clinton,0,97,105,6625 -06/09/2020,Clinton,0,97,306,6931 -06/10/2020,Clinton,1,98,268,7199 -06/11/2020,Clinton,0,98,350,7549 -06/12/2020,Clinton,0,98,285,7834 -06/13/2020,Clinton,0,98,187,8021 -06/14/2020,Clinton,0,98,137,8158 -06/15/2020,Clinton,1,99,225,8383 -06/16/2020,Clinton,0,99,242,8625 -06/17/2020,Clinton,0,99,252,8877 -06/18/2020,Clinton,0,99,251,9128 -06/19/2020,Clinton,1,100,325,9453 -06/20/2020,Clinton,0,100,112,9565 -06/21/2020,Clinton,0,100,192,9757 -06/22/2020,Clinton,0,100,167,9924 -06/23/2020,Clinton,0,100,184,10108 -06/24/2020,Clinton,1,101,312,10420 -06/25/2020,Clinton,0,101,153,10573 -06/26/2020,Clinton,0,101,264,10837 -06/27/2020,Clinton,0,101,226,11063 -06/28/2020,Clinton,0,101,160,11223 -06/29/2020,Clinton,0,101,133,11356 -06/30/2020,Clinton,0,101,287,11643 -07/01/2020,Clinton,0,101,254,11897 -07/02/2020,Clinton,0,101,156,12053 -07/03/2020,Clinton,0,101,114,12167 -07/04/2020,Clinton,2,103,183,12350 -07/05/2020,Clinton,0,103,140,12490 -07/06/2020,Clinton,2,105,295,12785 -07/07/2020,Clinton,1,106,186,12971 -07/08/2020,Clinton,1,107,339,13310 -07/09/2020,Clinton,0,107,278,13588 -07/10/2020,Clinton,1,108,211,13799 -07/11/2020,Clinton,1,109,190,13989 -07/12/2020,Clinton,0,109,178,14167 -07/13/2020,Clinton,1,110,280,14447 -07/14/2020,Clinton,1,111,215,14662 -07/15/2020,Clinton,0,111,261,14923 -07/16/2020,Clinton,0,111,236,15159 -07/17/2020,Clinton,0,111,357,15516 -07/18/2020,Clinton,2,113,145,15661 -07/19/2020,Clinton,0,113,134,15795 -07/20/2020,Clinton,1,114,339,16134 -07/21/2020,Clinton,0,114,264,16398 -07/22/2020,Clinton,0,114,317,16715 -07/23/2020,Clinton,3,117,285,17000 -07/24/2020,Clinton,2,119,334,17334 -07/25/2020,Clinton,1,120,368,17702 -07/26/2020,Clinton,0,120,183,17885 -07/27/2020,Clinton,3,123,395,18280 -07/28/2020,Clinton,0,123,129,18409 -07/29/2020,Clinton,2,125,307,18716 -07/30/2020,Clinton,1,126,158,18874 -07/31/2020,Clinton,1,127,297,19171 -08/01/2020,Clinton,0,127,381,19552 -08/02/2020,Clinton,0,127,184,19736 -08/03/2020,Clinton,0,127,309,20045 -08/04/2020,Clinton,0,127,164,20209 -08/05/2020,Clinton,0,127,116,20325 -08/06/2020,Clinton,0,127,134,20459 -08/07/2020,Clinton,0,127,338,20797 -08/08/2020,Clinton,0,127,226,21023 -08/09/2020,Clinton,1,128,252,21275 -08/10/2020,Clinton,1,129,374,21649 -08/11/2020,Clinton,0,129,139,21788 -08/12/2020,Clinton,0,129,230,22018 -08/13/2020,Clinton,1,130,151,22169 -08/14/2020,Clinton,1,131,257,22426 -08/15/2020,Clinton,1,132,287,22713 -08/16/2020,Clinton,1,133,109,22822 -08/17/2020,Clinton,1,134,363,23185 -08/18/2020,Clinton,0,134,213,23398 -08/19/2020,Clinton,1,135,170,23568 -08/20/2020,Clinton,1,136,265,23833 -08/21/2020,Clinton,5,141,335,24168 -08/22/2020,Clinton,0,141,254,24422 -08/23/2020,Clinton,1,142,82,24504 -08/24/2020,Clinton,4,146,400,24904 -08/25/2020,Clinton,1,147,157,25061 -08/26/2020,Clinton,1,148,267,25328 -08/27/2020,Clinton,1,149,193,25521 -08/28/2020,Clinton,1,150,369,25890 -08/29/2020,Clinton,0,150,197,26087 -08/30/2020,Clinton,0,150,255,26342 -08/31/2020,Clinton,1,151,203,26545 -09/01/2020,Clinton,0,151,249,26794 -09/02/2020,Clinton,1,152,171,26965 -09/03/2020,Clinton,0,152,191,27156 -09/04/2020,Clinton,0,152,385,27541 -09/05/2020,Clinton,0,152,157,27698 -09/06/2020,Clinton,0,152,308,28006 -09/07/2020,Clinton,0,152,225,28231 -09/08/2020,Clinton,0,152,51,28282 -09/09/2020,Clinton,0,152,267,28549 -09/10/2020,Clinton,0,152,173,28722 -09/11/2020,Clinton,0,152,441,29163 -09/12/2020,Clinton,1,153,229,29392 -09/13/2020,Clinton,0,153,225,29617 -09/14/2020,Clinton,1,154,330,29947 -09/15/2020,Clinton,0,154,108,30055 -09/16/2020,Clinton,0,154,241,30296 -09/17/2020,Clinton,0,154,150,30446 -09/18/2020,Clinton,0,154,328,30774 -09/19/2020,Clinton,0,154,287,31061 -09/20/2020,Clinton,0,154,94,31155 -09/21/2020,Clinton,1,155,381,31536 -09/22/2020,Clinton,1,156,226,31762 -09/23/2020,Clinton,1,157,298,32060 -09/24/2020,Clinton,1,158,433,32493 -09/25/2020,Clinton,1,159,417,32910 -09/26/2020,Clinton,1,160,412,33322 -09/27/2020,Clinton,1,161,259,33581 -09/28/2020,Clinton,1,162,296,33877 -09/29/2020,Clinton,0,162,361,34238 -09/30/2020,Clinton,0,162,1234,35472 -10/01/2020,Clinton,2,164,407,35879 -10/02/2020,Clinton,1,165,504,36383 -10/03/2020,Clinton,1,166,467,36850 -10/04/2020,Clinton,4,170,325,37175 -10/05/2020,Clinton,3,173,425,37600 -10/06/2020,Clinton,0,173,382,37982 -10/07/2020,Clinton,4,177,444,38426 -10/08/2020,Clinton,1,178,1050,39476 -10/09/2020,Clinton,0,178,490,39966 -10/10/2020,Clinton,1,179,582,40548 -10/11/2020,Clinton,0,179,255,40803 -10/12/2020,Clinton,3,182,569,41372 -10/13/2020,Clinton,1,183,533,41905 -10/14/2020,Clinton,4,187,528,42433 -10/15/2020,Clinton,3,190,356,42789 -10/16/2020,Clinton,2,192,538,43327 -10/17/2020,Clinton,5,197,522,43849 -10/18/2020,Clinton,2,199,210,44059 -10/19/2020,Clinton,16,215,559,44618 -10/20/2020,Clinton,5,220,353,44971 -10/21/2020,Clinton,4,224,259,45230 -10/22/2020,Clinton,8,232,305,45535 -10/23/2020,Clinton,4,236,303,45838 -10/24/2020,Clinton,4,240,565,46403 -10/25/2020,Clinton,2,242,225,46628 -10/26/2020,Clinton,2,244,446,47074 -10/27/2020,Clinton,2,246,315,47389 -10/28/2020,Clinton,2,248,387,47776 -10/29/2020,Clinton,7,255,199,47975 -10/30/2020,Clinton,8,263,218,48193 -10/31/2020,Clinton,7,270,348,48541 -11/01/2020,Clinton,3,273,267,48808 -11/02/2020,Clinton,6,279,283,49091 -11/03/2020,Clinton,3,282,439,49530 -11/04/2020,Clinton,6,288,935,50465 -11/05/2020,Clinton,4,292,1073,51538 -11/06/2020,Clinton,5,297,322,51860 -11/07/2020,Clinton,4,301,409,52269 -11/08/2020,Clinton,2,303,313,52582 -11/09/2020,Clinton,10,313,336,52918 -11/10/2020,Clinton,18,331,211,53129 -11/11/2020,Clinton,13,344,1683,54812 -11/12/2020,Clinton,12,356,830,55642 -11/13/2020,Clinton,16,372,243,55885 -11/14/2020,Clinton,5,377,127,56012 -11/15/2020,Clinton,3,380,921,56933 -11/16/2020,Clinton,4,384,242,57175 -11/17/2020,Clinton,5,389,247,57422 -11/18/2020,Clinton,8,397,333,57755 -11/19/2020,Clinton,9,406,1301,59056 -11/20/2020,Clinton,6,412,539,59595 -11/21/2020,Clinton,6,418,463,60058 -11/22/2020,Clinton,10,428,566,60624 -11/23/2020,Clinton,2,430,380,61004 -11/24/2020,Clinton,4,434,333,61337 -11/25/2020,Clinton,9,443,457,61794 -11/26/2020,Clinton,5,448,364,62158 -11/27/2020,Clinton,8,456,270,62428 -11/28/2020,Clinton,3,459,459,62887 -11/29/2020,Clinton,2,461,282,63169 -11/30/2020,Clinton,19,480,491,63660 -12/01/2020,Clinton,8,488,138,63798 -12/02/2020,Clinton,7,495,329,64127 -12/03/2020,Clinton,29,524,602,64729 -12/04/2020,Clinton,8,532,451,65180 -12/05/2020,Clinton,8,540,256,65436 -12/06/2020,Clinton,9,549,370,65806 -12/07/2020,Clinton,19,568,322,66128 -12/08/2020,Clinton,6,574,268,66396 -12/09/2020,Clinton,12,586,428,66824 -12/10/2020,Clinton,11,597,607,67431 -12/11/2020,Clinton,30,627,442,67873 -12/12/2020,Clinton,30,657,1702,69575 -12/13/2020,Clinton,41,698,418,69993 -12/14/2020,Clinton,14,712,407,70400 -12/15/2020,Clinton,19,731,311,70711 -12/16/2020,Clinton,7,738,943,71654 -12/17/2020,Clinton,11,749,821,72475 -12/18/2020,Clinton,28,777,792,73267 -12/19/2020,Clinton,18,795,495,73762 -12/20/2020,Clinton,9,804,415,74177 -12/21/2020,Clinton,14,818,404,74581 -12/22/2020,Clinton,23,841,411,74992 -12/23/2020,Clinton,22,863,475,75467 -12/24/2020,Clinton,27,890,480,75947 -12/25/2020,Clinton,31,921,647,76594 -12/26/2020,Clinton,30,951,385,76979 -12/27/2020,Clinton,29,980,365,77344 -12/28/2020,Clinton,48,1028,458,77802 -12/29/2020,Clinton,22,1050,447,78249 -12/30/2020,Clinton,25,1075,785,79034 -12/31/2020,Clinton,83,1158,868,79902 -01/01/2021,Clinton,52,1210,716,80618 -01/02/2021,Clinton,58,1268,610,81228 -01/03/2021,Clinton,44,1312,353,81581 -01/04/2021,Clinton,40,1352,456,82037 -01/05/2021,Clinton,53,1405,676,82713 -01/06/2021,Clinton,95,1500,1746,84459 -01/07/2021,Clinton,56,1556,1136,85595 -01/08/2021,Clinton,63,1619,945,86540 -01/09/2021,Clinton,62,1681,738,87278 -01/10/2021,Clinton,38,1719,642,87920 -01/11/2021,Clinton,74,1793,761,88681 -01/12/2021,Clinton,55,1848,517,89198 -01/13/2021,Clinton,52,1900,671,89869 -01/14/2021,Clinton,77,1977,1069,90938 -01/15/2021,Clinton,63,2040,918,91856 -01/16/2021,Clinton,51,2091,718,92574 -01/17/2021,Clinton,38,2129,538,93112 -01/18/2021,Clinton,51,2180,669,93781 -01/19/2021,Clinton,29,2209,500,94281 -01/20/2021,Clinton,55,2264,1016,95297 -01/21/2021,Clinton,53,2317,733,96030 -01/22/2021,Clinton,43,2360,782,96812 -01/23/2021,Clinton,64,2424,1023,97835 -01/24/2021,Clinton,34,2458,585,98420 -01/25/2021,Clinton,47,2505,638,99058 -01/26/2021,Clinton,37,2542,614,99672 -01/27/2021,Clinton,41,2583,740,100412 -01/28/2021,Clinton,53,2636,640,101052 -01/29/2021,Clinton,34,2670,958,102010 -01/30/2021,Clinton,50,2720,910,102920 -01/31/2021,Clinton,29,2749,453,103373 -02/01/2021,Clinton,30,2779,590,103963 -02/02/2021,Clinton,20,2799,373,104336 -02/03/2021,Clinton,25,2824,467,104803 -02/04/2021,Clinton,32,2856,1082,105885 -02/05/2021,Clinton,35,2891,1407,107292 -02/06/2021,Clinton,37,2928,788,108080 -02/07/2021,Clinton,42,2970,533,108613 -02/08/2021,Clinton,29,2999,564,109177 -02/09/2021,Clinton,27,3026,892,110069 -02/10/2021,Clinton,77,3103,1250,111319 -02/11/2021,Clinton,26,3129,706,112025 -02/12/2021,Clinton,32,3161,1425,113450 -02/13/2021,Clinton,44,3205,663,114113 -02/14/2021,Clinton,34,3239,375,114488 -02/15/2021,Clinton,19,3258,480,114968 -02/16/2021,Clinton,20,3278,1441,116409 -02/17/2021,Clinton,19,3297,365,116774 -02/18/2021,Clinton,55,3352,1748,118522 -02/19/2021,Clinton,17,3369,608,119130 -02/20/2021,Clinton,21,3390,537,119667 -02/21/2021,Clinton,25,3415,425,120092 -02/22/2021,Clinton,37,3452,449,120541 -02/23/2021,Clinton,16,3468,2516,123057 -02/24/2021,Clinton,39,3507,2074,125131 -02/25/2021,Clinton,23,3530,2550,127681 -02/26/2021,Clinton,28,3558,700,128381 -02/27/2021,Clinton,28,3586,700,129081 -02/28/2021,Clinton,24,3610,644,129725 -03/01/2021,Clinton,35,3645,478,130203 -03/02/2021,Clinton,37,3682,1470,131673 -03/03/2021,Clinton,22,3704,1617,133290 -03/04/2021,Clinton,37,3741,1921,135211 -03/05/2021,Clinton,20,3761,629,135840 -03/06/2021,Clinton,27,3788,607,136447 -03/07/2021,Clinton,15,3803,583,137030 -03/08/2021,Clinton,27,3830,526,137556 -03/09/2021,Clinton,13,3843,1359,138915 -03/10/2021,Clinton,11,3854,1656,140571 -03/11/2021,Clinton,16,3870,1980,142551 -03/12/2021,Clinton,12,3882,432,142983 -03/13/2021,Clinton,9,3891,661,143644 -03/14/2021,Clinton,9,3900,520,144164 -03/15/2021,Clinton,14,3914,409,144573 -03/16/2021,Clinton,22,3936,1232,145805 -03/17/2021,Clinton,14,3950,1520,147325 -03/18/2021,Clinton,12,3962,1889,149214 -03/19/2021,Clinton,9,3971,568,149782 -03/20/2021,Clinton,16,3987,625,150407 -03/21/2021,Clinton,15,4002,571,150978 -03/22/2021,Clinton,29,4031,363,151341 -03/23/2021,Clinton,24,4055,1255,152596 -03/24/2021,Clinton,6,4061,1428,154024 -03/25/2021,Clinton,16,4077,2088,156112 -03/26/2021,Clinton,34,4111,731,156843 -03/27/2021,Clinton,17,4128,2610,159453 -03/28/2021,Clinton,27,4155,1137,160590 -03/29/2021,Clinton,22,4177,746,161336 -03/30/2021,Clinton,10,4187,1096,162432 -03/31/2021,Clinton,35,4222,542,162974 -04/01/2021,Clinton,8,4230,2037,165011 -04/02/2021,Clinton,20,4250,830,165841 -04/03/2021,Clinton,24,4274,848,166689 -04/04/2021,Clinton,22,4296,445,167134 -04/05/2021,Clinton,23,4319,958,168092 -04/06/2021,Clinton,23,4342,1013,169105 -04/07/2021,Clinton,22,4364,1460,170565 -04/08/2021,Clinton,27,4391,2105,172670 -04/09/2021,Clinton,26,4417,586,173256 -04/10/2021,Clinton,20,4437,1006,174262 -04/11/2021,Clinton,4,4441,259,174521 -04/12/2021,Clinton,24,4465,1242,175763 -04/13/2021,Clinton,7,4472,1183,176946 -04/14/2021,Clinton,29,4501,1366,178312 -04/15/2021,Clinton,10,4511,1782,180094 -04/16/2021,Clinton,17,4528,883,180977 -04/17/2021,Clinton,22,4550,1033,182010 -04/18/2021,Clinton,13,4563,1032,183042 -04/19/2021,Clinton,14,4577,446,183488 -04/20/2021,Clinton,5,4582,1100,184588 -04/21/2021,Clinton,9,4591,1376,185964 -04/22/2021,Clinton,20,4611,1010,186974 -04/23/2021,Clinton,22,4633,433,187407 -04/24/2021,Clinton,9,4642,813,188220 -04/25/2021,Clinton,12,4654,931,189151 -04/26/2021,Clinton,8,4662,510,189661 -04/27/2021,Clinton,4,4666,386,190047 -04/28/2021,Clinton,9,4675,453,190500 -04/29/2021,Clinton,8,4683,887,191387 -04/30/2021,Clinton,10,4693,596,191983 -05/01/2021,Clinton,8,4701,1359,193342 -05/02/2021,Clinton,12,4713,398,193740 -05/03/2021,Clinton,7,4720,484,194224 -05/04/2021,Clinton,11,4731,330,194554 -05/05/2021,Clinton,13,4744,550,195104 -05/06/2021,Clinton,7,4751,583,195687 -05/07/2021,Clinton,6,4757,625,196312 -05/08/2021,Clinton,5,4762,485,196797 -05/09/2021,Clinton,0,4762,719,197516 -05/10/2021,Clinton,7,4769,758,198274 -05/11/2021,Clinton,4,4773,279,198553 -05/12/2021,Clinton,11,4784,388,198941 -05/13/2021,Clinton,5,4789,858,199799 -05/14/2021,Clinton,14,4803,654,200453 -05/15/2021,Clinton,4,4807,436,200889 -05/16/2021,Clinton,3,4810,572,201461 -05/17/2021,Clinton,1,4811,277,201738 -05/18/2021,Clinton,4,4815,359,202097 -05/19/2021,Clinton,0,4815,743,202840 -05/20/2021,Clinton,2,4817,656,203496 -05/21/2021,Clinton,1,4818,303,203799 -05/22/2021,Clinton,3,4821,288,204087 -05/23/2021,Clinton,3,4824,340,204427 -05/24/2021,Clinton,0,4824,403,204830 -05/25/2021,Clinton,0,4824,248,205078 -05/26/2021,Clinton,2,4826,265,205343 -05/27/2021,Clinton,1,4827,998,206341 -05/28/2021,Clinton,0,4827,184,206525 -05/29/2021,Clinton,0,4827,374,206899 -05/30/2021,Clinton,3,4830,409,207308 -05/31/2021,Clinton,0,4830,167,207475 -06/01/2021,Clinton,2,4832,74,207549 -06/02/2021,Clinton,0,4832,155,207704 -06/03/2021,Clinton,1,4833,578,208282 -06/04/2021,Clinton,0,4833,698,208980 -06/05/2021,Clinton,0,4833,225,209205 -06/06/2021,Clinton,1,4834,592,209797 -06/07/2021,Clinton,1,4835,138,209935 -06/08/2021,Clinton,0,4835,171,210106 -06/09/2021,Clinton,0,4835,201,210307 -06/10/2021,Clinton,0,4835,578,210885 -06/11/2021,Clinton,0,4835,154,211039 -06/12/2021,Clinton,0,4835,491,211530 -06/13/2021,Clinton,0,4835,295,211825 -06/14/2021,Clinton,0,4835,106,211931 -06/15/2021,Clinton,1,4836,263,212194 -06/16/2021,Clinton,0,4836,236,212430 -06/17/2021,Clinton,1,4837,307,212737 -06/18/2021,Clinton,1,4838,137,212874 -06/19/2021,Clinton,1,4839,130,213004 -06/20/2021,Clinton,0,4839,185,213189 -06/21/2021,Clinton,0,4839,82,213271 -06/22/2021,Clinton,0,4839,122,213393 -06/23/2021,Clinton,2,4841,174,213567 -06/24/2021,Clinton,2,4843,203,213770 -06/25/2021,Clinton,2,4845,133,213903 -06/26/2021,Clinton,1,4846,172,214075 -06/27/2021,Clinton,0,4846,126,214201 -06/28/2021,Clinton,0,4846,115,214316 -06/29/2021,Clinton,1,4847,152,214468 -06/30/2021,Clinton,8,4855,116,214584 -07/01/2021,Clinton,0,4855,212,214796 -07/02/2021,Clinton,0,4855,108,214904 -07/03/2021,Clinton,0,4855,188,215092 -07/04/2021,Clinton,0,4855,110,215202 -07/05/2021,Clinton,1,4856,57,215259 -07/06/2021,Clinton,1,4857,115,215374 -07/07/2021,Clinton,1,4858,152,215526 -07/08/2021,Clinton,0,4858,170,215696 -07/09/2021,Clinton,0,4858,138,215834 -07/10/2021,Clinton,0,4858,171,216005 -07/11/2021,Clinton,0,4858,144,216149 -07/12/2021,Clinton,0,4858,124,216273 -07/13/2021,Clinton,0,4858,109,216382 -07/14/2021,Clinton,0,4858,111,216493 -07/15/2021,Clinton,1,4859,190,216683 -07/16/2021,Clinton,0,4859,149,216832 -07/17/2021,Clinton,2,4861,135,216967 -07/18/2021,Clinton,5,4866,91,217058 -07/19/2021,Clinton,1,4867,97,217155 -07/20/2021,Clinton,0,4867,100,217255 -07/21/2021,Clinton,1,4868,163,217418 -07/22/2021,Clinton,0,4868,144,217562 -07/23/2021,Clinton,0,4868,143,217705 -07/24/2021,Clinton,0,4868,154,217859 -07/25/2021,Clinton,1,4869,89,217948 -07/26/2021,Clinton,1,4870,76,218024 -07/27/2021,Clinton,3,4873,149,218173 -07/28/2021,Clinton,2,4875,183,218356 -07/29/2021,Clinton,3,4878,264,218620 -07/30/2021,Clinton,5,4883,105,218725 -07/31/2021,Clinton,2,4885,190,218915 -08/01/2021,Clinton,3,4888,112,219027 -08/02/2021,Clinton,3,4891,87,219114 -08/03/2021,Clinton,2,4893,189,219303 -08/04/2021,Clinton,2,4895,167,219470 -08/05/2021,Clinton,6,4901,206,219676 -08/06/2021,Clinton,10,4911,226,219902 -08/07/2021,Clinton,5,4916,269,220171 -08/08/2021,Clinton,4,4920,170,220341 -08/09/2021,Clinton,3,4923,240,220581 -08/10/2021,Clinton,3,4926,210,220791 -08/11/2021,Clinton,8,4934,265,221056 -08/12/2021,Clinton,2,4936,324,221380 -08/13/2021,Clinton,8,4944,260,221640 -08/14/2021,Clinton,4,4948,295,221935 -08/15/2021,Clinton,4,4952,296,222231 -08/16/2021,Clinton,1,4953,327,222558 -08/17/2021,Clinton,2,4955,170,222728 -08/18/2021,Clinton,7,4962,263,222991 -08/19/2021,Clinton,5,4967,400,223391 -08/20/2021,Clinton,3,4970,343,223734 -08/21/2021,Clinton,9,4979,371,224105 -08/22/2021,Clinton,11,4990,242,224347 -08/23/2021,Clinton,2,4992,131,224478 -08/24/2021,Clinton,3,4995,156,224634 -08/25/2021,Clinton,22,5017,394,225028 -08/26/2021,Clinton,6,5023,488,225516 -08/27/2021,Clinton,28,5051,330,225846 -08/28/2021,Clinton,14,5065,536,226382 -08/29/2021,Clinton,17,5082,336,226718 -08/30/2021,Clinton,9,5091,433,227151 -08/31/2021,Clinton,6,5097,263,227414 -09/01/2021,Clinton,11,5108,328,227742 -09/02/2021,Clinton,23,5131,530,228272 -09/03/2021,Clinton,19,5150,615,228887 -09/04/2021,Clinton,23,5173,801,229688 -09/05/2021,Clinton,21,5194,488,230176 -09/06/2021,Clinton,10,5204,342,230518 -09/07/2021,Clinton,10,5214,206,230724 -09/08/2021,Clinton,15,5229,357,231081 -09/09/2021,Clinton,31,5260,795,231876 -09/10/2021,Clinton,35,5295,734,232610 -09/11/2021,Clinton,34,5329,621,233231 -09/12/2021,Clinton,22,5351,517,233748 -09/13/2021,Clinton,8,5359,315,234063 -09/14/2021,Clinton,28,5387,422,234485 -09/15/2021,Clinton,44,5431,617,235102 -09/16/2021,Clinton,33,5464,763,235865 -09/17/2021,Clinton,65,5529,792,236657 -09/18/2021,Clinton,56,5585,1115,237772 -09/19/2021,Clinton,30,5615,497,238269 -09/20/2021,Clinton,40,5655,528,238797 -09/21/2021,Clinton,19,5674,343,239140 -09/22/2021,Clinton,42,5716,635,239775 -09/23/2021,Clinton,58,5774,1058,240833 -09/24/2021,Clinton,56,5830,723,241556 -09/25/2021,Clinton,36,5866,723,242279 -09/26/2021,Clinton,49,5915,609,242888 -09/27/2021,Clinton,22,5937,330,243218 -09/28/2021,Clinton,43,5980,700,243918 -09/29/2021,Clinton,45,6025,827,244745 -09/30/2021,Clinton,46,6071,902,245647 -10/01/2021,Clinton,55,6126,1178,246825 -10/02/2021,Clinton,37,6163,663,247488 -10/03/2021,Clinton,30,6193,515,248003 -10/04/2021,Clinton,30,6223,923,248926 -10/05/2021,Clinton,32,6255,501,249427 -10/06/2021,Clinton,33,6288,710,250137 -10/07/2021,Clinton,51,6339,1150,251287 -10/08/2021,Clinton,47,6386,951,252238 -10/09/2021,Clinton,10,6396,256,252494 -10/10/2021,Clinton,59,6455,1220,253714 -10/11/2021,Clinton,25,6480,450,254164 -10/12/2021,Clinton,27,6507,350,254514 -10/13/2021,Clinton,23,6530,717,255231 -10/14/2021,Clinton,31,6561,1123,256354 -10/15/2021,Clinton,42,6603,701,257055 -10/16/2021,Clinton,28,6631,718,257773 -10/17/2021,Clinton,23,6654,674,258447 -10/18/2021,Clinton,11,6665,653,259100 -10/19/2021,Clinton,14,6679,358,259458 -10/20/2021,Clinton,46,6725,718,260176 -10/21/2021,Clinton,25,6750,1046,261222 -10/22/2021,Clinton,37,6787,1432,262654 -10/23/2021,Clinton,20,6807,654,263308 -10/24/2021,Clinton,30,6837,765,264073 -10/25/2021,Clinton,16,6853,406,264479 -10/26/2021,Clinton,27,6880,532,265011 -10/27/2021,Clinton,29,6909,762,265773 -10/28/2021,Clinton,53,6962,1528,267301 -10/29/2021,Clinton,32,6994,838,268139 -10/30/2021,Clinton,35,7029,676,268815 -10/31/2021,Clinton,23,7052,656,269471 -11/01/2021,Clinton,11,7063,298,269769 -11/02/2021,Clinton,32,7095,689,270458 -11/03/2021,Clinton,39,7134,881,271339 -11/04/2021,Clinton,41,7175,1206,272545 -11/05/2021,Clinton,42,7217,687,273232 -11/06/2021,Clinton,22,7239,817,274049 -11/07/2021,Clinton,61,7300,932,274981 -11/08/2021,Clinton,30,7330,432,275413 -11/09/2021,Clinton,28,7358,555,275968 -11/10/2021,Clinton,43,7401,842,276810 -11/11/2021,Clinton,46,7447,897,277707 -11/12/2021,Clinton,40,7487,960,278667 -11/13/2021,Clinton,20,7507,804,279471 -11/14/2021,Clinton,30,7537,575,280046 -11/15/2021,Clinton,28,7565,401,280447 -11/16/2021,Clinton,17,7582,349,280796 -11/17/2021,Clinton,58,7640,836,281632 -11/18/2021,Clinton,44,7684,771,282403 -11/19/2021,Clinton,43,7727,701,283104 -11/20/2021,Clinton,45,7772,828,283932 -11/21/2021,Clinton,34,7806,435,284367 -11/22/2021,Clinton,21,7827,323,284690 -11/23/2021,Clinton,26,7853,289,284979 -11/24/2021,Clinton,51,7904,782,285761 -11/25/2021,Clinton,49,7953,786,286547 -11/26/2021,Clinton,27,7980,321,286868 -11/27/2021,Clinton,37,8017,415,287283 -11/28/2021,Clinton,46,8063,497,287780 -11/29/2021,Clinton,36,8099,416,288196 -11/30/2021,Clinton,47,8146,465,288661 -12/01/2021,Clinton,72,8218,846,289507 -12/02/2021,Clinton,61,8279,871,290378 -12/03/2021,Clinton,70,8349,904,291282 -12/04/2021,Clinton,59,8408,989,292271 -12/05/2021,Clinton,33,8441,531,292802 -12/06/2021,Clinton,28,8469,456,293258 -12/07/2021,Clinton,34,8503,499,293757 -12/08/2021,Clinton,64,8567,742,294499 -12/09/2021,Clinton,52,8619,1012,295511 -12/10/2021,Clinton,57,8676,719,296230 -12/11/2021,Clinton,70,8746,792,297022 -12/12/2021,Clinton,39,8785,478,297500 -12/13/2021,Clinton,24,8809,320,297820 -12/14/2021,Clinton,38,8847,510,298330 -12/15/2021,Clinton,70,8917,780,299110 -12/16/2021,Clinton,52,8969,715,299825 -12/17/2021,Clinton,77,9046,820,300645 -12/18/2021,Clinton,63,9109,681,301326 -12/19/2021,Clinton,43,9152,485,301811 -12/20/2021,Clinton,52,9204,329,302140 -12/21/2021,Clinton,36,9240,360,302500 -12/22/2021,Clinton,93,9333,756,303256 -12/23/2021,Clinton,67,9400,706,303962 -12/24/2021,Clinton,71,9471,795,304757 -12/25/2021,Clinton,48,9519,562,305319 -12/26/2021,Clinton,14,9533,278,305597 -12/27/2021,Clinton,35,9568,248,305845 -12/28/2021,Clinton,47,9615,603,306448 -12/29/2021,Clinton,129,9744,674,307122 -12/30/2021,Clinton,156,9900,732,307854 -12/31/2021,Clinton,157,10057,823,308677 -01/01/2022,Clinton,113,10170,776,309453 -01/02/2022,Clinton,89,10259,568,310021 -01/03/2022,Clinton,35,10294,281,310302 -01/04/2022,Clinton,110,10404,594,310896 -01/05/2022,Clinton,236,10640,1033,311929 -01/06/2022,Clinton,249,10889,978,312907 -01/07/2022,Clinton,289,11178,1212,314119 -01/08/2022,Clinton,223,11401,1242,315361 -01/09/2022,Clinton,254,11655,1115,316476 -01/10/2022,Clinton,116,11771,510,316986 -01/11/2022,Clinton,138,11909,782,317768 -01/12/2022,Clinton,221,12130,1040,318808 -01/13/2022,Clinton,302,12432,1262,320070 -01/14/2022,Clinton,230,12662,1087,321157 -01/15/2022,Clinton,221,12883,1100,322257 -01/16/2022,Clinton,127,13010,730,322987 -01/17/2022,Clinton,106,13116,461,323448 -01/18/2022,Clinton,111,13227,684,324132 -01/19/2022,Clinton,88,13315,601,324733 -01/20/2022,Clinton,255,13570,1043,325776 -01/21/2022,Clinton,163,13733,961,326737 -01/22/2022,Clinton,148,13881,816,327553 -01/23/2022,Clinton,87,13968,657,328210 -01/24/2022,Clinton,126,14094,593,328803 -01/25/2022,Clinton,95,14189,471,329274 -01/26/2022,Clinton,149,14338,814,330088 -01/27/2022,Clinton,205,14543,1169,331257 -01/28/2022,Clinton,129,14672,1001,332258 -01/29/2022,Clinton,104,14776,807,333065 -01/30/2022,Clinton,77,14853,559,333624 -01/31/2022,Clinton,65,14918,449,334073 -02/01/2022,Clinton,94,15012,702,334775 -02/02/2022,Clinton,122,15134,818,335593 -02/03/2022,Clinton,108,15242,1099,336692 -02/04/2022,Clinton,85,15327,949,337641 -02/05/2022,Clinton,44,15371,445,338086 -03/01/2020,Columbia,0,0,0,0 -03/02/2020,Columbia,0,0,0,0 -03/03/2020,Columbia,0,0,0,0 -03/04/2020,Columbia,0,0,0,0 -03/05/2020,Columbia,0,0,0,0 -03/06/2020,Columbia,0,0,0,0 -03/07/2020,Columbia,0,0,0,0 -03/08/2020,Columbia,0,0,1,1 -03/09/2020,Columbia,0,0,0,1 -03/10/2020,Columbia,0,0,0,1 -03/11/2020,Columbia,0,0,2,3 -03/12/2020,Columbia,0,0,2,5 -03/13/2020,Columbia,0,0,1,6 -03/14/2020,Columbia,0,0,4,10 -03/15/2020,Columbia,0,0,2,12 -03/16/2020,Columbia,0,0,13,25 -03/17/2020,Columbia,0,0,14,39 -03/18/2020,Columbia,0,0,32,71 -03/19/2020,Columbia,1,1,24,95 -03/20/2020,Columbia,1,2,35,130 -03/21/2020,Columbia,3,5,52,182 -03/22/2020,Columbia,5,10,48,230 -03/23/2020,Columbia,1,11,10,240 -03/24/2020,Columbia,1,12,15,255 -03/25/2020,Columbia,1,13,22,277 -03/26/2020,Columbia,7,20,20,297 -03/27/2020,Columbia,2,22,15,312 -03/28/2020,Columbia,1,23,11,323 -03/29/2020,Columbia,3,26,26,349 -03/30/2020,Columbia,4,30,14,363 -03/31/2020,Columbia,1,31,12,375 -04/01/2020,Columbia,5,36,21,396 -04/02/2020,Columbia,6,42,22,418 -04/03/2020,Columbia,7,49,20,438 -04/04/2020,Columbia,2,51,15,453 -04/05/2020,Columbia,8,59,23,476 -04/06/2020,Columbia,2,61,15,491 -04/07/2020,Columbia,2,63,8,499 -04/08/2020,Columbia,7,70,27,526 -04/09/2020,Columbia,4,74,55,581 -04/10/2020,Columbia,3,77,30,611 -04/11/2020,Columbia,2,79,35,646 -04/12/2020,Columbia,1,80,27,673 -04/13/2020,Columbia,4,84,30,703 -04/14/2020,Columbia,12,96,55,758 -04/15/2020,Columbia,3,99,28,786 -04/16/2020,Columbia,2,101,20,806 -04/17/2020,Columbia,4,105,32,838 -04/18/2020,Columbia,2,107,34,872 -04/19/2020,Columbia,4,111,17,889 -04/20/2020,Columbia,2,113,24,913 -04/21/2020,Columbia,4,117,34,947 -04/22/2020,Columbia,6,123,35,982 -04/23/2020,Columbia,6,129,35,1017 -04/24/2020,Columbia,11,140,105,1122 -04/25/2020,Columbia,3,143,27,1149 -04/26/2020,Columbia,3,146,22,1171 -04/27/2020,Columbia,8,154,33,1204 -04/28/2020,Columbia,11,165,37,1241 -04/29/2020,Columbia,5,170,61,1302 -04/30/2020,Columbia,32,202,76,1378 -05/01/2020,Columbia,3,205,37,1415 -05/02/2020,Columbia,4,209,57,1472 -05/03/2020,Columbia,4,213,38,1510 -05/04/2020,Columbia,16,229,79,1589 -05/05/2020,Columbia,62,291,188,1777 -05/06/2020,Columbia,11,302,58,1835 -05/07/2020,Columbia,2,304,70,1905 -05/08/2020,Columbia,0,304,42,1947 -05/09/2020,Columbia,8,312,264,2211 -05/10/2020,Columbia,2,314,41,2252 -05/11/2020,Columbia,0,314,55,2307 -05/12/2020,Columbia,4,318,85,2392 -05/13/2020,Columbia,9,327,100,2492 -05/14/2020,Columbia,6,333,95,2587 -05/15/2020,Columbia,5,338,71,2658 -05/16/2020,Columbia,2,340,68,2726 -05/17/2020,Columbia,6,346,86,2812 -05/18/2020,Columbia,4,350,39,2851 -05/19/2020,Columbia,0,350,107,2958 -05/20/2020,Columbia,5,355,128,3086 -05/21/2020,Columbia,1,356,78,3164 -05/22/2020,Columbia,3,359,96,3260 -05/23/2020,Columbia,6,365,94,3354 -05/24/2020,Columbia,7,372,134,3488 -05/25/2020,Columbia,1,373,145,3633 -05/26/2020,Columbia,7,380,62,3695 -05/27/2020,Columbia,0,380,145,3840 -05/28/2020,Columbia,2,382,159,3999 -05/29/2020,Columbia,1,383,125,4124 -05/30/2020,Columbia,4,387,211,4335 -05/31/2020,Columbia,2,389,94,4429 -06/01/2020,Columbia,2,391,167,4596 -06/02/2020,Columbia,8,399,393,4989 -06/03/2020,Columbia,1,400,276,5265 -06/04/2020,Columbia,11,411,269,5534 -06/05/2020,Columbia,1,412,225,5759 -06/06/2020,Columbia,2,414,211,5970 -06/07/2020,Columbia,0,414,144,6114 -06/08/2020,Columbia,0,414,145,6259 -06/09/2020,Columbia,6,420,310,6569 -06/10/2020,Columbia,4,424,233,6802 -06/11/2020,Columbia,4,428,412,7214 -06/12/2020,Columbia,3,431,176,7390 -06/13/2020,Columbia,5,436,198,7588 -06/14/2020,Columbia,3,439,95,7683 -06/15/2020,Columbia,3,442,198,7881 -06/16/2020,Columbia,0,442,134,8015 -06/17/2020,Columbia,1,443,189,8204 -06/18/2020,Columbia,3,446,454,8658 -06/19/2020,Columbia,5,451,335,8993 -06/20/2020,Columbia,0,451,182,9175 -06/21/2020,Columbia,1,452,146,9321 -06/22/2020,Columbia,2,454,106,9427 -06/23/2020,Columbia,0,454,174,9601 -06/24/2020,Columbia,1,455,300,9901 -06/25/2020,Columbia,5,460,447,10348 -06/26/2020,Columbia,1,461,179,10527 -06/27/2020,Columbia,2,463,165,10692 -06/28/2020,Columbia,0,463,96,10788 -06/29/2020,Columbia,1,464,221,11009 -06/30/2020,Columbia,2,466,136,11145 -07/01/2020,Columbia,6,472,289,11434 -07/02/2020,Columbia,2,474,234,11668 -07/03/2020,Columbia,0,474,150,11818 -07/04/2020,Columbia,1,475,220,12038 -07/05/2020,Columbia,2,477,247,12285 -07/06/2020,Columbia,2,479,312,12597 -07/07/2020,Columbia,3,482,291,12888 -07/08/2020,Columbia,0,482,191,13079 -07/09/2020,Columbia,0,482,212,13291 -07/10/2020,Columbia,3,485,172,13463 -07/11/2020,Columbia,1,486,189,13652 -07/12/2020,Columbia,1,487,197,13849 -07/13/2020,Columbia,2,489,289,14138 -07/14/2020,Columbia,0,489,226,14364 -07/15/2020,Columbia,0,489,200,14564 -07/16/2020,Columbia,1,490,201,14765 -07/17/2020,Columbia,1,491,307,15072 -07/18/2020,Columbia,1,492,99,15171 -07/19/2020,Columbia,0,492,99,15270 -07/20/2020,Columbia,3,495,222,15492 -07/21/2020,Columbia,2,497,197,15689 -07/22/2020,Columbia,0,497,309,15998 -07/23/2020,Columbia,1,498,324,16322 -07/24/2020,Columbia,2,500,284,16606 -07/25/2020,Columbia,0,500,116,16722 -07/26/2020,Columbia,3,503,139,16861 -07/27/2020,Columbia,1,504,232,17093 -07/28/2020,Columbia,6,510,119,17212 -07/29/2020,Columbia,3,513,221,17433 -07/30/2020,Columbia,3,516,253,17686 -07/31/2020,Columbia,3,519,258,17944 -08/01/2020,Columbia,3,522,73,18017 -08/02/2020,Columbia,1,523,73,18090 -08/03/2020,Columbia,6,529,268,18358 -08/04/2020,Columbia,2,531,264,18622 -08/05/2020,Columbia,3,534,235,18857 -08/06/2020,Columbia,1,535,194,19051 -08/07/2020,Columbia,4,539,158,19209 -08/08/2020,Columbia,1,540,166,19375 -08/09/2020,Columbia,1,541,120,19495 -08/10/2020,Columbia,5,546,415,19910 -08/11/2020,Columbia,2,548,247,20157 -08/12/2020,Columbia,2,550,222,20379 -08/13/2020,Columbia,1,551,304,20683 -08/14/2020,Columbia,0,551,214,20897 -08/15/2020,Columbia,1,552,221,21118 -08/16/2020,Columbia,0,552,103,21221 -08/17/2020,Columbia,6,558,505,21726 -08/18/2020,Columbia,1,559,398,22124 -08/19/2020,Columbia,1,560,228,22352 -08/20/2020,Columbia,1,561,296,22648 -08/21/2020,Columbia,0,561,315,22963 -08/22/2020,Columbia,1,562,203,23166 -08/23/2020,Columbia,0,562,141,23307 -08/24/2020,Columbia,2,564,317,23624 -08/25/2020,Columbia,0,564,109,23733 -08/26/2020,Columbia,4,568,279,24012 -08/27/2020,Columbia,0,568,295,24307 -08/28/2020,Columbia,1,569,304,24611 -08/29/2020,Columbia,0,569,280,24891 -08/30/2020,Columbia,0,569,261,25152 -08/31/2020,Columbia,0,569,233,25385 -09/01/2020,Columbia,1,570,347,25732 -09/02/2020,Columbia,0,570,245,25977 -09/03/2020,Columbia,4,574,206,26183 -09/04/2020,Columbia,1,575,198,26381 -09/05/2020,Columbia,0,575,190,26571 -09/06/2020,Columbia,1,576,116,26687 -09/07/2020,Columbia,0,576,237,26924 -09/08/2020,Columbia,0,576,223,27147 -09/09/2020,Columbia,0,576,213,27360 -09/10/2020,Columbia,1,577,222,27582 -09/11/2020,Columbia,0,577,182,27764 -09/12/2020,Columbia,0,577,263,28027 -09/13/2020,Columbia,0,577,133,28160 -09/14/2020,Columbia,0,577,285,28445 -09/15/2020,Columbia,0,577,162,28607 -09/16/2020,Columbia,2,579,196,28803 -09/17/2020,Columbia,1,580,153,28956 -09/18/2020,Columbia,0,580,195,29151 -09/19/2020,Columbia,1,581,318,29469 -09/20/2020,Columbia,1,582,230,29699 -09/21/2020,Columbia,0,582,233,29932 -09/22/2020,Columbia,3,585,130,30062 -09/23/2020,Columbia,1,586,227,30289 -09/24/2020,Columbia,2,588,272,30561 -09/25/2020,Columbia,3,591,220,30781 -09/26/2020,Columbia,0,591,342,31123 -09/27/2020,Columbia,0,591,180,31303 -09/28/2020,Columbia,1,592,268,31571 -09/29/2020,Columbia,3,595,236,31807 -09/30/2020,Columbia,0,595,283,32090 -10/01/2020,Columbia,9,604,267,32357 -10/02/2020,Columbia,1,605,224,32581 -10/03/2020,Columbia,3,608,292,32873 -10/04/2020,Columbia,0,608,138,33011 -10/05/2020,Columbia,1,609,330,33341 -10/06/2020,Columbia,2,611,202,33543 -10/07/2020,Columbia,0,611,346,33889 -10/08/2020,Columbia,4,615,242,34131 -10/09/2020,Columbia,2,617,365,34496 -10/10/2020,Columbia,4,621,248,34744 -10/11/2020,Columbia,3,624,267,35011 -10/12/2020,Columbia,2,626,355,35366 -10/13/2020,Columbia,3,629,224,35590 -10/14/2020,Columbia,5,634,435,36025 -10/15/2020,Columbia,1,635,224,36249 -10/16/2020,Columbia,6,641,311,36560 -10/17/2020,Columbia,6,647,362,36922 -10/18/2020,Columbia,4,651,264,37186 -10/19/2020,Columbia,6,657,251,37437 -10/20/2020,Columbia,2,659,272,37709 -10/21/2020,Columbia,4,663,372,38081 -10/22/2020,Columbia,4,667,374,38455 -10/23/2020,Columbia,2,669,351,38806 -10/24/2020,Columbia,11,680,253,39059 -10/25/2020,Columbia,12,692,304,39363 -10/26/2020,Columbia,7,699,578,39941 -10/27/2020,Columbia,11,710,486,40427 -10/28/2020,Columbia,11,721,553,40980 -10/29/2020,Columbia,2,723,411,41391 -10/30/2020,Columbia,5,728,398,41789 -10/31/2020,Columbia,8,736,380,42169 -11/01/2020,Columbia,3,739,456,42625 -11/02/2020,Columbia,6,745,436,43061 -11/03/2020,Columbia,18,763,421,43482 -11/04/2020,Columbia,11,774,395,43877 -11/05/2020,Columbia,8,782,346,44223 -11/06/2020,Columbia,7,789,286,44509 -11/07/2020,Columbia,12,801,553,45062 -11/08/2020,Columbia,11,812,403,45465 -11/09/2020,Columbia,13,825,520,45985 -11/10/2020,Columbia,19,844,454,46439 -11/11/2020,Columbia,11,855,434,46873 -11/12/2020,Columbia,15,870,443,47316 -11/13/2020,Columbia,7,877,277,47593 -11/14/2020,Columbia,4,881,206,47799 -11/15/2020,Columbia,5,886,206,48005 -11/16/2020,Columbia,9,895,355,48360 -11/17/2020,Columbia,11,906,522,48882 -11/18/2020,Columbia,12,918,609,49491 -11/19/2020,Columbia,16,934,582,50073 -11/20/2020,Columbia,18,952,504,50577 -11/21/2020,Columbia,10,962,342,50919 -11/22/2020,Columbia,3,965,379,51298 -11/23/2020,Columbia,5,970,344,51642 -11/24/2020,Columbia,9,979,476,52118 -11/25/2020,Columbia,9,988,372,52490 -11/26/2020,Columbia,17,1005,492,52982 -11/27/2020,Columbia,7,1012,407,53389 -11/28/2020,Columbia,8,1020,414,53803 -11/29/2020,Columbia,7,1027,273,54076 -11/30/2020,Columbia,8,1035,593,54669 -12/01/2020,Columbia,9,1044,416,55085 -12/02/2020,Columbia,17,1061,669,55754 -12/03/2020,Columbia,12,1073,672,56426 -12/04/2020,Columbia,13,1086,502,56928 -12/05/2020,Columbia,14,1100,316,57244 -12/06/2020,Columbia,11,1111,302,57546 -12/07/2020,Columbia,6,1117,382,57928 -12/08/2020,Columbia,22,1139,496,58424 -12/09/2020,Columbia,18,1157,560,58984 -12/10/2020,Columbia,18,1175,425,59409 -12/11/2020,Columbia,13,1188,462,59871 -12/12/2020,Columbia,16,1204,546,60417 -12/13/2020,Columbia,21,1225,296,60713 -12/14/2020,Columbia,19,1244,453,61166 -12/15/2020,Columbia,14,1258,281,61447 -12/16/2020,Columbia,30,1288,671,62118 -12/17/2020,Columbia,27,1315,617,62735 -12/18/2020,Columbia,22,1337,434,63169 -12/19/2020,Columbia,15,1352,382,63551 -12/20/2020,Columbia,23,1375,355,63906 -12/21/2020,Columbia,27,1402,491,64397 -12/22/2020,Columbia,14,1416,436,64833 -12/23/2020,Columbia,19,1435,657,65490 -12/24/2020,Columbia,35,1470,681,66171 -12/25/2020,Columbia,24,1494,331,66502 -12/26/2020,Columbia,18,1512,357,66859 -12/27/2020,Columbia,25,1537,488,67347 -12/28/2020,Columbia,29,1566,459,67806 -12/29/2020,Columbia,13,1579,254,68060 -12/30/2020,Columbia,51,1630,573,68633 -12/31/2020,Columbia,48,1678,599,69232 -01/01/2021,Columbia,38,1716,509,69741 -01/02/2021,Columbia,37,1753,443,70184 -01/03/2021,Columbia,15,1768,514,70698 -01/04/2021,Columbia,24,1792,458,71156 -01/05/2021,Columbia,62,1854,449,71605 -01/06/2021,Columbia,52,1906,654,72259 -01/07/2021,Columbia,47,1953,579,72838 -01/08/2021,Columbia,55,2008,690,73528 -01/09/2021,Columbia,52,2060,587,74115 -01/10/2021,Columbia,53,2113,597,74712 -01/11/2021,Columbia,28,2141,485,75197 -01/12/2021,Columbia,45,2186,404,75601 -01/13/2021,Columbia,17,2203,442,76043 -01/14/2021,Columbia,96,2299,859,76902 -01/15/2021,Columbia,45,2344,741,77643 -01/16/2021,Columbia,53,2397,564,78207 -01/17/2021,Columbia,35,2432,622,78829 -01/18/2021,Columbia,63,2495,631,79460 -01/19/2021,Columbia,29,2524,424,79884 -01/20/2021,Columbia,54,2578,561,80445 -01/21/2021,Columbia,67,2645,741,81186 -01/22/2021,Columbia,48,2693,924,82110 -01/23/2021,Columbia,30,2723,464,82574 -01/24/2021,Columbia,39,2762,466,83040 -01/25/2021,Columbia,25,2787,403,83443 -01/26/2021,Columbia,33,2820,434,83877 -01/27/2021,Columbia,33,2853,527,84404 -01/28/2021,Columbia,54,2907,608,85012 -01/29/2021,Columbia,47,2954,691,85703 -01/30/2021,Columbia,17,2971,384,86087 -01/31/2021,Columbia,30,3001,456,86543 -02/01/2021,Columbia,19,3020,335,86878 -02/02/2021,Columbia,20,3040,247,87125 -02/03/2021,Columbia,11,3051,381,87506 -02/04/2021,Columbia,24,3075,636,88142 -02/05/2021,Columbia,29,3104,751,88893 -02/06/2021,Columbia,18,3122,460,89353 -02/07/2021,Columbia,13,3135,341,89694 -02/08/2021,Columbia,21,3156,257,89951 -02/09/2021,Columbia,6,3162,333,90284 -02/10/2021,Columbia,16,3178,667,90951 -02/11/2021,Columbia,18,3196,473,91424 -02/12/2021,Columbia,18,3214,709,92133 -02/13/2021,Columbia,9,3223,426,92559 -02/14/2021,Columbia,11,3234,396,92955 -02/15/2021,Columbia,17,3251,271,93226 -02/16/2021,Columbia,20,3271,323,93549 -02/17/2021,Columbia,13,3284,561,94110 -02/18/2021,Columbia,13,3297,620,94730 -02/19/2021,Columbia,15,3312,602,95332 -02/20/2021,Columbia,6,3318,298,95630 -02/21/2021,Columbia,10,3328,405,96035 -02/22/2021,Columbia,7,3335,254,96289 -02/23/2021,Columbia,12,3347,372,96661 -02/24/2021,Columbia,13,3360,707,97368 -02/25/2021,Columbia,8,3368,682,98050 -02/26/2021,Columbia,7,3375,605,98655 -02/27/2021,Columbia,13,3388,368,99023 -02/28/2021,Columbia,12,3400,298,99321 -03/01/2021,Columbia,5,3405,347,99668 -03/02/2021,Columbia,16,3421,467,100135 -03/03/2021,Columbia,4,3425,681,100816 -03/04/2021,Columbia,9,3434,771,101587 -03/05/2021,Columbia,9,3443,641,102228 -03/06/2021,Columbia,13,3456,400,102628 -03/07/2021,Columbia,4,3460,384,103012 -03/08/2021,Columbia,13,3473,444,103456 -03/09/2021,Columbia,6,3479,364,103820 -03/10/2021,Columbia,5,3484,691,104511 -03/11/2021,Columbia,7,3491,593,105104 -03/12/2021,Columbia,11,3502,681,105785 -03/13/2021,Columbia,5,3507,343,106128 -03/14/2021,Columbia,2,3509,279,106407 -03/15/2021,Columbia,13,3522,413,106820 -03/16/2021,Columbia,10,3532,470,107290 -03/17/2021,Columbia,12,3544,538,107828 -03/18/2021,Columbia,20,3564,722,108550 -03/19/2021,Columbia,8,3572,575,109125 -03/20/2021,Columbia,7,3579,376,109501 -03/21/2021,Columbia,7,3586,196,109697 -03/22/2021,Columbia,20,3606,347,110044 -03/23/2021,Columbia,8,3614,427,110471 -03/24/2021,Columbia,9,3623,563,111034 -03/25/2021,Columbia,9,3632,634,111668 -03/26/2021,Columbia,7,3639,533,112201 -03/27/2021,Columbia,17,3656,461,112662 -03/28/2021,Columbia,8,3664,200,112862 -03/29/2021,Columbia,10,3674,392,113254 -03/30/2021,Columbia,16,3690,420,113674 -03/31/2021,Columbia,5,3695,768,114442 -04/01/2021,Columbia,9,3704,661,115103 -04/02/2021,Columbia,10,3714,518,115621 -04/03/2021,Columbia,9,3723,516,116137 -04/04/2021,Columbia,11,3734,410,116547 -04/05/2021,Columbia,3,3737,251,116798 -04/06/2021,Columbia,10,3747,360,117158 -04/07/2021,Columbia,7,3754,492,117650 -04/08/2021,Columbia,8,3762,677,118327 -04/09/2021,Columbia,17,3779,458,118785 -04/10/2021,Columbia,5,3784,353,119138 -04/11/2021,Columbia,9,3793,324,119462 -04/12/2021,Columbia,6,3799,236,119698 -04/13/2021,Columbia,4,3803,376,120074 -04/14/2021,Columbia,6,3809,750,120824 -04/15/2021,Columbia,9,3818,501,121325 -04/16/2021,Columbia,8,3826,435,121760 -04/17/2021,Columbia,6,3832,491,122251 -04/18/2021,Columbia,5,3837,354,122605 -04/19/2021,Columbia,4,3841,293,122898 -04/20/2021,Columbia,7,3848,375,123273 -04/21/2021,Columbia,2,3850,653,123926 -04/22/2021,Columbia,7,3857,628,124554 -04/23/2021,Columbia,5,3862,307,124861 -04/24/2021,Columbia,3,3865,367,125228 -04/25/2021,Columbia,2,3867,277,125505 -04/26/2021,Columbia,8,3875,243,125748 -04/27/2021,Columbia,6,3881,314,126062 -04/28/2021,Columbia,1,3882,676,126738 -04/29/2021,Columbia,7,3889,449,127187 -04/30/2021,Columbia,5,3894,565,127752 -05/01/2021,Columbia,4,3898,382,128134 -05/02/2021,Columbia,6,3904,337,128471 -05/03/2021,Columbia,9,3913,187,128658 -05/04/2021,Columbia,11,3924,285,128943 -05/05/2021,Columbia,9,3933,496,129439 -05/06/2021,Columbia,11,3944,473,129912 -05/07/2021,Columbia,7,3951,445,130357 -05/08/2021,Columbia,17,3968,533,130890 -05/09/2021,Columbia,6,3974,222,131112 -05/10/2021,Columbia,0,3974,155,131267 -05/11/2021,Columbia,9,3983,260,131527 -05/12/2021,Columbia,8,3991,644,132171 -05/13/2021,Columbia,10,4001,278,132449 -05/14/2021,Columbia,7,4008,497,132946 -05/15/2021,Columbia,5,4013,417,133363 -05/16/2021,Columbia,5,4018,292,133655 -05/17/2021,Columbia,2,4020,167,133822 -05/18/2021,Columbia,6,4026,209,134031 -05/19/2021,Columbia,5,4031,457,134488 -05/20/2021,Columbia,1,4032,326,134814 -05/21/2021,Columbia,5,4037,363,135177 -05/22/2021,Columbia,0,4037,129,135306 -05/23/2021,Columbia,0,4037,222,135528 -05/24/2021,Columbia,1,4038,74,135602 -05/25/2021,Columbia,0,4038,335,135937 -05/26/2021,Columbia,3,4041,472,136409 -05/27/2021,Columbia,0,4041,242,136651 -05/28/2021,Columbia,3,4044,260,136911 -05/29/2021,Columbia,0,4044,354,137265 -05/30/2021,Columbia,1,4045,216,137481 -05/31/2021,Columbia,0,4045,77,137558 -06/01/2021,Columbia,1,4046,115,137673 -06/02/2021,Columbia,0,4046,221,137894 -06/03/2021,Columbia,0,4046,537,138431 -06/04/2021,Columbia,11,4057,403,138834 -06/05/2021,Columbia,2,4059,198,139032 -06/06/2021,Columbia,0,4059,328,139360 -06/07/2021,Columbia,0,4059,185,139545 -06/08/2021,Columbia,2,4061,209,139754 -06/09/2021,Columbia,0,4061,343,140097 -06/10/2021,Columbia,0,4061,190,140287 -06/11/2021,Columbia,1,4062,225,140512 -06/12/2021,Columbia,2,4064,131,140643 -06/13/2021,Columbia,0,4064,107,140750 -06/14/2021,Columbia,0,4064,161,140911 -06/15/2021,Columbia,0,4064,209,141120 -06/16/2021,Columbia,1,4065,236,141356 -06/17/2021,Columbia,0,4065,238,141594 -06/18/2021,Columbia,3,4068,246,141840 -06/19/2021,Columbia,0,4068,166,142006 -06/20/2021,Columbia,0,4068,96,142102 -06/21/2021,Columbia,0,4068,95,142197 -06/22/2021,Columbia,0,4068,133,142330 -06/23/2021,Columbia,1,4069,184,142514 -06/24/2021,Columbia,2,4071,109,142623 -06/25/2021,Columbia,1,4072,162,142785 -06/26/2021,Columbia,1,4073,190,142975 -06/27/2021,Columbia,0,4073,97,143072 -06/28/2021,Columbia,0,4073,68,143140 -06/29/2021,Columbia,6,4079,166,143306 -06/30/2021,Columbia,0,4079,88,143394 -07/01/2021,Columbia,0,4079,134,143528 -07/02/2021,Columbia,3,4082,137,143665 -07/03/2021,Columbia,0,4082,110,143775 -07/04/2021,Columbia,1,4083,53,143828 -07/05/2021,Columbia,0,4083,53,143881 -07/06/2021,Columbia,0,4083,102,143983 -07/07/2021,Columbia,0,4083,95,144078 -07/08/2021,Columbia,2,4085,116,144194 -07/09/2021,Columbia,0,4085,127,144321 -07/10/2021,Columbia,0,4085,63,144384 -07/11/2021,Columbia,0,4085,93,144477 -07/12/2021,Columbia,3,4088,96,144573 -07/13/2021,Columbia,1,4089,94,144667 -07/14/2021,Columbia,0,4089,86,144753 -07/15/2021,Columbia,1,4090,93,144846 -07/16/2021,Columbia,1,4091,98,144944 -07/17/2021,Columbia,5,4096,150,145094 -07/18/2021,Columbia,0,4096,40,145134 -07/19/2021,Columbia,4,4100,146,145280 -07/20/2021,Columbia,4,4104,130,145410 -07/21/2021,Columbia,0,4104,159,145569 -07/22/2021,Columbia,4,4108,127,145696 -07/23/2021,Columbia,1,4109,109,145805 -07/24/2021,Columbia,4,4113,166,145971 -07/25/2021,Columbia,2,4115,117,146088 -07/26/2021,Columbia,3,4118,155,146243 -07/27/2021,Columbia,2,4120,169,146412 -07/28/2021,Columbia,5,4125,260,146672 -07/29/2021,Columbia,5,4130,157,146829 -07/30/2021,Columbia,9,4139,160,146989 -07/31/2021,Columbia,5,4144,168,147157 -08/01/2021,Columbia,2,4146,108,147265 -08/02/2021,Columbia,6,4152,160,147425 -08/03/2021,Columbia,4,4156,340,147765 -08/04/2021,Columbia,2,4158,225,147990 -08/05/2021,Columbia,3,4161,155,148145 -08/06/2021,Columbia,6,4167,256,148401 -08/07/2021,Columbia,1,4168,142,148543 -08/08/2021,Columbia,2,4170,128,148671 -08/09/2021,Columbia,4,4174,153,148824 -08/10/2021,Columbia,7,4181,226,149050 -08/11/2021,Columbia,4,4185,219,149269 -08/12/2021,Columbia,6,4191,194,149463 -08/13/2021,Columbia,6,4197,193,149656 -08/14/2021,Columbia,7,4204,220,149876 -08/15/2021,Columbia,7,4211,147,150023 -08/16/2021,Columbia,8,4219,152,150175 -08/17/2021,Columbia,12,4231,246,150421 -08/18/2021,Columbia,4,4235,237,150658 -08/19/2021,Columbia,17,4252,374,151032 -08/20/2021,Columbia,9,4261,285,151317 -08/21/2021,Columbia,8,4269,260,151577 -08/22/2021,Columbia,9,4278,182,151759 -08/23/2021,Columbia,2,4280,160,151919 -08/24/2021,Columbia,18,4298,351,152270 -08/25/2021,Columbia,12,4310,490,152760 -08/26/2021,Columbia,22,4332,362,153122 -08/27/2021,Columbia,8,4340,506,153628 -08/28/2021,Columbia,8,4348,272,153900 -08/29/2021,Columbia,5,4353,217,154117 -08/30/2021,Columbia,6,4359,271,154388 -08/31/2021,Columbia,7,4366,220,154608 -09/01/2021,Columbia,5,4371,520,155128 -09/02/2021,Columbia,9,4380,397,155525 -09/03/2021,Columbia,17,4397,630,156155 -09/04/2021,Columbia,10,4407,506,156661 -09/05/2021,Columbia,10,4417,220,156881 -09/06/2021,Columbia,12,4429,142,157023 -09/07/2021,Columbia,8,4437,126,157149 -09/08/2021,Columbia,8,4445,287,157436 -09/09/2021,Columbia,8,4453,405,157841 -09/10/2021,Columbia,21,4474,451,158292 -09/11/2021,Columbia,15,4489,392,158684 -09/12/2021,Columbia,8,4497,199,158883 -09/13/2021,Columbia,12,4509,193,159076 -09/14/2021,Columbia,16,4525,320,159396 -09/15/2021,Columbia,23,4548,485,159881 -09/16/2021,Columbia,10,4558,381,160262 -09/17/2021,Columbia,22,4580,359,160621 -09/18/2021,Columbia,28,4608,418,161039 -09/19/2021,Columbia,5,4613,151,161190 -09/20/2021,Columbia,19,4632,264,161454 -09/21/2021,Columbia,23,4655,334,161788 -09/22/2021,Columbia,9,4664,642,162430 -09/23/2021,Columbia,35,4699,554,162984 -09/24/2021,Columbia,20,4719,335,163319 -09/25/2021,Columbia,8,4727,219,163538 -09/26/2021,Columbia,10,4737,225,163763 -09/27/2021,Columbia,8,4745,548,164311 -09/28/2021,Columbia,24,4769,362,164673 -09/29/2021,Columbia,11,4780,571,165244 -09/30/2021,Columbia,17,4797,480,165724 -10/01/2021,Columbia,8,4805,248,165972 -10/02/2021,Columbia,17,4822,361,166333 -10/03/2021,Columbia,6,4828,378,166711 -10/04/2021,Columbia,9,4837,157,166868 -10/05/2021,Columbia,10,4847,422,167290 -10/06/2021,Columbia,9,4856,566,167856 -10/07/2021,Columbia,19,4875,463,168319 -10/08/2021,Columbia,5,4880,278,168597 -10/09/2021,Columbia,5,4885,252,168849 -10/10/2021,Columbia,16,4901,363,169212 -10/11/2021,Columbia,8,4909,103,169315 -10/12/2021,Columbia,11,4920,462,169777 -10/13/2021,Columbia,8,4928,549,170326 -10/14/2021,Columbia,21,4949,344,170670 -10/15/2021,Columbia,8,4957,356,171026 -10/16/2021,Columbia,9,4966,320,171346 -10/17/2021,Columbia,11,4977,225,171571 -10/18/2021,Columbia,7,4984,113,171684 -10/19/2021,Columbia,14,4998,320,172004 -10/20/2021,Columbia,11,5009,594,172598 -10/21/2021,Columbia,16,5025,278,172876 -10/22/2021,Columbia,12,5037,412,173288 -10/23/2021,Columbia,6,5043,291,173579 -10/24/2021,Columbia,10,5053,260,173839 -10/25/2021,Columbia,7,5060,153,173992 -10/26/2021,Columbia,10,5070,377,174369 -10/27/2021,Columbia,11,5081,517,174886 -10/28/2021,Columbia,24,5105,539,175425 -10/29/2021,Columbia,13,5118,290,175715 -10/30/2021,Columbia,7,5125,325,176040 -10/31/2021,Columbia,4,5129,154,176194 -11/01/2021,Columbia,5,5134,102,176296 -11/02/2021,Columbia,11,5145,282,176578 -11/03/2021,Columbia,12,5157,387,176965 -11/04/2021,Columbia,13,5170,327,177292 -11/05/2021,Columbia,14,5184,292,177584 -11/06/2021,Columbia,6,5190,332,177916 -11/07/2021,Columbia,12,5202,187,178103 -11/08/2021,Columbia,19,5221,164,178267 -11/09/2021,Columbia,16,5237,269,178536 -11/10/2021,Columbia,11,5248,452,178988 -11/11/2021,Columbia,15,5263,389,179377 -11/12/2021,Columbia,11,5274,301,179678 -11/13/2021,Columbia,15,5289,280,179958 -11/14/2021,Columbia,38,5327,242,180200 -11/15/2021,Columbia,13,5340,158,180358 -11/16/2021,Columbia,16,5356,267,180625 -11/17/2021,Columbia,52,5408,541,181166 -11/18/2021,Columbia,28,5436,447,181613 -11/19/2021,Columbia,39,5475,346,181959 -11/20/2021,Columbia,27,5502,344,182303 -11/21/2021,Columbia,29,5531,261,182564 -11/22/2021,Columbia,17,5548,201,182765 -11/23/2021,Columbia,20,5568,273,183038 -11/24/2021,Columbia,32,5600,555,183593 -11/25/2021,Columbia,17,5617,308,183901 -11/26/2021,Columbia,22,5639,164,184065 -11/27/2021,Columbia,25,5664,235,184300 -11/28/2021,Columbia,17,5681,176,184476 -11/29/2021,Columbia,12,5693,227,184703 -11/30/2021,Columbia,60,5753,401,185104 -12/01/2021,Columbia,29,5782,559,185663 -12/02/2021,Columbia,60,5842,545,186208 -12/03/2021,Columbia,38,5880,412,186620 -12/04/2021,Columbia,35,5915,484,187104 -12/05/2021,Columbia,25,5940,327,187431 -12/06/2021,Columbia,30,5970,221,187652 -12/07/2021,Columbia,53,6023,527,188179 -12/08/2021,Columbia,51,6074,495,188674 -12/09/2021,Columbia,33,6107,532,189206 -12/10/2021,Columbia,46,6153,536,189742 -12/11/2021,Columbia,39,6192,476,190218 -12/12/2021,Columbia,11,6203,187,190405 -12/13/2021,Columbia,36,6239,205,190610 -12/14/2021,Columbia,37,6276,387,190997 -12/15/2021,Columbia,25,6301,444,191441 -12/16/2021,Columbia,55,6356,458,191899 -12/17/2021,Columbia,24,6380,445,192344 -12/18/2021,Columbia,38,6418,431,192775 -12/19/2021,Columbia,23,6441,274,193049 -12/20/2021,Columbia,21,6462,223,193272 -12/21/2021,Columbia,68,6530,448,193720 -12/22/2021,Columbia,33,6563,419,194139 -12/23/2021,Columbia,43,6606,520,194659 -12/24/2021,Columbia,49,6655,476,195135 -12/25/2021,Columbia,22,6677,273,195408 -12/26/2021,Columbia,14,6691,173,195581 -12/27/2021,Columbia,61,6752,234,195815 -12/28/2021,Columbia,88,6840,531,196346 -12/29/2021,Columbia,58,6898,354,196700 -12/30/2021,Columbia,56,6954,391,197091 -12/31/2021,Columbia,107,7061,512,197603 -01/01/2022,Columbia,53,7114,377,197980 -01/02/2022,Columbia,38,7152,254,198234 -01/03/2022,Columbia,21,7173,161,198395 -01/04/2022,Columbia,143,7316,568,198963 -01/05/2022,Columbia,107,7423,567,199530 -01/06/2022,Columbia,115,7538,658,200188 -01/07/2022,Columbia,175,7713,726,200914 -01/08/2022,Columbia,143,7856,624,201538 -01/09/2022,Columbia,71,7927,383,201921 -01/10/2022,Columbia,26,7953,205,202126 -01/11/2022,Columbia,203,8156,596,202722 -01/12/2022,Columbia,125,8281,702,203424 -01/13/2022,Columbia,111,8392,581,204005 -01/14/2022,Columbia,72,8464,484,204489 -01/15/2022,Columbia,174,8638,869,205358 -01/16/2022,Columbia,43,8681,337,205695 -01/17/2022,Columbia,53,8734,222,205917 -01/18/2022,Columbia,38,8772,324,206241 -01/19/2022,Columbia,122,8894,645,206886 -01/20/2022,Columbia,77,8971,535,207421 -01/21/2022,Columbia,57,9028,583,208004 -01/22/2022,Columbia,51,9079,458,208462 -01/23/2022,Columbia,18,9097,272,208734 -01/24/2022,Columbia,40,9137,242,208976 -01/25/2022,Columbia,62,9199,512,209488 -01/26/2022,Columbia,104,9303,504,209992 -01/27/2022,Columbia,49,9352,385,210377 -01/28/2022,Columbia,36,9388,405,210782 -01/29/2022,Columbia,27,9415,471,211253 -01/30/2022,Columbia,16,9431,286,211539 -01/31/2022,Columbia,29,9460,184,211723 -02/01/2022,Columbia,26,9486,375,212098 -02/02/2022,Columbia,36,9522,340,212438 -02/03/2022,Columbia,38,9560,412,212850 -02/04/2022,Columbia,14,9574,255,213105 -02/05/2022,Columbia,8,9582,146,213251 -03/01/2020,Cortland,0,0,0,0 -03/02/2020,Cortland,0,0,0,0 -03/03/2020,Cortland,0,0,0,0 -03/04/2020,Cortland,0,0,0,0 -03/05/2020,Cortland,0,0,0,0 -03/06/2020,Cortland,0,0,0,0 -03/07/2020,Cortland,0,0,1,1 -03/08/2020,Cortland,0,0,0,1 -03/09/2020,Cortland,0,0,0,1 -03/10/2020,Cortland,0,0,0,1 -03/11/2020,Cortland,0,0,0,1 -03/12/2020,Cortland,0,0,0,1 -03/13/2020,Cortland,0,0,0,1 -03/14/2020,Cortland,0,0,1,2 -03/15/2020,Cortland,0,0,0,2 -03/16/2020,Cortland,0,0,2,4 -03/17/2020,Cortland,0,0,1,5 -03/18/2020,Cortland,0,0,1,6 -03/19/2020,Cortland,0,0,7,13 -03/20/2020,Cortland,0,0,15,28 -03/21/2020,Cortland,1,1,17,45 -03/22/2020,Cortland,1,2,55,100 -03/23/2020,Cortland,0,2,30,130 -03/24/2020,Cortland,0,2,3,133 -03/25/2020,Cortland,0,2,41,174 -03/26/2020,Cortland,2,4,34,208 -03/27/2020,Cortland,1,5,45,253 -03/28/2020,Cortland,1,6,28,281 -03/29/2020,Cortland,2,8,48,329 -03/30/2020,Cortland,0,8,9,338 -03/31/2020,Cortland,0,8,12,350 -04/01/2020,Cortland,0,8,42,392 -04/02/2020,Cortland,2,10,54,446 -04/03/2020,Cortland,0,10,32,478 -04/04/2020,Cortland,0,10,38,516 -04/05/2020,Cortland,3,13,42,558 -04/06/2020,Cortland,3,16,25,583 -04/07/2020,Cortland,0,16,18,601 -04/08/2020,Cortland,0,16,41,642 -04/09/2020,Cortland,1,17,25,667 -04/10/2020,Cortland,0,17,20,687 -04/11/2020,Cortland,1,18,18,705 -04/12/2020,Cortland,2,20,18,723 -04/13/2020,Cortland,2,22,38,761 -04/14/2020,Cortland,1,23,6,767 -04/15/2020,Cortland,1,24,17,784 -04/16/2020,Cortland,1,25,13,797 -04/17/2020,Cortland,0,25,19,816 -04/18/2020,Cortland,0,25,11,827 -04/19/2020,Cortland,0,25,12,839 -04/20/2020,Cortland,0,25,2,841 -04/21/2020,Cortland,0,25,5,846 -04/22/2020,Cortland,0,25,30,876 -04/23/2020,Cortland,0,25,30,906 -04/24/2020,Cortland,3,28,109,1015 -04/25/2020,Cortland,0,28,26,1041 -04/26/2020,Cortland,0,28,16,1057 -04/27/2020,Cortland,0,28,7,1064 -04/28/2020,Cortland,0,28,22,1086 -04/29/2020,Cortland,0,28,26,1112 -04/30/2020,Cortland,0,28,31,1143 -05/01/2020,Cortland,0,28,30,1173 -05/02/2020,Cortland,0,28,16,1189 -05/03/2020,Cortland,0,28,42,1231 -05/04/2020,Cortland,0,28,12,1243 -05/05/2020,Cortland,0,28,33,1276 -05/06/2020,Cortland,1,29,27,1303 -05/07/2020,Cortland,0,29,38,1341 -05/08/2020,Cortland,0,29,96,1437 -05/09/2020,Cortland,0,29,29,1466 -05/10/2020,Cortland,0,29,27,1493 -05/11/2020,Cortland,1,30,33,1526 -05/12/2020,Cortland,1,31,40,1566 -05/13/2020,Cortland,2,33,50,1616 -05/14/2020,Cortland,0,33,95,1711 -05/15/2020,Cortland,1,34,221,1932 -05/16/2020,Cortland,0,34,140,2072 -05/17/2020,Cortland,1,35,99,2171 -05/18/2020,Cortland,1,36,62,2233 -05/19/2020,Cortland,0,36,77,2310 -05/20/2020,Cortland,0,36,144,2454 -05/21/2020,Cortland,1,37,86,2540 -05/22/2020,Cortland,1,38,223,2763 -05/23/2020,Cortland,1,39,147,2910 -05/24/2020,Cortland,0,39,221,3131 -05/25/2020,Cortland,0,39,64,3195 -05/26/2020,Cortland,0,39,82,3277 -05/27/2020,Cortland,0,39,34,3311 -05/28/2020,Cortland,0,39,207,3518 -05/29/2020,Cortland,2,41,188,3706 -05/30/2020,Cortland,0,41,261,3967 -05/31/2020,Cortland,0,41,84,4051 -06/01/2020,Cortland,0,41,128,4179 -06/02/2020,Cortland,0,41,92,4271 -06/03/2020,Cortland,0,41,130,4401 -06/04/2020,Cortland,0,41,343,4744 -06/05/2020,Cortland,0,41,294,5038 -06/06/2020,Cortland,0,41,201,5239 -06/07/2020,Cortland,1,42,179,5418 -06/08/2020,Cortland,0,42,162,5580 -06/09/2020,Cortland,0,42,153,5733 -06/10/2020,Cortland,0,42,110,5843 -06/11/2020,Cortland,0,42,258,6101 -06/12/2020,Cortland,0,42,216,6317 -06/13/2020,Cortland,0,42,174,6491 -06/14/2020,Cortland,0,42,87,6578 -06/15/2020,Cortland,0,42,155,6733 -06/16/2020,Cortland,0,42,124,6857 -06/17/2020,Cortland,2,44,107,6964 -06/18/2020,Cortland,0,44,216,7180 -06/19/2020,Cortland,0,44,251,7431 -06/20/2020,Cortland,0,44,130,7561 -06/21/2020,Cortland,0,44,84,7645 -06/22/2020,Cortland,0,44,181,7826 -06/23/2020,Cortland,0,44,90,7916 -06/24/2020,Cortland,0,44,153,8069 -06/25/2020,Cortland,0,44,106,8175 -06/26/2020,Cortland,0,44,234,8409 -06/27/2020,Cortland,2,46,234,8643 -06/28/2020,Cortland,1,47,95,8738 -06/29/2020,Cortland,0,47,144,8882 -06/30/2020,Cortland,0,47,111,8993 -07/01/2020,Cortland,0,47,138,9131 -07/02/2020,Cortland,1,48,41,9172 -07/03/2020,Cortland,2,50,135,9307 -07/04/2020,Cortland,1,51,217,9524 -07/05/2020,Cortland,1,52,55,9579 -07/06/2020,Cortland,1,53,164,9743 -07/07/2020,Cortland,1,54,137,9880 -07/08/2020,Cortland,1,55,147,10027 -07/09/2020,Cortland,1,56,92,10119 -07/10/2020,Cortland,2,58,138,10257 -07/11/2020,Cortland,0,58,278,10535 -07/12/2020,Cortland,1,59,103,10638 -07/13/2020,Cortland,0,59,143,10781 -07/14/2020,Cortland,2,61,160,10941 -07/15/2020,Cortland,2,63,85,11026 -07/16/2020,Cortland,4,67,216,11242 -07/17/2020,Cortland,1,68,285,11527 -07/18/2020,Cortland,1,69,133,11660 -07/19/2020,Cortland,0,69,83,11743 -07/20/2020,Cortland,4,73,182,11925 -07/21/2020,Cortland,4,77,398,12323 -07/22/2020,Cortland,3,80,259,12582 -07/23/2020,Cortland,2,82,98,12680 -07/24/2020,Cortland,2,84,362,13042 -07/25/2020,Cortland,1,85,212,13254 -07/26/2020,Cortland,2,87,470,13724 -07/27/2020,Cortland,2,89,267,13991 -07/28/2020,Cortland,1,90,148,14139 -07/29/2020,Cortland,0,90,166,14305 -07/30/2020,Cortland,1,91,247,14552 -07/31/2020,Cortland,0,91,168,14720 -08/01/2020,Cortland,1,92,233,14953 -08/02/2020,Cortland,0,92,103,15056 -08/03/2020,Cortland,1,93,311,15367 -08/04/2020,Cortland,1,94,88,15455 -08/05/2020,Cortland,0,94,192,15647 -08/06/2020,Cortland,1,95,148,15795 -08/07/2020,Cortland,0,95,255,16050 -08/08/2020,Cortland,0,95,149,16199 -08/09/2020,Cortland,0,95,247,16446 -08/10/2020,Cortland,0,95,327,16773 -08/11/2020,Cortland,1,96,109,16882 -08/12/2020,Cortland,1,97,187,17069 -08/13/2020,Cortland,0,97,113,17182 -08/14/2020,Cortland,0,97,211,17393 -08/15/2020,Cortland,0,97,150,17543 -08/16/2020,Cortland,0,97,112,17655 -08/17/2020,Cortland,0,97,372,18027 -08/18/2020,Cortland,0,97,143,18170 -08/19/2020,Cortland,1,98,176,18346 -08/20/2020,Cortland,0,98,168,18514 -08/21/2020,Cortland,0,98,223,18737 -08/22/2020,Cortland,0,98,106,18843 -08/23/2020,Cortland,0,98,239,19082 -08/24/2020,Cortland,0,98,103,19185 -08/25/2020,Cortland,0,98,173,19358 -08/26/2020,Cortland,0,98,82,19440 -08/27/2020,Cortland,0,98,200,19640 -08/28/2020,Cortland,0,98,196,19836 -08/29/2020,Cortland,1,99,156,19992 -08/30/2020,Cortland,1,100,93,20085 -08/31/2020,Cortland,1,101,145,20230 -09/01/2020,Cortland,1,102,92,20322 -09/02/2020,Cortland,0,102,112,20434 -09/03/2020,Cortland,0,102,231,20665 -09/04/2020,Cortland,0,102,171,20836 -09/05/2020,Cortland,1,103,223,21059 -09/06/2020,Cortland,0,103,77,21136 -09/07/2020,Cortland,0,103,224,21360 -09/08/2020,Cortland,0,103,101,21461 -09/09/2020,Cortland,1,104,98,21559 -09/10/2020,Cortland,5,109,187,21746 -09/11/2020,Cortland,10,119,378,22124 -09/12/2020,Cortland,9,128,221,22345 -09/13/2020,Cortland,4,132,193,22538 -09/14/2020,Cortland,5,137,241,22779 -09/15/2020,Cortland,0,137,279,23058 -09/16/2020,Cortland,4,141,287,23345 -09/17/2020,Cortland,9,150,279,23624 -09/18/2020,Cortland,5,155,356,23980 -09/19/2020,Cortland,4,159,305,24285 -09/20/2020,Cortland,2,161,193,24478 -09/21/2020,Cortland,1,162,167,24645 -09/22/2020,Cortland,2,164,255,24900 -09/23/2020,Cortland,3,167,172,25072 -09/24/2020,Cortland,2,169,328,25400 -09/25/2020,Cortland,2,171,376,25776 -09/26/2020,Cortland,0,171,253,26029 -09/27/2020,Cortland,0,171,176,26205 -09/28/2020,Cortland,10,181,215,26420 -09/29/2020,Cortland,3,184,858,27278 -09/30/2020,Cortland,11,195,759,28037 -10/01/2020,Cortland,3,198,350,28387 -10/02/2020,Cortland,7,205,525,28912 -10/03/2020,Cortland,18,223,411,29323 -10/04/2020,Cortland,0,223,150,29473 -10/05/2020,Cortland,14,237,166,29639 -10/06/2020,Cortland,3,240,583,30222 -10/07/2020,Cortland,20,260,347,30569 -10/08/2020,Cortland,17,277,790,31359 -10/09/2020,Cortland,16,293,546,31905 -10/10/2020,Cortland,8,301,474,32379 -10/11/2020,Cortland,16,317,498,32877 -10/12/2020,Cortland,16,333,267,33144 -10/13/2020,Cortland,13,346,1040,34184 -10/14/2020,Cortland,25,371,1189,35373 -10/15/2020,Cortland,16,387,1203,36576 -10/16/2020,Cortland,12,399,1022,37598 -10/17/2020,Cortland,7,406,635,38233 -10/18/2020,Cortland,10,416,246,38479 -10/19/2020,Cortland,20,436,282,38761 -10/20/2020,Cortland,15,451,799,39560 -10/21/2020,Cortland,24,475,1031,40591 -10/22/2020,Cortland,13,488,454,41045 -10/23/2020,Cortland,8,496,1258,42303 -10/24/2020,Cortland,14,510,678,42981 -10/25/2020,Cortland,14,524,1106,44087 -10/26/2020,Cortland,18,542,742,44829 -10/27/2020,Cortland,5,547,400,45229 -10/28/2020,Cortland,6,553,1116,46345 -10/29/2020,Cortland,14,567,426,46771 -10/30/2020,Cortland,17,584,565,47336 -10/31/2020,Cortland,5,589,408,47744 -11/01/2020,Cortland,3,592,219,47963 -11/02/2020,Cortland,6,598,315,48278 -11/03/2020,Cortland,6,604,437,48715 -11/04/2020,Cortland,9,613,476,49191 -11/05/2020,Cortland,9,622,366,49557 -11/06/2020,Cortland,11,633,410,49967 -11/07/2020,Cortland,14,647,983,50950 -11/08/2020,Cortland,9,656,450,51400 -11/09/2020,Cortland,9,665,280,51680 -11/10/2020,Cortland,12,677,774,52454 -11/11/2020,Cortland,15,692,430,52884 -11/12/2020,Cortland,20,712,504,53388 -11/13/2020,Cortland,11,723,392,53780 -11/14/2020,Cortland,27,750,419,54199 -11/15/2020,Cortland,21,771,345,54544 -11/16/2020,Cortland,8,779,330,54874 -11/17/2020,Cortland,22,801,527,55401 -11/18/2020,Cortland,26,827,447,55848 -11/19/2020,Cortland,12,839,460,56308 -11/20/2020,Cortland,31,870,792,57100 -11/21/2020,Cortland,14,884,590,57690 -11/22/2020,Cortland,23,907,386,58076 -11/23/2020,Cortland,6,913,269,58345 -11/24/2020,Cortland,38,951,550,58895 -11/25/2020,Cortland,6,957,377,59272 -11/26/2020,Cortland,22,979,285,59557 -11/27/2020,Cortland,46,1025,279,59836 -11/28/2020,Cortland,19,1044,338,60174 -11/29/2020,Cortland,17,1061,426,60600 -11/30/2020,Cortland,21,1082,366,60966 -12/01/2020,Cortland,9,1091,466,61432 -12/02/2020,Cortland,25,1116,482,61914 -12/03/2020,Cortland,24,1140,541,62455 -12/04/2020,Cortland,36,1176,607,63062 -12/05/2020,Cortland,27,1203,402,63464 -12/06/2020,Cortland,16,1219,229,63693 -12/07/2020,Cortland,39,1258,325,64018 -12/08/2020,Cortland,33,1291,455,64473 -12/09/2020,Cortland,44,1335,607,65080 -12/10/2020,Cortland,40,1375,689,65769 -12/11/2020,Cortland,59,1434,802,66571 -12/12/2020,Cortland,44,1478,574,67145 -12/13/2020,Cortland,35,1513,310,67455 -12/14/2020,Cortland,26,1539,323,67778 -12/15/2020,Cortland,22,1561,379,68157 -12/16/2020,Cortland,52,1613,469,68626 -12/17/2020,Cortland,42,1655,747,69373 -12/18/2020,Cortland,33,1688,568,69941 -12/19/2020,Cortland,25,1713,424,70365 -12/20/2020,Cortland,32,1745,357,70722 -12/21/2020,Cortland,23,1768,225,70947 -12/22/2020,Cortland,30,1798,613,71560 -12/23/2020,Cortland,33,1831,335,71895 -12/24/2020,Cortland,53,1884,579,72474 -12/25/2020,Cortland,41,1925,466,72940 -12/26/2020,Cortland,16,1941,187,73127 -12/27/2020,Cortland,24,1965,215,73342 -12/28/2020,Cortland,21,1986,167,73509 -12/29/2020,Cortland,31,2017,317,73826 -12/30/2020,Cortland,53,2070,464,74290 -12/31/2020,Cortland,37,2107,371,74661 -01/01/2021,Cortland,54,2161,587,75248 -01/02/2021,Cortland,22,2183,340,75588 -01/03/2021,Cortland,17,2200,240,75828 -01/04/2021,Cortland,17,2217,191,76019 -01/05/2021,Cortland,24,2241,397,76416 -01/06/2021,Cortland,48,2289,603,77019 -01/07/2021,Cortland,51,2340,460,77479 -01/08/2021,Cortland,64,2404,872,78351 -01/09/2021,Cortland,31,2435,571,78922 -01/10/2021,Cortland,20,2455,354,79276 -01/11/2021,Cortland,22,2477,318,79594 -01/12/2021,Cortland,27,2504,360,79954 -01/13/2021,Cortland,29,2533,499,80453 -01/14/2021,Cortland,30,2563,671,81124 -01/15/2021,Cortland,24,2587,552,81676 -01/16/2021,Cortland,17,2604,598,82274 -01/17/2021,Cortland,24,2628,348,82622 -01/18/2021,Cortland,14,2642,221,82843 -01/19/2021,Cortland,26,2668,343,83186 -01/20/2021,Cortland,28,2696,530,83716 -01/21/2021,Cortland,14,2710,605,84321 -01/22/2021,Cortland,28,2738,1157,85478 -01/23/2021,Cortland,15,2753,521,85999 -01/24/2021,Cortland,9,2762,271,86270 -01/25/2021,Cortland,8,2770,233,86503 -01/26/2021,Cortland,3,2773,523,87026 -01/27/2021,Cortland,20,2793,622,87648 -01/28/2021,Cortland,12,2805,523,88171 -01/29/2021,Cortland,27,2832,644,88815 -01/30/2021,Cortland,14,2846,757,89572 -01/31/2021,Cortland,7,2853,234,89806 -02/01/2021,Cortland,12,2865,223,90029 -02/02/2021,Cortland,5,2870,306,90335 -02/03/2021,Cortland,19,2889,449,90784 -02/04/2021,Cortland,9,2898,889,91673 -02/05/2021,Cortland,13,2911,436,92109 -02/06/2021,Cortland,12,2923,1770,93879 -02/07/2021,Cortland,12,2935,223,94102 -02/08/2021,Cortland,10,2945,212,94314 -02/09/2021,Cortland,6,2951,291,94605 -02/10/2021,Cortland,30,2981,1582,96187 -02/11/2021,Cortland,9,2990,318,96505 -02/12/2021,Cortland,14,3004,518,97023 -02/13/2021,Cortland,12,3016,1463,98486 -02/14/2021,Cortland,7,3023,1603,100089 -02/15/2021,Cortland,4,3027,139,100228 -02/16/2021,Cortland,11,3038,335,100563 -02/17/2021,Cortland,15,3053,445,101008 -02/18/2021,Cortland,7,3060,2731,103739 -02/19/2021,Cortland,14,3074,567,104306 -02/20/2021,Cortland,4,3078,2855,107161 -02/21/2021,Cortland,12,3090,385,107546 -02/22/2021,Cortland,8,3098,182,107728 -02/23/2021,Cortland,4,3102,1438,109166 -02/24/2021,Cortland,10,3112,1857,111023 -02/25/2021,Cortland,28,3140,2511,113534 -02/26/2021,Cortland,8,3148,1183,114717 -02/27/2021,Cortland,13,3161,2972,117689 -02/28/2021,Cortland,6,3167,158,117847 -03/01/2021,Cortland,5,3172,175,118022 -03/02/2021,Cortland,6,3178,972,118994 -03/03/2021,Cortland,14,3192,1802,120796 -03/04/2021,Cortland,15,3207,433,121229 -03/05/2021,Cortland,24,3231,572,121801 -03/06/2021,Cortland,10,3241,1956,123757 -03/07/2021,Cortland,9,3250,238,123995 -03/08/2021,Cortland,8,3258,132,124127 -03/09/2021,Cortland,7,3265,960,125087 -03/10/2021,Cortland,11,3276,2160,127247 -03/11/2021,Cortland,6,3282,563,127810 -03/12/2021,Cortland,14,3296,487,128297 -03/13/2021,Cortland,5,3301,1718,130015 -03/14/2021,Cortland,3,3304,197,130212 -03/15/2021,Cortland,5,3309,128,130340 -03/16/2021,Cortland,6,3315,824,131164 -03/17/2021,Cortland,6,3321,1023,132187 -03/18/2021,Cortland,4,3325,1847,134034 -03/19/2021,Cortland,4,3329,565,134599 -03/20/2021,Cortland,7,3336,1765,136364 -03/21/2021,Cortland,6,3342,171,136535 -03/22/2021,Cortland,4,3346,119,136654 -03/23/2021,Cortland,10,3356,735,137389 -03/24/2021,Cortland,7,3363,2157,139546 -03/25/2021,Cortland,9,3372,668,140214 -03/26/2021,Cortland,6,3378,1420,141634 -03/27/2021,Cortland,5,3383,1427,143061 -03/28/2021,Cortland,7,3390,412,143473 -03/29/2021,Cortland,9,3399,260,143733 -03/30/2021,Cortland,7,3406,822,144555 -03/31/2021,Cortland,12,3418,471,145026 -04/01/2021,Cortland,8,3426,654,145680 -04/02/2021,Cortland,8,3434,898,146578 -04/03/2021,Cortland,7,3441,1139,147717 -04/04/2021,Cortland,5,3446,272,147989 -04/05/2021,Cortland,7,3453,79,148068 -04/06/2021,Cortland,4,3457,774,148842 -04/07/2021,Cortland,13,3470,943,149785 -04/08/2021,Cortland,12,3482,770,150555 -04/09/2021,Cortland,5,3487,1168,151723 -04/10/2021,Cortland,6,3493,370,152093 -04/11/2021,Cortland,9,3502,221,152314 -04/12/2021,Cortland,5,3507,327,152641 -04/13/2021,Cortland,8,3515,483,153124 -04/14/2021,Cortland,7,3522,1212,154336 -04/15/2021,Cortland,6,3528,712,155048 -04/16/2021,Cortland,9,3537,502,155550 -04/17/2021,Cortland,9,3546,735,156285 -04/18/2021,Cortland,7,3553,325,156610 -04/19/2021,Cortland,6,3559,229,156839 -04/20/2021,Cortland,10,3569,866,157705 -04/21/2021,Cortland,10,3579,1230,158935 -04/22/2021,Cortland,9,3588,487,159422 -04/23/2021,Cortland,9,3597,1315,160737 -04/24/2021,Cortland,2,3599,383,161120 -04/25/2021,Cortland,2,3601,327,161447 -04/26/2021,Cortland,2,3603,104,161551 -04/27/2021,Cortland,10,3613,439,161990 -04/28/2021,Cortland,6,3619,543,162533 -04/29/2021,Cortland,3,3622,747,163280 -04/30/2021,Cortland,2,3624,466,163746 -05/01/2021,Cortland,12,3636,704,164450 -05/02/2021,Cortland,7,3643,224,164674 -05/03/2021,Cortland,9,3652,85,164759 -05/04/2021,Cortland,11,3663,392,165151 -05/05/2021,Cortland,10,3673,432,165583 -05/06/2021,Cortland,6,3679,379,165962 -05/07/2021,Cortland,15,3694,918,166880 -05/08/2021,Cortland,8,3702,604,167484 -05/09/2021,Cortland,2,3704,228,167712 -05/10/2021,Cortland,6,3710,140,167852 -05/11/2021,Cortland,6,3716,414,168266 -05/12/2021,Cortland,12,3728,423,168689 -05/13/2021,Cortland,22,3750,675,169364 -05/14/2021,Cortland,6,3756,487,169851 -05/15/2021,Cortland,10,3766,593,170444 -05/16/2021,Cortland,7,3773,210,170654 -05/17/2021,Cortland,12,3785,113,170767 -05/18/2021,Cortland,10,3795,325,171092 -05/19/2021,Cortland,12,3807,585,171677 -05/20/2021,Cortland,9,3816,687,172364 -05/21/2021,Cortland,8,3824,407,172771 -05/22/2021,Cortland,7,3831,315,173086 -05/23/2021,Cortland,2,3833,109,173195 -05/24/2021,Cortland,6,3839,170,173365 -05/25/2021,Cortland,8,3847,289,173654 -05/26/2021,Cortland,10,3857,330,173984 -05/27/2021,Cortland,13,3870,696,174680 -05/28/2021,Cortland,5,3875,450,175130 -05/29/2021,Cortland,5,3880,348,175478 -05/30/2021,Cortland,7,3887,116,175594 -05/31/2021,Cortland,2,3889,57,175651 -06/01/2021,Cortland,4,3893,132,175783 -06/02/2021,Cortland,2,3895,320,176103 -06/03/2021,Cortland,3,3898,306,176409 -06/04/2021,Cortland,4,3902,787,177196 -06/05/2021,Cortland,6,3908,348,177544 -06/06/2021,Cortland,3,3911,114,177658 -06/07/2021,Cortland,2,3913,111,177769 -06/08/2021,Cortland,2,3915,350,178119 -06/09/2021,Cortland,1,3916,197,178316 -06/10/2021,Cortland,3,3919,350,178666 -06/11/2021,Cortland,5,3924,410,179076 -06/12/2021,Cortland,1,3925,237,179313 -06/13/2021,Cortland,0,3925,78,179391 -06/14/2021,Cortland,1,3926,59,179450 -06/15/2021,Cortland,0,3926,237,179687 -06/16/2021,Cortland,0,3926,212,179899 -06/17/2021,Cortland,1,3927,348,180247 -06/18/2021,Cortland,2,3929,251,180498 -06/19/2021,Cortland,0,3929,208,180706 -06/20/2021,Cortland,0,3929,57,180763 -06/21/2021,Cortland,1,3930,49,180812 -06/22/2021,Cortland,1,3931,172,180984 -06/23/2021,Cortland,0,3931,135,181119 -06/24/2021,Cortland,0,3931,207,181326 -06/25/2021,Cortland,0,3931,272,181598 -06/26/2021,Cortland,2,3933,108,181706 -06/27/2021,Cortland,1,3934,37,181743 -06/28/2021,Cortland,0,3934,39,181782 -06/29/2021,Cortland,0,3934,195,181977 -06/30/2021,Cortland,0,3934,119,182096 -07/01/2021,Cortland,1,3935,205,182301 -07/02/2021,Cortland,0,3935,128,182429 -07/03/2021,Cortland,0,3935,64,182493 -07/04/2021,Cortland,0,3935,55,182548 -07/05/2021,Cortland,0,3935,50,182598 -07/06/2021,Cortland,1,3936,53,182651 -07/07/2021,Cortland,0,3936,167,182818 -07/08/2021,Cortland,0,3936,119,182937 -07/09/2021,Cortland,0,3936,170,183107 -07/10/2021,Cortland,0,3936,66,183173 -07/11/2021,Cortland,0,3936,38,183211 -07/12/2021,Cortland,1,3937,69,183280 -07/13/2021,Cortland,1,3938,183,183463 -07/14/2021,Cortland,2,3940,107,183570 -07/15/2021,Cortland,0,3940,151,183721 -07/16/2021,Cortland,0,3940,130,183851 -07/17/2021,Cortland,1,3941,89,183940 -07/18/2021,Cortland,1,3942,40,183980 -07/19/2021,Cortland,2,3944,67,184047 -07/20/2021,Cortland,1,3945,161,184208 -07/21/2021,Cortland,4,3949,127,184335 -07/22/2021,Cortland,2,3951,170,184505 -07/23/2021,Cortland,4,3955,144,184649 -07/24/2021,Cortland,2,3957,104,184753 -07/25/2021,Cortland,1,3958,35,184788 -07/26/2021,Cortland,0,3958,118,184906 -07/27/2021,Cortland,3,3961,162,185068 -07/28/2021,Cortland,4,3965,99,185167 -07/29/2021,Cortland,3,3968,179,185346 -07/30/2021,Cortland,5,3973,190,185536 -07/31/2021,Cortland,1,3974,181,185717 -08/01/2021,Cortland,5,3979,42,185759 -08/02/2021,Cortland,1,3980,76,185835 -08/03/2021,Cortland,1,3981,177,186012 -08/04/2021,Cortland,3,3984,163,186175 -08/05/2021,Cortland,4,3988,213,186388 -08/06/2021,Cortland,11,3999,251,186639 -08/07/2021,Cortland,6,4005,163,186802 -08/08/2021,Cortland,8,4013,77,186879 -08/09/2021,Cortland,8,4021,77,186956 -08/10/2021,Cortland,5,4026,169,187125 -08/11/2021,Cortland,11,4037,169,187294 -08/12/2021,Cortland,14,4051,316,187610 -08/13/2021,Cortland,15,4066,264,187874 -08/14/2021,Cortland,13,4079,195,188069 -08/15/2021,Cortland,12,4091,162,188231 -08/16/2021,Cortland,10,4101,155,188386 -08/17/2021,Cortland,17,4118,249,188635 -08/18/2021,Cortland,18,4136,219,188854 -08/19/2021,Cortland,13,4149,274,189128 -08/20/2021,Cortland,18,4167,381,189509 -08/21/2021,Cortland,29,4196,223,189732 -08/22/2021,Cortland,12,4208,135,189867 -08/23/2021,Cortland,6,4214,71,189938 -08/24/2021,Cortland,20,4234,220,190158 -08/25/2021,Cortland,24,4258,205,190363 -08/26/2021,Cortland,32,4290,463,190826 -08/27/2021,Cortland,24,4314,334,191160 -08/28/2021,Cortland,8,4322,277,191437 -08/29/2021,Cortland,17,4339,195,191632 -08/30/2021,Cortland,18,4357,176,191808 -08/31/2021,Cortland,9,4366,300,192108 -09/01/2021,Cortland,30,4396,354,192462 -09/02/2021,Cortland,15,4411,654,193116 -09/03/2021,Cortland,21,4432,333,193449 -09/04/2021,Cortland,21,4453,329,193778 -09/05/2021,Cortland,10,4463,111,193889 -09/06/2021,Cortland,23,4486,93,193982 -09/07/2021,Cortland,20,4506,206,194188 -09/08/2021,Cortland,16,4522,243,194431 -09/09/2021,Cortland,37,4559,583,195014 -09/10/2021,Cortland,26,4585,713,195727 -09/11/2021,Cortland,35,4620,526,196253 -09/12/2021,Cortland,18,4638,171,196424 -09/13/2021,Cortland,9,4647,193,196617 -09/14/2021,Cortland,19,4666,280,196897 -09/15/2021,Cortland,33,4699,474,197371 -09/16/2021,Cortland,28,4727,898,198269 -09/17/2021,Cortland,18,4745,385,198654 -09/18/2021,Cortland,38,4783,465,199119 -09/19/2021,Cortland,11,4794,144,199263 -09/20/2021,Cortland,17,4811,282,199545 -09/21/2021,Cortland,13,4824,330,199875 -09/22/2021,Cortland,16,4840,491,200366 -09/23/2021,Cortland,22,4862,773,201139 -09/24/2021,Cortland,32,4894,603,201742 -09/25/2021,Cortland,14,4908,352,202094 -09/26/2021,Cortland,11,4919,221,202315 -09/27/2021,Cortland,19,4938,186,202501 -09/28/2021,Cortland,15,4953,366,202867 -09/29/2021,Cortland,22,4975,532,203399 -09/30/2021,Cortland,25,5000,905,204304 -10/01/2021,Cortland,15,5015,626,204930 -10/02/2021,Cortland,26,5041,449,205379 -10/03/2021,Cortland,13,5054,175,205554 -10/04/2021,Cortland,18,5072,226,205780 -10/05/2021,Cortland,16,5088,540,206320 -10/06/2021,Cortland,23,5111,631,206951 -10/07/2021,Cortland,23,5134,761,207712 -10/08/2021,Cortland,23,5157,457,208169 -10/09/2021,Cortland,9,5166,271,208440 -10/10/2021,Cortland,7,5173,243,208683 -10/11/2021,Cortland,12,5185,204,208887 -10/12/2021,Cortland,14,5199,294,209181 -10/13/2021,Cortland,21,5220,804,209985 -10/14/2021,Cortland,17,5237,514,210499 -10/15/2021,Cortland,21,5258,706,211205 -10/16/2021,Cortland,26,5284,588,211793 -10/17/2021,Cortland,10,5294,210,212003 -10/18/2021,Cortland,19,5313,203,212206 -10/19/2021,Cortland,9,5322,484,212690 -10/20/2021,Cortland,20,5342,378,213068 -10/21/2021,Cortland,15,5357,394,213462 -10/22/2021,Cortland,23,5380,845,214307 -10/23/2021,Cortland,21,5401,416,214723 -10/24/2021,Cortland,12,5413,258,214981 -10/25/2021,Cortland,11,5424,131,215112 -10/26/2021,Cortland,24,5448,598,215710 -10/27/2021,Cortland,19,5467,456,216166 -10/28/2021,Cortland,31,5498,796,216962 -10/29/2021,Cortland,22,5520,494,217456 -10/30/2021,Cortland,17,5537,523,217979 -10/31/2021,Cortland,13,5550,201,218180 -11/01/2021,Cortland,22,5572,246,218426 -11/02/2021,Cortland,26,5598,449,218875 -11/03/2021,Cortland,26,5624,425,219300 -11/04/2021,Cortland,17,5641,812,220112 -11/05/2021,Cortland,14,5655,644,220756 -11/06/2021,Cortland,32,5687,524,221280 -11/07/2021,Cortland,8,5695,204,221484 -11/08/2021,Cortland,19,5714,287,221771 -11/09/2021,Cortland,15,5729,342,222113 -11/10/2021,Cortland,23,5752,706,222819 -11/11/2021,Cortland,24,5776,709,223528 -11/12/2021,Cortland,20,5796,584,224112 -11/13/2021,Cortland,31,5827,403,224515 -11/14/2021,Cortland,7,5834,166,224681 -11/15/2021,Cortland,18,5852,160,224841 -11/16/2021,Cortland,24,5876,512,225353 -11/17/2021,Cortland,21,5897,434,225787 -11/18/2021,Cortland,24,5921,747,226534 -11/19/2021,Cortland,23,5944,506,227040 -11/20/2021,Cortland,21,5965,473,227513 -11/21/2021,Cortland,9,5974,180,227693 -11/22/2021,Cortland,9,5983,193,227886 -11/23/2021,Cortland,16,5999,285,228171 -11/24/2021,Cortland,21,6020,724,228895 -11/25/2021,Cortland,20,6040,416,229311 -11/26/2021,Cortland,7,6047,154,229465 -11/27/2021,Cortland,6,6053,213,229678 -11/28/2021,Cortland,20,6073,152,229830 -11/29/2021,Cortland,21,6094,228,230058 -11/30/2021,Cortland,19,6113,337,230395 -12/01/2021,Cortland,21,6134,481,230876 -12/02/2021,Cortland,30,6164,541,231417 -12/03/2021,Cortland,30,6194,621,232038 -12/04/2021,Cortland,48,6242,560,232598 -12/05/2021,Cortland,15,6257,145,232743 -12/06/2021,Cortland,23,6280,391,233134 -12/07/2021,Cortland,28,6308,325,233459 -12/08/2021,Cortland,65,6373,582,234041 -12/09/2021,Cortland,49,6422,546,234587 -12/10/2021,Cortland,42,6464,864,235451 -12/11/2021,Cortland,37,6501,598,236049 -12/12/2021,Cortland,14,6515,171,236220 -12/13/2021,Cortland,23,6538,157,236377 -12/14/2021,Cortland,21,6559,320,236697 -12/15/2021,Cortland,45,6604,744,237441 -12/16/2021,Cortland,37,6641,596,238037 -12/17/2021,Cortland,38,6679,437,238474 -12/18/2021,Cortland,40,6719,453,238927 -12/19/2021,Cortland,21,6740,183,239110 -12/20/2021,Cortland,21,6761,184,239294 -12/21/2021,Cortland,31,6792,302,239596 -12/22/2021,Cortland,62,6854,612,240208 -12/23/2021,Cortland,59,6913,673,240881 -12/24/2021,Cortland,46,6959,713,241594 -12/25/2021,Cortland,40,6999,220,241814 -12/26/2021,Cortland,10,7009,79,241893 -12/27/2021,Cortland,15,7024,143,242036 -12/28/2021,Cortland,51,7075,750,242786 -12/29/2021,Cortland,89,7164,482,243268 -12/30/2021,Cortland,92,7256,649,243917 -12/31/2021,Cortland,121,7377,793,244710 -01/01/2022,Cortland,67,7444,410,245120 -01/02/2022,Cortland,51,7495,293,245413 -01/03/2022,Cortland,36,7531,296,245709 -01/04/2022,Cortland,82,7613,535,246244 -01/05/2022,Cortland,116,7729,708,246952 -01/06/2022,Cortland,107,7836,608,247560 -01/07/2022,Cortland,176,8012,1080,248640 -01/08/2022,Cortland,148,8160,865,249505 -01/09/2022,Cortland,60,8220,348,249853 -01/10/2022,Cortland,42,8262,209,250062 -01/11/2022,Cortland,111,8373,527,250589 -01/12/2022,Cortland,117,8490,652,251241 -01/13/2022,Cortland,129,8619,676,251917 -01/14/2022,Cortland,112,8731,842,252759 -01/15/2022,Cortland,137,8868,771,253530 -01/16/2022,Cortland,86,8954,417,253947 -01/17/2022,Cortland,44,8998,182,254129 -01/18/2022,Cortland,54,9052,407,254536 -01/19/2022,Cortland,93,9145,567,255103 -01/20/2022,Cortland,115,9260,720,255823 -01/21/2022,Cortland,71,9331,603,256426 -01/22/2022,Cortland,52,9383,435,256861 -01/23/2022,Cortland,36,9419,260,257121 -01/24/2022,Cortland,42,9461,344,257465 -01/25/2022,Cortland,53,9514,365,257830 -01/26/2022,Cortland,70,9584,621,258451 -01/27/2022,Cortland,67,9651,512,258963 -01/28/2022,Cortland,61,9712,503,259466 -01/29/2022,Cortland,42,9754,562,260028 -01/30/2022,Cortland,44,9798,230,260258 -01/31/2022,Cortland,23,9821,126,260384 -02/01/2022,Cortland,34,9855,281,260665 -02/02/2022,Cortland,60,9915,614,261279 -02/03/2022,Cortland,28,9943,558,261837 -02/04/2022,Cortland,28,9971,394,262231 -02/05/2022,Cortland,22,9993,250,262481 -03/01/2020,Delaware,0,0,0,0 -03/02/2020,Delaware,0,0,0,0 -03/03/2020,Delaware,0,0,0,0 -03/04/2020,Delaware,0,0,0,0 -03/05/2020,Delaware,0,0,0,0 -03/06/2020,Delaware,0,0,0,0 -03/07/2020,Delaware,0,0,0,0 -03/08/2020,Delaware,0,0,0,0 -03/09/2020,Delaware,0,0,1,1 -03/10/2020,Delaware,0,0,1,2 -03/11/2020,Delaware,0,0,2,4 -03/12/2020,Delaware,1,1,1,5 -03/13/2020,Delaware,0,1,1,6 -03/14/2020,Delaware,0,1,1,7 -03/15/2020,Delaware,0,1,5,12 -03/16/2020,Delaware,0,1,0,12 -03/17/2020,Delaware,0,1,0,12 -03/18/2020,Delaware,0,1,1,13 -03/19/2020,Delaware,0,1,4,17 -03/20/2020,Delaware,0,1,8,25 -03/21/2020,Delaware,2,3,10,35 -03/22/2020,Delaware,0,3,10,45 -03/23/2020,Delaware,0,3,5,50 -03/24/2020,Delaware,2,5,5,55 -03/25/2020,Delaware,2,7,12,67 -03/26/2020,Delaware,1,8,7,74 -03/27/2020,Delaware,0,8,13,87 -03/28/2020,Delaware,0,8,4,91 -03/29/2020,Delaware,3,11,12,103 -03/30/2020,Delaware,5,16,11,114 -03/31/2020,Delaware,4,20,13,127 -04/01/2020,Delaware,2,22,7,134 -04/02/2020,Delaware,2,24,9,143 -04/03/2020,Delaware,2,26,18,161 -04/04/2020,Delaware,1,27,12,173 -04/05/2020,Delaware,2,29,28,201 -04/06/2020,Delaware,7,36,30,231 -04/07/2020,Delaware,1,37,16,247 -04/08/2020,Delaware,0,37,22,269 -04/09/2020,Delaware,2,39,20,289 -04/10/2020,Delaware,0,39,17,306 -04/11/2020,Delaware,0,39,10,316 -04/12/2020,Delaware,3,42,14,330 -04/13/2020,Delaware,3,45,48,378 -04/14/2020,Delaware,1,46,7,385 -04/15/2020,Delaware,1,47,9,394 -04/16/2020,Delaware,1,48,10,404 -04/17/2020,Delaware,1,49,8,412 -04/18/2020,Delaware,0,49,10,422 -04/19/2020,Delaware,0,49,5,427 -04/20/2020,Delaware,0,49,3,430 -04/21/2020,Delaware,1,50,18,448 -04/22/2020,Delaware,0,50,21,469 -04/23/2020,Delaware,1,51,15,484 -04/24/2020,Delaware,7,58,135,619 -04/25/2020,Delaware,0,58,35,654 -04/26/2020,Delaware,0,58,21,675 -04/27/2020,Delaware,1,59,16,691 -04/28/2020,Delaware,1,60,14,705 -04/29/2020,Delaware,1,61,24,729 -04/30/2020,Delaware,0,61,24,753 -05/01/2020,Delaware,0,61,29,782 -05/02/2020,Delaware,0,61,28,810 -05/03/2020,Delaware,1,62,54,864 -05/04/2020,Delaware,0,62,31,895 -05/05/2020,Delaware,0,62,30,925 -05/06/2020,Delaware,1,63,30,955 -05/07/2020,Delaware,0,63,24,979 -05/08/2020,Delaware,0,63,30,1009 -05/09/2020,Delaware,1,64,33,1042 -05/10/2020,Delaware,1,65,19,1061 -05/11/2020,Delaware,0,65,50,1111 -05/12/2020,Delaware,1,66,53,1164 -05/13/2020,Delaware,1,67,136,1300 -05/14/2020,Delaware,0,67,120,1420 -05/15/2020,Delaware,1,68,70,1490 -05/16/2020,Delaware,1,69,51,1541 -05/17/2020,Delaware,0,69,56,1597 -05/18/2020,Delaware,0,69,65,1662 -05/19/2020,Delaware,0,69,45,1707 -05/20/2020,Delaware,2,71,65,1772 -05/21/2020,Delaware,1,72,124,1896 -05/22/2020,Delaware,2,74,51,1947 -05/23/2020,Delaware,3,77,80,2027 -05/24/2020,Delaware,0,77,44,2071 -05/25/2020,Delaware,0,77,22,2093 -05/26/2020,Delaware,1,78,205,2298 -05/27/2020,Delaware,0,78,213,2511 -05/28/2020,Delaware,1,79,156,2667 -05/29/2020,Delaware,0,79,123,2790 -05/30/2020,Delaware,0,79,209,2999 -05/31/2020,Delaware,2,81,96,3095 -06/01/2020,Delaware,1,82,138,3233 -06/02/2020,Delaware,0,82,195,3428 -06/03/2020,Delaware,0,82,171,3599 -06/04/2020,Delaware,2,84,129,3728 -06/05/2020,Delaware,1,85,217,3945 -06/06/2020,Delaware,0,85,124,4069 -06/07/2020,Delaware,0,85,164,4233 -06/08/2020,Delaware,1,86,194,4427 -06/09/2020,Delaware,1,87,198,4625 -06/10/2020,Delaware,1,88,173,4798 -06/11/2020,Delaware,0,88,92,4890 -06/12/2020,Delaware,0,88,110,5000 -06/13/2020,Delaware,0,88,181,5181 -06/14/2020,Delaware,0,88,111,5292 -06/15/2020,Delaware,0,88,206,5498 -06/16/2020,Delaware,1,89,202,5700 -06/17/2020,Delaware,0,89,116,5816 -06/18/2020,Delaware,0,89,143,5959 -06/19/2020,Delaware,1,90,144,6103 -06/20/2020,Delaware,0,90,167,6270 -06/21/2020,Delaware,0,90,134,6404 -06/22/2020,Delaware,1,91,167,6571 -06/23/2020,Delaware,0,91,91,6662 -06/24/2020,Delaware,0,91,215,6877 -06/25/2020,Delaware,0,91,69,6946 -06/26/2020,Delaware,0,91,131,7077 -06/27/2020,Delaware,0,91,220,7297 -06/28/2020,Delaware,0,91,154,7451 -06/29/2020,Delaware,0,91,147,7598 -06/30/2020,Delaware,0,91,157,7755 -07/01/2020,Delaware,0,91,106,7861 -07/02/2020,Delaware,0,91,62,7923 -07/03/2020,Delaware,0,91,73,7996 -07/04/2020,Delaware,0,91,265,8261 -07/05/2020,Delaware,0,91,85,8346 -07/06/2020,Delaware,0,91,147,8493 -07/07/2020,Delaware,0,91,50,8543 -07/08/2020,Delaware,0,91,83,8626 -07/09/2020,Delaware,0,91,78,8704 -07/10/2020,Delaware,0,91,147,8851 -07/11/2020,Delaware,1,92,247,9098 -07/12/2020,Delaware,0,92,80,9178 -07/13/2020,Delaware,0,92,111,9289 -07/14/2020,Delaware,0,92,100,9389 -07/15/2020,Delaware,0,92,117,9506 -07/16/2020,Delaware,0,92,161,9667 -07/17/2020,Delaware,1,93,193,9860 -07/18/2020,Delaware,0,93,64,9924 -07/19/2020,Delaware,0,93,105,10029 -07/20/2020,Delaware,0,93,119,10148 -07/21/2020,Delaware,0,93,187,10335 -07/22/2020,Delaware,2,95,114,10449 -07/23/2020,Delaware,2,97,120,10569 -07/24/2020,Delaware,1,98,133,10702 -07/25/2020,Delaware,0,98,77,10779 -07/26/2020,Delaware,0,98,65,10844 -07/27/2020,Delaware,1,99,110,10954 -07/28/2020,Delaware,2,101,98,11052 -07/29/2020,Delaware,0,101,186,11238 -07/30/2020,Delaware,1,102,126,11364 -07/31/2020,Delaware,1,103,156,11520 -08/01/2020,Delaware,0,103,148,11668 -08/02/2020,Delaware,1,104,134,11802 -08/03/2020,Delaware,0,104,153,11955 -08/04/2020,Delaware,0,104,130,12085 -08/05/2020,Delaware,0,104,35,12120 -08/06/2020,Delaware,0,104,163,12283 -08/07/2020,Delaware,1,105,184,12467 -08/08/2020,Delaware,0,105,150,12617 -08/09/2020,Delaware,0,105,135,12752 -08/10/2020,Delaware,1,106,273,13025 -08/11/2020,Delaware,0,106,154,13179 -08/12/2020,Delaware,1,107,139,13318 -08/13/2020,Delaware,0,107,102,13420 -08/14/2020,Delaware,0,107,169,13589 -08/15/2020,Delaware,0,107,117,13706 -08/16/2020,Delaware,0,107,80,13786 -08/17/2020,Delaware,0,107,165,13951 -08/18/2020,Delaware,1,108,173,14124 -08/19/2020,Delaware,1,109,119,14243 -08/20/2020,Delaware,0,109,146,14389 -08/21/2020,Delaware,0,109,143,14532 -08/22/2020,Delaware,0,109,177,14709 -08/23/2020,Delaware,0,109,143,14852 -08/24/2020,Delaware,0,109,112,14964 -08/25/2020,Delaware,0,109,173,15137 -08/26/2020,Delaware,1,110,131,15268 -08/27/2020,Delaware,2,112,175,15443 -08/28/2020,Delaware,0,112,120,15563 -08/29/2020,Delaware,3,115,183,15746 -08/30/2020,Delaware,0,115,90,15836 -08/31/2020,Delaware,0,115,289,16125 -09/01/2020,Delaware,5,120,159,16284 -09/02/2020,Delaware,1,121,160,16444 -09/03/2020,Delaware,0,121,382,16826 -09/04/2020,Delaware,2,123,213,17039 -09/05/2020,Delaware,0,123,134,17173 -09/06/2020,Delaware,1,124,229,17402 -09/07/2020,Delaware,1,125,165,17567 -09/08/2020,Delaware,0,125,32,17599 -09/09/2020,Delaware,0,125,69,17668 -09/10/2020,Delaware,3,128,140,17808 -09/11/2020,Delaware,0,128,213,18021 -09/12/2020,Delaware,0,128,217,18238 -09/13/2020,Delaware,0,128,169,18407 -09/14/2020,Delaware,0,128,82,18489 -09/15/2020,Delaware,1,129,86,18575 -09/16/2020,Delaware,0,129,127,18702 -09/17/2020,Delaware,0,129,132,18834 -09/18/2020,Delaware,1,130,139,18973 -09/19/2020,Delaware,0,130,217,19190 -09/20/2020,Delaware,0,130,220,19410 -09/21/2020,Delaware,1,131,205,19615 -09/22/2020,Delaware,1,132,139,19754 -09/23/2020,Delaware,1,133,122,19876 -09/24/2020,Delaware,0,133,107,19983 -09/25/2020,Delaware,0,133,232,20215 -09/26/2020,Delaware,1,134,167,20382 -09/27/2020,Delaware,1,135,171,20553 -09/28/2020,Delaware,1,136,237,20790 -09/29/2020,Delaware,0,136,510,21300 -09/30/2020,Delaware,1,137,111,21411 -10/01/2020,Delaware,1,138,129,21540 -10/02/2020,Delaware,2,140,227,21767 -10/03/2020,Delaware,1,141,170,21937 -10/04/2020,Delaware,0,141,191,22128 -10/05/2020,Delaware,2,143,139,22267 -10/06/2020,Delaware,0,143,480,22747 -10/07/2020,Delaware,1,144,159,22906 -10/08/2020,Delaware,0,144,175,23081 -10/09/2020,Delaware,2,146,185,23266 -10/10/2020,Delaware,2,148,146,23412 -10/11/2020,Delaware,1,149,223,23635 -10/12/2020,Delaware,5,154,332,23967 -10/13/2020,Delaware,0,154,501,24468 -10/14/2020,Delaware,2,156,143,24611 -10/15/2020,Delaware,1,157,138,24749 -10/16/2020,Delaware,2,159,206,24955 -10/17/2020,Delaware,0,159,165,25120 -10/18/2020,Delaware,0,159,231,25351 -10/19/2020,Delaware,0,159,224,25575 -10/20/2020,Delaware,2,161,693,26268 -10/21/2020,Delaware,3,164,109,26377 -10/22/2020,Delaware,2,166,105,26482 -10/23/2020,Delaware,2,168,189,26671 -10/24/2020,Delaware,1,169,226,26897 -10/25/2020,Delaware,0,169,223,27120 -10/26/2020,Delaware,4,173,176,27296 -10/27/2020,Delaware,4,177,1016,28312 -10/28/2020,Delaware,1,178,160,28472 -10/29/2020,Delaware,3,181,173,28645 -10/30/2020,Delaware,6,187,142,28787 -10/31/2020,Delaware,5,192,187,28974 -11/01/2020,Delaware,1,193,176,29150 -11/02/2020,Delaware,4,197,139,29289 -11/03/2020,Delaware,8,205,298,29587 -11/04/2020,Delaware,8,213,724,30311 -11/05/2020,Delaware,9,222,173,30484 -11/06/2020,Delaware,5,227,197,30681 -11/07/2020,Delaware,11,238,160,30841 -11/08/2020,Delaware,8,246,189,31030 -11/09/2020,Delaware,9,255,394,31424 -11/10/2020,Delaware,7,262,1305,32729 -11/11/2020,Delaware,4,266,195,32924 -11/12/2020,Delaware,5,271,130,33054 -11/13/2020,Delaware,5,276,139,33193 -11/14/2020,Delaware,1,277,136,33329 -11/15/2020,Delaware,3,280,118,33447 -11/16/2020,Delaware,1,281,166,33613 -11/17/2020,Delaware,8,289,338,33951 -11/18/2020,Delaware,2,291,418,34369 -11/19/2020,Delaware,6,297,102,34471 -11/20/2020,Delaware,3,300,238,34709 -11/21/2020,Delaware,9,309,154,34863 -11/22/2020,Delaware,5,314,384,35247 -11/23/2020,Delaware,5,319,218,35465 -11/24/2020,Delaware,7,326,297,35762 -11/25/2020,Delaware,10,336,240,36002 -11/26/2020,Delaware,6,342,173,36175 -11/27/2020,Delaware,4,346,204,36379 -11/28/2020,Delaware,13,359,353,36732 -11/29/2020,Delaware,4,363,297,37029 -11/30/2020,Delaware,12,375,343,37372 -12/01/2020,Delaware,10,385,199,37571 -12/02/2020,Delaware,8,393,233,37804 -12/03/2020,Delaware,8,401,198,38002 -12/04/2020,Delaware,19,420,428,38430 -12/05/2020,Delaware,12,432,333,38763 -12/06/2020,Delaware,14,446,329,39092 -12/07/2020,Delaware,8,454,97,39189 -12/08/2020,Delaware,16,470,301,39490 -12/09/2020,Delaware,7,477,249,39739 -12/10/2020,Delaware,11,488,215,39954 -12/11/2020,Delaware,12,500,377,40331 -12/12/2020,Delaware,12,512,285,40616 -12/13/2020,Delaware,8,520,347,40963 -12/14/2020,Delaware,5,525,105,41068 -12/15/2020,Delaware,9,534,186,41254 -12/16/2020,Delaware,4,538,152,41406 -12/17/2020,Delaware,9,547,190,41596 -12/18/2020,Delaware,19,566,228,41824 -12/19/2020,Delaware,15,581,285,42109 -12/20/2020,Delaware,9,590,189,42298 -12/21/2020,Delaware,6,596,114,42412 -12/22/2020,Delaware,9,605,331,42743 -12/23/2020,Delaware,4,609,294,43037 -12/24/2020,Delaware,14,623,285,43322 -12/25/2020,Delaware,13,636,248,43570 -12/26/2020,Delaware,13,649,166,43736 -12/27/2020,Delaware,6,655,119,43855 -12/28/2020,Delaware,20,675,255,44110 -12/29/2020,Delaware,16,691,315,44425 -12/30/2020,Delaware,16,707,246,44671 -12/31/2020,Delaware,19,726,318,44989 -01/01/2021,Delaware,10,736,278,45267 -01/02/2021,Delaware,14,750,254,45521 -01/03/2021,Delaware,10,760,188,45709 -01/04/2021,Delaware,11,771,133,45842 -01/05/2021,Delaware,12,783,251,46093 -01/06/2021,Delaware,27,810,344,46437 -01/07/2021,Delaware,28,838,305,46742 -01/08/2021,Delaware,22,860,274,47016 -01/09/2021,Delaware,29,889,408,47424 -01/10/2021,Delaware,12,901,184,47608 -01/11/2021,Delaware,25,926,279,47887 -01/12/2021,Delaware,11,937,274,48161 -01/13/2021,Delaware,14,951,213,48374 -01/14/2021,Delaware,14,965,432,48806 -01/15/2021,Delaware,18,983,373,49179 -01/16/2021,Delaware,7,990,419,49598 -01/17/2021,Delaware,10,1000,224,49822 -01/18/2021,Delaware,9,1009,137,49959 -01/19/2021,Delaware,20,1029,396,50355 -01/20/2021,Delaware,15,1044,355,50710 -01/21/2021,Delaware,23,1067,424,51134 -01/22/2021,Delaware,33,1100,421,51555 -01/23/2021,Delaware,19,1119,409,51964 -01/24/2021,Delaware,15,1134,266,52230 -01/25/2021,Delaware,25,1159,148,52378 -01/26/2021,Delaware,8,1167,298,52676 -01/27/2021,Delaware,12,1179,251,52927 -01/28/2021,Delaware,18,1197,325,53252 -01/29/2021,Delaware,8,1205,464,53716 -01/30/2021,Delaware,12,1217,260,53976 -01/31/2021,Delaware,9,1226,241,54217 -02/01/2021,Delaware,7,1233,203,54420 -02/02/2021,Delaware,1,1234,120,54540 -02/03/2021,Delaware,7,1241,323,54863 -02/04/2021,Delaware,12,1253,309,55172 -02/05/2021,Delaware,8,1261,353,55525 -02/06/2021,Delaware,16,1277,319,55844 -02/07/2021,Delaware,8,1285,198,56042 -02/08/2021,Delaware,5,1290,87,56129 -02/09/2021,Delaware,11,1301,1523,57652 -02/10/2021,Delaware,20,1321,359,58011 -02/11/2021,Delaware,19,1340,372,58383 -02/12/2021,Delaware,12,1352,237,58620 -02/13/2021,Delaware,13,1365,463,59083 -02/14/2021,Delaware,6,1371,190,59273 -02/15/2021,Delaware,14,1385,125,59398 -02/16/2021,Delaware,7,1392,851,60249 -02/17/2021,Delaware,19,1411,398,60647 -02/18/2021,Delaware,20,1431,337,60984 -02/19/2021,Delaware,7,1438,359,61343 -02/20/2021,Delaware,10,1448,248,61591 -02/21/2021,Delaware,10,1458,312,61903 -02/22/2021,Delaware,5,1463,88,61991 -02/23/2021,Delaware,6,1469,965,62956 -02/24/2021,Delaware,9,1478,938,63894 -02/25/2021,Delaware,8,1486,787,64681 -02/26/2021,Delaware,12,1498,321,65002 -02/27/2021,Delaware,10,1508,405,65407 -02/28/2021,Delaware,11,1519,170,65577 -03/01/2021,Delaware,5,1524,124,65701 -03/02/2021,Delaware,11,1535,1042,66743 -03/03/2021,Delaware,8,1543,822,67565 -03/04/2021,Delaware,17,1560,296,67861 -03/05/2021,Delaware,13,1573,310,68171 -03/06/2021,Delaware,17,1590,397,68568 -03/07/2021,Delaware,15,1605,217,68785 -03/08/2021,Delaware,10,1615,120,68905 -03/09/2021,Delaware,11,1626,952,69857 -03/10/2021,Delaware,9,1635,809,70666 -03/11/2021,Delaware,27,1662,305,70971 -03/12/2021,Delaware,24,1686,293,71264 -03/13/2021,Delaware,11,1697,393,71657 -03/14/2021,Delaware,10,1707,146,71803 -03/15/2021,Delaware,3,1710,141,71944 -03/16/2021,Delaware,11,1721,1064,73008 -03/17/2021,Delaware,16,1737,912,73920 -03/18/2021,Delaware,15,1752,314,74234 -03/19/2021,Delaware,19,1771,264,74498 -03/20/2021,Delaware,15,1786,394,74892 -03/21/2021,Delaware,12,1798,218,75110 -03/22/2021,Delaware,7,1805,126,75236 -03/23/2021,Delaware,12,1817,1032,76268 -03/24/2021,Delaware,17,1834,841,77109 -03/25/2021,Delaware,12,1846,736,77845 -03/26/2021,Delaware,17,1863,417,78262 -03/27/2021,Delaware,16,1879,332,78594 -03/28/2021,Delaware,8,1887,152,78746 -03/29/2021,Delaware,7,1894,178,78924 -03/30/2021,Delaware,19,1913,1019,79943 -03/31/2021,Delaware,39,1952,431,80374 -04/01/2021,Delaware,28,1980,717,81091 -04/02/2021,Delaware,21,2001,453,81544 -04/03/2021,Delaware,12,2013,290,81834 -04/04/2021,Delaware,8,2021,242,82076 -04/05/2021,Delaware,7,2028,137,82213 -04/06/2021,Delaware,12,2040,962,83175 -04/07/2021,Delaware,8,2048,898,84073 -04/08/2021,Delaware,21,2069,875,84948 -04/09/2021,Delaware,14,2083,419,85367 -04/10/2021,Delaware,12,2095,319,85686 -04/11/2021,Delaware,8,2103,170,85856 -04/12/2021,Delaware,9,2112,201,86057 -04/13/2021,Delaware,7,2119,1009,87066 -04/14/2021,Delaware,18,2137,1025,88091 -04/15/2021,Delaware,5,2142,635,88726 -04/16/2021,Delaware,14,2156,400,89126 -04/17/2021,Delaware,14,2170,465,89591 -04/18/2021,Delaware,10,2180,146,89737 -04/19/2021,Delaware,3,2183,113,89850 -04/20/2021,Delaware,12,2195,1092,90942 -04/21/2021,Delaware,6,2201,976,91918 -04/22/2021,Delaware,12,2213,705,92623 -04/23/2021,Delaware,15,2228,508,93131 -04/24/2021,Delaware,6,2234,226,93357 -04/25/2021,Delaware,3,2237,193,93550 -04/26/2021,Delaware,1,2238,85,93635 -04/27/2021,Delaware,5,2243,230,93865 -04/28/2021,Delaware,6,2249,451,94316 -04/29/2021,Delaware,9,2258,679,94995 -04/30/2021,Delaware,8,2266,354,95349 -05/01/2021,Delaware,5,2271,285,95634 -05/02/2021,Delaware,1,2272,175,95809 -05/03/2021,Delaware,4,2276,90,95899 -05/04/2021,Delaware,3,2279,178,96077 -05/05/2021,Delaware,8,2287,315,96392 -05/06/2021,Delaware,3,2290,682,97074 -05/07/2021,Delaware,3,2293,324,97398 -05/08/2021,Delaware,4,2297,279,97677 -05/09/2021,Delaware,1,2298,136,97813 -05/10/2021,Delaware,3,2301,134,97947 -05/11/2021,Delaware,6,2307,200,98147 -05/12/2021,Delaware,4,2311,361,98508 -05/13/2021,Delaware,6,2317,600,99108 -05/14/2021,Delaware,3,2320,278,99386 -05/15/2021,Delaware,0,2320,181,99567 -05/16/2021,Delaware,1,2321,79,99646 -05/17/2021,Delaware,3,2324,126,99772 -05/18/2021,Delaware,8,2332,238,100010 -05/19/2021,Delaware,2,2334,527,100537 -05/20/2021,Delaware,3,2337,199,100736 -05/21/2021,Delaware,7,2344,345,101081 -05/22/2021,Delaware,1,2345,139,101220 -05/23/2021,Delaware,3,2348,102,101322 -05/24/2021,Delaware,0,2348,98,101420 -05/25/2021,Delaware,0,2348,168,101588 -05/26/2021,Delaware,1,2349,416,102004 -05/27/2021,Delaware,1,2350,251,102255 -05/28/2021,Delaware,2,2352,181,102436 -05/29/2021,Delaware,2,2354,242,102678 -05/30/2021,Delaware,2,2356,110,102788 -05/31/2021,Delaware,1,2357,84,102872 -06/01/2021,Delaware,0,2357,81,102953 -06/02/2021,Delaware,0,2357,136,103089 -06/03/2021,Delaware,4,2361,379,103468 -06/04/2021,Delaware,5,2366,358,103826 -06/05/2021,Delaware,6,2372,116,103942 -06/06/2021,Delaware,2,2374,72,104014 -06/07/2021,Delaware,0,2374,121,104135 -06/08/2021,Delaware,2,2376,148,104283 -06/09/2021,Delaware,0,2376,266,104549 -06/10/2021,Delaware,1,2377,278,104827 -06/11/2021,Delaware,2,2379,206,105033 -06/12/2021,Delaware,0,2379,125,105158 -06/13/2021,Delaware,0,2379,61,105219 -06/14/2021,Delaware,2,2381,64,105283 -06/15/2021,Delaware,2,2383,116,105399 -06/16/2021,Delaware,2,2385,255,105654 -06/17/2021,Delaware,0,2385,104,105758 -06/18/2021,Delaware,0,2385,146,105904 -06/19/2021,Delaware,0,2385,80,105984 -06/20/2021,Delaware,1,2386,65,106049 -06/21/2021,Delaware,0,2386,76,106125 -06/22/2021,Delaware,2,2388,90,106215 -06/23/2021,Delaware,1,2389,231,106446 -06/24/2021,Delaware,0,2389,96,106542 -06/25/2021,Delaware,2,2391,125,106667 -06/26/2021,Delaware,1,2392,125,106792 -06/27/2021,Delaware,1,2393,54,106846 -06/28/2021,Delaware,1,2394,60,106906 -06/29/2021,Delaware,1,2395,116,107022 -06/30/2021,Delaware,0,2395,149,107171 -07/01/2021,Delaware,0,2395,90,107261 -07/02/2021,Delaware,0,2395,84,107345 -07/03/2021,Delaware,0,2395,75,107420 -07/04/2021,Delaware,0,2395,94,107514 -07/05/2021,Delaware,0,2395,20,107534 -07/06/2021,Delaware,0,2395,46,107580 -07/07/2021,Delaware,0,2395,109,107689 -07/08/2021,Delaware,2,2397,177,107866 -07/09/2021,Delaware,0,2397,103,107969 -07/10/2021,Delaware,0,2397,82,108051 -07/11/2021,Delaware,1,2398,109,108160 -07/12/2021,Delaware,0,2398,47,108207 -07/13/2021,Delaware,2,2400,105,108312 -07/14/2021,Delaware,0,2400,163,108475 -07/15/2021,Delaware,1,2401,69,108544 -07/16/2021,Delaware,0,2401,75,108619 -07/17/2021,Delaware,0,2401,72,108691 -07/18/2021,Delaware,3,2404,35,108726 -07/19/2021,Delaware,0,2404,131,108857 -07/20/2021,Delaware,3,2407,79,108936 -07/21/2021,Delaware,2,2409,182,109118 -07/22/2021,Delaware,1,2410,73,109191 -07/23/2021,Delaware,2,2412,97,109288 -07/24/2021,Delaware,0,2412,76,109364 -07/25/2021,Delaware,0,2412,28,109392 -07/26/2021,Delaware,3,2415,110,109502 -07/27/2021,Delaware,4,2419,189,109691 -07/28/2021,Delaware,6,2425,155,109846 -07/29/2021,Delaware,6,2431,122,109968 -07/30/2021,Delaware,1,2432,87,110055 -07/31/2021,Delaware,2,2434,199,110254 -08/01/2021,Delaware,1,2435,101,110355 -08/02/2021,Delaware,8,2443,100,110455 -08/03/2021,Delaware,5,2448,128,110583 -08/04/2021,Delaware,2,2450,213,110796 -08/05/2021,Delaware,3,2453,146,110942 -08/06/2021,Delaware,13,2466,147,111089 -08/07/2021,Delaware,10,2476,209,111298 -08/08/2021,Delaware,5,2481,131,111429 -08/09/2021,Delaware,9,2490,164,111593 -08/10/2021,Delaware,12,2502,156,111749 -08/11/2021,Delaware,19,2521,258,112007 -08/12/2021,Delaware,9,2530,117,112124 -08/13/2021,Delaware,12,2542,151,112275 -08/14/2021,Delaware,11,2553,291,112566 -08/15/2021,Delaware,7,2560,174,112740 -08/16/2021,Delaware,2,2562,82,112822 -08/17/2021,Delaware,7,2569,189,113011 -08/18/2021,Delaware,14,2583,228,113239 -08/19/2021,Delaware,7,2590,310,113549 -08/20/2021,Delaware,9,2599,159,113708 -08/21/2021,Delaware,4,2603,254,113962 -08/22/2021,Delaware,3,2606,83,114045 -08/23/2021,Delaware,6,2612,112,114157 -08/24/2021,Delaware,4,2616,491,114648 -08/25/2021,Delaware,17,2633,157,114805 -08/26/2021,Delaware,10,2643,311,115116 -08/27/2021,Delaware,5,2648,302,115418 -08/28/2021,Delaware,7,2655,140,115558 -08/29/2021,Delaware,12,2667,289,115847 -08/30/2021,Delaware,1,2668,197,116044 -08/31/2021,Delaware,10,2678,376,116420 -09/01/2021,Delaware,7,2685,255,116675 -09/02/2021,Delaware,19,2704,310,116985 -09/03/2021,Delaware,12,2716,193,117178 -09/04/2021,Delaware,17,2733,316,117494 -09/05/2021,Delaware,13,2746,140,117634 -09/06/2021,Delaware,10,2756,155,117789 -09/07/2021,Delaware,15,2771,102,117891 -09/08/2021,Delaware,16,2787,204,118095 -09/09/2021,Delaware,26,2813,491,118586 -09/10/2021,Delaware,20,2833,335,118921 -09/11/2021,Delaware,37,2870,260,119181 -09/12/2021,Delaware,13,2883,226,119407 -09/13/2021,Delaware,22,2905,129,119536 -09/14/2021,Delaware,24,2929,222,119758 -09/15/2021,Delaware,28,2957,414,120172 -09/16/2021,Delaware,33,2990,401,120573 -09/17/2021,Delaware,15,3005,555,121128 -09/18/2021,Delaware,12,3017,347,121475 -09/19/2021,Delaware,26,3043,167,121642 -09/20/2021,Delaware,13,3056,200,121842 -09/21/2021,Delaware,14,3070,567,122409 -09/22/2021,Delaware,20,3090,464,122873 -09/23/2021,Delaware,33,3123,390,123263 -09/24/2021,Delaware,10,3133,463,123726 -09/25/2021,Delaware,9,3142,356,124082 -09/26/2021,Delaware,9,3151,115,124197 -09/27/2021,Delaware,12,3163,215,124412 -09/28/2021,Delaware,16,3179,629,125041 -09/29/2021,Delaware,17,3196,497,125538 -09/30/2021,Delaware,11,3207,318,125856 -10/01/2021,Delaware,25,3232,442,126298 -10/02/2021,Delaware,32,3264,350,126648 -10/03/2021,Delaware,9,3273,274,126922 -10/04/2021,Delaware,19,3292,285,127207 -10/05/2021,Delaware,19,3311,439,127646 -10/06/2021,Delaware,18,3329,412,128058 -10/07/2021,Delaware,19,3348,393,128451 -10/08/2021,Delaware,20,3368,415,128866 -10/09/2021,Delaware,14,3382,307,129173 -10/10/2021,Delaware,25,3407,235,129408 -10/11/2021,Delaware,10,3417,87,129495 -10/12/2021,Delaware,19,3436,311,129806 -10/13/2021,Delaware,16,3452,267,130073 -10/14/2021,Delaware,21,3473,297,130370 -10/15/2021,Delaware,22,3495,503,130873 -10/16/2021,Delaware,12,3507,266,131139 -10/17/2021,Delaware,14,3521,167,131306 -10/18/2021,Delaware,8,3529,110,131416 -10/19/2021,Delaware,17,3546,473,131889 -10/20/2021,Delaware,14,3560,258,132147 -10/21/2021,Delaware,14,3574,470,132617 -10/22/2021,Delaware,11,3585,417,133034 -10/23/2021,Delaware,6,3591,327,133361 -10/24/2021,Delaware,12,3603,170,133531 -10/25/2021,Delaware,1,3604,130,133661 -10/26/2021,Delaware,19,3623,270,133931 -10/27/2021,Delaware,18,3641,549,134480 -10/28/2021,Delaware,21,3662,437,134917 -10/29/2021,Delaware,9,3671,327,135244 -10/30/2021,Delaware,25,3696,302,135546 -10/31/2021,Delaware,5,3701,112,135658 -11/01/2021,Delaware,8,3709,114,135772 -11/02/2021,Delaware,22,3731,303,136075 -11/03/2021,Delaware,20,3751,442,136517 -11/04/2021,Delaware,20,3771,498,137015 -11/05/2021,Delaware,21,3792,351,137366 -11/06/2021,Delaware,31,3823,321,137687 -11/07/2021,Delaware,19,3842,167,137854 -11/08/2021,Delaware,18,3860,191,138045 -11/09/2021,Delaware,20,3880,295,138340 -11/10/2021,Delaware,37,3917,463,138803 -11/11/2021,Delaware,22,3939,375,139178 -11/12/2021,Delaware,37,3976,266,139444 -11/13/2021,Delaware,21,3997,366,139810 -11/14/2021,Delaware,14,4011,136,139946 -11/15/2021,Delaware,32,4043,225,140171 -11/16/2021,Delaware,17,4060,246,140417 -11/17/2021,Delaware,28,4088,455,140872 -11/18/2021,Delaware,49,4137,385,141257 -11/19/2021,Delaware,38,4175,408,141665 -11/20/2021,Delaware,21,4196,303,141968 -11/21/2021,Delaware,15,4211,136,142104 -11/22/2021,Delaware,14,4225,161,142265 -11/23/2021,Delaware,29,4254,291,142556 -11/24/2021,Delaware,28,4282,298,142854 -11/25/2021,Delaware,19,4301,213,143067 -11/26/2021,Delaware,19,4320,104,143171 -11/27/2021,Delaware,24,4344,176,143347 -11/28/2021,Delaware,22,4366,158,143505 -11/29/2021,Delaware,33,4399,179,143684 -11/30/2021,Delaware,44,4443,399,144083 -12/01/2021,Delaware,62,4505,387,144470 -12/02/2021,Delaware,71,4576,798,145268 -12/03/2021,Delaware,49,4625,463,145731 -12/04/2021,Delaware,30,4655,302,146033 -12/05/2021,Delaware,22,4677,175,146208 -12/06/2021,Delaware,42,4719,257,146465 -12/07/2021,Delaware,42,4761,397,146862 -12/08/2021,Delaware,43,4804,488,147350 -12/09/2021,Delaware,36,4840,498,147848 -12/10/2021,Delaware,49,4889,409,148257 -12/11/2021,Delaware,23,4912,380,148637 -12/12/2021,Delaware,17,4929,225,148862 -12/13/2021,Delaware,27,4956,220,149082 -12/14/2021,Delaware,37,4993,340,149422 -12/15/2021,Delaware,36,5029,452,149874 -12/16/2021,Delaware,34,5063,437,150311 -12/17/2021,Delaware,32,5095,439,150750 -12/18/2021,Delaware,36,5131,375,151125 -12/19/2021,Delaware,16,5147,132,151257 -12/20/2021,Delaware,25,5172,157,151414 -12/21/2021,Delaware,36,5208,345,151759 -12/22/2021,Delaware,43,5251,398,152157 -12/23/2021,Delaware,46,5297,330,152487 -12/24/2021,Delaware,17,5314,245,152732 -12/25/2021,Delaware,8,5322,295,153027 -12/26/2021,Delaware,10,5332,61,153088 -12/27/2021,Delaware,6,5338,60,153148 -12/28/2021,Delaware,55,5393,580,153728 -12/29/2021,Delaware,61,5454,329,154057 -12/30/2021,Delaware,45,5499,254,154311 -12/31/2021,Delaware,56,5555,344,154655 -01/01/2022,Delaware,50,5605,247,154902 -01/02/2022,Delaware,24,5629,124,155026 -01/03/2022,Delaware,52,5681,178,155204 -01/04/2022,Delaware,81,5762,388,155592 -01/05/2022,Delaware,118,5880,537,156129 -01/06/2022,Delaware,97,5977,422,156551 -01/07/2022,Delaware,103,6080,497,157048 -01/08/2022,Delaware,104,6184,530,157578 -01/09/2022,Delaware,37,6221,184,157762 -01/10/2022,Delaware,43,6264,206,157968 -01/11/2022,Delaware,60,6324,383,158351 -01/12/2022,Delaware,78,6402,653,159004 -01/13/2022,Delaware,85,6487,384,159388 -01/14/2022,Delaware,61,6548,411,159799 -01/15/2022,Delaware,48,6596,324,160123 -01/16/2022,Delaware,33,6629,211,160334 -01/17/2022,Delaware,38,6667,160,160494 -01/18/2022,Delaware,45,6712,225,160719 -01/19/2022,Delaware,75,6787,343,161062 -01/20/2022,Delaware,56,6843,457,161519 -01/21/2022,Delaware,44,6887,342,161861 -01/22/2022,Delaware,42,6929,326,162187 -01/23/2022,Delaware,26,6955,224,162411 -01/24/2022,Delaware,32,6987,179,162590 -01/25/2022,Delaware,48,7035,298,162888 -01/26/2022,Delaware,58,7093,422,163310 -01/27/2022,Delaware,43,7136,279,163589 -01/28/2022,Delaware,29,7165,297,163886 -01/29/2022,Delaware,23,7188,296,164182 -01/30/2022,Delaware,20,7208,114,164296 -01/31/2022,Delaware,15,7223,128,164424 -02/01/2022,Delaware,22,7245,226,164650 -02/02/2022,Delaware,34,7279,352,165002 -02/03/2022,Delaware,38,7317,294,165296 -02/04/2022,Delaware,29,7346,297,165593 -02/05/2022,Delaware,15,7361,197,165790 -03/01/2020,Dutchess,0,0,0,0 -03/02/2020,Dutchess,0,0,0,0 -03/03/2020,Dutchess,0,0,0,0 -03/04/2020,Dutchess,0,0,0,0 -03/05/2020,Dutchess,0,0,0,0 -03/06/2020,Dutchess,0,0,0,0 -03/07/2020,Dutchess,0,0,0,0 -03/08/2020,Dutchess,0,0,0,0 -03/09/2020,Dutchess,0,0,0,0 -03/10/2020,Dutchess,0,0,2,2 -03/11/2020,Dutchess,1,1,5,7 -03/12/2020,Dutchess,0,1,3,10 -03/13/2020,Dutchess,2,3,10,20 -03/14/2020,Dutchess,4,7,17,37 -03/15/2020,Dutchess,3,10,20,57 -03/16/2020,Dutchess,6,16,32,89 -03/17/2020,Dutchess,4,20,23,112 -03/18/2020,Dutchess,11,31,107,219 -03/19/2020,Dutchess,5,36,59,278 -03/20/2020,Dutchess,13,49,205,483 -03/21/2020,Dutchess,33,82,205,688 -03/22/2020,Dutchess,18,100,135,823 -03/23/2020,Dutchess,24,124,111,934 -03/24/2020,Dutchess,29,153,146,1080 -03/25/2020,Dutchess,37,190,209,1289 -03/26/2020,Dutchess,35,225,155,1444 -03/27/2020,Dutchess,37,262,200,1644 -03/28/2020,Dutchess,58,320,195,1839 -03/29/2020,Dutchess,72,392,227,2066 -03/30/2020,Dutchess,92,484,300,2366 -03/31/2020,Dutchess,63,547,196,2562 -04/01/2020,Dutchess,120,667,330,2892 -04/02/2020,Dutchess,142,809,415,3307 -04/03/2020,Dutchess,129,938,447,3754 -04/04/2020,Dutchess,139,1077,352,4106 -04/05/2020,Dutchess,112,1189,338,4444 -04/06/2020,Dutchess,60,1249,335,4779 -04/07/2020,Dutchess,146,1395,462,5241 -04/08/2020,Dutchess,98,1493,512,5753 -04/09/2020,Dutchess,105,1598,509,6262 -04/10/2020,Dutchess,146,1744,584,6846 -04/11/2020,Dutchess,94,1838,431,7277 -04/12/2020,Dutchess,43,1881,499,7776 -04/13/2020,Dutchess,53,1934,566,8342 -04/14/2020,Dutchess,114,2048,487,8829 -04/15/2020,Dutchess,37,2085,314,9143 -04/16/2020,Dutchess,57,2142,300,9443 -04/17/2020,Dutchess,59,2201,381,9824 -04/18/2020,Dutchess,39,2240,196,10020 -04/19/2020,Dutchess,44,2284,357,10377 -04/20/2020,Dutchess,47,2331,209,10586 -04/21/2020,Dutchess,60,2391,313,10899 -04/22/2020,Dutchess,69,2460,366,11265 -04/23/2020,Dutchess,57,2517,374,11639 -04/24/2020,Dutchess,143,2660,913,12552 -04/25/2020,Dutchess,69,2729,485,13037 -04/26/2020,Dutchess,64,2793,389,13426 -04/27/2020,Dutchess,24,2817,223,13649 -04/28/2020,Dutchess,64,2881,566,14215 -04/29/2020,Dutchess,73,2954,427,14642 -04/30/2020,Dutchess,48,3002,443,15085 -05/01/2020,Dutchess,47,3049,473,15558 -05/02/2020,Dutchess,37,3086,434,15992 -05/03/2020,Dutchess,45,3131,370,16362 -05/04/2020,Dutchess,20,3151,307,16669 -05/05/2020,Dutchess,41,3192,370,17039 -05/06/2020,Dutchess,41,3233,438,17477 -05/07/2020,Dutchess,44,3277,482,17959 -05/08/2020,Dutchess,42,3319,534,18493 -05/09/2020,Dutchess,40,3359,471,18964 -05/10/2020,Dutchess,19,3378,348,19312 -05/11/2020,Dutchess,21,3399,216,19528 -05/12/2020,Dutchess,30,3429,387,19915 -05/13/2020,Dutchess,45,3474,459,20374 -05/14/2020,Dutchess,24,3498,394,20768 -05/15/2020,Dutchess,29,3527,627,21395 -05/16/2020,Dutchess,16,3543,491,21886 -05/17/2020,Dutchess,9,3552,337,22223 -05/18/2020,Dutchess,158,3710,972,23195 -05/19/2020,Dutchess,14,3724,536,23731 -05/20/2020,Dutchess,21,3745,573,24304 -05/21/2020,Dutchess,22,3767,556,24860 -05/22/2020,Dutchess,26,3793,549,25409 -05/23/2020,Dutchess,14,3807,874,26283 -05/24/2020,Dutchess,18,3825,650,26933 -05/25/2020,Dutchess,9,3834,301,27234 -05/26/2020,Dutchess,13,3847,423,27657 -05/27/2020,Dutchess,20,3867,911,28568 -05/28/2020,Dutchess,20,3887,1257,29825 -05/29/2020,Dutchess,12,3899,1265,31090 -05/30/2020,Dutchess,10,3909,765,31855 -05/31/2020,Dutchess,15,3924,1034,32889 -06/01/2020,Dutchess,12,3936,936,33825 -06/02/2020,Dutchess,15,3951,1003,34828 -06/03/2020,Dutchess,11,3962,771,35599 -06/04/2020,Dutchess,22,3984,1166,36765 -06/05/2020,Dutchess,11,3995,1072,37837 -06/06/2020,Dutchess,5,4000,793,38630 -06/07/2020,Dutchess,6,4006,906,39536 -06/08/2020,Dutchess,10,4016,717,40253 -06/09/2020,Dutchess,6,4022,944,41197 -06/10/2020,Dutchess,5,4027,1072,42269 -06/11/2020,Dutchess,8,4035,1046,43315 -06/12/2020,Dutchess,14,4049,1186,44501 -06/13/2020,Dutchess,7,4056,766,45267 -06/14/2020,Dutchess,12,4068,1161,46428 -06/15/2020,Dutchess,7,4075,817,47245 -06/16/2020,Dutchess,2,4077,841,48086 -06/17/2020,Dutchess,11,4088,1071,49157 -06/18/2020,Dutchess,22,4110,1206,50363 -06/19/2020,Dutchess,17,4127,978,51341 -06/20/2020,Dutchess,11,4138,1101,52442 -06/21/2020,Dutchess,7,4145,781,53223 -06/22/2020,Dutchess,5,4150,494,53717 -06/23/2020,Dutchess,8,4158,595,54312 -06/24/2020,Dutchess,18,4176,1245,55557 -06/25/2020,Dutchess,3,4179,958,56515 -06/26/2020,Dutchess,12,4191,1099,57614 -06/27/2020,Dutchess,7,4198,828,58442 -06/28/2020,Dutchess,3,4201,773,59215 -06/29/2020,Dutchess,6,4207,422,59637 -06/30/2020,Dutchess,6,4213,1015,60652 -07/01/2020,Dutchess,12,4225,973,61625 -07/02/2020,Dutchess,6,4231,967,62592 -07/03/2020,Dutchess,7,4238,828,63420 -07/04/2020,Dutchess,5,4243,1123,64543 -07/05/2020,Dutchess,3,4246,1096,65639 -07/06/2020,Dutchess,2,4248,772,66411 -07/07/2020,Dutchess,2,4250,699,67110 -07/08/2020,Dutchess,5,4255,1052,68162 -07/09/2020,Dutchess,7,4262,1041,69203 -07/10/2020,Dutchess,7,4269,1229,70432 -07/11/2020,Dutchess,7,4276,1047,71479 -07/12/2020,Dutchess,4,4280,839,72318 -07/13/2020,Dutchess,38,4318,1153,73471 -07/14/2020,Dutchess,19,4337,907,74378 -07/15/2020,Dutchess,20,4357,1278,75656 -07/16/2020,Dutchess,6,4363,1198,76854 -07/17/2020,Dutchess,10,4373,1125,77979 -07/18/2020,Dutchess,3,4376,802,78781 -07/19/2020,Dutchess,0,4376,603,79384 -07/20/2020,Dutchess,4,4380,852,80236 -07/21/2020,Dutchess,7,4387,986,81222 -07/22/2020,Dutchess,13,4400,1149,82371 -07/23/2020,Dutchess,8,4408,1146,83517 -07/24/2020,Dutchess,4,4412,1041,84558 -07/25/2020,Dutchess,13,4425,921,85479 -07/26/2020,Dutchess,15,4440,739,86218 -07/27/2020,Dutchess,7,4447,1020,87238 -07/28/2020,Dutchess,6,4453,1250,88488 -07/29/2020,Dutchess,15,4468,1715,90203 -07/30/2020,Dutchess,22,4490,1610,91813 -07/31/2020,Dutchess,14,4504,1376,93189 -08/01/2020,Dutchess,16,4520,1429,94618 -08/02/2020,Dutchess,23,4543,1047,95665 -08/03/2020,Dutchess,14,4557,796,96461 -08/04/2020,Dutchess,11,4568,990,97451 -08/05/2020,Dutchess,14,4582,1232,98683 -08/06/2020,Dutchess,7,4589,992,99675 -08/07/2020,Dutchess,11,4600,1191,100866 -08/08/2020,Dutchess,7,4607,1244,102110 -08/09/2020,Dutchess,6,4613,998,103108 -08/10/2020,Dutchess,6,4619,885,103993 -08/11/2020,Dutchess,12,4631,1114,105107 -08/12/2020,Dutchess,9,4640,1362,106469 -08/13/2020,Dutchess,15,4655,1549,108018 -08/14/2020,Dutchess,13,4668,1797,109815 -08/15/2020,Dutchess,18,4686,1581,111396 -08/16/2020,Dutchess,14,4700,1177,112573 -08/17/2020,Dutchess,4,4704,787,113360 -08/18/2020,Dutchess,6,4710,1253,114613 -08/19/2020,Dutchess,11,4721,1406,116019 -08/20/2020,Dutchess,13,4734,1832,117851 -08/21/2020,Dutchess,19,4753,1522,119373 -08/22/2020,Dutchess,14,4767,1475,120848 -08/23/2020,Dutchess,10,4777,1245,122093 -08/24/2020,Dutchess,13,4790,1523,123616 -08/25/2020,Dutchess,8,4798,1335,124951 -08/26/2020,Dutchess,17,4815,2006,126957 -08/27/2020,Dutchess,12,4827,1803,128760 -08/28/2020,Dutchess,19,4846,2102,130862 -08/29/2020,Dutchess,6,4852,1867,132729 -08/30/2020,Dutchess,13,4865,1455,134184 -08/31/2020,Dutchess,3,4868,1515,135699 -09/01/2020,Dutchess,10,4878,1329,137028 -09/02/2020,Dutchess,14,4892,1400,138428 -09/03/2020,Dutchess,10,4902,1308,139736 -09/04/2020,Dutchess,12,4914,1692,141428 -09/05/2020,Dutchess,14,4928,1404,142832 -09/06/2020,Dutchess,11,4939,992,143824 -09/07/2020,Dutchess,5,4944,609,144433 -09/08/2020,Dutchess,12,4956,867,145300 -09/09/2020,Dutchess,6,4962,1341,146641 -09/10/2020,Dutchess,13,4975,1436,148077 -09/11/2020,Dutchess,9,4984,1632,149709 -09/12/2020,Dutchess,2,4986,1298,151007 -09/13/2020,Dutchess,8,4994,1157,152164 -09/14/2020,Dutchess,12,5006,1047,153211 -09/15/2020,Dutchess,8,5014,1186,154397 -09/16/2020,Dutchess,28,5042,1294,155691 -09/17/2020,Dutchess,8,5050,1205,156896 -09/18/2020,Dutchess,3,5053,1444,158340 -09/19/2020,Dutchess,6,5059,1591,159931 -09/20/2020,Dutchess,17,5076,1090,161021 -09/21/2020,Dutchess,8,5084,982,162003 -09/22/2020,Dutchess,5,5089,910,162913 -09/23/2020,Dutchess,16,5105,1303,164216 -09/24/2020,Dutchess,3,5108,1388,165604 -09/25/2020,Dutchess,7,5115,1346,166950 -09/26/2020,Dutchess,5,5120,1218,168168 -09/27/2020,Dutchess,4,5124,886,169054 -09/28/2020,Dutchess,6,5130,896,169950 -09/29/2020,Dutchess,7,5137,837,170787 -09/30/2020,Dutchess,11,5148,1617,172404 -10/01/2020,Dutchess,17,5165,2223,174627 -10/02/2020,Dutchess,4,5169,2087,176714 -10/03/2020,Dutchess,10,5179,1408,178122 -10/04/2020,Dutchess,8,5187,1157,179279 -10/05/2020,Dutchess,18,5205,1487,180766 -10/06/2020,Dutchess,9,5214,1341,182107 -10/07/2020,Dutchess,8,5222,2438,184545 -10/08/2020,Dutchess,11,5233,1790,186335 -10/09/2020,Dutchess,12,5245,1883,188218 -10/10/2020,Dutchess,7,5252,1454,189672 -10/11/2020,Dutchess,7,5259,1465,191137 -10/12/2020,Dutchess,12,5271,1172,192309 -10/13/2020,Dutchess,10,5281,1996,194305 -10/14/2020,Dutchess,8,5289,1951,196256 -10/15/2020,Dutchess,16,5305,1542,197798 -10/16/2020,Dutchess,13,5318,2055,199853 -10/17/2020,Dutchess,10,5328,1421,201274 -10/18/2020,Dutchess,12,5340,1399,202673 -10/19/2020,Dutchess,15,5355,1287,203960 -10/20/2020,Dutchess,11,5366,1182,205142 -10/21/2020,Dutchess,16,5382,1749,206891 -10/22/2020,Dutchess,21,5403,2223,209114 -10/23/2020,Dutchess,18,5421,1919,211033 -10/24/2020,Dutchess,17,5438,1551,212584 -10/25/2020,Dutchess,12,5450,1216,213800 -10/26/2020,Dutchess,15,5465,1516,215316 -10/27/2020,Dutchess,7,5472,1356,216672 -10/28/2020,Dutchess,36,5508,2367,219039 -10/29/2020,Dutchess,17,5525,1787,220826 -10/30/2020,Dutchess,22,5547,1793,222619 -10/31/2020,Dutchess,18,5565,1974,224593 -11/01/2020,Dutchess,20,5585,1265,225858 -11/02/2020,Dutchess,27,5612,1626,227484 -11/03/2020,Dutchess,30,5642,1665,229149 -11/04/2020,Dutchess,27,5669,1989,231138 -11/05/2020,Dutchess,41,5710,1828,232966 -11/06/2020,Dutchess,29,5739,2426,235392 -11/07/2020,Dutchess,51,5790,2182,237574 -11/08/2020,Dutchess,49,5839,1529,239103 -11/09/2020,Dutchess,40,5879,1551,240654 -11/10/2020,Dutchess,65,5944,2150,242804 -11/11/2020,Dutchess,59,6003,2240,245044 -11/12/2020,Dutchess,71,6074,3122,248166 -11/13/2020,Dutchess,70,6144,2344,250510 -11/14/2020,Dutchess,41,6185,1598,252108 -11/15/2020,Dutchess,39,6224,3281,255389 -11/16/2020,Dutchess,84,6308,2479,257868 -11/17/2020,Dutchess,78,6386,2094,259962 -11/18/2020,Dutchess,53,6439,1655,261617 -11/19/2020,Dutchess,54,6493,2283,263900 -11/20/2020,Dutchess,76,6569,2466,266366 -11/21/2020,Dutchess,65,6634,2110,268476 -11/22/2020,Dutchess,94,6728,2778,271254 -11/23/2020,Dutchess,83,6811,2414,273668 -11/24/2020,Dutchess,56,6867,1726,275394 -11/25/2020,Dutchess,63,6930,2393,277787 -11/26/2020,Dutchess,91,7021,2517,280304 -11/27/2020,Dutchess,101,7122,2173,282477 -11/28/2020,Dutchess,75,7197,2021,284498 -11/29/2020,Dutchess,87,7284,2563,287061 -11/30/2020,Dutchess,70,7354,1940,289001 -12/01/2020,Dutchess,158,7512,2795,291796 -12/02/2020,Dutchess,123,7635,3029,294825 -12/03/2020,Dutchess,163,7798,2715,297540 -12/04/2020,Dutchess,157,7955,2642,300182 -12/05/2020,Dutchess,144,8099,2776,302958 -12/06/2020,Dutchess,93,8192,1809,304767 -12/07/2020,Dutchess,147,8339,2514,307281 -12/08/2020,Dutchess,117,8456,1969,309250 -12/09/2020,Dutchess,173,8629,2364,311614 -12/10/2020,Dutchess,165,8794,2770,314384 -12/11/2020,Dutchess,182,8976,3362,317746 -12/12/2020,Dutchess,170,9146,2605,320351 -12/13/2020,Dutchess,144,9290,2437,322788 -12/14/2020,Dutchess,192,9482,2466,325254 -12/15/2020,Dutchess,160,9642,2381,327635 -12/16/2020,Dutchess,158,9800,2717,330352 -12/17/2020,Dutchess,159,9959,3649,334001 -12/18/2020,Dutchess,131,10090,2090,336091 -12/19/2020,Dutchess,148,10238,2194,338285 -12/20/2020,Dutchess,167,10405,2513,340798 -12/21/2020,Dutchess,215,10620,2281,343079 -12/22/2020,Dutchess,152,10772,2665,345744 -12/23/2020,Dutchess,157,10929,2565,348309 -12/24/2020,Dutchess,191,11120,2999,351308 -12/25/2020,Dutchess,146,11266,2472,353780 -12/26/2020,Dutchess,161,11427,2052,355832 -12/27/2020,Dutchess,169,11596,1672,357504 -12/28/2020,Dutchess,124,11720,2278,359782 -12/29/2020,Dutchess,149,11869,2005,361787 -12/30/2020,Dutchess,213,12082,2655,364442 -12/31/2020,Dutchess,297,12379,3338,367780 -01/01/2021,Dutchess,222,12601,2900,370680 -01/02/2021,Dutchess,196,12797,2116,372796 -01/03/2021,Dutchess,223,13020,2253,375049 -01/04/2021,Dutchess,170,13190,1854,376903 -01/05/2021,Dutchess,189,13379,2499,379402 -01/06/2021,Dutchess,263,13642,3462,382864 -01/07/2021,Dutchess,281,13923,3478,386342 -01/08/2021,Dutchess,289,14212,3231,389573 -01/09/2021,Dutchess,259,14471,3388,392961 -01/10/2021,Dutchess,286,14757,2727,395688 -01/11/2021,Dutchess,240,14997,2651,398339 -01/12/2021,Dutchess,273,15270,2249,400588 -01/13/2021,Dutchess,219,15489,2937,403525 -01/14/2021,Dutchess,384,15873,4683,408208 -01/15/2021,Dutchess,242,16115,3741,411949 -01/16/2021,Dutchess,212,16327,3500,415449 -01/17/2021,Dutchess,214,16541,2933,418382 -01/18/2021,Dutchess,216,16757,2553,420935 -01/19/2021,Dutchess,206,16963,2290,423225 -01/20/2021,Dutchess,219,17182,3421,426646 -01/21/2021,Dutchess,242,17424,3529,430175 -01/22/2021,Dutchess,199,17623,3313,433488 -01/23/2021,Dutchess,190,17813,3300,436788 -01/24/2021,Dutchess,191,18004,3462,440250 -01/25/2021,Dutchess,231,18235,2538,442788 -01/26/2021,Dutchess,142,18377,2451,445239 -01/27/2021,Dutchess,176,18553,3217,448456 -01/28/2021,Dutchess,196,18749,3098,451554 -01/29/2021,Dutchess,219,18968,3774,455328 -01/30/2021,Dutchess,155,19123,2823,458151 -01/31/2021,Dutchess,173,19296,3040,461191 -02/01/2021,Dutchess,112,19408,1882,463073 -02/02/2021,Dutchess,34,19442,962,464035 -02/03/2021,Dutchess,70,19512,1744,465779 -02/04/2021,Dutchess,167,19679,3406,469185 -02/05/2021,Dutchess,186,19865,3719,472904 -02/06/2021,Dutchess,131,19996,3584,476488 -02/07/2021,Dutchess,126,20122,2744,479232 -02/08/2021,Dutchess,133,20255,2046,481278 -02/09/2021,Dutchess,93,20348,2575,483853 -02/10/2021,Dutchess,129,20477,3488,487341 -02/11/2021,Dutchess,118,20595,3575,490916 -02/12/2021,Dutchess,119,20714,3083,493999 -02/13/2021,Dutchess,123,20837,2802,496801 -02/14/2021,Dutchess,106,20943,2422,499223 -02/15/2021,Dutchess,81,21024,1563,500786 -02/16/2021,Dutchess,107,21131,2103,502889 -02/17/2021,Dutchess,91,21222,2615,505504 -02/18/2021,Dutchess,122,21344,3023,508527 -02/19/2021,Dutchess,108,21452,5257,513784 -02/20/2021,Dutchess,113,21565,2454,516238 -02/21/2021,Dutchess,91,21656,2092,518330 -02/22/2021,Dutchess,113,21769,1873,520203 -02/23/2021,Dutchess,93,21862,1665,521868 -02/24/2021,Dutchess,106,21968,3191,525059 -02/25/2021,Dutchess,120,22088,3901,528960 -02/26/2021,Dutchess,102,22190,2771,531731 -02/27/2021,Dutchess,107,22297,3001,534732 -02/28/2021,Dutchess,90,22387,1982,536714 -03/01/2021,Dutchess,70,22457,1666,538380 -03/02/2021,Dutchess,92,22549,2243,540623 -03/03/2021,Dutchess,129,22678,3073,543696 -03/04/2021,Dutchess,116,22794,3616,547312 -03/05/2021,Dutchess,106,22900,2934,550246 -03/06/2021,Dutchess,106,23006,2923,553169 -03/07/2021,Dutchess,78,23084,1936,555105 -03/08/2021,Dutchess,100,23184,1678,556783 -03/09/2021,Dutchess,104,23288,2446,559229 -03/10/2021,Dutchess,151,23439,3162,562391 -03/11/2021,Dutchess,146,23585,3784,566175 -03/12/2021,Dutchess,121,23706,3014,569189 -03/13/2021,Dutchess,64,23770,2230,571419 -03/14/2021,Dutchess,158,23928,2600,574019 -03/15/2021,Dutchess,111,24039,1894,575913 -03/16/2021,Dutchess,117,24156,2159,578072 -03/17/2021,Dutchess,126,24282,3675,581747 -03/18/2021,Dutchess,127,24409,3526,585273 -03/19/2021,Dutchess,162,24571,2820,588093 -03/20/2021,Dutchess,173,24744,3128,591221 -03/21/2021,Dutchess,118,24862,2172,593393 -03/22/2021,Dutchess,115,24977,1689,595082 -03/23/2021,Dutchess,155,25132,3271,598353 -03/24/2021,Dutchess,150,25282,3603,601956 -03/25/2021,Dutchess,118,25400,2944,604900 -03/26/2021,Dutchess,130,25530,3745,608645 -03/27/2021,Dutchess,141,25671,4040,612685 -03/28/2021,Dutchess,136,25807,2783,615468 -03/29/2021,Dutchess,86,25893,1824,617292 -03/30/2021,Dutchess,151,26044,2861,620153 -03/31/2021,Dutchess,186,26230,3454,623607 -04/01/2021,Dutchess,99,26329,2897,626504 -04/02/2021,Dutchess,121,26450,3112,629616 -04/03/2021,Dutchess,123,26573,3376,632992 -04/04/2021,Dutchess,107,26680,2297,635289 -04/05/2021,Dutchess,96,26776,1760,637049 -04/06/2021,Dutchess,123,26899,2855,639904 -04/07/2021,Dutchess,133,27032,2864,642768 -04/08/2021,Dutchess,110,27142,3915,646683 -04/09/2021,Dutchess,116,27258,2871,649554 -04/10/2021,Dutchess,113,27371,2825,652379 -04/11/2021,Dutchess,78,27449,1659,654038 -04/12/2021,Dutchess,61,27510,1368,655406 -04/13/2021,Dutchess,106,27616,2352,657758 -04/14/2021,Dutchess,104,27720,2846,660604 -04/15/2021,Dutchess,93,27813,2283,662887 -04/16/2021,Dutchess,89,27902,2845,665732 -04/17/2021,Dutchess,80,27982,3511,669243 -04/18/2021,Dutchess,45,28027,1988,671231 -04/19/2021,Dutchess,65,28092,1613,672844 -04/20/2021,Dutchess,55,28147,2272,675116 -04/21/2021,Dutchess,66,28213,3053,678169 -04/22/2021,Dutchess,54,28267,2564,680733 -04/23/2021,Dutchess,66,28333,2409,683142 -04/24/2021,Dutchess,59,28392,3118,686260 -04/25/2021,Dutchess,49,28441,1786,688046 -04/26/2021,Dutchess,39,28480,1687,689733 -04/27/2021,Dutchess,53,28533,2506,692239 -04/28/2021,Dutchess,54,28587,3101,695340 -04/29/2021,Dutchess,53,28640,2660,698000 -04/30/2021,Dutchess,58,28698,2930,700930 -05/01/2021,Dutchess,46,28744,2785,703715 -05/02/2021,Dutchess,37,28781,1426,705141 -05/03/2021,Dutchess,35,28816,1204,706345 -05/04/2021,Dutchess,34,28850,2708,709053 -05/05/2021,Dutchess,42,28892,2295,711348 -05/06/2021,Dutchess,45,28937,2499,713847 -05/07/2021,Dutchess,38,28975,3016,716863 -05/08/2021,Dutchess,34,29009,2378,719241 -05/09/2021,Dutchess,29,29038,1787,721028 -05/10/2021,Dutchess,26,29064,1117,722145 -05/11/2021,Dutchess,21,29085,2175,724320 -05/12/2021,Dutchess,22,29107,2546,726866 -05/13/2021,Dutchess,30,29137,2352,729218 -05/14/2021,Dutchess,38,29175,2175,731393 -05/15/2021,Dutchess,19,29194,1912,733305 -05/16/2021,Dutchess,20,29214,1433,734738 -05/17/2021,Dutchess,17,29231,1107,735845 -05/18/2021,Dutchess,18,29249,1697,737542 -05/19/2021,Dutchess,26,29275,2170,739712 -05/20/2021,Dutchess,14,29289,1769,741481 -05/21/2021,Dutchess,12,29301,1927,743408 -05/22/2021,Dutchess,19,29320,1773,745181 -05/23/2021,Dutchess,9,29329,984,746165 -05/24/2021,Dutchess,9,29338,1050,747215 -05/25/2021,Dutchess,8,29346,1361,748576 -05/26/2021,Dutchess,13,29359,2078,750654 -05/27/2021,Dutchess,12,29371,1852,752506 -05/28/2021,Dutchess,9,29380,1837,754343 -05/29/2021,Dutchess,5,29385,1455,755798 -05/30/2021,Dutchess,7,29392,983,756781 -05/31/2021,Dutchess,2,29394,814,757595 -06/01/2021,Dutchess,8,29402,693,758288 -06/02/2021,Dutchess,11,29413,1543,759831 -06/03/2021,Dutchess,9,29422,1932,761763 -06/04/2021,Dutchess,12,29434,1746,763509 -06/05/2021,Dutchess,9,29443,1562,765071 -06/06/2021,Dutchess,5,29448,931,766002 -06/07/2021,Dutchess,4,29452,921,766923 -06/08/2021,Dutchess,5,29457,1746,768669 -06/09/2021,Dutchess,3,29460,1793,770462 -06/10/2021,Dutchess,0,29460,1489,771951 -06/11/2021,Dutchess,7,29467,1772,773723 -06/12/2021,Dutchess,1,29468,1240,774963 -06/13/2021,Dutchess,2,29470,799,775762 -06/14/2021,Dutchess,2,29472,671,776433 -06/15/2021,Dutchess,3,29475,1245,777678 -06/16/2021,Dutchess,0,29475,1367,779045 -06/17/2021,Dutchess,3,29478,1444,780489 -06/18/2021,Dutchess,5,29483,1338,781827 -06/19/2021,Dutchess,2,29485,1026,782853 -06/20/2021,Dutchess,3,29488,854,783707 -06/21/2021,Dutchess,3,29491,598,784305 -06/22/2021,Dutchess,2,29493,1038,785343 -06/23/2021,Dutchess,1,29494,1459,786802 -06/24/2021,Dutchess,6,29500,1043,787845 -06/25/2021,Dutchess,1,29501,1195,789040 -06/26/2021,Dutchess,3,29504,1029,790069 -06/27/2021,Dutchess,3,29507,678,790747 -06/28/2021,Dutchess,1,29508,845,791592 -06/29/2021,Dutchess,4,29512,1292,792884 -06/30/2021,Dutchess,2,29514,1399,794283 -07/01/2021,Dutchess,3,29517,790,795073 -07/02/2021,Dutchess,3,29520,1077,796150 -07/03/2021,Dutchess,2,29522,738,796888 -07/04/2021,Dutchess,2,29524,626,797514 -07/05/2021,Dutchess,4,29528,433,797947 -07/06/2021,Dutchess,4,29532,492,798439 -07/07/2021,Dutchess,6,29538,1044,799483 -07/08/2021,Dutchess,5,29543,951,800434 -07/09/2021,Dutchess,7,29550,933,801367 -07/10/2021,Dutchess,5,29555,756,802123 -07/11/2021,Dutchess,10,29565,750,802873 -07/12/2021,Dutchess,3,29568,471,803344 -07/13/2021,Dutchess,9,29577,930,804274 -07/14/2021,Dutchess,8,29585,854,805128 -07/15/2021,Dutchess,8,29593,876,806004 -07/16/2021,Dutchess,20,29613,1005,807009 -07/17/2021,Dutchess,13,29626,943,807952 -07/18/2021,Dutchess,6,29632,548,808500 -07/19/2021,Dutchess,9,29641,680,809180 -07/20/2021,Dutchess,15,29656,1060,810240 -07/21/2021,Dutchess,19,29675,1280,811520 -07/22/2021,Dutchess,25,29700,997,812517 -07/23/2021,Dutchess,28,29728,1126,813643 -07/24/2021,Dutchess,20,29748,967,814610 -07/25/2021,Dutchess,9,29757,773,815383 -07/26/2021,Dutchess,14,29771,639,816022 -07/27/2021,Dutchess,20,29791,1195,817217 -07/28/2021,Dutchess,32,29823,1229,818446 -07/29/2021,Dutchess,24,29847,1184,819630 -07/30/2021,Dutchess,23,29870,1314,820944 -07/31/2021,Dutchess,44,29914,1260,822204 -08/01/2021,Dutchess,28,29942,894,823098 -08/02/2021,Dutchess,34,29976,923,824021 -08/03/2021,Dutchess,52,30028,1677,825698 -08/04/2021,Dutchess,76,30104,1480,827178 -08/05/2021,Dutchess,71,30175,1584,828762 -08/06/2021,Dutchess,58,30233,1747,830509 -08/07/2021,Dutchess,38,30271,1647,832156 -08/08/2021,Dutchess,57,30328,1162,833318 -08/09/2021,Dutchess,51,30379,1043,834361 -08/10/2021,Dutchess,90,30469,1898,836259 -08/11/2021,Dutchess,88,30557,2094,838353 -08/12/2021,Dutchess,67,30624,1950,840303 -08/13/2021,Dutchess,89,30713,1857,842160 -08/14/2021,Dutchess,93,30806,1767,843927 -08/15/2021,Dutchess,60,30866,1266,845193 -08/16/2021,Dutchess,63,30929,995,846188 -08/17/2021,Dutchess,72,31001,1981,848169 -08/18/2021,Dutchess,86,31087,2316,850485 -08/19/2021,Dutchess,70,31157,1846,852331 -08/20/2021,Dutchess,97,31254,2086,854417 -08/21/2021,Dutchess,86,31340,1723,856140 -08/22/2021,Dutchess,63,31403,1304,857444 -08/23/2021,Dutchess,49,31452,1050,858494 -08/24/2021,Dutchess,89,31541,1975,860469 -08/25/2021,Dutchess,102,31643,2407,862876 -08/26/2021,Dutchess,75,31718,1771,864647 -08/27/2021,Dutchess,87,31805,1927,866574 -08/28/2021,Dutchess,79,31884,1737,868311 -08/29/2021,Dutchess,63,31947,1175,869486 -08/30/2021,Dutchess,53,32000,1152,870638 -08/31/2021,Dutchess,114,32114,2149,872787 -09/01/2021,Dutchess,65,32179,2168,874955 -09/02/2021,Dutchess,70,32249,2012,876967 -09/03/2021,Dutchess,100,32349,1717,878684 -09/04/2021,Dutchess,77,32426,1901,880585 -09/05/2021,Dutchess,57,32483,1181,881766 -09/06/2021,Dutchess,46,32529,753,882519 -09/07/2021,Dutchess,68,32597,1158,883677 -09/08/2021,Dutchess,126,32723,2303,885980 -09/09/2021,Dutchess,93,32816,2083,888063 -09/10/2021,Dutchess,110,32926,2263,890326 -09/11/2021,Dutchess,122,33048,2332,892658 -09/12/2021,Dutchess,53,33101,1496,894154 -09/13/2021,Dutchess,78,33179,1704,895858 -09/14/2021,Dutchess,72,33251,1673,897531 -09/15/2021,Dutchess,91,33342,2477,900008 -09/16/2021,Dutchess,95,33437,2214,902222 -09/17/2021,Dutchess,79,33516,2287,904509 -09/18/2021,Dutchess,73,33589,1807,906316 -09/19/2021,Dutchess,44,33633,1409,907725 -09/20/2021,Dutchess,83,33716,1767,909492 -09/21/2021,Dutchess,54,33770,1963,911455 -09/22/2021,Dutchess,57,33827,2368,913823 -09/23/2021,Dutchess,76,33903,2193,916016 -09/24/2021,Dutchess,57,33960,2348,918364 -09/25/2021,Dutchess,69,34029,2129,920493 -09/26/2021,Dutchess,44,34073,1356,921849 -09/27/2021,Dutchess,66,34139,1536,923385 -09/28/2021,Dutchess,96,34235,2323,925708 -09/29/2021,Dutchess,94,34329,2577,928285 -09/30/2021,Dutchess,57,34386,2384,930669 -10/01/2021,Dutchess,70,34456,2204,932873 -10/02/2021,Dutchess,63,34519,2264,935137 -10/03/2021,Dutchess,38,34557,1890,937027 -10/04/2021,Dutchess,34,34591,1195,938222 -10/05/2021,Dutchess,90,34681,2502,940724 -10/06/2021,Dutchess,91,34772,2685,943409 -10/07/2021,Dutchess,87,34859,2469,945878 -10/08/2021,Dutchess,76,34935,2683,948561 -10/09/2021,Dutchess,11,34946,732,949293 -10/10/2021,Dutchess,87,35033,3013,952306 -10/11/2021,Dutchess,61,35094,1563,953869 -10/12/2021,Dutchess,83,35177,1938,955807 -10/13/2021,Dutchess,68,35245,2111,957918 -10/14/2021,Dutchess,61,35306,2092,960010 -10/15/2021,Dutchess,52,35358,2652,962662 -10/16/2021,Dutchess,53,35411,2391,965053 -10/17/2021,Dutchess,40,35451,1476,966529 -10/18/2021,Dutchess,39,35490,980,967509 -10/19/2021,Dutchess,73,35563,2426,969935 -10/20/2021,Dutchess,52,35615,2392,972327 -10/21/2021,Dutchess,56,35671,2501,974828 -10/22/2021,Dutchess,69,35740,2861,977689 -10/23/2021,Dutchess,36,35776,1566,979255 -10/24/2021,Dutchess,35,35811,2025,981280 -10/25/2021,Dutchess,23,35834,1367,982647 -10/26/2021,Dutchess,30,35864,1709,984356 -10/27/2021,Dutchess,65,35929,3216,987572 -10/28/2021,Dutchess,54,35983,2552,990124 -10/29/2021,Dutchess,36,36019,3425,993549 -10/30/2021,Dutchess,38,36057,1817,995366 -10/31/2021,Dutchess,25,36082,1455,996821 -11/01/2021,Dutchess,46,36128,1426,998247 -11/02/2021,Dutchess,42,36170,2133,1000380 -11/03/2021,Dutchess,51,36221,2418,1002798 -11/04/2021,Dutchess,64,36285,1932,1004730 -11/05/2021,Dutchess,67,36352,2726,1007456 -11/06/2021,Dutchess,49,36401,2369,1009825 -11/07/2021,Dutchess,31,36432,1503,1011328 -11/08/2021,Dutchess,60,36492,1295,1012623 -11/09/2021,Dutchess,44,36536,1577,1014200 -11/10/2021,Dutchess,77,36613,2761,1016961 -11/11/2021,Dutchess,89,36702,2531,1019492 -11/12/2021,Dutchess,80,36782,2593,1022085 -11/13/2021,Dutchess,58,36840,2155,1024240 -11/14/2021,Dutchess,49,36889,1586,1025826 -11/15/2021,Dutchess,54,36943,1022,1026848 -11/16/2021,Dutchess,64,37007,1959,1028807 -11/17/2021,Dutchess,93,37100,2627,1031434 -11/18/2021,Dutchess,101,37201,2670,1034104 -11/19/2021,Dutchess,86,37287,2738,1036842 -11/20/2021,Dutchess,80,37367,1986,1038828 -11/21/2021,Dutchess,67,37434,1661,1040489 -11/22/2021,Dutchess,53,37487,1278,1041767 -11/23/2021,Dutchess,60,37547,1910,1043677 -11/24/2021,Dutchess,80,37627,2298,1045975 -11/25/2021,Dutchess,70,37697,2263,1048238 -11/26/2021,Dutchess,36,37733,899,1049137 -11/27/2021,Dutchess,65,37798,1694,1050831 -11/28/2021,Dutchess,77,37875,1243,1052074 -11/29/2021,Dutchess,89,37964,1193,1053267 -11/30/2021,Dutchess,119,38083,2208,1055475 -12/01/2021,Dutchess,135,38218,2833,1058308 -12/02/2021,Dutchess,138,38356,2946,1061254 -12/03/2021,Dutchess,159,38515,2600,1063854 -12/04/2021,Dutchess,171,38686,2798,1066652 -12/05/2021,Dutchess,106,38792,1801,1068453 -12/06/2021,Dutchess,106,38898,1906,1070359 -12/07/2021,Dutchess,174,39072,2760,1073119 -12/08/2021,Dutchess,167,39239,3042,1076161 -12/09/2021,Dutchess,142,39381,3206,1079367 -12/10/2021,Dutchess,180,39561,3080,1082447 -12/11/2021,Dutchess,158,39719,3401,1085848 -12/12/2021,Dutchess,124,39843,2237,1088085 -12/13/2021,Dutchess,113,39956,1316,1089401 -12/14/2021,Dutchess,153,40109,2442,1091843 -12/15/2021,Dutchess,231,40340,3138,1094981 -12/16/2021,Dutchess,225,40565,2986,1097967 -12/17/2021,Dutchess,274,40839,3944,1101911 -12/18/2021,Dutchess,216,41055,3110,1105021 -12/19/2021,Dutchess,161,41216,1817,1106838 -12/20/2021,Dutchess,159,41375,1907,1108745 -12/21/2021,Dutchess,293,41668,2640,1111385 -12/22/2021,Dutchess,371,42039,3270,1114655 -12/23/2021,Dutchess,392,42431,3110,1117765 -12/24/2021,Dutchess,321,42752,3586,1121351 -12/25/2021,Dutchess,246,42998,1885,1123236 -12/26/2021,Dutchess,160,43158,1137,1124373 -12/27/2021,Dutchess,278,43436,1646,1126019 -12/28/2021,Dutchess,799,44235,5241,1131260 -12/29/2021,Dutchess,669,44904,3389,1134649 -12/30/2021,Dutchess,722,45626,3223,1137872 -12/31/2021,Dutchess,838,46464,3800,1141672 -01/01/2022,Dutchess,702,47166,2833,1144505 -01/02/2022,Dutchess,553,47719,2477,1146982 -01/03/2022,Dutchess,710,48429,2758,1149740 -01/04/2022,Dutchess,785,49214,3729,1153469 -01/05/2022,Dutchess,789,50003,3728,1157197 -01/06/2022,Dutchess,1102,51105,4426,1161623 -01/07/2022,Dutchess,1110,52215,4544,1166167 -01/08/2022,Dutchess,942,53157,4528,1170695 -01/09/2022,Dutchess,689,53846,2767,1173462 -01/10/2022,Dutchess,509,54355,2185,1175647 -01/11/2022,Dutchess,654,55009,3124,1178771 -01/12/2022,Dutchess,704,55713,4406,1183177 -01/13/2022,Dutchess,708,56421,3303,1186480 -01/14/2022,Dutchess,637,57058,3959,1190439 -01/15/2022,Dutchess,760,57818,4538,1194977 -01/16/2022,Dutchess,315,58133,2143,1197120 -01/17/2022,Dutchess,285,58418,1623,1198743 -01/18/2022,Dutchess,318,58736,2079,1200822 -01/19/2022,Dutchess,410,59146,2704,1203526 -01/20/2022,Dutchess,318,59464,2199,1205725 -01/21/2022,Dutchess,334,59798,3590,1209315 -01/22/2022,Dutchess,287,60085,2622,1211937 -01/23/2022,Dutchess,215,60300,2215,1214152 -01/24/2022,Dutchess,235,60535,1605,1215757 -01/25/2022,Dutchess,190,60725,1416,1217173 -01/26/2022,Dutchess,303,61028,2887,1220060 -01/27/2022,Dutchess,172,61200,2194,1222254 -01/28/2022,Dutchess,190,61390,3417,1225671 -01/29/2022,Dutchess,135,61525,1909,1227580 -01/30/2022,Dutchess,121,61646,1307,1228887 -01/31/2022,Dutchess,89,61735,1013,1229900 -02/01/2022,Dutchess,104,61839,1638,1231538 -02/02/2022,Dutchess,144,61983,2443,1233981 -02/03/2022,Dutchess,105,62088,1990,1235971 -02/04/2022,Dutchess,106,62194,2141,1238112 -02/05/2022,Dutchess,35,62229,1071,1239183 -03/01/2020,Erie,0,0,0,0 -03/02/2020,Erie,0,0,0,0 -03/03/2020,Erie,0,0,0,0 -03/04/2020,Erie,0,0,6,6 -03/05/2020,Erie,0,0,6,12 -03/06/2020,Erie,0,0,0,12 -03/07/2020,Erie,0,0,2,14 -03/08/2020,Erie,0,0,1,15 -03/09/2020,Erie,0,0,1,16 -03/10/2020,Erie,0,0,2,18 -03/11/2020,Erie,0,0,0,18 -03/12/2020,Erie,0,0,13,31 -03/13/2020,Erie,0,0,5,36 -03/14/2020,Erie,3,3,22,58 -03/15/2020,Erie,3,6,10,68 -03/16/2020,Erie,1,7,2,70 -03/17/2020,Erie,0,7,2,72 -03/18/2020,Erie,21,28,130,202 -03/19/2020,Erie,3,31,43,245 -03/20/2020,Erie,7,38,55,300 -03/21/2020,Erie,16,54,111,411 -03/22/2020,Erie,33,87,247,658 -03/23/2020,Erie,20,107,100,758 -03/24/2020,Erie,15,122,114,872 -03/25/2020,Erie,12,134,116,988 -03/26/2020,Erie,85,219,348,1336 -03/27/2020,Erie,99,318,370,1706 -03/28/2020,Erie,40,358,126,1832 -03/29/2020,Erie,18,376,67,1899 -03/30/2020,Erie,62,438,189,2088 -03/31/2020,Erie,26,464,119,2207 -04/01/2020,Erie,153,617,571,2778 -04/02/2020,Erie,103,720,429,3207 -04/03/2020,Erie,88,808,317,3524 -04/04/2020,Erie,110,918,402,3926 -04/05/2020,Erie,105,1023,549,4475 -04/06/2020,Erie,112,1135,396,4871 -04/07/2020,Erie,70,1205,295,5166 -04/08/2020,Erie,157,1362,458,5624 -04/09/2020,Erie,47,1409,309,5933 -04/10/2020,Erie,63,1472,297,6230 -04/11/2020,Erie,99,1571,317,6547 -04/12/2020,Erie,53,1624,182,6729 -04/13/2020,Erie,44,1668,223,6952 -04/14/2020,Erie,83,1751,326,7278 -04/15/2020,Erie,99,1850,394,7672 -04/16/2020,Erie,79,1929,348,8020 -04/17/2020,Erie,68,1997,262,8282 -04/18/2020,Erie,73,2070,367,8649 -04/19/2020,Erie,39,2109,199,8848 -04/20/2020,Erie,38,2147,258,9106 -04/21/2020,Erie,86,2233,347,9453 -04/22/2020,Erie,217,2450,1307,10760 -04/23/2020,Erie,153,2603,982,11742 -04/24/2020,Erie,170,2773,872,12614 -04/25/2020,Erie,181,2954,795,13409 -04/26/2020,Erie,67,3021,508,13917 -04/27/2020,Erie,68,3089,586,14503 -04/28/2020,Erie,107,3196,716,15219 -04/29/2020,Erie,123,3319,885,16104 -04/30/2020,Erie,162,3481,905,17009 -05/01/2020,Erie,117,3598,1058,18067 -05/02/2020,Erie,112,3710,799,18866 -05/03/2020,Erie,92,3802,760,19626 -05/04/2020,Erie,89,3891,779,20405 -05/05/2020,Erie,117,4008,1498,21903 -05/06/2020,Erie,128,4136,1164,23067 -05/07/2020,Erie,119,4255,1008,24075 -05/08/2020,Erie,82,4337,1049,25124 -05/09/2020,Erie,116,4453,1231,26355 -05/10/2020,Erie,30,4483,386,26741 -05/11/2020,Erie,47,4530,696,27437 -05/12/2020,Erie,76,4606,1591,29028 -05/13/2020,Erie,65,4671,1664,30692 -05/14/2020,Erie,111,4782,1690,32382 -05/15/2020,Erie,85,4867,1164,33546 -05/16/2020,Erie,87,4954,1827,35373 -05/17/2020,Erie,39,4993,628,36001 -05/18/2020,Erie,44,5037,934,36935 -05/19/2020,Erie,94,5131,2198,39133 -05/20/2020,Erie,139,5270,2974,42107 -05/21/2020,Erie,127,5397,2175,44282 -05/22/2020,Erie,155,5552,2767,47049 -05/23/2020,Erie,74,5626,1742,48791 -05/24/2020,Erie,74,5700,1718,50509 -05/25/2020,Erie,53,5753,1334,51843 -05/26/2020,Erie,57,5810,1572,53415 -05/27/2020,Erie,76,5886,2367,55782 -05/28/2020,Erie,49,5935,1944,57726 -05/29/2020,Erie,79,6014,2434,60160 -05/30/2020,Erie,56,6070,2402,62562 -05/31/2020,Erie,53,6123,1951,64513 -06/01/2020,Erie,50,6173,2225,66738 -06/02/2020,Erie,61,6234,3364,70102 -06/03/2020,Erie,74,6308,2639,72741 -06/04/2020,Erie,51,6359,2896,75637 -06/05/2020,Erie,70,6429,4101,79738 -06/06/2020,Erie,57,6486,2102,81840 -06/07/2020,Erie,45,6531,1670,83510 -06/08/2020,Erie,64,6595,3600,87110 -06/09/2020,Erie,21,6616,2358,89468 -06/10/2020,Erie,43,6659,2427,91895 -06/11/2020,Erie,58,6717,3047,94942 -06/12/2020,Erie,36,6753,2819,97761 -06/13/2020,Erie,32,6785,2624,100385 -06/14/2020,Erie,32,6817,1796,102181 -06/15/2020,Erie,35,6852,2174,104355 -06/16/2020,Erie,30,6882,2419,106774 -06/17/2020,Erie,38,6920,2888,109662 -06/18/2020,Erie,35,6955,3405,113067 -06/19/2020,Erie,25,6980,3055,116122 -06/20/2020,Erie,24,7004,2204,118326 -06/21/2020,Erie,31,7035,2224,120550 -06/22/2020,Erie,38,7073,2083,122633 -06/23/2020,Erie,35,7108,2861,125494 -06/24/2020,Erie,30,7138,3065,128559 -06/25/2020,Erie,43,7181,2620,131179 -06/26/2020,Erie,25,7206,2428,133607 -06/27/2020,Erie,22,7228,2116,135723 -06/28/2020,Erie,21,7249,1787,137510 -06/29/2020,Erie,43,7292,2534,140044 -06/30/2020,Erie,45,7337,2670,142714 -07/01/2020,Erie,33,7370,2959,145673 -07/02/2020,Erie,57,7427,2920,148593 -07/03/2020,Erie,35,7462,2542,151135 -07/04/2020,Erie,13,7475,1775,152910 -07/05/2020,Erie,25,7500,1603,154513 -07/06/2020,Erie,44,7544,2750,157263 -07/07/2020,Erie,52,7596,3240,160503 -07/08/2020,Erie,28,7624,3212,163715 -07/09/2020,Erie,36,7660,3299,167014 -07/10/2020,Erie,51,7711,2752,169766 -07/11/2020,Erie,31,7742,2421,172187 -07/12/2020,Erie,24,7766,1765,173952 -07/13/2020,Erie,67,7833,2651,176603 -07/14/2020,Erie,58,7891,2975,179578 -07/15/2020,Erie,36,7927,3015,182593 -07/16/2020,Erie,55,7982,3391,185984 -07/17/2020,Erie,34,8016,2039,188023 -07/18/2020,Erie,19,8035,1699,189722 -07/19/2020,Erie,11,8046,1434,191156 -07/20/2020,Erie,60,8106,3225,194381 -07/21/2020,Erie,29,8135,2772,197153 -07/22/2020,Erie,52,8187,3067,200220 -07/23/2020,Erie,47,8234,3348,203568 -07/24/2020,Erie,48,8282,4090,207658 -07/25/2020,Erie,19,8301,1879,209537 -07/26/2020,Erie,26,8327,1845,211382 -07/27/2020,Erie,37,8364,2806,214188 -07/28/2020,Erie,46,8410,2416,216604 -07/29/2020,Erie,24,8434,3886,220490 -07/30/2020,Erie,58,8492,3108,223598 -07/31/2020,Erie,56,8548,3740,227338 -08/01/2020,Erie,24,8572,2624,229962 -08/02/2020,Erie,54,8626,2148,232110 -08/03/2020,Erie,41,8667,3906,236016 -08/04/2020,Erie,35,8702,5925,241941 -08/05/2020,Erie,35,8737,3420,245361 -08/06/2020,Erie,54,8791,3434,248795 -08/07/2020,Erie,59,8850,4495,253290 -08/08/2020,Erie,54,8904,2649,255939 -08/09/2020,Erie,14,8918,1745,257684 -08/10/2020,Erie,69,8987,4022,261706 -08/11/2020,Erie,26,9013,3239,264945 -08/12/2020,Erie,20,9033,2742,267687 -08/13/2020,Erie,31,9064,3467,271154 -08/14/2020,Erie,50,9114,3109,274263 -08/15/2020,Erie,33,9147,2644,276907 -08/16/2020,Erie,10,9157,1992,278899 -08/17/2020,Erie,30,9187,2900,281799 -08/18/2020,Erie,54,9241,3346,285145 -08/19/2020,Erie,42,9283,3339,288484 -08/20/2020,Erie,81,9364,4163,292647 -08/21/2020,Erie,49,9413,3703,296350 -08/22/2020,Erie,52,9465,2255,298605 -08/23/2020,Erie,26,9491,1452,300057 -08/24/2020,Erie,55,9546,3320,303377 -08/25/2020,Erie,43,9589,2649,306026 -08/26/2020,Erie,79,9668,3893,309919 -08/27/2020,Erie,45,9713,4199,314118 -08/28/2020,Erie,28,9741,3012,317130 -08/29/2020,Erie,66,9807,3774,320904 -08/30/2020,Erie,65,9872,2691,323595 -08/31/2020,Erie,75,9947,3839,327434 -09/01/2020,Erie,70,10017,4364,331798 -09/02/2020,Erie,69,10086,3801,335599 -09/03/2020,Erie,70,10156,3606,339205 -09/04/2020,Erie,56,10212,4124,343329 -09/05/2020,Erie,54,10266,2017,345346 -09/06/2020,Erie,54,10320,2176,347522 -09/07/2020,Erie,26,10346,2250,349772 -09/08/2020,Erie,48,10394,2523,352295 -09/09/2020,Erie,50,10444,4218,356513 -09/10/2020,Erie,59,10503,3118,359631 -09/11/2020,Erie,64,10567,3728,363359 -09/12/2020,Erie,70,10637,3130,366489 -09/13/2020,Erie,31,10668,2288,368777 -09/14/2020,Erie,48,10716,2882,371659 -09/15/2020,Erie,36,10752,2568,374227 -09/16/2020,Erie,81,10833,4437,378664 -09/17/2020,Erie,40,10873,2670,381334 -09/18/2020,Erie,44,10917,4544,385878 -09/19/2020,Erie,82,10999,4104,389982 -09/20/2020,Erie,43,11042,2187,392169 -09/21/2020,Erie,40,11082,2592,394761 -09/22/2020,Erie,30,11112,3058,397819 -09/23/2020,Erie,89,11201,4107,401926 -09/24/2020,Erie,50,11251,3783,405709 -09/25/2020,Erie,57,11308,3901,409610 -09/26/2020,Erie,34,11342,3908,413518 -09/27/2020,Erie,17,11359,1515,415033 -09/28/2020,Erie,86,11445,5162,420195 -09/29/2020,Erie,55,11500,5326,425521 -09/30/2020,Erie,74,11574,3856,429377 -10/01/2020,Erie,63,11637,5162,434539 -10/02/2020,Erie,60,11697,4462,439001 -10/03/2020,Erie,70,11767,6965,445966 -10/04/2020,Erie,31,11798,2448,448414 -10/05/2020,Erie,66,11864,3354,451768 -10/06/2020,Erie,34,11898,3953,455721 -10/07/2020,Erie,55,11953,4054,459775 -10/08/2020,Erie,45,11998,4900,464675 -10/09/2020,Erie,57,12055,4372,469047 -10/10/2020,Erie,52,12107,3399,472446 -10/11/2020,Erie,47,12154,3798,476244 -10/12/2020,Erie,28,12182,3453,479697 -10/13/2020,Erie,34,12216,3972,483669 -10/14/2020,Erie,53,12269,4562,488231 -10/15/2020,Erie,55,12324,4569,492800 -10/16/2020,Erie,69,12393,5236,498036 -10/17/2020,Erie,58,12451,3684,501720 -10/18/2020,Erie,17,12468,2065,503785 -10/19/2020,Erie,45,12513,4108,507893 -10/20/2020,Erie,61,12574,4398,512291 -10/21/2020,Erie,76,12650,5874,518165 -10/22/2020,Erie,55,12705,4845,523010 -10/23/2020,Erie,77,12782,7071,530081 -10/24/2020,Erie,37,12819,2645,532726 -10/25/2020,Erie,36,12855,3109,535835 -10/26/2020,Erie,116,12971,4264,540099 -10/27/2020,Erie,50,13021,4485,544584 -10/28/2020,Erie,140,13161,4756,549340 -10/29/2020,Erie,101,13262,4797,554137 -10/30/2020,Erie,151,13413,5294,559431 -10/31/2020,Erie,118,13531,4416,563847 -11/01/2020,Erie,53,13584,2604,566451 -11/02/2020,Erie,164,13748,4798,571249 -11/03/2020,Erie,160,13908,3924,575173 -11/04/2020,Erie,215,14123,5681,580854 -11/05/2020,Erie,215,14338,6263,587117 -11/06/2020,Erie,379,14717,8038,595155 -11/07/2020,Erie,271,14988,4678,599833 -11/08/2020,Erie,228,15216,3792,603625 -11/09/2020,Erie,390,15606,6103,609728 -11/10/2020,Erie,422,16028,7615,617343 -11/11/2020,Erie,512,16540,7940,625283 -11/12/2020,Erie,481,17021,10222,635505 -11/13/2020,Erie,448,17469,8737,644242 -11/14/2020,Erie,277,17746,4435,648677 -11/15/2020,Erie,272,18018,4561,653238 -11/16/2020,Erie,392,18410,5246,658484 -11/17/2020,Erie,573,18983,9605,668089 -11/18/2020,Erie,490,19473,10099,678188 -11/19/2020,Erie,630,20103,14573,692761 -11/20/2020,Erie,451,20554,7415,700176 -11/21/2020,Erie,521,21075,7823,707999 -11/22/2020,Erie,497,21572,8160,716159 -11/23/2020,Erie,301,21873,5013,721172 -11/24/2020,Erie,685,22558,9644,730816 -11/25/2020,Erie,513,23071,8746,739562 -11/26/2020,Erie,862,23933,10322,749884 -11/27/2020,Erie,507,24440,6580,756464 -11/28/2020,Erie,502,24942,6627,763091 -11/29/2020,Erie,485,25427,6152,769243 -11/30/2020,Erie,615,26042,6542,775785 -12/01/2020,Erie,476,26518,6718,782503 -12/02/2020,Erie,592,27110,10430,792933 -12/03/2020,Erie,793,27903,9310,802243 -12/04/2020,Erie,778,28681,10602,812845 -12/05/2020,Erie,656,29337,9490,822335 -12/06/2020,Erie,383,29720,6581,828916 -12/07/2020,Erie,353,30073,6837,835753 -12/08/2020,Erie,646,30719,7881,843634 -12/09/2020,Erie,563,31282,9489,853123 -12/10/2020,Erie,733,32015,9738,862861 -12/11/2020,Erie,474,32489,10333,873194 -12/12/2020,Erie,520,33009,7153,880347 -12/13/2020,Erie,388,33397,6383,886730 -12/14/2020,Erie,396,33793,6742,893472 -12/15/2020,Erie,388,34181,7361,900833 -12/16/2020,Erie,576,34757,10154,910987 -12/17/2020,Erie,750,35507,9974,920961 -12/18/2020,Erie,446,35953,8521,929482 -12/19/2020,Erie,447,36400,7848,937330 -12/20/2020,Erie,388,36788,5887,943217 -12/21/2020,Erie,426,37214,6815,950032 -12/22/2020,Erie,541,37755,10159,960191 -12/23/2020,Erie,441,38196,10252,970443 -12/24/2020,Erie,656,38852,11678,982121 -12/25/2020,Erie,331,39183,5382,987503 -12/26/2020,Erie,303,39486,5352,992855 -12/27/2020,Erie,388,39874,4351,997206 -12/28/2020,Erie,382,40256,5287,1002493 -12/29/2020,Erie,329,40585,6068,1008561 -12/30/2020,Erie,667,41252,8826,1017387 -12/31/2020,Erie,736,41988,9650,1027037 -01/01/2021,Erie,477,42465,7118,1034155 -01/02/2021,Erie,468,42933,5569,1039724 -01/03/2021,Erie,509,43442,5787,1045511 -01/04/2021,Erie,374,43816,4309,1049820 -01/05/2021,Erie,800,44616,10112,1059932 -01/06/2021,Erie,461,45077,8028,1067960 -01/07/2021,Erie,1032,46109,13156,1081116 -01/08/2021,Erie,777,46886,13247,1094363 -01/09/2021,Erie,663,47549,12221,1106584 -01/10/2021,Erie,355,47904,5365,1111949 -01/11/2021,Erie,550,48454,7780,1119729 -01/12/2021,Erie,528,48982,10390,1130119 -01/13/2021,Erie,496,49478,7337,1137456 -01/14/2021,Erie,749,50227,11904,1149360 -01/15/2021,Erie,489,50716,12089,1161449 -01/16/2021,Erie,668,51384,11718,1173167 -01/17/2021,Erie,334,51718,4971,1178138 -01/18/2021,Erie,510,52228,5910,1184048 -01/19/2021,Erie,245,52473,6301,1190349 -01/20/2021,Erie,591,53064,11161,1201510 -01/21/2021,Erie,541,53605,11625,1213135 -01/22/2021,Erie,492,54097,11036,1224171 -01/23/2021,Erie,405,54502,7922,1232093 -01/24/2021,Erie,371,54873,6810,1238903 -01/25/2021,Erie,311,55184,4451,1243354 -01/26/2021,Erie,409,55593,8865,1252219 -01/27/2021,Erie,487,56080,9228,1261447 -01/28/2021,Erie,496,56576,10145,1271592 -01/29/2021,Erie,398,56974,8937,1280529 -01/30/2021,Erie,432,57406,10111,1290640 -01/31/2021,Erie,236,57642,4698,1295338 -02/01/2021,Erie,216,57858,3605,1298943 -02/02/2021,Erie,241,58099,5232,1304175 -02/03/2021,Erie,513,58612,8940,1313115 -02/04/2021,Erie,341,58953,9140,1322255 -02/05/2021,Erie,386,59339,10898,1333153 -02/06/2021,Erie,269,59608,10826,1343979 -02/07/2021,Erie,259,59867,5375,1349354 -02/08/2021,Erie,131,59998,2566,1351920 -02/09/2021,Erie,350,60348,7087,1359007 -02/10/2021,Erie,388,60736,12134,1371141 -02/11/2021,Erie,331,61067,7686,1378827 -02/12/2021,Erie,318,61385,9207,1388034 -02/13/2021,Erie,415,61800,9350,1397384 -02/14/2021,Erie,199,61999,11417,1408801 -02/15/2021,Erie,209,62208,3858,1412659 -02/16/2021,Erie,183,62391,4994,1417653 -02/17/2021,Erie,341,62732,8217,1425870 -02/18/2021,Erie,230,62962,9300,1435170 -02/19/2021,Erie,286,63248,8391,1443561 -02/20/2021,Erie,220,63468,20954,1464515 -02/21/2021,Erie,210,63678,4385,1468900 -02/22/2021,Erie,185,63863,3595,1472495 -02/23/2021,Erie,203,64066,11786,1484281 -02/24/2021,Erie,348,64414,10903,1495184 -02/25/2021,Erie,275,64689,15101,1510285 -02/26/2021,Erie,274,64963,12927,1523212 -02/27/2021,Erie,252,65215,24568,1547780 -02/28/2021,Erie,204,65419,4778,1552558 -03/01/2021,Erie,152,65571,3734,1556292 -03/02/2021,Erie,218,65789,8224,1564516 -03/03/2021,Erie,270,66059,14788,1579304 -03/04/2021,Erie,285,66344,9038,1588342 -03/05/2021,Erie,260,66604,14284,1602626 \ No newline at end of file diff --git a/docs/media/fm-featured-dataset.png b/docs/media/fm-featured-dataset.png deleted file mode 100644 index e3f80de52..000000000 Binary files a/docs/media/fm-featured-dataset.png and /dev/null differ diff --git a/docs/media/fm-featured-discovery.png b/docs/media/fm-featured-discovery.png deleted file mode 100644 index ff63c3944..000000000 Binary files a/docs/media/fm-featured-discovery.png and /dev/null differ diff --git a/docs/media/fm-media-attr.png b/docs/media/fm-media-attr.png deleted file mode 100644 index ee7c7d904..000000000 Binary files a/docs/media/fm-media-attr.png and /dev/null differ diff --git a/docs/media/image-figure.jpg b/docs/media/image-figure.jpg deleted file mode 100644 index 6512710f7..000000000 Binary files a/docs/media/image-figure.jpg and /dev/null differ diff --git a/docs/media/image-inline.jpg b/docs/media/image-inline.jpg deleted file mode 100644 index aa926bbf9..000000000 Binary files a/docs/media/image-inline.jpg and /dev/null differ diff --git a/docs/media/legend-categorical.png b/docs/media/legend-categorical.png deleted file mode 100644 index 69a73e6a3..000000000 Binary files a/docs/media/legend-categorical.png and /dev/null differ diff --git a/docs/media/legend-gradient.png b/docs/media/legend-gradient.png deleted file mode 100644 index 5f91624f4..000000000 Binary files a/docs/media/legend-gradient.png and /dev/null differ diff --git a/docs/media/myimage.gif b/docs/media/myimage.gif deleted file mode 100644 index ce2bcf347..000000000 Binary files a/docs/media/myimage.gif and /dev/null differ diff --git a/docs/media/prose-figure-w-quotation.jpg b/docs/media/prose-figure-w-quotation.jpg deleted file mode 100644 index 6ebfe8a71..000000000 Binary files a/docs/media/prose-figure-w-quotation.jpg and /dev/null differ diff --git a/docs/media/prose-figure.jpg b/docs/media/prose-figure.jpg deleted file mode 100644 index 92be171e4..000000000 Binary files a/docs/media/prose-figure.jpg and /dev/null differ diff --git a/docs/media/related-content-dataset.jpg b/docs/media/related-content-dataset.jpg deleted file mode 100644 index 897f774c6..000000000 Binary files a/docs/media/related-content-dataset.jpg and /dev/null differ diff --git a/docs/media/related-content-discovery.jpg b/docs/media/related-content-discovery.jpg deleted file mode 100644 index 4744483d2..000000000 Binary files a/docs/media/related-content-discovery.jpg and /dev/null differ diff --git a/docs/media/scrollytelling.png b/docs/media/scrollytelling.png deleted file mode 100644 index 20ec52bce..000000000 Binary files a/docs/media/scrollytelling.png and /dev/null differ diff --git a/docs/media/veda_logo_blue_text_transparent.png b/docs/media/veda_logo_blue_text_transparent.png deleted file mode 100644 index c3e281827..000000000 Binary files a/docs/media/veda_logo_blue_text_transparent.png and /dev/null differ diff --git a/package.json b/package.json index 7e2d3ed78..6858236b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "veda-config", "description": "Configuration for Veda", - "version": "0.8.0", + "version": "0.8.1", "source": "./.veda/ui/app/index.html", "license": "Apache-2.0", "scripts": { @@ -25,7 +25,12 @@ }, "alias": { "react": "./.veda/ui/node_modules/react", - "@mdx-js/react": "./.veda/ui/node_modules/@mdx-js/react" + "@mdx-js/react": "./.veda/ui/node_modules/@mdx-js/react", + "$veda-ui": "./.veda/ui/node_modules", + "$veda-ui-scripts": "./.veda/ui/app/scripts" }, + "parcelIgnore": [ + ".*/meta/" + ], "dependencies": {} -} +} \ No newline at end of file